From d0a59a507811ebb08abd7cb725c8f06a8b23269e Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 19 May 2021 17:32:45 +0300 Subject: [PATCH] Update translation --- apps/documenteditor/embed/locale/en.json | 8 +++++++- apps/presentationeditor/embed/locale/en.json | 3 ++- apps/spreadsheeteditor/embed/locale/en.json | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/embed/locale/en.json b/apps/documenteditor/embed/locale/en.json index 88bf72f4e..118dd202c 100644 --- a/apps/documenteditor/embed/locale/en.json +++ b/apps/documenteditor/embed/locale/en.json @@ -23,9 +23,15 @@ "DE.ApplicationController.unknownErrorText": "Unknown error.", "DE.ApplicationController.unsupportedBrowserErrorText": "Your browser is not supported.", "DE.ApplicationController.waitText": "Please, wait...", + "DE.ApplicationController.textNext": "Next Field", + "DE.ApplicationController.textClear": "Clear All Fields", + "DE.ApplicationController.textSubmit": "Submit", "DE.ApplicationView.txtDownload": "Download", "DE.ApplicationView.txtEmbed": "Embed", "DE.ApplicationView.txtFullScreen": "Full Screen", "DE.ApplicationView.txtPrint": "Print", - "DE.ApplicationView.txtShare": "Share" + "DE.ApplicationView.txtShare": "Share", + "DE.ApplicationView.txtFileLocation": "Open file location", + "DE.ApplicationView.txtDownloadDocx": "Download as docx", + "DE.ApplicationView.txtDownloadPdf": "Download as pdf" } \ No newline at end of file diff --git a/apps/presentationeditor/embed/locale/en.json b/apps/presentationeditor/embed/locale/en.json index eb4ec3e9e..1313e5e55 100644 --- a/apps/presentationeditor/embed/locale/en.json +++ b/apps/presentationeditor/embed/locale/en.json @@ -27,5 +27,6 @@ "PE.ApplicationView.txtEmbed": "Embed", "PE.ApplicationView.txtFullScreen": "Full Screen", "PE.ApplicationView.txtPrint": "Print", - "PE.ApplicationView.txtShare": "Share" + "PE.ApplicationView.txtShare": "Share", + "PE.ApplicationView.txtFileLocation": "Open file location" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/embed/locale/en.json b/apps/spreadsheeteditor/embed/locale/en.json index 722ca4c78..12f80bb1d 100644 --- a/apps/spreadsheeteditor/embed/locale/en.json +++ b/apps/spreadsheeteditor/embed/locale/en.json @@ -27,5 +27,6 @@ "SSE.ApplicationView.txtEmbed": "Embed", "SSE.ApplicationView.txtFullScreen": "Full Screen", "SSE.ApplicationView.txtPrint": "Print", - "SSE.ApplicationView.txtShare": "Share" + "SSE.ApplicationView.txtShare": "Share", + "SSE.ApplicationView.txtFileLocation": "Open file location" } \ No newline at end of file