From 52e5a23cdfccc1c125c779c39691cdd1130106b3 Mon Sep 17 00:00:00 2001 From: Julia Svinareva Date: Tue, 25 Jun 2019 14:25:55 +0300 Subject: [PATCH] Add translations --- apps/spreadsheeteditor/mobile/locale/en.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/locale/en.json b/apps/spreadsheeteditor/mobile/locale/en.json index c344b2319..801de3914 100644 --- a/apps/spreadsheeteditor/mobile/locale/en.json +++ b/apps/spreadsheeteditor/mobile/locale/en.json @@ -301,6 +301,10 @@ "SSE.Controllers.Toolbar.leaveButtonText": "Leave this Page", "SSE.Controllers.Toolbar.stayButtonText": "Stay on this Page", "SSE.Controllers.Collaboration.textEditUser": "Document is currently being edited by several users.", + "SSE.Controllers.FilterOptions.textEmptyItem": "{Blanks}", + "SSE.Controllers.FilterOptions.textSelectAll": "Select All", + "SSE.Controllers.FilterOptions.textErrorTitle": "Warning", + "SSE.Controllers.FilterOptions.textErrorMsg": "You must choose at least one value", "SSE.Views.AddFunction.sCatDateAndTime": "Date and time", "SSE.Views.AddFunction.sCatEngineering": "Engineering", "SSE.Views.AddFunction.sCatFinancial": "Financial", @@ -550,9 +554,13 @@ "SSE.Views.Settings.textExample": "Example", "SSE.Views.Settings.textCollaboration": "Collaboration", "SSE.Views.Settings.textR1C1Style": "R1C1 Reference Style", + "SSE.Views.Settings.textRegionalSettings": "Regional Settings", "SSE.Views.Toolbar.textBack": "Back", "SSE.Views.Collaboration.textCollaboration": "Collaboration", "SSE.Views.Collaboration.textСomments": "Сomments", "SSE.Views.Collaboration.textBack": "Back", - "SSE.Views.Collaboration.textEditUsers": "Users" + "SSE.Views.Collaboration.textEditUsers": "Users", + "SSE.Views.FilterOptions.textFilter": "Filter Options", + "SSE.Views.FilterOptions.textClearFilter": "Clear Filter", + "SSE.Views.FilterOptions.textDeleteFilter": "Delete Filter" } \ No newline at end of file