iobroker.javascript 9.1.1 → 9.2.0

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.
Files changed (82) hide show
  1. package/README.md +14 -7
  2. package/admin/assets/AiChatPanel-sgt697A2.js +296 -0
  3. package/admin/assets/AiDatapointProvider-B0i3I5Fm.js +2 -0
  4. package/admin/assets/AiDiffView-RPozjjHf.js +1 -0
  5. package/admin/assets/AiInlineProvider-Dd7eKxk4.js +7 -0
  6. package/admin/assets/{Save-Cld9qv9i.js → Save-CkuNSiWL.js} +1 -1
  7. package/admin/assets/{ScriptEditor-C-fO5h68.js → ScriptEditor-CH4qJzqq.js} +2 -2
  8. package/admin/assets/ScriptEditorVanillaMonaco-cB_90T0P.js +1 -0
  9. package/admin/assets/{createSvgIcon-DPvF8xqu.js → createSvgIcon-DYs_tNrE.js} +1 -1
  10. package/admin/assets/docs-compact-CKNGiYh2.js +336 -0
  11. package/admin/assets/{index-DFZipply.js → index-BI3JsAz_.js} +1 -1
  12. package/admin/assets/{index-BVPl8hv0.js → index-DAkyON1r.js} +5 -5
  13. package/admin/assets/index-DW5CwIma.js +1256 -0
  14. package/admin/assets/index-SHs7_wDh.js +1 -0
  15. package/admin/assets/{index-DlDUIfpA.js → index-dN73sbyQ.js} +1 -1
  16. package/admin/assets/index-hwplVCgv.js +986 -0
  17. package/admin/assets/index-wHNMOf-c.js +5 -0
  18. package/admin/assets/inheritsLoose-CIXm_zPk.js +29 -0
  19. package/admin/assets/{iobroker_javascript__loadShare___mf_0_mui_mf_1_material__loadShare__.mjs-QWG5Arqe.js → iobroker_javascript__loadShare___mf_0_mui_mf_1_material__loadShare__.mjs-CV1_X-Lf.js} +1 -1
  20. package/admin/assets/{localSharedImportMap-xmSu9Qkg.js → localSharedImportMap-CqvxvyGG.js} +1 -1
  21. package/admin/assets/useTheme-DuTJsNQ-.js +1 -0
  22. package/admin/assets/{virtual_mf-REMOTE_ENTRY_ID_iobroker_javascript__remoteEntry_js-D-eF6r8M.js → virtual_mf-REMOTE_ENTRY_ID_iobroker_javascript__remoteEntry_js-BJ03G6Pu.js} +2 -2
  23. package/admin/custom/assets/{Components-B8x6wOMD.js → Components-B9ZyjeRI.js} +1 -1
  24. package/admin/custom/assets/{index-N2n19KrF.js → index-BVwMgafs.js} +1 -1
  25. package/admin/custom/assets/index-CVIpIckw.js +960 -0
  26. package/admin/custom/assets/{index-DbXK0odl.js → index-DsIn9jH_.js} +1 -1
  27. package/admin/custom/assets/{localSharedImportMap-2Enh8EZe.js → localSharedImportMap-C4qXtGUd.js} +1 -1
  28. package/admin/custom/assets/{virtualExposes-CqrW7o8v.js → virtualExposes-jSvr-kK3.js} +1 -1
  29. package/admin/custom/assets/{virtual_mf-REMOTE_ENTRY_ID_ConfigCustomJavascriptSet__customComponents_js-BZZsMeVW.js → virtual_mf-REMOTE_ENTRY_ID_ConfigCustomJavascriptSet__customComponents_js-DFSXB0v2.js} +2 -2
  30. package/admin/custom/customComponents.js +1 -1
  31. package/admin/google-blockly/own/blocks_words.js +7 -0
  32. package/admin/google-blockly/own/field_oid.js +311 -37
  33. package/admin/i18n/de.json +8 -0
  34. package/admin/i18n/en.json +8 -0
  35. package/admin/i18n/es.json +8 -0
  36. package/admin/i18n/flat.txt +427 -0
  37. package/admin/i18n/fr.json +8 -0
  38. package/admin/i18n/it.json +8 -0
  39. package/admin/i18n/nl.json +8 -0
  40. package/admin/i18n/pl.json +8 -0
  41. package/admin/i18n/pt.json +8 -0
  42. package/admin/i18n/ru.json +8 -0
  43. package/admin/i18n/uk.json +8 -0
  44. package/admin/i18n/zh-cn.json +8 -0
  45. package/admin/img/anthropic.svg +1 -0
  46. package/admin/img/custom.svg +1 -0
  47. package/admin/img/deepseek.svg +1 -0
  48. package/admin/img/gemini.svg +1 -0
  49. package/admin/img/openai.svg +1 -0
  50. package/admin/jsonConfig.json +76 -14
  51. package/admin/mf-manifest.json +1 -1
  52. package/admin/remoteEntry.js +1 -1
  53. package/admin/tab.html +6 -6
  54. package/build/lib/debugger.js +2 -2
  55. package/build/lib/debugger.js.map +1 -1
  56. package/build/lib/inspect.js.map +1 -1
  57. package/build/lib/nodeModulesManagement.js +2 -2
  58. package/build/lib/nodeModulesManagement.js.map +1 -1
  59. package/build/lib/protectFs.js +5 -0
  60. package/build/lib/protectFs.js.map +1 -1
  61. package/build/lib/sandbox.js +2 -2
  62. package/build/lib/sandbox.js.map +1 -1
  63. package/build/main.js +72 -17
  64. package/build/main.js.map +1 -1
  65. package/build/types.d.ts +2 -0
  66. package/docs/de/README.md +21 -8
  67. package/docs/de/blockly.md +34 -0
  68. package/docs/en/README.md +21 -8
  69. package/docs/en/blockly.md +34 -0
  70. package/install/installTypings.js +1 -1
  71. package/io-package.json +15 -54
  72. package/package.json +7 -6
  73. package/admin/assets/OpenAiDialog-rhLuRLIM.js +0 -13
  74. package/admin/assets/ScriptEditorVanillaMonaco-DSYvOslZ.js +0 -1
  75. package/admin/assets/docs-BrInh2Pn.js +0 -2036
  76. package/admin/assets/index-C49cpVll.js +0 -5
  77. package/admin/assets/index-XSrHkgLE.js +0 -1230
  78. package/admin/assets/index-gIA8x-8f.js +0 -1
  79. package/admin/assets/index-q6iFaoFb.js +0 -986
  80. package/admin/assets/inheritsLoose-B0Ba5G9z.js +0 -29
  81. package/admin/assets/useTheme-hy6f3gra.js +0 -1
  82. package/admin/custom/assets/index-CYc31Gwg.js +0 -960
@@ -0,0 +1,427 @@
1
+ Action
2
+ selector
3
+ exec
4
+ exec_statement
5
+ exec_command
6
+ exec_tooltip
7
+ exec_help
8
+ exec_log
9
+ exec_log_none
10
+ exec_log_info
11
+ exec_log_debug
12
+ exec_log_warn
13
+ exec_log_error
14
+ request
15
+ request_url
16
+ request_statement
17
+ request_tooltip
18
+ request_help
19
+ request_log
20
+ request_log_none
21
+ request_log_info
22
+ request_log_debug
23
+ request_log_warn
24
+ request_log_error
25
+ Convert
26
+ convert_tonumber
27
+ convert_tonumber_tooltip
28
+ convert_toboolean
29
+ convert_toboolean_tooltip
30
+ convert_tostring
31
+ convert_tostring_tooltip
32
+ convert_type
33
+ convert_type_tooltip
34
+ convert_to_date
35
+ convert_to_date_tooltip
36
+ convert_from_date
37
+ convert_to
38
+ convert_from_date_tooltip
39
+ convert_json2object
40
+ convert_json2object_tooltip
41
+ convert_object2json
42
+ convert_object2json_tooltip
43
+ convert_object2json_prettify
44
+ convert_jsonata
45
+ convert_jsonata_target
46
+ convert_jsonata_tooltip
47
+ convert_time_difference
48
+ time_difference_hh:mm:ss
49
+ time_difference_h:m:s
50
+ time_difference_hh:mm
51
+ time_difference_h:m
52
+ time_difference_mm:ss
53
+ time_difference_m:s
54
+ time_difference_custom
55
+ time_difference_default_format
56
+ convert_time_difference_tooltip
57
+ Sendto
58
+ sendto_message
59
+ sendto_custom
60
+ sendto_custom_tooltip
61
+ sendto_custom_help
62
+ sendto_custom_arguments
63
+ sendto_custom_command
64
+ sendto_custom_argument
65
+ sendto_custom_arg_tooltip
66
+ sendto_no_instances
67
+ sendto_log
68
+ sendto_log_none
69
+ sendto_log_info
70
+ sendto_log_debug
71
+ sendto_log_warn
72
+ sendto_log_error
73
+ sendto_gethistory_name
74
+ sendto_gethistory_instance
75
+ sendto_gethistory_oid
76
+ sendto_gethistory_start
77
+ sendto_gethistory_end
78
+ sendto_gethistory_aggregate
79
+ sendto_gethistory_none
80
+ sendto_gethistory_minimum
81
+ sendto_gethistory_maximum
82
+ sendto_gethistory_cnt
83
+ sendto_gethistory_avg
84
+ sendto_gethistory_step
85
+ sendto_gethistory_ms
86
+ sendto_gethistory_sec
87
+ sendto_gethistory_min
88
+ sendto_gethistory_hour
89
+ sendto_gethistory_day
90
+ sendto_gethistory_tooltip
91
+ sendto_gethistory_help
92
+ System
93
+ debug
94
+ debug_tooltip
95
+ debug_help
96
+ comment
97
+ comment_tooltip
98
+ control
99
+ control_tooltip
100
+ control_help
101
+ control_with
102
+ control_delay
103
+ control_ms
104
+ control_sec
105
+ control_min
106
+ control_clear_running
107
+ toggle
108
+ toggle_tooltip
109
+ toggle_help
110
+ toggle_with
111
+ toggle_delay
112
+ toggle_ms
113
+ toggle_clear_running
114
+ update
115
+ update_tooltip
116
+ update_help
117
+ update_with
118
+ update_delay
119
+ update_ms
120
+ direct
121
+ direct_tooltip
122
+ direct_help
123
+ direct_oid_src
124
+ direct_only_changes
125
+ direct_oid_dst
126
+ control_ex
127
+ control_ex_tooltip
128
+ control_ex_control
129
+ control_ex_update
130
+ control_ex_delay
131
+ control_ex_value
132
+ control_ex_clear_running
133
+ create
134
+ create_jsState
135
+ create_oid
136
+ create_init
137
+ create_common
138
+ create_type
139
+ create_type_string
140
+ create_type_number
141
+ create_type_boolean
142
+ create_type_json
143
+ create_readable
144
+ create_writeable
145
+ create_tooltip
146
+ create_help
147
+ get_value
148
+ get_value_OID
149
+ get_value_tooltip
150
+ get_value_help
151
+ get_value_default
152
+ get_value_val
153
+ get_value_ack
154
+ get_value_ts
155
+ get_value_lc
156
+ get_value_q
157
+ get_value_comment
158
+ get_value_from
159
+ get_common_name
160
+ get_common_desc
161
+ get_common_unit
162
+ get_common_role
163
+ get_common_state_type
164
+ get_common_object_type
165
+ get_common_read
166
+ get_common_write
167
+ get_value_async
168
+ get_object
169
+ get_object_default
170
+ get_object_tooltip
171
+ get_object_help
172
+ field_oid
173
+ field_oid_OID
174
+ field_oid_OID_meta
175
+ field_oid_OID_script
176
+ field_oid_tooltip
177
+ get_attr
178
+ get_attr_path
179
+ get_attr_by
180
+ get_attr_tooltip
181
+ get_attr_help
182
+ text_newline
183
+ text_newline_tooltip
184
+ math_rndfixed_round
185
+ math_rndfixed_to
186
+ math_rndfixed_decplcs
187
+ math_rndfixed_tooltip
188
+ Time
189
+ time_compare_ex
190
+ time_compare_custom_ex
191
+ time_compare_is_ex
192
+ time_compare_ex_custom
193
+ time_compare_ex_tooltip
194
+ time_compare_ex_help
195
+ time_compare
196
+ time_compare_tooltip
197
+ time_compare_help
198
+ time_compare_lt
199
+ time_compare_le
200
+ time_compare_gt
201
+ time_compare_ge
202
+ time_compare_eq
203
+ time_compare_bw
204
+ time_compare_nb
205
+ time_compare_and
206
+ time_get
207
+ time_get_default_format
208
+ time_get_anyInstance
209
+ time_get_tooltip
210
+ time_get_help
211
+ time_get_object
212
+ time_get_ms
213
+ time_get_s
214
+ time_get_m
215
+ time_get_mid
216
+ time_get_sid
217
+ time_get_h
218
+ time_get_d
219
+ time_get_M
220
+ time_get_Mt
221
+ time_get_Mts
222
+ time_get_y
223
+ time_get_fy
224
+ time_get_wdt
225
+ time_get_wdts
226
+ time_get_wd
227
+ time_get_custom
228
+ time_get_yyyy.mm.dd
229
+ time_get_yyyy/mm/dd
230
+ time_get_yy.mm.dd
231
+ time_get_yy/mm/dd
232
+ time_get_dd.mm.yyyy
233
+ time_get_dd/mm/yyyy
234
+ time_get_dd.mm.yy
235
+ time_get_dd/mm/yy
236
+ time_get_mm/dd/yyyy
237
+ time_get_mm/dd/yy
238
+ time_get_dd.mm
239
+ time_get_dd/mm
240
+ time_get_mm.dd
241
+ time_get_mm/dd
242
+ time_get_hh_mm
243
+ time_get_hh_mm_ss
244
+ time_get_hh_mm_ss.sss
245
+ time_astro
246
+ time_astro_offset
247
+ time_astro_default_format
248
+ time_astro_tooltip
249
+ time_astro_help
250
+ time_get_special
251
+ time_get_special_day_start
252
+ time_get_special_day_end
253
+ time_get_special_week_start
254
+ time_get_special_week_end
255
+ time_get_special_month_start
256
+ time_get_special_month_end
257
+ time_get_special_tooltip
258
+ time_get_special_help
259
+ time_calculation
260
+ time_calculation_on
261
+ time_calculation_ms
262
+ time_calculation_sec
263
+ time_calculation_min
264
+ time_calculation_hour
265
+ time_calculation_day
266
+ time_calculation_week
267
+ time_calculation_tooltip
268
+ time_calculation_help
269
+ Timeouts
270
+ timeouts_wait
271
+ timeouts_wait_tooltip
272
+ timeouts_wait_help
273
+ timeouts_settimeout
274
+ timeouts_settimeout_name
275
+ timeouts_settimeout_in
276
+ timeouts_settimeout_ms
277
+ timeouts_settimeout_sec
278
+ timeouts_settimeout_min
279
+ timeouts_settimeout_tooltip
280
+ timeouts_settimeout_help
281
+ timeouts_cleartimeout
282
+ timeouts_cleartimeout_tooltip
283
+ timeouts_cleartimeout_help
284
+ timeouts_gettimeout
285
+ timeouts_gettimeout_tooltip
286
+ timeouts_gettimeout_help
287
+ timeouts_setinterval
288
+ timeouts_setinterval_name
289
+ timeouts_setinterval_in
290
+ timeouts_setinterval_ms
291
+ timeouts_setinterval_tooltip
292
+ timeouts_setinterval_help
293
+ timeouts_clearinterval
294
+ timeouts_clearinterval_tooltip
295
+ timeouts_clearinterval_help
296
+ timeouts_getinterval
297
+ timeouts_getinterval_tooltip
298
+ timeouts_getinterval_help
299
+ Trigger
300
+ on_onchange
301
+ on_any
302
+ on_gt
303
+ on_ge
304
+ on_lt
305
+ on_le
306
+ on_eq
307
+ on_true
308
+ on_false
309
+ on_help
310
+ on_ack
311
+ on_ack_any
312
+ on_ack_true
313
+ on_ack_false
314
+ on_ext
315
+ on_ext_tooltip
316
+ on_ext_oid
317
+ on_ext_oid_tooltip
318
+ on_ext_on
319
+ on_ext_on_tooltip
320
+ on
321
+ on_tooltip
322
+ on_source
323
+ on_source_of
324
+ on_source_tooltip
325
+ on_source_id
326
+ on_source_name
327
+ on_source_desc
328
+ on_source_channel_id
329
+ on_source_channel_name
330
+ on_source_device_id
331
+ on_source_device_name
332
+ on_source_state_val
333
+ on_source_state_ts
334
+ on_source_state_q
335
+ on_source_state_from
336
+ on_source_state_ack
337
+ on_source_state_lc
338
+ on_source_state_c
339
+ on_source_state_user
340
+ on_source_oldstate_val
341
+ on_source_oldstate_ts
342
+ on_source_oldstate_q
343
+ on_source_oldstate_from
344
+ on_source_oldstate_ack
345
+ on_source_oldstate_lc
346
+ on_source_oldstate_c
347
+ on_source_oldstate_user
348
+ on_source_warning
349
+ schedule
350
+ schedule_tooltip
351
+ schedule_help
352
+ astro
353
+ astro_tooltip
354
+ astro_offset
355
+ astro_minutes
356
+ astro_sunriseText
357
+ astro_sunriseEndText
358
+ astro_goldenHourEndText
359
+ astro_solarNoonText
360
+ astro_goldenHourText
361
+ astro_sunsetStartText
362
+ astro_sunsetText
363
+ astro_duskText
364
+ astro_nauticalDuskText
365
+ astro_nightText
366
+ astro_nightEndText
367
+ astro_nauticalDawnText
368
+ astro_dawnText
369
+ astro_nadirText
370
+ astro_help
371
+ schedule_create
372
+ schedule_create_name
373
+ schedule_text
374
+ schedule_create_tooltip
375
+ schedule_create_help
376
+ schedule_clear
377
+ schedule_clear_tooltip
378
+ schedule_clear_help
379
+ field_cron
380
+ field_cron_CRON
381
+ field_cron_tooltip
382
+ cron_builder
383
+ cron_builder_CRON
384
+ cron_builder_tooltip
385
+ cron_builder_with_seconds
386
+ cron_builder_dow
387
+ cron_builder_month
388
+ cron_builder_day
389
+ cron_builder_hour
390
+ cron_builder_minutes
391
+ cron_builder_seconds
392
+ cron_builder_line
393
+ procedures_defcustomreturn_name
394
+ procedures_defcustomnoreturn_name
395
+ logic_switch_case
396
+ logic_switch_case_is
397
+ logic_switch_case_of
398
+ logic_switch_do
399
+ logic_switch_tooltip
400
+ logic_switch_default_tooltip
401
+ logic_switch_control_case_tooltip
402
+ onFile
403
+ onFile_file
404
+ onFile_withFile
405
+ onFile_tooltip
406
+ onFile_help
407
+ offFile
408
+ offFile_tooltip
409
+ offFile_help
410
+ sendto_otherscript_name
411
+ sendto_otherscript_instance
412
+ sendto_otherscript_anyInstance
413
+ sendto_otherscript_script
414
+ sendto_otherscript_message
415
+ sendto_otherscript_data
416
+ sendto_otherscript_tooltip
417
+ sendto_otherscript_help
418
+ onMessage
419
+ onMessage_message
420
+ onMessage_tooltip
421
+ onMessage_help
422
+ logic_between_min
423
+ logic_between_max
424
+ logic_between_tooltip
425
+ logic_ifempty
426
+ logic_ifempty_then
427
+ logic_ifempty_tooltip
@@ -21,6 +21,7 @@
21
21
  "Maximum setState requests per Minute per Script": "Demandes d'état maximale par minute par Script",
22
22
  "Maximum triggers per Script (until warning)": "Nombre maximum de déclencheurs par script (jusqu'à avertissement)",
23
23
  "Mirror scripts to file path": "Miroir des scripts sur le chemin du fichier",
24
+ "Sort global scripts alphabetically": "Trier les scripts globaux par ordre alphabétique",
24
25
  "Module names": "Noms de modules",
25
26
  "Next sunrise": "Prochain lever de soleil:",
26
27
  "Next sunset": "Prochain coucher de soleil:",
@@ -61,6 +62,13 @@
61
62
  "Custom API Base URL": "URL de base API personnalisée (ex. pour Ollama, LM Studio)",
62
63
  "Custom API Base URL help": "Laisser vide pour OpenAI. Pour Ollama utiliser http://localhost:11434/v1",
63
64
  "Test API connection": "Tester la connexion API",
65
+ "Test OpenAI": "Test OpenAI",
66
+ "Test Anthropic": "Test Anthropic",
67
+ "Test Gemini": "Test Gemini",
68
+ "Test DeepSeek": "Test DeepSeek",
69
+ "Test Custom API": "Test Custom API",
70
+ "Custom API key": "API key (optional)",
71
+ "Custom API key help": "Only needed if your provider requires authentication",
64
72
  "AI settings": "Paramètres IA",
65
73
  "AI settings description": "Si vous souhaitez utiliser la génération de code par IA, vous pouvez définir ici les clés API des fournisseurs correspondants. Seule la clé du fournisseur utilisé est requise.",
66
74
  "ChatGPT API key": "Clé API ChatGPT",
@@ -21,6 +21,7 @@
21
21
  "Maximum setState requests per Minute per Script": "Numero massimo di richieste per Minute per Script",
22
22
  "Maximum triggers per Script (until warning)": "Numero massimo di trigger per script (fino all'avviso)",
23
23
  "Mirror scripts to file path": "Script speculari sul percorso del file",
24
+ "Sort global scripts alphabetically": "Ordina gli script globali in ordine alfabetico",
24
25
  "Module names": "Nomi dei moduli",
25
26
  "Next sunrise": "Prossima alba:",
26
27
  "Next sunset": "Prossimo tramonto:",
@@ -61,6 +62,13 @@
61
62
  "Custom API Base URL": "URL base API personalizzata (es. per Ollama, LM Studio)",
62
63
  "Custom API Base URL help": "Lasciare vuoto per OpenAI. Per Ollama usare http://localhost:11434/v1",
63
64
  "Test API connection": "Testa connessione API",
65
+ "Test OpenAI": "Test OpenAI",
66
+ "Test Anthropic": "Test Anthropic",
67
+ "Test Gemini": "Test Gemini",
68
+ "Test DeepSeek": "Test DeepSeek",
69
+ "Test Custom API": "Test Custom API",
70
+ "Custom API key": "API key (optional)",
71
+ "Custom API key help": "Only needed if your provider requires authentication",
64
72
  "AI settings": "Impostazioni IA",
65
73
  "AI settings description": "Se si desidera utilizzare la generazione di codice tramite IA, è possibile definire qui le chiavi API per i rispettivi provider. È necessaria solo la chiave del provider utilizzato.",
66
74
  "ChatGPT API key": "Chiave API ChatGPT",
@@ -21,6 +21,7 @@
21
21
  "Maximum setState requests per Minute per Script": "Maximum stelt verzoeken per Minute per Script",
22
22
  "Maximum triggers per Script (until warning)": "Maximale triggers per script (tot waarschuwing)",
23
23
  "Mirror scripts to file path": "Spiegel scripts naar bestandspad",
24
+ "Sort global scripts alphabetically": "Globale scripts alfabetisch sorteren",
24
25
  "Module names": "Module namen",
25
26
  "Next sunrise": "Volgende zonsopgang:",
26
27
  "Next sunset": "Volgende zonsondergang:",
@@ -61,6 +62,13 @@
61
62
  "Custom API Base URL": "Aangepaste API Base URL (bijv. voor Ollama, LM Studio)",
62
63
  "Custom API Base URL help": "Leeg laten voor OpenAI. Voor Ollama gebruik http://localhost:11434/v1",
63
64
  "Test API connection": "API-verbinding testen",
65
+ "Test OpenAI": "Test OpenAI",
66
+ "Test Anthropic": "Test Anthropic",
67
+ "Test Gemini": "Test Gemini",
68
+ "Test DeepSeek": "Test DeepSeek",
69
+ "Test Custom API": "Test Custom API",
70
+ "Custom API key": "API key (optional)",
71
+ "Custom API key help": "Only needed if your provider requires authentication",
64
72
  "AI settings": "AI-instellingen",
65
73
  "AI settings description": "Als u AI-codegeneratie wilt gebruiken, kunt u hier de API-sleutels voor de betreffende providers opgeven. Alleen de sleutel voor de gebruikte provider is vereist.",
66
74
  "ChatGPT API key": "ChatGPT API-sleutel",
@@ -21,6 +21,7 @@
21
21
  "Maximum setState requests per Minute per Script": "Maksymalna liczba żądań setState na minutę na skrypt",
22
22
  "Maximum triggers per Script (until warning)": "Maksymalna liczba wyzwalaczy na skrypt (do ostrzeżenia)",
23
23
  "Mirror scripts to file path": "Skopiuj skrypty do ścieżki pliku",
24
+ "Sort global scripts alphabetically": "Sortuj globalne skrypty alfabetycznie",
24
25
  "Module names": "Nazwy modułów NPM",
25
26
  "Next sunrise": "Następny wschód słońca:",
26
27
  "Next sunset": "Następny zachód słońca:",
@@ -61,6 +62,13 @@
61
62
  "Custom API Base URL": "Niestandardowy bazowy URL API (np. dla Ollama, LM Studio)",
62
63
  "Custom API Base URL help": "Pozostaw puste dla OpenAI. Dla Ollama użyj http://localhost:11434/v1",
63
64
  "Test API connection": "Testuj połączenie API",
65
+ "Test OpenAI": "Test OpenAI",
66
+ "Test Anthropic": "Test Anthropic",
67
+ "Test Gemini": "Test Gemini",
68
+ "Test DeepSeek": "Test DeepSeek",
69
+ "Test Custom API": "Test Custom API",
70
+ "Custom API key": "API key (optional)",
71
+ "Custom API key help": "Only needed if your provider requires authentication",
64
72
  "AI settings": "Ustawienia AI",
65
73
  "AI settings description": "Jeśli chcesz korzystać z generowania kodu przez AI, możesz tutaj zdefiniować klucze API dla odpowiednich dostawców. Wymagany jest tylko klucz dla używanego dostawcy.",
66
74
  "ChatGPT API key": "Klucz API ChatGPT",
@@ -21,6 +21,7 @@
21
21
  "Maximum setState requests per Minute per Script": "Pedidos de status máximos por minuto por script",
22
22
  "Maximum triggers per Script (until warning)": "Máximo de triggers por Script (até aviso)",
23
23
  "Mirror scripts to file path": "Espelhe os scripts no caminho do arquivo",
24
+ "Sort global scripts alphabetically": "Ordenar scripts globais alfabeticamente",
24
25
  "Module names": "Nomes de módulos NPM",
25
26
  "Next sunrise": "Próximo amanhecer:",
26
27
  "Next sunset": "Próximo pôr do sol:",
@@ -61,6 +62,13 @@
61
62
  "Custom API Base URL": "URL base da API personalizada (ex. para Ollama, LM Studio)",
62
63
  "Custom API Base URL help": "Deixar vazio para OpenAI. Para Ollama usar http://localhost:11434/v1",
63
64
  "Test API connection": "Testar conexão API",
65
+ "Test OpenAI": "Test OpenAI",
66
+ "Test Anthropic": "Test Anthropic",
67
+ "Test Gemini": "Test Gemini",
68
+ "Test DeepSeek": "Test DeepSeek",
69
+ "Test Custom API": "Test Custom API",
70
+ "Custom API key": "API key (optional)",
71
+ "Custom API key help": "Only needed if your provider requires authentication",
64
72
  "AI settings": "Configurações de IA",
65
73
  "AI settings description": "Se pretender utilizar a geração de código com IA, pode definir aqui as chaves API dos respetivos fornecedores. Apenas a chave do fornecedor utilizado é necessária.",
66
74
  "ChatGPT API key": "Chave API do ChatGPT",
@@ -21,6 +21,7 @@
21
21
  "Maximum setState requests per Minute per Script": "Максимальное количество setState запросов в минуту на скрипт",
22
22
  "Maximum triggers per Script (until warning)": "Максимальное количество триггеров на скрипт (до предупреждения)",
23
23
  "Mirror scripts to file path": "Зеркальное копирование сценариев в путь к файлу",
24
+ "Sort global scripts alphabetically": "Сортировать глобальные скрипты по алфавиту",
24
25
  "Module names": "Имена модулей",
25
26
  "Next sunrise": "Следующий восход:",
26
27
  "Next sunset": "Следующий закат:",
@@ -61,6 +62,13 @@
61
62
  "Custom API Base URL": "Пользовательский базовый URL API (напр. для Ollama, LM Studio)",
62
63
  "Custom API Base URL help": "Оставить пустым для OpenAI. Для Ollama используйте http://localhost:11434/v1",
63
64
  "Test API connection": "Тестировать подключение к API",
65
+ "Test OpenAI": "Test OpenAI",
66
+ "Test Anthropic": "Test Anthropic",
67
+ "Test Gemini": "Test Gemini",
68
+ "Test DeepSeek": "Test DeepSeek",
69
+ "Test Custom API": "Test Custom API",
70
+ "Custom API key": "API key (optional)",
71
+ "Custom API key help": "Only needed if your provider requires authentication",
64
72
  "AI settings": "Настройки ИИ",
65
73
  "AI settings description": "Если вы хотите использовать генерацию кода с помощью ИИ, здесь можно указать API-ключи для соответствующих провайдеров. Требуется только ключ для используемого провайдера.",
66
74
  "ChatGPT API key": "API-ключ ChatGPT",
@@ -21,6 +21,7 @@
21
21
  "Maximum setState requests per Minute per Script": "Максимальна кількість запитів setState за хвилину на сценарій",
22
22
  "Maximum triggers per Script (until warning)": "Максимальна кількість тригерів на сценарій (до попередження)",
23
23
  "Mirror scripts to file path": "Дзеркало сценаріїв до шляху до файлу",
24
+ "Sort global scripts alphabetically": "Сортувати глобальні скрипти за алфавітом",
24
25
  "Module names": "Назви модулів NPM",
25
26
  "Next sunrise": "Наступний схід сонця:",
26
27
  "Next sunset": "Наступний захід сонця:",
@@ -61,6 +62,13 @@
61
62
  "Custom API Base URL": "Власний базовий URL API (напр. для Ollama, LM Studio)",
62
63
  "Custom API Base URL help": "Залишити порожнім для OpenAI. Для Ollama використовуйте http://localhost:11434/v1",
63
64
  "Test API connection": "Тестувати підключення до API",
65
+ "Test OpenAI": "Test OpenAI",
66
+ "Test Anthropic": "Test Anthropic",
67
+ "Test Gemini": "Test Gemini",
68
+ "Test DeepSeek": "Test DeepSeek",
69
+ "Test Custom API": "Test Custom API",
70
+ "Custom API key": "API key (optional)",
71
+ "Custom API key help": "Only needed if your provider requires authentication",
64
72
  "AI settings": "Налаштування ШІ",
65
73
  "AI settings description": "Якщо ви хочете використовувати генерацію коду за допомогою ШІ, тут можна вказати API-ключі для відповідних провайдерів. Потрібен лише ключ для використовуваного провайдера.",
66
74
  "ChatGPT API key": "API-ключ ChatGPT",
@@ -21,6 +21,7 @@
21
21
  "Maximum setState requests per Minute per Script": "Maximum国家请求每分钟",
22
22
  "Maximum triggers per Script (until warning)": "每个脚本的最大触发器数(直到警告)",
23
23
  "Mirror scripts to file path": "将脚本镜像到文件路径:",
24
+ "Sort global scripts alphabetically": "按字母顺序排序全局脚本",
24
25
  "Module names": "模块名称",
25
26
  "Next sunrise": "下一个日出:",
26
27
  "Next sunset": "下一日落:",
@@ -61,6 +62,13 @@
61
62
  "Custom API Base URL": "自定义 API 基础 URL(例如 Ollama、LM Studio)",
62
63
  "Custom API Base URL help": "OpenAI 留空。Ollama 使用 http://localhost:11434/v1",
63
64
  "Test API connection": "测试 API 连接",
65
+ "Test OpenAI": "Test OpenAI",
66
+ "Test Anthropic": "Test Anthropic",
67
+ "Test Gemini": "Test Gemini",
68
+ "Test DeepSeek": "Test DeepSeek",
69
+ "Test Custom API": "Test Custom API",
70
+ "Custom API key": "API key (optional)",
71
+ "Custom API key help": "Only needed if your provider requires authentication",
64
72
  "AI settings": "AI 设置",
65
73
  "AI settings description": "如果您想使用 AI 代码生成功能,可以在此处为相应的提供商定义 API 密钥。只需要您所使用的提供商的密钥。",
66
74
  "ChatGPT API key": "ChatGPT API 密钥",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2L3 20h4l1.5-4h7l1.5 4h4L12 2zm0 6l2.5 7h-5L12 8z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M4 1h16v5H4V1zm1 1v3h14V2H5zm-1 6h16v5H4V8zm1 1v3h14V9H5zm-1 6h16v5H4v-5zm1 1v3h14v-3H5zm2-12h2v1H7V3zm0 6h2v1H7V9zm0 6h2v1H7v-1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M10 2a8 8 0 0 1 6.32 12.91l4.39 4.38-1.42 1.42-4.38-4.39A8 8 0 1 1 10 2zm0 2a6 6 0 1 0 0 12 6 6 0 0 0 0-12z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M12 1l3 7h7l-5.5 4.5L18.5 20 12 15.5 5.5 20l2-7.5L2 8h7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2C6.48 2 2 5.58 2 10c0 2.24 1.12 4.27 2.93 5.72L4 20l4.35-2.18C9.5 18.27 10.72 18.5 12 18.5c5.52 0 10-3.58 10-8S17.52 2 12 2zm-1 11H8v-2h3V8h2v3h3v2h-3v3h-2v-3z"/></svg>