mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 16:21:23 +08:00
[desktop] fix bug 63065
This commit is contained in:
@ -376,7 +376,7 @@ define([
|
||||
cls: 'btn-header',
|
||||
iconCls: 'toolbar__icon icon--inverse btn-home',
|
||||
visible: false,
|
||||
hint: 'Show Main window',
|
||||
hint: Common.Locale.get('hintBtnHome', {name:"Common.Controllers.Desktop", default: 'Show Main window'}),
|
||||
dataHint:'0',
|
||||
dataHintDirection: 'right',
|
||||
dataHintOffset: '10, -18',
|
||||
|
||||
@ -83,6 +83,7 @@
|
||||
"Common.Controllers.ReviewChanges.textUrl": "Paste a document URL",
|
||||
"Common.Controllers.ReviewChanges.textWidow": "Widow control",
|
||||
"Common.Controllers.ReviewChanges.textWord": "Word level",
|
||||
"Common.Controllers.Desktop.hintBtnHome": "Show Main window",
|
||||
"Common.define.chartData.textArea": "Area",
|
||||
"Common.define.chartData.textAreaStacked": "Stacked area",
|
||||
"Common.define.chartData.textAreaStackedPer": "100% Stacked area",
|
||||
|
||||
@ -83,6 +83,7 @@
|
||||
"Common.Controllers.ReviewChanges.textUrl": "Вставьте URL-адрес документа",
|
||||
"Common.Controllers.ReviewChanges.textWidow": "Запрет висячих строк",
|
||||
"Common.Controllers.ReviewChanges.textWord": "По словам",
|
||||
"Common.Controllers.Desktop.hintBtnHome": "Показать главное окно",
|
||||
"Common.define.chartData.textArea": "С областями",
|
||||
"Common.define.chartData.textAreaStacked": "Диаграмма с областями с накоплением",
|
||||
"Common.define.chartData.textAreaStackedPer": "Нормированная с областями и накоплением",
|
||||
|
||||
Reference in New Issue
Block a user