en.js 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  1. var Ardublockly = Ardublockly || {};
  2. Ardublockly.LOCALISED_TEXT = {
  3. translationLanguage: "English",
  4. title: "CocoBlockly X",
  5. blocks: "Blocks",
  6. hardware_mode: "Hardware Mode",
  7. mcu_module: "IoT Module",
  8. ai_module: "Hardware AI Mode",
  9. python_full_screen_mode: "Python Code Mode",
  10. cloud_mode: "Cloud Python Mode",
  11. javascript_mode: "JavaScript Mode",
  12. uploader_connect_status: "Please go to 'Connect' to download the installation program and connect the hardware.",
  13. /* Menu */
  14. pageLoading: "Loading...",
  15. home: "Home",
  16. open: "Open",
  17. save: "Save",
  18. deleteAll: "Delete All",
  19. settings: "Settings",
  20. documentation: "Documentation",
  21. help: "Help",
  22. reportBug: "Report Bug",
  23. tour: "Start Tour",
  24. changelog: "Change Log",
  25. feedback: "Feedback Form",
  26. devices: "Devices",
  27. language: "Language",
  28. editing: "Enable Editing",
  29. close_editing: "Whether to enable edit mode",
  30. AI_experience: "AI",
  31. AI_emotion: "Emotion Recognotion",
  32. AI_speech: "Speech Recognotion",
  33. storage: "Storage",
  34. cloud_storage: "Cloud",
  35. cloudFileTooltip: "Click「 + 」button to save your file as new one",
  36. cloudopen: "Cloud Open",
  37. cloudclose: "Cloud Close",
  38. local_storage: "Files",
  39. localimport: "Import",
  40. localexport: "Export",
  41. localStorageImport: "Import Project",
  42. ImportTooltip: "Select your project file(*.xml) and import it to the current workspace.Warning:will replace current blocks)",
  43. import: "Import",
  44. export: "Export",
  45. ImportContent: "Click to choose a file from your computer",
  46. localStorageExport: "Export Project",
  47. ExportTooltip: "Export current project blocks and save it your computer,so you can open it next time when you need it",
  48. exportFile: "Project File",
  49. exportSnap: "Snapshot",
  50. ExportFileContent: "Will export as an *xml file.<br>for you to continuing code nextime",
  51. ExportSnapContent: "Will export to a *png picture.<br>for your reference",
  52. cloudStorageTitle: "Save to cloud",
  53. project_name: "the title of works",
  54. cofirm_btn: "confirm",
  55. cancel_btn: "cancel",
  56. cloudFileOpen: "Open",
  57. cloudFileSave: "Save",
  58. cloudFileConfirm: "OK",
  59. cloudFileSaveAs: "Save as",
  60. saveNew: "Save New",
  61. deleteFile: "Delete file now ?",
  62. rename: "Rename",
  63. cloudFileDelete: "Delete",
  64. cloudFileUpdate: "Update",
  65. help_board: "Help",
  66. learn_board: "Files",
  67. files: "Files",
  68. button_text: "Download",
  69. ai_module_a: "AI module",
  70. iot_module_a: "IOT module",
  71. import_local_file: "Import Local Files",
  72. import_cloud_file: "Import Cloud Files",
  73. export_local_file: "Export Local Files",
  74. export_cloud_file: "Export Cloud Files",
  75. connect: "Connect",
  76. download_uploader: "Download the Installer",
  77. upgrade_firmware: "Upgrade Firmware",
  78. connect_method: "Connection Method",
  79. cocoedu: "Coco Edu",
  80. learn_principle: "Learn AI: Theory",
  81. learn_vision: "Learn AI: Vision",
  82. learn_speech: "Learn AI: Speech",
  83. learn_text: "Learn AI: Text",
  84. learn_art: "Learn AI: Art",
  85. tutorial: "Tutorial",
  86. login_title: "Login",
  87. username: "Username/Email",
  88. password: "Password",
  89. signup: "Sign up",
  90. signin: "Sign in",
  91. signout: "Sign out",
  92. cococloud: "Go to CocoCloud",
  93. user_email: "Your Email: ",
  94. user_school: "Your School: ",
  95. Event: "Cloud Event: ",
  96. login_wrongNOP: "Wrong Email or Password!",
  97. login_ForgetRecap: "Please verify reCaptcha !",
  98. port: "Port:",
  99. no_line_ending: "No line ending",
  100. newline: "Newline",
  101. CR: "Carriage return",
  102. NL_CR: "NL & CR",
  103. baud: "baud",
  104. main_mode: "Main mode",
  105. wifi_mode: "WiFi mode",
  106. /* Alerts */
  107. loadNewBlocksTitle: "Load new blocks?",
  108. loadNewBlocksBody: "Loading a new XML file will replace the current blocks from the workspace.<br>" +
  109. "Are you sure you want to proceed?",
  110. loadBlockBody: "Loading the block code... Please wait.",
  111. discardBlocksTitle: "Delete blocks?",
  112. discardBlocksBody: "There are %1 blocks on the workspace.<br>" +
  113. "Are you sure you want to delete them?",
  114. invalidXmlTitle: "Invalid XML",
  115. invalidXmlBody: "The XML file was not successfully parsed into blocks. Please review the XML code and try again.",
  116. ErrorBlockTitle: "Wrong Block exists",
  117. 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",
  118. ErrorFileDragTitle: "Invalid File",
  119. ErrorFileDragBody: "The file you selected should be the format of XML。Please review the file your choose",
  120. invalidNameTitle: "Invalid Name",
  121. invalidFileName: "The illegal character exist,and Chinese character is not support now, please rename it! <br>Illegal character include ~!@#$%^&*()+<>?.:\"{},]",
  122. invalidFileName1: "The filename shouldn't be start with \"-\" or \"_\",please rename it.",
  123. invalidFileName2: "The filename shouldn't be empty,please name it!",
  124. invalidFileName3: "The filename's length shouldn't be over 20 ,please rename it!",
  125. invalidFileName4: "The illegal character exist: Emoji is not support, please rename it!",
  126. reptitiveFileName: "The filename has been named, please rename it!",
  127. unsupportWebcamTitle: "Unsupported Browsers",
  128. unsupportWebcamBody: "Teachable Machine is only supported with Chrome Browser now. Please visit it on the latest version of Chrome or Firefox!",
  129. requestWebcamTitle: "Webcam is not supported",
  130. requestWebcamBody: "Webcam is not supported in HTTP mode, please click here and go to our HTTPS version to use this app.",
  131. goHttps: "Visit via HTTPS",
  132. requestVoiceRecognitionTitle: "Voice input is not supported",
  133. requestVoiceRecognitionBody: "Voice input is not supported in HTTP mode, please click here and go to our HTTPS version to use this app.",
  134. /* Prompts */
  135. ok: "OK",
  136. okay: "Okay",
  137. cancel: "Cancel",
  138. /* Arduino Source Code Panel */
  139. pythonSourceCode: "Python Code",
  140. blocksXml: "Upload Area",
  141. /* Serial Monitor Panel */
  142. serialMonitor: "Serial Monitor",
  143. autoScroll: "Autoscroll",
  144. sendMsg: "Sending Messages",
  145. sendBtn: "SEND",
  146. serial_plotter: "The data to print",
  147. serial_visualization: "Visual display",
  148. send_module: "Send Module",
  149. send_cloud: "Send Cloud",
  150. connectBtn: "CONNECT",
  151. disconnectBtn: "DISCONNECT",
  152. update_file: "Update file",
  153. download_file: "Download",
  154. file_name: "File name",
  155. operation: "Operation",
  156. comms_clear: "CLEAR",
  157. comms_export: "EXPORT",
  158. modal_export_title: "choose the file type you want to save as",
  159. modal_export_comfirm: "comfirm",
  160. /* Toolbox Categories */
  161. catLogic: "Logic",
  162. catLoops: "Loops",
  163. catMath: "Math",
  164. catText: "Text",
  165. catLists: "Lists",
  166. catDictionary: "Dictionary",
  167. catTuples: "Tuples",
  168. catSet: "Set",
  169. catMainBoard: "IoT Module",
  170. catExtensions: "Extensions",
  171. catDisplay: "Display",
  172. catSystem: "System",
  173. catWeb: "Internet",
  174. catDataComms: "Data",
  175. catSerialPort: "SerialPort",
  176. catMicrophone: "Microphone",
  177. catImageProcess: "Image Process",
  178. catTextProcess: "Text Process",
  179. catVision: "Image Process",
  180. catIV: "Video Process",
  181. catAudio: "Audio Process",
  182. catModels: "Models",
  183. catAI: "A.I. Module",
  184. catAIScreen: "Screen",
  185. catIOTScreen: "Screen",
  186. catFiles: "Files",
  187. catCamera: "Camera",
  188. catVariables: "Variables",
  189. catFunctions: "Functions",
  190. catOutput: "Input / Output",
  191. catTime: "Time",
  192. catComms: "Serial Comm.",
  193. catBasics: "Basics",
  194. catHardware: "Hardware",
  195. catAIWifi: "Wi-Fi",
  196. catAISpeaker: "Speaker",
  197. statusbar: "Upload the code directly to the electronic module.",
  198. statuscontect: "Connecting Module(You are connecting the module. If you do not respond for a long time, please reconnect to USB)",
  199. /* new added categories */
  200. catCocoMod: "Modules",
  201. catBasic: "Sensor 101",
  202. catFASTLED: "Light",
  203. catMOTOR: "Motor",
  204. catServo: "Servo",
  205. catMusic: "Music",
  206. catTouch: "Touch",
  207. catHCI: "HCI",
  208. catScreen: "Screen",
  209. catENV: "Env Sensor",
  210. catTD: "Sensors",
  211. catColour: "Colour",
  212. catBluetooth: "Bluetooth",
  213. catMOTION: "Motion",
  214. catMainWifi: "Wi-Fi",
  215. catCocoWIFIMod: "WiFi Module",
  216. catNetwork: "Network",
  217. catWifiComms: "Data Transfer",
  218. catWifiServer: "Server Side",
  219. catWifiClient: "Client Side",
  220. catWifiWeb: "Internet",
  221. catWifiTP: "Third party",
  222. catWifiWebServices: "Web Services",
  223. catJsonTool: "JSON",
  224. catCloudData: "Cloud",
  225. catEasyMode: "EasyMode",
  226. catBlynk: "Blynk",
  227. /* ExtendedFunction*/
  228. ExtendedFunction: "Extension Modoule",
  229. Third_party_Sensor: "Third-party Module",
  230. Ultrasonic: "Ultrasonic Sensor",
  231. LEDstrip: "LED Strip",
  232. PS2_Gamepad: "PS2 Gamepad",
  233. EFLEDLS: "LED Matrix",
  234. EFMotor: "DC Motor",
  235. EFSG: "Servo",
  236. EFGH: "Game Pad",
  237. EFNI: "NB-IoT",
  238. EFBluetooth: "Bluetooth",
  239. Pedometer: "Pedometer",
  240. // title
  241. basis_button: "Button",
  242. basis_led: "LED lamp",
  243. basis_system: "System",
  244. basis_audio: "Speaker",
  245. basis_speech_recognition: "Speech Recognition",
  246. basis_number_recognition: "Hand-written Digit Recognition",
  247. basis_object_recognition: "Object Recognition",
  248. basis_face_recognition: "Face Recognition",
  249. basis_model_recognition: "Custom Model Recognition",
  250. basis_touch: "Touch",
  251. basis_buzzer: "Buzzer",
  252. basis_environmental: "Temperature And Humidity Sensor",
  253. basis_motion: "Motion Sensor",
  254. basis_light: "Light Sensor",
  255. basis_wifi_connect: "WiFi",
  256. basis_wifi_hotspot: "WiFi Hotspot",
  257. basis_http: "HTTP Request",
  258. basis_ws: "WebSocket",
  259. basis_service_cococloud: "CocoCloud",
  260. basis_ifttt: "IFTTT",
  261. basis_service_thingspeak: "ThingSpeak",
  262. basis_screen_draw: "Screen Drawing",
  263. basis_led_draw: "LED Matrix Drawing",
  264. basis_oneNet: "OneNET",
  265. basis_carvas_draw: "Carvas Drawing",
  266. basis_function: "Basic Functions",
  267. advanced_function: "Advanced Functions",
  268. graphics_decoding: "Shape Recognition",
  269. looking_graphic: "Barcode Recognition",
  270. experimental_features: "Experimental Features",
  271. /* uploader reminder */
  272. uploader_reminder_title: "Please upgrade your CocoBlockly X Uploader",
  273. uploader_reminder_text1: "Your uploader is out of date !",
  274. uploader_reminder_text2: "Please re-download it from CocoBlockly X if necessary.",
  275. 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>",
  276. 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>",
  277. uploader_reminder_currentVersion: "Current version:",
  278. uploader_reminder_newVersion: "Latest version:",
  279. uploader_reminder_download: "Download",
  280. uploader_reminder_done: "Got it",
  281. /* upload Area */
  282. statusbar: "Directly upload your code to the electronic modules.",
  283. statusDisconbar: "Please go to 'Connect' to download the installation program and connect the hardware",
  284. upload: "UPLOAD",
  285. compile: "COMPILE",
  286. lib: "LINRARY",
  287. errmsg: "Error Message",
  288. /* examples */
  289. basicMarquee: "Marquee",
  290. basic8Bit: "8 Bit Music",
  291. baxicKnobSound: "Knob To Notes",
  292. ledHeart: "Heart",
  293. motorObstacleVoiding: "Obstacle Avoiding",
  294. motorTrackLine: "Line Tracking",
  295. fullRotate: "Full Rotation",
  296. paper_piano_cocoblockly: "Music Keyboard",
  297. music_play_melody: "Play Melody",
  298. music_play_mp3: "Play MP3",
  299. hci_basic: "HCI mouse",
  300. touch_light: "Touch Light",
  301. HCI_basic: "HCI basic",
  302. screenShowreel: "Showreel",
  303. robotRemoteControl: "Robot Car Remote Control",
  304. robotArmRemoteControl: "Robot Arm Remote Control",
  305. MotionShowLed: "Tilting LED Dot",
  306. EnvShowScreen: "Show Env Data",
  307. EnvLigtColor: "Env Light Color",
  308. MainEnvDataTransfer: "Main Env Data Transfer",
  309. GPSShowScreen: "GPS on Screen",
  310. wifiNetworkShowinfo: "WiFi Network Show Info",
  311. wifiDataTransfer: "WiFi Data Transfer",
  312. wifiEnvDataTransfer: "WiFi Env Data Transfer",
  313. wifiClientIfttt: "IFTTT WebHook",
  314. wifiClientPost: "Post Data to Cloud",
  315. webServiceIfttt: "IFTTT Example",
  316. webServiceThingspeak: "ThingSpeak Example",
  317. cloudDataShow: "Get Data from Cloud",
  318. cloudDataGenerate: "Generate Data",
  319. /* gif tour mode */
  320. tour_start: "Follow this beginner-level instruction, you will learn how to use CocoBlockly X to code:",
  321. tour_editProject: "Edit Project Title: Click the input on the top left, type a desired name of your project",
  322. 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)",
  323. tour_personAccount: "Personal Account: Click the avatar and login to your account, <br>experience features like the cloud storage and IoT applet via CocoCloud.",
  324. 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",
  325. tour_codeWorkspace_1: "Coding Workspace (1): Drag the block;",
  326. tour_codeWorkspace_2: "Coding Workspace (2): Duplicate the block;",
  327. tour_codeWorkspace_3: "Coding Workspace (3): Delete the block;",
  328. tour_codeWorkspace_4: "Coding Workspace (4): Delete all blocks;",
  329. tour_sourceCodeArea: "Source Code Area: When you drag block to coding workspace, <br>this area will automatically generate Arduino source code for reference.",
  330. 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)",
  331. 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.",
  332. 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",
  333. 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.",
  334. 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.",
  335. 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.",
  336. tour_cloudStorge_open: "Cloud Storage: To open a new project from your cloud, single-click the project name, then click the \"Open\" button.",
  337. tour_cloudStorge_delete: "Cloud Storage: To delete a project from your cloud, single-click the project name, then click the \"Delete\" button.",
  338. tour_end: "Congratulations! You have sucessfully mastered the fundametals of CocoBlockly X, start coding yourself now!",
  339. /*APP Ceneter */
  340. labscenter: "Labs",
  341. labs_center_modal_title: "CocoBlockly X Labs",
  342. appcenter: "Apps",
  343. app_center_modal_title: "App Center",
  344. app_center_all_categories: "All Catefories:",
  345. app_center_ai: "Artificial Intelligence",
  346. app_center_iot: "Internet of Things",
  347. app_center_robot: "Robot Controller",
  348. app_center_science: "Science Experiements",
  349. app_center_games: "Games",
  350. app_center_arvr: "AR/VR",
  351. app_center_emotion_recognition: "Emotion Recognition",
  352. app_center_emotion_recognition: "Gesture Recognition",
  353. app_center_speech_recognition: "Speech Recognition",
  354. app_center_robot_demo1: "Robot Controller",
  355. app_center_science_demo1: "Science",
  356. app_center_game_flappy: "Floppy bird",
  357. app_center_game_space_lamb: "Space Lamb",
  358. app_center_arvr_demo1: "AR/VR",
  359. app_center_wait_to_come: "Coming soon",
  360. app_center_enter_button: "Enter",
  361. app_center_visit_button: "Visit",
  362. app_center_Teachabel_Machine: "Teachale Machine",
  363. app_center_Teachabel_Machine_posenet: "Teachable Machine (with Pose Recognition)",
  364. app_center_Computer_Vision_Demos: "Computer Vision Demos",
  365. app_center_Speech_AI_Demos: "Speech AI Demos",
  366. app_center_Text_Analysing_Demos: "Text Analysing Demos",
  367. app_center_tab_vision: "vision",
  368. app_center_tab_speech: "speech",
  369. app_center_tab_text: "text",
  370. Teachabel_Machin_content: "The trend of robot development is artificial intelligence. Deep learning is the frontier technology of intelligent robot and a new topic in the field of machine learning.Deep learning technology is widely used in agriculture, industry, military, aviation and other fields, and the organic combination with machines can design intelligent robots with high working efficiency, high real-time and high accuracy.",
  371. objectRecognition_content: "The development trend of object recognition is artificial intelligence. Object recognition is the frontier technology of intelligent recognition and a new subject in the field of recognition.Object recognition technology is widely used in agriculture, industry, military, aviation and other fields.",
  372. webcam_capture_content: "The development trend of emotion recognition is artificial intelligence. Emotion recognition is the frontier technology of intelligent recognition and a new subject in the field of recognition.Emotion recognition technology is widely used in agriculture, industry, military, aviation and other fields.",
  373. voice_input_content: "The development trend of speech recognition is artificial intelligence. Speech recognition is the frontier technology of intelligent recognition and a new subject in the field of recognition.Speech recognition technology is widely used in agriculture, industry, military, aviation and other fields.",
  374. gesture_recog_content: "The development trend of gesture recognition is artificial intelligence. Gesture recognition is the frontier technology of intelligent recognition and a new subject in the field of recognition.Gesture recognition technology is widely used in agriculture, industry, military, aviation and other fields.",
  375. real_time_voice_input_content: "The development trend of real-time speech recognition is artificial intelligence. Real-time speech recognition is the frontier technology of intelligent recognition and a new subject in the field of recognition.Real-time speech recognition technology is widely used in agriculture, industry, military, aviation and other fields.",
  376. posenetRecognition_content: "The development of attitude recognition is the general trend of the development of artificial intelligence. Attitude recognition technology is widely used in many fields",
  377. computer_configuration: "Minimum Hardware Requirementss",
  378. the_operating_system: "Minimum Opearting System version",
  379. resolution_of_the: "Suggested Resolution Supported",
  380. memory_capacity: "Memory Capacity",
  381. the_main_board: "The Main Board",
  382. the_hard_disk: "The Hard Disk",
  383. the_graphics_card: "The Graphics Card",
  384. display_size: "Display Size",
  385. is_need_camera: "Do you need a camera",
  386. is_need_microphone: "Do you need a microphone",
  387. need: "OK",
  388. no_need: "NO",
  389. /* AI demo */
  390. webcamDemoTitle: "Emotion Recognition",
  391. face_webcam: "Webcam:",
  392. face_latest_snapshot: "Latest snapshot:",
  393. face_analyze: "Analyze",
  394. face_response: "Response:",
  395. face_emotion_res: "Make a smiley face or sad face please.",
  396. emotion_camera_on: "On",
  397. emotion_camera_off: "Camera Off",
  398. emotion_camera_turnon_text: "Turn on the Camera first",
  399. emotion_snapshot_text: "Your snapshot will be here",
  400. emotion_result_title: "Facial Analysis:",
  401. emotion_result_emotion_title: "Emotion:",
  402. emotion_result_age_title: "Age:",
  403. emotion_result_gender_title: "Gender:",
  404. emotion_result_glasses_title: "Glasses:",
  405. emotion_result_expression_title: "Expression:",
  406. emotion_result_default: "Nothing detected.",
  407. // 手勢
  408. gesturesTitle: "Gesture Recognition",
  409. gesture_result: "No result yet.",
  410. gesture_webcam: "Webcam",
  411. gesture_recognition_result: "Recognition Result:",
  412. gesture_recognition: "Recognize",
  413. gesture_recognitioning: "Recognize...",
  414. // 物体识别
  415. objectRecognition: "Object Recognition",
  416. posenetRecognition: "Posenet Recognition",
  417. // speech
  418. speech_recognition: "Start Recording",
  419. speechDemoTitle: "Speech Recognition",
  420. speechTip: "Voice recognition for English, Cantonese & Mandarin.",
  421. speech_language_select: "Select a language to recognize: ",
  422. speech_language_English: "English",
  423. speech_language_Cantonese: "Cantonese",
  424. speech_language_Mandarin: "Mandarin",
  425. speech_textarea_title: " Click on the mic button to start dictating...",
  426. speech_button: "Start Recording",
  427. selectEvent: "Choose a CocoCloud event here, the analyzed result will directly send to there",
  428. noEvent: "No Event here. Please login first",
  429. /* footer */
  430. pre_version: "Switch to Old Version",
  431. copyright: "CocoRobo LTD © 2020 Copyright",
  432. /* import drag overlay */
  433. drag_import: "Drag and drop your file here",
  434. env_detect: "Environment Detect",
  435. detect: "Detect",
  436. title_device: "Device",
  437. title_result: "Result",
  438. title_support: "Support",
  439. title_suggest: "Suggest",
  440. Adapter_connected: "Adapter is connected",
  441. Adapter_fill_connected: "Adapter is disconnected",
  442. os: "System",
  443. browser: "Browser",
  444. select_Example: "Example",
  445. select_Basics: "Basic case of IoT module",
  446. select_sbcb: "Side Button Control Buzzer",
  447. select_sbcsl: "side button control switch LED",
  448. select_tacl: "Touch Area Control LED",
  449. select_ba: "Buzzer Alarm",
  450. select_desl: "dark environment sensor light",
  451. select_tdsl: "Tilt Direction Sensor LED",
  452. select_ha: "Humidity Alarm",
  453. select_ssl: "shake sensor LED",
  454. select_ldliv: "LED display light intensity value",
  455. select_thwos: "Hello World on Screen",
  456. select_line: "button control screen linewise",
  457. select_LF: "LED Lamp flicker",
  458. select_DCLS: "Dial control LED switch",
  459. select_BCL: "Button-Controlled LED",
  460. select_LGD: "LCD graphic drawing animation",
  461. select_FTCLS: "Four Touch control LED switch",
  462. select_DOLD: "LCD wiggle detector",
  463. select_TCSOL: "Touch-controlled square on LCD",
  464. select_SER: "LCD display environment data",
  465. select_NW: "IoT module networking case",
  466. select_CTN: "Connect to the surrounding WiFi network",
  467. select_SA: "Set up WiFi hotspot",
  468. select_SDTC: "Send Data to CocoCloud",
  469. select_BS: "Basic case of AI module",
  470. select_CV: "AI module vision case",
  471. select_CAOSR: "LCD button control color switch",
  472. select_QCR: "QR Code Recogntion",
  473. line_tracking: "Line Tracking (Black Line)",
  474. select_LR: "Line Recogntion",
  475. select_AI: "AI module machine learning case",
  476. select_c: "Button control LCD display color",
  477. select_HWDR: "Hand-written Digit Recognition",
  478. select_FR: "Face Recognition",
  479. select_OR: "Object Recognition",
  480. select_CMHK: "Customized Model (Trash Classification)",
  481. ai_modules_teacher: "AI Teaching cases 1",
  482. ai_modules_thw: "1.Hello World",
  483. ai_modules_thwos: "2.Hello World on Screen",
  484. ai_modules_uoc: "3.Use of Canvas",
  485. ai_modules_mc: "4.Mini Camera",
  486. ai_modules_sor: "5.Simple Object Recognition",
  487. ai_modules_teacher2: "AI Teaching cases 2",
  488. select_SP: "Display motion sensor values",
  489. select_AAAV: "LCD display tilt direction",
  490. select_BBP1: "Balance ball program",
  491. select_BBP2: "Balance ball procedure 2",
  492. select_BT: "Button + timer",
  493. ai_modules_av: "AI Module audio case",
  494. paly_video: "Play the recorded video file",
  495. paly_music: "Play the music",
  496. recording_camera: "Record camera pictures and save them",
  497. microphone_sound_analysis: "Microphone spectrum analysis",
  498. select_AV: "AI module video case",
  499. ai_teachingcases: "AI Teaching Cases 3",
  500. ex1_servo: "Servo Motor",
  501. ex2_Ultrasound: "Ultrasonic Sensor",
  502. ex3_RangeFinder: "Rangefinder",
  503. ex4_LightStrip: "LightStrip",
  504. ex5_Microbit: "Microbit",
  505. ex6_MicrobitFace: "Microbit Face Microbit",
  506. ex7_Door: "Electric Door",
  507. ai_wc: "AI waste classification",
  508. ai_smaa: "Servo Motor Angle Adjustment",
  509. ai_gc: "Garbage Classifcation",
  510. ai_wsb: "Waste Separation Bins",
  511. ai_ad: "Automatic Driving",
  512. ai_trsr: "Task 1 Road Sign Recognition(Hong Kong Traffic Signage)",
  513. ai_tpll: "automatic transmission part Ⅱ (LineTrackingProcess-singlet line )",
  514. ai_tpl2: "automatic transmission part Ⅱ (LineTrackingProcess-double line )",
  515. ai_tph: "automatic transmission part Ⅲ(HK_trafficsigns)",
  516. artificial_intelligence_textbook_program: "AI textbook program",
  517. third_grade: "the third grade",
  518. recorded_voice_command: "Recorded voice command",
  519. voice_recognition_lamp_stand: "Voice recognition lamp stand",
  520. fifth_grade: "the fifth grade",
  521. intelligent_curtain: "Intelligent curtain",
  522. fruit_picking_robot: "Fruit picking robot",
  523. sixth_grade: "the sixth grade",
  524. intelligent_traffic_lights: "Intelligent traffic lights",
  525. seeing_eye_necklace: "Seeing-eye necklace",
  526. seventh_grade: "the seventh grade",
  527. face_recognition_electronic_police: "Face recognition electronic police",
  528. eighth_grade: "the eighth grade",
  529. payment_platform: "Payment platform",
  530. uploadFiles: "Upload",
  531. catSerialComm: "Serial Comm.",
  532. select_CSDAOD: "Connection hotspot and HTTP client",
  533. select_ISED: "IFTTT sending environment data",
  534. select_ITE: "IFTTT trigger event",
  535. select_MSD: "Thingspeak sends data and gets the latest data",
  536. select_SBS: "Area color analysis",
  537. select_LFGC: "Looking for green circles",
  538. select_MC: "Mini camera",
  539. select_ARATOOC: "LCD drawing graphic animation",
  540. select_FGAAT: "Find green areas and track",
  541. select_RCI: "Record camera image ",
  542. select_MAOSS: "Microphone analysis of sound spectrum",
  543. select_PAF: "Play audio file",
  544. select_PV: "Play movie files",
  545. select_TD: "Button controls LCD pin rotation",
  546. runCode: "Run",
  547. resetDevice: "Restart Device",
  548. select_dropdown: "Connection port cannot be detected",
  549. select_SPC: "Screen picture clipping",
  550. select_SPR: "Screen pattern rotation",
  551. select_PTKTCTPTRC: "Press the key to change the picture to reverse color",
  552. select_PTKTCCM: "Press the key to change the picture color mode",
  553. select_PTKTS: "Press the key to change the picture size",
  554. select_PTKTCTCCM: "Press the key to change the camera color mode",
  555. select_PTKTBOTCI: "Press the key to change the camera color mode",
  556. select_SEDTO: "NB IOT sends environment data to onenet",
  557. select_RTIFO: "NB IOT receives text instructions from onenet",
  558. select_connecteds: "USB Upload",
  559. no_select_connecteds: "Wi-Fi Upload",
  560. select_NIMSDTC: "NB IOT module sends data to cococloud",
  561. select_imefc: "IoT module extended function case",
  562. select_uls: "use LED screen",
  563. select_umdm: "use motor drive module",
  564. select_uoglls: "use of gamepad + LED light screen",
  565. select_ctsotem: "Controlling the Servo on the Extension Module",
  566. select_ionc: "IoT module networking case",
  567. select_btsldtc: "button to send lighting data to CocoCloud",
  568. select_ktsedti: "key to send environmental data to IFTTT",
  569. select_btoldalua: "button to obtain lighting data and light up according to conditions",
  570. select_tsedtc: "timely sending environmental data to CocoCloud",
  571. select_toedaluatc: "timely obtain environmental data and light up according to condition",
  572. select_ewhadtnocd: "establish WiFi hotspot and display the number of connected devices",
  573. select_ledss: "LAN environment data storage-server side",
  574. select_ledac: "LAN Environment Data Acquisition-Client",
  575. select_ctwn: "connection to WiFi network",
  576. select_bssbms: "button state storage between modules-server",
  577. select_bsrbmc: "button status reception between modules-client",
  578. select_wrcbms: "WebSocket real-time communication between modules-sender",
  579. select_wrcbmr: "WebSocket real-time communication between modules-receiver",
  580. select_snt: "synchronized network time",
  581. select_dwsdat: "Digital Watch Showing Date & Time",
  582. select_smmlc: "AI Module Machine Learning Case",
  583. select_gcaerhk: "Garbage Classification and Recognition (Hong Kong Version)",
  584. select_frs: "Face Recognition",
  585. select_ors: "object recognition",
  586. select_fr: "custom Face Recognition",
  587. select_or: "custom object recognition",
  588. select_srt: "custom speech recognition",
  589. select_srd: "custom speech recording",
  590. select_mhdr: "handwritten digit recognition",
  591. select_ambc: "AI module basic case",
  592. select_bcsc: "button control screen clockwise",
  593. select_kcpccs: "key control picture change color system",
  594. select_kcpficc: "key control picture for inverse color change",
  595. select_bccs: "Button Control Color Switching",
  596. select_stepCounter: "Pedometer",
  597. select_mc: "Mini Camera",
  598. select_sor: "screen orientation rotation",
  599. select_sdla: "screen drawing line animation",
  600. select_amefc: "AI module extended function case",
  601. select_auls: "use LED screen",
  602. select_aumdm: "use motor drive module",
  603. select_auogsm: "use of gamepad + screen module",
  604. select_actsotem: "Controlling the Servo on the Extension Module",
  605. select_greedy_snake: "Greedy snake",
  606. select_amvc: "AI module visual case",
  607. select_bctbotci: "button change the brightness of the camera image",
  608. select_aca: "Area Color Analysis",
  609. select_rqc: "recognition QR code",
  610. select_lhbl: "Line Hunting (Black Line)",
  611. select_fgr: "find green round",
  612. select_fgaat: "find green areas and track",
  613. //select_amvc: "AI module video case",
  614. select_prvf: "play recorded video file",
  615. select_pm: " play music",
  616. select_rcsas: "record camera screen and save",
  617. select_mssa: "Microphone Sound Spectrum Analysis",
  618. select_work_u: "IoT workshop 1",
  619. select_work_d: "IoT workshop 2",
  620. select_middle_led: "01 light up no.5 LED",
  621. select_all_led: "02 light up all LED",
  622. select_liu_led: "03 LED waterfall",
  623. select_warning: "04 use beeper to alarm",
  624. select_music: "05 8-bit music",
  625. select_button_open: "06 serial communicate: buttom",
  626. select_touch_open: "07 serial communicate: touch area",
  627. select_button_close: "08 button control beeper",
  628. select_control_LED: "09 touch area control LED",
  629. select_sensor_LED: "10 dark environment sensor LED",
  630. select_humidity_alarm: "11 humidity alarm",
  631. select_shaking_LED: "01 shaking LED",
  632. // select_connect_wifi: "02 connect to Wi-Fi",
  633. select_show_statement: "02 connect to Wi-Fi and show statement",
  634. select_establish_WiFi: "03 establish Wi-Fi hotspot and display the number of connected device",
  635. select_download_lighting: "04 button to send and download lighting data to CocoCloud",
  636. select_controlling_servo: "05 controlling the servo",
  637. select_move_servo: "06 regularly move of the servo",
  638. select_button_controlling_servo: "07 use button control the servo",
  639. select_face_recognition_door: "08 face recognition door",
  640. select_speech_recognition_car: "09 speech recognition car",
  641. select_gyro_control_robot: "10 gyro control robot",
  642. select_gesture_recognition_robot: "11 gesture recognition robot",
  643. select_speech_recogniton_lamp: "12 speech recogniton lamp",
  644. // 設備
  645. device: "Device",
  646. existing_device: "Existing Device",
  647. add_device: "Add Device",
  648. device_id: "Device ID",
  649. device_status: "Device Status",
  650. device_confirm: "Confirm",
  651. device_cancel: "Cancel",
  652. add_edevice_success: "Device added successfully",
  653. device_next: "Next",
  654. device_on: "On",
  655. select_aiaor: "Advanced Object recognition",
  656. select_aifr: "Face recognition",
  657. select_aica: "Color Analyzer",
  658. select_aisrc: "Shape recognition (circle)",
  659. select_aisrr: "Shape recognition(rectangle)",
  660. select_aiaa: "Audio Analyzer",
  661. select_Mandarin: "Voice recognition in the cloud(Mandarin)",
  662. select_English: "Voice recognition in the cloud(English)",
  663. select_Cantonese: "Voice recognition in the cloud(Cantonese)",
  664. ai_kit:"AI Kit",
  665. ai_kit_0: "Get to know the CocoBlockly X programming environment",
  666. ai_kit_1: "Get to know the screen module",
  667. ai_kit_2: "Know the camera lens module",
  668. ai_kit_3: "Recognize object recognition",
  669. extends: "Expansion adapter module",
  670. extends_0: "Basics",
  671. extends_1: "Application",
  672. extends_2: "Newsletter",
  673. error: "Common error handling",
  674. device_no_connect: "Hardware (Not Connected)",
  675. device_connect: "Hardware (Normal Connection)",
  676. sketch_name: "Untitled",
  677. sketch_save: "Save",
  678. iot_module: "Hardware IoT Mode",
  679. a_csm: "Change Startup Mode",
  680. a_butvmi: "Boot Up the Visual Menu InterFace",
  681. a_buartlp: "Boot Up and Run the Last Program",
  682. Serial_Interaction: "Serial Interaction",
  683. error_pv: "Problem: variable not defined, code error, please check the building block",
  684. error_pp: "Permission problem, please re open the software, or the third-party software occupies the port",
  685. error_tc: "The code is wrong or the third-party library is not introduced. There is a problem with the firmware version",
  686. error_tp: "The program has timed out. Please run it again",
  687. "EPERM": "Operation not permitted",
  688. "ENOEN": "No such file or directory",
  689. "ESRCH": "No such process",
  690. "EINTR": "Interrupted system call",
  691. "EIO ": "I/O error",
  692. "ENXIO": "No such device or address",
  693. "E2BIG": "Argument list too long",
  694. "ENOEX": "Exec format error",
  695. "EBADF": "Bad file number",
  696. "ECHIL": "No child processes",
  697. "EAGAI": "Try again",
  698. "ENOME": "Out of memory",
  699. "EACCE": "Permission denied",
  700. "EFAUL": "Bad address",
  701. "ENOTB": "Block device required",
  702. "EBUSY": "Device or resource busy",
  703. "EEXIS": "File exists",
  704. "EXDEV": "Cross-device link",
  705. "ENODE": "No such device",
  706. "ENOTD": "Not a directory",
  707. "EISDI": "Is a directory",
  708. "EINVA": "Invalid argument",
  709. "ENFIL": "File table overflow",
  710. "EMFIL": "Too many open files",
  711. "ENOTT": "Not a typewriter",
  712. "ETXTB": "Text file busy",
  713. "EFBIG": "File too large",
  714. "ENOSP": "No space left on device",
  715. "ESPIP": "Illegal seek",
  716. "EROFS": "Read-only file system",
  717. "EMLIN": "Too many links",
  718. "EPIPE": "Broken pipe",
  719. "EDOM ": "Math argument out of domain of func",
  720. "ERANG": "Math result not representable",
  721. "EAFNOSUPP": "Address family not supported by protocol",
  722. "ECONNRES": "Connection timed out",
  723. "ETIMEDO": "Connection timed out",
  724. "EINPROGRE": "Operation now in progress"
  725. }