iobroker.javascript 9.0.0 → 9.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/admin/assets/{index-B0RKH_iG.js → index-BzKS5vx-.js} +1 -1
- package/admin/custom/assets/index-BXmu6lpn.js +904 -0
- package/admin/custom/customComponents.js +2 -2
- package/admin/i18n/de.json +61 -0
- package/admin/i18n/en.json +61 -0
- package/admin/i18n/es.json +61 -0
- package/admin/i18n/fr.json +61 -0
- package/admin/i18n/it.json +61 -0
- package/admin/i18n/nl.json +61 -0
- package/admin/i18n/pl.json +61 -0
- package/admin/i18n/pt.json +61 -0
- package/admin/i18n/ru.json +61 -0
- package/admin/i18n/uk.json +61 -0
- package/admin/i18n/zh-cn.json +61 -0
- package/admin/mf-manifest.json +1 -1
- package/admin/remoteEntry.js +2 -2
- package/admin/tab.html +1 -1
- package/docs/en/upgrade-guide.md +5 -2
- package/io-package.json +13 -13
- package/package.json +1 -1
- package/admin/custom/assets/index-az76fZMP.js +0 -904
- package/admin/i18n/de/flat.txt +0 -427
- package/admin/i18n/de/translations.json +0 -429
- package/admin/i18n/en/flat.txt +0 -427
- package/admin/i18n/en/translations.json +0 -429
- package/admin/i18n/es/flat.txt +0 -427
- package/admin/i18n/es/translations.json +0 -429
- package/admin/i18n/flat.txt +0 -427
- package/admin/i18n/fr/flat.txt +0 -427
- package/admin/i18n/fr/translations.json +0 -429
- package/admin/i18n/it/flat.txt +0 -427
- package/admin/i18n/it/translations.json +0 -429
- package/admin/i18n/nl/flat.txt +0 -427
- package/admin/i18n/nl/translations.json +0 -429
- package/admin/i18n/pl/flat.txt +0 -427
- package/admin/i18n/pl/translations.json +0 -429
- package/admin/i18n/pt/flat.txt +0 -427
- package/admin/i18n/pt/translations.json +0 -429
- package/admin/i18n/ru/flat.txt +0 -427
- package/admin/i18n/ru/translations.json +0 -429
- package/admin/i18n/uk/flat.txt +0 -427
- package/admin/i18n/uk/translations.json +0 -429
- package/admin/i18n/zh-cn/flat.txt +0 -427
- package/admin/i18n/zh-cn/translations.json +0 -429
|
@@ -1,429 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Action": "系统指令",
|
|
3
|
-
"selector": "选择器中的 Id",
|
|
4
|
-
"exec": "执行指令",
|
|
5
|
-
"exec_statement": "处理返回值",
|
|
6
|
-
"exec_command": "命令行指令",
|
|
7
|
-
"exec_tooltip": "执行一些指令",
|
|
8
|
-
"exec_help": "exec---execute-some-os-command-like-cp-file1-file2",
|
|
9
|
-
"exec_log": "日志级别",
|
|
10
|
-
"exec_log_none": "不输出",
|
|
11
|
-
"exec_log_info": "必要信息",
|
|
12
|
-
"exec_log_debug": "调试信息",
|
|
13
|
-
"exec_log_warn": "警告信息",
|
|
14
|
-
"exec_log_error": "错误信息",
|
|
15
|
-
"request": "请求网址",
|
|
16
|
-
"request_url": "网址",
|
|
17
|
-
"request_statement": "处理返回值",
|
|
18
|
-
"request_tooltip": "请求网址",
|
|
19
|
-
"request_help": "https://github.com/request/request",
|
|
20
|
-
"request_log": "日志级别",
|
|
21
|
-
"request_log_none": "不输出",
|
|
22
|
-
"request_log_info": "必要信息",
|
|
23
|
-
"request_log_debug": "调试信息",
|
|
24
|
-
"request_log_warn": "警告信息",
|
|
25
|
-
"request_log_error": "错误信息",
|
|
26
|
-
"Convert": "转换",
|
|
27
|
-
"convert_tonumber": "至数字",
|
|
28
|
-
"convert_tonumber_tooltip": "将输入转换为数字",
|
|
29
|
-
"convert_toboolean": "至布尔值",
|
|
30
|
-
"convert_toboolean_tooltip": "将输入转换为布尔值",
|
|
31
|
-
"convert_tostring": "至字符串",
|
|
32
|
-
"convert_tostring_tooltip": "将输入转换为字符串",
|
|
33
|
-
"convert_type": "获取类型",
|
|
34
|
-
"convert_type_tooltip": "返回输入类型",
|
|
35
|
-
"convert_to_date": "至日期/时间",
|
|
36
|
-
"convert_to_date_tooltip": "将输入转换为至日期/时间",
|
|
37
|
-
"convert_from_date": "从日期/时间",
|
|
38
|
-
"convert_to": "至",
|
|
39
|
-
"convert_from_date_tooltip": "将输入时间转换目标格式的时间",
|
|
40
|
-
"convert_json2object": "从JSON到对象",
|
|
41
|
-
"convert_json2object_tooltip": "解析JSON字符串",
|
|
42
|
-
"convert_object2json": "从对象到JSON",
|
|
43
|
-
"convert_object2json_tooltip": "将对象转为JSON字符串",
|
|
44
|
-
"convert_object2json_prettify": "并格式化",
|
|
45
|
-
"convert_jsonata": "JSONata表达式",
|
|
46
|
-
"convert_jsonata_target": "适用于",
|
|
47
|
-
"convert_jsonata_tooltip": "通过JSONata表达式转换",
|
|
48
|
-
"convert_time_difference": "时间差异",
|
|
49
|
-
"time_difference_hh:mm:ss": "hh:mm:ss",
|
|
50
|
-
"time_difference_h:m:s": "h:m:s",
|
|
51
|
-
"time_difference_hh:mm": "hh:mm",
|
|
52
|
-
"time_difference_h:m": "h:m",
|
|
53
|
-
"time_difference_mm:ss": "m:s",
|
|
54
|
-
"time_difference_m:s": "mm:ss",
|
|
55
|
-
"time_difference_custom": "自定义格式",
|
|
56
|
-
"time_difference_default_format": "hh:mm:ss",
|
|
57
|
-
"convert_time_difference_tooltip": "溶剂",
|
|
58
|
-
"Sendto": "发消息",
|
|
59
|
-
"sendto_message": "消息",
|
|
60
|
-
"sendto_custom": "发消息给",
|
|
61
|
-
"sendto_custom_tooltip": "给适配器发消息",
|
|
62
|
-
"sendto_custom_help": "发消息给",
|
|
63
|
-
"sendto_custom_arguments": "参数组",
|
|
64
|
-
"sendto_custom_command": "命令",
|
|
65
|
-
"sendto_custom_argument": "参数",
|
|
66
|
-
"sendto_custom_arg_tooltip": "增加发送消息的参数",
|
|
67
|
-
"sendto_no_instances": "没有实例",
|
|
68
|
-
"sendto_log": "日志级别",
|
|
69
|
-
"sendto_log_none": "不输出",
|
|
70
|
-
"sendto_log_info": "必要信息",
|
|
71
|
-
"sendto_log_debug": "调试信息",
|
|
72
|
-
"sendto_log_warn": "警告信息",
|
|
73
|
-
"sendto_log_error": "错误信息",
|
|
74
|
-
"sendto_gethistory_name": "getHistory",
|
|
75
|
-
"sendto_gethistory_instance": "实例",
|
|
76
|
-
"sendto_gethistory_oid": "获取对象ID",
|
|
77
|
-
"sendto_gethistory_start": "(时)",
|
|
78
|
-
"sendto_gethistory_end": "在此之前(时间)",
|
|
79
|
-
"sendto_gethistory_aggregate": "同意\"",
|
|
80
|
-
"sendto_gethistory_none": "不输出",
|
|
81
|
-
"sendto_gethistory_minimum": "最低限度",
|
|
82
|
-
"sendto_gethistory_maximum": "最高限额",
|
|
83
|
-
"sendto_gethistory_cnt": "目 录",
|
|
84
|
-
"sendto_gethistory_avg": "平均值",
|
|
85
|
-
"sendto_gethistory_step": "步骤",
|
|
86
|
-
"sendto_gethistory_ms": "毫秒",
|
|
87
|
-
"sendto_gethistory_sec": "秒",
|
|
88
|
-
"sendto_gethistory_min": "分",
|
|
89
|
-
"sendto_gethistory_hour": "小时",
|
|
90
|
-
"sendto_gethistory_day": "日 日",
|
|
91
|
-
"sendto_gethistory_tooltip": "A. 要求数据库资料",
|
|
92
|
-
"sendto_gethistory_help": "gethistory",
|
|
93
|
-
"System": "系统",
|
|
94
|
-
"debug": "调试输出",
|
|
95
|
-
"debug_tooltip": "输出调试信息",
|
|
96
|
-
"debug_help": "log---gives-out-the-message-into-log",
|
|
97
|
-
"comment": "注释",
|
|
98
|
-
"comment_tooltip": "输入注释来解释代码",
|
|
99
|
-
"control": "将",
|
|
100
|
-
"control_tooltip": "控制对象",
|
|
101
|
-
"control_help": "设置状态",
|
|
102
|
-
"control_with": "的值设置为",
|
|
103
|
-
"control_delay": "。要延时",
|
|
104
|
-
"control_ms": "毫秒",
|
|
105
|
-
"control_sec": "秒",
|
|
106
|
-
"control_min": "分",
|
|
107
|
-
"control_clear_running": "后执行。清除未运行的指令",
|
|
108
|
-
"toggle": "将",
|
|
109
|
-
"toggle_tooltip": "切换状态",
|
|
110
|
-
"toggle_help": "设置状态",
|
|
111
|
-
"toggle_with": "伴随",
|
|
112
|
-
"toggle_delay": "的值切换。要延时",
|
|
113
|
-
"toggle_ms": "毫秒",
|
|
114
|
-
"toggle_clear_running": "后执行。清除未运行的指令",
|
|
115
|
-
"update": "仅将",
|
|
116
|
-
"update_tooltip": "仅更新值",
|
|
117
|
-
"update_help": "设置状态",
|
|
118
|
-
"update_with": "的值更新为",
|
|
119
|
-
"update_delay": "。要延时",
|
|
120
|
-
"update_ms": "毫秒",
|
|
121
|
-
"direct": "将",
|
|
122
|
-
"direct_tooltip": "将两个设备状态绑定在一起",
|
|
123
|
-
"direct_help": "设置状态",
|
|
124
|
-
"direct_oid_src": "Object",
|
|
125
|
-
"direct_only_changes": "。仅变化时更新",
|
|
126
|
-
"direct_oid_dst": "的状态绑定到",
|
|
127
|
-
"control_ex": "发命令",
|
|
128
|
-
"control_ex_tooltip": "通用发命令块",
|
|
129
|
-
"control_ex_control": "控制设备",
|
|
130
|
-
"control_ex_update": "仅更新值",
|
|
131
|
-
"control_ex_delay": "以毫秒延时执行",
|
|
132
|
-
"control_ex_value": "值",
|
|
133
|
-
"control_ex_clear_running": "清除未运行的指令",
|
|
134
|
-
"create": "创建",
|
|
135
|
-
"create_jsState": "全局状态",
|
|
136
|
-
"create_oid": "获取对象ID",
|
|
137
|
-
"create_init": "初始值",
|
|
138
|
-
"create_common": "Common",
|
|
139
|
-
"create_type": "状态类型",
|
|
140
|
-
"create_type_string": "串",
|
|
141
|
-
"create_type_number": "数",
|
|
142
|
-
"create_type_boolean": "布尔",
|
|
143
|
-
"create_type_json": "json",
|
|
144
|
-
"create_readable": "状态是否可读",
|
|
145
|
-
"create_writeable": "状态是否可写",
|
|
146
|
-
"create_tooltip": "创建全局可见的状态变量",
|
|
147
|
-
"create_help": "createstate",
|
|
148
|
-
"get_value": "获取状态的值",
|
|
149
|
-
"get_value_OID": "来自于",
|
|
150
|
-
"get_value_tooltip": "使用对话框选择对象ID",
|
|
151
|
-
"get_value_help": "获取对象的指定属性值",
|
|
152
|
-
"get_value_default": "对象ID",
|
|
153
|
-
"get_value_val": "值",
|
|
154
|
-
"get_value_ack": "是否应答",
|
|
155
|
-
"get_value_ts": "当前时间戳",
|
|
156
|
-
"get_value_lc": "上次变更时间",
|
|
157
|
-
"get_value_q": "状态质量",
|
|
158
|
-
"get_value_comment": "值评论",
|
|
159
|
-
"get_value_from": "上次变更发起者",
|
|
160
|
-
"get_common_name": "对象名称",
|
|
161
|
-
"get_common_desc": "对象描述",
|
|
162
|
-
"get_common_unit": "国家单位",
|
|
163
|
-
"get_common_role": "对象角色",
|
|
164
|
-
"get_common_state_type": "状态类型",
|
|
165
|
-
"get_common_object_type": "对象类型",
|
|
166
|
-
"get_common_read": "状态是否可读",
|
|
167
|
-
"get_common_write": "状态是否可写",
|
|
168
|
-
"get_value_async": "获取状态的值",
|
|
169
|
-
"get_object": "Object",
|
|
170
|
-
"get_object_default": "对象ID",
|
|
171
|
-
"get_object_tooltip": "目的和宗旨",
|
|
172
|
-
"get_object_help": "getobject",
|
|
173
|
-
"field_oid": "选择对象ID",
|
|
174
|
-
"field_oid_OID": "获取对象ID",
|
|
175
|
-
"field_oid_OID_meta": "获取对象ID (meta)",
|
|
176
|
-
"field_oid_OID_script": "获取对象ID (script)",
|
|
177
|
-
"field_oid_tooltip": "使用对话框选择对象ID",
|
|
178
|
-
"get_attr": "获取属性",
|
|
179
|
-
"get_attr_path": "获取",
|
|
180
|
-
"get_attr_by": "属性,来自于对象",
|
|
181
|
-
"get_attr_tooltip": "通过规则获取对象或JSON的属性,如:'attr1.attr'",
|
|
182
|
-
"get_attr_help": "获取属性",
|
|
183
|
-
"text_newline": "换行",
|
|
184
|
-
"text_newline_tooltip": "在文本中添加换行",
|
|
185
|
-
"math_rndfixed_round": "约",
|
|
186
|
-
"math_rndfixed_to": "至",
|
|
187
|
-
"math_rndfixed_decplcs": "小数位",
|
|
188
|
-
"math_rndfixed_tooltip": "将值舍入为n个小数位",
|
|
189
|
-
"Time": "日期和时间",
|
|
190
|
-
"time_compare_ex": "当前时间",
|
|
191
|
-
"time_compare_custom_ex": "设定时间",
|
|
192
|
-
"time_compare_is_ex": "是",
|
|
193
|
-
"time_compare_ex_custom": "时间",
|
|
194
|
-
"time_compare_ex_tooltip": "比较时间",
|
|
195
|
-
"time_compare_ex_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
196
|
-
"time_compare": "当前时间是",
|
|
197
|
-
"time_compare_tooltip": "比较当前时间",
|
|
198
|
-
"time_compare_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
199
|
-
"time_compare_lt": "小于",
|
|
200
|
-
"time_compare_le": "小于等于",
|
|
201
|
-
"time_compare_gt": "大于",
|
|
202
|
-
"time_compare_ge": "大于等于",
|
|
203
|
-
"time_compare_eq": "等于",
|
|
204
|
-
"time_compare_bw": "之间",
|
|
205
|
-
"time_compare_nb": "之外",
|
|
206
|
-
"time_compare_and": "和",
|
|
207
|
-
"time_get": "获取当前时间,格式为",
|
|
208
|
-
"time_get_default_format": "YYYY.MM.DD hh:mm:ss.sss",
|
|
209
|
-
"time_get_anyInstance": "所有实例",
|
|
210
|
-
"time_get_tooltip": "按指定格式获取当前时间",
|
|
211
|
-
"time_get_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
212
|
-
"time_get_object": "日期对象",
|
|
213
|
-
"time_get_ms": "毫秒",
|
|
214
|
-
"time_get_s": "秒",
|
|
215
|
-
"time_get_m": "分钟",
|
|
216
|
-
"time_get_mid": "一天中的分钟",
|
|
217
|
-
"time_get_sid": "一天中的秒",
|
|
218
|
-
"time_get_h": "小时",
|
|
219
|
-
"time_get_d": "一个月的一天",
|
|
220
|
-
"time_get_M": "月份为数字",
|
|
221
|
-
"time_get_Mt": "月份作为文字",
|
|
222
|
-
"time_get_Mts": "月份作为缩写文字",
|
|
223
|
-
"time_get_y": "简写的年",
|
|
224
|
-
"time_get_fy": "完整的年",
|
|
225
|
-
"time_get_wdt": "星期作为文字",
|
|
226
|
-
"time_get_wdts": "星期作为缩写文字",
|
|
227
|
-
"time_get_wd": "星期作为数字",
|
|
228
|
-
"time_get_custom": "自定义格式",
|
|
229
|
-
"time_get_yyyy.mm.dd": "yyyy.mm.dd",
|
|
230
|
-
"time_get_yyyy/mm/dd": "yyyy/mm/dd",
|
|
231
|
-
"time_get_yy.mm.dd": "yy.mm.dd",
|
|
232
|
-
"time_get_yy/mm/dd": "yy/mm/dd",
|
|
233
|
-
"time_get_dd.mm.yyyy": "dd.mm.yyyy",
|
|
234
|
-
"time_get_dd/mm/yyyy": "dd/mm/yyyy",
|
|
235
|
-
"time_get_dd.mm.yy": "dd.mm.yy",
|
|
236
|
-
"time_get_dd/mm/yy": "dd/mm/yy",
|
|
237
|
-
"time_get_mm/dd/yyyy": "mm/dd/yyyy",
|
|
238
|
-
"time_get_mm/dd/yy": "mm/dd/yy",
|
|
239
|
-
"time_get_dd.mm": "dd.mm.",
|
|
240
|
-
"time_get_dd/mm": "dd/mm",
|
|
241
|
-
"time_get_mm.dd": "mm.dd",
|
|
242
|
-
"time_get_mm/dd": "mm/dd",
|
|
243
|
-
"time_get_hh_mm": "hh:mm",
|
|
244
|
-
"time_get_hh_mm_ss": "hh:mm:ss",
|
|
245
|
-
"time_get_hh_mm_ss.sss": "hh:mm:ss.sss",
|
|
246
|
-
"time_astro": "当前时间",
|
|
247
|
-
"time_astro_offset": "延时(分钟)",
|
|
248
|
-
"time_astro_default_format": "YYYY.MM.DD hh:mm:ss.sss",
|
|
249
|
-
"time_astro_tooltip": "获取当前时间或当前时间加延时",
|
|
250
|
-
"time_astro_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
251
|
-
"time_get_special": "计算时间",
|
|
252
|
-
"time_get_special_day_start": "日 开 幕",
|
|
253
|
-
"time_get_special_day_end": "日 本",
|
|
254
|
-
"time_get_special_week_start": "每周开始",
|
|
255
|
-
"time_get_special_week_end": "周末",
|
|
256
|
-
"time_get_special_month_start": "月起",
|
|
257
|
-
"time_get_special_month_end": "月底",
|
|
258
|
-
"time_get_special_tooltip": "定时邮票",
|
|
259
|
-
"time_get_special_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
260
|
-
"time_calculation": "时间",
|
|
261
|
-
"time_calculation_on": "基础",
|
|
262
|
-
"time_calculation_ms": "毫秒",
|
|
263
|
-
"time_calculation_sec": "秒",
|
|
264
|
-
"time_calculation_min": "分",
|
|
265
|
-
"time_calculation_hour": "小时",
|
|
266
|
-
"time_calculation_day": "日 日",
|
|
267
|
-
"time_calculation_week": "星期",
|
|
268
|
-
"time_calculation_tooltip": "增加或说明时间",
|
|
269
|
-
"time_calculation_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
270
|
-
"Timeouts": "定时器",
|
|
271
|
-
"timeouts_wait": "暂停",
|
|
272
|
-
"timeouts_wait_tooltip": "暂停执行指定的时间",
|
|
273
|
-
"timeouts_wait_help": "wait",
|
|
274
|
-
"timeouts_settimeout": "将",
|
|
275
|
-
"timeouts_settimeout_name": "超时",
|
|
276
|
-
"timeouts_settimeout_in": "延时",
|
|
277
|
-
"timeouts_settimeout_ms": "毫秒",
|
|
278
|
-
"timeouts_settimeout_sec": "秒",
|
|
279
|
-
"timeouts_settimeout_min": "分",
|
|
280
|
-
"timeouts_settimeout_tooltip": "延迟执行",
|
|
281
|
-
"timeouts_settimeout_help": "设置超时时间是",
|
|
282
|
-
"timeouts_cleartimeout": "清除",
|
|
283
|
-
"timeouts_cleartimeout_tooltip": "清除延迟执行",
|
|
284
|
-
"timeouts_cleartimeout_help": "清除超时时间",
|
|
285
|
-
"timeouts_gettimeout": "超时",
|
|
286
|
-
"timeouts_gettimeout_tooltip": "超时",
|
|
287
|
-
"timeouts_gettimeout_help": "清除超时时间",
|
|
288
|
-
"timeouts_setinterval": "执行",
|
|
289
|
-
"timeouts_setinterval_name": "间隔",
|
|
290
|
-
"timeouts_setinterval_in": "每一个",
|
|
291
|
-
"timeouts_setinterval_ms": "毫秒",
|
|
292
|
-
"timeouts_setinterval_tooltip": "循环执行",
|
|
293
|
-
"timeouts_setinterval_help": "设置间隔",
|
|
294
|
-
"timeouts_clearinterval": "清除间隔",
|
|
295
|
-
"timeouts_clearinterval_tooltip": "清除执行间隔",
|
|
296
|
-
"timeouts_clearinterval_help": "清除间隔",
|
|
297
|
-
"timeouts_getinterval": "间隔",
|
|
298
|
-
"timeouts_getinterval_tooltip": "间隔",
|
|
299
|
-
"timeouts_getinterval_help": "清除间隔",
|
|
300
|
-
"Trigger": "触发",
|
|
301
|
-
"on_onchange": "已改变",
|
|
302
|
-
"on_any": "已更新",
|
|
303
|
-
"on_gt": "大于上次",
|
|
304
|
-
"on_ge": "大于等于上次",
|
|
305
|
-
"on_lt": "小于上次",
|
|
306
|
-
"on_le": "小于等于上次",
|
|
307
|
-
"on_eq": "与上次相同",
|
|
308
|
-
"on_true": "为真",
|
|
309
|
-
"on_false": "为假",
|
|
310
|
-
"on_help": "on---subscribe-on-changes-or-updates-of-some-state",
|
|
311
|
-
"on_ack": "应答为",
|
|
312
|
-
"on_ack_any": "任何",
|
|
313
|
-
"on_ack_true": "更新",
|
|
314
|
-
"on_ack_false": "命令",
|
|
315
|
-
"on_ext": "事件:如果对象",
|
|
316
|
-
"on_ext_tooltip": "如果对象有改变或更新则触发",
|
|
317
|
-
"on_ext_oid": "对象ID",
|
|
318
|
-
"on_ext_oid_tooltip": "对象ID",
|
|
319
|
-
"on_ext_on": "触发源",
|
|
320
|
-
"on_ext_on_tooltip": "多触发源触发",
|
|
321
|
-
"on": "事件:如果对象",
|
|
322
|
-
"on_tooltip": "如果对象有改变或更新则触发",
|
|
323
|
-
"on_source": "得到",
|
|
324
|
-
"on_source_of": "触发器",
|
|
325
|
-
"on_source_tooltip": "获取触发此次事件的对象的信息",
|
|
326
|
-
"on_source_id": "对象ID",
|
|
327
|
-
"on_source_name": "名字",
|
|
328
|
-
"on_source_desc": "描述",
|
|
329
|
-
"on_source_channel_id": "通道ID",
|
|
330
|
-
"on_source_channel_name": "通道名称",
|
|
331
|
-
"on_source_device_id": "设备ID",
|
|
332
|
-
"on_source_device_name": "设备名称",
|
|
333
|
-
"on_source_state_val": "状态值",
|
|
334
|
-
"on_source_state_ts": "状态时间戳",
|
|
335
|
-
"on_source_state_q": "状态质量",
|
|
336
|
-
"on_source_state_from": "值的来源",
|
|
337
|
-
"on_source_state_ack": "是命令或更新",
|
|
338
|
-
"on_source_state_lc": "上一次状态改变的时间",
|
|
339
|
-
"on_source_state_c": "最后状态的评论",
|
|
340
|
-
"on_source_state_user": "最后状态的用户",
|
|
341
|
-
"on_source_oldstate_val": "触发前的值",
|
|
342
|
-
"on_source_oldstate_ts": "触发前的时间戳",
|
|
343
|
-
"on_source_oldstate_q": "触发前的质量",
|
|
344
|
-
"on_source_oldstate_from": "触发前的值的来源",
|
|
345
|
-
"on_source_oldstate_ack": "触发前的是命令或更新",
|
|
346
|
-
"on_source_oldstate_lc": "触发前的上一次状态改变的时间",
|
|
347
|
-
"on_source_oldstate_c": "以前的评论",
|
|
348
|
-
"on_source_oldstate_user": "以前的用户",
|
|
349
|
-
"on_source_warning": "必须在事件块内使用此块",
|
|
350
|
-
"schedule": "调度器",
|
|
351
|
-
"schedule_tooltip": "周期执行一些事",
|
|
352
|
-
"schedule_help": "调度器",
|
|
353
|
-
"astro": "天文事件",
|
|
354
|
-
"astro_tooltip": "当设定的天文时间被触发后执行一些事",
|
|
355
|
-
"astro_offset": ",延时",
|
|
356
|
-
"astro_minutes": "分钟",
|
|
357
|
-
"astro_sunriseText": "日出",
|
|
358
|
-
"astro_sunriseEndText": "日出结束",
|
|
359
|
-
"astro_goldenHourEndText": "黄金时段结束",
|
|
360
|
-
"astro_solarNoonText": "太阳正午",
|
|
361
|
-
"astro_goldenHourText": "黄金时段",
|
|
362
|
-
"astro_sunsetStartText": "日落开始",
|
|
363
|
-
"astro_sunsetText": "日落",
|
|
364
|
-
"astro_duskText": "黄昏",
|
|
365
|
-
"astro_nauticalDuskText": "航海黄昏",
|
|
366
|
-
"astro_nightText": "夜晚",
|
|
367
|
-
"astro_nightEndText": "夜晚结束",
|
|
368
|
-
"astro_nauticalDawnText": "航海黎明",
|
|
369
|
-
"astro_dawnText": "黎明",
|
|
370
|
-
"astro_nadirText": "最低点",
|
|
371
|
-
"astro_help": "astro--function",
|
|
372
|
-
"schedule_create": "调度器",
|
|
373
|
-
"schedule_create_name": "调度器",
|
|
374
|
-
"schedule_text": "计划任务规则",
|
|
375
|
-
"schedule_create_tooltip": "定期执行",
|
|
376
|
-
"schedule_create_help": "的setTimeout",
|
|
377
|
-
"schedule_clear": "清除",
|
|
378
|
-
"schedule_clear_tooltip": "清除调度器",
|
|
379
|
-
"schedule_clear_help": "清除超时",
|
|
380
|
-
"field_cron": "计划任务",
|
|
381
|
-
"field_cron_CRON": "计划任务",
|
|
382
|
-
"field_cron_tooltip": "使用对话框创建计划任务规则",
|
|
383
|
-
"cron_builder": "计划任务",
|
|
384
|
-
"cron_builder_CRON": "计划任务",
|
|
385
|
-
"cron_builder_tooltip": "使用对话框创建计划任务规则",
|
|
386
|
-
"cron_builder_with_seconds": "精确到秒",
|
|
387
|
-
"cron_builder_dow": "星期",
|
|
388
|
-
"cron_builder_month": "月份",
|
|
389
|
-
"cron_builder_day": "日期",
|
|
390
|
-
"cron_builder_hour": "小时",
|
|
391
|
-
"cron_builder_minutes": "分钟",
|
|
392
|
-
"cron_builder_seconds": "秒",
|
|
393
|
-
"cron_builder_line": "横向显示",
|
|
394
|
-
"procedures_defcustomreturn_name": "JS function with return",
|
|
395
|
-
"procedures_defcustomnoreturn_name": "Javascript function",
|
|
396
|
-
"logic_switch_case": "开关/箱",
|
|
397
|
-
"logic_switch_case_is": "情况是",
|
|
398
|
-
"logic_switch_case_of": "的情况下",
|
|
399
|
-
"logic_switch_do": "做",
|
|
400
|
-
"logic_switch_tooltip": "如果条件为真,则执行某些操作。如果没有匹配的情况,将执行默认功能。",
|
|
401
|
-
"logic_switch_default_tooltip": "如果没有匹配的情况,此功能将运行。",
|
|
402
|
-
"logic_switch_control_case_tooltip": "这是用于条件的变量。",
|
|
403
|
-
"onFile": "事件:如果文件",
|
|
404
|
-
"onFile_file": "文件模式",
|
|
405
|
-
"onFile_withFile": "有文件数据",
|
|
406
|
-
"onFile_tooltip": "如果某些文件更改或更新",
|
|
407
|
-
"onFile_help": "onFile",
|
|
408
|
-
"offFile": "取消文件事件",
|
|
409
|
-
"offFile_tooltip": "取消订阅文件更改",
|
|
410
|
-
"offFile_help": "offFile",
|
|
411
|
-
"sendto_otherscript_name": "其他说明",
|
|
412
|
-
"sendto_otherscript_instance": "实例",
|
|
413
|
-
"sendto_otherscript_anyInstance": "所有实例",
|
|
414
|
-
"sendto_otherscript_script": "脚本",
|
|
415
|
-
"sendto_otherscript_message": "消息",
|
|
416
|
-
"sendto_otherscript_data": "数据",
|
|
417
|
-
"sendto_otherscript_tooltip": "其他说明",
|
|
418
|
-
"sendto_otherscript_help": "其他说明",
|
|
419
|
-
"onMessage": "活动:收到信息",
|
|
420
|
-
"onMessage_message": "消息",
|
|
421
|
-
"onMessage_tooltip": "消息",
|
|
422
|
-
"onMessage_help": "onMessage",
|
|
423
|
-
"logic_between_min": "明 明",
|
|
424
|
-
"logic_between_max": "Max",
|
|
425
|
-
"logic_between_tooltip": "如果最小值和最大值之间的数字",
|
|
426
|
-
"logic_ifempty": "空",
|
|
427
|
-
"logic_ifempty_then": "然后",
|
|
428
|
-
"logic_ifempty_tooltip": "检查是否为空"
|
|
429
|
-
}
|