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": "Actions",
|
|
3
|
-
"selector": "IDs from Selector",
|
|
4
|
-
"exec": "exec",
|
|
5
|
-
"exec_statement": "with results",
|
|
6
|
-
"exec_command": "command",
|
|
7
|
-
"exec_tooltip": "Execute some command",
|
|
8
|
-
"exec_help": "exec---execute-some-os-command-like-cp-file1-file2",
|
|
9
|
-
"exec_log": "log level",
|
|
10
|
-
"exec_log_none": "none",
|
|
11
|
-
"exec_log_info": "info",
|
|
12
|
-
"exec_log_debug": "debug",
|
|
13
|
-
"exec_log_warn": "warning",
|
|
14
|
-
"exec_log_error": "error",
|
|
15
|
-
"request": "request",
|
|
16
|
-
"request_url": "URL",
|
|
17
|
-
"request_statement": "with results",
|
|
18
|
-
"request_tooltip": "Request URL",
|
|
19
|
-
"request_help": "https://github.com/request/request",
|
|
20
|
-
"request_log": "log level",
|
|
21
|
-
"request_log_none": "none",
|
|
22
|
-
"request_log_info": "info",
|
|
23
|
-
"request_log_debug": "debug",
|
|
24
|
-
"request_log_warn": "warning",
|
|
25
|
-
"request_log_error": "error",
|
|
26
|
-
"Convert": "Convert",
|
|
27
|
-
"convert_tonumber": "toNumber",
|
|
28
|
-
"convert_tonumber_tooltip": "Cast input to number",
|
|
29
|
-
"convert_toboolean": "toBoolean",
|
|
30
|
-
"convert_toboolean_tooltip": "Cast input to boolean",
|
|
31
|
-
"convert_tostring": "toString",
|
|
32
|
-
"convert_tostring_tooltip": "Cast input to number",
|
|
33
|
-
"convert_type": "type of",
|
|
34
|
-
"convert_type_tooltip": "Returns type of input",
|
|
35
|
-
"convert_to_date": "to Date/Time",
|
|
36
|
-
"convert_to_date_tooltip": "Cast input to date",
|
|
37
|
-
"convert_from_date": "date/time",
|
|
38
|
-
"convert_to": "to",
|
|
39
|
-
"convert_from_date_tooltip": "Cast input from date",
|
|
40
|
-
"convert_json2object": "JSON to object",
|
|
41
|
-
"convert_json2object_tooltip": "Parse JSON string",
|
|
42
|
-
"convert_object2json": "object to JSON",
|
|
43
|
-
"convert_object2json_tooltip": "Strinify object",
|
|
44
|
-
"convert_object2json_prettify": "prettify",
|
|
45
|
-
"convert_jsonata": "Wyrażenie JSONata",
|
|
46
|
-
"convert_jsonata_target": "ubiegać się o",
|
|
47
|
-
"convert_jsonata_tooltip": "Konwertuj przez wyrażenie JSONata",
|
|
48
|
-
"convert_time_difference": "Różnica czasowa",
|
|
49
|
-
"time_difference_hh:mm:ss": "h:mm:ss",
|
|
50
|
-
"time_difference_h:m:s": "h:m:s",
|
|
51
|
-
"time_difference_hh:mm": "h:mm",
|
|
52
|
-
"time_difference_h:m": "h:m",
|
|
53
|
-
"time_difference_mm:ss": "h:mm",
|
|
54
|
-
"time_difference_m:s": "h:mm",
|
|
55
|
-
"time_difference_custom": "custom format",
|
|
56
|
-
"time_difference_default_format": "h:mm:ss",
|
|
57
|
-
"convert_time_difference_tooltip": "Konwertuje milisekundy do gotowego formatu",
|
|
58
|
-
"Sendto": "Sendto",
|
|
59
|
-
"sendto_message": "message",
|
|
60
|
-
"sendto_custom": "sendTo",
|
|
61
|
-
"sendto_custom_tooltip": "Text to speech",
|
|
62
|
-
"sendto_custom_help": "sendto",
|
|
63
|
-
"sendto_custom_arguments": "parameters",
|
|
64
|
-
"sendto_custom_command": "command",
|
|
65
|
-
"sendto_custom_argument": "parameter",
|
|
66
|
-
"sendto_custom_arg_tooltip": "Add parameter to sendTo object.",
|
|
67
|
-
"sendto_no_instances": "No instances",
|
|
68
|
-
"sendto_log": "log level",
|
|
69
|
-
"sendto_log_none": "none",
|
|
70
|
-
"sendto_log_info": "info",
|
|
71
|
-
"sendto_log_debug": "debug",
|
|
72
|
-
"sendto_log_warn": "warning",
|
|
73
|
-
"sendto_log_error": "error",
|
|
74
|
-
"sendto_gethistory_name": "getHistory",
|
|
75
|
-
"sendto_gethistory_instance": "Instancja",
|
|
76
|
-
"sendto_gethistory_oid": "Object ID",
|
|
77
|
-
"sendto_gethistory_start": "Od czasu (pol.)",
|
|
78
|
-
"sendto_gethistory_end": "Do czasu (pol.)",
|
|
79
|
-
"sendto_gethistory_aggregate": "Aggregate (ang.)",
|
|
80
|
-
"sendto_gethistory_none": "none",
|
|
81
|
-
"sendto_gethistory_minimum": "minimum",
|
|
82
|
-
"sendto_gethistory_maximum": "maksymalny",
|
|
83
|
-
"sendto_gethistory_cnt": "hrabia",
|
|
84
|
-
"sendto_gethistory_avg": "średnia",
|
|
85
|
-
"sendto_gethistory_step": "Step",
|
|
86
|
-
"sendto_gethistory_ms": "ms",
|
|
87
|
-
"sendto_gethistory_sec": "sec",
|
|
88
|
-
"sendto_gethistory_min": "min",
|
|
89
|
-
"sendto_gethistory_hour": "hours",
|
|
90
|
-
"sendto_gethistory_day": "dni",
|
|
91
|
-
"sendto_gethistory_tooltip": "Informacja z bazy danych",
|
|
92
|
-
"sendto_gethistory_help": "gethistory",
|
|
93
|
-
"System": "System",
|
|
94
|
-
"debug": "debug output",
|
|
95
|
-
"debug_tooltip": "Debug",
|
|
96
|
-
"debug_help": "log---gives-out-the-message-into-log",
|
|
97
|
-
"comment": "comment",
|
|
98
|
-
"comment_tooltip": "Enter comment to explain the code",
|
|
99
|
-
"control": "сontrol",
|
|
100
|
-
"control_tooltip": "Control state",
|
|
101
|
-
"control_help": "setstate",
|
|
102
|
-
"control_with": "with",
|
|
103
|
-
"control_delay": "with delay",
|
|
104
|
-
"control_ms": "ms",
|
|
105
|
-
"control_sec": "sec",
|
|
106
|
-
"control_min": "min",
|
|
107
|
-
"control_clear_running": ", clear running",
|
|
108
|
-
"toggle": "toggle",
|
|
109
|
-
"toggle_tooltip": "Toggle the state",
|
|
110
|
-
"toggle_help": "setstate",
|
|
111
|
-
"toggle_with": "with",
|
|
112
|
-
"toggle_delay": "with delay",
|
|
113
|
-
"toggle_ms": "in ms",
|
|
114
|
-
"toggle_clear_running": ", clear running",
|
|
115
|
-
"update": "update",
|
|
116
|
-
"update_tooltip": "Update state",
|
|
117
|
-
"update_help": "setstate",
|
|
118
|
-
"update_with": "with",
|
|
119
|
-
"update_delay": "with delay",
|
|
120
|
-
"update_ms": "in ms",
|
|
121
|
-
"direct": "bind",
|
|
122
|
-
"direct_tooltip": "Bind two states with each other",
|
|
123
|
-
"direct_help": "setstate",
|
|
124
|
-
"direct_oid_src": "Object",
|
|
125
|
-
"direct_only_changes": "only changes",
|
|
126
|
-
"direct_oid_dst": "with",
|
|
127
|
-
"control_ex": "write",
|
|
128
|
-
"control_ex_tooltip": "Control state",
|
|
129
|
-
"control_ex_control": "сontrol",
|
|
130
|
-
"control_ex_update": "update",
|
|
131
|
-
"control_ex_delay": "delay in ms",
|
|
132
|
-
"control_ex_value": "value",
|
|
133
|
-
"control_ex_clear_running": "clear running",
|
|
134
|
-
"create": "create state",
|
|
135
|
-
"create_jsState": "jsState",
|
|
136
|
-
"create_oid": "Object ID",
|
|
137
|
-
"create_init": "Init value",
|
|
138
|
-
"create_common": "Common",
|
|
139
|
-
"create_type": "Typ stanu",
|
|
140
|
-
"create_type_string": "string",
|
|
141
|
-
"create_type_number": "numer",
|
|
142
|
-
"create_type_boolean": "boolean",
|
|
143
|
-
"create_type_json": "json",
|
|
144
|
-
"create_readable": "Czy stan jest czytelny",
|
|
145
|
-
"create_writeable": "Czy stan jest zapisywalny",
|
|
146
|
-
"create_tooltip": "create state",
|
|
147
|
-
"create_help": "createstate",
|
|
148
|
-
"get_value": "Get state value",
|
|
149
|
-
"get_value_OID": "of Object ID",
|
|
150
|
-
"get_value_tooltip": "Select object ID with dialog",
|
|
151
|
-
"get_value_help": "getstate",
|
|
152
|
-
"get_value_default": "select ID",
|
|
153
|
-
"get_value_val": "Value",
|
|
154
|
-
"get_value_ack": "Acknowledge",
|
|
155
|
-
"get_value_ts": "Timestamp",
|
|
156
|
-
"get_value_lc": "Last change ",
|
|
157
|
-
"get_value_q": "Quality",
|
|
158
|
-
"get_value_comment": "Wartość komentarza",
|
|
159
|
-
"get_value_from": "Source",
|
|
160
|
-
"get_common_name": "Nazwa obiektu",
|
|
161
|
-
"get_common_desc": "Opis obiektu",
|
|
162
|
-
"get_common_unit": "Jednostka państwowa",
|
|
163
|
-
"get_common_role": "Rola obiektu",
|
|
164
|
-
"get_common_state_type": "Typ stanu",
|
|
165
|
-
"get_common_object_type": "Rodzaj obiektu",
|
|
166
|
-
"get_common_read": "Czy stan jest czytelny",
|
|
167
|
-
"get_common_write": "Czy stan jest zapisywalny",
|
|
168
|
-
"get_value_async": "Get state value",
|
|
169
|
-
"get_object": "Object",
|
|
170
|
-
"get_object_default": "select ID",
|
|
171
|
-
"get_object_tooltip": "Definicja obiektu",
|
|
172
|
-
"get_object_help": "getobject",
|
|
173
|
-
"field_oid": "Select OID",
|
|
174
|
-
"field_oid_OID": "Object ID",
|
|
175
|
-
"field_oid_OID_meta": "Object ID (meta)",
|
|
176
|
-
"field_oid_OID_script": "Object ID (script)",
|
|
177
|
-
"field_oid_tooltip": "Select object ID with dialog",
|
|
178
|
-
"get_attr": "Get attribute",
|
|
179
|
-
"get_attr_path": "Attribute",
|
|
180
|
-
"get_attr_by": "of Object",
|
|
181
|
-
"get_attr_tooltip": "Get attribute of object or JSON by path, like: 'attr1.attr'",
|
|
182
|
-
"get_attr_help": "getattr",
|
|
183
|
-
"text_newline": "New line",
|
|
184
|
-
"text_newline_tooltip": "Places new line in text",
|
|
185
|
-
"math_rndfixed_round": "Round",
|
|
186
|
-
"math_rndfixed_to": "to",
|
|
187
|
-
"math_rndfixed_decplcs": "decimal places",
|
|
188
|
-
"math_rndfixed_tooltip": "Rounds value to n decimal places",
|
|
189
|
-
"Time": "Date and Time",
|
|
190
|
-
"time_compare_ex": "Actual time",
|
|
191
|
-
"time_compare_custom_ex": "Custom time",
|
|
192
|
-
"time_compare_is_ex": "is",
|
|
193
|
-
"time_compare_ex_custom": "time",
|
|
194
|
-
"time_compare_ex_tooltip": "Compare time",
|
|
195
|
-
"time_compare_ex_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
196
|
-
"time_compare": "Actual time is",
|
|
197
|
-
"time_compare_tooltip": "Compare current time",
|
|
198
|
-
"time_compare_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
199
|
-
"time_compare_lt": "less than",
|
|
200
|
-
"time_compare_le": "equal to or less than",
|
|
201
|
-
"time_compare_gt": "greater than",
|
|
202
|
-
"time_compare_ge": "equal to or greater than",
|
|
203
|
-
"time_compare_eq": "equal to",
|
|
204
|
-
"time_compare_bw": "between",
|
|
205
|
-
"time_compare_nb": "not between",
|
|
206
|
-
"time_compare_and": "and",
|
|
207
|
-
"time_get": "Actual time as",
|
|
208
|
-
"time_get_default_format": "YYYY.MM.DD hh:mm:ss.sss",
|
|
209
|
-
"time_get_anyInstance": "all instances",
|
|
210
|
-
"time_get_tooltip": "Send message to telegram",
|
|
211
|
-
"time_get_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
212
|
-
"time_get_object": "Date object",
|
|
213
|
-
"time_get_ms": "milliseconds",
|
|
214
|
-
"time_get_s": "seconds",
|
|
215
|
-
"time_get_m": "minutes",
|
|
216
|
-
"time_get_mid": "minutes in day",
|
|
217
|
-
"time_get_sid": "seconds in day",
|
|
218
|
-
"time_get_h": "hours",
|
|
219
|
-
"time_get_d": "day of month",
|
|
220
|
-
"time_get_M": "month as number",
|
|
221
|
-
"time_get_Mt": "month as text",
|
|
222
|
-
"time_get_Mts": "month as short text",
|
|
223
|
-
"time_get_y": "short year",
|
|
224
|
-
"time_get_fy": "full year",
|
|
225
|
-
"time_get_wdt": "week day text",
|
|
226
|
-
"time_get_wdts": "short week day",
|
|
227
|
-
"time_get_wd": "week day as number",
|
|
228
|
-
"time_get_custom": "custom format",
|
|
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": "Actual time of",
|
|
247
|
-
"time_astro_offset": "Offset (minutes)",
|
|
248
|
-
"time_astro_default_format": "YYYY.MM.DD hh:mm:ss.sss",
|
|
249
|
-
"time_astro_tooltip": "Get actual time or ",
|
|
250
|
-
"time_astro_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
251
|
-
"time_get_special": "Kalkulacja czasu",
|
|
252
|
-
"time_get_special_day_start": "Początek dnia",
|
|
253
|
-
"time_get_special_day_end": "Koniec dnia",
|
|
254
|
-
"time_get_special_week_start": "Początek tygodnia",
|
|
255
|
-
"time_get_special_week_end": "Koniec tygodnia",
|
|
256
|
-
"time_get_special_month_start": "Początek miesiąca",
|
|
257
|
-
"time_get_special_month_end": "Koniec miesiąca",
|
|
258
|
-
"time_get_special_tooltip": "Kalkulacja",
|
|
259
|
-
"time_get_special_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
260
|
-
"time_calculation": "Czas kalendarzowy",
|
|
261
|
-
"time_calculation_on": "na podstawie",
|
|
262
|
-
"time_calculation_ms": "ms",
|
|
263
|
-
"time_calculation_sec": "sec",
|
|
264
|
-
"time_calculation_min": "min",
|
|
265
|
-
"time_calculation_hour": "godzin",
|
|
266
|
-
"time_calculation_day": "dni",
|
|
267
|
-
"time_calculation_week": "tydzień",
|
|
268
|
-
"time_calculation_tooltip": "Addd lub Substract time",
|
|
269
|
-
"time_calculation_help": "https://github.com/ioBroker/ioBroker.telegram/blob/master/README.md",
|
|
270
|
-
"Timeouts": "Timeouts",
|
|
271
|
-
"timeouts_wait": "Pauza",
|
|
272
|
-
"timeouts_wait_tooltip": "Wstrzymaj wykonanie na określony czas",
|
|
273
|
-
"timeouts_wait_help": "wait",
|
|
274
|
-
"timeouts_settimeout": "Execution",
|
|
275
|
-
"timeouts_settimeout_name": "timeout",
|
|
276
|
-
"timeouts_settimeout_in": "in",
|
|
277
|
-
"timeouts_settimeout_ms": "ms",
|
|
278
|
-
"timeouts_settimeout_sec": "sec",
|
|
279
|
-
"timeouts_settimeout_min": "min",
|
|
280
|
-
"timeouts_settimeout_tooltip": "Delay execution",
|
|
281
|
-
"timeouts_settimeout_help": "settimeout",
|
|
282
|
-
"timeouts_cleartimeout": "clear",
|
|
283
|
-
"timeouts_cleartimeout_tooltip": "Clear delay execution",
|
|
284
|
-
"timeouts_cleartimeout_help": "cleartimeout",
|
|
285
|
-
"timeouts_gettimeout": "timeout",
|
|
286
|
-
"timeouts_gettimeout_tooltip": "timeout",
|
|
287
|
-
"timeouts_gettimeout_help": "gettimeout",
|
|
288
|
-
"timeouts_setinterval": "Execution",
|
|
289
|
-
"timeouts_setinterval_name": "interval",
|
|
290
|
-
"timeouts_setinterval_in": "every",
|
|
291
|
-
"timeouts_setinterval_ms": "ms",
|
|
292
|
-
"timeouts_setinterval_tooltip": "Cyclic execution",
|
|
293
|
-
"timeouts_setinterval_help": "setinterval",
|
|
294
|
-
"timeouts_clearinterval": "clear interval",
|
|
295
|
-
"timeouts_clearinterval_tooltip": "Clear interval execution",
|
|
296
|
-
"timeouts_clearinterval_help": "clearinterval",
|
|
297
|
-
"timeouts_getinterval": "interval",
|
|
298
|
-
"timeouts_getinterval_tooltip": "interval",
|
|
299
|
-
"timeouts_getinterval_help": "getinterval",
|
|
300
|
-
"Trigger": "Trigger",
|
|
301
|
-
"on_onchange": "was changed",
|
|
302
|
-
"on_any": "was updated",
|
|
303
|
-
"on_gt": "is greater than last",
|
|
304
|
-
"on_ge": "is greater or equal than last",
|
|
305
|
-
"on_lt": "is less than last",
|
|
306
|
-
"on_le": "is less or equal than last",
|
|
307
|
-
"on_eq": "is same as last",
|
|
308
|
-
"on_true": "is true",
|
|
309
|
-
"on_false": "is false",
|
|
310
|
-
"on_help": "on---subscribe-on-changes-or-updates-of-some-state",
|
|
311
|
-
"on_ack": "Ack is",
|
|
312
|
-
"on_ack_any": "any",
|
|
313
|
-
"on_ack_true": "update",
|
|
314
|
-
"on_ack_false": "command",
|
|
315
|
-
"on_ext": "Event: if objects",
|
|
316
|
-
"on_ext_tooltip": "If some state changed or updated",
|
|
317
|
-
"on_ext_oid": "object ID",
|
|
318
|
-
"on_ext_oid_tooltip": "Object ID",
|
|
319
|
-
"on_ext_on": "trigger on",
|
|
320
|
-
"on_ext_on_tooltip": "trigger on",
|
|
321
|
-
"on": "Event: if object",
|
|
322
|
-
"on_tooltip": "If some state changed or updated",
|
|
323
|
-
"on_source": "get",
|
|
324
|
-
"on_source_of": "of trigger",
|
|
325
|
-
"on_source_tooltip": "Get information about event",
|
|
326
|
-
"on_source_id": "object ID",
|
|
327
|
-
"on_source_name": "name",
|
|
328
|
-
"on_source_desc": "description",
|
|
329
|
-
"on_source_channel_id": "channel ID",
|
|
330
|
-
"on_source_channel_name": "channel name",
|
|
331
|
-
"on_source_device_id": "device ID",
|
|
332
|
-
"on_source_device_name": "device name",
|
|
333
|
-
"on_source_state_val": "state value",
|
|
334
|
-
"on_source_state_ts": "state timestamp",
|
|
335
|
-
"on_source_state_q": "state quality",
|
|
336
|
-
"on_source_state_from": "origin of value",
|
|
337
|
-
"on_source_state_ack": "is command or update",
|
|
338
|
-
"on_source_state_lc": "last change of state",
|
|
339
|
-
"on_source_state_c": "komentarz ostatniego stanu",
|
|
340
|
-
"on_source_state_user": "użytkownik ostatniego stanu",
|
|
341
|
-
"on_source_oldstate_val": "previous value",
|
|
342
|
-
"on_source_oldstate_ts": "previous timestamp",
|
|
343
|
-
"on_source_oldstate_q": "previous quality",
|
|
344
|
-
"on_source_oldstate_from": "previous origin",
|
|
345
|
-
"on_source_oldstate_ack": "previous command or update",
|
|
346
|
-
"on_source_oldstate_lc": "previous last change",
|
|
347
|
-
"on_source_oldstate_c": "poprzedni komentarz",
|
|
348
|
-
"on_source_oldstate_user": "poprzedni użytkownik",
|
|
349
|
-
"on_source_warning": "This block must be used only inside of event block",
|
|
350
|
-
"schedule": "schedule",
|
|
351
|
-
"schedule_tooltip": "Do something on cron schedule",
|
|
352
|
-
"schedule_help": "schedule",
|
|
353
|
-
"astro": "astro",
|
|
354
|
-
"astro_tooltip": "Do something on astrological event",
|
|
355
|
-
"astro_offset": ", offset",
|
|
356
|
-
"astro_minutes": "minutes",
|
|
357
|
-
"astro_sunriseText": "sunrise",
|
|
358
|
-
"astro_sunriseEndText": "sunrise end",
|
|
359
|
-
"astro_goldenHourEndText": "golden hour end",
|
|
360
|
-
"astro_solarNoonText": "solar noon",
|
|
361
|
-
"astro_goldenHourText": "golden hour",
|
|
362
|
-
"astro_sunsetStartText": "sunset start",
|
|
363
|
-
"astro_sunsetText": "sunset",
|
|
364
|
-
"astro_duskText": "dusk",
|
|
365
|
-
"astro_nauticalDuskText": "nautical dusk",
|
|
366
|
-
"astro_nightText": "night",
|
|
367
|
-
"astro_nightEndText": "night end",
|
|
368
|
-
"astro_nauticalDawnText": "nautical dawn",
|
|
369
|
-
"astro_dawnText": "dawn",
|
|
370
|
-
"astro_nadirText": "nadir",
|
|
371
|
-
"astro_help": "astro--function",
|
|
372
|
-
"schedule_create": "schedule",
|
|
373
|
-
"schedule_create_name": "schedule",
|
|
374
|
-
"schedule_text": "cron rule",
|
|
375
|
-
"schedule_create_tooltip": "Delay execution",
|
|
376
|
-
"schedule_create_help": "settimeout",
|
|
377
|
-
"schedule_clear": "clear",
|
|
378
|
-
"schedule_clear_tooltip": "Clear delay execution",
|
|
379
|
-
"schedule_clear_help": "cleartimeout",
|
|
380
|
-
"field_cron": "CRON",
|
|
381
|
-
"field_cron_CRON": "CRON",
|
|
382
|
-
"field_cron_tooltip": "Create CRON rule with dialog",
|
|
383
|
-
"cron_builder": "CRON",
|
|
384
|
-
"cron_builder_CRON": "CRON",
|
|
385
|
-
"cron_builder_tooltip": "Create CRON rule with dialog",
|
|
386
|
-
"cron_builder_with_seconds": "with seconds",
|
|
387
|
-
"cron_builder_dow": "day of week",
|
|
388
|
-
"cron_builder_month": "month",
|
|
389
|
-
"cron_builder_day": "date",
|
|
390
|
-
"cron_builder_hour": "hour",
|
|
391
|
-
"cron_builder_minutes": "minutes",
|
|
392
|
-
"cron_builder_seconds": "seconds",
|
|
393
|
-
"cron_builder_line": "as line",
|
|
394
|
-
"procedures_defcustomreturn_name": "JS function with return",
|
|
395
|
-
"procedures_defcustomnoreturn_name": "Javascript function",
|
|
396
|
-
"logic_switch_case": "Sprawa przełącznik",
|
|
397
|
-
"logic_switch_case_is": "sprawa jest",
|
|
398
|
-
"logic_switch_case_of": "w przypadku",
|
|
399
|
-
"logic_switch_do": "zrobić",
|
|
400
|
-
"logic_switch_tooltip": "Robi coś, jeśli warunek jest spełniony. Jeśli nie ma pasującego przypadku, zostanie wykonana funkcja domyślna.",
|
|
401
|
-
"logic_switch_default_tooltip": "Ta funkcja będzie działać, jeśli nie ma pasujących przypadków.",
|
|
402
|
-
"logic_switch_control_case_tooltip": "Jest to zmienna warunku.",
|
|
403
|
-
"onFile": "Zdarzenie: jeśli plik",
|
|
404
|
-
"onFile_file": "Wzór pliku",
|
|
405
|
-
"onFile_withFile": "Z danymi pliku",
|
|
406
|
-
"onFile_tooltip": "Jeśli jakiś plik został zmieniony lub zaktualizowany",
|
|
407
|
-
"onFile_help": "onFile",
|
|
408
|
-
"offFile": "Anuluj zdarzenie pliku",
|
|
409
|
-
"offFile_tooltip": "Anuluj subskrypcję po zmianie pliku",
|
|
410
|
-
"offFile_help": "offFile",
|
|
411
|
-
"sendto_otherscript_name": "Posłanie do innych scenariuszy",
|
|
412
|
-
"sendto_otherscript_instance": "Instancja",
|
|
413
|
-
"sendto_otherscript_anyInstance": "all instances",
|
|
414
|
-
"sendto_otherscript_script": "scenariusz",
|
|
415
|
-
"sendto_otherscript_message": "komunikat",
|
|
416
|
-
"sendto_otherscript_data": "dane",
|
|
417
|
-
"sendto_otherscript_tooltip": "inny scenariusz",
|
|
418
|
-
"sendto_otherscript_help": "inny scenariusz",
|
|
419
|
-
"onMessage": "Zdarzenie: odebrano wiadomość",
|
|
420
|
-
"onMessage_message": "komunikat",
|
|
421
|
-
"onMessage_tooltip": "komunikat",
|
|
422
|
-
"onMessage_help": "onMessage",
|
|
423
|
-
"logic_between_min": "Min",
|
|
424
|
-
"logic_between_max": "Max",
|
|
425
|
-
"logic_between_tooltip": "jeśli liczba między min a max",
|
|
426
|
-
"logic_ifempty": "jeśli chodzi o puste",
|
|
427
|
-
"logic_ifempty_then": "potem",
|
|
428
|
-
"logic_ifempty_tooltip": "sprawdź, czy jest pusty"
|
|
429
|
-
}
|