From 287c956f500188a877cf0ac8d4b241a5a442622a Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Thu, 9 Jun 2022 12:09:36 +0300 Subject: [PATCH] [embed][forms] Add translations --- apps/documenteditor/embed/locale/en.json | 3 ++- apps/documenteditor/forms/locale/en.json | 7 ++++++- apps/presentationeditor/embed/locale/en.json | 3 ++- apps/spreadsheeteditor/embed/locale/en.json | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/apps/documenteditor/embed/locale/en.json b/apps/documenteditor/embed/locale/en.json index c84f6fd9f6..01974c34a8 100644 --- a/apps/documenteditor/embed/locale/en.json +++ b/apps/documenteditor/embed/locale/en.json @@ -47,5 +47,6 @@ "DE.ApplicationView.txtFileLocation": "Open file location", "DE.ApplicationView.txtFullScreen": "Full Screen", "DE.ApplicationView.txtPrint": "Print", - "DE.ApplicationView.txtShare": "Share" + "DE.ApplicationView.txtShare": "Share", + "DE.ApplicationView.txtSearch": "Search" } \ No newline at end of file diff --git a/apps/documenteditor/forms/locale/en.json b/apps/documenteditor/forms/locale/en.json index f0a2b42330..89b0393f0a 100644 --- a/apps/documenteditor/forms/locale/en.json +++ b/apps/documenteditor/forms/locale/en.json @@ -45,6 +45,10 @@ "Common.UI.Window.textInformation": "Information", "Common.UI.Window.textWarning": "Warning", "Common.UI.Window.yesButtonText": "Yes", + "Common.UI.SearchBar.textFind": "Find", + "Common.UI.SearchBar.tipPreviousResult": "Previous result", + "Common.UI.SearchBar.tipNextResult": "Next result", + "Common.UI.SearchBar.tipCloseSearch": "Close search", "Common.Views.CopyWarningDialog.textDontShow": "Don't show this message again", "Common.Views.CopyWarningDialog.textMsg": "Copy, cut and paste actions using context menu actions will be performed within this editor tab only.

To copy or paste to or from applications outside the editor tab use the following keyboard combinations:", "Common.Views.CopyWarningDialog.textTitle": "Copy, Cut and Paste Actions", @@ -167,5 +171,6 @@ "DE.Views.ApplicationView.txtFullScreen": "Full Screen", "DE.Views.ApplicationView.txtPrint": "Print", "DE.Views.ApplicationView.txtShare": "Share", - "DE.Views.ApplicationView.txtTheme": "Interface theme" + "DE.Views.ApplicationView.txtTheme": "Interface theme", + "DE.Views.ApplicationView.txtSearch": "Search" } \ No newline at end of file diff --git a/apps/presentationeditor/embed/locale/en.json b/apps/presentationeditor/embed/locale/en.json index d311f798cd..dec99cb7b5 100644 --- a/apps/presentationeditor/embed/locale/en.json +++ b/apps/presentationeditor/embed/locale/en.json @@ -35,5 +35,6 @@ "PE.ApplicationView.txtFileLocation": "Open file location", "PE.ApplicationView.txtFullScreen": "Full Screen", "PE.ApplicationView.txtPrint": "Print", - "PE.ApplicationView.txtShare": "Share" + "PE.ApplicationView.txtShare": "Share", + "PE.ApplicationView.txtSearch": "Search" } \ No newline at end of file diff --git a/apps/spreadsheeteditor/embed/locale/en.json b/apps/spreadsheeteditor/embed/locale/en.json index f8c5368b1a..43f5cba1f9 100644 --- a/apps/spreadsheeteditor/embed/locale/en.json +++ b/apps/spreadsheeteditor/embed/locale/en.json @@ -35,5 +35,6 @@ "SSE.ApplicationView.txtFileLocation": "Open file location", "SSE.ApplicationView.txtFullScreen": "Full Screen", "SSE.ApplicationView.txtPrint": "Print", - "SSE.ApplicationView.txtShare": "Share" + "SSE.ApplicationView.txtShare": "Share", + "SSE.ApplicationView.txtSearch": "Search" } \ No newline at end of file