From d1ff42ccd895bbd4363ea23b109d78426d912ced Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 22 Mar 2021 17:18:32 +0300 Subject: [PATCH] [SSE] Add translation --- apps/spreadsheeteditor/main/app/controller/DataTab.js | 5 +++-- apps/spreadsheeteditor/main/locale/en.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/controller/DataTab.js b/apps/spreadsheeteditor/main/app/controller/DataTab.js index 9e52d5e5a..d4748d2a0 100644 --- a/apps/spreadsheeteditor/main/app/controller/DataTab.js +++ b/apps/spreadsheeteditor/main/app/controller/DataTab.js @@ -258,7 +258,7 @@ define([ var me = this; (new Common.Views.OpenDialog({ - title: me.textWizard, + title: me.txtImportWizard, closable: true, type: Common.Utils.importTextType.Data, preview: true, @@ -439,7 +439,8 @@ define([ txtDataValidation: 'Data Validation', txtExtendDataValidation: 'The selection contains some cells without Data Validation settings.
Do you want to extend Data Validation to these cells?', txtRemoveDataValidation: 'The selection contains more than one type of validation.
Erase current settings and continue?', - textEmptyUrl: 'You need to specify URL.' + textEmptyUrl: 'You need to specify URL.', + txtImportWizard: 'Text Import Wizard' }, SSE.Controllers.DataTab || {})); }); \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 7e7d4f8df..bfaf89dc0 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -403,6 +403,7 @@ "SSE.Controllers.DataTab.txtRemoveDataValidation": "The selection contains more than one type of validation.
Erase current settings and continue?", "SSE.Controllers.DataTab.txtRemSelected": "Remove in selected", "SSE.Controllers.DataTab.textEmptyUrl": "You need to specify URL.", + "SSE.Controllers.DataTab.txtImportWizard": "Text Import Wizard", "SSE.Controllers.DocumentHolder.alignmentText": "Alignment", "SSE.Controllers.DocumentHolder.centerText": "Center", "SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",