[DE] Add caption for More button

This commit is contained in:
Julia Radzhabova 2021-12-22 21:47:00 +03:00
parent 5329959449
commit 9d3f995be1
3 changed files with 3 additions and 1 deletions

View file

@ -506,7 +506,7 @@ define([
panel.append(box); panel.append(box);
btnsMore[tab] = new Common.UI.Button({ btnsMore[tab] = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top dropdown-manual', 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', iconCls: 'toolbar__icon btn-insertchart',
enableToggle: true enableToggle: true
}); });

View file

@ -124,6 +124,7 @@
"Common.Translation.warnFileLocked": "You can't edit this file because it's being edited in another app.", "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.warnFileLockedBtnEdit": "Create a copy",
"Common.Translation.warnFileLockedBtnView": "Open for viewing", "Common.Translation.warnFileLockedBtnView": "Open for viewing",
"Common.Translation.textMoreButton": "More",
"Common.UI.ButtonColored.textAutoColor": "Automatic", "Common.UI.ButtonColored.textAutoColor": "Automatic",
"Common.UI.ButtonColored.textNewColor": "Add New Custom Color", "Common.UI.ButtonColored.textNewColor": "Add New Custom Color",
"Common.UI.Calendar.textApril": "April", "Common.UI.Calendar.textApril": "April",

View file

@ -124,6 +124,7 @@
"Common.Translation.warnFileLocked": "Вы не можете редактировать этот файл, потому что он уже редактируется в другом приложении.", "Common.Translation.warnFileLocked": "Вы не можете редактировать этот файл, потому что он уже редактируется в другом приложении.",
"Common.Translation.warnFileLockedBtnEdit": "Создать копию", "Common.Translation.warnFileLockedBtnEdit": "Создать копию",
"Common.Translation.warnFileLockedBtnView": "Открыть на просмотр", "Common.Translation.warnFileLockedBtnView": "Открыть на просмотр",
"Common.Translation.textMoreButton": "Больше",
"Common.UI.ButtonColored.textAutoColor": "Автоматический", "Common.UI.ButtonColored.textAutoColor": "Автоматический",
"Common.UI.ButtonColored.textNewColor": "Пользовательский цвет", "Common.UI.ButtonColored.textNewColor": "Пользовательский цвет",
"Common.UI.Calendar.textApril": "Апрель", "Common.UI.Calendar.textApril": "Апрель",