From ee7f41196bdeffca5333e0a3288a3ba596ea9915 Mon Sep 17 00:00:00 2001 From: Julia Svinareva Date: Wed, 22 May 2019 12:45:38 +0300 Subject: [PATCH] [DE mobile] Add translate --- apps/documenteditor/mobile/locale/en.json | 70 +++++++++++++++++++++-- 1 file changed, 65 insertions(+), 5 deletions(-) diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index 910a5c3ab..9d21aa9c4 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -14,8 +14,6 @@ "DE.Controllers.AddTable.textColumns": "Columns", "DE.Controllers.AddTable.textRows": "Rows", "DE.Controllers.AddTable.textTableSize": "Table Size", - "DE.Controllers.DocumentHolder.menuAccept": "Accept", - "DE.Controllers.DocumentHolder.menuAcceptAll": "Accept All", "DE.Controllers.DocumentHolder.menuAddLink": "Add Link", "DE.Controllers.DocumentHolder.menuCopy": "Copy", "DE.Controllers.DocumentHolder.menuCut": "Cut", @@ -24,8 +22,6 @@ "DE.Controllers.DocumentHolder.menuMore": "More", "DE.Controllers.DocumentHolder.menuOpenLink": "Open Link", "DE.Controllers.DocumentHolder.menuPaste": "Paste", - "DE.Controllers.DocumentHolder.menuReject": "Reject", - "DE.Controllers.DocumentHolder.menuRejectAll": "Reject All", "DE.Controllers.DocumentHolder.menuReview": "Review", "DE.Controllers.DocumentHolder.sheetCancel": "Cancel", "DE.Controllers.DocumentHolder.textGuest": "Guest", @@ -185,6 +181,58 @@ "DE.Controllers.Toolbar.dlgLeaveTitleText": "You leave the application", "DE.Controllers.Toolbar.leaveButtonText": "Leave this Page", "DE.Controllers.Toolbar.stayButtonText": "Stay on this Page", + "DE.Controllers.Collaboration.textInserted": "Inserted:", + "DE.Controllers.Collaboration.textDeleted": ",Deleted:", + "DE.Controllers.Collaboration.textParaInserted": ",Paragraph Inserted", + "DE.Controllers.Collaboration.textParaDeleted": ",Paragraph Deleted", + "DE.Controllers.Collaboration.textFormatted": "Formatted", + "DE.Controllers.Collaboration.textParaFormatted": ",Paragraph Formatted", + "DE.Controllers.Collaboration.textNot": "Not", + "DE.Controllers.Collaboration.textBold": "Bold", + "DE.Controllers.Collaboration.textItalic": "Italic", + "DE.Controllers.Collaboration.textStrikeout": "Strikeout", + "DE.Controllers.Collaboration.textUnderline": "Underline", + "DE.Controllers.Collaboration.textColor": "Font color", + "DE.Controllers.Collaboration.textBaseline": "Baseline", + "DE.Controllers.Collaboration.textSuperScript": "Superscript", + "DE.Controllers.Collaboration.textSubScript": "Subscript", + "DE.Controllers.Collaboration.textHighlight": "Highlight color", + "DE.Controllers.Collaboration.textSpacing": "Spacing", + "DE.Controllers.Collaboration.textDStrikeout": "Double strikeout", + "DE.Controllers.Collaboration.textCaps": "All caps", + "DE.Controllers.Collaboration.textSmallCaps": "Small caps", + "DE.Controllers.Collaboration.textPosition": "Position", + "DE.Controllers.Collaboration.textShd": "Background color", + "DE.Controllers.Collaboration.textContextual": "Don\'t add interval between paragraphs of the same style", + "DE.Controllers.Collaboration.textNoContextual": "Add interval between paragraphs of the same style", + "DE.Controllers.Collaboration.textIndentLeft": "Indent left", + "DE.Controllers.Collaboration.textIndentRight": "Indent right", + "DE.Controllers.Collaboration.textFirstLine": "First line", + "DE.Controllers.Collaboration.textRight": "Align right", + "DE.Controllers.Collaboration.textLeft": "Align left", + "DE.Controllers.Collaboration.textCenter": "Align center", + "DE.Controllers.Collaboration.textJustify": "Align justify", + "DE.Controllers.Collaboration.textBreakBefore": "Page break before", + "DE.Controllers.Collaboration.textKeepNext": "Keep with next", + "DE.Controllers.Collaboration.textKeepLines": "Keep lines together", + "DE.Controllers.Collaboration.textNoBreakBefore": "No page break before", + "DE.Controllers.Collaboration.textNoKeepNext": "Don\'t keep with next", + "DE.Controllers.Collaboration.textNoKeepLines": "Don\'t keep lines together", + "DE.Controllers.Collaboration.textLineSpacing": "Line Spacing: ", + "DE.Controllers.Collaboration.textMultiple": "multiple", + "DE.Controllers.Collaboration.textAtLeast": "at least", + "DE.Controllers.Collaboration.textExact": "exactly", + "DE.Controllers.Collaboration.textSpacingBefore": "Spacing before", + "DE.Controllers.Collaboration.textSpacingAfter": "Spacing after", + "DE.Controllers.Collaboration.textAuto": "auto", + "DE.Controllers.Collaboration.textWidow": "Widow control", + "DE.Controllers.Collaboration.textNoWidow": "No widow control", + "DE.Controllers.Collaboration.textTabs": "Change tabs", + "DE.Controllers.Collaboration.textNum": "Change numbering", + "DE.Controllers.Collaboration.textEquation": "Equation", + "DE.Controllers.Collaboration.textImage": "Image", + "DE.Controllers.Collaboration.textChart": "Chart", + "DE.Controllers.Collaboration.textShape": "Shape", "DE.Views.AddImage.textAddress": "Address", "DE.Views.AddImage.textBack": "Back", "DE.Views.AddImage.textFromLibrary": "Picture from Library", @@ -428,5 +476,17 @@ "DE.Views.Settings.textColorSchemes": "Color Schemes", "DE.Views.Settings.textNoCharacters": "Nonprinting Characters", "DE.Views.Settings.textHiddenTableBorders": "Hidden Table Borders", - "DE.Views.Toolbar.textBack": "Back" + "DE.Views.Toolbar.textBack": "Back", + "DE.Views.Collaboration.textCollaboration": "Collaboration", + "DE.Views.Collaboration.textReviewing": "Review", + "DE.Views.Collaboration.textСomments": "Сomments", + "DE.Views.Collaboration.textBack": "Back", + "DE.Views.Collaboration.textReview": "Track Changes", + "DE.Views.Collaboration.textAcceptAllChanges": "Accept All Changes", + "DE.Views.Collaboration.textRejectAllChanges": "Reject All Changes", + "DE.Views.Collaboration.textDisplayMode": "Display Mode", + "DE.Views.Collaboration.textMarkup": "Markup", + "DE.Views.Collaboration.textFinal": "Final", + "DE.Views.Collaboration.textOriginal": "Original", + "DE.Views.Collaboration.textChange": "Change" } \ No newline at end of file