[SSE] Add translation for tables and print area
This commit is contained in:
parent
f60a92a856
commit
e26ba8598f
|
@ -131,7 +131,9 @@ define([
|
||||||
'Diagram Title': this.txtDiagramTitle,
|
'Diagram Title': this.txtDiagramTitle,
|
||||||
'X Axis': this.txtXAxis,
|
'X Axis': this.txtXAxis,
|
||||||
'Y Axis': this.txtYAxis,
|
'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){
|
styleNames.forEach(function(item){
|
||||||
translate[item] = me.translationTable[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
|
translate[item] = me.translationTable[item] = me['txtStyle_' + item.replace(/ /g, '_')] || item;
|
||||||
|
@ -2493,7 +2495,9 @@ define([
|
||||||
txtShape_polyline2: 'Freeform',
|
txtShape_polyline2: 'Freeform',
|
||||||
errorChangeArray: 'You cannot change part of an array.',
|
errorChangeArray: 'You cannot change part of an array.',
|
||||||
errorMultiCellFormula: 'Multi-cell array formulas are not allowed in tables.',
|
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 || {}))
|
})(), SSE.Controllers.Main || {}))
|
||||||
});
|
});
|
||||||
|
|
|
@ -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.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.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
||||||
"SSE.Controllers.Main.errorEmailClient": "No email client could be found.",
|
"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.strAllSheets": "All Sheets",
|
||||||
"SSE.Controllers.Print.textWarning": "Warning",
|
"SSE.Controllers.Print.textWarning": "Warning",
|
||||||
"SSE.Controllers.Print.txtCustom": "Custom",
|
"SSE.Controllers.Print.txtCustom": "Custom",
|
||||||
|
|
|
@ -720,6 +720,8 @@
|
||||||
"SSE.Controllers.Main.warnNoLicenseUsers": "Эта версия редакторов ONLYOFFICE имеет некоторые ограничения по числу одновременно работающих пользователей.<br>Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.",
|
"SSE.Controllers.Main.warnNoLicenseUsers": "Эта версия редакторов ONLYOFFICE имеет некоторые ограничения по числу одновременно работающих пользователей.<br>Если требуется больше, рассмотрите вопрос о покупке коммерческой лицензии.",
|
||||||
"SSE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
|
"SSE.Controllers.Main.warnProcessRightsChange": "Вам было отказано в праве на редактирование этого файла.",
|
||||||
"SSE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент.",
|
"SSE.Controllers.Main.errorEmailClient": "Не найден почтовый клиент.",
|
||||||
|
"SSE.Controllers.Main.txtPrintArea": "Область_печати",
|
||||||
|
"SSE.Controllers.Main.txtTable": "Таблица",
|
||||||
"SSE.Controllers.Print.strAllSheets": "Все листы",
|
"SSE.Controllers.Print.strAllSheets": "Все листы",
|
||||||
"SSE.Controllers.Print.textWarning": "Предупреждение",
|
"SSE.Controllers.Print.textWarning": "Предупреждение",
|
||||||
"SSE.Controllers.Print.txtCustom": "Пользовательская",
|
"SSE.Controllers.Print.txtCustom": "Пользовательская",
|
||||||
|
|
Loading…
Reference in a new issue