mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 21:55:19 +08:00
Fix translation
This commit is contained in:
@ -153,7 +153,8 @@ define([
|
||||
'Sheet': this.txtSheet,
|
||||
'None': this.txtNone,
|
||||
'Slicer': this.txtSlicer,
|
||||
'Info': this.txtInfo
|
||||
'Info': this.txtInfo,
|
||||
'Picture': this.txtPicture
|
||||
};
|
||||
|
||||
styleNames.forEach(function(item){
|
||||
@ -3889,7 +3890,8 @@ define([
|
||||
textReplace: 'Replace',
|
||||
textKeep: 'Keep',
|
||||
errorDependentsNoFormulas: 'The Trace Dependents command found no formulas that refer to the active cell.',
|
||||
errorPrecedentsNoValidRef: 'The Trace Precedents command requires that the active cell contain a formula which includes a valid references.'
|
||||
errorPrecedentsNoValidRef: 'The Trace Precedents command requires that the active cell contain a formula which includes a valid references.',
|
||||
txtPicture: 'Picture'
|
||||
}
|
||||
})(), SSE.Controllers.Main || {}))
|
||||
});
|
||||
|
||||
@ -1379,6 +1379,7 @@
|
||||
"SSE.Controllers.Main.warnNoLicense": "You've reached the limit for simultaneous connections to %1 editors. This document will be opened for viewing only.<br>Contact %1 sales team for personal upgrade terms.",
|
||||
"SSE.Controllers.Main.warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
|
||||
"SSE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
|
||||
"SSE.Controllers.Main.txtPicture": "Picture",
|
||||
"SSE.Controllers.PivotTable.strSheet": "Sheet",
|
||||
"SSE.Controllers.Print.strAllSheets": "All Sheets",
|
||||
"SSE.Controllers.Print.textFirstCol": "First column",
|
||||
|
||||
Reference in New Issue
Block a user