[SSE] Pivot settings: add translation
This commit is contained in:
parent
6c80d89bd0
commit
328654f51f
|
@ -749,7 +749,6 @@ define([
|
||||||
textRows : 'Rows',
|
textRows : 'Rows',
|
||||||
textColumns : 'Columns',
|
textColumns : 'Columns',
|
||||||
textFilters : 'Filters',
|
textFilters : 'Filters',
|
||||||
notcriticalErrorTitle : 'Warning',
|
|
||||||
textAdvanced: 'Show advanced settings',
|
textAdvanced: 'Show advanced settings',
|
||||||
txtMoveUp: 'Move Up',
|
txtMoveUp: 'Move Up',
|
||||||
txtMoveDown: 'Move Down',
|
txtMoveDown: 'Move Down',
|
||||||
|
|
|
@ -1505,6 +1505,33 @@
|
||||||
"SSE.Views.DocumentHolder.txtUngroup": "Ungroup",
|
"SSE.Views.DocumentHolder.txtUngroup": "Ungroup",
|
||||||
"SSE.Views.DocumentHolder.txtWidth": "Width",
|
"SSE.Views.DocumentHolder.txtWidth": "Width",
|
||||||
"SSE.Views.DocumentHolder.vertAlignText": "Vertical Alignment",
|
"SSE.Views.DocumentHolder.vertAlignText": "Vertical Alignment",
|
||||||
|
"SSE.Views.FieldSettingsDialog.textTitle": "Field Settings",
|
||||||
|
"SSE.Views.FieldSettingsDialog.strSubtotals": "Subtotals",
|
||||||
|
"SSE.Views.FieldSettingsDialog.strLayout": "Layout",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtSourceName": "Source name:",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtCustomName": "Custom name",
|
||||||
|
"SSE.Views.FieldSettingsDialog.textReport": "Report Form",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtTabular": "Tabular",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtOutline": "Outline",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtCompact": "Compact",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtRepeat": "Repeat items labels at each row",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtBlank": "Insert blank rows after each item",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtShowSubtotals": "Show subtotals",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtTop": "Show at top of group",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtBottom": "Show at bottom of group",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtEmpty": "Show items with no data",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtSummarize": "Functions for Subtotals",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtAverage": "Average",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtCount": "Count",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtCountNums": "Count Numbers",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtMax": "Max",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtMin": "Min",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtProduct": "Product",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtStdDev": "StdDev",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtStdDevp": "StdDevp",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtSum": "Sum",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtVar": "Var",
|
||||||
|
"SSE.Views.FieldSettingsDialog.txtVarp": "Varp",
|
||||||
"SSE.Views.FileMenu.btnBackCaption": "Open file location",
|
"SSE.Views.FileMenu.btnBackCaption": "Open file location",
|
||||||
"SSE.Views.FileMenu.btnCloseMenuCaption": "Close Menu",
|
"SSE.Views.FileMenu.btnCloseMenuCaption": "Close Menu",
|
||||||
"SSE.Views.FileMenu.btnCreateNewCaption": "Create New",
|
"SSE.Views.FileMenu.btnCreateNewCaption": "Create New",
|
||||||
|
@ -1851,7 +1878,7 @@
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Right",
|
"SSE.Views.ParagraphSettingsAdvanced.textTabRight": "Right",
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced Settings",
|
"SSE.Views.ParagraphSettingsAdvanced.textTitle": "Paragraph - Advanced Settings",
|
||||||
"SSE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto",
|
"SSE.Views.ParagraphSettingsAdvanced.txtAutoText": "Auto",
|
||||||
"SSE.Views.PivotSettings.notcriticalErrorTitle": "Warning",
|
"del_SSE.Views.PivotSettings.notcriticalErrorTitle": "Warning",
|
||||||
"SSE.Views.PivotSettings.textAdvanced": "Show advanced settings",
|
"SSE.Views.PivotSettings.textAdvanced": "Show advanced settings",
|
||||||
"SSE.Views.PivotSettings.textColumns": "Columns",
|
"SSE.Views.PivotSettings.textColumns": "Columns",
|
||||||
"SSE.Views.PivotSettings.textFields": "Select Fields",
|
"SSE.Views.PivotSettings.textFields": "Select Fields",
|
||||||
|
@ -1872,6 +1899,28 @@
|
||||||
"SSE.Views.PivotSettings.txtMoveUp": "Move Up",
|
"SSE.Views.PivotSettings.txtMoveUp": "Move Up",
|
||||||
"SSE.Views.PivotSettings.txtMoveValues": "Move to Values",
|
"SSE.Views.PivotSettings.txtMoveValues": "Move to Values",
|
||||||
"SSE.Views.PivotSettings.txtRemove": "Remove Field",
|
"SSE.Views.PivotSettings.txtRemove": "Remove Field",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textTitle": "Pivot Table - Advanced Settings",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.strLayout": "Name and Layout",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.txtName": "Name",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textGrandTotals": "Grand Totals",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textShowRows": "Show for rows",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textShowCols": "Show for columns",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textDataSource": "Data Source",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textDataRange": "Data Range",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textSelectData": "Select Data",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textAlt": "Alternative Text",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textAltTitle": "Title",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textAltDescription": "Description",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textAltTip": "The alternative text-based representation of the visual object information, which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image, autoshape, chart or table.",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.txtEmpty": "This field is required",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textInvalidRange": "ERROR! Invalid cells range",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textDisplayFields": "Display fields in report filter area",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textDown": "Down, then over",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textOver": "Over, then down",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textWrapCol": "Report filter fields per column",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textWrapRow": "Report filter fields per row",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textHeaders": "Field Headers",
|
||||||
|
"SSE.Views.PivotSettingsAdvanced.textShowHeaders": "Show field headers for rows and columns",
|
||||||
"SSE.Views.PivotTable.capBlankRows": "Blank Rows",
|
"SSE.Views.PivotTable.capBlankRows": "Blank Rows",
|
||||||
"SSE.Views.PivotTable.capGrandTotals": "Grand Totals",
|
"SSE.Views.PivotTable.capGrandTotals": "Grand Totals",
|
||||||
"SSE.Views.PivotTable.capLayout": "Report Layout",
|
"SSE.Views.PivotTable.capLayout": "Report Layout",
|
||||||
|
@ -2433,5 +2482,33 @@
|
||||||
"SSE.Views.ScaleDialog.textManyPages": "pages",
|
"SSE.Views.ScaleDialog.textManyPages": "pages",
|
||||||
"SSE.Views.ScaleDialog.textError": "The entered value is incorrect.",
|
"SSE.Views.ScaleDialog.textError": "The entered value is incorrect.",
|
||||||
"SSE.Views.ScaleDialog.textScaleTo": "Scale To",
|
"SSE.Views.ScaleDialog.textScaleTo": "Scale To",
|
||||||
"SSE.Views.ScaleDialog.textFitTo": "Fit To"
|
"SSE.Views.ScaleDialog.textFitTo": "Fit To",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.textTitle": "Value Field Settings",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtSourceName": "Source name:",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtCustomName": "Custom name",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtSummarize": "Summarize value field by",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtShowAs": "Show values as",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtBaseField": "Base field",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtBaseItem": "Base item",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtAverage": "Average",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtCount": "Count",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtCountNums": "Count Numbers",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtMax": "Max",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtMin": "Min",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtProduct": "Product",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtStdDev": "StdDev",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtStdDevp": "StdDevp",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtSum": "Sum",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtVar": "Var",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtVarp": "Varp",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtNormal": "No Calculation",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtDifference": "The Difference From",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtPercent": "Percent of",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtPercentDiff": "Percent Difference From",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtRunTotal": "Running Total In",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtPercentOfRow": "Percent of Total",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtPercentOfCol": "Percent of Column",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtPercentOfTotal": "Percent of Row",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtIndex": "Index",
|
||||||
|
"SSE.Views.ValueFieldSettingsDialog.txtByField": "by field"
|
||||||
}
|
}
|
Loading…
Reference in a new issue