i18n: localize the editor toolbar in all 23 locales

The rich-text editor was the last hardcoded-English surface in the
composer: 21 tooltip titles, the eight table-menu entries, the "Remove
color" entry and the table size picker's "Pick size" label were plain
strings while every other menu in the app is localized.

All of them now come from a new email_composer.toolbar namespace,
translated into all 23 locales using each platform's established
editor terminology (Word/Docs conventions - de "Formatierung löschen",
ar "مسح التنسيق", ja "書式をクリア", ...). The link prompt stays "URL",
which is the same term in every language.

Tooltips and self-sizing dropdowns have no width constraints, so longer
translations are safe everywhere.
This commit is contained in:
dealerweb
2026-07-23 17:59:44 +02:00
parent 74f9335e36
commit 21ea5009f4
24 changed files with 769 additions and 30 deletions
+32
View File
@@ -686,6 +686,38 @@
"recipient_name_placeholder": "Nome de exibição",
"autocomplete_search_server": "Pesquisar no servidor",
"autocomplete_searching": "Pesquisando...",
"toolbar": {
"bold": "Negrito",
"italic": "Itálico",
"underline": "Sublinhado",
"strikethrough": "Tachado",
"text_color": "Cor do texto",
"remove_color": "Remover cor",
"heading_1": "Título 1",
"heading_2": "Título 2",
"bullet_list": "Lista com marcadores",
"ordered_list": "Lista numerada",
"quote": "Citação",
"code_block": "Bloco de código",
"align_left": "Alinhar à esquerda",
"align_center": "Centralizar",
"align_right": "Alinhar à direita",
"text_direction": "Direção do texto (RTL/LTR)",
"link": "Link",
"table": "Tabela",
"clear_formatting": "Limpar formatação",
"undo": "Desfazer",
"redo": "Refazer",
"add_row_above": "Adicionar linha acima",
"add_row_below": "Adicionar linha abaixo",
"add_column_before": "Adicionar coluna antes",
"add_column_after": "Adicionar coluna depois",
"delete_row": "Excluir linha",
"delete_column": "Excluir coluna",
"toggle_header_row": "Alternar linha de cabeçalho",
"delete_table": "Excluir tabela",
"pick_size": "Escolher tamanho"
},
"send_filing_warning": "Enviado - mas a limpeza posterior falhou, um rascunho antigo pode permanecer."
},
"confirm_dialog": {