Skip to content

Commit

Permalink
OpenRoberta/openroberta-lab#1145: fix missing translations
Browse files Browse the repository at this point in the history
Added tooltip for right menu info.

Updated .gitignore.
  • Loading branch information
RaghuvirShirodkar authored and bjost2s committed Dec 2, 2021
1 parent 43251e5 commit 0519907
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ npm-debug.log
/nbproject/private/
.vscode/
**/package-lock.json
.idea/*
2 changes: 1 addition & 1 deletion msg/js/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ Blockly.Msg.MENU_PROPERTIES = "Eigenschaften";
Blockly.Msg.MENU_RESET_FIRMWARE = "zurück auf Werkszustand";
Blockly.Msg.MENU_RIGHT_CODE_TOOLTIP = "Öffne/schließe die Ansicht des Quellcodes.";
Blockly.Msg.MENU_RIGHT_HELP_TOOLTIP = "Öffne/schließe die Hilfeansicht.";
Blockly.Msg.MENU_RIGHT_INFO_TOOLTIP = "Open/close the program documentation view."; // untranslated
Blockly.Msg.MENU_RIGHT_INFO_TOOLTIP = "Öffne/schließe die Ansicht der Programmdokumentation.";
Blockly.Msg.MENU_RIGHT_LEGAL_TOOLTIP = "Öffne/schließe die Ansicht der rechtlichen Informationen.";
Blockly.Msg.MENU_RIGHT_SIM_DEBUG_TOOLTIP = "Öffne/schließe die Simulationssansicht im Debugging-Modus.";
Blockly.Msg.MENU_RIGHT_SIM_TOOLTIP = "Öffne/schließe die Simulationssansicht deines Programmes.";
Expand Down
1 change: 1 addition & 0 deletions robMsg/json/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"MENU_TOOLBOX_BEGINNER": "NEPO-Blöcke Anfänger",
"MENU_TOOLBOX_EXPERT": "NEPO-Blöcke Experte",
"MENU_RIGHT_TUTORIAL_TOOLTIP": "Öffne/schließe die Ansicht des Tutorials.",
"MENU_RIGHT_INFO_TOOLTIP": "Öffne/schließe die Ansicht der Programmdokumentation.",
"MENU_TUTORIAL": "Tutorials",
"MENU_TUTORIAL_TOOLTIP": "Tutorials",
"MENU_UPDATE_FIRMWARE": "Firmware aktualisieren",
Expand Down

0 comments on commit 0519907

Please sign in to comment.