docs(tally): add tally to /help + website docs; translate to all locales (#1342)
- Add a 'Voice channel tally' group to /help with the three commands. - Add a Voice Channel Tally section to the website docs (docs.ejs). - Translate the commands.tally bot strings + help_group_tally into all 10 other bot locales, and the new docs.* web strings into all 10 web locales. - Fix stale need_one_input string (ign/squadron_short -> username/squadron). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+21
-1
@@ -596,7 +596,8 @@
|
||||
"help_group_meta": "Meta",
|
||||
"help_group_stacks": "Stacki",
|
||||
"help_group_settings": "Ustawienia i informacje",
|
||||
"help_translate_hint": "Kliknij wiadomość prawym → Aplikacje, aby przetłumaczyć"
|
||||
"help_translate_hint": "Kliknij wiadomość prawym → Aplikacje, aby przetłumaczyć",
|
||||
"help_group_tally": "Śledzenie na kanale głosowym"
|
||||
},
|
||||
"dev": {
|
||||
"restricted_dev_team": "This command is restricted to the dev team.",
|
||||
@@ -848,6 +849,25 @@
|
||||
"description": "Połącz swoje konto Discord z graczem War Thunder",
|
||||
"username": "Nazwa WT do połączenia",
|
||||
"uid": "WT UID do połączenia"
|
||||
},
|
||||
"tally": {
|
||||
"description_claim": "Śledź wynik SQB na żywo na swoim kanale głosowym",
|
||||
"description_transfer": "Przenieś aktywne śledzenie na kanale głosowym na innego gracza",
|
||||
"description_wipe": "Wyczyść aktywne śledzenie na swoim kanale głosowym",
|
||||
"username": "Nazwa użytkownika",
|
||||
"squadron": "Nazwa dywizjonu (np. DSPL)",
|
||||
"result_win": "Wygrana",
|
||||
"result_loss": "Przegrana",
|
||||
"result_draw": "Remis",
|
||||
"status_line": "{base}: {verb} przeciwko {opponent}",
|
||||
"not_in_vc": "Aby tego użyć, musisz być połączony z kanałem głosowym.",
|
||||
"premium_required": "To funkcja premium. Użyj /unlock, aby włączyć ją na tym serwerze.",
|
||||
"need_one_input": "Podaj dokładnie jedno: `username` lub `squadron`.",
|
||||
"already_active": "Na kanale **{channel}** śledzenie jest już aktywne dla **{target}**. Najpierw użyj /tally-transfer lub /tally-clear.",
|
||||
"claimed": "Śledzę teraz **{target}** na **{channel}**. Status ustawiony na `0W-0L`.",
|
||||
"no_active": "Na kanale **{channel}** nie ma aktywnego śledzenia.",
|
||||
"transferred": "Śledzenie na **{channel}** dotyczy teraz **{target}** (wynik zachowany: `{base}`).",
|
||||
"wiped": "Wyczyszczono śledzenie na **{channel}**."
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
|
||||
Reference in New Issue
Block a user