en.js 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086
  1. var Ardublockly = Ardublockly || {};
  2. Ardublockly.LOCALISED_TEXT = {
  3. translationLanguage: "English",
  4. title: "CocoBlockly Pi",
  5. blocks: "Blocks",
  6. hardware_mode: "Block Mode",
  7. console_mode:"Console",
  8. code_mode: "Coding Mode",
  9. mcu_module: "IoT Module",
  10. ai_module: "A.I. Module",
  11. ai_module_1: "A.I.",
  12. ai_module_2: "",
  13. cloud_mode: "Python Blockly",
  14. javascript_mode: "AI Blockly",
  15. /* Menu */
  16. pageLoading: "Loading...",
  17. home: "Home",
  18. open: "Open",
  19. save: "Save",
  20. deleteAll: "Delete All",
  21. settings: "Settings",
  22. documentation: "Documentation",
  23. help: "Help",
  24. reportBug: "Report Bug",
  25. tour: "Start Tour",
  26. changelog: "Change Log",
  27. feedback: "Feedback Form",
  28. devices: "Devices",
  29. language: "Language",
  30. editing: "Enable Editing Mode",
  31. close_editing: "Whether to enable edit mode",
  32. AI_experience: "AI",
  33. AI_emotion: "Emotion Recognotion",
  34. AI_speech: "Speech Recognotion",
  35. AI_speech_1: "Speech recording and recognition",
  36. AI_speech_2: "Speech Pinyin Recognition",
  37. storage: "Storage",
  38. cloud_storage: "Cloud",
  39. cloudFileTooltip: "Click「 + 」to store the file in the cloud",
  40. cloudopen: "Cloud Open",
  41. cloudclose: "Cloud Close",
  42. local_storage: "Files",
  43. localimport: "Import",
  44. localexport: "Export",
  45. localStorageImport: "Import Project",
  46. ImportTooltip: "Select your project file(*.xml) and import it to the current workspace.Warning:will replace current blocks",
  47. ImportPyTooltip: "Select your project file(*.py) and import it to the current workspace.Warning:will replace current codes",
  48. import: "Import",
  49. export: "Export",
  50. ImportContent: "Click to choose a file from your computer",
  51. localStorageExport: "Export Project",
  52. ExportTooltip: "Export current project blocks and save it your computer,so you can open it next time when you need it",
  53. ExportPyTooltip: "Export current project codes and save it your computer,so you can open it next time when you need it",
  54. exportFile: "Project File",
  55. exportSnap: "Snapshot",
  56. ExportFileContent: "Will export as an *xml file.<br>for you to continuing code nextime",
  57. ExportPyFileContent: "Will export as an *py file.<br>for you to continuing code nextime",
  58. ExportSnapContent: "Will export to a *png picture.<br>for your reference",
  59. cloudStorageTitle: "Cloud Storage",
  60. cloudFileOpen: "Open",
  61. cloudFileSave: "Save",
  62. cloudFileConfirm: "OK",
  63. cloudFileSaveAs: "Save as",
  64. saveNew: "Save New",
  65. deleteFile: "Delete file now ?",
  66. rename: "Rename",
  67. selectModule: "Unable to identify module type, please select programming mode manually",
  68. ai_mode: "AI Mode",
  69. iot_mode: "IoT Mode",
  70. cloudFileDelete: "Delete",
  71. cloudFileUpdate: "Update",
  72. help_board: "Help",
  73. learn_board: "Learn",
  74. cocoedu: "Coco Edu",
  75. learn_principle: "Learn AI: Theory",
  76. learn_training: "AI Training",
  77. learn_labeling: "AI Labeling",
  78. learn_vision: "Learn AI: Vision",
  79. learn_speech: "Learn AI: Speech",
  80. learn_text: "Learn AI: Text",
  81. learn_art: "Learn AI: Art",
  82. tutorial: "Tutorial",
  83. login_title: "Login",
  84. username: "Username/Email",
  85. password: "Password",
  86. signup: "Sign up",
  87. signin: "Sign in",
  88. signout: "Sign out",
  89. cococloud: "Go to CocoCloud",
  90. user_email: "Your Email: ",
  91. user_school: "Your School: ",
  92. Event: "Cloud Event: ",
  93. login_wrongNOP: "Incorrect password or username!",
  94. login_ForgetRecap: "Please verify reCaptcha !",
  95. port: "Port:",
  96. no_line_ending: "No line ending",
  97. newline: "Newline",
  98. CR: "Carriage return",
  99. NL_CR: "NL & CR",
  100. baud: "baud",
  101. main_mode: "Main mode",
  102. wifi_mode: "WiFi mode",
  103. /* Alerts */
  104. loadNewBlocksTitle: "Load new blocks?",
  105. loadNewBlocksBody: "Loading a new XML file will replace the current blocks from the workspace.<br>" +
  106. "Are you sure you want to proceed?",
  107. loadBlockBody: "Loading the block code... Please wait.",
  108. discardBlocksTitle: "Delete blocks?",
  109. discardBlocksBody: "There are %1 blocks on the workspace.<br>" +
  110. "Are you sure you want to delete them?",
  111. invalidXmlTitle: "Invalid XML",
  112. invalidXmlBody: "The XML file was not successfully parsed into blocks. Please review the XML code and try again.",
  113. ErrorBlockTitle: "Wrong Block exists",
  114. 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",
  115. ErrorFileDragTitle: "Invalid File",
  116. ErrorFileDragBody: "The file you selected should be the format of XML。Please review the file your choose",
  117. invalidNameTitle: "Invalid Name",
  118. invalidFileName: "The illegal character exist,and Chinese character is not support now, please rename it! <br>Illegal character include ~!@#$%^&*()+<>?.:\"{},]",
  119. invalidFileName1: "The filename shouldn't be start with \"-\" or \"_\",please rename it.",
  120. invalidFileName2: "The filename shouldn't be empty,please name it!",
  121. invalidFileName3: "The filename's length shouldn't be over 20 ,please rename it!",
  122. invalidFileName4: "The illegal character exist: Emoji is not support, please rename it!",
  123. reptitiveFileName: "The filename has been named, please rename it!",
  124. unsupportWebcamTitle: "Unsupported Browsers",
  125. unsupportWebcamBody: "Teachable Machine is only supported with Chrome Browser now. Please visit it on the latest version of Chrome or Firefox!",
  126. requestWebcamTitle: "Webcam is not supported",
  127. requestWebcamBody: "Webcam is not supported in HTTP mode, please click here and go to our HTTPS version to use this app.",
  128. goHttps: "Visit via HTTPS",
  129. requestVoiceRecognitionTitle: "Voice input is not supported",
  130. requestVoiceRecognitionBody: "Voice input is not supported in HTTP mode, please click here and go to our HTTPS version to use this app.",
  131. /* Prompts */
  132. ok: "OK",
  133. okay: "Okay",
  134. cancel: "Cancel",
  135. return: "Confirm",
  136. confirm: "Confirm",
  137. delete: "Delete",
  138. upload_file: "Upload file",
  139. new_folder: "New folder",
  140. new_file_folder: "Create New folder",
  141. new_file_folder_name: "Please enter a folder name..",
  142. cancel_delete: "Cancel delete",
  143. folder: "Back to previous",
  144. /* Arduino Source Code Panel */
  145. pythonSourceCode: "Python Source Code",
  146. blocksXml: "Upload Area",
  147. /* Serial Monitor Panel */
  148. serialMonitor: "Serial Monitor",
  149. autoScroll: "Autoscroll",
  150. sendMsg: "Sending Messages",
  151. sendBtn: "SEND",
  152. serial_plotter: "Serial Data Display",
  153. serial_visualization: "File viewing",
  154. send_module: "Send Module",
  155. send_cloud: "Send Cloud",
  156. connectBtn: "CONNECT Device",
  157. disConnect:"DISCONNECT",
  158. addDevice:"ADD Device",
  159. disconnectBtn: "DISCONNECT Device",
  160. InExecution:"performing sth....",
  161. ExecutedSuccessfully:"Successful implementation!",
  162. ExecutedFail:"Failed to run!",
  163. update_file: "Update file or folder",
  164. choose_file: "Select file or folder",
  165. download_file: "Download",
  166. download_file_exe: "Download installer",
  167. file_name: "File name",
  168. operation: "Operation",
  169. comms_clear: "CLEAR",
  170. comms_export: "EXPORT",
  171. modal_export_title: "choose the file type you want to save",
  172. modal_export_comfirm: "comfirm",
  173. /* Toolbox Categories */
  174. catLogic: "Logic",
  175. catLoops: "Loops",
  176. catMath: "Math",
  177. catText: "Text",
  178. catLists: "Lists",
  179. catDictionary: "Dictionary",
  180. catTuples: "Tuples",
  181. catSet: "Set",
  182. catMainBoard: "IoT Module",
  183. catExtensions: "Extensions",
  184. catDisplay: "Display",
  185. catSystem: "System Functions",
  186. sysThird: "Multithreading",
  187. catWeb: "Internet",
  188. catDataComms: "Data",
  189. catSerialPort: "SerialPort",
  190. catMicrophone: "Microphone",
  191. catImageProcess: "Image Process",
  192. catTextProcess: "Text Process",
  193. catVision: "Image Process",
  194. catIV: "Video Process",
  195. catAudio: "Audio Process",
  196. catModels: "AI",
  197. catAI: "Basic Hardware",
  198. catAIScreen: "Screen",
  199. catIOTScreen: "Screen",
  200. catFiles: "Files",
  201. catCamera: "Camera",
  202. catVariables: "Variables",
  203. catFunctions: "Functions",
  204. catOutput: "Input / Output",
  205. catTime: "Time",
  206. catComms: "Serial Communication",
  207. catBasics: "Basics",
  208. catIoTService:"Internet of things",
  209. catSensor:"Sensor",
  210. catHardware: "Hardware",
  211. catAIWifi: "Wi-Fi",
  212. catAISpeaker: "Speaker",
  213. serialcomm_print:"Serialportprinting",
  214. basic_power:"Power",
  215. statusbar: "The device is connected and ready to run the program",
  216. statuscontect: "Connecting Module(You are connecting the module. If you do not respond for a long time, please reconnect to USB)",
  217. /* new added categories */
  218. catCocoMod: "Modules",
  219. catBasic: "Sensor 101",
  220. catFASTLED: "Light",
  221. catMOTOR: "Motor",
  222. catServo: "Servo",
  223. catLEDStrip:"LED lamp belt",
  224. catMusic: "Music",
  225. catTouch: "Touch",
  226. catHCI: "HCI",
  227. catScreen: "Screen",
  228. catENV: "Env Sensor",
  229. catTD: "Sensors",
  230. catColour: "Colour",
  231. catBluetooth: "Bluetooth",
  232. catBluetoothContent:"Bluetooth connection",
  233. catMOTION: "Motion",
  234. catMainWifi: "Wi-Fi",
  235. catCocoWIFIMod: "WiFi Module",
  236. catNetwork: "Network",
  237. catWifiComms: "Data Transfer",
  238. catWifiServer: "Server Side",
  239. catWifiClient: "Client Side",
  240. catWifiWeb: "Internet",
  241. catWifiTP: "Third party",
  242. catWifiWebServices: "Web Services",
  243. catJsonTool: "JSON",
  244. catCloudData: "Cloud",
  245. catEasyMode: "EasyMode",
  246. catBlynk: "Blynk",
  247. /* ExtendedFunction*/
  248. ExtendedFunction: "Media Processing",
  249. UAV:"UAV",
  250. IOT: "IoT",
  251. System:"System",
  252. AI:"Artificial intelligence",
  253. Ultrasonic: "Ultrasonic Sensor",
  254. LEDstrip: "LED Strip",
  255. MLX90614: "MLX90614 Sensor",
  256. DHT: "DHT Sensor",
  257. PM25: "PM2.5 Dust Sensor",
  258. RTC: "RTC Module",
  259. Iaboratory:"Iaboratory Module",
  260. Plant_growth_incubator: "Plant Growth Incubator",
  261. PS2_Gamepad: "PS2 Gamepad",
  262. EFLEDLS: "LED Matrix",
  263. EFMotor: "DC Motor",
  264. EFSG: "Servo",
  265. EFGH: "Game Pad",
  266. EFNI: "NB-IoT",
  267. EFBluetooth: "Bluetooth",
  268. RobotDog: "RobotDog",
  269. Expand: "Extension",
  270. Turtle: "Turtle",
  271. Pedometer: "Pedometer",
  272. catPower:"Power",
  273. // title
  274. basis_button: "Button",
  275. basis_led: "Button controls LED lights",
  276. basis_RGB: "Button controls RGB lights",
  277. basis_system: "System",
  278. basis_audio: "Speaker",
  279. basis_speech_recognition: "Speech Recording Recognition",
  280. basis_speech_pinyin_recognition: "Speech Phonetic Recognition",
  281. basis_number_recognition: "Handwritten Digit Recognition",
  282. Guesswork_recognition: "Guesswork Recognition",
  283. basis_object_recognition: "Object Detection",
  284. area_color_analysis: "Area color analysis",
  285. edge_detection:"Realtime Edge Detection",
  286. image_edge_detection: "Image Edge Detection",
  287. digital_recognition: "Digital turntable",
  288. self_learning: "Self-learning acquisition",
  289. self_learning_recognize: "Self-learning recognition",
  290. custom_training: "Custom training road sign recognition",
  291. online_face_recognition: "Online Face Detection",
  292. online_text_to_voice: "Online Text Voice",
  293. online_speech_recognition: "Online Speech Recognition",
  294. online_license_plate_recognition: "Online License Plate Recognition",
  295. machine_translation: "Machine Translation",
  296. handwritten_text: "Handwritten Text",
  297. formula:"Formula Recognition",
  298. basis_face_recognition: "Face Detection",
  299. human_detection: "Human Detection",
  300. basis_face_recognition_1: "Face Recognition",
  301. basis_face_Intelligent: "Intelligent gate for face recognition",
  302. basis_model_recognition: "Custom Model Recognition",
  303. basis_card_recognition: "License Plate Recognition",
  304. numpy_mnist_train_model:"numpy + mnist Training model",
  305. numpy_mnist_result:"numpy + mnist identify",
  306. basis_touch: "Touch",
  307. basis_buzzer: "Buzzer",
  308. basis_environmental: "Temperature And Humidity Sensor",
  309. basis_motion: "Motion Sensor",
  310. basis_light: "Light Sensor",
  311. basis_wifi_connect: "WiFi",
  312. basis_wifi_hotspot: "WiFi Hotspot",
  313. basis_http: "HTTP Request",
  314. basis_ws: "WebSocket",
  315. basis_service_cococloud: "CocoCloud",
  316. basis_ifttt: "IFTTT",
  317. Get_weather: "Get weather",
  318. basis_service_thingspeak: "ThingSpeak",
  319. basis_service_KUJU: "KUJU",
  320. basis_service_WeTech: "WeTech",
  321. basis_service_tuya: "tuya",
  322. basis_screen_draw: "Screen Drawing",
  323. basis_led_draw: "LED Matrix Drawing",
  324. basis_oneNet: "OneNET",
  325. basis_carvas_draw: "Carvas Drawing",
  326. basis_function: "Basic Functions",
  327. advanced_function: "Advanced Functions",
  328. graphics_decoding: "Graphic Decoding",
  329. looking_graphic: "Shape Recognition",
  330. Custom_face_recognition: "Custom Face Recognition",
  331. Custom_model_class_recognition: "Custom object recognition",
  332. experimental_features: "Experimental Features",
  333. Record_audio: "Audio Recording",
  334. basis_robot_command: "Basic Instruction",
  335. speech_control: "Speech Control",
  336. basis_uav_command: "Control UAV",
  337. basis_uav_getVal: "UAV value",
  338. /* uploader reminder */
  339. uploader_reminder_title: "Please upgrade your CocoBlockly Pi Uploader",
  340. uploader_reminder_text1: "Your uploader is out of date !",
  341. uploader_reminder_text2: "Please re-download it from CocoBlockly Pi if necessary.",
  342. 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 Pi 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.hk/releases/pythonuploaderv0.1/download/windows\" target=\"_black\">Windows</a> /<a download href=\"http://api.cocorobo.hk/releases/pythonuploaderv0.1/download/mac\" target=\"_black\">macOS</a>",
  343. 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.hk/releases/pythonuploaderv0.1/download/windows\" target=\"_black\">Windows</a> /<a download href=\"http://api.cocorobo.hk/releases/pythonuploaderv0.1/download/mac\" target=\"_black\">macOS</a>",
  344. uploader_reminder_currentVersion: "Current version:",
  345. uploader_reminder_newVersion: "Latest version:",
  346. uploader_reminder_download: "Download",
  347. uploader_reminder_done: "Got it",
  348. /* upload Area */
  349. statusbar: "Directly upload your code to the electronic modules.",
  350. statusNotConn: "Module not connected, please connect.",
  351. upload: "UPLOAD",
  352. compile: "COMPILE",
  353. lib: "LINRARY",
  354. errmsg: "Error Message",
  355. UpdateContent:"Update content",
  356. updateblock:"Building blocks",
  357. updateexample:"Example",
  358. LoadingH4:"Latest Updates and Notes",
  359. LoadingH4history:"History update record",
  360. attentionContent:"Precautions",
  361. LatestUpdate:"LatestUpdate",
  362. HistoricalUpdate:"History Update",
  363. /* examples */
  364. basicMarquee: "Marquee",
  365. basic8Bit: "8 Bit Music",
  366. baxicKnobSound: "Knob To Notes",
  367. ledHeart: "Heart",
  368. motorObstacleVoiding: "Obstacle Avoiding",
  369. motorTrackLine: "Line Tracking",
  370. fullRotate: "Full Rotation",
  371. paper_piano_cocoblockly: "Music Keyboard",
  372. music_play_melody: "Play Melody",
  373. music_play_mp3: "Play MP3",
  374. hci_basic: "HCI mouse",
  375. touch_light: "Touch Light",
  376. HCI_basic: "HCI basic",
  377. screenShowreel: "Showreel",
  378. robotRemoteControl: "Robot Car Remote Control",
  379. robotArmRemoteControl: "Robot Arm Remote Control",
  380. MotionShowLed: "Tilting LED Dot",
  381. EnvShowScreen: "Show Env Data",
  382. EnvLigtColor: "Env Light Color",
  383. MainEnvDataTransfer: "Main Env Data Transfer",
  384. GPSShowScreen: "GPS on Screen",
  385. wifiNetworkShowinfo: "WiFi Network Show Info",
  386. wifiDataTransfer: "WiFi Data Transfer",
  387. wifiEnvDataTransfer: "WiFi Env Data Transfer",
  388. wifiClientIfttt: "IFTTT WebHook",
  389. wifiClientPost: "Post Data to Cloud",
  390. webServiceIfttt: "IFTTT Example",
  391. webServiceThingspeak: "ThingSpeak Example",
  392. cloudDataShow: "Get Data from Cloud",
  393. cloudDataGenerate: "Generate Data",
  394. /* gif tour mode */
  395. tour_start: "Follow this beginner-level instruction, you will learn how to use CocoBlockly Pi to code:",
  396. tour_editProject: "Edit Project Title: Click the input on the top left, type a desired name of your project",
  397. 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)",
  398. tour_personAccount: "Personal Account: Click the avatar and login to your account, <br>experience features like the cloud storage and IoT applet via CocoCloud.",
  399. tour_blocklyToolbox: "Blockly Toolbox: Where all CocoBlockly Pi blocks exists, from Logic to blocks for CocoRobo Module,<br> we also provide examples in order to help users getting started",
  400. tour_codeWorkspace_1: "Coding Workspace (1): Drag the block;",
  401. tour_codeWorkspace_2: "Coding Workspace (2): Duplicate the block;",
  402. tour_codeWorkspace_3: "Coding Workspace (3): Delete the block;",
  403. tour_codeWorkspace_4: "Coding Workspace (4): Delete all blocks;",
  404. tour_sourceCodeArea: "Source Code Area: When you drag block to coding workspace, <br>this area will automatically generate Arduino source code for reference.",
  405. 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)",
  406. 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.",
  407. 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",
  408. tour_mainMode: "(Main Mode) Upload Code: Under Main Mode, CocoBlockly Pi 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.",
  409. tour_wifiMode: "(WiFi Mode) Upload Code: Under WiFi Mode, CocoBlockly Pi 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.",
  410. 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.",
  411. tour_cloudStorge_open: "Cloud Storage: To open a new project from your cloud, single-click the project name, then click the \"Open\" button.",
  412. tour_cloudStorge_delete: "Cloud Storage: To delete a project from your cloud, single-click the project name, then click the \"Delete\" button.",
  413. tour_end: "Congratulations! You have sucessfully mastered the fundametals of CocoBlockly Pi, start coding yourself now!",
  414. /*APP Ceneter */
  415. labscenter: "Labs",
  416. labs_center_modal_title: "CocoBlockly Pi Labs",
  417. appcenter: "Apps",
  418. app_center_modal_title: "App Center",
  419. app_center_all_categories: "All Catefories:",
  420. app_center_ai: "Artificial Intelligence",
  421. app_center_iot: "Internet of Things",
  422. app_center_robot: "Robot Controller",
  423. app_center_science: "Science Experiements",
  424. app_center_games: "Games",
  425. app_center_arvr: "AR/VR",
  426. app_center_emotion_recognition: "Emotion Recognition",
  427. app_center_speech_recognition: "Speech Recognition",
  428. app_center_robot_demo1: "Robot Controller",
  429. app_center_science_demo1: "Science",
  430. app_center_game_flappy: "Floppy bird",
  431. app_center_game_space_lamb: "Space Lamb",
  432. app_center_arvr_demo1: "AR/VR",
  433. app_center_wait_to_come: "Coming soon",
  434. app_center_enter_button: "Enter",
  435. app_center_visit_button: "Visit",
  436. app_center_Teachabel_Machine: "Teachable Machine",
  437. app_center_Teachabel_Machine_posenet: "Teachable Machine (with Pose Recognition)",
  438. app_center_Computer_Vision_Demos: "Computer Vision Demos",
  439. app_center_Speech_AI_Demos: "Speech AI Demos",
  440. app_center_Text_Analysing_Demos: "Text Analysing Demos",
  441. app_center_tab_vision: "vision",
  442. app_center_tab_speech: "speech",
  443. app_center_tab_text: "text",
  444. 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.",
  445. 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.",
  446. 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.",
  447. 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.",
  448. 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.",
  449. 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.",
  450. 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",
  451. computer_configuration: "Minimum Hardware Requirementss",
  452. the_operating_system: "Minimum Opearting System version",
  453. resolution_of_the: "Suggested Resolution Supported",
  454. memory_capacity: "Memory Capacity",
  455. the_main_board: "The Main Board",
  456. the_hard_disk: "The Hard Disk",
  457. the_graphics_card: "The Graphics Card",
  458. display_size: "Display Size",
  459. is_need_camera: "Do you need a camera",
  460. is_need_microphone: "Do you need a microphone",
  461. need: "OK",
  462. no_need: "NO",
  463. /* AI demo */
  464. webcamDemoTitle: "Emotion Recognition",
  465. face_webcam: "Webcam:",
  466. face_latest_snapshot: "Latest snapshot:",
  467. face_analyze: "Analyze",
  468. face_response: "Response:",
  469. face_emotion_res: "Make a smiley face or sad face please.",
  470. emotion_camera_on: "On",
  471. emotion_camera_off: "Camera Off",
  472. emotion_camera_turnon_text: "Turn on the Camera first",
  473. emotion_snapshot_text: "Your snapshot will be here",
  474. emotion_result_title: "Facial Analysis:",
  475. emotion_result_emotion_title: "Emotion:",
  476. emotion_result_age_title: "Age:",
  477. emotion_result_gender_title: "Gender:",
  478. emotion_result_glasses_title: "Glasses:",
  479. emotion_result_expression_title: "Expression:",
  480. emotion_result_default: "Nothing detected.",
  481. emotion_expression: "smile、laugh、none",
  482. emotion: "angry、disgust、fear、happy、sad、surprise、neutral、pouty、grimace",
  483. // 手勢
  484. gesturesTitle: "Gesture Recognition",
  485. gesture_result: "No result yet.",
  486. gesture_webcam: "Webcam",
  487. gesture_recognition_result: "Recognition Result:",
  488. gesture_recognition: "Recognize",
  489. gesture_recognitioning: "Recognize...",
  490. // 物体识别
  491. objectRecognition: "Object Recognition",
  492. posenetRecognition: "Posenet Recognition",
  493. // speech
  494. speech_recognition: "Start Recording",
  495. speechDemoTitle: "Speech Recognition",
  496. speechTip: "Voice recognition for English, Cantonese & Mandarin.",
  497. speech_language_select: "Select a language to recognize: ",
  498. speech_language_English: "English",
  499. speech_language_Cantonese: "Cantonese",
  500. speech_language_Mandarin: "Mandarin",
  501. speech_textarea_title: " Click on the mic button to start dictating...",
  502. speech_button: "Start Recording",
  503. selectEvent: "Choose a CocoCloud event here, the analyzed result will directly send to there",
  504. noEvent: "No Event here. Please login first",
  505. /* footer */
  506. pre_version: "Switch to Old Version",
  507. copyright: "CocoRobo LTD © 2023 Copyright",
  508. copyright_left: "CocoRobo LTD © ",
  509. copyright_right:" Copyright",
  510. /* import drag overlay */
  511. drag_import: "Drag and drop your file here",
  512. env_detect: "Environment Detect",
  513. detect: "Detect",
  514. title_device: "Device",
  515. title_result: "Result",
  516. title_support: "Support",
  517. title_suggest: "Suggest",
  518. Adapter_connected: "Adapter is connected",
  519. Adapter_fill_connected: "Adapter is disconnected",
  520. os: "System",
  521. browser: "Browser",
  522. patch: "Patch",
  523. select_Example: "Example",
  524. models: "Models",
  525. model_download: "Model Download",
  526. model_download_vision: "Vision",
  527. model_download_voice: "Voice",
  528. model_download_new: "New",
  529. model_download_AI_training: "AI Training platform",
  530. model_download_AI_training_desc: "Using the Crabb training platform can help you process data sets and guide you step by step to start your model training.",
  531. model_download_gesture_recognition: "Gesture recognition tracking model",
  532. model_download_gesture_recognition_desc: "Recognizes different gestures of a person and tracks the position of the person's hand in relation to the screen",
  533. model_download_face_recognition: "Face recognition tracking model",
  534. model_download_face_recognition_desc: "Recognize faces and track their position relative to the screen",
  535. model_download_object_recognition: "Object recognition tracking model",
  536. model_download_object_recognition_desc: "Recognizes 20 common objects and tracks their position relative to the screen",
  537. model_download_handwritten_recognition: "Handwritten digit recognition model",
  538. model_download_handwritten_recognition_desc: "Handwritten recognition of ten Arabic numbers from 0 to 9 based on MNIST development",
  539. model_download_mandarin_recognition: "Mandarin recognition model",
  540. model_download_mandarin_recognition_desc: "Pinyin-based system for recognizing Mandarin",
  541. model_download_traffic_sign_recognition: "Traffic sign recognition model",
  542. model_download_traffic_sign_recognition_desc: "Identify 4 commonly used road signs and track their position relative to the screen",
  543. model_download_refuse_classification_recognition: "Rubbish classification model",
  544. model_download_refuse_classification_recognition_desc: "Identifies 9 types of trash cards in three categories and tracks the position of these cards relative to the screen",
  545. select_Basics: "Basic case of IoT module",
  546. select_sbcb: "Side Button Control Buzzer",
  547. select_sbcsl: "Side Button Control LED",
  548. select_tacl: "Touch Area Control LED",
  549. select_ba: "Buzzer Alarm",
  550. select_desl: "Dark Environment Sensor LED",
  551. select_tdsl: "Tilt Direction Sensor LED",
  552. select_ha: "Humidity Alarm",
  553. select_ssl: "Shake Sensor LED",
  554. select_ldliv: "LED light shows light intensity",
  555. select_thwos: "Hello World on Screen",
  556. new_line:"automatic line feed",
  557. show_rectangle:"Horizontal auto-branching display",
  558. show_image:" screen display picture ",
  559. portrait_screen_rectangle:"Vertical auto-branching display",
  560. switch_pictures:"Automatic picture switching",
  561. switch_background:"Press the button to change the background color",
  562. Angular_rotation:"Angular rotation",
  563. Rambler:"Mini-game: Rambler",
  564. BreathingLamp:"Breathing lamp",
  565. select_line: "button control screen linewise",
  566. select_LF: "LED Lamp flicker",
  567. select_DCLS: "Dial control LED switch",
  568. select_BCL: "Button-Controlled LED",
  569. select_LGD: "LCD graphic drawing animation",
  570. select_FTCLS: "Four Touch control LED switch",
  571. select_DOLD: "LCD Vibration Monitor",
  572. select_TCSOL: "Touch-controlled square on LCD",
  573. select_SER: "LCD display environment data",
  574. select_NW: "IoT module networking case",
  575. select_CTN: "Connect to the surrounding WiFi network",
  576. select_SA: "Set up WiFi hotspot",
  577. select_SDTC: "Send Data to CocoCloud",
  578. select_BS: "Basic case of AI module",
  579. select_CV: "AI module vision case",
  580. select_CAOSR: "LCD button control color switch",
  581. select_QCR: "QR Code Recogntion",
  582. bar_code: "Bar code Recogntion",
  583. line_tracking: "Line Tracking (Black Line)",
  584. select_LR: "Line Recogntion",
  585. select_AI: "AI module machine learning case",
  586. select_c: "Button control LCD display color",
  587. select_HWDR: "Hand-written Digit Recognition",
  588. select_FR: "Face Recognition",
  589. select_OR: "Object Recognition",
  590. select_CMHK: "Customized Model (Trash Classification)",
  591. ai_modules_teacher: "AI Teaching cases 1",
  592. ai_modules_thw: "1.Hello World",
  593. ai_modules_thwos: "2.Hello World on Screen",
  594. ai_modules_uoc: "3.Use of Canvas",
  595. ai_modules_mc: "4.Mini Camera",
  596. ai_modules_sor: "5.Simple Object Recognition",
  597. ai_modules_teacher2: "AI Teaching cases 2",
  598. ai_modules_dog: "Robot dog",
  599. ai_modules_dog1: "demo_dog_face_detection",
  600. ai_modules_dog2: "demo_dog_face_tracking",
  601. ai_modules_dog3: "demo_dog_facial_recognition",
  602. ai_modules_dog4: "demo_dog_image_classification",
  603. ai_modules_dog5: "demo_dog_mandarin_recognition",
  604. ai_modules_dog6: "demo_dog_person_tracking",
  605. ai_modules_dog7: "demo_dog_show",
  606. ai_modules_dog8: "demo_dog_sound_spectrum_analyze",
  607. print_hello_world:"Output Hello_world",
  608. print_complex_information:"The complex serial port information is displayed",
  609. print_multiple_information:"Delay and output multiple serial port information",
  610. select_SP: "Display motion sensor values",
  611. select_AAAV: "LCD display tilt direction",
  612. select_BBP1: "Balance ball program",
  613. select_BBP2: "Balance ball procedure 2",
  614. select_BT: "Button + timer",
  615. ai_modules_av: "AI Module audio case",
  616. paly_video: "Play the recorded video file",
  617. paly_music: "Play the music",
  618. recording_camera: "Record camera pictures and save them",
  619. microphone_sound_analysis: "Microphone spectrum analysis",
  620. select_AV: "AI module video case",
  621. ai_teachingcases: "AI Teaching Cases 3",
  622. ex1_servo: "Servo Motor",
  623. ex2_Ultrasound: "Ultrasonic Sensor",
  624. ex3_RangeFinder: "Rangefinder",
  625. ex4_LightStrip: "LightStrip",
  626. ex5_Microbit: "Micro:bit",
  627. ex6_MicrobitFace: "Face Micro:bit",
  628. ex7_Door: "Button Control Servo Motor",
  629. ai_wc: "AI waste classification",
  630. ai_smaa: "Servo Motor Angle Adjustment",
  631. ai_gc: "Garbage Classifcation",
  632. ai_wsb: "Waste Separation Bins",
  633. ai_ad: "Automatic Driving",
  634. ai_trsr: "Road Sign Recognition(Hong Kong Traffic Signage)",
  635. ai_tpll: "Follow the line (double line)",
  636. ai_tpl2: "Follow the line (single line)",
  637. ai_tph: "Autopilot (Hong Kong Logo)",
  638. serial_comm: "Serial port communication (connection)",
  639. serial_comm_fa: "Serial port communication (send) ",
  640. serial_arduino_comm:"Send and receive data to arduino via USB",
  641. serial_comm_iot_send: "Send light intensity values to the cloud",
  642. serial_comm_ai_get: "AI screen displays the light intensity value of the serial port (use with 1)",
  643. serial_comm_ai_send: "AI serial port sends face detection results",
  644. serial_comm_iot_get: "The IoT screen displays the serial face detection result (use with 3)",
  645. serial_comm_iot_send_1: "IoT serial port sends light intensity value(used with AI module serial communication case 1)",
  646. serial_comm_ai_get_1: "AI screen displays the light intensity value of the serial port(used with IOT module serial communication case 1)",
  647. serial_comm_ai_send_1: "AI serial port sends face detection results(used with IOT module serial communication case 2)",
  648. serial_comm_iot_get_1: "The IoT screen displays the serial face detection result(used with AI module serial communication case 2)",
  649. select_bluetooth_send: "Bluetooth send data",
  650. select_bluetooth_receive: "The screen displays the data received by Bluetooth",
  651. artificial_intelligence_textbook_program: "AI textbook program",
  652. textbook_program: "Textbook Program",
  653. basic_use: "Basic Use",
  654. extended_use: "Extended Use",
  655. networking_case: "Networking Case",
  656. advanced_use: "Advanced Use",
  657. module_use: "Module Use",
  658. AI_technology: "AI Technology",
  659. AI_application: "AI Application",
  660. basic_control: "Basic Control",
  661. sensor: "Sensor",
  662. bluetooth_function: "Bluetooth Function",
  663. serial_communication: "Serial Communication",
  664. LED_light_screen: "LED Light Screen",
  665. screen_module: "Screen Module",
  666. motor_drive: "Motor Drive",
  667. motor_rotation: "Motor rotation",
  668. Game_handle: "Game Handle",
  669. extension_module: "Extension Module",
  670. Third_party_Sensor: "Third-party Module",
  671. data_transmission: "Data Transmission",
  672. AI_Lab: "AI Lab",
  673. Timer: "Timer",
  674. screen_basic_use: "Screen Basic Use",
  675. camera_lens_basic_use: "Camera Lens Basic Use",
  676. basic_use_of_microphone: "Basic Use Of Microphone",
  677. Extension_module_usage: "Extension Module Usage",
  678. Color_recognition: "Color Recognition",
  679. QR_code_recognition: "QR code recognition",
  680. Shape_recognition: "Shape recognition",
  681. Handwritten_numeral_recognition: "Handwritten Numeral Recognition",
  682. refuse_classification: "Refuse Classification",
  683. Automatic_driving: "Automatic driving",
  684. Smart_home: "Smart home",
  685. select_all_led_1: "light up all LED",
  686. select_liu_led_1: "LED waterfall",
  687. select_sbcsl_1: "Side Button Control LED",
  688. select_tacl_1: "Touch Area Control LED",
  689. select_desl_1: "Dark Environment Sensor LED",
  690. select_tdsl_1: "Tilt Direction Sensor LED",
  691. select_ldliv_1: "LED light shows light intensity",
  692. select_ssl_1: "Shake Sensor LED",
  693. select_gyro_control_robot_1: "Shaking induction robot",
  694. select_bccs_1: "Key control screen color switching",
  695. select_establish_WiFi_1: "Establish WiFi hotspot and display the number of connected devices",
  696. select_show_statement_1: "link WiFi",
  697. select_face_recognition_door_1: "Receive face recognition data",
  698. select_speech_recogniton_lamp_1: "Voice control desk lamp",
  699. select_speech_recognition_car_1: "Voice controlled smart car",
  700. select_gesture_recognition_robot_1: "Attitude Recognition Robot",
  701. face_recognition_electronic_police_1: "Electronic police",
  702. select_Offline_timer: "Offline Timer",
  703. ai_modules_thw_1: "Hello World",
  704. ai_modules_uoc_1: "Canvas application",
  705. ex1_servo_1: "Servo Motor",
  706. ex7_Door_1: "Key control steering gear",
  707. basis_object_recognition_1: "Object Detection",
  708. ai_modules_sor_1: "Simple object recognition",
  709. Custom_model_class_recognition_1: "Object classifier",
  710. Custom_model_class_recognition_2: "Object classifier (New)",
  711. select_lhbl_1: "Follow the line (black line)",
  712. select_srd_1: "Voice recording",
  713. ai_smaa_1: "Steering gear angle correction",
  714. ai_gc_1: "Waste classification and identification (Hong Kong Version)",
  715. ai_wsb_1: "Garbage sorting recycle bin",
  716. ai_trsr_1: "Road sign identification (Hong Kong Logo)",
  717. ai_tpll_1: "Follow the line (double line)",
  718. ai_tpl2_1: "Follow the line (single line)",
  719. ai_tph_1: "Autopilot (Hong Kong Logo)",
  720. select_frs_1: "Face Detection",
  721. select_entrance_guard: "Intelligent Access Control",
  722. select_entrance_guard_1: "Intelligent Access Control (New)",
  723. third_grade: "the third grade",
  724. recorded_voice_command: "Recorded voice command",
  725. voice_recognition_lamp_stand: "Voice recognition lamp stand",
  726. face_recognition_security_door: "Face recognition security door",
  727. four_grade: "the four grade",
  728. fifth_grade: "the fifth grade",
  729. intelligent_curtain: "Intelligent curtain",
  730. fruit_picking_robot: "Fruit picking robot",
  731. fntelligent_inspection_robot: "Fntelligent inspection robot",
  732. sixth_grade: "the sixth grade",
  733. intelligent_traffic_lights: "Intelligent traffic lights",
  734. seeing_eye_necklace: "Seeing-eye necklace",
  735. code_package_sorting_robot: "Qr code package sorting robot",
  736. unmanned_circulation_car: "Unmanned circulation car",
  737. seventh_grade: "the seventh grade",
  738. face_recognition_electronic_police: "Face recognition electronic police",
  739. eighth_grade: "the eighth grade",
  740. payment_platform: "Payment platform",
  741. uploadFiles: "Upload",
  742. catSerialComm: "Serial communication",
  743. select_CSDAOD: "Connection hotspot and HTTP client",
  744. select_ISED: "IFTTT sending environment data",
  745. select_ITE: "IFTTT trigger event",
  746. select_MSD: "Thingspeak sends data and gets the latest data",
  747. select_SBS: "Area color analysis",
  748. select_LFGC: "Looking for blue",
  749. select_MC: "Camera",
  750. img_transmission_show:"Image transfer display computer",
  751. select_ARATOOC: "LCD drawing graphic animation",
  752. select_FGAAT: "Find blue areas and track",
  753. select_RCI: "Record camera image ",
  754. select_MAOSS: "Microphone analysis of sound spectrum",
  755. select_PAF: "Pushbutton control of audio playback",
  756. select_PAF2: "Play audio file",
  757. select_PV: "Play movie files",
  758. select_TD: "Button controls LCD pin rotation",
  759. runCode: "Run",
  760. resetMainUI: "Stop",
  761. resetDevice: "Restart",
  762. shutDown: "Shut down",
  763. select_dropdown: "Connection port cannot be detected",
  764. select_SPC: "Screen picture clipping",
  765. select_SPR: "Screen pattern rotation",
  766. select_PTKTCTPTRC: "Press the key to change the picture to reverse color",
  767. select_PTKTCCM: "Press the key to change the picture color mode",
  768. select_PTKTS: "Press the key to change the picture size",
  769. select_PTKTCTCCM: "Press the key to change the camera color mode",
  770. select_PTKTBOTCI: "Press the key to change the camera color mode",
  771. select_SEDTO: "NB IOT sends environment data to onenet",
  772. select_RTIFO: "NB IOT receives text instructions from onenet",
  773. select_connecteds: "USB Upload",
  774. no_select_connecteds: "Wi-Fi Upload",
  775. select_NIMSDTC: "NB IOT module sends data to cococloud",
  776. select_imefc: "IoT module extended function case",
  777. select_uls: "use LED screen",
  778. select_umdm: "use motor drive module",
  779. select_uoglls: "use of gamepad + LED light screen",
  780. select_ctsotem: "Controlling the Servo on the Extension Module",
  781. select_ionc: "IoT module networking case",
  782. select_btsldtc: "button to send lighting data to CocoCloud",
  783. select_ktsedti: "key to send environmental data to IFTTT",
  784. select_btoldalua: "button to obtain lighting data and light up according to conditions",
  785. select_tsedtc: "timely sending environmental data to CocoCloud",
  786. select_toedaluatc: "timely obtain environmental data and light up according to condition",
  787. select_ewhadtnocd: "establish WiFi hotspot and display the number of connected devices",
  788. select_ledss: "LAN environment data storage-server side",
  789. select_ledac: "LAN Environment Data Acquisition-Client",
  790. select_ctwn: "connection to WiFi network",
  791. select_bssbms: "button state storage between modules-server",
  792. select_bsrbmc: "button status reception between modules-client",
  793. select_wrcbms: "WebSocket real-time communication between modules-sender",
  794. select_wrcbmr: "WebSocket real-time communication between modules-receiver",
  795. select_snt: "synchronized network time",
  796. select_dwsdat: "Digital Watch Showing Date & Time",
  797. select_smmlc: "AI Module Machine Learning Case",
  798. select_gcaerhk: "Garbage Classification and Recognition (Hong Kong Version)",
  799. select_frs: "Face Recognition",
  800. select_ors: "object recognition",
  801. face_collection: "Face collection",
  802. face_recognition: "Face recognition",
  803. select_or: "Object Classifier",
  804. select_srt: "Speech Recognition",
  805. select_srd: "Speech Recording",
  806. select_mhdr: "Handwritten Digit Recognition",
  807. select_ambc: "AI module basic case",
  808. select_bcsc: "button control screen clockwise",
  809. select_kcpccs: "key control picture change color system",
  810. select_kcpficc: "key control picture for inverse color change",
  811. select_bccs: "Key control screen color switching",
  812. select_stepCounter: "Pedometer",
  813. select_stepCounter_1: "Pedometer + LED light screen",
  814. select_tywacys: "Turn your wrist and count your steps",
  815. select_wbs: "Wristband bright screen",
  816. select_wdt: "Wristband display time",
  817. select_mc: "Camera",
  818. select_sor: "screen orientation rotation",
  819. select_sdla: "screen drawing line animation",
  820. select_amefc: "AI module extended function case",
  821. select_auls: "use LED screen",
  822. select_aumdm: "use motor drive module",
  823. select_auogsm: "use of gamepad + screen module",
  824. select_actsotem: "Controlling the Servo on the Extension Module",
  825. select_greedy_snake: "Greedy snake",
  826. select_amvc: "AI module visual case",
  827. select_bctbotci: "button change the brightness of the camera image",
  828. select_aca: "Area Color Analysis",
  829. select_rqc: "recognition QR code",
  830. select_lhbl: "Circulation line (Black Line)",
  831. select_fgr: "find green round",
  832. select_fgaat: "find green areas and track",
  833. //select_amvc: "AI module video case",
  834. select_prvf: "play recorded video file",
  835. select_pm: " play music",
  836. select_rcsas: "record camera screen and save",
  837. select_mssa: "Microphone Sound Spectrum Analysis",
  838. select_work_u: "IoT workshop 1",
  839. select_work_d: "IoT workshop 2",
  840. select_middle_led: "01 light up no.5 LED",
  841. select_all_led: "02 light up all LED",
  842. select_liu_led: "03 LED waterfall",
  843. select_warning: "04 use beeper to alarm",
  844. select_music: "05 8-bit music",
  845. select_button_open: "06 serial communicate: buttom",
  846. select_touch_open: "07 serial communicate: touch area",
  847. select_button_close: "08 button control beeper",
  848. select_control_LED: "09 touch area control LED",
  849. select_sensor_LED: "10 dark environment sensor LED",
  850. select_humidity_alarm: "11 humidity alarm",
  851. select_shaking_LED: "01 shaking LED",
  852. // select_connect_wifi: "02 connect to Wi-Fi",
  853. select_show_statement: "02 connect to Wi-Fi and show statement",
  854. select_establish_WiFi: "03 establish Wi-Fi hotspot and display the number of connected device",
  855. select_download_lighting: "04 button to send and download lighting data to CocoCloud",
  856. select_controlling_servo: "05 controlling the servo",
  857. select_move_servo: "06 regularly move of the servo",
  858. select_button_controlling_servo: "07 use button control the servo",
  859. select_face_recognition_door: "08 Receive face recognition data",
  860. select_speech_recognition_car: "09 Voice controlled smart car",
  861. select_gyro_control_robot: "10 Shaking induction robot",
  862. select_gesture_recognition_robot: "11 Attitude Recognition Robot",
  863. select_speech_recogniton_lamp: "12 Voice control desk lamp",
  864. // 設備
  865. device: "Device",
  866. existing_device: "Existing Device",
  867. add_device: "Add Device",
  868. device_id: "Device ID",
  869. device_status: "Device Status",
  870. device_confirm: "Confirm",
  871. device_cancel: "Cancel",
  872. add_edevice_success: "Device added successfully",
  873. device_next: "Next",
  874. device_on: "On",
  875. select_aiaor: "Advanced Object recognition",
  876. select_aifr: "Face recognition",
  877. select_aica: "Color Analyzer",
  878. select_aisrc: "Shape recognition (circle)",
  879. select_aisrr: "Shape recognition(rectangle)",
  880. select_aiaa: "Audio Analyzer",
  881. select_Mandarin: "Voice recognition in the cloud(Mandarin)",
  882. select_English: "Voice recognition in the cloud(English)",
  883. select_Cantonese: "Voice recognition in the cloud(Cantonese)",
  884. sketch_name: "Untitled",
  885. sketch_save: "Save",
  886. iot_module: "IoT Module",
  887. iot_module_1: "IoT",
  888. iot_module_2: "",
  889. module: "Module",
  890. case_category: "Category",
  891. a_csm: "Change Startup Mode",
  892. a_butvmi: "Boot Up the Visual Menu InterFace",
  893. a_buartlp: "Boot Up and Run the Last Program",
  894. Serial_Interaction: "Terminal Interaction Window",
  895. image_transmission:"Image Transmission",
  896. error_pv: "Problem: variable not defined, code error, please check the building block",
  897. error_unindent: "Problem: code format problem, check the code or contact our staff ",
  898. error_pp: "Permission problem, please re open the software, or the third-party software occupies the port",
  899. error_tc: "The code is wrong or the third-party library is not introduced. There is a problem with the firmware version",
  900. error_tp: "The program has timed out. Please run it again",
  901. TypeError:"Problem: Type error",
  902. KeyError:"Problem: Dictionary key error",
  903. OsError:"Problem: System problem, file writing error, restart required",
  904. AttributeError:"Problem: Attribute error",
  905. IndexError:"Problem: List Index Error",
  906. "EPERM": "Operation not permitted",
  907. "ENOEN": "No such file or directory",
  908. "ESRCH": "No such process",
  909. "EINTR": "Interrupted system call",
  910. "EIO ": "I/O error",
  911. "ENXIO": "No such device or address",
  912. "E2BIG": "Argument list too long",
  913. "ENOEX": "Exec format error",
  914. "EBADF": "Bad file number",
  915. "ECHIL": "No child processes",
  916. "EAGAI": "Try again",
  917. "ENOME": "Out of memory",
  918. "EACCE": "Permission denied",
  919. "EFAUL": "Bad address",
  920. "ENOTB": "Block device required",
  921. "EBUSY": "Device or resource busy",
  922. "EEXIS": "File exists",
  923. "EXDEV": "Cross-device link",
  924. "ENODE": "No such device",
  925. "ENOTD": "Not a directory",
  926. "EISDI": "Is a directory",
  927. "EINVA": "Invalid argument",
  928. "ENFIL": "File table overflow",
  929. "EMFIL": "Too many open files",
  930. "ENOTT": "Not a typewriter",
  931. "ETXTB": "Text file busy",
  932. "EFBIG": "File too large",
  933. "ENOSP": "No space left on device",
  934. "ESPIP": "Illegal seek",
  935. "EROFS": "Read-only file system",
  936. "EMLIN": "Too many links",
  937. "EPIPE": "Broken pipe",
  938. "EDOM ": "Math argument out of domain of func",
  939. "ERANG": "Math result not representable",
  940. "EAFNOSUPP": "Address family not supported by protocol",
  941. "ECONNRES": "Connection timed out",
  942. "ETIMEDO": "Connection timed out",
  943. "EINPROGRE": "Operation now in progress",
  944. OnlineIdentify:"Online Artificial Intelligence",
  945. xunfeiIndetify:"Online Artificial Intelligence",
  946. FaceIndetify:"Online Face Detection",
  947. VoiceIndetify:"Online Speech Recognition",
  948. textConVoice:"Online Text Speech",
  949. card_indetify:"Online License Plate Recognition ",
  950. GPT_img_to_text: "Online picture to text",
  951. GPT_text_to_img: "Online text to image",
  952. GPT_Dialogue: "Dialogue",
  953. GPT_Intelligence_Dialogue: "Intelligent body",
  954. more_Intelligence_Dialogue:"Multi-agent",
  955. machine_translation:"Online Machine Translation ",
  956. set_Wifi:"Connect to the Internet via Wi-Fi",
  957. online_object_indetify:"Online Object Recognition",
  958. update_logs:"Update Log",
  959. Handwritten_texts:"Handwritten Character Recognition",
  960. auxiliary: "System image file",
  961. OneClickUpgrade:"One-Click Mirror Upgrade",
  962. CocoPiUpgrades:"CocoPi File update",
  963. uploderChinese:"Download Chinese Version",
  964. uploadEnglish:"Download English version",
  965. systemFileName:"File name",
  966. systemFileTime:"Update Time",
  967. systemUpgradeProcedure1:"1. Unzip the downloaded system image file to copy the value of CocoPi.",
  968. systemUpgradeProcedure2:"2. Reboot the CocoPi module.",
  969. systemUpgradeProcedure3:"3. Reconnect the module, and then press the 'One Click Upgrade' button, the module will restart automatically after upgrade.",
  970. systemUpgradeProcedure4:"4. Connect the motor to the module, check whether the version displayed on the screen and terminal of the module is the same as the upgraded version (if it is the same, then it means that the upgrade is successful, otherwise, it means that the upgrade has failed and you need to re-execute the above steps).",
  971. system_SDFormatterv4:" This is a memory formattable software, by this software, you can format the memory card, you can make the memory card installed 831 mirror system ",
  972. system_PhoenixCard:" This is an application that writes system image files to an memory card.",
  973. system_file:" This is a file within our disk image. After flashing the disk image, you'll need to decompress this archive and incorporate it into the system files.",
  974. android_zip:" This is a Google Chrome installation package for Android phones. Android allows you to experience our platform on your phone." ,
  975. light_value:" light value display ",
  976. temperature_and_humidity:" Temperature and humidity screen displays",
  977. acceleration_value:"QMI8658 acceleration value is displayed ",
  978. rotation_value:"QMI8658 rotation value display ",
  979. angle_value:"QMI8658 tilt Angle display",
  980. get_web_weather:"Get network weather",
  981. getQrCode:"Scan the QR code and connect to the Internet",
  982. QrCode:"Generate two-dimensional code",
  983. SSIDPWD:"Please enter the name and password",
  984. SSID:"WiFi Name",
  985. PWD:"WiFi Password",
  986. CocoPi_note:"Launch the QR code networking example on CocoPi, scan the on-screen QR code, and connect to the internet.",
  987. wifiProblem:"wifiProblem with your wireless connection",
  988. problem1:"1. Connect the modules and platform under the same network first;" ,
  989. problem2:"2. Fill in the IP address successfully obtained for networking ",
  990. problem3:"3. This method requires your permission for access",
  991. problem4:"4. Click the button below, the page will redirect",
  992. screenshot: "Capture",
  993. download_drive_genie_help:"Download Driver Wizard Help",
  994. upgrade_step:"Adb Driver upgrade steps",
  995. upgrade_step1:"Download the file to your computer and unzip it",
  996. upgrade_step2:"Computer -- Right click -- Manage -- Device Manager",
  997. upgrade_step3:"Double-click the ADB Interface with the yellow exclamation mark",
  998. upgrade_step4:"Click Update Driver",
  999. upgrade_step5:"Click Browse my computer for driver software",
  1000. upgrade_step6:"Click Choose from a list of device drivers on your computer",
  1001. upgrade_step7:"Then keep clicking Next until the installation is successful",
  1002. text_to_img:"Text to Image",
  1003. img_to_text:"Image to Text",
  1004. text_to_voice:"Text-to-Speech",
  1005. voice_to_text:"Voice to Text",
  1006. gpt_answer:"Text Dialog",
  1007. ai_agent_chat:"AI intelligent body",
  1008. Automatic_connection:"Connect"
  1009. }