[SSE] Update translation

This commit is contained in:
Julia Radzhabova 2019-11-28 15:51:38 +03:00
parent 5a4fe3df9f
commit 308aab692f
2 changed files with 34 additions and 1 deletions

View file

@ -608,7 +608,6 @@ define([ 'text!spreadsheeteditor/main/app/template/SortDialog.template',
textValues: 'Values', textValues: 'Values',
textCellColor: 'Cell color', textCellColor: 'Cell color',
textFontColor: 'Font color', textFontColor: 'Font color',
textCellIcon: 'Cell icon',
textAZ: 'A to Z', textAZ: 'A to Z',
textZA: 'Z to A', textZA: 'Z to A',
textDesc: 'Descending', textDesc: 'Descending',

View file

@ -1367,6 +1367,8 @@
"SSE.Views.DataTab.tipGroup": "Group range of cells", "SSE.Views.DataTab.tipGroup": "Group range of cells",
"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.capBtnTextCustomSort": "Custom Sort",
"SSE.Views.DataTab.tipCustomSort": "Custom sort",
"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",
@ -2083,6 +2085,38 @@
"SSE.Views.Spellcheck.txtDictionaryLanguage": "Dictionary Language", "SSE.Views.Spellcheck.txtDictionaryLanguage": "Dictionary Language",
"SSE.Views.Spellcheck.txtNextTip": "Go to the next word", "SSE.Views.Spellcheck.txtNextTip": "Go to the next word",
"SSE.Views.Spellcheck.txtSpelling": "Spelling", "SSE.Views.Spellcheck.txtSpelling": "Spelling",
"SSE.Views.SortDialog.txtTitle": "Sort",
"SSE.Views.SortDialog.textAdd": "Add level",
"SSE.Views.SortDialog.textDelete": "Delete level",
"SSE.Views.SortDialog.textCopy": "Copy level",
"SSE.Views.SortDialog.textColumn": "Column",
"SSE.Views.SortDialog.textRow": "Row",
"SSE.Views.SortDialog.textSort": "Sort on",
"SSE.Views.SortDialog.textOrder": "Order",
"SSE.Views.SortDialog.textUp": "Move level up",
"SSE.Views.SortDialog.textDown": "Move level down",
"SSE.Views.SortDialog.textOptions": "Options",
"SSE.Views.SortDialog.textValues": "Values",
"SSE.Views.SortDialog.textCellColor": "Cell color",
"SSE.Views.SortDialog.textFontColor": "Font color",
"SSE.Views.SortDialog.textAZ": "A to Z",
"SSE.Views.SortDialog.textZA": "Z to A",
"SSE.Views.SortDialog.textDesc": "Descending",
"SSE.Views.SortDialog.textAsc": "Ascending",
"SSE.Views.SortDialog.textTop": "Top",
"SSE.Views.SortDialog.textBelow": "Below",
"SSE.Views.SortDialog.textLeft": "Left",
"SSE.Views.SortDialog.textRight": "Right",
"SSE.Views.SortDialog.errorEmpty": "All sort criteria must have a column or row specified.",
"SSE.Views.SortDialog.textAuto": "Automatic",
"SSE.Views.SortDialog.textNone": "None",
"SSE.Views.SortDialog.errorNotOriginalCol": "The column you selected is not in the original selected range.",
"SSE.Views.SortDialog.errorNotOriginalRow": "The row you selected is not in the original selected range.",
"SSE.Views.SortDialog.errorMoreOneRow": "More than one row is selected.",
"SSE.Views.SortDialog.errorMoreOneCol": "More than one column is selected.",
"SSE.Views.SortDialog.txtInvalidRange": "Invalid cells range.",
"SSE.Views.SortDialog.textMoreRows": "More rows",
"SSE.Views.SortDialog.textMoreCols": "More columns",
"SSE.Views.Statusbar.CopyDialog.itemCopyToEnd": "(Copy to end)", "SSE.Views.Statusbar.CopyDialog.itemCopyToEnd": "(Copy to end)",
"SSE.Views.Statusbar.CopyDialog.itemMoveToEnd": "(Move to end)", "SSE.Views.Statusbar.CopyDialog.itemMoveToEnd": "(Move to end)",
"SSE.Views.Statusbar.CopyDialog.textCopyBefore": "Copy before sheet", "SSE.Views.Statusbar.CopyDialog.textCopyBefore": "Copy before sheet",