From ec897aa3d0bb5500ab1ef0cc23e194b68abc3c6f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 2 Nov 2022 23:54:10 +0300 Subject: [PATCH] Add translation --- apps/presentationeditor/main/locale/en.json | 7 +++++++ apps/spreadsheeteditor/main/locale/en.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/apps/presentationeditor/main/locale/en.json b/apps/presentationeditor/main/locale/en.json index 37f5669d05..9d231804b3 100644 --- a/apps/presentationeditor/main/locale/en.json +++ b/apps/presentationeditor/main/locale/en.json @@ -1787,6 +1787,13 @@ "PE.Views.DocumentHolder.txtUngroup": "Ungroup", "PE.Views.DocumentHolder.txtWarnUrl": "Clicking this link can be harmful to your device and data.
Are you sure you want to continue?", "PE.Views.DocumentHolder.vertAlignText": "Vertical Alignment", + "PE.Views.DocumentHolder.advancedEquationText": "Equation Settings", + "PE.Views.DocumentHolder.unicodeText": "Unicode", + "PE.Views.DocumentHolder.latexText": "LaTeX", + "PE.Views.DocumentHolder.currProfText": "Current - Professional", + "PE.Views.DocumentHolder.currLinearText": "Current - Linear", + "PE.Views.DocumentHolder.allProfText": "All - Professional", + "PE.Views.DocumentHolder.allLinearText": "All - Linear", "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 2145a9510b..b3238ecced 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2263,6 +2263,13 @@ "SSE.Views.DocumentHolder.txtUngroup": "Ungroup", "SSE.Views.DocumentHolder.txtWidth": "Width", "SSE.Views.DocumentHolder.vertAlignText": "Vertical Alignment", + "SSE.Views.DocumentHolder.advancedEquationText": "Equation Settings", + "SSE.Views.DocumentHolder.unicodeText": "Unicode", + "SSE.Views.DocumentHolder.latexText": "LaTeX", + "SSE.Views.DocumentHolder.currProfText": "Current - Professional", + "SSE.Views.DocumentHolder.currLinearText": "Current - Linear", + "SSE.Views.DocumentHolder.allProfText": "All - Professional", + "SSE.Views.DocumentHolder.allLinearText": "All - Linear", "SSE.Views.ExternalLinksDlg.closeButtonText": "Close", "SSE.Views.ExternalLinksDlg.textDelete": "Break Links", "SSE.Views.ExternalLinksDlg.textDeleteAll": "Break All Links",