feat(i18n): localise the quick-button tooltips

The three quick-button tooltips were hard-coded English while the rest of the
UI goes through HellionStrings. All 25 resource files now carry them, machine
translated on Flo's go-ahead.

Verified: every file still parses as XML, and the base file stays English so a
missing language falls back to what was there before.
This commit is contained in:
2026-08-18 10:09:23 +02:00
parent 30c495849d
commit 2686a8f74b
27 changed files with 238 additions and 6 deletions
@@ -1145,4 +1145,13 @@
<data name="ChatInput_PluginDisclosure_Warning" xml:space="preserve">
<value>Esta mensagem contém símbolos exclusivos do plugin que outros jogadores podem ver como caixas vazias. Pressiona Enter novamente para enviar mesmo assim.</value>
</data>
<data name="InputBar_InsertSymbol_Tooltip" xml:space="preserve">
<value>Inserir símbolo</value>
</data>
<data name="InputBar_Settings_Tooltip" xml:space="preserve">
<value>Definições</value>
</data>
<data name="InputBar_HideChat_Tooltip" xml:space="preserve">
<value>Ocultar o chat (Enter para o repor)</value>
</data>
</root>