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:
@@ -686,6 +686,38 @@
|
||||
"recipient_name_placeholder": "Megjelenített név",
|
||||
"autocomplete_search_server": "Keresés a kiszolgálón",
|
||||
"autocomplete_searching": "Keresés...",
|
||||
"toolbar": {
|
||||
"bold": "Félkövér",
|
||||
"italic": "Dőlt",
|
||||
"underline": "Aláhúzott",
|
||||
"strikethrough": "Áthúzott",
|
||||
"text_color": "Betűszín",
|
||||
"remove_color": "Szín eltávolítása",
|
||||
"heading_1": "Címsor 1",
|
||||
"heading_2": "Címsor 2",
|
||||
"bullet_list": "Felsorolás",
|
||||
"ordered_list": "Számozott lista",
|
||||
"quote": "Idézet",
|
||||
"code_block": "Kódblokk",
|
||||
"align_left": "Balra igazítás",
|
||||
"align_center": "Középre igazítás",
|
||||
"align_right": "Jobbra igazítás",
|
||||
"text_direction": "Szövegirány (RTL/LTR)",
|
||||
"link": "Hivatkozás",
|
||||
"table": "Táblázat",
|
||||
"clear_formatting": "Formázás törlése",
|
||||
"undo": "Visszavonás",
|
||||
"redo": "Újra",
|
||||
"add_row_above": "Sor beszúrása fölé",
|
||||
"add_row_below": "Sor beszúrása alá",
|
||||
"add_column_before": "Oszlop beszúrása elé",
|
||||
"add_column_after": "Oszlop beszúrása mögé",
|
||||
"delete_row": "Sor törlése",
|
||||
"delete_column": "Oszlop törlése",
|
||||
"toggle_header_row": "Fejlécsor váltása",
|
||||
"delete_table": "Táblázat törlése",
|
||||
"pick_size": "Méret kiválasztása"
|
||||
},
|
||||
"send_filing_warning": "Elküldve - de az utólagos rendrakás nem sikerült, egy elavult piszkozat megmaradhat."
|
||||
},
|
||||
"confirm_dialog": {
|
||||
|
||||
Reference in New Issue
Block a user