[SSE] Add translation
This commit is contained in:
parent
be51d9e67a
commit
43ee47bcd0
|
@ -752,7 +752,7 @@ define([
|
||||||
filteredText : 'Filter mode',
|
filteredText : 'Filter mode',
|
||||||
selectAllSheets : 'Select All Sheets',
|
selectAllSheets : 'Select All Sheets',
|
||||||
ungroupSheets : 'Ungroup Sheets',
|
ungroupSheets : 'Ungroup Sheets',
|
||||||
textCustomizeStatusBar: 'Customize status bar',
|
//textCustomizeStatusBar: 'Customize status bar',
|
||||||
itemAverage : 'Average',
|
itemAverage : 'Average',
|
||||||
itemCount : 'Count',
|
itemCount : 'Count',
|
||||||
itemMinimum : 'Minimum',
|
itemMinimum : 'Minimum',
|
||||||
|
|
|
@ -2429,6 +2429,11 @@
|
||||||
"SSE.Views.Statusbar.tipZoomOut": "Zoom out",
|
"SSE.Views.Statusbar.tipZoomOut": "Zoom out",
|
||||||
"SSE.Views.Statusbar.ungroupSheets": "Ungroup Sheets",
|
"SSE.Views.Statusbar.ungroupSheets": "Ungroup Sheets",
|
||||||
"SSE.Views.Statusbar.zoomText": "Zoom {0}%",
|
"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.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.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.",
|
"SSE.Views.TableOptionsDialog.errorFTRangeIncludedOtherTables": "Operation could not be completed for the selected cell range.<br>Select a range which does not include other tables.",
|
||||||
|
|
Loading…
Reference in a new issue