forked from sionar/Botc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Localization.ttslua
42 lines (38 loc) · 1.29 KB
/
Localization.ttslua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
LABELS = {}
LABELS['ENG'] = {
VOTING_BUTTONS = {
vote = 'Vote',
become_nom = 'Become\nNominator',
nominate = 'Nominate\n',
},
CLOCK_CONTROLS = {
show_grim = 'Show\nGrimoire',
hide_grim = 'Hide\nGrimoire',
exile_clock = 'Exile\nMode',
exile_hide = 'Hide\nClock',
clock_mode = 'Clock Mode',
mute_mode = 'Mute Mode',
blind_mode = 'Blindfold Mode',
show_clock = 'Show Clock',
hide_clock = 'Hide Clock',
mute_all = 'Mute All',
unmute_all = 'Unmute All',
blind_all = 'Blindfold All',
unblind_all = 'Unblindfold All',
},
GAME_SETTINGS = {
game_settings = 'Game Settings',
seats_on = 'Grey Seats [1E87FF]ON[-]',
seats_off = 'Grey Seats [DA1917]OFF[-]',
text_on = 'Table Text [1E87FF]ON[-]',
text_off = 'Table Text [DA1917]OFF[-]',
decal_on = 'Decal UI [1E87FF]ON[-]',
decal_off = 'Decal UI [DA1917]OFF[-]',
whisp_on = 'Whispers [1E87FF]ON[-]',
whisp_off = 'Whispers [DA1917]OFF[-]',
length_on = 'Whisper Length [1E87FF]ON[-]',
length_off = 'Whisper Length [DA1917]OFF[-]',
def_jokers = 'Default Team [1E87FF]Jokers[-]',
def_jokers = 'Default Team [DA1917]None[-]',
}
}