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": "Отображаемое имя",
|
||||
"autocomplete_search_server": "Искать на сервере",
|
||||
"autocomplete_searching": "Поиск...",
|
||||
"toolbar": {
|
||||
"bold": "Жирный",
|
||||
"italic": "Курсив",
|
||||
"underline": "Подчёркнутый",
|
||||
"strikethrough": "Зачёркнутый",
|
||||
"text_color": "Цвет текста",
|
||||
"remove_color": "Убрать цвет",
|
||||
"heading_1": "Заголовок 1",
|
||||
"heading_2": "Заголовок 2",
|
||||
"bullet_list": "Маркированный список",
|
||||
"ordered_list": "Нумерованный список",
|
||||
"quote": "Цитата",
|
||||
"code_block": "Блок кода",
|
||||
"align_left": "По левому краю",
|
||||
"align_center": "По центру",
|
||||
"align_right": "По правому краю",
|
||||
"text_direction": "Направление текста (RTL/LTR)",
|
||||
"link": "Ссылка",
|
||||
"table": "Таблица",
|
||||
"clear_formatting": "Очистить форматирование",
|
||||
"undo": "Отменить",
|
||||
"redo": "Повторить",
|
||||
"add_row_above": "Вставить строку выше",
|
||||
"add_row_below": "Вставить строку ниже",
|
||||
"add_column_before": "Вставить столбец слева",
|
||||
"add_column_after": "Вставить столбец справа",
|
||||
"delete_row": "Удалить строку",
|
||||
"delete_column": "Удалить столбец",
|
||||
"toggle_header_row": "Переключить строку заголовка",
|
||||
"delete_table": "Удалить таблицу",
|
||||
"pick_size": "Выбрать размер"
|
||||
},
|
||||
"send_filing_warning": "Отправлено - но последующая очистка не удалась, может остаться устаревший черновик."
|
||||
},
|
||||
"confirm_dialog": {
|
||||
|
||||
Reference in New Issue
Block a user