Fix translation

This commit is contained in:
Julia Radzhabova 2021-02-19 20:06:36 +03:00
parent 5c1b1185dd
commit 3d088ba86b
7 changed files with 4 additions and 11 deletions

View file

@ -156,8 +156,7 @@
plugins: true // can run plugins in document
macrosMode: 'warn' // warn about automatic macros, 'enable', 'disable', 'warn',
trackChanges: undefined // true/false - open editor with track changes mode on/off,
hideRulers: false, // hide or show rulers on first loading (presentation or document editor),
hideStartTips: false // hide help toolips on starting editors
hideRulers: false, // hide or show rulers on first loading (presentation or document editor)
},
plugins: {
autostart: ['asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}'],

View file

@ -434,7 +434,6 @@ define([
},
textFitPage: 'Fit to Page',
textFitWidth: 'Fit to Width',
textTipTheme: 'You can switch to Dark Theme in the View Settings'
textFitWidth: 'Fit to Width'
}, DE.Controllers.Viewport));
});

View file

@ -1172,7 +1172,6 @@
"DE.Controllers.Toolbar.txtSymbol_zeta": "Zeta",
"DE.Controllers.Viewport.textFitPage": "Fit to Page",
"DE.Controllers.Viewport.textFitWidth": "Fit to Width",
"DE.Controllers.Viewport.textTipTheme": "You can switch to Dark Theme in the View Settings",
"DE.Views.AddNewCaptionLabelDialog.textLabel": "Label:",
"DE.Views.AddNewCaptionLabelDialog.textLabelError": "Label must not be empty.",
"DE.Views.BookmarksDialog.textAdd": "Add",

View file

@ -478,7 +478,6 @@ define([
},
textFitPage: 'Fit to Page',
textFitWidth: 'Fit to Width',
textTipTheme: 'You can switch to Dark Theme in the View Settings'
textFitWidth: 'Fit to Width'
}, PE.Controllers.Viewport));
});

View file

@ -1042,7 +1042,6 @@
"PE.Controllers.Toolbar.txtSymbol_zeta": "Zeta",
"PE.Controllers.Viewport.textFitPage": "Fit to Slide",
"PE.Controllers.Viewport.textFitWidth": "Fit to Width",
"PE.Controllers.Viewport.textTipTheme": "You can switch to Dark Theme in the View Settings",
"PE.Views.ChartSettings.textAdvanced": "Show advanced settings",
"PE.Views.ChartSettings.textChartType": "Change Chart Type",
"PE.Views.ChartSettings.textEditData": "Edit Data",

View file

@ -532,7 +532,6 @@ define([
textHideHeadings: 'Hide Headings',
textHideGridlines: 'Hide Gridlines',
textFreezePanes: 'Freeze Panes',
textFreezePanesShadow: 'Show Freezed Panes Shadow',
textTipTheme: 'You can switch to Dark Theme in the View Settings'
textFreezePanesShadow: 'Show Freezed Panes Shadow'
}, SSE.Controllers.Viewport));
});

View file

@ -1282,7 +1282,6 @@
"SSE.Controllers.Viewport.textHideFBar": "Hide Formula Bar",
"SSE.Controllers.Viewport.textHideGridlines": "Hide Gridlines",
"SSE.Controllers.Viewport.textHideHeadings": "Hide Headings",
"SSE.Controllers.Viewport.textTipTheme": "You can switch to Dark Theme in the View Settings",
"SSE.Views.AdvancedSeparatorDialog.strDecimalSeparator": "Decimal separator",
"SSE.Views.AdvancedSeparatorDialog.strThousandsSeparator": "Thousands separator",
"SSE.Views.AdvancedSeparatorDialog.textLabel": "Settings used to recognize numeric data",