From fdcd03fb1a734bdb776d53fddc465efe0381676c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 9 Aug 2023 22:19:51 +0300 Subject: [PATCH] Add translation --- apps/documenteditor/main/locale/en.json | 5 +++++ apps/presentationeditor/main/locale/en.json | 5 +++++ apps/spreadsheeteditor/main/locale/en.json | 1 + 3 files changed, 11 insertions(+) diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index f8261b588c..1d3f945d9f 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -540,6 +540,7 @@ "Common.Views.FormatSettingsDialog.txtUpto1": "Up to one digit (1/3)", "Common.Views.FormatSettingsDialog.txtUpto2": "Up to two digits (12/25)", "Common.Views.FormatSettingsDialog.txtUpto3": "Up to three digits (131/135)", + "Common.Views.FormatSettingsDialog.textLocale": "Locale", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", @@ -1990,6 +1991,10 @@ "DE.Views.DocumentHolder.vertAlignText": "Vertical alignment", "DE.Views.DocumentHolder.txtInsImage": "Insert image from File", "DE.Views.DocumentHolder.txtInsImageUrl": "Insert image from URL", + "DE.Views.DocumentHolder.txtSourceEmbed": "Keep source formatting & Embed workbook", + "DE.Views.DocumentHolder.txtDestEmbed": "Use destination theme & Embed workbook", + "DE.Views.DocumentHolder.txtSourceLink": "Keep source formatting & Link data", + "DE.Views.DocumentHolder.txtDestLink": "Use destination theme & Link data", "DE.Views.DropcapSettingsAdvanced.strBorders": "Borders & Fill", "DE.Views.DropcapSettingsAdvanced.strDropcap": "Drop cap", "DE.Views.DropcapSettingsAdvanced.strMargins": "Margins", diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index d4ab2ec18d..b49b2ad6fb 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -628,6 +628,7 @@ "Common.Views.FormatSettingsDialog.txtUpto1": "Up to one digit (1/3)", "Common.Views.FormatSettingsDialog.txtUpto2": "Up to two digits (12/25)", "Common.Views.FormatSettingsDialog.txtUpto3": "Up to three digits (131/135)", + "Common.Views.FormatSettingsDialog.textLocale": "Locale", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings", @@ -1979,6 +1980,10 @@ "PE.Views.DocumentHolder.txtInsVideo": "Insert video", "PE.Views.DocumentHolder.txtInsAudio": "Insert audio", "PE.Views.DocumentHolder.txtInsSmartArt": "Insert SmartArt", + "PE.Views.DocumentHolder.txtSourceEmbed": "Keep source formatting & Embed workbook", + "PE.Views.DocumentHolder.txtDestEmbed": "Use destination theme & Embed workbook", + "PE.Views.DocumentHolder.txtSourceLink": "Keep source formatting & Link data", + "PE.Views.DocumentHolder.txtDestLink": "Use destination theme & Link data", "PE.Views.DocumentPreview.goToSlideText": "Go to Slide", "PE.Views.DocumentPreview.slideIndexText": "Slide {0} of {1}", "PE.Views.DocumentPreview.txtClose": "Close slideshow", diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index 7476eef93b..5dc020040d 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -466,6 +466,7 @@ "Common.Views.FormatSettingsDialog.txtUpto1": "Up to one digit (1/3)", "Common.Views.FormatSettingsDialog.txtUpto2": "Up to two digits (12/25)", "Common.Views.FormatSettingsDialog.txtUpto3": "Up to three digits (131/135)", + "Common.Views.FormatSettingsDialog.textLocale": "Locale", "Common.Views.Header.labelCoUsersDescr": "Users who are editing the file:", "Common.Views.Header.textAddFavorite": "Mark as favorite", "Common.Views.Header.textAdvSettings": "Advanced settings",