From 43ee47bcd0ac6475ed5199280245f8fdf8c82d18 Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Thu, 18 Jun 2020 14:16:30 +0300 Subject: [PATCH] [SSE] Add translation --- apps/spreadsheeteditor/main/app/view/Statusbar.js | 2 +- apps/spreadsheeteditor/main/locale/en.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/Statusbar.js b/apps/spreadsheeteditor/main/app/view/Statusbar.js index 2b3be495f..6e2dcb7b4 100644 --- a/apps/spreadsheeteditor/main/app/view/Statusbar.js +++ b/apps/spreadsheeteditor/main/app/view/Statusbar.js @@ -752,7 +752,7 @@ define([ filteredText : 'Filter mode', selectAllSheets : 'Select All Sheets', ungroupSheets : 'Ungroup Sheets', - textCustomizeStatusBar: 'Customize status bar', + //textCustomizeStatusBar: 'Customize status bar', itemAverage : 'Average', itemCount : 'Count', itemMinimum : 'Minimum', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 701e63c4f..d63896dee 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2429,6 +2429,11 @@ "SSE.Views.Statusbar.tipZoomOut": "Zoom out", "SSE.Views.Statusbar.ungroupSheets": "Ungroup Sheets", "SSE.Views.Statusbar.zoomText": "Zoom {0}%", + "SSE.Views.Statusbar.itemAverage": "Average", + "SSE.Views.Statusbar.itemCount": "Count", + "SSE.Views.Statusbar.itemMinimum": "Minimum", + "SSE.Views.Statusbar.itemMaximum": "Maximum", + "SSE.Views.Statusbar.itemSum": "Sum", "SSE.Views.TableOptionsDialog.errorAutoFilterDataRange": "The operation could not be done for the selected range of cells.
Select a uniform data range different from the existing one and try again.", "SSE.Views.TableOptionsDialog.errorFTChangeTableRangeError": "Operation could not be completed for the selected cell range.
Select a range so that the first table row was on the same row
and the resulting table overlapped the current one.", "SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Operation could not be completed for the selected cell range.
Select a range which does not include other tables.",