@iobroker/adapter-react-v5 7.2.4 → 7.3.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 (375) hide show
  1. package/README.md +7 -15
  2. package/build/AdminConnection.d.ts +1 -0
  3. package/build/AdminConnection.js +2 -0
  4. package/build/AdminConnection.js.map +1 -0
  5. package/{src/Components/404.tsx → build/Components/404.js} +14 -39
  6. package/build/Components/404.js.map +1 -0
  7. package/{Components → build/Components}/ColorPicker.d.ts +2 -2
  8. package/{Components → build/Components}/ColorPicker.js +50 -65
  9. package/build/Components/ColorPicker.js.map +1 -0
  10. package/{Components → build/Components}/ComplexCron.d.ts +2 -2
  11. package/{Components → build/Components}/ComplexCron.js +43 -71
  12. package/build/Components/ComplexCron.js.map +1 -0
  13. package/{Components → build/Components}/CopyToClipboard.d.ts +1 -2
  14. package/{src/Components/CopyToClipboard.tsx → build/Components/CopyToClipboard.js} +20 -38
  15. package/build/Components/CopyToClipboard.js.map +1 -0
  16. package/{Components → build/Components}/CustomModal.d.ts +3 -3
  17. package/build/Components/CustomModal.js +60 -0
  18. package/build/Components/CustomModal.js.map +1 -0
  19. package/{Components → build/Components}/FileBrowser.d.ts +5 -3
  20. package/{Components → build/Components}/FileBrowser.js +230 -236
  21. package/build/Components/FileBrowser.js.map +1 -0
  22. package/build/Components/FileViewer.d.ts +49 -0
  23. package/build/Components/FileViewer.js +247 -0
  24. package/build/Components/FileViewer.js.map +1 -0
  25. package/{Components → build/Components}/Icon.d.ts +1 -1
  26. package/build/Components/Icon.js +140 -0
  27. package/build/Components/Icon.js.map +1 -0
  28. package/{Components → build/Components}/IconPicker.d.ts +2 -2
  29. package/build/Components/IconPicker.js +73 -0
  30. package/build/Components/IconPicker.js.map +1 -0
  31. package/{Components → build/Components}/IconSelector.d.ts +3 -3
  32. package/{Components → build/Components}/IconSelector.js +29 -57
  33. package/build/Components/IconSelector.js.map +1 -0
  34. package/{Components → build/Components}/Image.d.ts +2 -2
  35. package/{Components → build/Components}/Image.js +16 -22
  36. package/build/Components/Image.js.map +1 -0
  37. package/{Components → build/Components}/Loader.d.ts +2 -2
  38. package/{Components → build/Components}/Loader.js +15 -40
  39. package/build/Components/Loader.js.map +1 -0
  40. package/{Components → build/Components}/Loaders/MV.d.ts +2 -2
  41. package/build/Components/Loaders/MV.js +61 -0
  42. package/build/Components/Loaders/MV.js.map +1 -0
  43. package/{Components → build/Components}/Loaders/PT.d.ts +2 -2
  44. package/{Components → build/Components}/Loaders/PT.js +10 -35
  45. package/build/Components/Loaders/PT.js.map +1 -0
  46. package/{Components → build/Components}/Loaders/Vendor.d.ts +2 -2
  47. package/build/Components/Loaders/Vendor.js +52 -0
  48. package/build/Components/Loaders/Vendor.js.map +1 -0
  49. package/{Components → build/Components}/Logo.d.ts +2 -2
  50. package/build/Components/Logo.js +108 -0
  51. package/build/Components/Logo.js.map +1 -0
  52. package/{Components → build/Components}/MDUtils.d.ts +1 -2
  53. package/{Components → build/Components}/MDUtils.js +4 -9
  54. package/build/Components/MDUtils.js.map +1 -0
  55. package/{Components → build/Components}/ObjectBrowser.d.ts +4 -4
  56. package/{Components → build/Components}/ObjectBrowser.js +1159 -1122
  57. package/build/Components/ObjectBrowser.js.map +1 -0
  58. package/{Components → build/Components}/Router.d.ts +1 -2
  59. package/{Components → build/Components}/Router.js +6 -7
  60. package/build/Components/Router.js.map +1 -0
  61. package/{Components → build/Components}/SaveCloseButtons.d.ts +2 -2
  62. package/build/Components/SaveCloseButtons.js +65 -0
  63. package/build/Components/SaveCloseButtons.js.map +1 -0
  64. package/{Components → build/Components}/Schedule.d.ts +2 -2
  65. package/{Components → build/Components}/Schedule.js +242 -257
  66. package/build/Components/Schedule.js.map +1 -0
  67. package/{Components → build/Components}/SelectWithIcon.d.ts +2 -2
  68. package/build/Components/SelectWithIcon.js +135 -0
  69. package/build/Components/SelectWithIcon.js.map +1 -0
  70. package/build/Components/SimpleCron/cronText.js +15 -0
  71. package/build/Components/SimpleCron/cronText.js.map +1 -0
  72. package/{Components → build/Components}/SimpleCron/index.d.ts +2 -2
  73. package/{Components → build/Components}/SimpleCron/index.js +55 -58
  74. package/build/Components/SimpleCron/index.js.map +1 -0
  75. package/{Components → build/Components}/TabContainer.d.ts +2 -2
  76. package/build/Components/TabContainer.js +23 -0
  77. package/build/Components/TabContainer.js.map +1 -0
  78. package/{Components → build/Components}/TabContent.d.ts +3 -2
  79. package/build/Components/TabContent.js +20 -0
  80. package/build/Components/TabContent.js.map +1 -0
  81. package/build/Components/TabHeader.d.ts +6 -0
  82. package/build/Components/TabHeader.js +6 -0
  83. package/build/Components/TabHeader.js.map +1 -0
  84. package/{Components → build/Components}/TableResize.d.ts +2 -2
  85. package/{src/Components/TableResize.tsx → build/Components/TableResize.js} +64 -134
  86. package/build/Components/TableResize.js.map +1 -0
  87. package/{Components → build/Components}/TextWithIcon.d.ts +2 -2
  88. package/{src/Components/TextWithIcon.tsx → build/Components/TextWithIcon.js} +30 -75
  89. package/build/Components/TextWithIcon.js.map +1 -0
  90. package/{Components → build/Components}/ToggleThemeMenu.d.ts +1 -1
  91. package/build/Components/ToggleThemeMenu.js +13 -0
  92. package/build/Components/ToggleThemeMenu.js.map +1 -0
  93. package/{Components → build/Components}/TreeTable.d.ts +3 -3
  94. package/{Components → build/Components}/TreeTable.js +87 -99
  95. package/build/Components/TreeTable.js.map +1 -0
  96. package/{Components → build/Components}/UploadImage.d.ts +2 -2
  97. package/{Components → build/Components}/UploadImage.js +45 -69
  98. package/build/Components/UploadImage.js.map +1 -0
  99. package/{Components → build/Components}/Utils.d.ts +2 -2
  100. package/{Components → build/Components}/Utils.js +47 -60
  101. package/build/Components/Utils.js.map +1 -0
  102. package/build/Components/withWidth.d.ts +2 -0
  103. package/build/Components/withWidth.js +22 -0
  104. package/build/Components/withWidth.js.map +1 -0
  105. package/build/Connection.d.ts +1 -0
  106. package/build/Connection.js +2 -0
  107. package/build/Connection.js.map +1 -0
  108. package/{Dialogs → build/Dialogs}/ComplexCron.d.ts +2 -2
  109. package/build/Dialogs/ComplexCron.js +85 -0
  110. package/build/Dialogs/ComplexCron.js.map +1 -0
  111. package/{Dialogs → build/Dialogs}/Confirm.d.ts +2 -2
  112. package/build/Dialogs/Confirm.js +83 -0
  113. package/build/Dialogs/Confirm.js.map +1 -0
  114. package/{Dialogs → build/Dialogs}/Cron.d.ts +2 -2
  115. package/build/Dialogs/Cron.js +72 -0
  116. package/build/Dialogs/Cron.js.map +1 -0
  117. package/{Dialogs → build/Dialogs}/Error.d.ts +2 -2
  118. package/build/Dialogs/Error.js +27 -0
  119. package/build/Dialogs/Error.js.map +1 -0
  120. package/{Dialogs → build/Dialogs}/Message.d.ts +2 -2
  121. package/build/Dialogs/Message.js +29 -0
  122. package/build/Dialogs/Message.js.map +1 -0
  123. package/{Dialogs → build/Dialogs}/SelectFile.d.ts +2 -2
  124. package/build/Dialogs/SelectFile.js +116 -0
  125. package/build/Dialogs/SelectFile.js.map +1 -0
  126. package/{Dialogs → build/Dialogs}/SelectID.d.ts +3 -3
  127. package/{Dialogs → build/Dialogs}/SelectID.js +28 -53
  128. package/build/Dialogs/SelectID.js.map +1 -0
  129. package/{Dialogs → build/Dialogs}/SimpleCron.d.ts +2 -2
  130. package/build/Dialogs/SimpleCron.js +46 -0
  131. package/build/Dialogs/SimpleCron.js.map +1 -0
  132. package/build/Dialogs/TextInput.d.ts +2 -0
  133. package/build/Dialogs/TextInput.js +31 -0
  134. package/build/Dialogs/TextInput.js.map +1 -0
  135. package/{GenericApp.d.ts → build/GenericApp.d.ts} +2 -3
  136. package/{GenericApp.js → build/GenericApp.js} +162 -176
  137. package/build/GenericApp.js.map +1 -0
  138. package/{LegacyConnection.d.ts → build/LegacyConnection.d.ts} +69 -4
  139. package/{LegacyConnection.js → build/LegacyConnection.js} +106 -99
  140. package/build/LegacyConnection.js.map +1 -0
  141. package/{Prompt.d.ts → build/Prompt.d.ts} +1 -1
  142. package/{Prompt.js → build/Prompt.js} +3 -4
  143. package/build/Prompt.js.map +1 -0
  144. package/build/Theme.d.ts +5 -0
  145. package/{Theme.js → build/Theme.js} +36 -32
  146. package/build/Theme.js.map +1 -0
  147. package/build/assets/devices/parseNames.d.ts +0 -0
  148. package/build/assets/devices/parseNames.js +35 -0
  149. package/build/assets/devices/parseNames.js.map +1 -0
  150. package/build/assets/rooms/parseNames.d.ts +0 -0
  151. package/build/assets/rooms/parseNames.js +35 -0
  152. package/build/assets/rooms/parseNames.js.map +1 -0
  153. package/build/dictionary.d.ts +1 -0
  154. package/build/dictionary.js +25 -0
  155. package/build/dictionary.js.map +1 -0
  156. package/build/i18n/de.json +449 -0
  157. package/build/i18n/en.json +449 -0
  158. package/build/i18n/es.json +449 -0
  159. package/build/i18n/fr.json +449 -0
  160. package/build/i18n/it.json +449 -0
  161. package/build/i18n/nl.json +449 -0
  162. package/build/i18n/pl.json +449 -0
  163. package/build/i18n/pt.json +449 -0
  164. package/build/i18n/ru.json +449 -0
  165. package/build/i18n/uk.json +449 -0
  166. package/build/i18n/zh-cn.json +449 -0
  167. package/{i18n.d.ts → build/i18n.d.ts} +2 -2
  168. package/{i18n.js → build/i18n.js} +9 -11
  169. package/build/i18n.js.map +1 -0
  170. package/build/icons/IconAdapter.d.ts +3 -0
  171. package/build/icons/IconAdapter.js +5 -0
  172. package/build/icons/IconAdapter.js.map +1 -0
  173. package/build/icons/IconAlias.d.ts +3 -0
  174. package/build/icons/IconAlias.js +5 -0
  175. package/build/icons/IconAlias.js.map +1 -0
  176. package/build/icons/IconChannel.d.ts +3 -0
  177. package/build/icons/IconChannel.js +8 -0
  178. package/build/icons/IconChannel.js.map +1 -0
  179. package/build/icons/IconClearFilter.d.ts +3 -0
  180. package/build/icons/IconClearFilter.js +6 -0
  181. package/build/icons/IconClearFilter.js.map +1 -0
  182. package/build/icons/IconClosed.d.ts +3 -0
  183. package/build/icons/IconClosed.js +5 -0
  184. package/build/icons/IconClosed.js.map +1 -0
  185. package/build/icons/IconCopy.d.ts +3 -0
  186. package/build/icons/IconCopy.js +4 -0
  187. package/build/icons/IconCopy.js.map +1 -0
  188. package/build/icons/IconDevice.d.ts +3 -0
  189. package/build/icons/IconDevice.js +14 -0
  190. package/build/icons/IconDevice.js.map +1 -0
  191. package/build/icons/IconDocument.d.ts +3 -0
  192. package/build/icons/IconDocument.js +5 -0
  193. package/build/icons/IconDocument.js.map +1 -0
  194. package/build/icons/IconDocumentReadOnly.d.ts +3 -0
  195. package/build/icons/IconDocumentReadOnly.js +6 -0
  196. package/build/icons/IconDocumentReadOnly.js.map +1 -0
  197. package/build/icons/IconExpert.d.ts +3 -0
  198. package/build/icons/IconExpert.js +5 -0
  199. package/build/icons/IconExpert.js.map +1 -0
  200. package/build/icons/IconFx.d.ts +3 -0
  201. package/build/icons/IconFx.js +4 -0
  202. package/build/icons/IconFx.js.map +1 -0
  203. package/build/icons/IconInstance.d.ts +3 -0
  204. package/build/icons/IconInstance.js +5 -0
  205. package/build/icons/IconInstance.js.map +1 -0
  206. package/build/icons/IconLogout.d.ts +3 -0
  207. package/build/icons/IconLogout.js +5 -0
  208. package/build/icons/IconLogout.js.map +1 -0
  209. package/build/icons/IconNoIcon.d.ts +3 -0
  210. package/build/icons/IconNoIcon.js +4 -0
  211. package/build/icons/IconNoIcon.js.map +1 -0
  212. package/build/icons/IconOpen.d.ts +3 -0
  213. package/build/icons/IconOpen.js +5 -0
  214. package/build/icons/IconOpen.js.map +1 -0
  215. package/{icons → build/icons}/IconProps.d.ts +1 -1
  216. package/build/icons/IconProps.js +2 -0
  217. package/build/icons/IconProps.js.map +1 -0
  218. package/build/icons/IconState.d.ts +3 -0
  219. package/build/icons/IconState.js +5 -0
  220. package/build/icons/IconState.js.map +1 -0
  221. package/build/index.d.ts +76 -0
  222. package/build/index.js +75 -0
  223. package/build/index.js.map +1 -0
  224. package/{types.d.ts → build/types.d.ts} +1 -1
  225. package/package.json +84 -48
  226. package/AdminConnection.d.ts +0 -2
  227. package/AdminConnection.js +0 -4
  228. package/Components/404.js +0 -101
  229. package/Components/CopyToClipboard.js +0 -163
  230. package/Components/CustomModal.js +0 -88
  231. package/Components/FileViewer.d.ts +0 -10
  232. package/Components/FileViewer.js +0 -305
  233. package/Components/Icon.js +0 -148
  234. package/Components/IconPicker.js +0 -98
  235. package/Components/Loaders/MV.js +0 -66
  236. package/Components/Loaders/Vendor.js +0 -77
  237. package/Components/Logo.js +0 -117
  238. package/Components/SaveCloseButtons.js +0 -69
  239. package/Components/SelectWithIcon.js +0 -168
  240. package/Components/SimpleCron/cronText.js +0 -19
  241. package/Components/TabContainer.js +0 -25
  242. package/Components/TabContent.js +0 -21
  243. package/Components/TabHeader.d.ts +0 -6
  244. package/Components/TabHeader.js +0 -11
  245. package/Components/TableResize.js +0 -226
  246. package/Components/TextWithIcon.js +0 -119
  247. package/Components/ToggleThemeMenu.js +0 -18
  248. package/Components/withWidth.d.ts +0 -3
  249. package/Components/withWidth.js +0 -27
  250. package/Connection.d.ts +0 -3
  251. package/Connection.js +0 -8
  252. package/Dialogs/ComplexCron.js +0 -90
  253. package/Dialogs/Confirm.js +0 -111
  254. package/Dialogs/Cron.js +0 -100
  255. package/Dialogs/Error.js +0 -55
  256. package/Dialogs/Message.js +0 -57
  257. package/Dialogs/SelectFile.js +0 -119
  258. package/Dialogs/SimpleCron.js +0 -51
  259. package/Dialogs/TextInput.d.ts +0 -3
  260. package/Dialogs/TextInput.js +0 -35
  261. package/Theme.d.ts +0 -6
  262. package/i18n/de.json +0 -449
  263. package/i18n/en.json +0 -449
  264. package/i18n/es.json +0 -449
  265. package/i18n/fr.json +0 -449
  266. package/i18n/it.json +0 -449
  267. package/i18n/nl.json +0 -449
  268. package/i18n/pl.json +0 -449
  269. package/i18n/pt.json +0 -449
  270. package/i18n/ru.json +0 -449
  271. package/i18n/uk.json +0 -449
  272. package/i18n/zh-cn.json +0 -449
  273. package/icons/IconAdapter.d.ts +0 -4
  274. package/icons/IconAdapter.js +0 -10
  275. package/icons/IconAlias.d.ts +0 -4
  276. package/icons/IconAlias.js +0 -10
  277. package/icons/IconChannel.d.ts +0 -4
  278. package/icons/IconChannel.js +0 -13
  279. package/icons/IconClearFilter.d.ts +0 -4
  280. package/icons/IconClearFilter.js +0 -11
  281. package/icons/IconClosed.d.ts +0 -4
  282. package/icons/IconClosed.js +0 -10
  283. package/icons/IconCopy.d.ts +0 -4
  284. package/icons/IconCopy.js +0 -9
  285. package/icons/IconDevice.d.ts +0 -4
  286. package/icons/IconDevice.js +0 -19
  287. package/icons/IconDocument.d.ts +0 -4
  288. package/icons/IconDocument.js +0 -10
  289. package/icons/IconDocumentReadOnly.d.ts +0 -4
  290. package/icons/IconDocumentReadOnly.js +0 -11
  291. package/icons/IconExpert.d.ts +0 -4
  292. package/icons/IconExpert.js +0 -10
  293. package/icons/IconFx.d.ts +0 -4
  294. package/icons/IconFx.js +0 -9
  295. package/icons/IconInstance.d.ts +0 -4
  296. package/icons/IconInstance.js +0 -10
  297. package/icons/IconLogout.d.ts +0 -4
  298. package/icons/IconLogout.js +0 -10
  299. package/icons/IconNoIcon.d.ts +0 -4
  300. package/icons/IconNoIcon.js +0 -9
  301. package/icons/IconOpen.d.ts +0 -4
  302. package/icons/IconOpen.js +0 -10
  303. package/icons/IconProps.js +0 -2
  304. package/icons/IconState.d.ts +0 -4
  305. package/icons/IconState.js +0 -10
  306. package/index.d.ts +0 -128
  307. package/index.js +0 -215
  308. package/src/AdminConnection.tsx +0 -3
  309. package/src/Components/ColorPicker.tsx +0 -343
  310. package/src/Components/ComplexCron.tsx +0 -561
  311. package/src/Components/CustomModal.tsx +0 -170
  312. package/src/Components/FileBrowser.tsx +0 -2560
  313. package/src/Components/FileViewer.tsx +0 -412
  314. package/src/Components/Icon.tsx +0 -238
  315. package/src/Components/IconPicker.tsx +0 -165
  316. package/src/Components/IconSelector.tsx +0 -2220
  317. package/src/Components/Image.tsx +0 -193
  318. package/src/Components/Loader.tsx +0 -328
  319. package/src/Components/Logo.tsx +0 -176
  320. package/src/Components/MDUtils.tsx +0 -104
  321. package/src/Components/ObjectBrowser.tsx +0 -8947
  322. package/src/Components/Router.tsx +0 -90
  323. package/src/Components/SaveCloseButtons.tsx +0 -117
  324. package/src/Components/Schedule.tsx +0 -1998
  325. package/src/Components/SelectWithIcon.tsx +0 -239
  326. package/src/Components/TabContainer.tsx +0 -57
  327. package/src/Components/TabContent.tsx +0 -38
  328. package/src/Components/TabHeader.tsx +0 -20
  329. package/src/Components/ToggleThemeMenu.tsx +0 -52
  330. package/src/Components/TreeTable.tsx +0 -1002
  331. package/src/Components/UploadImage.tsx +0 -643
  332. package/src/Components/Utils.tsx +0 -1802
  333. package/src/Components/loader.css +0 -231
  334. package/src/Components/withWidth.tsx +0 -32
  335. package/src/Connection.tsx +0 -5
  336. package/src/Dialogs/ComplexCron.tsx +0 -163
  337. package/src/Dialogs/Confirm.tsx +0 -185
  338. package/src/Dialogs/Cron.tsx +0 -192
  339. package/src/Dialogs/Error.tsx +0 -67
  340. package/src/Dialogs/Message.tsx +0 -73
  341. package/src/Dialogs/SelectFile.tsx +0 -280
  342. package/src/Dialogs/SelectID.tsx +0 -310
  343. package/src/Dialogs/SimpleCron.tsx +0 -101
  344. package/src/Dialogs/TextInput.tsx +0 -99
  345. package/src/GenericApp.tsx +0 -1076
  346. package/src/LegacyConnection.tsx +0 -3720
  347. package/src/Prompt.tsx +0 -22
  348. package/src/Theme.tsx +0 -472
  349. package/src/icons/IconAdapter.tsx +0 -22
  350. package/src/icons/IconAlias.tsx +0 -22
  351. package/src/icons/IconChannel.tsx +0 -60
  352. package/src/icons/IconClearFilter.tsx +0 -24
  353. package/src/icons/IconClosed.tsx +0 -22
  354. package/src/icons/IconCopy.tsx +0 -21
  355. package/src/icons/IconDevice.tsx +0 -126
  356. package/src/icons/IconDocument.tsx +0 -22
  357. package/src/icons/IconDocumentReadOnly.tsx +0 -27
  358. package/src/icons/IconExpert.tsx +0 -26
  359. package/src/icons/IconFx.tsx +0 -38
  360. package/src/icons/IconInstance.tsx +0 -22
  361. package/src/icons/IconLogout.tsx +0 -32
  362. package/src/icons/IconNoIcon.tsx +0 -21
  363. package/src/icons/IconOpen.tsx +0 -22
  364. package/src/icons/IconProps.tsx +0 -16
  365. package/src/icons/IconState.tsx +0 -38
  366. package/src/index.css +0 -56
  367. /package/{Components → build/Components}/404.d.ts +0 -0
  368. /package/{Components → build/Components}/SimpleCron/cronText.d.ts +0 -0
  369. /package/{assets → build/assets}/devices.json +0 -0
  370. /package/{assets → build/assets}/lamp_ceiling.svg +0 -0
  371. /package/{assets → build/assets}/lamp_table.svg +0 -0
  372. /package/{assets → build/assets}/no_icon.svg +0 -0
  373. /package/{assets → build/assets}/rooms.json +0 -0
  374. /package/{index.css → build/index.css} +0 -0
  375. /package/{tasks.js → tasksExample.js} +0 -0
@@ -0,0 +1,449 @@
1
+ {
2
+ "ra_filter_func": "Funzione",
3
+ "ra_filter_id": "ID",
4
+ "ra_filter_name": "Nome",
5
+ "ra_filter_role": "Ruolo",
6
+ "ra_filter_room": "Camera",
7
+ "ra_tooltip_ack": "Bandiera riconosciuta",
8
+ "ra_tooltip_from": "A partire dal",
9
+ "ra_tooltip_lc": "Ultima modifica",
10
+ "ra_tooltip_quality": "Qualità",
11
+ "ra_tooltip_ts": "Data e ora",
12
+ "ra_tooltip_user": "Utente",
13
+ "ra_tooltip_value": "Valore",
14
+ "ra_Are you sure?": "Sei sicuro?",
15
+ "ra_Cancel": "Annulla",
16
+ "ra_Copied": "Copiato",
17
+ "ra_Copied %s": "\"%s\" copiato",
18
+ "ra_Define functions": "Definire le funzioni",
19
+ "ra_Define rooms": "Definisci le stanze",
20
+ "ra_Error": "Errore",
21
+ "ra_Message": "Messaggio",
22
+ "ra_Ok": "Ok",
23
+ "ra_Please select object ID...": "Seleziona l'ID oggetto ...",
24
+ "ra_Selected": "Selezionato",
25
+ "ra_Unknown error!": "Errore sconosciuto!",
26
+ "ra_Value": "Valore",
27
+ "ra_filter_type": "genere",
28
+ "ra_invalidConfig": "Impostazioni non valide",
29
+ "ra_otherConfig": "Impostazioni dall'altro adattatore %s",
30
+ "ra_tooltip_copyState": "Copia il valore dello stato",
31
+ "ra_tooltip_customConfig": "Impostazioni personalizzate",
32
+ "ra_tooltip_deleteObject": "Elimina oggetto",
33
+ "ra_tooltip_editObject": "Modifica oggetto",
34
+ "ra_tooltip_editState": "Modifica il valore dello stato",
35
+ "ra_filter_customs": "impostazioni",
36
+ "ra_Listen on all IPs": "Ascolta su tutti gli IP",
37
+ "ra_dow_Fr": "fr",
38
+ "ra_dow_Mo": "momento",
39
+ "ra_dow_Sa": "Sa",
40
+ "ra_dow_Su": "su",
41
+ "ra_dow_Th": "th",
42
+ "ra_Save": "Salva",
43
+ "ra_Save and close": "Salva e chiudi",
44
+ "ra_Close": "Vicino",
45
+ "ra_Auto (no custom columns)": "Auto (nessuna colonna personalizzata)",
46
+ "ra_Transparent dialog": "Finestra di dialogo trasparente",
47
+ "ra_Width": "Larghezza",
48
+ "ra_val": "Valore",
49
+ "ra_buttons": "Bottoni",
50
+ "ra_Configure visible columns": "Configura colonne visibili",
51
+ "ra_Cannot update attribute, because not found in the object": "Impossibile aggiornare l'attributo, perché non trovato nell'oggetto",
52
+ "ra_Edit object field": "Modifica campo oggetto",
53
+ "ra_Hide empty folders": "Nascondi cartelle vuote",
54
+ "ra_Reload files": "Ricarica i file",
55
+ "ra_Create folder": "Creare una cartella",
56
+ "ra_Upload file": "Caricare un file",
57
+ "ra_User files": "File utente",
58
+ "ra_Confirm deletion of %s": "Conferma l'eliminazione di %s",
59
+ "ra_Delete (no confirm for 5 mins)": "Elimina (nessuna conferma per 5 minuti)",
60
+ "ra_Delete": "Elimina",
61
+ "ra_Toggle expert mode": "Attiva / disattiva la modalità esperto",
62
+ "ra_Toggle view mode": "Attiva / disattiva la modalità di visualizzazione",
63
+ "ra_Root": "Radice",
64
+ "ra_Back to %s": "Torna a %s",
65
+ "ra_Place your files here or click here to open the browse dialog": "Posiziona i file qui o fai clic qui per aprire la finestra di dialogo Sfoglia",
66
+ "ra_If no file will be created in the folder, it will disappear after the browser closed": "Se nessun file verrà creato nella cartella, scomparirà dopo la chiusura del browser",
67
+ "ra_Folder name": "Nome della cartella",
68
+ "ra_Create new folder in %s": "Crea nuova cartella in %s",
69
+ "ra_Duplicate name": "Nome duplicato",
70
+ "ra_Invalid parent folder!": "Cartella principale non valida!",
71
+ "ra_Drop file here": "Trascina il file qui",
72
+ "ra_Suppress question for next %s minutes": "Sopprimi la domanda per i prossimi %s minuti",
73
+ "ra_Clear filter": "Filtro pulito",
74
+ "ra_Update": "Aggiornare",
75
+ "ra_Load configuration from file": "Carica la configurazione dal file",
76
+ "ra_Save configuration to file": "Salva la configurazione su file",
77
+ "sc_cron": "CRON",
78
+ "sc_date": "Data",
79
+ "sc_dates": "Date",
80
+ "sc_dows": "Giorno della settimana",
81
+ "sc_every": "Ogni",
82
+ "sc_everyN_dates": "ogni N giorni",
83
+ "sc_everyN_dows": "ogni N giorno della settimana",
84
+ "sc_everyN_hours": "ogni N ore",
85
+ "sc_everyN_minutes": "ogni N minuti",
86
+ "sc_everyN_months": "ogni N mesi",
87
+ "sc_everyN_seconds": "ogni N secondi",
88
+ "sc_every_dates": "ogni giorno",
89
+ "sc_every_dows": "Tutti i giorni della settimana",
90
+ "sc_every_hours": "ogni ora",
91
+ "sc_every_minutes": "ogni minuto",
92
+ "sc_every_months": "ogni mese",
93
+ "sc_every_seconds": "ogni secondo",
94
+ "sc_from": "A partire dal",
95
+ "sc_hours": "Ore",
96
+ "sc_interval": "Intervallo",
97
+ "sc_intervalBetween": "Intervallo tra",
98
+ "sc_minutes": "Minuti",
99
+ "sc_months": "mesi",
100
+ "sc_once": "Una volta",
101
+ "sc_period": "Periodo",
102
+ "sc_seconds": "secondi",
103
+ "sc_simple": "Semplice",
104
+ "sc_specific": "Orario preciso",
105
+ "sc_specific_dates": "date specifiche",
106
+ "sc_specific_dows": "giorno specifico delle settimane",
107
+ "sc_specific_hours": "orari specifici",
108
+ "sc_specific_minutes": "minuti specifici",
109
+ "sc_specific_months": "mesi specifici",
110
+ "sc_specific_seconds": "secondi specifici",
111
+ "sc_time": "Tempo",
112
+ "sc_to": "Per",
113
+ "sc_wizard": "procedura guidata",
114
+ "sch_all": "tutti",
115
+ "sch_astroDay": "Astro day",
116
+ "sch_astroNight": "Astro night",
117
+ "sch_astro_dawn": "Alba",
118
+ "sch_astro_dusk": "Crepuscolo",
119
+ "sch_astro_goldenHour": "Ora d'oro",
120
+ "sch_astro_goldenHourEnd": "Fine dell'ora d'oro",
121
+ "sch_astro_nadir": "Nadir",
122
+ "sch_astro_nauticalDawn": "Alba nautica",
123
+ "sch_astro_nauticalDusk": "Crepuscolo nautico",
124
+ "sch_astro_night": "Notte",
125
+ "sch_astro_nightEnd": "Fine della notte",
126
+ "sch_astro_solarNoon": "Mezzogiorno solare",
127
+ "sch_astro_sunrise": "Alba",
128
+ "sch_astro_sunriseEnd": "Fine dell'alba",
129
+ "sch_astro_sunset": "Tramonto",
130
+ "sch_astro_sunsetStart": "Inizio del tramonto",
131
+ "sch_at": "a",
132
+ "sch_desc_atTime": "a %s",
133
+ "sch_desc_everyDay": "ogni giorno",
134
+ "sch_desc_everyHour": "ogni ora",
135
+ "sch_desc_everyMinute": "ogni minuto",
136
+ "sch_desc_everyMonth": "ogni mese",
137
+ "sch_desc_everyNDay": "ogni %s giorno",
138
+ "sch_desc_everyNHours": "ogni %s ore",
139
+ "sch_desc_everyNMinutes": "ogni %s minuti",
140
+ "sch_desc_everyNMonths": "ogni %s mesi",
141
+ "sch_desc_everyNWeeks": "ogni %s settimane",
142
+ "sch_desc_everyNYears": "ogni %s anni",
143
+ "sch_desc_everyWeek": "ogni settimana",
144
+ "sch_desc_everyYear": "ogni anno",
145
+ "sch_desc_intervalFromTo": "da %s a %s",
146
+ "sch_desc_never": "mai",
147
+ "sch_desc_onDate": "su %s di %s",
148
+ "sch_desc_onDates": "su %s e %s di",
149
+ "sch_desc_onEveryDate": "in ogni data di",
150
+ "sch_desc_onMonth": "%s",
151
+ "sch_desc_onMonths": "%s e %s",
152
+ "sch_desc_onWeekday": "su %s",
153
+ "sch_desc_onWeekdays": "su %s e %s",
154
+ "sch_desc_onWeekends": "nei finesettimana",
155
+ "sch_desc_onWorkdays": "nei giorni lavorativi",
156
+ "sch_desc_onceInPast": "non verrà più eseguito, perché start è nel passato",
157
+ "sch_desc_once_on": "su %s",
158
+ "sch_desc_validFrom": "da %s",
159
+ "sch_desc_validFromTo": "Eseguire da a",
160
+ "sch_desc_validTo": "a %s",
161
+ "sch_every": "ogni",
162
+ "sch_exactTime": "Orario preciso",
163
+ "sch_from": "a partire dal",
164
+ "sch_fromTo": "Da A",
165
+ "sch_intervalTime": "Intervallo di tempo",
166
+ "sch_invert": "invertire",
167
+ "sch_no_one": "nessuna",
168
+ "sch_on": "sopra",
169
+ "sch_period": "Periodo",
170
+ "sch_periodDaily": "Quotidiano",
171
+ "sch_periodDates": "Date",
172
+ "sch_periodDay": "Giorno",
173
+ "sch_periodEvery": "Ogni",
174
+ "sch_periodEveryDay": "Ogni giorno",
175
+ "sch_periodEveryMonth": "Ogni mese",
176
+ "sch_periodEveryWeek": "Ogni settimana",
177
+ "sch_periodEveryYear": "Ogni anno",
178
+ "sch_periodHours": "Ore",
179
+ "sch_periodMinutes": "Minuti",
180
+ "sch_periodMonth": "mese",
181
+ "sch_periodMonthly": "Mensile",
182
+ "sch_periodOnce": "Una volta",
183
+ "sch_periodSpecificMonths": "Mesi specifici",
184
+ "sch_periodWeek": "Settimana",
185
+ "sch_periodWeekdays": "Giorni della settimana",
186
+ "sch_periodWeekend": "Fine settimana",
187
+ "sch_periodWeekly": "settimanalmente",
188
+ "sch_periodWorkdays": "giorni feriali",
189
+ "sch_periodYear": "Anno",
190
+ "sch_periodYearly": "Annuale",
191
+ "sch_specificTime": "Orario preciso",
192
+ "sch_time": "Tempo",
193
+ "sch_to": "per",
194
+ "sch_valid": "Valido",
195
+ "sch_validFrom": "a partire dal",
196
+ "sch_validTo": "per",
197
+ "sch_wholeDay": "Giorno intero",
198
+ "sch_yearEveryMonth": "ogni mese",
199
+ "ra_Define schedule...": "Definisci pianificazione ...",
200
+ "ra_Repeat": "Ripetere",
201
+ "ra_use seconds": "usa i secondi",
202
+ "ra_close": "vicino",
203
+ "ra_dow_Tu": "Tu",
204
+ "ra_Toggle the states view": "Attiva o disattiva la visualizzazione degli stati",
205
+ "ra_Add new child object to selected parent": "Aggiungi un nuovo oggetto figlio al genitore selezionato",
206
+ "ra_Add objects tree from JSON file": "Aggiungi l'albero degli oggetti dal file JSON",
207
+ "ra_Save objects tree as JSON file": "Salva l'albero degli oggetti come file JSON",
208
+ "ra_Objects": "Oggetti",
209
+ "ra_States": "stati",
210
+ "ra_object_changed_by_user": "L'oggetto è stato modificato l'ultima volta alle",
211
+ "ra_object_changed_by": "Oggetto modificato da",
212
+ "ra_state_changed_from": "Oggetto cambiato da",
213
+ "ra_state_changed_by": "Stato cambiato da",
214
+ "ra_aclOwner_read_object": "Il proprietario può leggere l'oggetto",
215
+ "ra_aclOwner_read_state": "Il proprietario può leggere lo stato",
216
+ "ra_aclOwner_write_object": "Il proprietario può scrivere l'oggetto",
217
+ "ra_aclOwner_write_state": "Il proprietario può scrivere lo stato",
218
+ "ra_aclGroup_read_object": "Il gruppo può leggere l'oggetto",
219
+ "ra_aclGroup_read_state": "Il gruppo può leggere lo stato",
220
+ "ra_aclGroup_write_object": "Il gruppo può scrivere l'oggetto",
221
+ "ra_aclGroup_write_state": "Il gruppo può scrivere lo stato",
222
+ "ra_aclEveryone_read_object": "Tutti possono leggere gli oggetti",
223
+ "ra_aclEveryone_read_state": "Tutti possono leggere lo stato",
224
+ "ra_aclEveryone_write_object": "Tutti possono scrivere oggetti",
225
+ "ra_aclEveryone_write_state": "Tutti possono scrivere stato",
226
+ "ra_Folders always first": "Le cartelle sono sempre al primo posto",
227
+ "ra_changedFrom": "Cambiato da",
228
+ "ra_qualityCode": "Codice di qualità",
229
+ "ra_timestamp": "Timestamp",
230
+ "ra_lastChange": "Ultima modifica",
231
+ "ra_Owner group": "Gruppo di proprietari",
232
+ "ra_Owner user": "Utente proprietario",
233
+ "ra_Create": "Creare",
234
+ "ra_Changed from": "Cambiato da",
235
+ "ra_Quality code": "Qualità",
236
+ "ra_Timestamp": "Timestamp",
237
+ "ra_Last change": "Ultima modifica",
238
+ "ra_Collapse all nodes": "Comprimi tutti i nodi",
239
+ "ra_Edit custom config": "Modifica configurazione personalizzata",
240
+ "ra_Collapse one step node": "Comprimi un livello",
241
+ "ra_Expand one step node": "Espandi un livello",
242
+ "ra_Refresh tree": "Aggiorna l'albero",
243
+ "ra_Expand all nodes": "Espandi tutti i nodi",
244
+ "ra_Deselect all": "Deseleziona tutto",
245
+ "ra_Select all": "Seleziona tutto",
246
+ "ra_%s object(s) processed": "%s oggetti elaborati",
247
+ "ra_Invalid structure": "Struttura non valida",
248
+ "ra_%s was imported": "%s è stato importato",
249
+ "ra_Failed to open JSON File": "Impossibile aprire il file JSON",
250
+ "ra_Only following structures of objects are available:": "Sono disponibili solo le seguenti strutture di oggetti:",
251
+ "ra_Folder → State": "Cartella → Stato",
252
+ "ra_Folder → Channel → State": "Cartella → Canale → Stato",
253
+ "ra_Folder → Device → Channel → State": "Cartella → Dispositivo → Canale → Stato",
254
+ "ra_Device → Channel → State": "Dispositivo → Canale → Stato",
255
+ "ra_Channel → State": "Canale → Stato",
256
+ "ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "I non esperti possono creare nuovi oggetti solo in \"0_userdata.0\" o \"alias.0\".",
257
+ "ra_The experts may create objects everywhere but from second level (e.g. \"vis.0\" or \"javascript.0\").": "Gli esperti possono creare oggetti ovunque ma dal secondo livello (es. \"Vis.0\" o \"javascript.0\").",
258
+ "ra_expertMode": "Modalità esperto",
259
+ "ra_On weekdays": "Nei giorni della settimana",
260
+ "ra_Drop the files here...": "Trascina qui il file...",
261
+ "ra_Drag 'n' drop some files here, or click to select files": "Trascina e rilascia alcuni file qui o fai clic per selezionare i file",
262
+ "ra_Clear": "Elimina",
263
+ "ra_Clear icon": "Cancella icona",
264
+ "ra_none": "nessuna",
265
+ "ra_Select predefined icon": "Seleziona l'icona predefinita",
266
+ "ra_Show lines between rows": "Mostra linee tra le righe",
267
+ "ra_The page you are looking for was not found": "La pagina che stai cercando non è stata trovata",
268
+ "ra_Good luck": "Buona fortuna",
269
+ "ra_Cannot find \"%s\"": "Impossibile trovare \"%s\"",
270
+ "ra_Cannot read \"%s\"": "Impossibile leggere \"%s\"",
271
+ "ra_Background image": "Immagine di sfondo",
272
+ "ra_View: %s": "Visualizza: %s",
273
+ "ra_Copy content": "Copia contenuto",
274
+ "ra_Filter": "Filtro",
275
+ "ra_All objects": "Tutti gli oggetti",
276
+ "ra_Only selected": "Solo selezionato",
277
+ "ra_Change color theme": "Cambia tema colore",
278
+ "ra_daysShortText": "g.",
279
+ "ra_Instance %s is alive": "Il %s dell'istanza è vivo",
280
+ "ra_Instance %s is not alive": "Il TESTO dell'istanza non è vivo",
281
+ "ra_Used system settings": "Impostazioni di sistema utilizzate",
282
+ "ra_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "Impossibile determinare la posizione: le impostazioni di sistema sono vuote e il rilevamento GPS è disabilitato nel browser",
283
+ "ra_Define schedule": "Definisci programma",
284
+ "ra___different__": "diverso",
285
+ "ra_Please confirm": "Si prega di confermare",
286
+ "ra_JSON editor": "Editor JSON",
287
+ "ra_System language": "Linguaggio di sistema",
288
+ "ra_Too small": "Troppo piccolo",
289
+ "ra_Too big": "Troppo grande",
290
+ "ra_Passwords are not equal!": "Le password non sono uguali!",
291
+ "ra_repeat": "ripetere",
292
+ "ra_You can filter entries by entering here some text": "Puoi filtrare le voci inserendo qui del testo",
293
+ "ra_Show/hide filter input": "Mostra/nascondi input filtro",
294
+ "ra_Cannot add items with set filter": "Impossibile aggiungere elementi con il filtro impostato",
295
+ "ra_Add row": "Aggiungi riga",
296
+ "ra_Move up": "Andare avanti",
297
+ "ra_Move down": "Abbassati",
298
+ "ra_Delete current row": "Elimina la riga corrente",
299
+ "ra_All items are filtered out": "Tutti gli elementi vengono filtrati",
300
+ "ra_Double click to reset table layout": "Fare doppio clic per ripristinare il layout della tabella",
301
+ "ra_Cannot retrieve options, as instance is offline": "Impossibile recuperare le opzioni, poiché l'istanza è offline",
302
+ "ra_File is too big. Max %sk allowed. Try use SVG.": "Il file è troppo grande. Max %sk consentito. Prova a usare SVG.",
303
+ "ra_Cannot upload": "Impossibile caricare",
304
+ "ra_Crop": "Raccolto",
305
+ "ra_tooltip_comment": "Commento",
306
+ "ra_Disconnected": "Disconnesso",
307
+ "ra_Connected": "Collegato",
308
+ "ra_Configure": "Configura",
309
+ "ra_Invalid CRON": "CRON non valido",
310
+ "ra_Discard": "Scartare",
311
+ "ra_Some data are not stored. Discard?": "Alcuni dati non vengono memorizzati. Scartare?",
312
+ "ra_Filter files": "Filtra i file",
313
+ "ra_Please select file...": "Si prega di selezionare il file...",
314
+ "ra_dow_We": "Noi",
315
+ "ra_fileType_all": "Tutti i files",
316
+ "ra_fileType_audio": "Audio",
317
+ "ra_fileType_code": "Codice/JSON",
318
+ "ra_fileType_images": "immagini",
319
+ "ra_fileType_txt": "Testo",
320
+ "ra_fileType_video,": "video",
321
+ "ra_month_Apr": "apr",
322
+ "ra_month_Aug": "agosto",
323
+ "ra_month_Dec": "Dic",
324
+ "ra_month_Feb": "febbraio",
325
+ "ra_month_Jan": "gen",
326
+ "ra_month_Jul": "lug",
327
+ "ra_month_Jun": "giu",
328
+ "ra_month_Mai": "Mai",
329
+ "ra_month_Mar": "marzo",
330
+ "ra_month_Nov": "nov",
331
+ "ra_month_Oct": "ottobre",
332
+ "ra_month_Sep": "Sett",
333
+ "ra_months_Apr": "apr",
334
+ "ra_months_Aug": "agosto",
335
+ "ra_months_Dec": "Dic",
336
+ "ra_months_Feb": "febbraio",
337
+ "ra_months_Jan": "gen",
338
+ "ra_months_Jul": "lug",
339
+ "ra_months_Jun": "giu",
340
+ "ra_months_Mai": "Mai",
341
+ "ra_months_Mar": "marzo",
342
+ "ra_months_Nov": "nov",
343
+ "ra_months_Oct": "ottobre",
344
+ "ra_months_Sep": "Sett",
345
+ "ra_Cannot decode license": "Impossibile decodificare la licenza",
346
+ "ra_Invalid answer from server": "Risposta non valida dal server",
347
+ "ra_License %s": "Licenza %s",
348
+ "ra_License does not exist": "La licenza non esiste",
349
+ "ra_License expired on %s": "Licenza scaduta il %s",
350
+ "ra_License for other product \"%s\"": "Licenza per altro prodotto \"%s\"",
351
+ "ra_License is for version %s, but required version is %s.": "La licenza è per la versione %s, ma la versione richiesta è %s.",
352
+ "ra_Serial number (UUID) \"%s\" in license is for other device.": "Il numero di serie (UUID) \"%s\" nella licenza è per un altro dispositivo.",
353
+ "ra_Serial number (UUID)": "Numero di serie (UUID)",
354
+ "ra_Check license": "Controlla la licenza",
355
+ "ra_Request timed out": "Tempo scaduto per la richiesta",
356
+ "ra_Instance is not alive": "L'istanza non è viva",
357
+ "ra_Show/Hide object descriptions": "Mostra/Nascondi le descrizioni degli oggetti",
358
+ "ra_Use system settings for position": "Usa le impostazioni di sistema per la posizione",
359
+ "ra_Longitude": "Longitudine",
360
+ "ra_Latitude": "Latitudine",
361
+ "ra_Take browser position": "Prendi posizione dal browser",
362
+ "ra_Take position from system settings": "Prendi posizione dalle impostazioni di sistema",
363
+ "ra_Port is already used by %s": "La porta è già utilizzata da %s",
364
+ "ra_Port could be used by %s": "La porta potrebbe essere utilizzata da %s",
365
+ "ra_filter_customs_without": "senza",
366
+ "ra_Use iobroker.acme adapter for letsencrypt certificates": "Utilizzare l'adattatore iobroker.acme per i certificati letsencrypt",
367
+ "ra_Do not use let's encrypt": "Non utilizzare crittografiamo",
368
+ "ra_Use all available let's encrypt certificates": "Usa tutti i certificati Let's Encrypt disponibili",
369
+ "ra_Public certificate": "Certificato pubblico",
370
+ "ra_Private certificate": "Certificato privato",
371
+ "ra_Chained certificate": "Certificato incatenato",
372
+ "ra_Suitable license not found in license manager": "Licenza adatta non trovata nel gestore delle licenze",
373
+ "ra_Please enter the license": "Inserisci la licenza",
374
+ "ra_Checked": "Controllato",
375
+ "ra_locally": "localmente",
376
+ "ra_via internet": "attraverso internet",
377
+ "ra_Yes": "SÌ",
378
+ "ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "Licenza non trovata nel gestore delle licenze. Vuoi aggiornare le licenze da iobroker.net?",
379
+ "ra_Fallback custom certificates": "Certificati personalizzati di fallback",
380
+ "ra_Clone current row": "Clona riga corrente",
381
+ "ra_fileType_video": "video",
382
+ "ra_select_folder_hint": "Per selezionare la cartella, basta tenere premuto il tasto \"shift\" facendo clic sulla cartella.",
383
+ "ra_Accept license": "Accetta licenza",
384
+ "ra_License agreement": "Contratto di licenza",
385
+ "ra_Import from %s": "Importa da %s",
386
+ "ra_Export data to %s file": "Esporta i dati nel file %s",
387
+ "ra_Import data from %s file": "Importa i dati dal file %s",
388
+ "ra_No data found in file": "Nessun dato trovato nel file",
389
+ "ra_Append or replace?": "Aggiungere o sostituire?",
390
+ "ra_Append %s entries or replace existing?": "Aggiungi %s voci o sostituisci quelle esistenti?",
391
+ "ra_Replace": "Sostituire",
392
+ "ra_Append": "Aggiungere",
393
+ "ra_May not trigger \"updateLicenses\"": "Potrebbe non attivare \"updateLicenses\"",
394
+ "ra_Unknown error": "Errore sconosciuto",
395
+ "ra_License must be converted": "La licenza deve essere convertita in una versione più recente. Puoi farlo nel tuo profilo iobroker.net.",
396
+ "ra_No one license found in license manager": "Nessuna licenza trovata nel gestore delle licenze",
397
+ "ra_Please create license": "Si prega di creare la licenza",
398
+ "ra_Product": "Prodotto",
399
+ "ra_Version": "Versione",
400
+ "ra_ValidTill": "Valido fino a",
401
+ "ra_Commercial": "Commerciale",
402
+ "ra_Not a number": "Non un numero",
403
+ "ra_Edit value": "Modifica valore",
404
+ "ra_Edit ACL": "Modifica ACL",
405
+ "ra_Edit role": "Modifica ruolo",
406
+ "ra_Edit function": "Funzione di modifica",
407
+ "ra_Edit room": "Modifica stanza",
408
+ "ra_Edit alias": "Modifica alias",
409
+ "ra_View file": "Vedi il file",
410
+ "ra_Del": "Delete",
411
+ "ra_Show all folders": "Mostra tutte le cartelle",
412
+ "ra_Restrict to folder": "Limita alla cartella",
413
+ "ra_Select type of export": "Seleziona il tipo di esportazione",
414
+ "ra_You can export all objects or just the selected branch.": "Puoi esportare tutti gli oggetti o solo il ramo selezionato.",
415
+ "ra_Do not export values of states": "Non esportare i valori degli stati",
416
+ "ra_Selected %s object(s)": "%s oggetto/i selezionato/i",
417
+ "ra_create_device": "Crea dispositivo",
418
+ "ra_create_channel": "Crea canale",
419
+ "ra_create_state": "Crea stato",
420
+ "ra_create_string_state": "Crea lo stato della stringa",
421
+ "ra_create_number_state": "Crea lo stato del numero",
422
+ "ra_create_boolean_state": "Crea uno stato booleano",
423
+ "ra_Select color": "Seleziona il colore",
424
+ "ra_Cannot read licenses: %s": "Impossibile leggere le licenze: %s",
425
+ "ra_Advanced options": "Opzioni avanzate",
426
+ "sc_everyN_dow": "ogni Nesimo giorno della settimana",
427
+ "sc_every_dow": "Tutti i giorni della settimana",
428
+ "sc_specific_dow": "giorno/i specifico/i della settimana",
429
+ "ra_Name": "Nome",
430
+ "ra_import data from %s file": "Importa dati dal file %s",
431
+ "ra_Invalid JSON": "JSON non valido",
432
+ "ra_Create alias": "Crea alias",
433
+ "ra_Categories": "Categorie",
434
+ "ra_%s links from aliases": "%s link da alias",
435
+ "ra_warning_every_second": "Attenzione: il processo CRON verrà eseguito ogni secondo durante il periodo specificato!",
436
+ "ra_warning_every_minute": "Attenzione: il processo CRON verrà eseguito ogni minuto durante il periodo specificato!",
437
+ "ra_The schedule will be executed every second. Are you sure?": "La pianificazione verrà eseguita ogni secondo. Sei sicuro?",
438
+ "ra_The schedule will be executed every minute. Are you sure?": "La pianificazione verrà eseguita ogni minuto. Sei sicuro?",
439
+ "sc_dow": "Giorno",
440
+ "ra_Define CRON...": "Definisci CRON...",
441
+ "ra_Sunday": "Domenica",
442
+ "ra_Monday": "Lunedi",
443
+ "ra_Tuesday": "Martedì",
444
+ "ra_Wednesday": "Mercoledì",
445
+ "ra_Thursday": "Giovedì",
446
+ "ra_Friday": "Venerdì",
447
+ "ra_Saturday": "Sabato",
448
+ "sc_invalid_cron": "CRON non valido"
449
+ }