This repository was archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat-strings.json
More file actions
48 lines (48 loc) · 2.55 KB
/
chat-strings.json
File metadata and controls
48 lines (48 loc) · 2.55 KB
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
43
44
45
46
47
48
{
"cs": {
"joinvoicefirst": "Nejdřív se musíš připojit do voice kanálu!",
"suggestion": "díky za připomínku. Uvidíme, co se s tím dá dělat.",
"sfxlist": "Tady jsou zvukové efekty, které můžeš spamovat do chatu.",
"sfxsubmit": "Pokud ti tady nějaký chybí, navrhni jeho přidání pomocí přiložení `.mp3` souboru do kanálu #effect-ideas.",
"cmdis": "Syntaxe je `",
"sfxcmd": "s [efekt]`.",
"sfxtopten": "Deset nejnovějších efektů:",
"sfxeverythingelse": "Všechny ostatní efekty:",
"radiolist": "Tady jsou všechna rádia, která znám.",
"radiocmd": "r [radio] ([volume])`.",
"radiovol": "Volume může být číslo (i s desetinnou tečkou) od 0 do 1+. Bez zadání tohoto parametru se rádio nastaví na defaultní hodnotu 0.2.",
"radiostream": "s adresou streamu",
"radioadd": "bylo přidáno.",
"radioremove": "bylo odstraněno.",
"radiotuning": "Ladím",
"unknownradio": "tohle rádio neznám, starý.",
"wconsole": "jsi sledován. Můžeš hrát z WebConsole.",
"moveall": "Přesuň do kanálu",
"helpheader": "Obrázková dokumentace",
"helpdesc": "Neboj, je to stručné...",
"nothingtostop": "Co mám zastavit? Vždyť nic nehraje!"
},
"en": {
"joinvoicefirst": "You have to join a voice channel first!",
"suggestion": "thanks for your suggestion. We'll see what we can do about it.",
"sfxlist": "Here are all sound effects you can spam in chat.",
"sfxsubmit": "If you think some effect should be here, submit it as an `.mp3` file to #effect-ideas.",
"cmdis": "The magic incantation is `",
"sfxcmd": "s [effect]`.",
"sfxtopten": "Ten effects added most recently:",
"sfxeverythingelse": "The rest of effect the catalogue:",
"radiolist": "Here are all the radios I know.",
"radiocmd": "r [radio] ([volume])`.",
"radiovol": "Volume can be any number from 0 to 1 (including decimals). Without this parameter volume will be 0.2.",
"radiostream": "with stream address",
"radioadd": "was added.",
"radioremove": "was removed.",
"radiotuning": "Tuning",
"unknownradio": "I don't know this one.",
"wconsole": "I'm following you. You can now play from WebConsole.",
"moveall": "Drag to new",
"helpheader": "Picture documentation",
"helpdesc": "Don't worry, it won't take you long...",
"nothingtostop": "Nothing to stop here!"
}
}