en.dev.js 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. "use strict";
  2. var _Ardublockly$LOCALISE;
  3. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  4. var Ardublockly = Ardublockly || {};
  5. Ardublockly.LOCALISED_TEXT = (_Ardublockly$LOCALISE = {
  6. translationLanguage: "English",
  7. title: "CocoBlockly X",
  8. blocks: "Blocks",
  9. hardware_mode: "Hardware Mode",
  10. mcu_module: "IoT Module",
  11. ai_module: "A.I. Module",
  12. cloud_mode: "Cloud Python Mode",
  13. javascript_mode: "JavaScript Mode",
  14. /* Menu */
  15. pageLoading: "Loading...",
  16. home: "Home",
  17. open: "Open",
  18. save: "Save",
  19. deleteAll: "Delete All",
  20. settings: "Settings",
  21. documentation: "Documentation",
  22. help: "Help",
  23. reportBug: "Report Bug",
  24. tour: "Start Tour",
  25. changelog: "Change Log",
  26. feedback: "Feedback Form",
  27. devices: "Devices",
  28. language: "Language",
  29. editing: "Enable Editing",
  30. close_editing: "Whether to enable edit mode",
  31. AI_experience: "AI",
  32. AI_emotion: "Emotion Recognotion",
  33. AI_speech: "Speech Recognotion",
  34. storage: "Storage",
  35. cloud_storage: "Cloud",
  36. cloudFileTooltip: "Click「 + 」button to save your file as new one",
  37. cloudopen: "Cloud Open",
  38. cloudclose: "Cloud Close",
  39. local_storage: "Files",
  40. localimport: "Import",
  41. localexport: "Export",
  42. localStorageImport: "Import Project",
  43. ImportTooltip: "Select your project file(*.xml) and import it to the current workspace.Warning:will replace current blocks)",
  44. "import": "Import",
  45. "export": "Export",
  46. ImportContent: "Click to choose a file from your computer",
  47. localStorageExport: "Export Project",
  48. ExportTooltip: "Export current project blocks and save it your computer,so you can open it next time when you need it",
  49. exportFile: "Project File",
  50. exportSnap: "Snapshot",
  51. ExportFileContent: "Will export as an *xml file.<br>for you to continuing code nextime",
  52. ExportSnapContent: "Will export to a *png picture.<br>for your reference",
  53. cloudStorageTitle: "Cloud Storage",
  54. cloudFileOpen: "Open",
  55. cloudFileSave: "Save",
  56. cloudFileConfirm: "OK",
  57. cloudFileSaveAs: "Save as",
  58. saveNew: "Save New",
  59. deleteFile: "Delete file now ?",
  60. rename: "Rename",
  61. cloudFileDelete: "Delete",
  62. cloudFileUpdate: "Update",
  63. help_board: "Help",
  64. learn_board: "Files",
  65. cocoedu: "Coco Edu",
  66. learn_vision: "Learn AI: Vision",
  67. learn_speech: "Learn AI: Speech",
  68. learn_text: "Learn AI: Text",
  69. tutorial: "Tutorial",
  70. login_title: "Login",
  71. username: "Username/Email",
  72. password: "Password",
  73. signup: "Sign up",
  74. signin: "Sign in",
  75. signout: "Sign out",
  76. cococloud: "Go to CocoCloud",
  77. user_email: "Your Email: ",
  78. user_school: "Your School: ",
  79. Event: "Cloud Event: ",
  80. login_wrongNOP: "Wrong Email or Password!",
  81. login_ForgetRecap: "Please verify reCaptcha !",
  82. port: "Port:",
  83. no_line_ending: "No line ending",
  84. newline: "Newline",
  85. CR: "Carriage return",
  86. NL_CR: "NL & CR",
  87. baud: "baud",
  88. main_mode: "Main mode",
  89. wifi_mode: "WiFi mode",
  90. /* Alerts */
  91. loadNewBlocksTitle: "Load new blocks?",
  92. loadNewBlocksBody: "Loading a new XML file will replace the current blocks from the workspace.<br>" + "Are you sure you want to proceed?",
  93. discardBlocksTitle: "Delete blocks?",
  94. discardBlocksBody: "There are %1 blocks on the workspace.<br>" + "Are you sure you want to delete them?",
  95. invalidXmlTitle: "Invalid XML",
  96. invalidXmlBody: "The XML file was not successfully parsed into blocks. Please review the XML code and try again.",
  97. ErrorBlockTitle: "Wrong Block exists",
  98. ErrorBlockBody: "The XML file has some kinds of wrong blocks which were not used any more. We have deleted it automatically for you, please review your code carefully",
  99. ErrorFileDragTitle: "Invalid File",
  100. ErrorFileDragBody: "The file you selected should be the format of XML。Please review the file your choose",
  101. invalidNameTitle: "Invalid Name",
  102. invalidFileName: "The illegal character exist,and Chinese character is not support now, please rename it! <br>Illegal character include [~!@#$%^&*()+<>?.:\"{},]",
  103. invalidFileName1: "The filename shouldn't be start with \"-\" or \"_\",please rename it.",
  104. invalidFileName2: "The filename shouldn't be empty,please name it!",
  105. invalidFileName3: "The filename's length shouldn't be over 20 ,please rename it!",
  106. invalidFileName4: "The illegal character exist: Emoji is not support, please rename it!",
  107. reptitiveFileName: "The filename has been named, please rename it!",
  108. unsupportWebcamTitle: "Unsupported Browsers",
  109. unsupportWebcamBody: "Teachable Machine is only supported with Chrome Browser now. Please visit it on the latest version of Chrome or Firefox!",
  110. requestWebcamTitle: "Webcam is not supported",
  111. requestWebcamBody: "Webcam is not supported in HTTP mode, please click here and go to our HTTPS version to use this app.",
  112. goHttps: "Visit via HTTPS",
  113. requestVoiceRecognitionTitle: "Voice input is not supported",
  114. requestVoiceRecognitionBody: "Voice input is not supported in HTTP mode, please click here and go to our HTTPS version to use this app.",
  115. /* Prompts */
  116. ok: "OK",
  117. okay: "Okay",
  118. cancel: "Cancel",
  119. /* Arduino Source Code Panel */
  120. pythonSourceCode: "Python Source Code",
  121. blocksXml: "Upload Area",
  122. /* Serial Monitor Panel */
  123. serialMonitor: "Serial Monitor",
  124. autoScroll: "Autoscroll",
  125. sendMsg: "Sending Messages",
  126. sendBtn: "SEND",
  127. connectBtn: "CONNECT",
  128. disconnectBtn: "DISCONNECT",
  129. comms_clear: "CLEAR",
  130. comms_export: "EXPORT",
  131. modal_export_title: "choose the file type you want to save as",
  132. modal_export_comfirm: "comfirm",
  133. /* Toolbox Categories */
  134. catLogic: "Logic",
  135. catLoops: "Loops",
  136. catMath: "Math",
  137. catText: "Text",
  138. catLists: "Lists",
  139. catDictionary: "Dictionary",
  140. catTuples: "Tuples",
  141. catSet: "Set",
  142. catMainBoard: "IoT Module",
  143. catExtensions: "Extensions",
  144. catDisplay: "Display",
  145. catSystem: "System",
  146. catWeb: "Internet",
  147. catDataComms: "Data",
  148. catSerialPort: "SerialPort",
  149. catMicrophone: "Microphone",
  150. catImageProcess: "Image Process",
  151. catTextProcess: "Text Process",
  152. catVision: "Image Process",
  153. catIV: "Video Process",
  154. catAudio: "Audio Process",
  155. catModels: "Models",
  156. catAI: "A.I. Module",
  157. catAIScreen: "Screen",
  158. catFiles: "Files",
  159. catCamera: "Camera",
  160. catVariables: "Variables",
  161. catFunctions: "Functions",
  162. catOutput: "Input / Output",
  163. catTime: "Time",
  164. catComms: "Serial Comm.",
  165. catBasics: "Basics",
  166. catHardware: "Hardware",
  167. catAIWifi: "Wi-Fi",
  168. catAISpeaker: "Speaker",
  169. /* new added categories */
  170. catCocoMod: "Modules",
  171. catBasic: "Sensor 101",
  172. catFASTLED: "Light",
  173. catMOTOR: "Motor",
  174. catServo: "Servo",
  175. catMusic: "Music",
  176. catTouch: "Touch",
  177. catHCI: "HCI",
  178. catScreen: "Screen",
  179. catENV: "Env Sensor",
  180. catTD: "Sensors",
  181. catColour: "Colour",
  182. catBluetooth: "Bluetooth",
  183. catMOTION: "Motion",
  184. catMainWifi: "Wi-Fi",
  185. catCocoWIFIMod: "WiFi Module",
  186. catNetwork: "Network",
  187. catWifiComms: "Data Transfer",
  188. catWifiServer: "Server Side",
  189. catWifiClient: "Client Side",
  190. catWifiWeb: "Internet",
  191. catWifiTP: "Third party",
  192. catWifiWebServices: "Web Services",
  193. catJsonTool: "JSON",
  194. catCloudData: "Cloud",
  195. catEasyMode: "EasyMode",
  196. catBlynk: "Blynk",
  197. /* ExtendedFunction*/
  198. ExtendedFunction: "Extension Modoule",
  199. Third_party_Sensor: "Third-party Sensor",
  200. Ultrasonic: "Ultrasonic Sensor",
  201. PS2_Gamepad: "PS2 Gamepad",
  202. EFLEDLS: "LED Matrix",
  203. EFMotor: "DC Motor",
  204. EFSG: "Servo",
  205. EFGH: "Game Pad",
  206. EFNI: "NB-IoT",
  207. EFBluetooth: "Bluetooth",
  208. /* uploader reminder */
  209. uploader_reminder_title: "Please upgrade your CocoBlockly X Uploader",
  210. uploader_reminder_text1: "Your uploader is out of date !",
  211. uploader_reminder_text2: "Please re-download it from CocoBlockly X if necessary.",
  212. uploader_reminder_text3: "To ensure a smooth user experience, we strongly recommend you to keep the software updated.<br>There are two ways to upgrade the CocoBlockly X Uploader:<br>&nbsp&nbsp&nbsp&nbsp1) Right click the system tray icon in the system status bar, then click \"Update\";<br>&nbsp&nbsp&nbsp&nbsp2) Download our latest release from our server: <a download href=\"http://api.cocorobo.cn/releases/pythonuploaderv0.1/download/windows\" target=\"_black\">Windows</a> /<a download href=\"http://api.cocorobo.cn/releases/pythonuploaderv0.1/download/mac\" target=\"_black\">macOS</a>",
  213. uploader_reminder_text4: "The version of uploader isn't support any more, we strongly recommend you to keep the software updated.<br>Download our latest release from our server: <a download href=\"http://api.cocorobo.cn/releases/pythonuploaderv0.1/download/windows\" target=\"_black\">Windows</a> /<a download href=\"http://api.cocorobo.cn/releases/pythonuploaderv0.1/download/mac\" target=\"_black\">macOS</a>",
  214. uploader_reminder_currentVersion: "Current version:",
  215. uploader_reminder_newVersion: "Latest version:",
  216. uploader_reminder_download: "Download",
  217. uploader_reminder_done: "Got it",
  218. /* upload Area */
  219. statusbar: "Directly upload your code to the electronic modules.",
  220. upload: "UPLOAD",
  221. compile: "COMPILE",
  222. lib: "LINRARY",
  223. errmsg: "Error Message",
  224. /* examples */
  225. basicMarquee: "Marquee",
  226. basic8Bit: "8 Bit Music",
  227. baxicKnobSound: "Knob To Notes",
  228. ledHeart: "Heart",
  229. motorObstacleVoiding: "Obstacle Avoiding",
  230. motorTrackLine: "Line Tracking",
  231. fullRotate: "Full Rotation",
  232. paper_piano_cocoblockly: "Music Keyboard",
  233. music_play_melody: "Play Melody",
  234. music_play_mp3: "Play MP3",
  235. hci_basic: "HCI mouse",
  236. touch_light: "Touch Light",
  237. HCI_basic: "HCI basic",
  238. screenShowreel: "Showreel",
  239. robotRemoteControl: "Robot Car Remote Control",
  240. robotArmRemoteControl: "Robot Arm Remote Control",
  241. MotionShowLed: "Tilting LED Dot",
  242. EnvShowScreen: "Show Env Data",
  243. EnvLigtColor: "Env Light Color",
  244. MainEnvDataTransfer: "Main Env Data Transfer",
  245. GPSShowScreen: "GPS on Screen",
  246. wifiNetworkShowinfo: "WiFi Network Show Info",
  247. wifiDataTransfer: "WiFi Data Transfer",
  248. wifiEnvDataTransfer: "WiFi Env Data Transfer",
  249. wifiClientIfttt: "IFTTT WebHook",
  250. wifiClientPost: "Post Data to Cloud",
  251. webServiceIfttt: "IFTTT Example",
  252. webServiceThingspeak: "ThingSpeak Example",
  253. cloudDataShow: "Get Data from Cloud",
  254. cloudDataGenerate: "Generate Data",
  255. /* gif tour mode */
  256. tour_start: "Follow this beginner-level instruction, you will learn how to use CocoBlockly X to code:",
  257. tour_editProject: "Edit Project Title: Click the input on the top left, type a desired name of your project",
  258. tour_menuBar: "Menu Bar: Here you will find 4 important functions: Help, Cloud Storage, <br>Local Import/Export and Language Switch (English, Simplified Chinese and Traditional Chinese)",
  259. tour_personAccount: "Personal Account: Click the avatar and login to your account, <br>experience features like the cloud storage and IoT applet via CocoCloud.",
  260. tour_blocklyToolbox: "Blockly Toolbox: Where all CocoBlockly X blocks exists, from Logic to blocks for CocoRobo Module,<br> we also provide examples in order to help users getting started",
  261. tour_codeWorkspace_1: "Coding Workspace (1): Drag the block;",
  262. tour_codeWorkspace_2: "Coding Workspace (2): Duplicate the block;",
  263. tour_codeWorkspace_3: "Coding Workspace (3): Delete the block;",
  264. tour_codeWorkspace_4: "Coding Workspace (4): Delete all blocks;",
  265. tour_sourceCodeArea: "Source Code Area: When you drag block to coding workspace, <br>this area will automatically generate Arduino source code for reference.",
  266. tour_uploadArea: "Upload Area: When you finished coding, click the Compile option to verify if your code is valid, make sure you have a good internet connection.<br>Click the Upload option to upload the code to your module (Note: Please do not disconnect the module from your computer while the code is uploading)",
  267. tour_serialMonitorArea: "Serial Monitor Area: Like Arduino IDE, in here you can debug your code, such as put the value to the monitor to check if it's right.",
  268. tour_switchtoFullScreen: "Switch to Full Screen: When you feel the coding space is narrow, you can always toggle the full screen option in the top-right toolbar",
  269. tour_mainMode: "(Main Mode) Upload Code: Under Main Mode, CocoBlockly X will only detect Main Controller Module, and you will be able to upload<br> the main mode code to the module. If you are using WiFi Module, the interface will automatically change to WiFi Mode.",
  270. tour_wifiMode: "(WiFi Mode) Upload Code: Under WiFi Mode, CocoBlockly X will only detect WiFi Module, and you will be able to upload the wifi mode<br> code to the module. If you are using Main Controller Module, the interface will automatically change to Main Mode.",
  271. tour_cloudStorage_update: "Cloud Storage: To add a new project to our cloud, click the Cloud Storage icon and a prompt will open, change the name <br>to a desired one if you needed, then click \"Update\" button.",
  272. tour_cloudStorge_open: "Cloud Storage: To open a new project from your cloud, single-click the project name, then click the \"Open\" button.",
  273. tour_cloudStorge_delete: "Cloud Storage: To delete a project from your cloud, single-click the project name, then click the \"Delete\" button.",
  274. tour_end: "Congratulations! You have sucessfully mastered the fundametals of CocoBlockly X, start coding yourself now!",
  275. /*APP Ceneter */
  276. labscenter: "Labs",
  277. labs_center_modal_title: "CocoBlockly X Labs",
  278. appcenter: "Apps",
  279. app_center_modal_title: "App Center",
  280. app_center_all_categories: "All Catefories:",
  281. app_center_ai: "Artificial Intelligence",
  282. app_center_iot: "Internet of Things",
  283. app_center_robot: "Robot Controller",
  284. app_center_science: "Science Experiements",
  285. app_center_games: "Games",
  286. app_center_arvr: "AR/VR",
  287. app_center_emotion_recognition: "Emotion Recognition"
  288. }, _defineProperty(_Ardublockly$LOCALISE, "app_center_emotion_recognition", "Gesture Recognition"), _defineProperty(_Ardublockly$LOCALISE, "app_center_speech_recognition", "Speech Recognition"), _defineProperty(_Ardublockly$LOCALISE, "app_center_robot_demo1", "Robot Controller"), _defineProperty(_Ardublockly$LOCALISE, "app_center_science_demo1", "Science"), _defineProperty(_Ardublockly$LOCALISE, "app_center_game_flappy", "Floppy bird"), _defineProperty(_Ardublockly$LOCALISE, "app_center_game_space_lamb", "Space Lamb"), _defineProperty(_Ardublockly$LOCALISE, "app_center_arvr_demo1", "AR/VR"), _defineProperty(_Ardublockly$LOCALISE, "app_center_wait_to_come", "Coming soon"), _defineProperty(_Ardublockly$LOCALISE, "app_center_enter_button", "Enter"), _defineProperty(_Ardublockly$LOCALISE, "app_center_visit_button", "Visit"), _defineProperty(_Ardublockly$LOCALISE, "app_center_Teachabel_Machine", "Teachale Machine"), _defineProperty(_Ardublockly$LOCALISE, "app_center_Computer_Vision_Demos", "Computer Vision Demos"), _defineProperty(_Ardublockly$LOCALISE, "app_center_Speech_AI_Demos", "Speech AI Demos"), _defineProperty(_Ardublockly$LOCALISE, "app_center_Text_Analysing_Demos", "Text Analysing Demos"), _defineProperty(_Ardublockly$LOCALISE, "app_center_tab_vision", "vision"), _defineProperty(_Ardublockly$LOCALISE, "app_center_tab_speech", "speech"), _defineProperty(_Ardublockly$LOCALISE, "app_center_tab_text", "text"), _defineProperty(_Ardublockly$LOCALISE, "webcamDemoTitle", "Emotion Recognition"), _defineProperty(_Ardublockly$LOCALISE, "face_webcam", "Webcam:"), _defineProperty(_Ardublockly$LOCALISE, "face_latest_snapshot", "Latest snapshot:"), _defineProperty(_Ardublockly$LOCALISE, "face_analyze", "Analyze"), _defineProperty(_Ardublockly$LOCALISE, "face_response", "Response:"), _defineProperty(_Ardublockly$LOCALISE, "face_emotion_res", "Make a smiley face or sad face please."), _defineProperty(_Ardublockly$LOCALISE, "emotion_camera_on", "On"), _defineProperty(_Ardublockly$LOCALISE, "emotion_camera_off", "Camera Off"), _defineProperty(_Ardublockly$LOCALISE, "emotion_camera_turnon_text", "Turn on the Camera first"), _defineProperty(_Ardublockly$LOCALISE, "emotion_snapshot_text", "Your snapshot will be here"), _defineProperty(_Ardublockly$LOCALISE, "emotion_result_title", "Facial Analysis:"), _defineProperty(_Ardublockly$LOCALISE, "emotion_result_emotion_title", "Emotion:"), _defineProperty(_Ardublockly$LOCALISE, "emotion_result_age_title", "Age:"), _defineProperty(_Ardublockly$LOCALISE, "emotion_result_gender_title", "Gender:"), _defineProperty(_Ardublockly$LOCALISE, "emotion_result_glasses_title", "Glasses:"), _defineProperty(_Ardublockly$LOCALISE, "emotion_result_default", "Nothing detected."), _defineProperty(_Ardublockly$LOCALISE, "gesturesTitle", "Gesture Recognition"), _defineProperty(_Ardublockly$LOCALISE, "gesture_result", "No result yet."), _defineProperty(_Ardublockly$LOCALISE, "gesture_webcam", "Webcam"), _defineProperty(_Ardublockly$LOCALISE, "gesture_recognition_result", "Recognition Result:"), _defineProperty(_Ardublockly$LOCALISE, "gesture_recognition", "Recognize"), _defineProperty(_Ardublockly$LOCALISE, "gesture_recognitioning", "Recognize..."), _defineProperty(_Ardublockly$LOCALISE, "speechDemoTitle", "Speech Recognition"), _defineProperty(_Ardublockly$LOCALISE, "speechTip", "Voice recognition for English, Cantonese & Mandarin."), _defineProperty(_Ardublockly$LOCALISE, "speech_language_select", "Select a language to recognize: "), _defineProperty(_Ardublockly$LOCALISE, "speech_language_English", "English"), _defineProperty(_Ardublockly$LOCALISE, "speech_language_Cantonese", "Cantonese"), _defineProperty(_Ardublockly$LOCALISE, "speech_language_Mandarin", "Mandarin"), _defineProperty(_Ardublockly$LOCALISE, "speech_textarea_title", " Click on the mic button to start dictating..."), _defineProperty(_Ardublockly$LOCALISE, "speech_button", "Tap to speak"), _defineProperty(_Ardublockly$LOCALISE, "selectEvent", "Choose a CocoCloud event here, the analyzed result will directly send to there"), _defineProperty(_Ardublockly$LOCALISE, "noEvent", "No Event here. Please login first"), _defineProperty(_Ardublockly$LOCALISE, "pre_version", "Switch to Old Version"), _defineProperty(_Ardublockly$LOCALISE, "drag_import", "Drag and drop your file here"), _defineProperty(_Ardublockly$LOCALISE, "env_detect", "Environment Detect"), _defineProperty(_Ardublockly$LOCALISE, "detect", "Detect"), _defineProperty(_Ardublockly$LOCALISE, "title_device", "Device"), _defineProperty(_Ardublockly$LOCALISE, "title_result", "Result"), _defineProperty(_Ardublockly$LOCALISE, "title_support", "Support"), _defineProperty(_Ardublockly$LOCALISE, "title_suggest", "Suggest"), _defineProperty(_Ardublockly$LOCALISE, "Adapter_connected", "Adapter is connected"), _defineProperty(_Ardublockly$LOCALISE, "Adapter_fill_connected", "Adapter is disconnected"), _defineProperty(_Ardublockly$LOCALISE, "os", "System"), _defineProperty(_Ardublockly$LOCALISE, "browser", "Browser"), _defineProperty(_Ardublockly$LOCALISE, "select_Example", "Example"), _defineProperty(_Ardublockly$LOCALISE, "select_Basics", "Basic case of IoT module"), _defineProperty(_Ardublockly$LOCALISE, "select_sbcb", "Side Button Control Buzzer"), _defineProperty(_Ardublockly$LOCALISE, "select_sbcsl", "side button control switch LED"), _defineProperty(_Ardublockly$LOCALISE, "select_tacl", "Touch Area Control LED"), _defineProperty(_Ardublockly$LOCALISE, "select_ba", "Buzzer Alarm"), _defineProperty(_Ardublockly$LOCALISE, "select_desl", "dark environment sensor light"), _defineProperty(_Ardublockly$LOCALISE, "select_tdsl", "Tilt Direction Sensor LED"), _defineProperty(_Ardublockly$LOCALISE, "select_ha", "Humidity Alarm"), _defineProperty(_Ardublockly$LOCALISE, "select_ssl", "shake sensor LED"), _defineProperty(_Ardublockly$LOCALISE, "select_ldliv", "LED display light intensity value"),_defineProperty(_Ardublockly$LOCALISE, "select_thwos", "Hello World on Screen"),_defineProperty(_Ardublockly$LOCALISE, "select_line", "button control screen linewise"),_defineProperty(_Ardublockly$LOCALISE, "select_LF", "LED Lamp flicker"), _defineProperty(_Ardublockly$LOCALISE, "select_DCLS", "Dial control LED switch"), _defineProperty(_Ardublockly$LOCALISE, "select_BCL", "Button-Controlled LED"), _defineProperty(_Ardublockly$LOCALISE, "select_LGD", "LCD graphic drawing animation"), _defineProperty(_Ardublockly$LOCALISE, "select_FTCLS", "Four Touch control LED switch"), _defineProperty(_Ardublockly$LOCALISE, "select_DOLD", "LCD wiggle detector"), _defineProperty(_Ardublockly$LOCALISE, "select_TCSOL", "Touch-controlled square on LCD"), _defineProperty(_Ardublockly$LOCALISE, "select_SER", "LCD display environment data"), _defineProperty(_Ardublockly$LOCALISE, "select_NW", "IoT module networking case"), _defineProperty(_Ardublockly$LOCALISE, "select_CTN", "Connect to the surrounding WiFi network"), _defineProperty(_Ardublockly$LOCALISE, "select_SA", "Set up WiFi hotspot"), _defineProperty(_Ardublockly$LOCALISE, "select_SDTC", "Send Data to CocoCloud"), _defineProperty(_Ardublockly$LOCALISE, "select_BS", "Basic case of AI module"), _defineProperty(_Ardublockly$LOCALISE, "select_CV", "AI module vision case"), _defineProperty(_Ardublockly$LOCALISE, "select_CAOSR", "LCD button control color switch"), _defineProperty(_Ardublockly$LOCALISE, "select_QCR", "QR Code Recogntion"), _defineProperty(_Ardublockly$LOCALISE, "line_tracking", "Line Tracking (Black Line)"), _defineProperty(_Ardublockly$LOCALISE, "select_LR", "Line Recogntion"), _defineProperty(_Ardublockly$LOCALISE, "select_AI", "AI module machine learning case"), _defineProperty(_Ardublockly$LOCALISE, "select_c", "Button control LCD display color"), _defineProperty(_Ardublockly$LOCALISE, "select_HWDR", "Hand-written Digit Recognition"), _defineProperty(_Ardublockly$LOCALISE, "select_FR", "Face Recognition"), _defineProperty(_Ardublockly$LOCALISE, "select_OR", "Object Recognition"), _defineProperty(_Ardublockly$LOCALISE, "select_CMHK", "Customized Model (Trash Classification)"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_teacher", "AI Teaching cases"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_thw", "1.Hello World"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_thwos", "2.Hello World on Screen"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_uoc", "3.Use of Canvas"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_mc", "4.Mini Camera"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_sor", "5.Simple Object Recognition"), _defineProperty(_Ardublockly$LOCALISE, "select_SP", "Display motion sensor values"), _defineProperty(_Ardublockly$LOCALISE, "select_AAAV", "LCD display tilt direction"), _defineProperty(_Ardublockly$LOCALISE, "select_BBP1", "Balance ball program"), _defineProperty(_Ardublockly$LOCALISE, "select_BBP2", "Balance ball procedure 2"), _defineProperty(_Ardublockly$LOCALISE, "select_BT", "Button + timer"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_av", "AI Module audio case"), _defineProperty(_Ardublockly$LOCALISE, "paly_video", "Play the recorded video file"), _defineProperty(_Ardublockly$LOCALISE, "paly_music", "Play the music"), _defineProperty(_Ardublockly$LOCALISE, "recording_camera", "Record camera pictures and save them"), _defineProperty(_Ardublockly$LOCALISE, "microphone_sound_analysis", "Microphone spectrum analysis"), _defineProperty(_Ardublockly$LOCALISE, "select_AV", "AI module video case"), _defineProperty(_Ardublockly$LOCALISE, "uploadFiles", "Upload files"), _defineProperty(_Ardublockly$LOCALISE, "catSerialComm", "Serial Comm."), _defineProperty(_Ardublockly$LOCALISE, "select_CSDAOD", "Connection hotspot and HTTP client"), _defineProperty(_Ardublockly$LOCALISE, "select_ISED", "IFTTT sending environment data"), _defineProperty(_Ardublockly$LOCALISE, "select_ITE", "IFTTT trigger event"), _defineProperty(_Ardublockly$LOCALISE, "select_MSD", "Thingspeak sends data and gets the latest data"), _defineProperty(_Ardublockly$LOCALISE, "select_SBS", "Area color analysis"), _defineProperty(_Ardublockly$LOCALISE, "select_LFGC", "Looking for green circles"), _defineProperty(_Ardublockly$LOCALISE, "select_MC", "Mini camera"), _defineProperty(_Ardublockly$LOCALISE, "select_ARATOOC", "LCD drawing graphic animation"), _defineProperty(_Ardublockly$LOCALISE, "select_FGAAT", "Find green areas and track"), _defineProperty(_Ardublockly$LOCALISE, "select_RCI", "Record camera image "), _defineProperty(_Ardublockly$LOCALISE, "select_MAOSS", "Microphone analysis of sound spectrum"), _defineProperty(_Ardublockly$LOCALISE, "select_PAF", "Play audio file"), _defineProperty(_Ardublockly$LOCALISE, "select_PV", "Play movie files"), _defineProperty(_Ardublockly$LOCALISE, "select_TD", "Button controls LCD pin rotation"), _defineProperty(_Ardublockly$LOCALISE, "runCode", "Run Code"), _defineProperty(_Ardublockly$LOCALISE, "resetDevice", "Restart Device"), _defineProperty(_Ardublockly$LOCALISE, "select_dropdown", "Connection port cannot be detected"), _defineProperty(_Ardublockly$LOCALISE, "select_SPC", "Screen picture clipping"), _defineProperty(_Ardublockly$LOCALISE, "select_SPR", "Screen pattern rotation"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTCTPTRC", "Press the key to change the picture to reverse color"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTCCM", "Press the key to change the picture color mode"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTS", "Press the key to change the picture size"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTCTCCM", "Press the key to change the camera color mode"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTBOTCI", "Press the key to change the camera color mode"), _defineProperty(_Ardublockly$LOCALISE, "select_SEDTO", "NB IOT sends environment data to onenet"), _defineProperty(_Ardublockly$LOCALISE, "select_RTIFO", "NB IOT receives text instructions from onenet"), _defineProperty(_Ardublockly$LOCALISE, "select_connecteds", "USB Upload"), _defineProperty(_Ardublockly$LOCALISE, "no_select_connecteds", "Wi-Fi Upload"), _defineProperty(_Ardublockly$LOCALISE, "select_NIMSDTC", "NB IOT module sends data to cococloud"), _defineProperty(_Ardublockly$LOCALISE, "select_imefc", "IoT module extended function case"), _defineProperty(_Ardublockly$LOCALISE, "select_uls", "use LED screen"), _defineProperty(_Ardublockly$LOCALISE, "select_umdm", "use motor drive module"), _defineProperty(_Ardublockly$LOCALISE, "select_uoglls", "use of gamepad + LED light screen"), _defineProperty(_Ardublockly$LOCALISE, "select_ctsotem", "Controlling the Servo on the Extension Module"), _defineProperty(_Ardublockly$LOCALISE, "select_ionc", "IoT module networking case"), _defineProperty(_Ardublockly$LOCALISE, "select_btsldtc", "button to send lighting data to CocoCloud"), _defineProperty(_Ardublockly$LOCALISE, "select_ktsedti", "key to send environmental data to IFTTT"), _defineProperty(_Ardublockly$LOCALISE, "select_btoldalua", "button to obtain lighting data and light up according to conditions"), _defineProperty(_Ardublockly$LOCALISE, "select_tsedtc", "timely sending environmental data to CocoCloud"), _defineProperty(_Ardublockly$LOCALISE, "select_ewhadtnocd", "establish WiFi hotspot and display the number of connected devices"), _defineProperty(_Ardublockly$LOCALISE, "select_ledss", "LAN environment data storage-server side"), _defineProperty(_Ardublockly$LOCALISE, "select_ledac", "LAN Environment Data Acquisition-Client"), _defineProperty(_Ardublockly$LOCALISE, "select_ctwn", "connection to WiFi network"), _defineProperty(_Ardublockly$LOCALISE, "select_bssbms", "button state storage between modules-server"), _defineProperty(_Ardublockly$LOCALISE, "select_bsrbmc", "button status reception between modules-client"), _defineProperty(_Ardublockly$LOCALISE, "select_wrcbms", "WebSocket real-time communication between modules-sender"), _defineProperty(_Ardublockly$LOCALISE, "select_wrcbmr", "WebSocket real-time communication between modules-receiver"), _defineProperty(_Ardublockly$LOCALISE, "select_snt", "synchronized network time"), _defineProperty(_Ardublockly$LOCALISE, "select_smmlc", "AI Module Machine Learning Case"), _defineProperty(_Ardublockly$LOCALISE, "select_gcaerhk", "Garbage Classification and Recognition (Hong Kong Version)"), _defineProperty(_Ardublockly$LOCALISE, "select_fr", "Face Recognition"), _defineProperty(_Ardublockly$LOCALISE, "select_or", "object recognition"), _defineProperty(_Ardublockly$LOCALISE, "select_mhdr", "handwritten digit recognition"), _defineProperty(_Ardublockly$LOCALISE, "select_ambc", "AI module basic case"), _defineProperty(_Ardublockly$LOCALISE, "select_bcsc", "button control screen clockwise"), _defineProperty(_Ardublockly$LOCALISE, "select_kcpccs", "key control picture change color system"), _defineProperty(_Ardublockly$LOCALISE, "select_kcpficc", "key control picture for inverse color change"), _defineProperty(_Ardublockly$LOCALISE, "select_bccs", "Button Control Color Switching"), _defineProperty(_Ardublockly$LOCALISE, "select_mc", "Mini Camera"), _defineProperty(_Ardublockly$LOCALISE, "select_sor", "screen orientation rotation"), _defineProperty(_Ardublockly$LOCALISE, "select_sdla", "screen drawing line animation"), _defineProperty(_Ardublockly$LOCALISE, "select_amefc", "AI module extended function case"), _defineProperty(_Ardublockly$LOCALISE, "select_auls", "use LED screen"), _defineProperty(_Ardublockly$LOCALISE, "select_aumdm", "use motor drive module"), _defineProperty(_Ardublockly$LOCALISE, "select_auogsm", "use of gamepad + screen module"), _defineProperty(_Ardublockly$LOCALISE, "select_actsotem", "Controlling the Servo on the Extension Module"), _defineProperty(_Ardublockly$LOCALISE, "select_amvc", "AI module visual case"), _defineProperty(_Ardublockly$LOCALISE, "select_bctbotci", "button change the brightness of the camera image"), _defineProperty(_Ardublockly$LOCALISE, "select_aca", "Area Color Analysis"), _defineProperty(_Ardublockly$LOCALISE, "select_rqc", "recognition QR code"), _defineProperty(_Ardublockly$LOCALISE, "select_lhbl", "Line Hunting (Black Line)"), _defineProperty(_Ardublockly$LOCALISE, "select_fgr", "find green round"), _defineProperty(_Ardublockly$LOCALISE, "select_fgaat", "find green areas and track"), _defineProperty(_Ardublockly$LOCALISE, "select_prvf", "play recorded video file"), _defineProperty(_Ardublockly$LOCALISE, "select_pm", " play music"), _defineProperty(_Ardublockly$LOCALISE, "select_rcsas", "record camera screen and save"), _defineProperty(_Ardublockly$LOCALISE, "select_mssa", "Microphone Sound Spectrum Analysis"), _defineProperty(_Ardublockly$LOCALISE, "device", "Device"), _defineProperty(_Ardublockly$LOCALISE, "existing_device", "Existing Device"), _defineProperty(_Ardublockly$LOCALISE, "add_device", "Add Device"), _defineProperty(_Ardublockly$LOCALISE, "device_id", "Device ID"), _defineProperty(_Ardublockly$LOCALISE, "device_status", "Device Status"), _defineProperty(_Ardublockly$LOCALISE, "device_confirm", "Confirm"), _defineProperty(_Ardublockly$LOCALISE, "device_cancel", "Cancel"), _defineProperty(_Ardublockly$LOCALISE, "add_edevice_success", "Device added successfully"), _defineProperty(_Ardublockly$LOCALISE, "device_next", "Next"), _defineProperty(_Ardublockly$LOCALISE, "device_on", "On"), _defineProperty(_Ardublockly$LOCALISE, "select_Mandarin", "Voice recognition in the cloud(Mandarin)"), _defineProperty(_Ardublockly$LOCALISE, "select_English", "Voice recognition in the cloud(English)"), _defineProperty(_Ardublockly$LOCALISE, "select_Cantonese", "Voice recognition in the cloud(Cantonese)"), _defineProperty(_Ardublockly$LOCALISE, "sketch_name", "Untitled"), _defineProperty(_Ardublockly$LOCALISE, "sketch_save", "Save"), _defineProperty(_Ardublockly$LOCALISE, "iot_module", "IoT Module"), _defineProperty(_Ardublockly$LOCALISE, "a_csm", "Change Startup Mode"), _defineProperty(_Ardublockly$LOCALISE, "a_butvmi", "Boot Up the Visual Menu InterFace"), _defineProperty(_Ardublockly$LOCALISE, "a_buartlp", "Boot Up and Run the Last Program"), _defineProperty(_Ardublockly$LOCALISE, "Serial_Interaction", "Serial Interaction"), _Ardublockly$LOCALISE);