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:
NotSoToothless
2026-06-19 01:56:32 -07:00
committed by GitHub
parent 3590b1f42f
commit 25990c361f
23 changed files with 317 additions and 23 deletions
+21 -1
View File
@@ -596,7 +596,8 @@
"help_group_meta": "Méta",
"help_group_stacks": "Stacks",
"help_group_settings": "Paramètres et infos",
"help_translate_hint": "Clic droit sur un message → Applications pour traduire"
"help_translate_hint": "Clic droit sur un message → Applications pour traduire",
"help_group_tally": "Suivi en salon vocal"
},
"dev": {
"restricted_dev_team": "This command is restricted to the dev team.",
@@ -848,6 +849,25 @@
"description": "Liez votre compte Discord à un joueur War Thunder",
"username": "Pseudo WT à lier",
"uid": "UID WT à lier"
},
"tally": {
"description_claim": "Suivez un score SQB en direct dans votre salon vocal actuel",
"description_transfer": "Transférez le suivi actif du salon vocal vers un autre joueur",
"description_wipe": "Effacez le suivi actif dans votre salon vocal actuel",
"username": "Nom d'utilisateur",
"squadron": "Nom de l'escadron (comme DSPL)",
"result_win": "Victoire",
"result_loss": "Défaite",
"result_draw": "Égalité",
"status_line": "{base} : {verb} contre {opponent}",
"not_in_vc": "Vous devez être connecté à un salon vocal pour utiliser cette commande.",
"premium_required": "Ceci est une fonctionnalité premium. Utilisez /unlock pour l'activer sur ce serveur.",
"need_one_input": "Fournissez exactement un seul élément : `username` ou `squadron`.",
"already_active": "Un suivi est déjà actif dans **{channel}** pour **{target}**. Utilisez d'abord /tally-transfer ou /tally-clear.",
"claimed": "Suivi de **{target}** dans **{channel}**. Statut défini sur `0W-0L`.",
"no_active": "Aucun suivi actif dans **{channel}**.",
"transferred": "Le suivi dans **{channel}** concerne désormais **{target}** (score conservé : `{base}`).",
"wiped": "Suivi effacé dans **{channel}**."
}
},
"permission": {