1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-02-24 00:53:58 +01:00
blockly-app/assets/blockly/ardublockly/msg/en.js
2019-05-16 16:28:21 +00:00

129 lines
6.1 KiB
JavaScript

var Ardublockly = Ardublockly || {};
Ardublockly.LOCALISED_TEXT = {
translationLanguage: "English",
title: "senseBox",
blocks: "Blocks",
/* Menu */
open: "Open Blocks",
save: "Save Blocks",
save_ino: "Save Sketch",
deleteAll: "Delete All",
settings: "Settings",
documentation: "Documentation",
reportBug: "Report Bug",
examples: "Examples",
Blink: "Blink",
Display_print: "Print on Display",
GPS: "Print GPS on Display",
send_osem: "Send to oSeM",
/* Settings */
compilerLocation: "Compiler Location",
compilerLocationDefault: "Compiler Location unknown",
sketchFolder: "Sketch Folder",
sketchFolderDefault: "Sketch Folder unknown",
arduinoBoard: "Arduino Board",
arduinoBoardDefault: "Arduino Board unknown",
comPort: "COM Port",
comPortDefault: "COM Port unknown",
defaultIdeButton: "Default IDE Button",
defaultIdeButtonDefault: "IDE options unknown",
language: "Language",
languageDefault: "Language unknown",
sketchName: "Sketch Name",
/* Arduino console output */
arduinoOpMainTitle: "Arduino IDE output",
arduinoOpWaiting: "Waiting for the IDE output...",
arduinoOpUploadedTitle: "Successfully Uploaded Sketch",
arduinoOpVerifiedTitle: "Successfully Verified Sketch",
arduinoOpOpenedTitle: "Sketch opened in IDE",
arduinoOpOpenedBody: "The sketch should be loaded in the Arduino IDE.",
arduinoOpErrorTitle: "There has been an error",
arduinoOpErrorIdContext_0: "No error.",
arduinoOpErrorIdContext_1: "Build or Upload failed.",
arduinoOpErrorIdContext_2: "Sketch not found.",
arduinoOpErrorIdContext_3: "Invalid command line argument.",
arduinoOpErrorIdContext_4: "Preference passed to 'get-pref' flag does not exist.",
arduinoOpErrorIdContext_5: "Not Clear, but Arduino IDE sometimes errors with this.",
arduinoOpErrorIdContext_50: "Unexpected error code from Arduino IDE",
arduinoOpErrorIdContext_51: "Could not create sketch file",
arduinoOpErrorIdContext_52: "Invalid path to internally created sketch file",
arduinoOpErrorIdContext_53: "Unable to find Arduino IDE<br>" +
"The compiler directory has not been set correctly.<br>" +
"Please ensure the path is correct in the Settings.",
arduinoOpErrorIdContext_54: "What should we do with the Sketch?<br>" +
"The launch IDE option has not been set.<br>" +
"Please select an IDE option in the Settings.",
arduinoOpErrorIdContext_55: "Serial Port unavailable<br>" +
"The Serial Port is not accessible.<br>" +
"Please check if the Arduino is correctly connected to the PC and select the Serial Port in the Settings.",
arduinoOpErrorIdContext_56: "Unknown Arduino Board<br>" +
"The Arduino Board has not been set.<br>" +
"Please select the appropriate Arduino Board from the settings.",
arduinoOpErrorIdContext_52: "Unexpected server error.",
arduinoOpErrorIdContext_64: "Unable to parse sent JSON.",
arduinoOpErrorUnknown: "Unexpected error",
/* Modals */
noServerTitle: "Ardublockly app not running",
noServerTitleBody: "<p>For all the Ardublockly features to be enabled, the Ardublockly desktop application must be running locally on your computer.</p>" +
"<p>If you are using an online version you will not be able to configure the settings nor load the blocks code into an Arduino.</p>" +
"<p>Installation instruction can be found in the <a href=\"https://github.com/carlosperate/ardublockly\">Ardublockly repository</a>.</p>" +
"<p>If you have Ardublockly already installed, make sure the application is running correctly.</p>",
noServerNoLangBody: "If the Ardublockly application is not running the language cannot be fully changed.",
addBlocksTitle: "Additional Blocks",
copy_paste_mcu: "Copy the .BIN Datei to your senseBox MCU. <br> If your senseBox MCU is not shown do a fast double push to the reset button.<br>"+
"<img class='animated-gif'src=\"img/copy_to_mcu.gif\"> <br>" +
"You need more help? See here <a href=\"https://sensebox.github.io/books-v2/blockly/en/\" target=\"_blank\">Blockly for senseBox Book</a>",
/* Alerts */
loadNewBlocksTitle: "Load new blocks?",
loadNewBlocksBody: "Loading a new XML file will replace the current blocks from the workspace.<br>" +
"Are you sure you want to proceed?",
discardBlocksTitle: "Delete blocks?",
discardBlocksBody: "There are %1 blocks on the workspace.<br>" +
"Are you sure you want to delete them?",
invalidXmlTitle: "Invalid XML",
invalidXmlBody: "The XML file was not successfully parsed into blocks. Please review the XML code and try again.",
errorFilename: "The Filename should not contain more than 8 characters",
/* Tooltips */
uploadingSketch: "Uploading Sketch into Arduino...",
uploadSketch: "Upload Sketch to the Arduino",
verifyingSketch: "Verifying Sketch...",
verifySketch: "Verify the Sketch",
openingSketch: "Opening Sketch in the Arduino IDE...",
openSketch: "Open Sketch in IDE",
notImplemented: "Function not yet implemented",
/* Prompts */
ok: "OK",
okay: "Okay",
cancel: "Cancel",
return: "Return",
notshow: "Do not show this again",
/* Cards */
arduinoSourceCode: "Arduino Source Code",
blocksXml: "Blocks XML",
/* Toolbox Categories*/
catSenseBox_Sensor:"Sensors",
catSenseBox_Output:"senseBox output",
catSenseBox_Display:"Display",
catSenseBoxOutput_SD:"SD",
catSenseBoxOutput_Web:"Web",
catSenseBoxOutput_Webserver:"Webserver",
catSenseBox_Led: "LED",
catSenseBox_Wifi: "WiFi",
catSenseBox_osem: "openSenseMap",
catLogic: "Logic",
catLoops: "Loops",
catMath: "Math",
catText: "Text",
catVariables: "Variables",
catFunctions: "Functions",
catInputOutput: "Input/Output",
catTime: "Time",
catAudio: "Audio",
catMotors: "Motors",
catComms: "Comms",
catAdvanced: "Advanced",
code_copied: "Code was copied",
save_to_clipboard: "Copy to clipboard",
compile_sketch: "Compile sketch",
sketch_compiled: "Sketch was compiled"
};