"use strict";
var _Ardublockly$LOCALISE;
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
var Ardublockly = Ardublockly || {};
Ardublockly.LOCALISED_TEXT = (_Ardublockly$LOCALISE = {
translationLanguage: "简体中文",
title: "CocoBlockly X",
blocks: "模块",
hardware_mode: "硬件模式",
mcu_module: "IoT模块",
ai_module: "AI 模块",
cloud_mode: "云端Python模式",
javascript_mode: "JavaScript 模式",
/* Menu */
pageLoading: "加载中...",
home: "首页",
open: "打开",
save: "保存",
deleteAll: "删除所有",
settings: "设置",
documentation: "文档",
help: "帮助",
reportBug: "反馈程序问题",
tour: "使用引导",
changelog: "版本日志",
feedback: "反馈表",
devices: "设备",
language: "语言",
editing: "启用编辑模式",
close_editing: "是否启用编辑模式",
AI_experience: "AI体验",
AI_emotion: "情绪识别",
AI_speech: "语音识别",
storage: "文件",
cloud_storage: "云端存储",
cloudFileTooltip: "点击「 + 」將文件儲存在云端",
cloudopen: "云端打开",
cloudclose: "云端上传",
local_storage: "文件",
localimport: "本地导入",
localexport: "本地导出",
cloudFileOpen: "打开",
cloudFileSave: "保存",
cloudFileConfirm: "确认",
cloudFileSaveAs: "另存为",
saveNew: "另存为",
deleteFile: "删除当前文件?",
rename: "重命名",
cloudFileDelete: "删除",
cloudFileUpdate: "更新",
localStorageImport: "导入项目",
ImportTooltip: "选择你的项目文件(*.xml)并且导入到工作区.警告:将会替换当前积木",
"import": "导入",
"export": "导出",
ImportContent: "点击从你的电脑选择文件",
localStorageExport: "导出項目",
ExportTooltip: "导出当前项目积木并且保存到你的电脑,当你需要的时候可以再次打开它",
exportFile: "导出项目文件",
exportSnap: "导出快照",
ExportFileContent: "导出成XML文件,便于下次继续编程",
ExportSnapContent: "导出成PNG图片,便于参考",
cloudStorageTitle: "云端存储",
help_board: "帮助",
learn_board: "学习",
cocoedu: "前往教学平台",
learn_vision: "学习人工智能: 视觉处理",
learn_speech: "学习人工智能: 语音识别",
learn_text: "学习人工智能: 文本分析",
tutorial: "教程",
login_title: "登入",
username: "请输入你的邮箱",
password: "请输入你的密码",
signup: "注册",
signin: "登入",
signout: "登出",
cococloud: "前往云端服务",
user_email: "您的邮箱:",
user_school: "您所属的学校:",
Event: "云端项目: ",
login_wrongNOP: "密码错误或者用户名错误!",
login_ForgetRecap: "请进行人机身份验证!",
port: "端口:",
no_line_ending: "没有换行符",
newline: "换行符",
CR: "回车",
NL_CR: "换行符及回车",
baud: "波特率",
main_mode: "主控模式",
wifi_mode: "WiFi模式",
/* Alerts */
loadNewBlocksTitle: "加载新的项目文件?",
loadNewBlocksBody: "尝试加载新的 XML 文件将会把现有的编程模块清除,确定要继续吗?",
discardBlocksTitle: "删除所有编程模块?",
discardBlocksBody: "项目空间里还有 %1 个编程模块,
" + "确认要删除他们吗?",
invalidXmlTitle: "无效的 XML 代码",
invalidXmlBody: "无法解析该段 XML 代码,请检查后重新执行操作。",
ErrorBlockTitle: "出现错误积木",
ErrorBlockBody: "该段 XML 代码中含有一个或多个已经不再使用的错误积木,继续加载该类积木会导致出错。我们已经自动替您删除了错误积木,请重新检查您的积木代码",
ErrorFileDragTitle: "错误文件类型",
ErrorFileDragBody: "您选择的文件格式应该为XML,请重新检查您的文件",
invalidNameTitle: "无效命名",
invalidFileName: "文件命名出现非法字符,且暂不支持中文命名,请重新命名.
非法字符包括 [~!@#$%^&*()+<>?.:\"{},]",
invalidFileName1: "文件名不应该以 \"-\" 或者\"_\"开头,请重新命名!",
invalidFileName2: "文件名不应为空,请输入命名!",
invalidFileName3: "文件长度不应该超过20,请重新命名!",
invalidFileName4: "文件命名出现非法字符: Emoji表情格式不支持,请重新命名!",
reptitiveFileName: "该文件名称已存在,请重新命名!",
unsupportWebcamTitle: "未支持的浏览器",
unsupportWebcamBody: "Teachable Machine目前仅支持Chrome浏览器.请在Chrome上面访问!",
requestWebcamTitle: "摄像头访问受限",
requestWebcamBody: "网络摄像头在当前(HTTP)浏览模式下不支持,请点击此处提示框跳转到 HTTPS 浏览模式下以正常使用该应用",
requestVoiceRecognitionTitle: "录音功能使用受限",
requestVoiceRecognitionBody: "录音功能在当前(HTTP)浏览模式下不支持,请点击此处提示框跳转到 HTTPS 浏览模式下以正常使用该应用",
goHttps: "前往HTTPS版本",
/* Prompts */
ok: "好",
okay: "好的",
cancel: "取消",
"return": "确认",
/* Arduino Source Code Panel */
pythonSourceCode: "Python 源代码",
blocksXml: "上传区",
/* Serial Monitor Panel */
serialMonitor: "串口调试工具",
autoScroll: "自动换行",
sendMsg: "发送的消息",
sendBtn: "发送",
connectBtn: "连接",
disconnectBtn: "断开",
comms_clear: "清除全部",
comms_export: "导出数据",
modal_export_title: "选择你要保存的文件类型",
modal_export_comfirm: "确认",
/* Toolbox Categories*/
catLogic: "逻辑",
catLoops: "循环",
catMath: "数学运算",
catText: "文字",
catLists: "列表",
catDictionary: "字典",
catTuples: "元组",
catSet: "集合",
catMainBoard: "IoT 模块",
catExtensions: "扩展",
catSystem: "系统",
catWeb: "Web",
catDisplay: "显示",
catDataComms: "数据通信",
catSerialPort: "串口通信",
catAI: "人工智能",
catAIScreen: "屏幕",
catMicrophone: "麦克风",
catVision: "图形处理",
catTextProcess: "数据处理",
catIV: "视频处理",
catAudio: "音频处理",
catModels: "AI 模型",
catFiles: "文件",
catCamera: "摄像头",
catVariables: "变量",
catFunctions: "函数",
catOutput: "输入 / 输出",
catTime: "时间",
catComms: "串口通讯",
catBasics: "基础",
catHardware: "硬件",
catIoTService: "物联网",
catLEDStrip: "LED灯带",
catSerialComm: "串口通信",
catAIBasic: "基础",
catImageProcess: "图形处理",
/* ExtendedFunction*/
ExtendedFunction: "扩展模块",
Third_party_Sensor: "第三方传感器",
Ultrasonic: "超声波传感器",
PS2_Gamepad: "PS2 控制手柄",
EFLEDLS: "LED灯屏",
EFMotor: "电机",
EFSG: "舵机",
EFGH: "游戏手柄",
EFNI: "NB-IoT",
EFBluetooth: "蓝牙",
catAIWifi: "Wi-Fi",
catAISpeaker: "扬声器",
// uploader
statusbar: "直接将代码上传到电子模块中。",
upload: "上传",
compile: "编译",
lib: "库文件",
errmsg: "错误信息",
//new added categories
catBasic: "教学板",
catCocoMod: "模块",
catFASTLED: "灯光",
catMOTOR: "电机",
catServo: "舵机",
catMusic: "音乐",
catTouch: "触摸",
catHCI: "人机交互",
catScreen: "屏幕",
catENV: "环境感应",
catTD: "第三方传感器",
catColour: "颜色",
catBluetooth: "蓝牙",
catMOTION: "运动感应",
catMainWifi: "Wi-Fi",
catCocoWIFIMod: "WiFi模块",
catNetwork: "联网",
catWifiComms: "数据通讯",
catWifiServer: "服务端",
catWifiClient: "客户端",
catWifiWeb: "网页制作",
catWifiTP: "第三方传感器",
catWifiWebServices: "Web服务",
catCloudData: "云端",
catEasyMode: "简易模式",
catBlynk: "Blynk",
// examples
basicMarquee: "跑马灯",
basic8Bit: "8比特音乐",
baxicKnobSound: "旋钮电子琴",
ledHeart: "爱心",
motorMovement: "移动",
motorObstacleVoiding: "避开障碍",
motorTrackLine: "寻迹",
fullRotate: "舵机旋转",
paper_piano_cocoblockly: "电子琴",
music_play_melody: "播放音乐旋律",
music_play_mp3: "播放音乐MP3",
hci_basic: "人机交互演示",
touch_light: "触摸灯光",
HCI_basic: "人机交互演示",
screenShowreel: "绘制演示",
robotRemoteControl: "蓝牙小车控制",
robotArmRemoteControl: "蓝牙手臂控制",
MotionShowLed: "运动灯光",
EnvShowScreen: "环境数据显示",
EnvLigtColor: "环境灯光控制",
MainEnvDataTransfer: "环境数据传输",
GPSShowScreen: "GPS数据显示",
wifiNetworkShowinfo: "WiFi联网信息",
wifiDataTransfer: "WiFi数据传输",
wifiEnvDataTransfer: "环境数据传输",
wifiClientIfttt: "IFTTT WebHook",
wifiClientPost: "向云端发送数据",
webServiceIfttt: "IFTTT范例",
webServiceThingspeak: "ThingSpeak范例",
cloudDataShow: "云端数据显示",
cloudDataGenerate: "生成数据",
// uploader reminder
uploader_reminder_title: "请更新您的上传插件",
uploader_reminder_text1: "您的uploader不是最新版的 !",
uploader_reminder_text2: "如果需要,请从CocoBlockly重新下载最新版本",
uploader_reminder_text3: "为保证您在编程时有良好使用体验,请及时保持本机的软件更新。您可以右键点击菜单栏中软件图标检查更新,或者下载新版本的安装包(Windows /macOS直接安装进行更新。 ",
uploader_reminder_text4: "该旧版本的上传插件已经不支持CocoBlockly使用,请进行本机的软件更新。
请下载新版本的安装包(Windows /macOS直接安装进行更新。 ",
uploader_reminder_currentVersion: "当前版本:",
uploader_reminder_newVersion: "最新版本:",
uploader_reminder_download: "点击下载",
uploader_reminder_done: "我知道了",
// tour mode modals
tourmodal_title: "欢迎来到 CocoBlockly X",
tourmodal_text: "跟随这个简单的教程,将会告诉你 CocoBlockly X",
tourmodal_click: "开始教程",
/* gif tour mode */
tour_start: "跟随这个入门教程,你将会学习到使用 CocoBlockly X 的所有基本操作",
tour_editProject: "编辑项目名称:点击输入框,更改你想要的项目名称",
tour_menuBar: "导航栏:帮助、云端存取、本地存取、语言选择",
tour_personAccount: "个人账户:点击人像图标,登入账户系统,体验云端及物联网功能",
tour_blocklyToolbox: "积木工具栏:所有的功能积木都在此处,同时又有示例(带星号的)供用户加载学习",
tour_codeWorkspace_1: "项目开发空间 (1):拖拽积木",
tour_codeWorkspace_2: "项目开发空间 (2):复制积木",
tour_codeWorkspace_3: "项目开发空间 (3):删除积木",
tour_codeWorkspace_4: "项目开发空间 (4):删除全部积木",
tour_sourceCodeArea: "源代码生成区域:当拖动积木至项目开发空间时,会实时生成 Arduino 源代码",
tour_uploadArea: "项目上传区域:完成项目编程时,点击上传区域的编译可以 验证你的代码是否出错,点击上传则将代码上传至模块中(注意:上传时切勿突然断开IoT模块的连接)",
tour_serialMonitorArea: "串口调试区域:类似 Arduino,这里可以让你对程序进行调试,将想要获得的参数打印再在监视窗中",
tour_switchtoFullScreen: "切换全屏操作:当你觉得项目开发空间不够的话,试试全屏操作,展开 编程区域",
tour_mainMode: "(主控模式)上传程序:主控模式下,USB端口将只能识别到IoT模块并上传程序",
tour_wifiMode: "(WiFi模式)上传程序:WiFi模式下,USB端口将只能识别到WiFi模块并上传程序",
tour_cloudStorage_update: "云端存储功能:打开云存储弹窗,编辑好自己的项目名称后,点击「更新」按钮,即可新增档案",
tour_cloudStorge_open: "云端存储功能:打开云存储弹窗,单击想要读取的档案,再点击「打开」按钮,即可打开档案",
tour_cloudStorge_delete: "云端存储功能:打开云存储弹窗,单击想要读取的档案,再点击「删除」按钮,即可删除档案",
tour_end: "恭喜!新手入门教程结束,开始自己尝试编程吧!",
// tip cards
titlecard_title: "项目名称",
titlecard_text: "你可以在这里输入文件的名称。",
skip: "跳过教程",
next: "下一步",
langcard_title: "语言选择",
langcard_text: "你可以在这里选择你的语言。",
opencard_title: "打开文件",
opencard_text: "可以点击这里打开文件",
savecard_title: "保存文件",
savecard_text: "点击这里可以保存已建好的项目。",
deletecard_title: "删除所有",
deletecard_text: "点击这里可以删除所有模块。",
homecard_title: "返回官网首页",
homecard_text: "你可以点击这里返回官网首页",
back: "上一步",
blockcard_title: "基础功能模块",
blockcard_text: "可以在这里选择不同功能的模块,
" + "并且可以拖动任意一个模块到画板上。",
asccard_title: "Arduino 代码",
asccard_text: "在使用 CocoBlockly X 时,用户不但可以通过积木快捷方便的搭建自己的程序,同时也能生成 Arduino 代码,提供给高级用户",
editorcard_title: "积木编辑工具区",
editorcard_text: "从上至下的功能:
    1. 积木主体置中;
    2. 区域视图放大;
    3. 区域视图缩小;
    4. 移除",
cococard_title: "CocoMod 电子模块积木区",
cococard_text: "你可以在这里选择到 CocoMod 的电子模块",
projectcard_title: "示例项目展示区",
projectcard_text: "在这里可以找到一些示例项目",
uploadercard_title: "上传区域",
uploadercard_text: "通过该界面,用户可以直接将程序上传至电子模块中。",
installcard_title: "下载和安装上传插件",
installcard_text: "你可以点击第一个按键来下载上传插件,点击第二个来查看上传插件的下载安装说明。",
progress_title: "上传状态栏",
progress_text: "这里有描述上传状态的文字和进度条。",
portscard_title: "端口",
portscard_text: "在这里,可以选择所有通过 usb 线连接了电子板的端口。",
compile_title: "编译和上传",
compile_text: "这里下面有两个按键:
左边一个是编译按键,可以用来检验程序的正确性,
另外一个是上传按键,可以用来上传程序到电子板中。",
monitorcard_title: "串口调试窗口",
monitorcard_text: "串口调试窗口是主要用来程序查错的。
你可以将数据和文字打印到文本区域,并且可以和电子板通讯。",
fullmodecard_title: "全屏模式",
fullmodecard_text: "工作区域将会扩展到最大宽度。",
tourdone: "开始新的项目吧",
/*APP Ceneter */
labscenter: "实验室",
labs_center_modal_title: "CocoBlockly X 实验室",
appcenter: "应用中心",
app_center_modal_title: "应用中心",
app_center_all_categories: "所有分类:",
app_center_ai: "人工智能",
app_center_iot: "物联网",
app_center_robot: "机器人控制",
app_center_science: "科学实验",
app_center_games: "互动游戏",
app_center_arvr: "AR/VR",
app_center_emotion_recognition: "情绪识别",
app_center_speech_recognition: "语音识别",
app_center_robot_demo1: "机器人控制",
app_center_science_demo1: "科学实验",
app_center_game_flappy: "疯狂的小鸟",
app_center_game_space_lamb: "太空绵羊",
app_center_arvr_demo1: "虚拟增强项目",
app_center_wait_to_come: "敬请期待",
app_center_enter_button: "进入",
app_center_visit_button: "访问",
app_center_Teachabel_Machine: "深度学习机器",
app_center_Computer_Vision_Demos: "视觉类",
app_center_Speech_AI_Demos: "语音识别类",
app_center_Text_Analysing_Demos: "文本处理类",
app_center_tab_vision: "视觉识别",
app_center_tab_speech: "语音识别",
app_center_tab_text: "文本处理",
/* AI demo */
webcamDemoTitle: "情绪识别",
face_webcam: "网络摄像头:",
face_latest_snapshot: "最新的快照",
face_analyze: "识别",
face_response: "结果:",
face_emotion_res: "请展示笑脸或哭脸",
// 手勢
gesturesTitle: "手势识别",
gesture_result: "还没有结果。",
gesture_webcam: "摄像头画面",
gesture_recognition_result: "识别结果:",
gesture_recognition: "识别",
gesture_recognitioning: "识别...",
emotion_camera_on: "关闭",
emotion_camera_off: "打开摄像头",
emotion_camera_turnon_text: "请先打开摄像头",
emotion_snapshot_text: "你的快照将会呈现在这里",
emotion_result_title: "脸部分析结果:",
emotion_result_emotion_title: "情绪:",
emotion_result_age_title: "年龄:",
emotion_result_gender_title: "性别:",
emotion_result_glasses_title: "眼镜:",
emotion_result_default: "未识别到任何结果"
}, _defineProperty(_Ardublockly$LOCALISE, "catSerialComm", "串口通信"), _defineProperty(_Ardublockly$LOCALISE, "speech_button", "按下后讲话"), _defineProperty(_Ardublockly$LOCALISE, "speechDemoTitle", "语音识别"), _defineProperty(_Ardublockly$LOCALISE, "speechTip", "针对英语、粤语及普通话的语音识别,并转换为文字"), _defineProperty(_Ardublockly$LOCALISE, "speech_language_select", "选择你要识别的语言:"), _defineProperty(_Ardublockly$LOCALISE, "speech_language_English", "英语"), _defineProperty(_Ardublockly$LOCALISE, "speech_language_Cantonese", "粤语"), _defineProperty(_Ardublockly$LOCALISE, "speech_language_Mandarin", "普通话"), _defineProperty(_Ardublockly$LOCALISE, "speech_textarea_title", "按下麦克风按钮以开始识别语音"), _defineProperty(_Ardublockly$LOCALISE, "selectEvent", "请选择一个 CocoCloud 项目,分析后的数据将会发送至该项目"), _defineProperty(_Ardublockly$LOCALISE, "noEvent", "未发现项目. 请确保登陆状态"), _defineProperty(_Ardublockly$LOCALISE, "pre_version", "切换到旧版本"), _defineProperty(_Ardublockly$LOCALISE, "copyright", "CocoRobo LTD © 2019 版权所有"), _defineProperty(_Ardublockly$LOCALISE, "drag_import", "将你的文件拖拽至此"), _defineProperty(_Ardublockly$LOCALISE, "env_detect", "环境检测"), _defineProperty(_Ardublockly$LOCALISE, "detect", "开始检测"), _defineProperty(_Ardublockly$LOCALISE, "title_device", "设备"), _defineProperty(_Ardublockly$LOCALISE, "title_result", "结果"), _defineProperty(_Ardublockly$LOCALISE, "title_support", "支持"), _defineProperty(_Ardublockly$LOCALISE, "title_suggest", "建议"), _defineProperty(_Ardublockly$LOCALISE, "Adapter_connected", "适配器连接"), _defineProperty(_Ardublockly$LOCALISE, "Adapter_fill_connected", "适配器连接失败"), _defineProperty(_Ardublockly$LOCALISE, "os", "系统"), _defineProperty(_Ardublockly$LOCALISE, "browser", "浏览器"), _defineProperty(_Ardublockly$LOCALISE, "select_Basics", "IoT模块基础案例"), _defineProperty(_Ardublockly$LOCALISE, "select_Example", "样例"), _defineProperty(_Ardublockly$LOCALISE, "select_sbcb", "侧边按键控制蜂鸣器"), _defineProperty(_Ardublockly$LOCALISE, "select_sbcsl", "侧边按键控制开关 LED"), _defineProperty(_Ardublockly$LOCALISE, "select_tacl", "触摸区域控制 LED"), _defineProperty(_Ardublockly$LOCALISE, "select_ba", "蜂鸣器警报"), _defineProperty(_Ardublockly$LOCALISE, "select_desl", "黑暗环境感应光照灯"), _defineProperty(_Ardublockly$LOCALISE, "select_tdsl", "倾斜方向感应 LED"), _defineProperty(_Ardublockly$LOCALISE, "select_ha", "湿度报警器"), _defineProperty(_Ardublockly$LOCALISE, "select_ssl", "摇晃感应 LED"), _defineProperty(_Ardublockly$LOCALISE, "select_ldliv", "LED 显示光线强度值"),_defineProperty(_Ardublockly$LOCALISE, "select_thwos", "屏幕显示Hello World"),_defineProperty(_Ardublockly$LOCALISE, "select_line", "按键控制屏幕直线转动"),_defineProperty(_Ardublockly$LOCALISE, "select_LF", "LED 灯闪烁"), _defineProperty(_Ardublockly$LOCALISE, "select_DCLS", "拨盘控制LED灯开关"), _defineProperty(_Ardublockly$LOCALISE, "select_FTCLS", "触摸控制LED灯开关"), _defineProperty(_Ardublockly$LOCALISE, "select_LGD", "LCD图形绘制动画"), _defineProperty(_Ardublockly$LOCALISE, "select_BCL", "控制按钮LED灯"), _defineProperty(_Ardublockly$LOCALISE, "select_DOLD", "LCD晃动侦测仪"), _defineProperty(_Ardublockly$LOCALISE, "select_TCSOL", "触摸控制小方块"), _defineProperty(_Ardublockly$LOCALISE, "select_SER", "LCD显示环境数据"), _defineProperty(_Ardublockly$LOCALISE, "select_NW", "IoT模块联网案例"), _defineProperty(_Ardublockly$LOCALISE, "select_CTN", "连接周边WiFi网络"), _defineProperty(_Ardublockly$LOCALISE, "select_SA", "建立WiFi热点"), _defineProperty(_Ardublockly$LOCALISE, "select_SDTC", "发送数据至CocoCloud"), _defineProperty(_Ardublockly$LOCALISE, "select_BS", "AI 模块基础案例"), _defineProperty(_Ardublockly$LOCALISE, "select_CV", "AI 模块视觉案例"), _defineProperty(_Ardublockly$LOCALISE, "select_CAOSR", "LCD按钮控制颜色切换"), _defineProperty(_Ardublockly$LOCALISE, "select_QCR", "二维码识别"), _defineProperty(_Ardublockly$LOCALISE, "line_tracking", "视觉循迹(黑线)"), _defineProperty(_Ardublockly$LOCALISE, "select_LR", "直线识别"), _defineProperty(_Ardublockly$LOCALISE, "select_AI", "AI模块机器学习案例"), _defineProperty(_Ardublockly$LOCALISE, "select_c", "按钮控制 LCD 显示顏色"), _defineProperty(_Ardublockly$LOCALISE, "select_HWDR", "手写数字识别"), _defineProperty(_Ardublockly$LOCALISE, "select_FR", "人脸检测"), _defineProperty(_Ardublockly$LOCALISE, "select_OR", "物体识别"), _defineProperty(_Ardublockly$LOCALISE, "select_CMHK", "自定义物体识别模型(香港垃圾分类)"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_av", "AI 模块影音案例"), _defineProperty(_Ardublockly$LOCALISE, "paly_video", "播放录制的视频档案"), _defineProperty(_Ardublockly$LOCALISE, "paly_music", "播放音乐"), _defineProperty(_Ardublockly$LOCALISE, "recording_camera", "录制摄像头画面并保存"), _defineProperty(_Ardublockly$LOCALISE, "microphone_sound_analysis", "麦克风音频谱分析"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_teacher", "AI 教学案例"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_thw", "1.Hello World"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_thwos", "2.屏幕显示Hello World"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_uoc", "3.画布应用"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_mc", "4.迷你相机"), _defineProperty(_Ardublockly$LOCALISE, "ai_modules_sor", "5.简易物体识别"), _defineProperty(_Ardublockly$LOCALISE, "select_SP", "显示运动感测器数值"), _defineProperty(_Ardublockly$LOCALISE, "select_AAAV", "LCD 显示倾斜方向"), _defineProperty(_Ardublockly$LOCALISE, "select_BBP1", "平衡球程序"), _defineProperty(_Ardublockly$LOCALISE, "select_BBP2", "平衡球程序2"), _defineProperty(_Ardublockly$LOCALISE, "select_BT", "按钮计时器"), _defineProperty(_Ardublockly$LOCALISE, "select_AV", "AI模块影音案例"), _defineProperty(_Ardublockly$LOCALISE, "uploadFiles", "上传文件"), _defineProperty(_Ardublockly$LOCALISE, "runCode", "运行代码"), _defineProperty(_Ardublockly$LOCALISE, "resetDevice", "重启设备"), _defineProperty(_Ardublockly$LOCALISE, "select_CSDAOD", "连接热点及HTTP客户端"), _defineProperty(_Ardublockly$LOCALISE, "select_ISED", "IFTTT发送环境数据"), _defineProperty(_Ardublockly$LOCALISE, "select_ITE", "IFTTT触发事件"), _defineProperty(_Ardublockly$LOCALISE, "select_MSD", "ThingSpeak发送数据及获取最新数据"), _defineProperty(_Ardublockly$LOCALISE, "select_SBS", "区域颜色分析"), _defineProperty(_Ardublockly$LOCALISE, "select_LFGC", "寻找绿色的圆形"), _defineProperty(_Ardublockly$LOCALISE, "select_MC", "迷你相机"), _defineProperty(_Ardublockly$LOCALISE, "select_ARATOOC", "LCD绘制图形动画"), _defineProperty(_Ardublockly$LOCALISE, "select_FGAAT", "寻找绿色区域并追踪"), _defineProperty(_Ardublockly$LOCALISE, "select_RCI", "录制摄像头画面"), _defineProperty(_Ardublockly$LOCALISE, "select_MAOSS", "麦克风分析声音频谱"), _defineProperty(_Ardublockly$LOCALISE, "select_PAF", "播放音频文件"), _defineProperty(_Ardublockly$LOCALISE, "select_PV", "播放影片档案"), _defineProperty(_Ardublockly$LOCALISE, "select_TD", "按鈕控制 LCD 时针转动"), _defineProperty(_Ardublockly$LOCALISE, "select_dropdown", "检测不到端口"), _defineProperty(_Ardublockly$LOCALISE, "select_SEDTO", "NB-IoT 发送环境数据至 OneNET"), _defineProperty(_Ardublockly$LOCALISE, "select_RTIFO", "NB-IoT 接收来自 OneNET 的文本指令"), _defineProperty(_Ardublockly$LOCALISE, "select_SPC", "屏幕图片裁剪"), _defineProperty(_Ardublockly$LOCALISE, "select_SPR", "屏幕图案旋转"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTCTPTRC", "按键改变图片至反色"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTCCM", "按键改变图片颜色模式"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTS", "按键改变图片尺寸"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTCTCCM", "按键改变相机颜色模式"), _defineProperty(_Ardublockly$LOCALISE, "select_PTKTBOTCI", "按键改变相机图象的亮度"), _defineProperty(_Ardublockly$LOCALISE, "select_NIMSDTC", "NB-IoT模块发送资料才CocoCloud"), _defineProperty(_Ardublockly$LOCALISE, "select_ionc", "IoT 模块联网案例"), _defineProperty(_Ardublockly$LOCALISE, "select_btsldtc", "按键发送光照数据至 CocoCloud"), _defineProperty(_Ardublockly$LOCALISE, "select_ktsedti", "按键发送环境数据至 IFTTT"), _defineProperty(_Ardublockly$LOCALISE, "select_btoldalua", "按键获取光照数据并根据条件亮灯"), _defineProperty(_Ardublockly$LOCALISE, "select_tsedtc", "定时发送环境数据至 CocoCloud"), _defineProperty(_Ardublockly$LOCALISE, "select_ewhadtnocd", "建立 WiFi 热点并显示连接设备数量"), _defineProperty(_Ardublockly$LOCALISE, "select_ledss", "局域网环境数据存储 - 服务器端"), _defineProperty(_Ardublockly$LOCALISE, "select_ledac", "局域网环境数据获取 - 客户端"), _defineProperty(_Ardublockly$LOCALISE, "select_ctwn", "连接 WiFi 网络"), _defineProperty(_Ardublockly$LOCALISE, "select_bssbms", "模块间按钮状态存储 - 服务端"), _defineProperty(_Ardublockly$LOCALISE, "select_bsrbmc", "模块间按钮状态接收 - 客户端"), _defineProperty(_Ardublockly$LOCALISE, "select_wrcbms", "模块间进行 WebSocket 实时通信 - 发送端"), _defineProperty(_Ardublockly$LOCALISE, "select_wrcbmr", "模块间进行 WebSocket 实时通信 - 接收端"), _defineProperty(_Ardublockly$LOCALISE, "select_snt", "同步网络时间"), _defineProperty(_Ardublockly$LOCALISE, "select_imefc", "IoT 模块扩展功能案例"), _defineProperty(_Ardublockly$LOCALISE, "select_uls", "使用 LED 灯屏"), _defineProperty(_Ardublockly$LOCALISE, "select_umdm", "使用电机驱动模块"), _defineProperty(_Ardublockly$LOCALISE, "select_uoglls", "使用游戏手柄LED 灯屏"), _defineProperty(_Ardublockly$LOCALISE, "select_ctsotem", "在扩展模块上控制舵机"), _defineProperty(_Ardublockly$LOCALISE, "select_connecteds", "有线上传"), _defineProperty(_Ardublockly$LOCALISE, "no_select_connecteds", "无线上传"), _defineProperty(_Ardublockly$LOCALISE, "select_smmlc", "AI 模块机器学习案例"), _defineProperty(_Ardublockly$LOCALISE, "select_gcaerhk", "垃圾分类识别(香港版)"), _defineProperty(_Ardublockly$LOCALISE, "select_fr", "人脸检测"), _defineProperty(_Ardublockly$LOCALISE, "select_or", "物体识别"), _defineProperty(_Ardublockly$LOCALISE, "select_mhdr", "手写数字识别"), _defineProperty(_Ardublockly$LOCALISE, "select_ambc", "AI 模块基础案例"), _defineProperty(_Ardublockly$LOCALISE, "select_bcsc", "按键控制屏幕时针转动"), _defineProperty(_Ardublockly$LOCALISE, "select_kcpccs", "按键控制图片改变颜色制式"), _defineProperty(_Ardublockly$LOCALISE, "select_kcpficc", "按键控制图片进行反色变化"), _defineProperty(_Ardublockly$LOCALISE, "select_bccs", "按键控制颜色切换"), _defineProperty(_Ardublockly$LOCALISE, "select_mc", "迷你相机"), _defineProperty(_Ardublockly$LOCALISE, "select_sor", "屏幕方向旋转"), _defineProperty(_Ardublockly$LOCALISE, "select_sdla", "屏幕绘制线条动画"), _defineProperty(_Ardublockly$LOCALISE, "select_amefc", "AI 模块扩展功能案例"), _defineProperty(_Ardublockly$LOCALISE, "select_auls", "使用 LED 灯屏"), _defineProperty(_Ardublockly$LOCALISE, "select_aumdm", "使用电机驱动模块"), _defineProperty(_Ardublockly$LOCALISE, "select_auogsm", "使用游戏手柄 + 屏幕模块"), _defineProperty(_Ardublockly$LOCALISE, "select_actsotem", "在扩展模块上控制舵机"), _defineProperty(_Ardublockly$LOCALISE, "select_amvc", "AI 模块视觉案例"), _defineProperty(_Ardublockly$LOCALISE, "select_bctbotci", "按键改变相机图像的亮度"), _defineProperty(_Ardublockly$LOCALISE, "select_aca", "区域颜色分析"), _defineProperty(_Ardublockly$LOCALISE, "select_rqc", "识别 QR 二维码"), _defineProperty(_Ardublockly$LOCALISE, "select_lhbl", "寻线(黑线)"), _defineProperty(_Ardublockly$LOCALISE, "select_fgr", "寻找绿色的圆形"), _defineProperty(_Ardublockly$LOCALISE, "select_fgaat", "寻找绿色区域并进行追踪"), _defineProperty(_Ardublockly$LOCALISE, "select_prvf", "播放录制的视频档案"), _defineProperty(_Ardublockly$LOCALISE, "select_pm", "播放音乐"), _defineProperty(_Ardublockly$LOCALISE, "select_rcsas", "录制摄像头画面并保存"), _defineProperty(_Ardublockly$LOCALISE, "select_mssa", "麦克风声音频谱分析"), _defineProperty(_Ardublockly$LOCALISE, "device", "设备"), _defineProperty(_Ardublockly$LOCALISE, "existing_device", "已有设备"), _defineProperty(_Ardublockly$LOCALISE, "add_device", "添加设备"), _defineProperty(_Ardublockly$LOCALISE, "device_id", "设备 ID"), _defineProperty(_Ardublockly$LOCALISE, "device_status", "设备状态"), _defineProperty(_Ardublockly$LOCALISE, "device_confirm", "确认"), _defineProperty(_Ardublockly$LOCALISE, "device_cancel", "取消"), _defineProperty(_Ardublockly$LOCALISE, "add_edevice_success", "设备添加成功"), _defineProperty(_Ardublockly$LOCALISE, "device_next", "下线"), _defineProperty(_Ardublockly$LOCALISE, "device_on", "上线"), _defineProperty(_Ardublockly$LOCALISE, "select_Mandarin", "云端语音识别(普通话)"), _defineProperty(_Ardublockly$LOCALISE, "select_English", "云端语音识别(英文)"), _defineProperty(_Ardublockly$LOCALISE, "select_Cantonese", "云端语音识别(粤语)"), _defineProperty(_Ardublockly$LOCALISE, "sketch_name", "未命名项目"), _defineProperty(_Ardublockly$LOCALISE, "sketch_save", "保存"), _defineProperty(_Ardublockly$LOCALISE, "iot_module", "IoT模块"), _defineProperty(_Ardublockly$LOCALISE, "a_csm", "更换启动模式"), _defineProperty(_Ardublockly$LOCALISE, "a_butvmi", "开机启动可视化菜单界面"), _defineProperty(_Ardublockly$LOCALISE, "a_buartlp", "开机运行上次的程序"), _defineProperty(_Ardublockly$LOCALISE, "Serial_Interaction", "串口交互窗"), _Ardublockly$LOCALISE);