[SSE] Add translation for tables and print area

This commit is contained in:
Julia Radzhabova 2019-03-05 12:04:47 +03:00
parent f60a92a856
commit e26ba8598f
3 changed files with 10 additions and 2 deletions

View file

@ -131,7 +131,9 @@ define([
'Diagram Title': this.txtDiagramTitle,
'X Axis': this.txtXAxis,
'Y Axis': this.txtYAxis,
'Your text here': this.txtArt
'Your text here': this.txtArt,
'Table': this.txtTable,
'Print_Area': this.txtPrintArea
};
styleNames.forEach(function(item){
translate[item] = me.translationTable[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
@ -2493,7 +2495,9 @@ define([
txtShape_polyline2: 'Freeform',
errorChangeArray: 'You cannot change part of an array.',
errorMultiCellFormula: 'Multi-cell array formulas are not allowed in tables.',
errorEmailClient: 'No email client could be found'
errorEmailClient: 'No email client could be found',
txtPrintArea: 'Print_Area',
txtTable: 'Table'
}
})(), SSE.Controllers.Main || {}))
});

View file

@ -720,6 +720,8 @@
"SSE.Controllers.Main.warnNoLicenseUsers": "This version of ONLYOFFICE Editors has certain limitations for concurrent users.<br>If you need more please consider purchasing a commercial license.",
"SSE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
"SSE.Controllers.Main.errorEmailClient": "No email client could be found.",
"SSE.Controllers.Main.txtPrintArea": "Print_Area",
"SSE.Controllers.Main.txtTable": "Table",
"SSE.Controllers.Print.strAllSheets": "All Sheets",
"SSE.Controllers.Print.textWarning": "Warning",
"SSE.Controllers.Print.txtCustom": "Custom",

View file

@ -720,6 +720,8 @@
"SSE.Controllers.Main.warnNoLicenseUsers": "Эта версия редакторов ONLYOFFICE имеет некоторые ограничения по числу одновременно работающих пользователей.<br>Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.",
"SSE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
"SSE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент.",
"SSE.Controllers.Main.txtPrintArea": "Область_печати",
"SSE.Controllers.Main.txtTable": "Таблица",
"SSE.Controllers.Print.strAllSheets": "Все листы",
"SSE.Controllers.Print.textWarning": "Предупреждение",
"SSE.Controllers.Print.txtCustom": "Пользовательская",