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": "Numele afișat",
|
||||
"autocomplete_search_server": "Caută pe server",
|
||||
"autocomplete_searching": "Se caută...",
|
||||
"toolbar": {
|
||||
"bold": "Aldin",
|
||||
"italic": "Cursiv",
|
||||
"underline": "Subliniat",
|
||||
"strikethrough": "Tăiat",
|
||||
"text_color": "Culoarea textului",
|
||||
"remove_color": "Elimină culoarea",
|
||||
"heading_1": "Titlu 1",
|
||||
"heading_2": "Titlu 2",
|
||||
"bullet_list": "Listă cu marcatori",
|
||||
"ordered_list": "Listă numerotată",
|
||||
"quote": "Citat",
|
||||
"code_block": "Bloc de cod",
|
||||
"align_left": "Aliniere la stânga",
|
||||
"align_center": "Centrare",
|
||||
"align_right": "Aliniere la dreapta",
|
||||
"text_direction": "Direcția textului (RTL/LTR)",
|
||||
"link": "Link",
|
||||
"table": "Tabel",
|
||||
"clear_formatting": "Șterge formatarea",
|
||||
"undo": "Anulează",
|
||||
"redo": "Refă",
|
||||
"add_row_above": "Adaugă rând deasupra",
|
||||
"add_row_below": "Adaugă rând dedesubt",
|
||||
"add_column_before": "Adaugă coloană înainte",
|
||||
"add_column_after": "Adaugă coloană după",
|
||||
"delete_row": "Șterge rândul",
|
||||
"delete_column": "Șterge coloana",
|
||||
"toggle_header_row": "Comută rândul de antet",
|
||||
"delete_table": "Șterge tabelul",
|
||||
"pick_size": "Alege dimensiunea"
|
||||
},
|
||||
"send_filing_warning": "Trimis - dar curățarea ulterioară a eșuat, poate rămâne o ciornă veche."
|
||||
},
|
||||
"confirm_dialog": {
|
||||
|
||||
Reference in New Issue
Block a user