From 17ce2ce7f0977d6447112f96cc17a085d390bb48 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 15 Dec 2022 16:32:01 +0300 Subject: [PATCH] [SSE] Add translation --- apps/spreadsheeteditor/main/app/controller/DataTab.js | 2 +- apps/spreadsheeteditor/main/locale/en.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/controller/DataTab.js b/apps/spreadsheeteditor/main/app/controller/DataTab.js index 7a9a179013..745ed7d965 100644 --- a/apps/spreadsheeteditor/main/app/controller/DataTab.js +++ b/apps/spreadsheeteditor/main/app/controller/DataTab.js @@ -632,7 +632,7 @@ define([ warnUpdateExternalData: 'This workbook contains links to one or more external sources that could be unsafe.
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 || {})); }); \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 1ecb7098f8..af35da78e3 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -669,6 +669,10 @@ "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.txtUrlTitle": "Paste a data URL", + "SSE.Controllers.DataTab.warnUpdateExternalData": "This workbook contains links to one or more external sources that could be unsafe.
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",