From b61fd444538d2cc9ff9b5b8189c01e32f92bb895 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 7 Apr 2020 16:10:05 +0300 Subject: [PATCH] [SSE] Add translation --- .../main/app/view/RemoveDuplicatesDialog.js | 6 +++--- apps/spreadsheeteditor/main/locale/en.json | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/RemoveDuplicatesDialog.js b/apps/spreadsheeteditor/main/app/view/RemoveDuplicatesDialog.js index 4e476bd2c..887c691ff 100644 --- a/apps/spreadsheeteditor/main/app/view/RemoveDuplicatesDialog.js +++ b/apps/spreadsheeteditor/main/app/view/RemoveDuplicatesDialog.js @@ -62,7 +62,7 @@ define([ }, options || {}); this.template = [ - '
', + '
', '
', '', '
', @@ -294,10 +294,10 @@ define([ // txtTitle: 'Remove Duplicates', - textDescription: 'To delete duplicate values, select one or more columns than contain duplicates.', + textDescription: 'To delete duplicate values, select one or more columns that contain duplicates.', textHeaders: 'My data has headers', textColumns: 'Columns', - textSelectAll : 'Select All' + textSelectAll: 'Select All' }, SSE.Views.RemoveDuplicatesDialog || {})); }); \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 45122c077..0a13d9489 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -265,6 +265,10 @@ "Common.Views.SymbolTableDialog.textDOQuote": "Double Opening Quote", "Common.Views.SymbolTableDialog.textDCQuote": "Double Closing Quote", "SSE.Controllers.DataTab.textWizard": "Text to Columns", + "SSE.Controllers.DataTab.txtRemDuplicates": "Remove Duplicates", + "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.txtExpand": "Expand", + "SSE.Controllers.DataTab.txtRemSelected": "Remove in selected", "SSE.Controllers.DocumentHolder.alignmentText": "Alignment", "SSE.Controllers.DocumentHolder.centerText": "Center", "SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column", @@ -2080,6 +2084,11 @@ "SSE.Views.PrintTitlesDialog.textFirstRow": "First row", "SSE.Views.PrintTitlesDialog.textFirstCol": "First column", "SSE.Views.PrintTitlesDialog.textInvalidRange": "ERROR! Invalid cells range", + "SSE.Views.RemoveDuplicatesDialog.txtTitle": "Remove Duplicates", + "SSE.Views.RemoveDuplicatesDialog.textDescription": "To delete duplicate values, select one or more columns that contain duplicates.", + "SSE.Views.RemoveDuplicatesDialog.textHeaders": "My data has headers", + "SSE.Views.RemoveDuplicatesDialog.textColumns": "Columns", + "SSE.Views.RemoveDuplicatesDialog.textSelectAll": "Select All", "SSE.Views.RightMenu.txtCellSettings": "Cell settings", "SSE.Views.RightMenu.txtChartSettings": "Chart settings", "SSE.Views.RightMenu.txtImageSettings": "Image settings",