[SSE] Add translation

This commit is contained in:
Julia Radzhabova 2020-04-07 16:10:05 +03:00
parent 438c3287d2
commit b61fd44453
2 changed files with 12 additions and 3 deletions

View file

@ -62,7 +62,7 @@ define([
}, options || {}); }, options || {});
this.template = [ this.template = [
'<div class="box" style="height: 265px;">', '<div class="box" style="height: 270px;">',
'<div style="margin-bottom: 16px;">', '<div style="margin-bottom: 16px;">',
'<label>' + this.textDescription + '</label>', '<label>' + this.textDescription + '</label>',
'</div>', '</div>',
@ -294,10 +294,10 @@ define([
// //
txtTitle: 'Remove Duplicates', 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', textHeaders: 'My data has headers',
textColumns: 'Columns', textColumns: 'Columns',
textSelectAll : 'Select All' textSelectAll: 'Select All'
}, SSE.Views.RemoveDuplicatesDialog || {})); }, SSE.Views.RemoveDuplicatesDialog || {}));
}); });

View file

@ -265,6 +265,10 @@
"Common.Views.SymbolTableDialog.textDOQuote": "Double Opening Quote", "Common.Views.SymbolTableDialog.textDOQuote": "Double Opening Quote",
"Common.Views.SymbolTableDialog.textDCQuote": "Double Closing Quote", "Common.Views.SymbolTableDialog.textDCQuote": "Double Closing Quote",
"SSE.Controllers.DataTab.textWizard": "Text to Columns", "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.alignmentText": "Alignment",
"SSE.Controllers.DocumentHolder.centerText": "Center", "SSE.Controllers.DocumentHolder.centerText": "Center",
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column", "SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",
@ -2080,6 +2084,11 @@
"SSE.Views.PrintTitlesDialog.textFirstRow": "First row", "SSE.Views.PrintTitlesDialog.textFirstRow": "First row",
"SSE.Views.PrintTitlesDialog.textFirstCol": "First column", "SSE.Views.PrintTitlesDialog.textFirstCol": "First column",
"SSE.Views.PrintTitlesDialog.textInvalidRange": "ERROR! Invalid cells range", "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.txtCellSettings": "Cell settings",
"SSE.Views.RightMenu.txtChartSettings": "Chart settings", "SSE.Views.RightMenu.txtChartSettings": "Chart settings",
"SSE.Views.RightMenu.txtImageSettings": "Image settings", "SSE.Views.RightMenu.txtImageSettings": "Image settings",