From 35a8b6ffe6e3eb386b23146fdbb28e3129405fec Mon Sep 17 00:00:00 2001 From: Julia Svinareva Date: Fri, 19 Jul 2019 14:59:49 +0300 Subject: [PATCH] [DE mobile] [SSE mobile] Add translations --- apps/documenteditor/mobile/app/view/Settings.js | 4 ++-- apps/documenteditor/mobile/locale/en.json | 3 +++ apps/spreadsheeteditor/mobile/app/view/Settings.js | 4 ++-- apps/spreadsheeteditor/mobile/locale/en.json | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/apps/documenteditor/mobile/app/view/Settings.js b/apps/documenteditor/mobile/app/view/Settings.js index b796ced47..341c9ee59 100644 --- a/apps/documenteditor/mobile/app/view/Settings.js +++ b/apps/documenteditor/mobile/app/view/Settings.js @@ -289,8 +289,8 @@ define([ textHiddenTableBorders: 'Hidden Table Borders', textCollaboration: 'Collaboration', textCommentingDisplay: 'Commenting Display', - textDisplayComments: 'Display Comments', - textDisplayResolvedComments: 'Display Resolved Comments' + textDisplayComments: 'Comments', + textDisplayResolvedComments: 'Resolved Comments' } })(), DE.Views.Settings || {})) diff --git a/apps/documenteditor/mobile/locale/en.json b/apps/documenteditor/mobile/locale/en.json index ba5c164b2..3e5f76b8e 100644 --- a/apps/documenteditor/mobile/locale/en.json +++ b/apps/documenteditor/mobile/locale/en.json @@ -492,6 +492,9 @@ "DE.Views.Settings.textColorSchemes": "Color Schemes", "DE.Views.Settings.textNoCharacters": "Nonprinting Characters", "DE.Views.Settings.textHiddenTableBorders": "Hidden Table Borders", + "DE.Views.Settings.textCommentingDisplay": "Commenting Display", + "DE.Views.Settings.textDisplayComments": "Comments", + "DE.Views.Settings.textDisplayResolvedComments": "Resolved Comments", "DE.Views.Toolbar.textBack": "Back", "Common.Views.Collaboration.textCollaboration": "Collaboration", "Common.Views.Collaboration.textReviewing": "Review", diff --git a/apps/spreadsheeteditor/mobile/app/view/Settings.js b/apps/spreadsheeteditor/mobile/app/view/Settings.js index cc73f525a..e83b5788c 100644 --- a/apps/spreadsheeteditor/mobile/app/view/Settings.js +++ b/apps/spreadsheeteditor/mobile/app/view/Settings.js @@ -383,8 +383,8 @@ define([ textR1C1Style: 'R1C1 Reference Style', textRegionalSettings: 'Regional Settings', textCommentingDisplay: 'Commenting Display', - textDisplayComments: 'Display Comments', - textDisplayResolvedComments: 'Display Resolved Comments' + textDisplayComments: 'Comments', + textDisplayResolvedComments: 'Resolved Comments' } })(), SSE.Views.Settings || {})) }); \ No newline at end of file diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index e897f9296..92984012b 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -555,6 +555,9 @@ "SSE.Views.Settings.textCollaboration": "Collaboration", "SSE.Views.Settings.textR1C1Style": "R1C1 Reference Style", "SSE.Views.Settings.textRegionalSettings": "Regional Settings", + "SSE.Views.Settings.textCommentingDisplay": "Commenting Display", + "SSE.Views.Settings.textDisplayComments": "Comments", + "SSE.Views.Settings.textDisplayResolvedComments": "Resolved Comments", "SSE.Views.Toolbar.textBack": "Back", "Common.Views.Collaboration.textCollaboration": "Collaboration", "Common.Views.Collaboration.textСomments": "Сomments",