From 718393f73d76b1bb49c4ab87bb744e2ea8c11c18 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 22 Jan 2020 14:42:10 +0300 Subject: [PATCH] [SSE] Fix translation for scaling (#310) --- apps/spreadsheeteditor/main/app/view/Toolbar.js | 4 ---- apps/spreadsheeteditor/main/locale/en.json | 2 ++ apps/spreadsheeteditor/main/locale/ru.json | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js index 9d5b5d39f..478d5df78 100644 --- a/apps/spreadsheeteditor/main/app/view/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js @@ -2368,10 +2368,6 @@ define([ textTabFormula: 'Formula', capBtnScale: 'Scale to Fit', tipScale: 'Scale to Fit', - textActualSize: 'Actual Size', - textFitSheetOnOnePage: 'Fit sheet on One Page', - textFitAllColumnsOnOnePage: 'Fit All Columns on One Page', - textFitAllRowsOnOnePage: 'Fit All Rows on One Page', textScaleCustom: 'Custom', textScale: 'Scale', textAuto: 'Auto', diff --git a/apps/spreadsheeteditor/main/locale/en.json b/apps/spreadsheeteditor/main/locale/en.json index a1e60f2ba..02dd43dbf 100644 --- a/apps/spreadsheeteditor/main/locale/en.json +++ b/apps/spreadsheeteditor/main/locale/en.json @@ -2340,6 +2340,8 @@ "SSE.Views.Toolbar.textRightBorders": "Right Borders", "SSE.Views.Toolbar.textRotateDown": "Rotate Text Down", "SSE.Views.Toolbar.textRotateUp": "Rotate Text Up", + "SSE.Views.Toolbar.textScaleCustom": "Custom", + "SSE.Views.Toolbar.textScale": "Scale", "SSE.Views.Toolbar.textSetPrintArea": "Set Print Area", "SSE.Views.Toolbar.textStrikeout": "Strikeout", "SSE.Views.Toolbar.textSubscript": "Subscript", diff --git a/apps/spreadsheeteditor/main/locale/ru.json b/apps/spreadsheeteditor/main/locale/ru.json index 8b3da6997..4c4990990 100644 --- a/apps/spreadsheeteditor/main/locale/ru.json +++ b/apps/spreadsheeteditor/main/locale/ru.json @@ -2340,6 +2340,8 @@ "SSE.Views.Toolbar.textRightBorders": "Правые границы", "SSE.Views.Toolbar.textRotateDown": "Повернуть текст вниз", "SSE.Views.Toolbar.textRotateUp": "Повернуть текст вверх", + "SSE.Views.Toolbar.textScaleCustom": "Особый", + "SSE.Views.Toolbar.textScale": "Масштаб", "SSE.Views.Toolbar.textSetPrintArea": "Задать область печати", "SSE.Views.Toolbar.textStrikeout": "Зачеркнутый", "SSE.Views.Toolbar.textSubscript": "Подстрочные знаки",