context added translations for modals

This commit is contained in:
m1k1o
2020-04-06 12:22:36 +02:00
parent e53a42a231
commit 96ea219340
2 changed files with 28 additions and 12 deletions

View File

@ -25,6 +25,18 @@ export const context = {
give: 'Give Controls',
kick: 'Kick',
ban: 'Ban IP',
confirm: {
kick_title: 'Kick {name}?',
kick_text: 'Are you sure you want to kick {name}?',
ban_title: 'Ban {name}?',
ban_text: 'Are you sure you want to ban {name}? You will need to restart the server to undo this.',
mute_title: 'Mute {name}?',
mute_text: 'Are you sure you want to mute {name}?',
unmute_title: 'Unmute {name}?',
unmute_text: 'Are you sure you want to unmute {name}?',
button_yes: 'Yes',
button_cancel: 'Cancel',
}
}
export const controls = {