From 82df7770405914b249058f3c058e2532eefe5e6c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 13 Mar 2018 15:12:31 +0300 Subject: [PATCH] [DE] Add translations --- apps/documenteditor/main/app/view/Navigation.js | 1 - apps/documenteditor/main/locale/en.json | 13 +++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/view/Navigation.js b/apps/documenteditor/main/app/view/Navigation.js index 2c86ee136..8fa49873d 100644 --- a/apps/documenteditor/main/app/view/Navigation.js +++ b/apps/documenteditor/main/app/view/Navigation.js @@ -146,7 +146,6 @@ define([ ChangeSettings: function(props) { }, - strNavigate: 'Table of Contents', txtPromote: 'Promote', txtDemote: 'Demote', txtHeadingBefore: 'New heading before', diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 6c2b68c69..35bc4b21f 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -438,6 +438,8 @@ "DE.Controllers.Main.warnNoLicense": "This version of ONLYOFFICE Editors has certain limitations for concurrent connections to the document server.
If you need more please consider upgrading your current license or purchasing a commercial one.", "DE.Controllers.Main.warnNoLicenseUsers": "This version of ONLYOFFICE Editors has certain limitations for concurrent users.
If you need more please consider upgrading your current license or purchasing a commercial one.", "DE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.", + "DE.Controllers.Navigation.txtBeginning": "Beginning of document", + "DE.Controllers.Navigation.txtGotoBeginning": "Go to the beginning of the document", "DE.Controllers.Statusbar.textHasChanges": "New changes have been tracked", "DE.Controllers.Statusbar.textTrackChanges": "The document is opened with the Track Changes mode enabled", "DE.Controllers.Statusbar.tipReview": "Track changes", @@ -1332,6 +1334,17 @@ "DE.Views.MailMergeSettings.txtPrev": "To previous record", "DE.Views.MailMergeSettings.txtUntitled": "Untitled", "DE.Views.MailMergeSettings.warnProcessMailMerge": "Starting merge failed", + "DE.Views.Navigation.txtPromote": "Promote", + "DE.Views.Navigation.txtDemote": "Demote", + "DE.Views.Navigation.txtHeadingBefore": "New heading before", + "DE.Views.Navigation.txtHeadingAfter": "New heading after", + "DE.Views.Navigation.txtNewHeading": "New subheading", + "DE.Views.Navigation.txtSelect": "Select content", + "DE.Views.Navigation.txtExpand": "Expand all", + "DE.Views.Navigation.txtCollapse": "Collapse all", + "DE.Views.Navigation.txtExpandToLevel": "Expand to level...", + "DE.Views.Navigation.txtEmpty": "This document doesn't contain headings", + "DE.Views.Navigation.txtEmptyItem": "Empty Heading", "DE.Views.NoteSettingsDialog.textApply": "Apply", "DE.Views.NoteSettingsDialog.textApplyTo": "Apply changes to", "DE.Views.NoteSettingsDialog.textCancel": "Cancel",