This commit is contained in:
Eason010212
2023-07-11 18:58:55 +08:00
parent df7ac865da
commit 42554657ab
5 changed files with 935 additions and 48 deletions

View File

@@ -69,8 +69,9 @@ var JSLang = {
"select": "请选择",
"monitor": "数据监视表",
"download": "下载数据",
"clear": "清空数据",
"clear": "清空当前主题",
"rtchart": "可视化窗格",
"clearAll": "删除当前主题",
"sender": "发送主题:",
"value": "值",
"noData": "暂无数据",
@@ -90,7 +91,7 @@ var JSLang = {
"bulb": "指示灯",
"timer": "定时触发器",
"trigger": "条件触发器",
"magic": "魔术框",
"magic": "装饰框",
"pixel": "点阵屏",
"video": "视频",
"widget": "组件",
@@ -110,6 +111,8 @@ var JSLang = {
"ble": "蓝牙转发器",
"unitName": "组件名称",
"messTopic": "消息主题",
"readMessTopic": "读取消息主题",
"writeMessTopic": "写入消息主题",
"triggerTopic": "触发消息主题",
"triggerMessage": "触发消息内容",
"triggerInterval": "触发间隔(毫秒)",
@@ -122,11 +125,14 @@ var JSLang = {
"illegalInterval": "最小触发间隔为500毫秒",
"illegalTimes": "触发次数应为非负整数",
"invalidSlideRange": "滑动数值设置有误",
"invalidPixel": "像素设置有误最大值为100",
"slideRange": "滑动范围",
"hideTitle": "内部组件标题",
"min": "最小值",
"max": "最大值",
"step": "步长",
"xpixel": "水平像素",
"ypixel": "垂直像素",
"show": "显示",
"hide": "隐藏",
"choicesList": "选项列表",
@@ -141,6 +147,7 @@ var JSLang = {
"locationSet": "请设置天气数据采集地域",
"columns": "列名",
"color": "颜色",
"bleTarget": "蓝牙设备",
"blue": "蓝色",
"green": "绿色",
"cyan": "青色",
@@ -277,7 +284,8 @@ var JSLang = {
"select": "請選擇",
"monitor": "數據監視表",
"download": "下載數據",
"clear": "清空數據",
"clear": "清空本主題數據",
"clearAll": "移除主題",
"rtchart": "可視化窗格",
"sender": "發送主題:",
"value": "值",
@@ -298,7 +306,7 @@ var JSLang = {
"bulb": "指示燈",
"timer": "定時觸發器",
"trigger": "條件觸發器",
"magic": "魔術框",
"magic": "框",
"pixel": "點陣屏",
"video": "視頻",
"widget": "小部件",
@@ -318,6 +326,8 @@ var JSLang = {
"ble": "藍牙Hub",
"unitName": "組件名稱",
"messTopic": "消息主題",
"readMessTopic": "讀取消息主題",
"writeMessTopic": "寫入消息主題",
"feedbackMode": "反饋模式",
"sameUnit": "當前項目中已存在一個同名組件,請重新命名。",
"nameLenIllegal": "組件名稱非法長度應為1-10個字符",
@@ -326,11 +336,14 @@ var JSLang = {
"illegalTimes": "觸發次數應為非負整數",
"messageLenIllegal": "消息內容不能為空",
"invalidSlideRange": "滑動數值設置有誤",
"invalidPixel": "像素值應為<101的非負整數",
"slideRange": "滑動範圍",
"hideTitle": "內部元件標題",
"min": "最小值",
"max": "最大值",
"step": "步長",
"xpixel": "水平像素",
"ypixel": "垂直像素",
"show": "顯示",
"hide": "隱藏",
"choicesList": "選項列表",
@@ -345,6 +358,7 @@ var JSLang = {
"locationSet": "請設置天氣數據采集地域",
"columns": "列名",
"color": "顏色",
"bleTarget": "藍牙目標",
"blue": "Blue",
"green": "Green",
"cyan": "Cyan",
@@ -481,7 +495,8 @@ var JSLang = {
"select": "Please selet",
"monitor": "Data Monitor",
"download": "Download Data",
"clear": "Clear Data",
"clear": "Clear Current Data",
"clearAll": "Remove Current Topic",
"rtchart": "Real-time Chart",
"sender": "Send Topic: ",
"value": "value",
@@ -502,7 +517,7 @@ var JSLang = {
"bulb": "Bulb",
"timer": "Timing triggers",
"trigger": "Condition triggers",
"magic": "Magic Square",
"magic": "Decoration Square",
"pixel": "Pixel Matrix",
"video": "Video",
"widget": "Widget",
@@ -522,6 +537,8 @@ var JSLang = {
"ble": "Bluetooth Adapter",
"unitName": "Unit Name",
"messTopic": "Message Topic",
"readMessTopic": "Read Message Topic",
"writeMessTopic": "Write Message Topic",
"feedbackMode": "Mode",
"sameUnit": "A unit having the same name already exists.",
"nameLenIllegal": "The length of the unit name should be between 1 and 10 characters.",
@@ -530,11 +547,14 @@ var JSLang = {
"illegalInterval": "Interval illegal (should be more than 500 ms)",
"illegalTimes": "Times illegal (should be an non-negative integer)",
"invalidSlideRange": "Invalid slide range.",
"invalidPixel": "Invalid pixel matrix.",
"slideRange": "Slide Range",
"hideTitle": "Inner Title",
"min": "min",
"max": "max",
"step": "step",
"xpixel": "X Pixel",
"ypixel": "Y Pixel",
"show": "Show",
"hide": "Hide",
"choicesList": "Choices List",
@@ -549,6 +569,7 @@ var JSLang = {
"locationSet": "Please select a location",
"columns": "Columns",
"color": "Color",
"bleTarget": "Bluetooth Device",
"blue": "Blue",
"green": "Green",
"cyan": "Cyan",