[SSE] Add translation

This commit is contained in:
JuliaSvinareva 2020-06-18 14:16:30 +03:00
parent be51d9e67a
commit 43ee47bcd0
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -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.<br>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.<br>Select a range so that the first table row was on the same row<br>and the resulting table overlapped the current one.",
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Operation could not be completed for the selected cell range.<br>Select a range which does not include other tables.",