From 051990708c75c67d92ad823077b39e66ea7990da Mon Sep 17 00:00:00 2001 From: Raghuvir Vinayak Shirodkar Date: Thu, 18 Nov 2021 15:02:50 +0100 Subject: [PATCH] OpenRoberta/openroberta-lab#1145: fix missing translations Added tooltip for right menu info. Updated .gitignore. --- .gitignore | 1 + msg/js/de.js | 2 +- robMsg/json/de.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 385163c5e29..4a40810d4cc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ npm-debug.log /nbproject/private/ .vscode/ **/package-lock.json +.idea/* \ No newline at end of file diff --git a/msg/js/de.js b/msg/js/de.js index 3ae35019e34..c7726786894 100644 --- a/msg/js/de.js +++ b/msg/js/de.js @@ -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."; diff --git a/robMsg/json/de.json b/robMsg/json/de.json index 7f21d921b69..19c9a6650ba 100644 --- a/robMsg/json/de.json +++ b/robMsg/json/de.json @@ -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",