Skip to content

Commit

Permalink
Fix Bug 72074
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Dec 13, 2024
1 parent 24ebe0c commit 42d2220
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
3 changes: 2 additions & 1 deletion apps/visioeditor/main/locale/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,6 @@
"VE.Views.ViewTab.textZoom": "تكبير",
"VE.Views.ViewTab.tipFitPage": "ملائم للصفحة",
"VE.Views.ViewTab.tipFitWidth": "ملائم للعرض",
"VE.Views.ViewTab.tipInterfaceTheme": "سمة الواجهة"
"VE.Views.ViewTab.tipInterfaceTheme": "سمة الواجهة",
"VE.Views.ViewTab.textRightMenu": "اللوحة اليمنى"
}
3 changes: 2 additions & 1 deletion apps/visioeditor/main/locale/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,6 @@
"VE.Views.ViewTab.tipInterfaceTheme": "Thema der Benutzeroberfläche",
"VE.Controllers.Main.textConnectionLost": "Trying to connect. Please check connection settings.",
"VE.Controllers.Main.textUpdateVersion": "The document cannot be edited right now.<br>Trying to update file, please wait...",
"VE.Controllers.Main.textUpdating": "Updating"
"VE.Controllers.Main.textUpdating": "Updating",
"VE.Views.ViewTab.textRightMenu": "Right Panel"
}
1 change: 1 addition & 0 deletions apps/visioeditor/main/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
"VE.Views.ViewTab.textFitWidth": "Fit To Width",
"VE.Views.ViewTab.textInterfaceTheme": "Interface Theme",
"VE.Views.ViewTab.textLeftMenu": "Left Panel",
"VE.Views.ViewTab.textRightMenu": "Right Panel",
"VE.Views.ViewTab.textLine": "Line",
"VE.Views.ViewTab.textStatusBar": "Status Bar",
"VE.Views.ViewTab.textTabStyle": "Tab style",
Expand Down
3 changes: 2 additions & 1 deletion apps/visioeditor/main/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,6 @@
"VE.Views.ViewTab.textZoom": "Zoom",
"VE.Views.ViewTab.tipFitPage": "Ajuster à la page",
"VE.Views.ViewTab.tipFitWidth": "Ajuster à la largeur",
"VE.Views.ViewTab.tipInterfaceTheme": "Thème d'interface"
"VE.Views.ViewTab.tipInterfaceTheme": "Thème d'interface",
"VE.Views.ViewTab.textRightMenu": "Right Panel"
}
3 changes: 2 additions & 1 deletion apps/visioeditor/main/locale/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,6 @@
"VE.Views.ViewTab.textLine": "Line",
"VE.Views.ViewTab.textStatusBar": "Status Bar",
"VE.Views.ViewTab.textTabStyle": "Tab style",
"VE.Views.ViewTab.textZoom": "Zoom"
"VE.Views.ViewTab.textZoom": "Zoom",
"VE.Views.ViewTab.textRightMenu": "Right Panel"
}
3 changes: 2 additions & 1 deletion apps/visioeditor/main/locale/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,6 @@
"VE.Controllers.Main.textConnectionLost": "Trying to connect. Please check connection settings.",
"VE.Controllers.Main.textUpdateVersion": "The document cannot be edited right now.<br>Trying to update file, please wait...",
"VE.Controllers.Main.textUpdating": "Updating",
"VE.Views.LeftMenu.txtEditor": "Visio Editor"
"VE.Views.LeftMenu.txtEditor": "Visio Editor",
"VE.Views.ViewTab.textRightMenu": "Right Panel"
}
3 changes: 2 additions & 1 deletion apps/visioeditor/main/locale/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,6 @@
"VE.Views.ViewTab.tipInterfaceTheme": "Tema de interfață",
"VE.Controllers.Main.textConnectionLost": "Trying to connect. Please check connection settings.",
"VE.Controllers.Main.textUpdateVersion": "The document cannot be edited right now.<br>Trying to update file, please wait...",
"VE.Controllers.Main.textUpdating": "Updating"
"VE.Controllers.Main.textUpdating": "Updating",
"VE.Views.ViewTab.textRightMenu": "Right Panel"
}
3 changes: 2 additions & 1 deletion apps/visioeditor/main/locale/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,6 @@
"VE.Views.ViewTab.textZoom": "Масштаб",
"VE.Views.ViewTab.tipFitPage": "По размеру страницы",
"VE.Views.ViewTab.tipFitWidth": "По ширине",
"VE.Views.ViewTab.tipInterfaceTheme": "Тема интерфейса"
"VE.Views.ViewTab.tipInterfaceTheme": "Тема интерфейса",
"VE.Views.ViewTab.textRightMenu": "Right Panel"
}

0 comments on commit 42d2220

Please sign in to comment.