[SSE] Add translation
This commit is contained in:
parent
57c038ff0c
commit
f11ee3f5a2
|
@ -65,7 +65,7 @@ define([
|
|||
'<table cols="1" style="width: 100%;">',
|
||||
'<tr>',
|
||||
'<td>',
|
||||
'<label class="input-label">', me.textDataRange, '</label>',
|
||||
'<label class="input-label">', me.textData, '</label>',
|
||||
'</td>',
|
||||
'</tr>',
|
||||
'<tr>',
|
||||
|
@ -538,9 +538,7 @@ define([
|
|||
},
|
||||
|
||||
textTitle: 'Chart Data',
|
||||
txtEmpty: 'This field is required',
|
||||
textInvalidRange: 'Invalid cells range',
|
||||
textError: 'ERROR!',
|
||||
textSelectData: 'Select data',
|
||||
errorMaxRows: 'The maximum number of data series per chart is 255.',
|
||||
errorStockChart: 'Incorrect row order. To build a stock chart place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.',
|
||||
|
@ -553,7 +551,7 @@ define([
|
|||
textCategory: 'Horizontal (Category) Axis Labels',
|
||||
textUp: 'Up',
|
||||
textDown: 'Down',
|
||||
textData: 'Data',
|
||||
textData: 'Chart data range',
|
||||
errorInFormula: "There's an error in formula you entered.",
|
||||
errorInvalidReference: 'The reference is not valid. Reference must be to an open worksheet.',
|
||||
errorNoSingleRowCol: 'The reference is not valid. References for titles, values, sizes, or data labels must be a single cell, row, or column.',
|
||||
|
|
|
@ -367,9 +367,7 @@ define([
|
|||
txtAxisLabel: 'Axis label range',
|
||||
txtChoose: 'Choose range',
|
||||
textSelectData: 'Select data',
|
||||
txtEmpty : 'This field is required',
|
||||
textInvalidRange: 'Invalid cells range',
|
||||
textError: 'ERROR!',
|
||||
errorMaxRows: 'The maximum number of data series per chart is 255.',
|
||||
errorStockChart: 'Incorrect row order. To build a stock chart place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.',
|
||||
errorMaxPoints: 'The maximum number of points in series per chart is 4096.',
|
||||
|
|
|
@ -1272,6 +1272,42 @@
|
|||
"SSE.Views.CellSettings.textControl": "Text Control",
|
||||
"SSE.Views.CellSettings.strWrap": "Wrap text",
|
||||
"SSE.Views.CellSettings.strShrink": "Shrink to fit",
|
||||
"SSE.Views.ChartDataDialog.textTitle": "Chart Data",
|
||||
"SSE.Views.ChartDataDialog.textInvalidRange": "Invalid cells range",
|
||||
"SSE.Views.ChartDataDialog.textSelectData": "Select data",
|
||||
"SSE.Views.ChartDataDialog.errorMaxRows": "The maximum number of data series per chart is 255.",
|
||||
"SSE.Views.ChartDataDialog.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.",
|
||||
"SSE.Views.ChartDataDialog.errorMaxPoints": "The maximum number of points in series per chart is 4096.",
|
||||
"SSE.Views.ChartDataDialog.textSeries": "Legend Entries (Series)",
|
||||
"SSE.Views.ChartDataDialog.textAdd": "Add",
|
||||
"SSE.Views.ChartDataDialog.textEdit": "Edit",
|
||||
"SSE.Views.ChartDataDialog.textDelete": "Remove",
|
||||
"SSE.Views.ChartDataDialog.textSwitch": "Switch Row/Column",
|
||||
"SSE.Views.ChartDataDialog.textCategory": "Horizontal (Category) Axis Labels",
|
||||
"SSE.Views.ChartDataDialog.textUp": "Up",
|
||||
"SSE.Views.ChartDataDialog.textDown": "Down",
|
||||
"SSE.Views.ChartDataDialog.textData": "Chart data range",
|
||||
"SSE.Views.ChartDataDialog.errorInFormula": "There's an error in formula you entered.",
|
||||
"SSE.Views.ChartDataDialog.errorInvalidReference": "The reference is not valid. Reference must be to an open worksheet.",
|
||||
"SSE.Views.ChartDataDialog.errorNoSingleRowCol": "The reference is not valid. References for titles, values, sizes, or data labels must be a single cell, row, or column.",
|
||||
"SSE.Views.ChartDataDialog.errorNoValues": "To create a chart, the series must contain at least one value.",
|
||||
"SSE.Views.ChartDataRangeDialog.txtTitleSeries": "Edit Series",
|
||||
"SSE.Views.ChartDataRangeDialog.txtTitleCategory": "Axis Labels",
|
||||
"SSE.Views.ChartDataRangeDialog.txtSeriesName": "Series name",
|
||||
"SSE.Views.ChartDataRangeDialog.txtValues": "Values",
|
||||
"SSE.Views.ChartDataRangeDialog.txtXValues": "X Values",
|
||||
"SSE.Views.ChartDataRangeDialog.txtYValues": "Y Values",
|
||||
"SSE.Views.ChartDataRangeDialog.txtAxisLabel": "Axis label range",
|
||||
"SSE.Views.ChartDataRangeDialog.txtChoose": "Choose range",
|
||||
"SSE.Views.ChartDataRangeDialog.textInvalidRange": "Invalid cells range",
|
||||
"SSE.Views.ChartDataRangeDialog.textSelectData": "Select data",
|
||||
"SSE.Views.ChartDataRangeDialog.errorMaxRows": "The maximum number of data series per chart is 255.",
|
||||
"SSE.Views.ChartDataRangeDialog.errorStockChart": "Incorrect row order. To build a stock chart place the data on the sheet in the following order:<br> opening price, max price, min price, closing price.",
|
||||
"SSE.Views.ChartDataRangeDialog.errorMaxPoints": "The maximum number of points in series per chart is 4096.",
|
||||
"SSE.Views.ChartDataRangeDialog.errorInFormula": "There's an error in formula you entered.",
|
||||
"SSE.Views.ChartDataRangeDialog.errorInvalidReference": "The reference is not valid. Reference must be to an open worksheet.",
|
||||
"SSE.Views.ChartDataRangeDialog.errorNoSingleRowCol": "The reference is not valid. References for titles, values, sizes, or data labels must be a single cell, row, or column.",
|
||||
"SSE.Views.ChartDataRangeDialog.errorNoValues": "To create a chart, the series must contain at least one value.",
|
||||
"SSE.Views.ChartSettings.strLineWeight": "Line Weight",
|
||||
"SSE.Views.ChartSettings.strSparkColor": "Color",
|
||||
"SSE.Views.ChartSettings.strTemplate": "Template",
|
||||
|
|
Loading…
Reference in a new issue