From 308aab692f8fd4bd4f1b16846f1d3106fe5dacd6 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 28 Nov 2019 15:51:38 +0300 Subject: [PATCH] [SSE] Update translation --- .../main/app/view/SortDialog.js | 1 - apps/spreadsheeteditor/main/locale/en.json | 34 +++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/SortDialog.js b/apps/spreadsheeteditor/main/app/view/SortDialog.js index 161635143..fd8ad26eb 100644 --- a/apps/spreadsheeteditor/main/app/view/SortDialog.js +++ b/apps/spreadsheeteditor/main/app/view/SortDialog.js @@ -608,7 +608,6 @@ define([ 'text!spreadsheeteditor/main/app/template/SortDialog.template', textValues: 'Values', textCellColor: 'Cell color', textFontColor: 'Font color', - textCellIcon: 'Cell icon', textAZ: 'A to Z', textZA: 'Z to A', textDesc: 'Descending', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index b1889b938..e5c7ed962 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1367,6 +1367,8 @@ "SSE.Views.DataTab.tipGroup": "Group range of cells", "SSE.Views.DataTab.tipToColumns": "Separate cell text into columns", "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.capCondition1": "equals", "SSE.Views.DigitalFilterDialog.capCondition10": "does not end with", @@ -2083,6 +2085,38 @@ "SSE.Views.Spellcheck.txtDictionaryLanguage": "Dictionary Language", "SSE.Views.Spellcheck.txtNextTip": "Go to the next word", "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.itemMoveToEnd": "(Move to end)", "SSE.Views.Statusbar.CopyDialog.textCopyBefore": "Copy before sheet",