mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
context added translations for modals
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user