[SSE] Fix translation for scaling (#310)
This commit is contained in:
parent
ad09e3410b
commit
718393f73d
|
@ -2368,10 +2368,6 @@ define([
|
||||||
textTabFormula: 'Formula',
|
textTabFormula: 'Formula',
|
||||||
capBtnScale: 'Scale to Fit',
|
capBtnScale: 'Scale to Fit',
|
||||||
tipScale: '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',
|
textScaleCustom: 'Custom',
|
||||||
textScale: 'Scale',
|
textScale: 'Scale',
|
||||||
textAuto: 'Auto',
|
textAuto: 'Auto',
|
||||||
|
|
|
@ -2340,6 +2340,8 @@
|
||||||
"SSE.Views.Toolbar.textRightBorders": "Right Borders",
|
"SSE.Views.Toolbar.textRightBorders": "Right Borders",
|
||||||
"SSE.Views.Toolbar.textRotateDown": "Rotate Text Down",
|
"SSE.Views.Toolbar.textRotateDown": "Rotate Text Down",
|
||||||
"SSE.Views.Toolbar.textRotateUp": "Rotate Text Up",
|
"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.textSetPrintArea": "Set Print Area",
|
||||||
"SSE.Views.Toolbar.textStrikeout": "Strikeout",
|
"SSE.Views.Toolbar.textStrikeout": "Strikeout",
|
||||||
"SSE.Views.Toolbar.textSubscript": "Subscript",
|
"SSE.Views.Toolbar.textSubscript": "Subscript",
|
||||||
|
|
|
@ -2340,6 +2340,8 @@
|
||||||
"SSE.Views.Toolbar.textRightBorders": "Правые границы",
|
"SSE.Views.Toolbar.textRightBorders": "Правые границы",
|
||||||
"SSE.Views.Toolbar.textRotateDown": "Повернуть текст вниз",
|
"SSE.Views.Toolbar.textRotateDown": "Повернуть текст вниз",
|
||||||
"SSE.Views.Toolbar.textRotateUp": "Повернуть текст вверх",
|
"SSE.Views.Toolbar.textRotateUp": "Повернуть текст вверх",
|
||||||
|
"SSE.Views.Toolbar.textScaleCustom": "Особый",
|
||||||
|
"SSE.Views.Toolbar.textScale": "Масштаб",
|
||||||
"SSE.Views.Toolbar.textSetPrintArea": "Задать область печати",
|
"SSE.Views.Toolbar.textSetPrintArea": "Задать область печати",
|
||||||
"SSE.Views.Toolbar.textStrikeout": "Зачеркнутый",
|
"SSE.Views.Toolbar.textStrikeout": "Зачеркнутый",
|
||||||
"SSE.Views.Toolbar.textSubscript": "Подстрочные знаки",
|
"SSE.Views.Toolbar.textSubscript": "Подстрочные знаки",
|
||||||
|
|
Loading…
Reference in a new issue