mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
update zh-CN translation for nodes information
This commit is contained in:
parent
13a59a882e
commit
1137cd5ca5
@ -37,6 +37,7 @@
|
||||
"stopped": "停止",
|
||||
"failed": "注入失败: __error__",
|
||||
"label": {
|
||||
"properties": "属性",
|
||||
"repeat": "重复",
|
||||
"flow": "流上下午",
|
||||
"global": "全局上下文",
|
||||
@ -79,12 +80,13 @@
|
||||
"on": "在",
|
||||
"onstart": "立刻执行于",
|
||||
"onceDelay": "秒后, 此后",
|
||||
"tip": "<b>注意:</b> \"指定时间段周期性执行\" 和 \"指定时间\" 会使用cron系统.<br/> 详情查看信息页.",
|
||||
"success": "成功注入: __label__",
|
||||
"errors": {
|
||||
"failed": "注入失败, 请查看日志",
|
||||
"toolong": "周期过长"
|
||||
}
|
||||
"toolong": "周期过长",
|
||||
"invalid-expr": "无效的JSONata表达式: __error__"
|
||||
},
|
||||
"tip": "<b>注意:</b> \"指定时间段周期性执行\" 和 \"指定时间\" 会使用cron系统.<br/> 详情查看信息页."
|
||||
},
|
||||
"catch": {
|
||||
"catch": "捕获:所有节点",
|
||||
@ -117,15 +119,17 @@
|
||||
},
|
||||
"debug": {
|
||||
"output": "输出",
|
||||
"status": "状态",
|
||||
"none": "None",
|
||||
"invalid-exp": "无效的JSONata表达式: __error__",
|
||||
"msgprop": "信息属性",
|
||||
"msgobj": "完整信息",
|
||||
"autostatus": "自动的",
|
||||
"to": "目标",
|
||||
"debtab": "调试窗口",
|
||||
"tabcon": "调试窗口及Console",
|
||||
"tabcon": "调试窗口及控制台",
|
||||
"toSidebar": "调试窗口",
|
||||
"toConsole": "Console",
|
||||
"toConsole": "控制台",
|
||||
"toStatus": "节点状态 (32位字符)",
|
||||
"severity": "级别",
|
||||
"notification": {
|
||||
@ -181,7 +185,7 @@
|
||||
}
|
||||
},
|
||||
"exec": {
|
||||
"exec": "exec",
|
||||
"exec": "执行",
|
||||
"spawn": "spawn",
|
||||
"label": {
|
||||
"command": "命令",
|
||||
@ -207,8 +211,14 @@
|
||||
"function": "函数",
|
||||
"label": {
|
||||
"function": "函数",
|
||||
"initialize": "设置",
|
||||
"finalize": "关闭",
|
||||
"outputs": "输出"
|
||||
},
|
||||
"text": {
|
||||
"initialize": "// 部署节点后,此处添加的代码将运行一次。 \n",
|
||||
"finalize": "// 节点正在停止或重新部署时,将运行此处添加的代码。 \n"
|
||||
},
|
||||
"error": {
|
||||
"inputListener": "无法在函数中监听对'注入'事件",
|
||||
"non-message-returned": "函数节点尝试返回类型为 __type__ 的信息"
|
||||
@ -311,6 +321,7 @@
|
||||
"h": "小时"
|
||||
},
|
||||
"extend": " 如有新信息,延长延迟",
|
||||
"second": " 发送第二条消息到单独的输出",
|
||||
"label": {
|
||||
"trigger": "触发",
|
||||
"trigger-block": "触发并阻止",
|
||||
@ -524,14 +535,12 @@
|
||||
"connection-closed": "连接已关闭 __host__:__port__",
|
||||
"connections": "__count__ 个连接",
|
||||
"connections_plural": "__count__ 个连接"
|
||||
|
||||
},
|
||||
"errors": {
|
||||
"connection-lost": "连接中断 __host__:__port__",
|
||||
"timeout": "超时关闭套接字连接,端口 __port__",
|
||||
"cannot-listen": "无法监听端口 __port__, 错误: __error__",
|
||||
"error": "错误: __error__",
|
||||
|
||||
"socket-error": "套接字连接错误来自 __host__:__port__",
|
||||
"no-host": "主机地址或端口未设定",
|
||||
"connect-timeout": "连接超时",
|
||||
@ -657,7 +666,8 @@
|
||||
"errors": {
|
||||
"invalid-from": "无效的'from'属性: __error__",
|
||||
"invalid-json": "无效的'to'JSON 属性",
|
||||
"invalid-expr": "无效的JSONata表达式: __error__"
|
||||
"invalid-expr": "无效的JSONata表达式: __error__",
|
||||
"no-override": "无法设置非对象类型的属性: __property__"
|
||||
}
|
||||
},
|
||||
"range": {
|
||||
@ -671,9 +681,9 @@
|
||||
"roundresult": "取最接近整数?"
|
||||
},
|
||||
"placeholder": {
|
||||
"min": "e.g. 0",
|
||||
"maxin": "e.g. 99",
|
||||
"maxout": "e.g. 255"
|
||||
"min": "比如: 0",
|
||||
"maxin": "比如: 99",
|
||||
"maxout": "比如: 255"
|
||||
},
|
||||
"scale": {
|
||||
"payload": "按比例msg.payload",
|
||||
@ -698,7 +708,9 @@
|
||||
"output": "输出",
|
||||
"includerow": "包含列名行",
|
||||
"newline": "换行符",
|
||||
"usestrings": "解析数值"
|
||||
"usestrings": "解析数值",
|
||||
"include_empty_strings": "包含空字符串",
|
||||
"include_null_values": "包含空值"
|
||||
},
|
||||
"placeholder": {
|
||||
"columns": "用逗号分割列名"
|
||||
@ -721,9 +733,15 @@
|
||||
"mac": "Mac (\\r)",
|
||||
"windows": "Windows (\\r\\n)"
|
||||
},
|
||||
"hdrout": {
|
||||
"none": "从不发送列标题",
|
||||
"all": "总是发送列标题",
|
||||
"once": "发送头一次,直到 msg.reset"
|
||||
},
|
||||
"errors": {
|
||||
"csv_js": "此节点仅处理CSV字符串或JS对象",
|
||||
"obj_csv": "对象->CSV转换未设定列模版"
|
||||
"obj_csv": "对象->CSV转换未设定列模版",
|
||||
"bad_csv": "CSV数据格式错误-输出可能已损坏。"
|
||||
}
|
||||
},
|
||||
"html": {
|
||||
@ -791,8 +809,8 @@
|
||||
"breaklines": "分拆成行",
|
||||
"filelabel": "文件",
|
||||
"sendError": "发生错误时发送消息(传统模式)",
|
||||
"deletelabel": "删除 __file__",
|
||||
"encoding": "编码",
|
||||
"deletelabel": "删除 __file__",
|
||||
"utf8String": "UTF8字符串",
|
||||
"binaryBuffer": "二进制buffer"
|
||||
},
|
||||
@ -850,7 +868,7 @@
|
||||
"addname": " 复制键到 "
|
||||
},
|
||||
"join": {
|
||||
"join": "join",
|
||||
"join": "连接",
|
||||
"mode": {
|
||||
"mode": "模式",
|
||||
"auto": "自动",
|
||||
@ -894,7 +912,8 @@
|
||||
"fixup": "Fix-up exp"
|
||||
},
|
||||
"errors": {
|
||||
"invalid-expr": "无效的JSONata表达式: __error__"
|
||||
"invalid-expr": "无效的JSONata表达式: __error__",
|
||||
"invalid-type": "Cannot join __error__ to buffer"
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
|
Loading…
Reference in New Issue
Block a user