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": "Відображуване ім'я",
"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": {