From 9d3f995be1f8827a3f4a4d76460b8a03fb2cf92c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 22 Dec 2021 21:47:00 +0300 Subject: [PATCH] [DE] Add caption for More button --- apps/common/main/lib/component/Mixtbar.js | 2 +- apps/documenteditor/main/locale/en.json | 1 + apps/documenteditor/main/locale/ru.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/Mixtbar.js b/apps/common/main/lib/component/Mixtbar.js index 76614f906..5cf4ebc4e 100644 --- a/apps/common/main/lib/component/Mixtbar.js +++ b/apps/common/main/lib/component/Mixtbar.js @@ -506,7 +506,7 @@ define([ panel.append(box); btnsMore[tab] = new Common.UI.Button({ cls: 'btn-toolbar x-huge icon-top dropdown-manual', - caption: 'More', + caption: Common.Locale.get("textMoreButton",{name:"Common.Translation", default: "More"}), iconCls: 'toolbar__icon btn-insertchart', enableToggle: true }); diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 852b600e1..1e08c3e7b 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -124,6 +124,7 @@ "Common.Translation.warnFileLocked": "You can't edit this file because it's being edited in another app.", "Common.Translation.warnFileLockedBtnEdit": "Create a copy", "Common.Translation.warnFileLockedBtnView": "Open for viewing", + "Common.Translation.textMoreButton": "More", "Common.UI.ButtonColored.textAutoColor": "Automatic", "Common.UI.ButtonColored.textNewColor": "Add New Custom Color", "Common.UI.Calendar.textApril": "April", diff --git a/apps/documenteditor/main/locale/ru.json b/apps/documenteditor/main/locale/ru.json index 38e18f8c9..c25e2172b 100644 --- a/apps/documenteditor/main/locale/ru.json +++ b/apps/documenteditor/main/locale/ru.json @@ -124,6 +124,7 @@ "Common.Translation.warnFileLocked": "Вы не можете редактировать этот файл, потому что он уже редактируется в другом приложении.", "Common.Translation.warnFileLockedBtnEdit": "Создать копию", "Common.Translation.warnFileLockedBtnView": "Открыть на просмотр", + "Common.Translation.textMoreButton": "Больше", "Common.UI.ButtonColored.textAutoColor": "Автоматический", "Common.UI.ButtonColored.textNewColor": "Пользовательский цвет", "Common.UI.Calendar.textApril": "Апрель",