Skip to content

Commit

Permalink
[VE] Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Dec 13, 2024
1 parent d710575 commit 6a0be66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/visioeditor/main/app/view/Statusbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,9 @@ define([
tipZoomFactor : 'Magnification',
txtPage : 'Page',
sheetIndexText : 'Page {0} of {1}',
tipPrev : 'Previous Page',
tipNext : 'Next Page',
tipListOfSheets : 'List of Page',
tipPrev : 'Previous page',
tipNext : 'Next page',
tipListOfSheets : 'List of pages'

}, VE.Views.Statusbar || {}));
}
Expand Down
5 changes: 5 additions & 0 deletions apps/visioeditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@
"VE.Views.Statusbar.tipZoomFactor": "Zoom",
"VE.Views.Statusbar.tipZoomIn": "Zoom in",
"VE.Views.Statusbar.tipZoomOut": "Zoom out",
"VE.Views.Statusbar.txtPage": "Page",
"VE.Views.Statusbar.sheetIndexText": "Page {0} of {1}",
"VE.Views.Statusbar.tipPrev": "Previous page",
"VE.Views.Statusbar.tipNext": "Next page",
"VE.Views.Statusbar.tipListOfSheets": "List of pages",
"VE.Views.Toolbar.textTabFile": "File",
"VE.Views.Toolbar.textTabView": "View",
"VE.Views.ViewTab.textAlwaysShowToolbar": "Always Show Toolbar",
Expand Down

0 comments on commit 6a0be66

Please sign in to comment.