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": "Meta",
"help_group_stacks": "Stacks",
"help_group_settings": "Ajustes e información",
"help_translate_hint": "Clic derecho en un mensaje → Aplicaciones para traducir"
"help_translate_hint": "Clic derecho en un mensaje → Aplicaciones para traducir",
"help_group_tally": "Seguimiento en canal de voz"
},
"dev": {
"restricted_dev_team": "This command is restricted to the dev team.",
@@ -848,6 +849,25 @@
"description": "Vincula tu cuenta de Discord con un jugador de War Thunder",
"username": "Usuario WT a vincular",
"uid": "UID WT a vincular"
},
"tally": {
"description_claim": "Sigue un marcador de SQB en directo en tu canal de voz actual",
"description_transfer": "Transfiere el seguimiento activo del canal de voz a otro jugador",
"description_wipe": "Borra el seguimiento activo en tu canal de voz actual",
"username": "Nombre de usuario",
"squadron": "Nombre del escuadrón (como DSPL)",
"result_win": "Victoria",
"result_loss": "Derrota",
"result_draw": "Empate",
"status_line": "{base}: {verb} contra {opponent}",
"not_in_vc": "Debes estar conectado a un canal de voz para usar esto.",
"premium_required": "Esta es una función premium. Usa /unlock para activarla en este servidor.",
"need_one_input": "Proporciona exactamente uno: `username` o `squadron`.",
"already_active": "Ya hay un seguimiento activo en **{channel}** siguiendo a **{target}**. Usa /tally-transfer o /tally-clear primero.",
"claimed": "Ahora siguiendo a **{target}** en **{channel}**. Estado establecido en `0W-0L`.",
"no_active": "No hay ningún seguimiento activo en **{channel}**.",
"transferred": "El seguimiento en **{channel}** ahora sigue a **{target}** (marcador conservado: `{base}`).",
"wiped": "Seguimiento borrado en **{channel}**."
}
},
"permission": {