[SSE] Add translation
This commit is contained in:
parent
9c2c938522
commit
17ce2ce7f0
|
@ -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.',
|
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',
|
textUpdate: 'Update',
|
||||||
textDontUpdate: 'Don\'t 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 || {}));
|
}, SSE.Controllers.DataTab || {}));
|
||||||
});
|
});
|
|
@ -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.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.txtRemSelected": "Remove in selected",
|
||||||
"SSE.Controllers.DataTab.txtUrlTitle": "Paste a data URL",
|
"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.alignmentText": "Alignment",
|
||||||
"SSE.Controllers.DocumentHolder.centerText": "Center",
|
"SSE.Controllers.DocumentHolder.centerText": "Center",
|
||||||
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",
|
"SSE.Controllers.DocumentHolder.deleteColumnText": "Delete Column",
|
||||||
|
|
Loading…
Reference in a new issue