From 26834edafa3da8cda2e8a5e4ebb3f9bce7955b78 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 3 Aug 2020 16:12:33 +0300 Subject: [PATCH] [DE] Add translation --- apps/documenteditor/main/app/view/Links.js | 4 ++-- apps/documenteditor/main/locale/en.json | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/documenteditor/main/app/view/Links.js b/apps/documenteditor/main/app/view/Links.js index 3a0a0cb32..e8bcc4880 100644 --- a/apps/documenteditor/main/app/view/Links.js +++ b/apps/documenteditor/main/app/view/Links.js @@ -343,7 +343,7 @@ define([ mniInsFootnote: 'Insert Footnote', mniDelFootnote: 'Delete All Notes', mniNoteSettings: 'Notes Settings', - textGotoFootnote: 'Go to Footnote', + textGotoFootnote: 'Go to Footnotes', capBtnInsFootnote: 'Footnotes', confirmDeleteFootnotes: 'Do you want to delete all footnotes?', capBtnInsLink: 'Hyperlink', @@ -353,7 +353,7 @@ define([ capBtnCaption: 'Caption', tipCaption: 'Insert caption', mniConvertNote: 'Convert All Notes', - textGotoEndnote: 'Go to Endnote', + textGotoEndnote: 'Go to Endnotes', mniInsEndnote: 'Insert Endnote', textConvertToEndnotes: 'Convert All Footnotes to Endnotes', textConvertToFootnotes: 'Convert All Endnotes to Footnotes', diff --git a/apps/documenteditor/main/locale/en.json b/apps/documenteditor/main/locale/en.json index 3e6825095..8f886cad4 100644 --- a/apps/documenteditor/main/locale/en.json +++ b/apps/documenteditor/main/locale/en.json @@ -1750,7 +1750,7 @@ "DE.Views.Links.capBtnInsFootnote": "Footnote", "DE.Views.Links.capBtnInsLink": "Hyperlink", "DE.Views.Links.confirmDeleteFootnotes": "Do you want to delete all footnotes?", - "DE.Views.Links.mniDelFootnote": "Delete All Footnotes", + "DE.Views.Links.mniDelFootnote": "Delete All Notes", "DE.Views.Links.mniInsFootnote": "Insert Footnote", "DE.Views.Links.mniNoteSettings": "Notes Settings", "DE.Views.Links.textContentsRemove": "Remove table of contents", @@ -1765,7 +1765,7 @@ "DE.Views.Links.tipInsertHyperlink": "Add hyperlink", "DE.Views.Links.tipNotes": "Insert or edit footnotes", "DE.Views.Links.mniConvertNote": "Convert All Notes", - "DE.Views.Links.textGotoEndnote": "Go to Endnote", + "DE.Views.Links.textGotoEndnote": "Go to Endnotes", "DE.Views.Links.mniInsEndnote": "Insert Endnote", "DE.Views.Links.textConvertToEndnotes": "Convert All Footnotes to Endnotes", "DE.Views.Links.textConvertToFootnotes": "Convert All Endnotes to Footnotes", @@ -1863,6 +1863,8 @@ "DE.Views.NoteSettingsDialog.textStart": "Start at", "DE.Views.NoteSettingsDialog.textTextBottom": "Below text", "DE.Views.NoteSettingsDialog.textTitle": "Notes Settings", + "DE.Views.NoteSettingsDialog.textSectEnd": "End of section", + "DE.Views.NoteSettingsDialog.textEndnote": "Endnote", "DE.Views.NotesRemoveDialog.textTitle": "Delete Notes", "DE.Views.NotesRemoveDialog.textFoot": "Delete All Footnotes", "DE.Views.NotesRemoveDialog.textEnd": "Delete All Endnotes",