[SSE] Add translation

This commit is contained in:
Julia Radzhabova 2022-12-15 16:32:01 +03:00
parent 9c2c938522
commit 17ce2ce7f0
2 changed files with 5 additions and 1 deletions

View file

@ -632,7 +632,7 @@ define([
warnUpdateExternalData: 'This workbook contains links to one or more external sources that could be unsafe.<br>If you trust the links, update them to get the latest data.',
textUpdate: 'Update',
textDontUpdate: 'Don\'t Update',
textAddExternalData: 'Added link to external source. You can update such links in the Data tab.'
textAddExternalData: 'The link to an external source has been added. You can update such links in the Data tab.'
}, SSE.Controllers.DataTab || {}));
});

View file

@ -669,6 +669,10 @@
"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.txtUrlTitle": "Paste a data URL",
"SSE.Controllers.DataTab.warnUpdateExternalData": "This workbook contains links to one or more external sources that could be unsafe.<br>If you trust the links, update them to get the latest data.",
"SSE.Controllers.DataTab.textUpdate": "Update",
"SSE.Controllers.DataTab.textDontUpdate": "Don't Update",
"SSE.Controllers.DataTab.textAddExternalData": "The link to an external source has been added. You can update such links in the Data tab.",
"SSE.Controllers.DocumentHolder.alignmentText": "Alignment",
"SSE.Controllers.DocumentHolder.centerText": "Center",
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",