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": "Anzeigename",
"autocomplete_search_server": "Auf dem Server suchen",
"autocomplete_searching": "Suche läuft...",
"toolbar": {
"bold": "Fett",
"italic": "Kursiv",
"underline": "Unterstrichen",
"strikethrough": "Durchgestrichen",
"text_color": "Textfarbe",
"remove_color": "Farbe entfernen",
"heading_1": "Überschrift 1",
"heading_2": "Überschrift 2",
"bullet_list": "Aufzählung",
"ordered_list": "Nummerierte Liste",
"quote": "Zitat",
"code_block": "Codeblock",
"align_left": "Linksbündig",
"align_center": "Zentriert",
"align_right": "Rechtsbündig",
"text_direction": "Schreibrichtung (RTL/LTR)",
"link": "Link",
"table": "Tabelle",
"clear_formatting": "Formatierung löschen",
"undo": "Rückgängig",
"redo": "Wiederholen",
"add_row_above": "Zeile oberhalb einfügen",
"add_row_below": "Zeile unterhalb einfügen",
"add_column_before": "Spalte davor einfügen",
"add_column_after": "Spalte danach einfügen",
"delete_row": "Zeile löschen",
"delete_column": "Spalte löschen",
"toggle_header_row": "Kopfzeile umschalten",
"delete_table": "Tabelle löschen",
"pick_size": "Größe wählen"
},
"send_filing_warning": "Gesendet - aber das Aufräumen danach schlug fehl, evtl. bleibt ein alter Entwurf sichtbar."
},
"confirm_dialog": {