From bbf5ba8018551f8d3384bdf6a005503bc1959436 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 15 Sep 2023 14:24:56 +0300 Subject: [PATCH] Fix translation --- apps/spreadsheeteditor/main/app/controller/Main.js | 6 ++++-- apps/spreadsheeteditor/main/locale/en.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index 3569213103..e13b5caa73 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -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 || {})) }); diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index f2e61c3c9c..2419a75d1a 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -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.
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",