[SSE] Add translation

This commit is contained in:
Julia Radzhabova 2020-12-01 14:28:43 +03:00
parent 8ae33e0789
commit 847945c6a1

View file

@ -301,6 +301,9 @@
"SSE.Controllers.DataTab.txtExpandRemDuplicates": "The data next to the selection will not be removed. Do you want to expand the selection to include the adjacent data or continue with the currently selected cells only?", "SSE.Controllers.DataTab.txtExpandRemDuplicates": "The data next to the selection will not be removed. Do you want to expand the selection to include the adjacent data or continue with the currently selected cells only?",
"SSE.Controllers.DataTab.txtRemDuplicates": "Remove Duplicates", "SSE.Controllers.DataTab.txtRemDuplicates": "Remove Duplicates",
"SSE.Controllers.DataTab.txtRemSelected": "Remove in selected", "SSE.Controllers.DataTab.txtRemSelected": "Remove in selected",
"SSE.Controllers.DataTab.txtDataValidation": "Data Validation",
"SSE.Controllers.DataTab.txtExtendDataValidation": "The selection contains some cells without Data Validation settings.<br>Do you want to extend Data Validation to these cells?",
"SSE.Controllers.DataTab.txtRemoveDataValidation": "The selection contains more than one type of validation.<br>Erase current settings and continue?",
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment", "SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
"SSE.Controllers.DocumentHolder.centerText": "Center", "SSE.Controllers.DocumentHolder.centerText": "Center",
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column", "SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",
@ -1531,6 +1534,66 @@
"SSE.Views.DataTab.tipRemDuplicates": "Remove duplicate rows from a sheet", "SSE.Views.DataTab.tipRemDuplicates": "Remove duplicate rows from a sheet",
"SSE.Views.DataTab.tipToColumns": "Separate cell text into columns", "SSE.Views.DataTab.tipToColumns": "Separate cell text into columns",
"SSE.Views.DataTab.tipUngroup": "Ungroup range of cells", "SSE.Views.DataTab.tipUngroup": "Ungroup range of cells",
"SSE.Views.DataTab.capBtnTextDataValidation": "Data Validation",
"SSE.Views.DataTab.tipDataValidation": "Data validation",
"SSE.Views.DataValidationDialog.strSettings": "Settings",
"SSE.Views.DataValidationDialog.strInput": "Input Message",
"SSE.Views.DataValidationDialog.strError": "Error Alert",
"SSE.Views.DataValidationDialog.textAllow": "Allow",
"SSE.Views.DataValidationDialog.textData": "Data",
"SSE.Views.DataValidationDialog.textMin": "Minimum",
"SSE.Views.DataValidationDialog.textMax": "Maximum",
"SSE.Views.DataValidationDialog.textCompare": "Compare to",
"SSE.Views.DataValidationDialog.textSource": "Source",
"SSE.Views.DataValidationDialog.textStartDate": "Start Date",
"SSE.Views.DataValidationDialog.textEndDate": "End Date",
"SSE.Views.DataValidationDialog.textStartTime": "Start Time",
"SSE.Views.DataValidationDialog.textEndTime": "End Time",
"SSE.Views.DataValidationDialog.textFormula": "Formula",
"SSE.Views.DataValidationDialog.textIgnore": "Ignore blank",
"SSE.Views.DataValidationDialog.textApply": "Apply these changes to all othes calls the same settings",
"SSE.Views.DataValidationDialog.textShowDropDown": "Show drop-down list in cell",
"SSE.Views.DataValidationDialog.textCellSelected": "When cell is selected, show this input message",
"SSE.Views.DataValidationDialog.textTitle": "Title",
"SSE.Views.DataValidationDialog.textInput": "Input Message",
"SSE.Views.DataValidationDialog.textUserEnters": "When user enters invalid data, show this error alert",
"SSE.Views.DataValidationDialog.textStyle": "Style",
"SSE.Views.DataValidationDialog.textError": "Error Message",
"SSE.Views.DataValidationDialog.textShowInput": "Show input message when cell is selected",
"SSE.Views.DataValidationDialog.textShowError": "Show error alert after invalid data is entered",
"SSE.Views.DataValidationDialog.txtBetween": "between",
"SSE.Views.DataValidationDialog.txtNotBetween": "not between",
"SSE.Views.DataValidationDialog.txtEqual": "equals",
"SSE.Views.DataValidationDialog.txtNotEqual": "does not equal",
"SSE.Views.DataValidationDialog.txtLessThan": "less than",
"SSE.Views.DataValidationDialog.txtGreaterThan": "greater than",
"SSE.Views.DataValidationDialog.txtLessThanOrEqual": "less than or equal to",
"SSE.Views.DataValidationDialog.txtGreaterThanOrEqual": "greater than or equal to",
"SSE.Views.DataValidationDialog.txtAny": "Any value",
"SSE.Views.DataValidationDialog.txtWhole": "Whole number",
"SSE.Views.DataValidationDialog.txtDecimal": "Decimal",
"SSE.Views.DataValidationDialog.txtList": "List",
"SSE.Views.DataValidationDialog.txtDate": "Date",
"SSE.Views.DataValidationDialog.txtTime": "Time",
"SSE.Views.DataValidationDialog.txtTextLength": "Text length",
"SSE.Views.DataValidationDialog.txtLength": "Length",
"SSE.Views.DataValidationDialog.txtOther": "Other",
"SSE.Views.DataValidationDialog.txtElTime": "Elapsed time",
"SSE.Views.DataValidationDialog.txtStartDate": "Start date",
"SSE.Views.DataValidationDialog.txtStartTime": "Start time",
"SSE.Views.DataValidationDialog.txtEndDate": "End date",
"SSE.Views.DataValidationDialog.txtEndTime": "End time",
"SSE.Views.DataValidationDialog.textStop": "Stop",
"SSE.Views.DataValidationDialog.textAlert": "Alert",
"SSE.Views.DataValidationDialog.textMessage": "Message",
"SSE.Views.DataValidationDialog.textSelectData": "Select data",
"SSE.Views.DataValidationDialog.errorMustEnterBothValues": "You must enter a value in both field \"{0}\" and field \"{1}\".",
"SSE.Views.DataValidationDialog.errorMustEnterValue": "You must enter a value in field \"{0}\".",
"SSE.Views.DataValidationDialog.errorInvalidDate": "The date you entered for the field \"{0}\" is invalid.",
"SSE.Views.DataValidationDialog.errorInvalidTime": "The time you entered for the field \"{0}\" is invalid.",
"SSE.Views.DataValidationDialog.errorNotNumeric": "The field \"{0}\" must be a numeric value, numeric expression, or refer to a cell containing a numeric value.",
"SSE.Views.DataValidationDialog.errorNegativeTextLength": "Negative values cannot be used in conditions \"{0}\".",
"SSE.Views.DataValidationDialog.errorMinGreaterMax": "The \"{1}\" field must be greater than or equal to the \"{0}\" field.",
"SSE.Views.DigitalFilterDialog.capAnd": "And", "SSE.Views.DigitalFilterDialog.capAnd": "And",
"SSE.Views.DigitalFilterDialog.capCondition1": "equals", "SSE.Views.DigitalFilterDialog.capCondition1": "equals",
"SSE.Views.DigitalFilterDialog.capCondition10": "does not end with", "SSE.Views.DigitalFilterDialog.capCondition10": "does not end with",