Fix translation

This commit is contained in:
Julia Radzhabova
2023-09-15 14:24:56 +03:00
parent 486f983cd4
commit bbf5ba8018
2 changed files with 5 additions and 2 deletions

View File

@ -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 || {}))
});

View File

@ -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",