[SSE] Add translation

This commit is contained in:
Julia Radzhabova 2021-03-22 17:18:32 +03:00
parent 89d44c31fe
commit d1ff42ccd8
2 changed files with 4 additions and 2 deletions

View file

@ -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.<br>Do you want to extend Data Validation to these cells?',
txtRemoveDataValidation: 'The selection contains more than one type of validation.<br>Erase current settings and continue?',
textEmptyUrl: 'You need to specify URL.'
textEmptyUrl: 'You need to specify URL.',
txtImportWizard: 'Text Import Wizard'
}, SSE.Controllers.DataTab || {}));
});

View file

@ -403,6 +403,7 @@
"SSE.Controllers.DataTab.txtRemoveDataValidation": "The selection contains more than one type of validation.<br>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",