From 648f25ec0a82baca6fb6a706f8b4a0187e811fa5 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 30 May 2024 17:45:11 +0300 Subject: [PATCH 1/2] [SSE] Add translation --- apps/spreadsheeteditor/main/app/controller/Main.js | 8 ++++++-- apps/spreadsheeteditor/main/locale/en.json | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index c31e74c50b..84a6f71015 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -156,7 +156,9 @@ define([ 'None': this.txtNone, 'Slicer': this.txtSlicer, 'Info': this.txtInfo, - 'Picture': this.txtPicture + 'Picture': this.txtPicture, + 'PivotTable': this.txtPivotTable, + 'View': this.txtView }; styleNames.forEach(function(item){ @@ -3992,7 +3994,9 @@ define([ txtScheme_Violet_II: 'Violet II', txtScheme_Violet: 'Violet', txtScheme_Yellow_Orange: 'Yellow Orange', - txtScheme_Yellow: 'Yellow' + txtScheme_Yellow: 'Yellow', + txtPivotTable: 'PivotTable', + txtView: 'View' } })(), SSE.Controllers.Main || {})) }); diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 108ea8c855..f10c903edc 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1427,6 +1427,8 @@ "SSE.Controllers.Main.txtScheme_Violet": "Violet", "SSE.Controllers.Main.txtScheme_Yellow_Orange": "Yellow Orange", "SSE.Controllers.Main.txtScheme_Yellow": "Yellow", + "SSE.Controllers.Main.txtPivotTable": "PivotTable", + "SSE.Controllers.Main.txtView": "View", "SSE.Controllers.PivotTable.strSheet": "Sheet", "SSE.Controllers.Print.strAllSheets": "All Sheets", "SSE.Controllers.Print.textFirstCol": "First column", From 9682194917560c12b7952c70e0cdcefec4cb32c6 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 30 May 2024 17:47:56 +0300 Subject: [PATCH 2/2] [DE] Change submit button for forms --- apps/documenteditor/forms/locale/en.json | 2 +- apps/documenteditor/main/locale/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json index f7e5d6d80f..c1662873ce 100644 --- a/apps/documenteditor/forms/locale/en.json +++ b/apps/documenteditor/forms/locale/en.json @@ -174,7 +174,7 @@ "DE.Views.ApplicationView.textPaste": "Paste", "DE.Views.ApplicationView.textPrintSel": "Print selection", "DE.Views.ApplicationView.textRedo": "Redo", - "DE.Views.ApplicationView.textSubmit": "Submit", + "DE.Views.ApplicationView.textSubmit": "Complete & Submit", "DE.Views.ApplicationView.textUndo": "Undo", "DE.Views.ApplicationView.textZoom": "Zoom", "DE.Views.ApplicationView.tipRedo": "Redo", diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index c906c84b59..86a1603245 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -2312,7 +2312,7 @@ "DE.Views.FormsTab.capBtnRadioBox": "Radio Button", "DE.Views.FormsTab.capBtnSaveForm": "Save As PDF", "DE.Views.FormsTab.capBtnSaveFormDesktop": "Save As...", - "DE.Views.FormsTab.capBtnSubmit": "Submit", + "DE.Views.FormsTab.capBtnSubmit": "Complete & Submit", "DE.Views.FormsTab.capBtnText": "Text Field", "DE.Views.FormsTab.capBtnView": "View Form", "DE.Views.FormsTab.capCreditCard": "Credit Card",