From 06e44a34b6844cd2e9f53e7d8ad0e0c2ab4b3d55 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 1 Apr 2021 13:41:23 +0300 Subject: [PATCH] [SSE] Add translation --- apps/spreadsheeteditor/main/locale/en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index f73a181f5..f56d19f6a 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -1637,6 +1637,12 @@ "SSE.Views.CreatePivotDialog.textSelectData": "Select data", "SSE.Views.CreatePivotDialog.textTitle": "Create Pivot Table", "SSE.Views.CreatePivotDialog.txtEmpty": "This field is required", + "SSE.Views.CreateSparklineDialog.textTitle": "Create Sparklines", + "SSE.Views.CreateSparklineDialog.textDataRange": "Source data range", + "SSE.Views.CreateSparklineDialog.textSelectData": "Select data", + "SSE.Views.CreateSparklineDialog.textDestination": "Choose, where to place the sparklines", + "SSE.Views.CreateSparklineDialog.txtEmpty": "This field is required", + "SSE.Views.CreateSparklineDialog.textInvalidRange": "Invalid cells range", "SSE.Views.DataTab.capBtnGroup": "Group", "SSE.Views.DataTab.capBtnTextCustomSort": "Custom Sort", "SSE.Views.DataTab.capBtnTextDataValidation": "Data Validation",