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": "Stacks",
|
||||
"help_group_settings": "Configurações e informações",
|
||||
"help_translate_hint": "Clique com o botão direito numa mensagem → Apps para traduzir"
|
||||
"help_translate_hint": "Clique com o botão direito numa mensagem → Apps para traduzir",
|
||||
"help_group_tally": "Acompanhamento em canal de voz"
|
||||
},
|
||||
"dev": {
|
||||
"restricted_dev_team": "This command is restricted to the dev team.",
|
||||
@@ -848,6 +849,25 @@
|
||||
"description": "Vincule sua conta do Discord a um jogador de War Thunder",
|
||||
"username": "Nome WT para vincular",
|
||||
"uid": "UID WT para vincular"
|
||||
},
|
||||
"tally": {
|
||||
"description_claim": "Acompanhe um placar de SQB ao vivo no seu canal de voz atual",
|
||||
"description_transfer": "Transfira o acompanhamento ativo do canal de voz para outro jogador",
|
||||
"description_wipe": "Limpe o acompanhamento ativo no seu canal de voz atual",
|
||||
"username": "Nome de usuário",
|
||||
"squadron": "Nome do esquadrão (como DSPL)",
|
||||
"result_win": "Vitória",
|
||||
"result_loss": "Derrota",
|
||||
"result_draw": "Empate",
|
||||
"status_line": "{base}: {verb} contra {opponent}",
|
||||
"not_in_vc": "Você precisa estar conectado a um canal de voz para usar isto.",
|
||||
"premium_required": "Este é um recurso premium. Use /unlock para ativá-lo neste servidor.",
|
||||
"need_one_input": "Forneça exatamente um: `username` ou `squadron`.",
|
||||
"already_active": "Já existe um acompanhamento ativo em **{channel}** seguindo **{target}**. Use /tally-transfer ou /tally-clear primeiro.",
|
||||
"claimed": "Agora acompanhando **{target}** em **{channel}**. Status definido como `0W-0L`.",
|
||||
"no_active": "Não há acompanhamento ativo em **{channel}**.",
|
||||
"transferred": "O acompanhamento em **{channel}** agora segue **{target}** (placar mantido: `{base}`).",
|
||||
"wiped": "Acompanhamento limpo em **{channel}**."
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
|
||||
Reference in New Issue
Block a user