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": "Wyświetlana nazwa",
"autocomplete_search_server": "Szukaj na serwerze",
"autocomplete_searching": "Wyszukiwanie...",
"toolbar": {
"bold": "Pogrubienie",
"italic": "Kursywa",
"underline": "Podkreślenie",
"strikethrough": "Przekreślenie",
"text_color": "Kolor tekstu",
"remove_color": "Usuń kolor",
"heading_1": "Nagłówek 1",
"heading_2": "Nagłówek 2",
"bullet_list": "Lista punktowana",
"ordered_list": "Lista numerowana",
"quote": "Cytat",
"code_block": "Blok kodu",
"align_left": "Wyrównaj do lewej",
"align_center": "Wyśrodkuj",
"align_right": "Wyrównaj do prawej",
"text_direction": "Kierunek tekstu (RTL/LTR)",
"link": "Link",
"table": "Tabela",
"clear_formatting": "Wyczyść formatowanie",
"undo": "Cofnij",
"redo": "Ponów",
"add_row_above": "Dodaj wiersz powyżej",
"add_row_below": "Dodaj wiersz poniżej",
"add_column_before": "Dodaj kolumnę przed",
"add_column_after": "Dodaj kolumnę po",
"delete_row": "Usuń wiersz",
"delete_column": "Usuń kolumnę",
"toggle_header_row": "Przełącz wiersz nagłówka",
"delete_table": "Usuń tabelę",
"pick_size": "Wybierz rozmiar"
},
"send_filing_warning": "Wysłano - ale późniejsze porządkowanie nie powiodło się, może pozostać nieaktualna wersja robocza."
},
"confirm_dialog": {