homebridge-config-ui-x 5.10.1-beta.1 → 5.11.1-alpha.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 (243) hide show
  1. package/CHANGELOG.md +17 -4
  2. package/README.md +3 -3
  3. package/dist/core/auth/auth.controller.d.ts +0 -4
  4. package/dist/core/config/config.interfaces.d.ts +0 -14
  5. package/dist/core/config/config.service.d.ts +0 -6
  6. package/dist/core/config/config.service.js +0 -8
  7. package/dist/core/config/config.service.js.map +1 -1
  8. package/dist/core/config/config.startup.js +17 -48
  9. package/dist/core/config/config.startup.js.map +1 -1
  10. package/dist/core/feature-flags/feature-flags.registry.js +0 -5
  11. package/dist/core/feature-flags/feature-flags.registry.js.map +1 -1
  12. package/dist/core/homebridge-ipc/homebridge-ipc.service.js +0 -1
  13. package/dist/core/homebridge-ipc/homebridge-ipc.service.js.map +1 -1
  14. package/dist/core/spa/spa.filter.d.ts +0 -3
  15. package/dist/core/spa/spa.filter.js +2 -22
  16. package/dist/core/spa/spa.filter.js.map +1 -1
  17. package/dist/globalDefaults.js +0 -3
  18. package/dist/globalDefaults.js.map +1 -1
  19. package/dist/main.js +6 -19
  20. package/dist/main.js.map +1 -1
  21. package/dist/modules/accessories/accessories.controller.d.ts +1 -1
  22. package/dist/modules/accessories/accessories.module.js +0 -2
  23. package/dist/modules/accessories/accessories.module.js.map +1 -1
  24. package/dist/modules/accessories/accessories.service.d.ts +3 -21
  25. package/dist/modules/accessories/accessories.service.js +17 -280
  26. package/dist/modules/accessories/accessories.service.js.map +1 -1
  27. package/dist/modules/child-bridges/child-bridges.interfaces.d.ts +0 -9
  28. package/dist/modules/config-editor/config-editor.controller.d.ts +0 -4
  29. package/dist/modules/config-editor/config-editor.controller.js +0 -64
  30. package/dist/modules/config-editor/config-editor.controller.js.map +1 -1
  31. package/dist/modules/config-editor/config-editor.service.d.ts +1 -6
  32. package/dist/modules/config-editor/config-editor.service.js +1 -45
  33. package/dist/modules/config-editor/config-editor.service.js.map +1 -1
  34. package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js +1 -1
  35. package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js.map +1 -1
  36. package/dist/modules/plugins/plugins.service.js +2 -16
  37. package/dist/modules/plugins/plugins.service.js.map +1 -1
  38. package/dist/modules/server/server.controller.d.ts +0 -50
  39. package/dist/modules/server/server.controller.js +2 -201
  40. package/dist/modules/server/server.controller.js.map +1 -1
  41. package/dist/modules/server/server.service.d.ts +0 -48
  42. package/dist/modules/server/server.service.js +14 -502
  43. package/dist/modules/server/server.service.js.map +1 -1
  44. package/dist/modules/status/status.gateway.d.ts +0 -2
  45. package/dist/modules/status/status.interfaces.d.ts +0 -11
  46. package/dist/modules/status/status.service.d.ts +1 -4
  47. package/dist/modules/status/status.service.js +2 -21
  48. package/dist/modules/status/status.service.js.map +1 -1
  49. package/package.json +6 -11
  50. package/public/3rdpartylicenses.txt +606 -554
  51. package/public/assets/plugin-ui-utils/ui.js +0 -3
  52. package/public/assets/plugin-ui-utils/ui.js.map +1 -1
  53. package/public/chunk-2U3ZX56Q.js +1 -0
  54. package/public/chunk-3CM3XDPQ.js +1 -0
  55. package/public/chunk-3F6KNL45.js +5 -0
  56. package/public/chunk-3P6RREI4.js +1 -0
  57. package/public/chunk-3PJLBUU2.js +1 -0
  58. package/public/chunk-3SIF5F2G.js +1 -0
  59. package/public/chunk-4HF52WDQ.js +1 -0
  60. package/public/chunk-4SAAAOZB.js +1 -0
  61. package/public/{chunk-FE43ULOM.js → chunk-5GRM2PNI.js} +1 -1
  62. package/public/chunk-5JMMHHQ4.js +1 -0
  63. package/public/chunk-5MK5YSCD.js +1 -0
  64. package/public/chunk-5PMRNANG.js +1 -0
  65. package/public/chunk-5YTRU6RQ.js +1 -0
  66. package/public/chunk-6FS45RJF.js +1 -0
  67. package/public/chunk-6PWSLLH6.js +1 -0
  68. package/public/{chunk-T4IEJNVJ.js → chunk-75KR2TK6.js} +1 -1
  69. package/public/chunk-7QISFIID.js +1 -0
  70. package/public/chunk-ADWZU2CD.js +1 -0
  71. package/public/chunk-AUHK5WFX.js +1 -0
  72. package/public/chunk-AXWMABDM.js +40 -0
  73. package/public/chunk-B6MBMYJR.js +1 -0
  74. package/public/chunk-BH6YBZOU.js +1 -0
  75. package/public/{chunk-MS6AXMT2.js → chunk-BKCIVF4W.js} +2 -52
  76. package/public/chunk-BON2K2BD.js +2 -0
  77. package/public/{chunk-7CDYTG4I.js → chunk-D45GQFBG.js} +1 -1
  78. package/public/chunk-EGNFFHE7.js +1 -0
  79. package/public/chunk-GP2ASPZU.js +1 -0
  80. package/public/chunk-H64DOH56.js +1 -0
  81. package/public/chunk-HH6YV2XU.js +1 -0
  82. package/public/chunk-HTDB22LR.js +2 -0
  83. package/public/chunk-IXN6AYE5.js +1 -0
  84. package/public/{chunk-BMOLDRJ3.js → chunk-KI6BE77G.js} +1 -1
  85. package/public/chunk-KIOAN3LM.js +4 -0
  86. package/public/chunk-LHF3YGLL.js +1 -0
  87. package/public/chunk-LOQL4YVB.js +1 -0
  88. package/public/chunk-MMBLECEN.js +1 -0
  89. package/public/chunk-MQQHVT3V.js +1 -0
  90. package/public/{chunk-H7F7H5MW.js → chunk-OMFNURQZ.js} +1 -1
  91. package/public/chunk-OOM2PIRM.js +5 -0
  92. package/public/chunk-PAD4AX4G.js +4 -0
  93. package/public/chunk-PHFSLDY3.js +1 -0
  94. package/public/chunk-PMIQFJLC.js +1 -0
  95. package/public/chunk-QPHMQATT.js +1 -0
  96. package/public/chunk-QXD4RXA4.js +1 -0
  97. package/public/chunk-R7Q4CXAE.js +1 -0
  98. package/public/chunk-RE46WEVT.js +1 -0
  99. package/public/chunk-RRJ62AON.js +3 -0
  100. package/public/chunk-SSVAMLWB.js +1 -0
  101. package/public/chunk-SUH5GCZJ.js +1 -0
  102. package/public/chunk-SVXBDATZ.js +1 -0
  103. package/public/chunk-SZV6CIHF.js +1 -0
  104. package/public/{chunk-U4YCHJUJ.js → chunk-TKKGKRSM.js} +2 -2
  105. package/public/chunk-TKONSQP6.js +1 -0
  106. package/public/chunk-TVL4RPK3.js +19 -0
  107. package/public/chunk-ULW7LKB3.js +1 -0
  108. package/public/chunk-VOVDHI44.js +50 -0
  109. package/public/chunk-WBESNOOP.js +5 -0
  110. package/public/chunk-WL4BMOS6.js +1 -0
  111. package/public/chunk-X7UED2CV.js +1 -0
  112. package/public/chunk-XDFBUXFD.js +1 -0
  113. package/public/chunk-XOKMBJCO.js +1 -0
  114. package/public/chunk-XSYYB5FZ.js +16 -0
  115. package/public/chunk-XX3HQR2J.js +1 -0
  116. package/public/chunk-XYQLLAXO.js +1 -0
  117. package/public/chunk-Y6UHTWO3.js +1 -0
  118. package/public/chunk-YGDUU36N.js +1 -0
  119. package/public/chunk-ZNGQNTVX.js +8 -0
  120. package/public/chunk-ZXUIFQS4.js +51 -0
  121. package/public/index.html +2 -2
  122. package/public/main-YQLARDEU.js +1 -0
  123. package/public/styles-7EFV5QBG.css +1 -0
  124. package/scripts/extract-plugin-alias.js +2 -53
  125. package/dist/core/spa/spa-html.service.d.ts +0 -5
  126. package/dist/core/spa/spa-html.service.js +0 -32
  127. package/dist/core/spa/spa-html.service.js.map +0 -1
  128. package/dist/core/ssl/ssl-cert-generator.service.d.ts +0 -15
  129. package/dist/core/ssl/ssl-cert-generator.service.js +0 -125
  130. package/dist/core/ssl/ssl-cert-generator.service.js.map +0 -1
  131. package/dist/modules/accessories/accessories.interfaces.d.ts +0 -94
  132. package/dist/modules/accessories/accessories.interfaces.js +0 -2
  133. package/dist/modules/accessories/accessories.interfaces.js.map +0 -1
  134. package/docs/matter-todo.md +0 -15
  135. package/docs/ssl-upload-pr.md +0 -103
  136. package/public/assets/matter.svg +0 -8
  137. package/public/chunk-2D7CDA3H.js +0 -1
  138. package/public/chunk-2GBZLCJW.js +0 -1
  139. package/public/chunk-33YDZRAK.js +0 -1
  140. package/public/chunk-3DG6CT5D.js +0 -2
  141. package/public/chunk-3F75CKTQ.js +0 -1
  142. package/public/chunk-3OSRGC5M.js +0 -1
  143. package/public/chunk-3UTT42KH.js +0 -1
  144. package/public/chunk-442FBVB5.js +0 -1
  145. package/public/chunk-4PPFVY5K.js +0 -1
  146. package/public/chunk-4RWLV5CJ.js +0 -1
  147. package/public/chunk-4UDSSFBN.js +0 -1
  148. package/public/chunk-4XZK5MQY.js +0 -1
  149. package/public/chunk-5S4MIY7E.js +0 -1
  150. package/public/chunk-5X5S4L7Y.js +0 -1
  151. package/public/chunk-6ELMQIBK.js +0 -1
  152. package/public/chunk-6I27GJJF.js +0 -1
  153. package/public/chunk-7DWXCRSP.js +0 -1
  154. package/public/chunk-7RJ5H5OP.js +0 -1
  155. package/public/chunk-ABQLMP2L.js +0 -1
  156. package/public/chunk-B4AJQJMI.js +0 -1
  157. package/public/chunk-BEI5QPKL.js +0 -5
  158. package/public/chunk-BEWAKOMK.js +0 -1
  159. package/public/chunk-BOW5E4YK.js +0 -50
  160. package/public/chunk-BSST5MPT.js +0 -1
  161. package/public/chunk-BSXPNFI5.js +0 -1
  162. package/public/chunk-C4IIDRJP.js +0 -1
  163. package/public/chunk-CIWR3BDK.js +0 -5
  164. package/public/chunk-CMS4LVBG.js +0 -1
  165. package/public/chunk-CO3QJQRO.js +0 -1
  166. package/public/chunk-CS2WBXWW.js +0 -1
  167. package/public/chunk-CTWHZU36.js +0 -1
  168. package/public/chunk-DAMERMP3.js +0 -1
  169. package/public/chunk-DM74WNXP.js +0 -1
  170. package/public/chunk-DMKHEJF5.js +0 -3
  171. package/public/chunk-DTFJZNTX.js +0 -1
  172. package/public/chunk-DWU5C3KH.js +0 -1
  173. package/public/chunk-EBFB2GZT.js +0 -1
  174. package/public/chunk-EEA6UA46.js +0 -2
  175. package/public/chunk-EJACNX3Z.js +0 -1
  176. package/public/chunk-GPMU3WMO.js +0 -68
  177. package/public/chunk-GWHA2DEF.js +0 -1
  178. package/public/chunk-GXD2SS6L.js +0 -1
  179. package/public/chunk-H6QDC36H.js +0 -1
  180. package/public/chunk-HAJT335F.js +0 -1
  181. package/public/chunk-HK3N2YPM.js +0 -1
  182. package/public/chunk-HLNMCR4K.js +0 -1
  183. package/public/chunk-IC6BLNW5.js +0 -1
  184. package/public/chunk-IMRVMPXI.js +0 -1
  185. package/public/chunk-IPRQGPVV.js +0 -1
  186. package/public/chunk-IVZ5ER6L.js +0 -1
  187. package/public/chunk-JRQC3M7W.js +0 -4
  188. package/public/chunk-JT7TYR5C.js +0 -1
  189. package/public/chunk-KDXCBENV.js +0 -2
  190. package/public/chunk-KGOOP2T6.js +0 -1
  191. package/public/chunk-KMSHJTEM.js +0 -1
  192. package/public/chunk-L77RLTDM.js +0 -1
  193. package/public/chunk-LCGZABYG.js +0 -1
  194. package/public/chunk-LG53BDFP.js +0 -1
  195. package/public/chunk-LJMU7UD3.js +0 -1
  196. package/public/chunk-LKNJHPL6.js +0 -1
  197. package/public/chunk-LKODOMMX.js +0 -1
  198. package/public/chunk-LUUAC57N.js +0 -1
  199. package/public/chunk-MIWSF7W2.js +0 -1
  200. package/public/chunk-MQTRL6KN.js +0 -1
  201. package/public/chunk-NP23WSXR.js +0 -1
  202. package/public/chunk-O3SZVIF6.js +0 -1
  203. package/public/chunk-ODXGF3LF.js +0 -1
  204. package/public/chunk-OPDTKONB.js +0 -1
  205. package/public/chunk-ORK6IK47.js +0 -4
  206. package/public/chunk-OZI5E5HI.js +0 -1
  207. package/public/chunk-P4KZ2HSY.js +0 -1
  208. package/public/chunk-PI4V6TBF.js +0 -1
  209. package/public/chunk-PMN4OFOP.js +0 -1
  210. package/public/chunk-Q4WN5E2X.js +0 -1
  211. package/public/chunk-QA6IRNX4.js +0 -1
  212. package/public/chunk-QGV5S3KG.js +0 -1
  213. package/public/chunk-QKEI7JJT.js +0 -1
  214. package/public/chunk-QNQ4HXBD.js +0 -1
  215. package/public/chunk-QNQIBHMP.js +0 -1
  216. package/public/chunk-R4E7RV22.js +0 -1
  217. package/public/chunk-R5Q7W4AU.js +0 -1
  218. package/public/chunk-RQG4TZOZ.js +0 -1
  219. package/public/chunk-SN3EVQDP.js +0 -1
  220. package/public/chunk-T3526HQB.js +0 -1
  221. package/public/chunk-TTPURYKZ.js +0 -1
  222. package/public/chunk-UAFCVKMR.js +0 -1
  223. package/public/chunk-UBCYUHPO.js +0 -1
  224. package/public/chunk-UJEB6C35.js +0 -1
  225. package/public/chunk-UQP4IIIX.js +0 -1
  226. package/public/chunk-URTTNRYM.js +0 -1
  227. package/public/chunk-USFURAEW.js +0 -1
  228. package/public/chunk-UVRDZGSU.js +0 -1
  229. package/public/chunk-VBTEO65F.js +0 -1
  230. package/public/chunk-WCRO6YQB.js +0 -16
  231. package/public/chunk-XL5BAQKW.js +0 -8
  232. package/public/chunk-XUAJJMQ4.js +0 -1
  233. package/public/chunk-Y67I4K2H.js +0 -1
  234. package/public/chunk-YHOHHKYL.js +0 -1
  235. package/public/chunk-ZABK6QJY.js +0 -1
  236. package/public/chunk-ZCGZM7LU.js +0 -1
  237. package/public/chunk-ZE7IZECI.js +0 -19
  238. package/public/chunk-ZGIR65XW.js +0 -1
  239. package/public/chunk-ZXID2WUA.js +0 -1
  240. package/public/main-VGG7NRKO.js +0 -1
  241. package/public/media/matter-P563JGDL.svg +0 -8
  242. package/public/styles-CT2LPGES.css +0 -1
  243. /package/public/{polyfills-NISNRVWY.js → polyfills-5KWHJ7II.js} +0 -0
@@ -1 +0,0 @@
1
- import{a}from"./chunk-C4IIDRJP.js";import"./chunk-B4AJQJMI.js";export default a();
@@ -1 +0,0 @@
1
- import{e}from"./chunk-B4AJQJMI.js";var s=e((i,t)=>{t.exports={"accessories.accessory_info":"Accessory Information","accessories.bridge_ip":"Bridge IP","accessories.bridge_port":"Bridge Port","accessories.button_add_room":"Lis\xE4\xE4 huone","accessories.button_hidden_hide":"Piilota piilotettu","accessories.button_hidden_show":"N\xE4yt\xE4 piilotettu","accessories.button_remove":"Remove From Cache","accessories.control.adaptive_lighting":"Adaptive Lighting","accessories.control.adaptive_lighting_note":"Some plugins may automatically re-enable Adaptive Lighting when changing this.","accessories.control.auto":"Automaattinen","accessories.control.away":"Pois","accessories.control.battery_charged":"Charged","accessories.control.battery_charging":"Lataa","accessories.control.battery_low":"Battery Low","accessories.control.battery_notchargeable":"Ei ladattava","accessories.control.battery_notcharging":"Ei lataa","accessories.control.brightness":"Kirkkaus","accessories.control.cleaning":"Cleaning","accessories.control.closed":"Suljettu","accessories.control.closing":"Sulkeutuu","accessories.control.color_temperature":"Color Temperature","accessories.control.cool":"J\xE4\xE4hdytys","accessories.control.current":"Current","accessories.control.default_room":"Oletus huone","accessories.control.dehumidify":"Dehumidify","accessories.control.detected":"Havaittu","accessories.control.direction_control":"Direction Control","accessories.control.drag_here":"Raaha t\xE4h\xE4n","accessories.control.filter_level":"Filter Life","accessories.control.heat":"L\xE4mmitys","accessories.control.home":"Koti","accessories.control.hue":"Hue","accessories.control.humidify":"Humidify","accessories.control.idle":"Idle","accessories.control.input":"Input List","accessories.control.input_control":"Input Control","accessories.control.jammed":"Juuttunut","accessories.control.lock_auto":"Auto Lock Timer","accessories.control.locked":"Lukittu","accessories.control.manual":"Manual","accessories.control.media_control":"Media Control","accessories.control.microphone":"Microphone","accessories.control.mode":"Mode","accessories.control.mode_control":"Mode Control","accessories.control.mute":"Vaimennus","accessories.control.mute_control":"Mute Control","accessories.control.night":"Y\xF6","accessories.control.no_data":"No Data","accessories.control.not_detected":"Ei havaittu","accessories.control.not_mute":"P\xE4\xE4ll\xE4","accessories.control.obstructed":"Obstructed","accessories.control.off":"Pois","accessories.control.on":"P\xE4\xE4ll\xE4","accessories.control.open":"Auki","accessories.control.opening":"Avautuu","accessories.control.pause":"Pause","accessories.control.paused":"Paused","accessories.control.play":"Play","accessories.control.replace":"Replace","accessories.control.rotation_c_clockwise":"Counter Clockwise","accessories.control.rotation_clockwise":"Clockwise","accessories.control.rotation_direction":"Rotation Direction","accessories.control.rotation_speed":"Py\xF6rimisnopeus","accessories.control.running":"K\xE4ynniss\xE4","accessories.control.saturation":"Saturation","accessories.control.set_duration":"Set Duration","accessories.control.speaker":"Speaker","accessories.control.speaker_volume":"\xC4\xE4nenvoimakkuus","accessories.control.state_control":"State Control","accessories.control.stateless":"Stateless","accessories.control.stop":"Stop","accessories.control.stopped":"Pys\xE4ytetty","accessories.control.target":"Kohde","accessories.control.target_auto":"Auto Target","accessories.control.threshold_auto":"Auto Threshold","accessories.control.triggered":"Liipaistunut","accessories.control.unknown":"Tuntematon","accessories.control.unlocked":"Lukitsematon","accessories.control_disabled":"Homebridge laitehallinta pois k\xE4yt\xF6st\xE4","accessories.core.air_purifier":"Air Purifier","accessories.core.air_quality_sensor":"Air Quality Sensor","accessories.core.battery":"Battery","accessories.core.carbon_dioxide_sensor":"Carbon Dioxide Sensor","accessories.core.carbon_monoxide_sensor":"Carbon Monoxide Sensor","accessories.core.contact_sensor":"Contact Sensor","accessories.core.cooler":"Cooler","accessories.core.dehumidifier":"Dehumidifier","accessories.core.door":"Door","accessories.core.doorbell":"Doorbell","accessories.core.fan":"Fan","accessories.core.faucet_valve":"Valve","accessories.core.filter_maintenance":"Filter Maintenance","accessories.core.garage_door_opener":"Garage Door Opener","accessories.core.generic_valve":"Valve","accessories.core.heater":"Heater","accessories.core.heater_cooler":"Heater Cooler","accessories.core.humidifier":"Humidifier","accessories.core.humidifier_dehumidifier":"Humidifier Dehumidifier","accessories.core.humidity_sensor":"Humidity Sensor","accessories.core.irrigation_system":"Irrigation System","accessories.core.irrigation_valve":"Valve","accessories.core.leak_sensor":"Leak Sensor","accessories.core.light_sensor":"Light Sensor","accessories.core.lightbulb":"Lightbulb","accessories.core.lock_mechanism":"Lock Mechanism","accessories.core.microphone":"Microphone","accessories.core.motion_sensor":"Motion Sensor","accessories.core.occupancy_sensor":"Occupancy Sensor","accessories.core.on_off_light":"Lightbulb","accessories.core.on_off_light_switch":"Switch","accessories.core.on_off_plug_in_unit":"Outlet","accessories.core.outlet":"Outlet","accessories.core.robot_vacuum":"Robot Vacuum","accessories.core.robotic_vacuum_cleaner":"Robot Vacuum","accessories.core.security_system":"Security System","accessories.core.shower_head_valve":"Valve","accessories.core.smoke_sensor":"Smoke Sensor","accessories.core.speaker":"Speaker","accessories.core.stateless_programmable_switch":"Stateless Programmable Switch","accessories.core.switch":"Switch","accessories.core.television":"Television","accessories.core.temperature_sensor":"Temperature Sensor","accessories.core.thermostat":"Thermostat","accessories.core.valve":"Valve","accessories.core.washing_machine":"Washing Machine","accessories.core.window":"Window","accessories.core.window_covering":"Window Covering","accessories.custom_name":"Custom Name","accessories.custom_type":"Custom Type","accessories.hide_this_accessory":"Piilota t\xE4m\xE4 laite","accessories.message_must_use_insecure_mode":"Laitteiden hallitsemiseksi Homebridge on on oltava suojaamattomassa tilassa {{ link }}.","accessories.name":"Nimi","accessories.no_plugins.message_1":"Accessories are created and managed by Homebridge plugins.","accessories.no_plugins.message_2":"You can find and install plugins from the plugins page.","accessories.no_plugins.title":"No Plugins Installed","accessories.only_ui":"These settings are only for the Homebridge UI and <strong>will not be reflected in HomeKit</strong>.","accessories.only_ui_2":"These options are unique to your Homebridge UI account.","accessories.plugin":"Plugin","accessories.room_name":"Huoneen Nimi","accessories.service":"Service","accessories.service_info":"Service Information","accessories.settings_link":"P\xE4\xE4set tarvittaessa Homebridge asetuksiin sivuvalikosta","accessories.show_on_dashboard":"N\xE4yt\xE4 hallintapaneelissa","accessories.support.acc_1":"Accessories may take a few minutes to appear on this screen after a Homebridge restart or after being added. If accessories are consistently missing, try changing the mDNS advertiser in the settings.","accessories.support.acc_2":"You can change the type of certain accessories in the UI (like showing a switch as a heater). You can do this by clicking on the three bars that appear in the top-right corner of the accessory tile as you hover over it. A 'Custom Type' option will appear if the accessory supports this. Note this will not change the accessory in HomeKit (only a plugin can do this).","accessories.support.rooms_1":"Huoneet jotka luot t\xE4\xE4ll\xE4 eiv\xE4t n\xE4y HomeKit:s\xE4, ne ovat vain Homebridge UI:ta varten","accessories.support.rooms_2":"To rename an existing room, create a new room with the desired name and move the accessories to the new room.","accessories.support.rooms_3":"To delete an existing room, move all its accessories to another room and refresh the page.","accessories.title_rooms":"Rooms","backup.backup_delete_failed":"Varmuuskopion poisto ep\xE4onnistui. Katso lokitiedoista tarkemmin.","backup.backup_download_failed":"Varmuuskopion lataus ep\xE4onnistui","backup.backup_exceeds_max_size":"Varmuuskopion koko ({{ backupSize }}) ylitt\xE4\xE4 maksimikoon {{ maxBackupSizeText }}","backup.backup_help_one":"Lataa varmuuskopio koko Homebridge ymp\xE4rist\xF6st\xE4. Varmuuskopioidaan koko Homebridge talletus hakemisto. Voit palauttaa varmuuskopion mihin tahansa Homebridge asennukseen","backup.backup_help_two":"Laajennukset joita ei hallita npm:st\xE4 ja laajennukset jotka on asennettu suoraan GitHub:sta eiv\xE4t sis\xE4lly varmuuskopiointiin tai palautukseen.","backup.backup_now":"Backup Now","backup.backup_now_desc":"Generate and download an up-to-date backup file.","backup.backup_now_save_desc":"Generate an up-to-date backup file in your backup storage directory.","backup.backup_restored":"Varmuuskopio palautettu","backup.backup_warning":"Varmuuskopio sis\xE4lt\xE4\xE4 arkaluontoista tietoa, \xE4l\xE4 jaa sit\xE4 muille.","backup.files_auto":"Stored Backup Files","backup.label_extracting":"Extracting Archive","backup.label_uploading":"Ladataan","backup.load_error":"Asetus varmuuskopion lataus ep\xE4onnistui.","backup.restore_failed":"Palautus ep\xE4onnistui","backup.restore_help_one":"Palauta aiemmin Homebridge-k\xE4ytt\xF6liittym\xE4ll\xE4 luomasi varmuuskopioarkisto. Homebridge-kokoonpanosi, v\xE4limuistissa olevat lis\xE4varusteet, HomeKit-pariliitokset ja Homebridge-k\xE4ytt\xF6liittym\xE4n k\xE4ytt\xE4j\xE4tilit palautetaan. Kaikki asentamasi Homebridge-laajennukset ladataan my\xF6s npm-rekisterist\xE4.","backup.restore_help_two":"Palautuksen j\xE4lkeen sinun on kirjauduttava Homebridge-k\xE4ytt\xF6liittym\xE4\xE4n k\xE4ytt\xE4m\xE4ll\xE4 palautetun ilmentym\xE4n tunnistetietoja.","backup.restore_max_size":"Palautettavan varmuuskoion maksimikoko on {{ maxBackupSizeText }}.","backup.restore_now":"Restore Now","backup.restore_now_desc":"Restore from a previously downloaded backup file.","backup.restore_warning":"Varmuuskopiosta palauttaminen korvaa peruuttamattomasti nykyisen Homebridge-kokoonpanon.","backup.scheduled_backup_disabled":"Scheduled backups have been disabled via the configuration.","backup.scheduled_backup_time":"Homebridgen t\xE4ydellinen varmuuskopio luodaan automaattisesti joka p\xE4iv\xE4 klo {{ backupTime }}, ja sit\xE4 s\xE4ilytet\xE4\xE4n {{ dayCount }} p\xE4iv\xE4\xE4.","backup.settings_enable":"Enable Automated Backups","backup.settings_path":"Backup Storage Path","backup.settings_path_desc":"If you are changing this from the default, please ensure the directory exists and is writable by the Homebridge user.","backup.settings_title":"Backup Settings","backup.title_backup":"Backup & Restore","child_bridge.about":"Homebridgen avulla voit k\xE4ytt\xE4\xE4 laajennuksen alustaa tai lis\xE4laitetta erillisen\xE4 lapsisiltana {{ link }}. T\xE4m\xE4 voi parantaa Homebridgen yleist\xE4 reagointikyky\xE4 ja luotettavuutta.","child_bridge.bridge_connect":"Yhdist\xE4 HomeKit","child_bridge.bridge_settings":"Lapsisillan asetukset","child_bridge.bridges":"Sillat","child_bridge.bridges_paired":"Jokainen lapsisilta, alusta ja laite t\xE4ytyy parittaa HomeKit:in kanssa erikseen.","child_bridge.bridges_paired_2":"If you set up a child bridge now and later disable it, any accessories on this bridge will be removed and re-created on the main Homebridge bridge.","child_bridge.config.accessory":"Accessory","child_bridge.config.debug":"Vianhaku tila","child_bridge.config.enable_hap":"Enable HAP","child_bridge.config.firmware":"Firmware Versio","child_bridge.config.hide_pairing_alert":"Hide Pairing Alert","child_bridge.config.manufacturer":"Valmistaja","child_bridge.config.matter_note_1":"Plugins must be updated by the developer to support Matter accessories. There is no use in enabling Matter here unless you definitely know the plugin supports it.","child_bridge.config.matter_note_2":"Matter accessories don't appear in the Homebridge UI accessories screen. They can be managed using the Home app or other Matter controllers.","child_bridge.config.model":"Malli","child_bridge.config.name":"Nimi","child_bridge.config.or_link":"Link Existing Bridge","child_bridge.config.platform":"Platform","child_bridge.config.port":"Port","child_bridge.config.prevent":"Cannot disable a child bridge with linked accessories.","child_bridge.config.select_existing":"Select an existing bridge...","child_bridge.config.use":"Use Child Bridge","child_bridge.confirm_delete_1":"The following child bridges will be removed.","child_bridge.confirm_delete_2":"You will need to remove the paired bridges manually from the Home app. Any accessories will be removed and re-created on the main Homebridge bridge.","child_bridge.must_configure_plugin":"Sinun t\xE4ytyy m\xE4\xE4ritell\xE4 lis\xE4osan asetukset ennnekuin voit hallita sen silta-asetuksia.","child_bridge.reset_accessories":"Nollaa laitteet","child_bridge.restart":"Uudelleenk\xE4ynnist\xE4 lapsisilta","child_bridge.restart_plural":"Uudellenk\xE4ynnist\xE4 lapsisillat","child_bridge.return_to_pair":"Palaa t\xE4h\xE4n n\xE4kym\xE4\xE4n Homebridgen uudelleenk\xE4ynnistyksen j\xE4lkeen n\xE4hd\xE4ksesi parituksen QR koodi.","child_bridge.setup":"M\xE4\xE4rittele lapsisilta","child_bridge.start":"K\xE4ynnist\xE4 lapsisilta","child_bridge.start_plural":"K\xE4ynnist\xE4 lapsisillat","child_bridge.stop":"Pys\xE4yt\xE4 lapsisilta","child_bridge.stop_plural":"Pys\xE4yt\xE4 lapsisillat","common.labels.beta":"beta","common.labels.no_confirmation":"There is no confirmation when clicking the button, it will immediately perform the action.","common.phrases.are_you_sure":"Haluatko kuitenkin jatkaa?","common.phrases.support":"Feel like there is something useful we could add here? Let us know on {{ github }} or {{ discord }}!","config.config_accessory_must_be_array":"laitelistan on oltava array []","config.config_bridge_missing":"Sillan asetukset puuttuvat","config.config_invalid_json":"Asetuksissa on virheellinen JSON","config.config_platform_must_be_array":"alustalistan on oltava array []","config.config_saved":"Configuration Saved","config.config_username_error":"Sillan k\xE4ytt\xE4j\xE4nimen on oltava 6 paria pisteell\xE4 erotettuja heksadesimaali merkkej\xE4 (A-F 0-9)","config.error_blocks_objects":"Kaikkien {{ type }} lohkojen on oltava objekteja.","config.error_blocks_type":"kaikkien {{ type }} lohkojen pit\xE4\xE4 sis\xE4lt\xE4\xE4 {{ type }} ominaisuus.","config.error_string_array":"Jokaisen arvon {{ key }} joukossa pit\xE4\xE4 olla merkkijono.","config.error_string_type":"{{ type }} ominaisuuden pit\xE4\xE4 olla merkkijono.","config.failed_to_save_config":"Asetusten talletus ep\xE4onnistui","config.hide_hap_pairing":"Hide HAP Pairing Alert","config.hide_matter_pairing":"Hide Matter Pairing Alert","config.hide_plugin_updates":"Hide Plugin Updates For","config.no_restart":"A restart is not needed as no changes were made to the Homebridge configuration.","config.restore.confirm":"Napauta Talleta hyv\xE4ksy\xE4ksesi t\xE4m\xE4n varmuuskopion palautuksen.","config.restore.copy_to_editor":"Kopioi muokattavaksi","config.restore.download":"Download your current configuration as a JSON file.","config.restore.help_1":"A backup of your config file is created each time it is updated from actions you take in the Homebridge UI.","config.restore.help_2":"You can restore a previous version of your config file by selecting it from the list below. You will be able to compare this version with your current config before deciding whether to restore it.","config.restore.title":"Config File Backup & Restore","config.restore.toast_backups_deleted":"Kaikki varmuuskopiot poistettu","config.restore.view_inline":"Inline View","config.restore.view_side_by_side":"Side-By-Side View","config.title_backup_loaded":"Varmuuskopio ladattu","form.button_allow":"Allow","form.button_back":"Back","form.button_cancel":"Peru","form.button_close":"Sulje","form.button_continue":"Jatka","form.button_delete":"Poista","form.button_delete_all":"Delete All","form.button_disable":"Poista k\xE4yt\xF6st\xE4","form.button_download":"Lataa","form.button_edit":"Muokkaa","form.button_enable":"Ota k\xE4ytt\xF6\xF6n","form.button_lock":"Lukitse","form.button_more_info":"Lis\xE4\xE4 tietoa","form.button_remove":"Poista","form.button_reset":"Nollaa","form.button_restore":"Palauta","form.button_save":"Talleta","form.button_show":"N\xE4yt\xE4","form.button_unlock":"Poista lukitus","form.button_unpair":"Pura pariliitos","form.label.changes_kept":"Note that existing selections/changes are preserved when switching between items.","form.label_invalid":"Asetuksia ei hyv\xE4ksytty - voit siit\xE4 huolimatta tallentaa muutokset.","form.label_invalid_strict":"Asetuksia ei hyv\xE4ksytty - ole hyv\xE4 ja tarkista tiedot ennen tallentamista.","form.label_valid":"Asetukset hyv\xE4ksytty.","form.optional":"Optional","form.search":"Search...","form.select.auto":"Automattinen (K\xE4yt\xE4 selaimen asetuksia)","login.invalid_code":"The code entered is incorrect or has expired","login.invalid_credentials":"V\xE4\xE4r\xE4 k\xE4ytt\xE4j\xE4tunnus tai salasana","login.invalid_credentials_2":"If you lose access, delete the <code>auth.json</code> file in your Homebridge storage directory and restart Homebridge. Then refresh this page to set up a new admin account. Your Homebridge/UI settings will remain unchanged, except for UI user accounts. The only user account will be the admin account that you are setting up now.","login.invalid_password":"Invalid Password","login.label_2fa_code":"Kaksivaiheisen tunnistautumisen koodi","logs.download.error":"Lokitiedoston lataus ep\xE4onnistui.","logs.download_warning":"Homebridge lokitiedosto voi sis\xE4lt\xE4\xE4 henkil\xF6kohtaisia tietoja, salasanoja tai p\xE4\xE4sykoodeja. Ole hyv\xE4 ja tarkasta lokitiedosto ja poista arkaluontoiset tiedot ennen jakamista.","logs.log_file_truncated":"Lokitiedosto katkaistu.","logs.title_download_log_file":"Lataa lokitiedosto","logs.title_truncate_log_file":"Poista lokitiedot","logs.truncate.error":"Lokitiedoston katkaisu ep\xE4onnistui.","logs.truncate_log_warning":"T\xE4m\xE4 toiminto poistaa peruuttamattomasti Homebridgen lokitiedot. Haluatko varmasti jatkaa?","matter_bridge.config.use":"Enable Matter","menu.config_json_editor":"JSON Asetukset","menu.docker.restart_container":"Uudellenk\xE4ynnist\xE4 Container","menu.docker.startup_script":"K\xE4ynnistys skripti","menu.docker.terminal":"P\xE4\xE4te","menu.hbrestart.confirm_hb":"Uudelleenk\xE4ynnist\xE4 Homebridge","menu.hbrestart.confirm_ui":"Uudelleenk\xE4ynnist\xE4 HB Palvelu & UI","menu.hbrestart.title":"Uudelleenk\xE4ynnist\xE4 Homebridge","menu.label_accessories":"Laitteet","menu.label_plugins":"Laajennukset","menu.label_settings":"Asetukset","menu.label_status":"Tila","menu.linux.label_logs":"Lokitiedot","menu.linux.label_restart_server":"Uudellenk\xE4ynnist\xE4 j\xE4rjestelm\xE4","menu.linux.label_shutdown_modal":"Are you sure you want to shut down the operating system? You will need physical access to turn it back on.","menu.linux.label_shutdown_server":"Sulje j\xE4rjestelm\xE4","menu.linux.label_terminal":"P\xE4\xE4te","menu.reload":"Reload","menu.restart.title":"K\xE4ynnistys valinnat","menu.settings.title":"Asetukset","menu.tooltip_logout":"Kirjaudu ulos","menu.tooltip_restart":"Uudelleenk\xE4ynnist\xE4","menu.tooltip_user_accounts":"K\xE4ytt\xE4j\xE4tunnukset","menu.tooltip_view_logs":"N\xE4yt\xE4 lokitiedot","platform.docker.container_restarted":"Docker Container uudelleenk\xE4ynnistetty","platform.docker.must_use_hashbang":"Komentojonossa pt\xE4\xE4 olla #!/bin/sh hashbang.","platform.docker.restart_required":"Docker container t\xE4ytyy uudelleenk\xE4ynnist\xE4\xE4 muutosten k\xE4ytt\xF6\xF6nottamiseksi.","platform.docker.run_with_restart":"Varmista ett\xE4 Docker containerin k\xE4ynnistys komennossa on parametri: {{ command }}","platform.docker.script_help":"T\xE4m\xE4 komentojono suoritetaan aina kun docker container k\xE4ynnistyy. Voita k\xE4ytt\xE4\xE4 t\xE4t\xE4 asentaaksesi lis\xE4-asennuksia joita laajennukset saattavat tarvita, kuten ffmpeg tai libpcap-dev.","platform.docker.script_saved":"K\xE4ynnistys komentojono talletettu","platform.docker.server_long_time":"Uudelleenk\xE4ynnistys tuntuu kest\xE4v\xE4n. Sinun t\xE4ytyy ehk\xE4 k\xE4ynnist\xE4\xE4 Docker container k\xE4sin.","platform.docker.title_restarting":"Uudelleenk\xE4ynnistet\xE4\xE4n Docker Container","platform.linux.long_time":"Palvelimen uudelleenk\xE4ynnistys tuntuu kest\xE4v\xE4n. Sinun t\xE4ytyy ehk\xE4 k\xE4ynnist\xE4\xE4 palvelin k\xE4sin.","platform.linux.restart":"Odota ole hyv\xE4, t\xE4m\xE4 sivu p\xE4ivittyy automaattisesti kun Homebridge on taas k\xE4ynniss\xE4.","platform.linux.restarting_server":"Uudellenk\xE4ynnistet\xE4\xE4n palvelin","platform.linux.server_restart_error":"Tapahtui virhe uudelleenk\xE4ynnistys komennon l\xE4hett\xE4misess\xE4 palvelimelle","platform.linux.server_restarted":"Palvelin uudelleenk\xE4ynnistetty","platform.linux.server_taking_long_time":"Palvelimen k\xE4ynnistyminen tuntuu kest\xE4v\xE4n","platform.linux.server_will_power_down":"Palvelin sammutetaan piakkoin.","platform.linux.shutting_down_server":"Palvelinta sammutetaan","platform.terminal.terminate_message_1":"Navigating away from this page will terminate your current session, all foreground processes will be terminated.","platform.terminal.terminate_message_2":"To avoid this warning, enable <strong>Terminal Session Persistence</strong> from the settings page.","platform.terminal.terminate_title":"Session Termination","platform.terminal.terminate_unload":"Your terminal session will be terminated. Enable Terminal Session Persistence in Settings to prevent this.","platform.version.restart_required":"Homebridge UI v{{ uiVersion }} on asennettu, mutta k\xE4ynniss\xE4 olevan palvelimen versio on viel\xE4 v{{ serverVersion }}.","platform.version.service_restart_required":"Tarvitaan uudellenk\xE4ynnistys","plugins.bridge.action_error":"Virhe toiminnossa: {{ action }} lapsisillassa.","plugins.bridge.name_error":"Bridge name must start and end with a letter or number, and can only contain letters, numbers, spaces, and apostrophes.","plugins.bridge.port_error":"{{ type }} port must be an integer between 1025 and 65533, excluding 5353, 8080, 8443 and any other already-configured port.","plugins.button_homepage":"Laajennuksen kotisivu","plugins.button_set_up":"M\xE4\xE4rit\xE4 asetukset","plugins.button_settings":"Laajennuksen asetukset","plugins.button_uninstall":"Poista asennus","plugins.button_update":"P\xE4ivit\xE4","plugins.compat.hb_node_too_low":"{{ packageName }} v{{ latestVersion }} tarvitsee Node.js v{{ minVersion }} tai uudemman. K\xE4yt\xF6ss\xE4 on Node.js {{ installedVersion }}.","plugins.compat.hb_too_low":"{{ pluginName }} laajennus suosittelee Homebridge v{{ minVersion }} tai uudemman k\xE4ytt\xF6\xE4. K\xE4yt\xF6ss\xE4 on Homebridge v{{ installedVersion }}.","plugins.compat.node_first":"Ole hyv\xE4 ja p\xE4ivit\xE4 Node.js ennen {{ packageName }} p\xE4ivitt\xE4mist\xE4.","plugins.compat.node_link":"Kuinka p\xE4ivitt\xE4\xE4 Node.js","plugins.compat.node_too_low":"{{ pluginName }} laajennus suosittelee Node.js v{{ minVersion }} tai uudemman k\xE4ytt\xF6\xE4. K\xE4yt\xF6ss\xE4 on Node.js {{ installedVersion }}.","plugins.compat.title":"Yhteensopivuuden tarkastus","plugins.config.load_error":"Laajennuksen asetusten lataus ep\xE4onnistui.","plugins.config.must_be_array":"Laajennuksen asetusten on oltava joukko.","plugins.config.must_be_array_objects":"Laajennuksen asetusten on oltava oliojoukko.","plugins.config.must_be_object":"Asetusten osion pit\xE4\xE4 olla olio.","plugins.config.name_property":'Laitteella on oltava "name" ominaisuus',"plugins.config.please_fix":"Ole hyv\xE4 ja korjaa l\xF6ydetyt virheet ennen uuden osion lis\xE4\xE4mist\xE4.","plugins.config.remove_error":"Laajennuksen asetusten poisto ep\xE4onnistui.","plugins.disable.error":"Laajennuksen k\xE4yt\xF6st\xE4 poisto ep\xE4onnistui.","plugins.donate.message_1":"Useammiten k\xE4ytt\xE4j\xE4t asentavat laajennuksiaan suoraan Homebridge-k\xE4ytt\xF6liittym\xE4n kautta joten he eiv\xE4t todenn\xE4k\xF6isesti vieraile projektien GitHub-sivulla jossa kerrotaan tavoista tukea kehitt\xE4j\xE4\xE4.","plugins.donate.message_2":"Lahjoituslinkkien lis\xE4\xE4minen suoraan Homebridge-k\xE4ytt\xF6liittym\xE4\xE4n varmistaa, ett\xE4 k\xE4ytt\xE4j\xE4t osaavat halutessaan tukea Homebridge-kehitt\xE4ji\xE4.","plugins.donate.tile_donate_to":"Lahjoita {{ author }}","plugins.enable.error":"Laajennuksen k\xE4ytt\xF6\xF6notto ep\xE4onnistui.","plugins.manage.all_versions":"Kaikki versiot","plugins.manage.backup":"Download a backup before updating?","plugins.manage.changelog":"Full Changelog","plugins.manage.changelog_none":"Could not retrieve changelog, perhaps this plugin does not provide a <code>CHANGELOG.md</code> file.","plugins.manage.child_bridge_restart":"Lapsisilta uudellenk\xE4ynnistetty onnistuneesti.","plugins.manage.child_bridge_restart_failed":"Laajennuksen uudelleenk\xE4ynnistys ep\xE4onnistui, ole hyv\xE4 ja uudelleenk\xE4ynnist\xE4 Homebridge k\xE4sin.","plugins.manage.confirm_disable":"Haluatko varmasti poistaa k\xE4yt\xF6st\xE4 {{ pluginName }}?","plugins.manage.confirm_disable_accessory_1":"Kaikki t\xE4m\xE4n laajennuksen k\xE4ytt\xE4m\xE4t lis\xE4varusteet poistetaan Homebridge UI -lis\xE4varusten\xE4yt\xF6st\xE4 ja HomeKitist\xE4.","plugins.manage.confirm_disable_accessory_2":"Kun otat laajennuksen uudelleen k\xE4ytt\xF6\xF6n, lis\xE4varusteet tulevat takaisin Homebridge-k\xE4ytt\xF6liittym\xE4\xE4n ja HomeKitiin. Lis\xE4varusteet menett\xE4v\xE4t HomeKit-tietonsa (kuten liittyv\xE4t kohtaukset ja automaatio).","plugins.manage.confirm_disable_platform_1":"Kaikki t\xE4m\xE4n laajennuksen k\xE4ytt\xE4m\xE4t lis\xE4varusteet poistetaan Homebridge-k\xE4ytt\xF6liittym\xE4n lis\xE4laiten\xE4yt\xF6st\xE4, mutta ne j\xE4\xE4v\xE4t HomeKitiin Ei vastausta -merkinn\xE4ll\xE4.","plugins.manage.confirm_disable_platform_2":"Kun otat laajennuksen uudelleen k\xE4ytt\xF6\xF6n, lis\xE4varusteet tulevat takaisin Homebridge-k\xE4ytt\xF6liittym\xE4\xE4n ja niit\xE4 voidaan taas ohjata HomeKitissa. Lis\xE4varusteet eiv\xE4t menet\xE4 HomeKit-tietojaan (kuten niihin liittyvi\xE4 kohtauksia ja automaatioita).","plugins.manage.confirm_disable_setting":"Your setting for {{ setting }} is currently {{ value }}, therefore:","plugins.manage.confirm_enable":"Haluatko varmasti ottaa k\xE4ytt\xF6\xF6n {{ pluginName }}?","plugins.manage.disable":"Poista k\xE4yt\xF6st\xE4","plugins.manage.enable":"Ota k\xE4ytt\xF6\xF6n","plugins.manage.github_support":"You can show your support by giving this plugin a {{ iconStar }} (or the release a {{ iconThumbsUp }}) on GitHub!","plugins.manage.hb_restart":"Homebridge and the UI will automatically restart after any version change.","plugins.manage.hide_updates":"Disable Update Notifications","plugins.manage.hide_updates_desc":"If you don't want to see update notifications for this plugin, you can turn them off here.","plugins.manage.information":"Tietoja laajennuksesta","plugins.manage.install":"Asenna","plugins.manage.installed":"Asennettu","plugins.manage.json_config":"JSON asetukset","plugins.manage.manage_version":"Hallitse versioita","plugins.manage.manual_update_command":"P\xE4ivit\xE4 paketti suorittamalla Node.js-komentokehote P\xE4\xE4k\xE4ytt\xE4j\xE4n oikeuksilla ja suorita seuraavat komennot:","plugins.manage.more_info":"More information about scoped {{ scopedLink }} and verified {{ verifiedLink }} plugins.","plugins.manage.notes":"Release Notes","plugins.manage.notes_beta_1":"Thank you for helping improve {{ pluginName }} by testing a pre-release version.","plugins.manage.notes_beta_2":"You can use the Homebridge UI to revert back to the stable version at any time.","plugins.manage.notes_beta_3":"Please remember this is a pre-release version, and report any issues to the plugin's GitHub repository page.","plugins.manage.notes_latest":"Release notes are only shown when updating to the latest version.","plugins.manage.notes_none":"Could not retrieve release notes, perhaps this version does not have a GitHub release.","plugins.manage.online_updates":"Online p\xE4ivitykset eiv\xE4t toimi Windowsissa. Sinun on teht\xE4v\xE4 p\xE4ivitys k\xE4sin Homebridge palvelun pys\xE4ytt\xE4misen j\xE4lkeen.","plugins.manage.plugin_logs":"Laajennusten lokitiedot","plugins.manage.scoped.error":"Virhe havaittu. Alapuolelta voit ladata lokitiedot.","plugins.manage.scoped.info_1":"Homebridge scoped plugins have names beginning with {{ prefix }}.","plugins.manage.scoped.info_2":"For more information about scoped plugins and why to switch, see the wiki page {{ link }}.","plugins.manage.scoped.process":"T\xE4m\xE4 prosessi ei vaikuta Homebridge/HomeKit lis\xE4laitteisiin. Prosessia ei voi peruuttaa en\xE4\xE4 k\xE4ynnistyksen j\xE4lkeen. Se:","plugins.manage.scoped.switch":"Switch To Scoped Plugin","plugins.manage.scoped.windows":"Online-p\xE4ivityksi\xE4 ei tueta Windowsissa. Sinun on asennettava uusi laajennus ja poistettava vanha laajennus k\xE4sin.","plugins.manage.scoped_message":"Scoped plugins improve long-term reliability and ensure consistent maintenance by combining centralized oversight from the Homebridge team with continued involvement from the original maintainer.","plugins.manage.scoped_subtitle":"This plugin is scoped and verified.","plugins.manage.select_version":"Valitse asennettava versio","plugins.manage.uninstall":"Poista asennus","plugins.manage.uninstalled":"Poistettu","plugins.manage.unverified_message":"Vahvistamaton laajennus tarkoittaa ett\xE4 sille ei ole suoritettu Homebridge project teamin hyv\xE4ksymisprosessia. Hyv\xE4ksymisen puuttuminen ei v\xE4ltt\xE4m\xE4tt\xE4 ole haitallista. Laajennuksen yll\xE4pit\xE4jill\xE4 on erilaisia syit\xE4 j\xE4tt\xE4\xE4 hyv\xE4ksyminen hakematta.","plugins.manage.unverified_subtitle":"This plugin on vahvistamaton.","plugins.manage.update":"P\xE4ivit\xE4","plugins.manage.updated":"P\xE4ivitetty","plugins.manage.verified_message":"Laajennukset jotka on merkitty vahvistetuksi ovat l\xE4p\xE4isseet Homebridge project teamin hyv\xE4ksymisprosessin jossa varmistetaan ett\xE4 ne t\xE4ytt\xE4v\xE4t erilaisia vaatimuksia jotka kannustavat parhaisiin k\xE4yt\xE4nt\xF6ihin ja ongelmattomaan k\xE4ytt\xF6kokemukseen.","plugins.manage.verified_subtitle":"This plugin on vahvistettu.","plugins.placeholder_search_first":"K\xE4yt\xE4 yl\xE4puolista hakukentt\xE4\xE4 l\xF6yt\xE4\xE4ksesi ensimm\xE4isen laajennuksesi","plugins.placeholder_search_none":"No results were found","plugins.placeholder_search_plugin":"Etsi aennettavia laajennuksia","plugins.settings.custom.homebridge-gsh.label_account_linked":"Tili Linkitetty","plugins.settings.custom.homebridge-gsh.label_link_account":"Linkit\xE4 Tili","plugins.settings.custom.homebridge-gsh.message_about":"<strong>Homebridge Google Smart Home</strong> laajennus mahdollistaa Homebridge laitteidesi hallinnan Google Home \xE4lykaiuttimella tai sovelluksella.","plugins.settings.custom.homebridge-gsh.message_account_link_required":"Toiminnon k\xE4ytt\xF6\xF6nottamiseksi sinun on kirjauduttava Google tai GitHub tilillesi; varmista ett\xE4 k\xE4yt\xE4t samaa tili\xE4 kun lis\xE4\xE4t Homebridge toiminnon Google Home sovellukseesi.","plugins.settings.custom.homebridge-gsh.message_homebridge_restart_required":"Homebridge t\xE4ytyy uudelleenk\xE4ynnist\xE4\xE4 toimintojen k\xE4ytt\xF6\xF6nottamiseksi.","plugins.settings.deconz.dump_no_exist":"Homebridge deCONZ dump tiedostoa ei viel\xE4 ole.","plugins.settings.hue.dump_no_exist":"Homebridge Hue dump tiedostoa ei viel\xE4 ole.","plugins.settings.label_open_config_editor":"Avaa Asetusten muokkain","plugins.settings.message_consult_documentation":"Ole hyv\xE4 ja tutustu laajennuksen ohjeisiin asetusten m\xE4\xE4rittelelmiseksi.","plugins.settings.message_manual_config_required":"T\xE4m\xE4 laajennus t\xE4ytyy m\xE4\xE4ritell\xE4 k\xE4sin Homebridge UI Asetusten muokkaimella.","plugins.settings.plugin_config_saved":"Laajennuksen asetukset talletettu","plugins.settings.restart_required":"Uudelleenk\xE4ynnist\xE4 Homebridge toimintojen k\xE4ytt\xF6\xF6nottamiseksi.","plugins.stats":"Plugin Statistics","plugins.stats_note":"Plugins cannot be installed from this page, this is provided just for interest.","plugins.status_disabled":"Poistettu k\xE4yt\xF6st\xE4","plugins.status_installed":"Asennettu","plugins.support.list_1":"Homebridge plugins are the building blocks of Homebridge, allowing you to add support for new accessories and platforms. Plugins add support for smart lights, cameras, TVs, etc, for brands that don't natively support HomeKit. For example, to bring your Ring doorbells and cameras into HomeKit, you can install the <code>homebridge-ring</code> plugin.","plugins.support.list_2":"Homebridge plugins are created by public contributors in the Homebridge community, and are not typically associated with the Homebridge maintainers, nor with the manufacturers of the accessories themselves. If you have a question about a specific plugin, you should let the plugin developer know via the plugin's GitHub page.","plugins.support.list_3":"There are currently over 4,700 plugins available for Homebridge, so you should be able to find plugins to suit your needs. If you are a Javascript/TypeScript developer (or want to take the opportunity to learn), you can also create your own plugin and share it with the Homebridge community. Check out the Support section for some handy links to get you started.","plugins.support.list_4":"Some plugins allow you to create 'virtual/dummy' accessories, which are accessories that do not have a physical counterpart. These can be used to create virtual accessories in HomeKit, such as virtual switches, lights, or sensors. Try searching for <code>dummy</code> or <code>virtual</code> in the search bar to find some examples.","plugins.toast_failed_to_load_plugin_schema":"Laajennuksen asetusten m\xE4\xE4rittelyn lataaminen ep\xE4onnistui.","plugins.toast_failed_to_load_plugins":"Laajennusten lataaminen eop\xE4onnistui","plugins.uninstall_bridge_error":"Lapsisillan poisto ep\xE4onnistui.","plugins.uninstall_remove_child_bridge":"Remove plugin child bridge?","plugins.uninstall_remove_child_bridges":"Remove {{ count }} plugin child bridges?","plugins.uninstall_remove_config_required":"Jos poistat laajennuksen pysyv\xE4sti, poista my\xF6s kaikki siihen liittyv\xE4t asetukset config.json tiedostosta ennen uudelleenk\xE4ynnistyst\xE4.","plugins.uninstall_remove_confirmation":"Haluatko varmasti poistaa {{ pluginName }}?","plugins.uninstall_remove_plugin_config":"Poistetaanko laajennuksen asetukset?","plugins.uninstall_warn_1":"When removing a child bridge, any accessories published by this bridge will be removed from the Homebridge cache.","plugins.uninstall_warn_2":"Lis\xE4varusteet vanhenevat HomeKitissa (ei vastausta). Poistaaksesi ne, sinun on poistettava t\xE4m\xE4 silta manuaalisesti HomeKitista. Voit tehd\xE4 t\xE4m\xE4n Home-sovelluksessa Kotiasetukset-osiosta.","reset.accessory_all.desc":"Poista kaikki lis\xE4varusteet v\xE4limuistista.","reset.accessory_all.list_1":"Kun napautat alla olevaa poistopainiketta, Homebridge k\xE4ynnistyy uudelleen ja kaikki nykyiset lis\xE4varusteet poistetaan Homebridgest\xE4 ja HomeKitist\xE4.","reset.accessory_all.list_2":"My\xF6s kaikki siihen liittyv\xE4t HomeKit-tiedot poistetaan, mukaan lukien t\xE4m\xE4n lis\xE4varusteen k\xE4ytt\xE4m\xE4t huoneyhteydet, kohtaukset ja automatiikat.","reset.accessory_all.list_3":"Kun Homebridge on k\xE4ynnistetty uudelleen, laajennukset lis\xE4\xE4v\xE4t kaikki lis\xE4laitteet uudelleen ik\xE4\xE4n kuin laajennus asennettaisiin ensimm\xE4ist\xE4 kertaa.","reset.accessory_all.title":"Poista kaikki lis\xE4varusteet","reset.accessory_ind.bridge":"Bridge","reset.accessory_ind.desc":"Remove individual accessories from the cache.","reset.accessory_ind.done":"Finished removing accessories from the cache, check the log for confirmation and/or errors.","reset.accessory_ind.fail":"Failed to remove accessories from cache, check the log for errors.","reset.accessory_ind.list_1":"Some plugins don't clean up after themselves properly. If you have stale accessories, you can remove them from the cache. This function can also be used to reset an existing accessory in HomeKit.","reset.accessory_ind.list_2":"The accessories will be removed from Homebridge and HomeKit, along with their related room associations, scenes and automations.","reset.accessory_ind.list_3":"After Homebridge restarts, your plugins will re-add any removed accessories as if the plugin was being installed for the first time.","reset.accessory_ind.title":"Remove Individual Accessories","reset.accessory_ind.unknown":"Unknown Name","reset.accessory_reset":"Homebridge sillan nollaus","reset.action_is_irreversible":"T\xE4m\xE4 toiminto on peruuttamaton. Ole hyv\xE4 ja lue huolellisesti ennen hyv\xE4ksymist\xE4.","reset.bridge_accessories.desc":"Remove all accessories published by a child bridge from the cache.","reset.bridge_accessories.empty":"Sinulla ei ole siltoja, joista voit poistaa lis\xE4varusteita.","reset.bridge_accessories.list_1":"This function can be used to reset a plugin's existing accessories in HomeKit. They will be removed from Homebridge and HomeKit, and then re-added by the plugin as new accessories.","reset.bridge_accessories.list_2":"Lapsisillan paritustiedot ja tila pysyv\xE4t ennallaan.","reset.bridge_accessories.title":"Poista siltojen lis\xE4varusteita","reset.bridge_all.desc":"Reset all bridges by removing them from the cache. T\xE4m\xE4 sis\xE4lt\xE4\xE4 Homebridgen p\xE4\xE4sillan, lapsisillat ja sillat ulkoisille lis\xE4varusteille.","reset.bridge_all.list_1":"This will reset the Homebridge bridge, all child bridges and bridges for external accessories from HomeKit.","reset.bridge_all.list_2":"Huomaa, ett\xE4 lis\xE4varusteet n\xE4kyv\xE4t HomeKitissa ilman vastausta, kunnes sillat on poistettu manuaalisesti HomeKitista. Voit tehd\xE4 t\xE4m\xE4n Home-sovelluksessa avaamalla Kodin asetukset > Koti keskittimet & sillat > {Bridge} > Poista Silta.","reset.bridge_all.list_3":"Kaikki Homebridgeen liittyyv\xE4t HomeKitin lis\xE4varusteet, kohtaukset ja automaatiot on m\xE4\xE4ritett\xE4v\xE4 uudelleen pariliitoksen purkamisen j\xE4lkeen.","reset.bridge_all.list_4":"Homebridge-sillan ja HomeKitin pariliitoksen PIN-koodi vaihdetaan. N\xE4et uudet arvot Homebridge-kokoonpanossa pariliitoksen purkamisen j\xE4lkeen.","reset.bridge_all.title":"Reset All Bridges","reset.bridge_ind.desc":"Reset an individual bridge by removing it from the cache. T\xE4m\xE4 voi olla lapsisilta tai silta ulkoiselle lis\xE4varusteelle, kuten kameralle tai televisiolle.","reset.bridge_ind.desc_child_active":"Homebridge has detected that these child bridges are in-use. Once removed, their accessories will be removed from the Homebridge cache. If paired with HomeKit, the bridge's accessories will show as 'No Response', and the bridge will need to be removed via the Home app. The child bridge's pairing information will be changed. Once Homebridge has restarted, the plugin will create the new child bridge and accessories. The new bridge will need to be re-paired with HomeKit. You can view the new pairing information from the corresponding plugin's bridge settings page.","reset.bridge_ind.desc_child_stale":"Homebridge has detected that these bridges are not in-use, but double-check before deleting. They could be left-over from previously uninstalled plugins. If paired with HomeKit, the accessories will show as 'No Response', and the bridge will need to be removed via the Home app.","reset.bridge_ind.desc_non_child":"Homebridge has detected that these bridges are in-use. You can remove them from the cache, but they will likely be re-added by the plugin when Homebridge restarts. The pairing information will remain unchanged.","reset.bridge_ind.done":"Finished resetting bridges, check the log for confirmation and/or errors.","reset.bridge_ind.fail":"Failed to reset bridges, check the log for errors.","reset.bridge_ind.head_child_active":"Active Child Bridges","reset.bridge_ind.head_child_stale":"Stale Child Bridges","reset.bridge_ind.head_non_child":"Non Child Bridges","reset.bridge_ind.title":"Reset Individual Bridges","reset.bridges.desc":"Jos sinulla on ongelmia Homebridgen, ulkoisen lis\xE4laitteen tai lapsisillan yhdist\xE4misess\xE4 HomeKitiin, saatat joutua poistamaan sen pariliitoksen HomeKitista aloittaaksesi uudelleen.","reset.bridges.empty":"Sinulla ei ole siltoja HomeKit-parin muodostamiseksi.","reset.bridges.title":"Sillat","reset.clear_cache_single.list_3":"Kun lis\xE4varuste poistetaan v\xE4limuistista, kaikki siihen liittyv\xE4t HomeKit-tiedot poistetaan. T\xE4m\xE4 sis\xE4lt\xE4\xE4 kaikki kohtaukset ja automaatiot, jotka k\xE4ytt\xE4v\xE4t t\xE4t\xE4 lis\xE4varustetta.","reset.delete_success":"Homebridgen uudelleenk\xE4ynnistys ja laitteiden v\xE4limuistin tyhjent\xE4minen.","reset.error_message":"Laitteiden v\xE4limuistia ei voitu ladata. Sinulla ei ehk\xE4 ole v\xE4limuistissa olevia laitteita.","reset.failed_to_reset":"Homebridgen nollaus ep\xE4onnistui. Katso lokitiedot.","reset.force_restart_hb_help_text":"K\xE4yt\xE4 t\xE4t\xE4 toimintoa pakottaaksesi hb-service-palvelu suorittamaan t\xE4yden uudelleenk\xE4ynnistyksen.","reset.no_accessories":"Sinulla ei ole v\xE4limuistissa olevia laitteita poistettaviksi.","restart.child_bridge_list":"Ole hyv\xE4 ja k\xE4ynnist\xE4 uudelleen n\xE4m\xE4 lapsisillat, jotta muutokset tulevat voimaan:","restart.child_bridges":"Ole hyv\xE4 ja k\xE4ynnist\xE4 laajennuksen lapsisillat uudelleen, jotta muutokset tulevat voimaan.","restart.label_restart_command_executed":"Uudelleenk\xE4ynnistys komento suoritettu","restart.please_wait_while_server_restarts":"Ole hyv\xE4 ja odota, t\xE4m\xE4 sivu p\xE4ivittyy automaattisesti kun Homebridge on taas toiminnassa.","restart.server_is_taking_long_time_to_restart":"Homebridgen k\xE4ynnistyminen tuntuu kest\xE4v\xE4n. Voi olla ett\xE4 joudut k\xE4ynnist\xE4m\xE4\xE4n Homebridge palvelun k\xE4sin.","restart.service_ready":"Homebridge valmiina","restart.title_restart":"Homebridge k\xE4ynnistyy uudelleen","restart.toast_server_restart_error":"Tapahtui virhe uudellenk\xE4ynnistys komennon l\xE4hett\xE4misess\xE4 palvelimelle","restart.toast_server_restart_timeout":"Homebridgen k\xE4ynnistyminen tuntuu kest\xE4v\xE4n","restart.toast_server_restarted":"Homebridge Uudellenk\xE4ynnistetty","restart.ui_online":"HB Palvelin & UI Valmiina","rpi.throttled.currently_message":"Raspberry Pi ilmoittaa juuri havainneensa alij\xE4nnitteen; tarkista, ett\xE4 se on kytketty sopivaan virtal\xE4hteeseen. Alij\xE4nnite voi johtaa j\xE4rjestelm\xE4n ep\xE4vakauteen ja SD-kortin vioittumiseen.","rpi.throttled.previously_message":"Raspberry Pi ilmoittaa havainneensa alij\xE4nnitteen uudelleenk\xE4ynnistyksen j\xE4lkeenkin; tarkista, ett\xE4 se on kytketty sopivaan virtal\xE4hteeseen.","rpi.throttled.undervoltage_title":"Alij\xE4nnite","settings.accessory.debug":"Accessory Debug Mode","settings.accessory.debug_desc":"If enabled, the Homebridge UI will log debug level messages to the console.","settings.cache.desc":"Homebridge s\xE4ilytt\xE4\xE4 tietoja laitteista v\xE4limuistissa joten niit\xE4 ei poisteta ja lis\xE4t\xE4 uudelleen HomeKit:in joka kerta kun Homebridge k\xE4ynnistyy uudelleen. Joskus n\xE4m\xE4 tiedot poikkeavat Homebridgen todellisesta laitteistosta.","settings.changes.saved":"Muutokset on tallennettu ja niiden k\xE4ytt\xF6\xF6notto vaatii uudellenk\xE4ynnistyksen.","settings.datetime.incorrect":"J\xE4rjestelm\xE4n aika n\xE4ytt\xE4isi olevan virheellinen. Sill\xE4 voi olla yll\xE4tt\xE4vi\xE4 vaikutuksia toimintaan. Lis\xE4tietoja t\xE4st\xE4.","settings.display.blue":"Sininen","settings.display.bluegrey":"Siniharmaa","settings.display.brown":"Ruskea","settings.display.cyan":"Syaani","settings.display.dark":"Tumma","settings.display.deep_purple":"Syv\xE4 purppura","settings.display.green":"Vihre\xE4","settings.display.grey":"Harmaa","settings.display.indigo":"Indigo","settings.display.lang":"Kieli","settings.display.light":"Valoisa","settings.display.lighting_mode":"N\xE4kym\xE4n valoisuus","settings.display.menu_default":"Default","settings.display.menu_freeze":"Keep Closed (On Desktop)","settings.display.menu_mode":"Menu Mode","settings.display.orange":"Oranssi","settings.display.pink":"Pinkki","settings.display.purple":"Puppura","settings.display.red":"Punainen","settings.display.show_betas":"Prefer Beta Versions","settings.display.teal":"Sinivihre\xE4","settings.display.temp_units":"L\xE4mp\xF6tilan yksikk\xF6","settings.display.temp_units.c":"Celsius (\xB0C)","settings.display.temp_units.f":"Fahrenheit (\xB0F)","settings.display.theme":"Teema","settings.display.wallpaper":"Wallpaper","settings.display.wallpaper_intro":"Upload a wallpaper for your Homebridge UI. This is currently shown on the login screen.","settings.display.wallpaper_rule":"You can choose an image file which is up to {{ maxFileSizeText }}.","settings.display.wallpaper_rule2":"You will need to click Save to upload the wallpaper to your Homebridge storage directory.","settings.display.wallpaper_success":"Wallpaper was successfully updated.","settings.general.title_display":"N\xE4ytt\xF6","settings.general.title_general":"Yleiset","settings.linux.restart":"Restart Command","settings.linux.restart_desc":"If no restart command is set the process will terminate with a non-zero exit code.","settings.linux.shutdown":"Shutdown Command","settings.linux.shutdown_desc":"If no shutdown command is set the process will terminate with a non-zero exit code.","settings.linux.temp":"Temperature File Path","settings.linux.temp_desc":"If you are running Homebridge on a Raspberry Pi, you can enter the path to the OS temperature file here. This will display the current temperature on the UI status page.","settings.matter.desc":"Enables Matter accessories on the main bridge. If only using Matter with child bridges, this setting does not need to be enabled - child bridges have independent Matter settings in their plugin bridge settings.","settings.matter.enabled":"Enabled","settings.matter.enabled_desc":"Whether to start a Matter instance and allow plugins to expose Matter accessories.","settings.matter.port":"Port","settings.matter.port_desc":"This must be between 1025 and 65533, and unique to any other configured port.","settings.matter.title":"Matter Settings","settings.mdns_advertiser":"mDNS mainostaja","settings.mdns_advertiser_exp":"kokeellinen","settings.mdns_advertiser_help":"Jos sinulla on ongelmia Homebridgen yhdist\xE4misess\xE4 HomeKitiin (kaikki lis\xE4varusteet n\xE4ytt\xE4v\xE4t Home-sovelluksessa No Response), yrit\xE4 k\xE4ytt\xE4\xE4 jotakin vaihtoehtoista mDNS-mainostajaa.","settings.mdns_advertiser_not_connected":"Ei yhdistetty","settings.mdns_advertiser_rec":"suositeltava","settings.name":"Homebridge Name","settings.network.hb_package":"Homebridge Module Path","settings.network.hb_package_desc":"If you have multiple versions of Homebridge installed, you can specify the path to the version you want to use here.","settings.network.host":"Host IP Address","settings.network.host_desc":"The host IP address to listen on. In most cases this will be <code>::</code> or <code>0.0.0.0</code>.","settings.network.mdns_advertise":"Advertise Via mDNS","settings.network.mdns_advertise_help":"Enable mDNS advertising (using Bonjour) for your Homebridge UI, making it discoverable as an HTTP service on your local network.","settings.network.message_network_interface":"Jos verkkosovitinta ei valita, Homebridge yritt\xE4\xE4 automaattisesti valita sovittimen jota k\xE4ytt\xE4\xE4.","settings.network.port_end":"End Port","settings.network.port_end_desc":"Control the end of the range of ports that separate accessories (like camera or television) should run on. This must be between 1025 and 65533, and higher than the start port above.","settings.network.port_hb":"Homebridgen Portti","settings.network.port_hb_desc":"Homebridgen k\xE4ytt\xE4m\xE4n portin numero. On oltava v\xE4lilt\xE4 1025-65533, ei saa olla sama kuin Homebridge UI:n portti.","settings.network.port_start":"Start Port","settings.network.port_start_desc":"Control the start of the range of ports that separate accessories (like camera or television) should run on. This must be between 1025 and 65533, and lower than the end port below.","settings.network.port_ui":"Homebridge UI:n Portti","settings.network.port_ui_desc":"Homebridge UI:n k\xE4ytt\xE4m\xE4n portin numero. On oltava v\xE4lilt\xE4 1025-65533, ei saa olla sama kuin Homebridgen portti.","settings.network.proxy":"Reverse Proxy Hostname","settings.network.proxy_desc":"When running behind a reverse proxy you may need to enter the hostname you use to access the UI.","settings.network.title_network":"Verkkosovitin","settings.network.title_network_interfaces":"Verkkosovittimet","settings.network.title_security":"Security","settings.network.title_terminal":"Logging & Terminal","settings.network.webroot":"Webroot Path","settings.network.webroot_desc":"This can be configured if you want to access the Homebridge UI under a specific URL path.","settings.reset_bridge.error":"Failed to reset bridge.","settings.security.auth":"Authentication","settings.security.auth_desc":"Whether to enable authentication for the Homebridge UI with a username and password.","settings.security.cert":"Certificate Path","settings.security.https":"Enable HTTPS","settings.security.https_desc":"Enable HTTPS using an auto-generated self-signed certificate or by providing your own certificate files.","settings.security.https_keycert":"Private Key + Certificate","settings.security.https_pfx":"PKCS#12 Certificate + Passphrase","settings.security.https_raspbian":"HTTPS is already enabled by default when running the Homebridge Raspbian image {{ link }}.","settings.security.https_selfsigned":"Self-Signed Certificate","settings.security.key":"Private Key Path","settings.security.pass":"PKCS#12 Certificate Passphrase","settings.security.pfx":"PKCS#12 Certificate Path","settings.security.selfsigned_generate_keycert":"Generate Self\u2011Signed & Use as Key + Cert","settings.security.selfsigned_generate_selfsigned":"Generate & Enable Self\u2011Signed Mode","settings.security.selfsigned_generate_success_keycert":"Generated self\u2011signed certificate and set as Key + Cert","settings.security.selfsigned_generate_success_selfsigned":"Generated self\u2011signed certificate and enabled Self\u2011signed mode","settings.security.selfsigned_hostnames":"Certificate Hostnames","settings.security.selfsigned_hostnames_desc":"Comma-separated list of hostnames or IP addresses to include in the certificate (e.g., localhost, 127.0.0.1, homebridge.local, 192.168.1.100)","settings.security.ssl_upload_keycert_aria":"Upload private key and certificate","settings.security.ssl_upload_pfx_aria":"Upload PKCS#12 certificate","settings.security.ssl_upload_success_keycert":"Certificate and private key uploaded","settings.security.ssl_upload_success_pfx":"PKCS#12 certificate uploaded","settings.security.ssl_validate":"Validate SSL","settings.security.ssl_validate_error":"SSL configuration is invalid.","settings.security.ssl_validate_success":"SSL configuration is valid.","settings.security.ui_control":"Accessory Control Lists","settings.security.ui_control_desc":"Define which bridges and bridged accessories can be controlled or blocked by the Homebridge UI.","settings.security.ui_control_desc_2":"Allow the UI to control the accessories on a bridge by toggling on the switch below.","settings.service.debug_tooltip":"Jotkut laajennukset tarvitsevat DEBUG {{ link }} ymp\xE4rist\xF6muuttujan jotta voivat kirjata debug tason lokitietoja.","settings.service.node_tooltip":"Node.js ajonaikaiset asetukset t\xE4lle prosessille. J\xE4t\xE4 tyhj\xE4ksi, ellet tied\xE4 mit\xE4 olet tekem\xE4ss\xE4.","settings.startup.debug":"Homebridge vianhaku tila","settings.startup.debug_desc_v1":"Ota t\xE4m\xE4 k\xE4ytt\xF6\xF6n, jos tarvitset yksityiskohtaisempia lokeja. T\xE4m\xE4 asetus koskee Homebridgen p\xE4\xE4siltaa sek\xE4 kaikkia lapsisiltoja. Jotkut laajennukset voivat my\xF6s noudattaa t\xE4t\xE4 asetusta ja tuottaa yksityiskohtaisempia lokeja.","settings.startup.debug_desc_v2":"Ota t\xE4m\xE4 k\xE4ytt\xF6\xF6n, jos tarvitset yksityiskohtaisempia lokeja. T\xE4m\xE4 asetus koskee Homebridgen p\xE4\xE4siltaa. Lapsisiltojen asetukset l\xF6ytyv\xE4t liit\xE4nn\xE4issivun lapsisiltam\xE4\xE4rityksist\xE4. Jotkut laajennukset voivat my\xF6s noudattaa t\xE4t\xE4 asetusta ja tuottaa yksityiskohtaisempia lokeja.","settings.startup.insecure":"Enable UI Accessory Control","settings.startup.insecure_desc":"Hallitaksesi laitteitasi Homebridge UI:n kautta Homebridgen on toimittava turvattomassa tilassa.","settings.startup.keep_accessories":"Pid\xE4 poistettujen lis\xE4osien laitteet","settings.startup.keep_accessories_desc":"Jos valittu, niin laitteiden tiedot s\xE4ilytet\xE4\xE4n v\xE4limuistissa vaikka siihen liittyv\xE4 lis\xE4osa poistetaan. T\xE4st\xE4 voi olla hy\xF6ty\xE4 jos my\xF6hemmin asennat lis\xE4osan uudelleen.","settings.startup.metrics":"Enable Server Metric Monitoring","settings.startup.metrics_desc":"When enabled, the Homebridge UI will collect and show CPU and memory stats on the status page.","settings.startup.scheduled_restart":"Scheduled Restart Cron","settings.startup.scheduled_restart_desc":"Schedule automatic restarts relative to your timezone using a cron expression. Leave empty to disable. Create a cron expression {{ link }}.","settings.startup.scheduled_restart_desc_2":"You can apply this setting per child bridge from the plugin bridge configuration.","settings.startup.session":"Session Timeout","settings.startup.session_days":"days","settings.startup.session_desc":"The number of seconds before a user will be logged out of the UI. Defaults to 8 hours.","settings.startup.session_hours":"hours","settings.startup.session_inactivity_based":"Inactivity-Based Session Refresh","settings.startup.session_inactivity_based_desc":"When enabled, the session will automatically refresh on navigation to prevent logout during active use.","settings.startup.session_minutes":"minutes","settings.terminal.buffer_size":"Terminal Buffer Character Size","settings.terminal.buffer_size_help":"Amount of terminal output to preserve for persistent sessions. Larger values use more memory.","settings.terminal.log_max":"Log Max Size","settings.terminal.log_max_desc":"The max log size (bytes). Set to -1 to disable log truncation.","settings.terminal.log_truncate":"Log Truncate Size","settings.terminal.log_truncate_desc":"The size (bytes) to truncate the log to once it goes over the max size specified above.","settings.terminal.persistence":"Terminal Session Persistence","settings.terminal.persistence_confirm_message":"Disabling terminal session persistence will terminate your current terminal session.","settings.terminal.persistence_confirm_title":"Disable Terminal Session Persistence","settings.terminal.persistence_help":"When enabled, terminal sessions will persist when navigating away and can be resumed when returning to the terminal page (or status page widget). Terminal sessions are shared across Homebridge UI admin users.","settings.terminal.warning":"Hide Terminal Termination Warning","settings.terminal.warning_help":"When enabled, the warning dialog will not be shown before terminating non-persistent terminal sessions.","settings.title_startup_options":"K\xE4ynnist\xE4minen ja ymp\xE4rist\xF6","settings.unpair_bridge.load_error":"Paritettuja siltoja ei voitu otta k\xE4ytt\xF6\xF6n.","settings.warning_pwa":"This setting cannot be changed when accessing the UI from a PWA, please use a regular browser.","settings.warning_webroot":"Homebridge does not have write access to the served <code>index.html</code> file. To set up a webroot, please fix this issue and restart the Homebridge service.","setup.button_get_started":"Aloitetaan","setup.create_account":"Luo k\xE4ytt\xE4j\xE4tunnus","setup.intro":"If you are setting up for the first time, or if you just need to reset the password for your existing Homebridge setup, then choose <strong>Get Started</strong>.","setup.welcome_to_homebridge":"Tervetuloa Homebridge j\xE4rjestelm\xE4\xE4n",setup_wizard_complete:"Restore Complete!",setup_wizard_complete_title:"Onnea!",setup_wizard_completed:"Asetukset ovat valmiit ja Homebridge on valmis k\xE4ytt\xF6\xF6n.",setup_wizard_create_info:"Once Homebridge is set up, you can set up 2FA on your account, or disable the need for authentication altogether.",setup_wizard_page_title:"Setup Homebridge",setup_wizard_restore:"Palauta varmuuskopiosta",setup_wizard_restoring:"Restoring Backup...",setup_wizard_starting:"Starting Homebridge...","status.code_scan":"Skannaa lis\xE4t\xE4ksesi HomeKit j\xE4rjestelm\xE4\xE4n","status.cpu.load":"K\xE4ytt\xF6aste","status.cpu.temp":"L\xE4mp\xF6tila","status.cpu.title_cpu":"CPU","status.credits.plugins_thanks":"Homebridge plugins are created by awesome developers in the Homebridge community.","status.credits.supporters":"Supporters","status.credits.title":"Ansiot","status.credits.translations":"Translations","status.credits.translations_thanks":"Homebridge UI translations are provided by the community, with special thanks to:","status.homebridge.checking":"Tarkistetaan p\xE4ivityksi\xE4","status.homebridge.up_to_date":"Ajan tasalla","status.memory.label_available":"Saatavilla","status.memory.label_total":"Yhteens\xE4","status.memory.title_memory":"Muisti","status.network.received_per_second":"Vastaanotettu","status.network.sent_per_second":"L\xE4hetetty","status.network.title_network":"Verkon aktiivisuus","status.readiness.node_no":"Your version of Node.js is not compatible with {{ app }}.","status.readiness.node_yes":"Your version of Node.js is compatible with {{ app }}.","status.readiness.title":"{{ app }} Readiness","status.services.label_loading":"Loading...","status.services.label_not_enabled":"Not Enabled","status.services.label_not_running":"Ei k\xE4ynniss\xE4","status.services.label_running":"K\xE4ynniss\xE4","status.services.updates":"Update Information","status.uptime.title_uptime":"K\xE4yntiaika","status.widget.accessories.choose_accessories":"Valitse t\xE4ss\xE4 sovelmassa n\xE4ytett\xE4v\xE4t lis\xE4varusteet Lis\xE4varusteet-v\xE4lilehdelt\xE4.","status.widget.account_1":"The widget layout is shared among all Homebridge UI users.","status.widget.account_2":"Admin users can modify the layout, while non-admin users cannot make changes.","status.widget.add.label_pairing_code":"Paritus koodi","status.widget.add.matter_pairing_code":"Matter Pairing Code","status.widget.bridge.restart_error":"Lapsisillan uudelleenk\xE4ynnistys ep\xE4onnistui.","status.widget.clock":"Kello","status.widget.clock_dateformat":"P\xE4iv\xE4yksen muoto","status.widget.clock_timeformat":"Ajan muoto","status.widget.expand_docker":"Expand Docker Container Information","status.widget.font_size":"Kirjasinkoko","status.widget.font_weight":"Kirjasimen paksuus","status.widget.hide_node_info":"Hide Node.js Updates","status.widget.hide_npm":"Show npm Version","status.widget.hide_on_mobile":"Piilota supistetussa n\xE4kym\xE4ss\xE4 (mobiilin\xE4yt\xF6t)","status.widget.homebridge_logs":"Homebridge lokitiedot","status.widget.info":"Tietoja j\xE4rjestelm\xE4st\xE4","status.widget.info.arch":"Arch.","status.widget.info.config_path":"asetusten Polku","status.widget.info.docker":"Docker","status.widget.info.docker_update_message":"Updating the Docker container requires manually pulling the latest image and restarting the container. Homebridge does not perform this automatically. Refer to your Docker image's documentation for update instructions.","status.widget.info.docker_update_title":"Docker Container Update","status.widget.info.hostname":"Is\xE4nt\xE4nimi","status.widget.info.ipv4":"IPv4","status.widget.info.ipv6":"IPv6","status.widget.info.no":"Ei","status.widget.info.node_major":"Node.js Major Versions","status.widget.info.node_next_no":"Your current architecture ({{ architecture }}) is 32-bit, which is not supported. You will need to migrate to a 64-bit system. Please use Node.js v22 instead, which we will be supporting until April 2027.","status.widget.info.node_next_yes":"Your current architecture ({{ architecture }}) supports Node.js v24, so you can upgrade when you are ready.","status.widget.info.node_unsupp":"Ei tuettu","status.widget.info.node_unsupp_message":"K\xE4yt\xE4t Node.js-versiota, jota Homebridge ei tue virallisesti. Sinun tulisi harkita vaihtamista tuettuun versioon.","status.widget.info.node_update_message":"Homebridge vaatii toimiakseen Node.js:n, joka on asennettu j\xE4rjestelm\xE4\xE4n. Sinun on aika ajoin p\xE4ivitett\xE4v\xE4 Node.js, jotta voit ottaa k\xE4ytt\xF6\xF6n tuen uusille ominaisuuksille. Homebridge (ja vahvistetut laajennukset) tukevat kaikkia Node.js:n nykyisi\xE4 Active- ja Maintenance LTS -julkaisuja.","status.widget.info.node_update_message_2":"For Docker/Synology users, the Node.js version is managed by the Docker image or Synology package. You can hide Node.js update information using the widget settings.","status.widget.info.nodejs_path":"Node.js polku","status.widget.info.os":"K\xE4ytt\xF6j\xE4rjestelm\xE4","status.widget.info.plugin_path":"Laajennusten polku","status.widget.info.service_user":"K\xE4ytt\xE4j\xE4","status.widget.info.storage_path":"Tallennuskansio","status.widget.info.synology_package":"Synology ohjelmisto","status.widget.info.timezone":"Aikavy\xF6hyke","status.widget.info.yes":"Kyll\xE4","status.widget.network.history_items":"edelliset kohteet","status.widget.network.items":"kohteet","status.widget.network.network_interface":"Verkkosovitin","status.widget.network.none_selected":"Using Default","status.widget.network.refresh_interval":"P\xE4ivityksen aikav\xE4li ","status.widget.network.seconds":"sekuntia","status.widget.qr_paired":"Paritettu","status.widget.qr_unpaired":"Ei paritettu","status.widget.show_hide":"N\xE4yt\xE4/Piilota sovelmat","status.widget.title_manage_widget":"Hallitse sovelmaa","status.widget.update_node_no":"{{ pluginName }} is not compatible with Node {{ nodeVersion }}.","status.widget.update_node_unknown":"The developer of {{ pluginName }} has not specified the Node version compatibility.","status.widget.update_node_yes":"{{ pluginName }} is compatible with Node {{ nodeVersion }}.","status.widget.uptime.label_process":"Prosessi","status.widget.uptime.label_server":"Palvelin","status.widget.weather.label_config_required_help":"Ole hyv\xE4 ja valitse kaupunki sovelman asetuksissa.","status.widget.weather.label_search_for_your_city":"Hae kaupunkia Englanniksi:","status.widget.weather.title_weather":"S\xE4\xE4","support.dev.api":"Homebridge API","support.dev.api_hap":"HAP-NodeJS API","support.dev.api_hap_sub":"HAP-NodeJS on HomeKit Accessory Server -sovelluksen toteutus, joka on m\xE4\xE4ritelty HomeKit Accessory Protocol (HAP) -protokollassa, jonka Apple m\xE4\xE4rittelee osaksi HomeKit Frameworkia.","support.dev.api_sub":"Homebridge on kevyt Node.js-palvelin, jota voit k\xE4ytt\xE4\xE4 kotiverkossasi k\xE4ytt\xE4\xE4ksesi HomeKit Accessory Protocol (HAP) -protokollaa.","support.dev.item_swagger":"Swagger Docs","support.dev.item_swagger_sub":"Homebridge REST API antaa sinun olla vuorovaikutuksessa Homebridge-palvelimesi kanssa HTTP-pyynt\xF6jen avulla.","support.dev.template":"Plugin Template Repo","support.dev.template_sub":"Malli Homebridge-laajennus, jota voidaan k\xE4ytt\xE4\xE4 pohjana oman laajennuksen kehitt\xE4miseen.","support.dev.title":"Kehitt\xE4j\xE4t","support.dev.verified":"Verified By Homebridge","support.dev.verified_sub":"Verified By Homebridge -ohjelman avulla laajennuskehitt\xE4j\xE4t voivat saada Homebridge-projektitiimin tarkistamaan ja hyv\xE4ksym\xE4\xE4n lis\xE4osat.","support.links.discord":"Discord Palvelin","support.links.discord_sub":"Liity Homebridge Discord -chat-palvelimeen keskustellaksesi muiden k\xE4ytt\xE4jien ja kehitt\xE4jien kanssa.","support.links.documentation":"Dokumentaatio","support.links.documentation_sub":"Homebridgen dokumentaatiossa on runsaasti tietoa Homebridgen k\xE4yt\xF6n aloittamisesta ja yleisist\xE4 ongelmien ratkaisuista.","support.links.issue":"Raportoi virhetoiminto","support.links.issue_sub":"Jos sinulla ilmenee virhetoiminto Homebridge:sa, ole hyv\xE4 ja avaa asiasta uusi aihe GitHub:sa. T\xE4m\xE4 ei koske laajennuksiin liittyvi\xE4 virheit\xE4.","support.links.reddit":"Reddit yhteis\xF6","support.links.reddit_sub":"Homebridge subreddit on hyv\xE4 paikka jakaa Homebridge asetuksesi ja etsi\xE4 apua.","support.links.title":"Hy\xF6dyllisi\xE4 linkkej\xE4","support.title":"Tuki","toast.no_auth":"Vain p\xE4\xE4k\xE4ytt\xE4jill\xE4 on p\xE4\xE4sy pyydetylle sivulle.","toast.title_error":"Virhe","toast.title_success":"Onnistui","toast.title_warning":"Varoitus","users.button_add_user":"Lis\xE4\xE4 K\xE4ytt\xE4j\xE4","users.label_admin_user":"P\xE4\xE4k\xE4ytt\xE4j\xE4","users.label_confirm_password":"Vahvista salasana","users.label_full_name":"Koko nimi","users.label_new_password":"Uusi salasana","users.label_password":"Salasana","users.label_username":"K\xE4ytt\xE4j\xE4tunnus","users.setup_2fa":"M\xE4\xE4rittele 2FA","users.setup_2fa_activate_error":"2FA:n aktivoinnissa tapahtui virhe","users.setup_2fa_cannot_setup_2fa":"2FA:ta ei voitu m\xE4\xE4ritell\xE4","users.setup_2fa_disable":"Lopeta 2FA:n k\xE4ytt\xF6","users.setup_2fa_disable_current_password":"Sy\xF6t\xE4 salasana poistaaksesi kaksivaiheinen tunnistautuminen k\xE4yt\xF6st\xE4:","users.setup_2fa_disable_success":"Kaksivaiheinen tunnistautuminen on poistettu k\xE4yt\xF6st\xE4.","users.setup_2fa_enable":"Ota k\xE4ytt\xF6\xF6n 2FA","users.setup_2fa_enable_error":"Tapahtui virhe 2FA:n k\xE4ytt\xF6\xF6notossa","users.setup_2fa_enabled_success":"Kaksivaiheinen tunnistautuminen on otettu k\xE4ytt\xF6\xF6n.","users.setup_2fa_enter_code":"Sy\xF6t\xE4 authenticator sovelluksesi koodi:","users.setup_2fa_scan_qr_code":"Lue alapuolinen QR koodi authenticator sovelluksellasi:","users.setup_2fa_scan_qr_manual":"If you cannot scan the QR code, you can enter the following secret key manually:","users.setup_2fa_server_time_out":"Palvelimesi aika eroaa oikeasta ajasta {{ timeDiffError }} ms. maksimi virhe on +/-5000 ms.","users.setup_2fa_warning":"Kaksivaiheinen tunnistautuminen vaatii Homebridge palvelimen olevan tarkasti oikeassa ajassa. Jos palvelimen aikaa ei ole mahdollista synkronoida niin 2FA:ta ei kannata ottaa k\xE4ytt\xF6\xF6n koska on olemassa riski ett\xE4 kirjautuminen estyy.","users.support.acc_1":"There are two types of users that can access the Homebridge UI: admin and non-admin users. Admins can access and control everything available in the UI. Non-admin users have a read-only view of the following pages:","users.support.acc_2":"2FA can only be set up on admin accounts, and must do this via the users page logged in as themselves.","users.support.control":"can be controlled","users.title_add_user":"Lis\xE4\xE4 k\xE4ytt\xE4j\xE4","users.title_edit_user":"Muokkaa k\xE4ytt\xE4j\xE4\xE4","users.title_users":"K\xE4ytt\xE4j\xE4t","users.toast_added_new_user":"Uusi k\xE4ytt\xE4j\xE4 lis\xE4tty","users.toast_failed_to_add_user":"K\xE4ytt\xE4j\xE4n lis\xE4ys ep\xE4onnistui","users.toast_failed_to_delete_user":"K\xE4ytt\xE4j\xE4n poisto ep\xE4onnistui","users.toast_updated_user":"K\xE4ytt\xE4j\xE4 p\xE4ivitetty","users.toast_user_deleted":"K\xE4ytt\xE4j\xE4 poistettu"}});export{s as a};
@@ -1 +0,0 @@
1
- import{b as L,c as S,d as H}from"./chunk-MS6AXMT2.js";import{m as B}from"./chunk-BEI5QPKL.js";import{E as T}from"./chunk-KDXCBENV.js";import{Dc as g,Eb as p,Ec as _,Fb as o,Gb as a,Hb as m,Qb as k,Ta as C,Ua as O,Wb as b,Ya as i,Yb as d,aa as h,ga as x,ha as P,ic as y,jc as f,kc as I,lc as M,mb as v,uc as w,xb as u,yb as r,zb as l}from"./chunk-JRQC3M7W.js";function E(t,c){if(t&1&&m(0,"i",16),t&2){let n=d();y(w("fas ",n.faIconClass," mb-3"))}}function z(t,c){if(t&1&&m(0,"h5",6),t&2){let n=d();p("innerHTML",n.subtitle,C)}}function V(t,c){if(t&1&&m(0,"p",8),t&2){let n=d();p("innerHTML",n.message2,C)}}function D(t,c){if(t&1&&m(0,"markdown",9),t&2){let n=d();p("data",n.markdownMessage2)}}function N(t,c){if(t&1){let n=k();o(0,"button",17),g(1,"translate"),b("click",function(){x(n);let e=d();return P(e.dismissModal())}),f(2),g(3,"translate"),a()}t&2&&(u("aria-label",_(1,2,"form.button_close")),i(2),M(" ",_(3,4,"form.button_close")," "))}function j(t,c){if(t&1){let n=k();o(0,"button",17),g(1,"translate"),b("click",function(){x(n);let e=d();return P(e.dismissModal())}),f(2),g(3,"translate"),a()}t&2&&(u("aria-label",_(1,2,"form.button_close")),i(2),M(" ",_(3,4,"form.button_close")," "))}function A(t,c){if(t&1&&(o(0,"a",15),f(1),m(2,"i",18),a()),t&2){let n=d();p("href",n.ctaButtonLink,O),i(),M(" ",n.ctaButtonLabel," ")}}var X=(()=>{class t{$activeModal=h(B);title;subtitle;message;message2;ctaButtonLabel;ctaButtonLink;faIconClass;markdownMessage2;dismissModal(){this.$activeModal.dismiss("Dismiss")}static \u0275fac=function(s){return new(s||t)};static \u0275cmp=v({type:t,selectors:[["ng-component"]],inputs:{title:"title",subtitle:"subtitle",message:"message",message2:"message2",ctaButtonLabel:"ctaButtonLabel",ctaButtonLink:"ctaButtonLink",faIconClass:"faIconClass",markdownMessage2:"markdownMessage2"},decls:19,vars:13,consts:[["role","dialog","aria-modal","true",1,"modal-content"],[1,"modal-header"],["id","information-modal-title",1,"modal-title"],["type","button","data-bs-dismiss","modal",1,"btn-close",3,"click"],[1,"modal-body","text-center"],[2,"font-size","75px",3,"class"],[1,"mb-3",3,"innerHTML"],[1,"mb-0",3,"innerHTML"],[1,"mb-0","mt-3",3,"innerHTML"],[1,"plugin-md",3,"data"],[1,"modal-footer","justify-content-between"],[1,"text-start"],["type","button","data-bs-dismiss","modal",1,"btn","btn-elegant"],[1,"text-center"],[1,"text-end"],["target","_blank","rel","noopener noreferrer",1,"btn","btn-primary","text-decoration-none",3,"href"],[2,"font-size","75px"],["type","button","data-bs-dismiss","modal",1,"btn","btn-elegant",3,"click"],[1,"fas","fa-external-link-alt"]],template:function(s,e){s&1&&(o(0,"div",0)(1,"div",1)(2,"h5",2),f(3),a(),o(4,"button",3),g(5,"translate"),b("click",function(){return e.dismissModal()}),a()(),o(6,"div",4),r(7,E,1,3,"i",5),r(8,z,1,1,"h5",6),m(9,"p",7),r(10,V,1,1,"p",8),r(11,D,1,1,"markdown",9),a(),o(12,"div",10)(13,"div",11),r(14,N,4,6,"button",12),a(),o(15,"div",13),r(16,j,4,6,"button",12),a(),o(17,"div",14),r(18,A,3,2,"a",15),a()()()),s&2&&(u("aria-labelledby","information-modal-title"),i(3),I(e.title),i(),u("aria-label",_(5,11,"form.button_close")),i(3),l(e.faIconClass?7:-1),i(),l(e.subtitle?8:-1),i(),p("innerHTML",e.message,C),i(),l(e.message2?10:-1),i(),l(e.markdownMessage2?11:-1),i(3),l(e.ctaButtonLink?14:-1),i(2),l(e.ctaButtonLink?-1:16),i(2),l(e.ctaButtonLink?18:-1))},dependencies:[S,L,H,T],styles:["[_nghost-%COMP%] .plugin-md{display:block!important;background-color:#f6f8fa!important;border-radius:6px!important;padding:16px!important;margin:16px auto!important;width:100%!important;max-width:632px!important}[_nghost-%COMP%] .plugin-md table{width:100%;max-width:600px;margin:0 auto!important;border-collapse:collapse;border:1px solid #d0d7de!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif!important;font-size:14px!important;color:#24292e!important}[_nghost-%COMP%] .plugin-md th, [_nghost-%COMP%] .plugin-md td{padding:6px 13px!important;border:1px solid #d0d7de!important;text-align:left;color:#24292e!important}[_nghost-%COMP%] .plugin-md th{background-color:#f6f8fa!important;font-weight:600!important;text-align:center!important}[_nghost-%COMP%] .plugin-md td[align=center]{text-align:center!important}[_nghost-%COMP%] .plugin-md tr{color:#24292e!important}[_nghost-%COMP%] .plugin-md tr:nth-child(odd){background-color:#fff!important}[_nghost-%COMP%] .plugin-md tr:nth-child(2n){background-color:#f6f8fa!important}[_nghost-%COMP%] .plugin-md tr:hover{background-color:#f0f2f5!important}[_nghost-%COMP%] body.dark-mode[_ngcontent-%COMP%] .plugin-md[_ngcontent-%COMP%]{background-color:#2b2b2b!important;color:#fff!important}[_nghost-%COMP%] body.dark-mode[_ngcontent-%COMP%] .plugin-md[_ngcontent-%COMP%] table[_ngcontent-%COMP%], [_nghost-%COMP%] body.dark-mode[_ngcontent-%COMP%] .plugin-md[_ngcontent-%COMP%] tr[_ngcontent-%COMP%], [_nghost-%COMP%] body.dark-mode[_ngcontent-%COMP%] .plugin-md[_ngcontent-%COMP%] th[_ngcontent-%COMP%], [_nghost-%COMP%] body.dark-mode[_ngcontent-%COMP%] .plugin-md[_ngcontent-%COMP%] td[_ngcontent-%COMP%]{color:#fff!important}[_nghost-%COMP%] body.dark-mode[_ngcontent-%COMP%] .plugin-md[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{background-color:#3c3c3c!important}[_nghost-%COMP%] body.dark-mode[_ngcontent-%COMP%] .plugin-md[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(odd){background-color:#323232!important}[_nghost-%COMP%] body.dark-mode[_ngcontent-%COMP%] .plugin-md[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:nth-child(2n){background-color:#2b2b2b!important}[_nghost-%COMP%] body.dark-mode[_ngcontent-%COMP%] .plugin-md[_ngcontent-%COMP%] tr[_ngcontent-%COMP%]:hover{background-color:#454545!important}"]})}return t})();export{X as a};
@@ -1 +0,0 @@
1
- import{e}from"./chunk-B4AJQJMI.js";var t=e((s,i)=>{i.exports={"accessories.accessory_info":"Accessory Information","accessories.bridge_ip":"Bridge IP","accessories.bridge_port":"Bridge Port","accessories.button_add_room":"Aggiungi stanza","accessories.button_hidden_hide":"Hide Hidden","accessories.button_hidden_show":"Show Hidden","accessories.button_remove":"Remove From Cache","accessories.control.adaptive_lighting":"Adaptive Lighting","accessories.control.adaptive_lighting_note":"Some plugins may automatically re-enable Adaptive Lighting when changing this.","accessories.control.auto":"Automatico","accessories.control.away":"Assente","accessories.control.battery_charged":"Charged","accessories.control.battery_charging":"In ricarica","accessories.control.battery_low":"Battery Low","accessories.control.battery_notchargeable":"Non ricaricabile","accessories.control.battery_notcharging":"Non in carica","accessories.control.brightness":"Luminosit\xE0","accessories.control.cleaning":"Cleaning","accessories.control.closed":"Chiuso","accessories.control.closing":"In chiusura","accessories.control.color_temperature":"Color Temperature","accessories.control.cool":"Freddo","accessories.control.current":"Current","accessories.control.default_room":"Stanza predefinita","accessories.control.dehumidify":"Dehumidify","accessories.control.detected":"Detected","accessories.control.direction_control":"Direction Control","accessories.control.drag_here":"Trascina qui","accessories.control.filter_level":"Filter Life","accessories.control.heat":"Caldo","accessories.control.home":"Casa","accessories.control.hue":"Hue","accessories.control.humidify":"Humidify","accessories.control.idle":"Idle","accessories.control.input":"Input List","accessories.control.input_control":"Input Control","accessories.control.jammed":"Inceppato","accessories.control.lock_auto":"Auto Lock Timer","accessories.control.locked":"Chiuso","accessories.control.manual":"Manual","accessories.control.media_control":"Media Control","accessories.control.microphone":"Microphone","accessories.control.mode":"Mode","accessories.control.mode_control":"Mode Control","accessories.control.mute":"Muto","accessories.control.mute_control":"Mute Control","accessories.control.night":"Notte","accessories.control.no_data":"No Data","accessories.control.not_detected":"Not Detected","accessories.control.not_mute":"Acceso","accessories.control.obstructed":"Obstructed","accessories.control.off":"Spento","accessories.control.on":"Acceso","accessories.control.open":"Aperto","accessories.control.opening":"In apertura","accessories.control.pause":"Pause","accessories.control.paused":"Paused","accessories.control.play":"Play","accessories.control.replace":"Replace","accessories.control.rotation_c_clockwise":"Counter Clockwise","accessories.control.rotation_clockwise":"Clockwise","accessories.control.rotation_direction":"Rotation Direction","accessories.control.rotation_speed":"Velocit\xE0 di rotazione","accessories.control.running":"In esecuzione","accessories.control.saturation":"Saturation","accessories.control.set_duration":"Set Duration","accessories.control.speaker":"Speaker","accessories.control.speaker_volume":"Volume","accessories.control.state_control":"State Control","accessories.control.stateless":"Stateless","accessories.control.stop":"Stop","accessories.control.stopped":"Fermato","accessories.control.target":"Obiettivo","accessories.control.target_auto":"Auto Target","accessories.control.threshold_auto":"Auto Threshold","accessories.control.triggered":"Azionato","accessories.control.unknown":"Sconosciuto","accessories.control.unlocked":"Sbloccato","accessories.control_disabled":"Controllo degli accessori disabilitato","accessories.core.air_purifier":"Air Purifier","accessories.core.air_quality_sensor":"Air Quality Sensor","accessories.core.battery":"Battery","accessories.core.carbon_dioxide_sensor":"Carbon Dioxide Sensor","accessories.core.carbon_monoxide_sensor":"Carbon Monoxide Sensor","accessories.core.contact_sensor":"Contact Sensor","accessories.core.cooler":"Cooler","accessories.core.dehumidifier":"Dehumidifier","accessories.core.door":"Door","accessories.core.doorbell":"Doorbell","accessories.core.fan":"Fan","accessories.core.faucet_valve":"Valve","accessories.core.filter_maintenance":"Filter Maintenance","accessories.core.garage_door_opener":"Garage Door Opener","accessories.core.generic_valve":"Valve","accessories.core.heater":"Heater","accessories.core.heater_cooler":"Heater Cooler","accessories.core.humidifier":"Humidifier","accessories.core.humidifier_dehumidifier":"Humidifier Dehumidifier","accessories.core.humidity_sensor":"Humidity Sensor","accessories.core.irrigation_system":"Irrigation System","accessories.core.irrigation_valve":"Valve","accessories.core.leak_sensor":"Leak Sensor","accessories.core.light_sensor":"Light Sensor","accessories.core.lightbulb":"Lightbulb","accessories.core.lock_mechanism":"Lock Mechanism","accessories.core.microphone":"Microphone","accessories.core.motion_sensor":"Motion Sensor","accessories.core.occupancy_sensor":"Occupancy Sensor","accessories.core.on_off_light":"Lightbulb","accessories.core.on_off_light_switch":"Switch","accessories.core.on_off_plug_in_unit":"Outlet","accessories.core.outlet":"Outlet","accessories.core.robot_vacuum":"Robot Vacuum","accessories.core.robotic_vacuum_cleaner":"Robot Vacuum","accessories.core.security_system":"Security System","accessories.core.shower_head_valve":"Valve","accessories.core.smoke_sensor":"Smoke Sensor","accessories.core.speaker":"Speaker","accessories.core.stateless_programmable_switch":"Stateless Programmable Switch","accessories.core.switch":"Switch","accessories.core.television":"Television","accessories.core.temperature_sensor":"Temperature Sensor","accessories.core.thermostat":"Thermostat","accessories.core.valve":"Valve","accessories.core.washing_machine":"Washing Machine","accessories.core.window":"Window","accessories.core.window_covering":"Window Covering","accessories.custom_name":"Custom Name","accessories.custom_type":"Custom Type","accessories.hide_this_accessory":"Nascondi accessorio","accessories.message_must_use_insecure_mode":"Per controllare i tuoi accessori devi avviare Homebridge in modalit\xE0 non sicura {{ link }}.","accessories.name":"Nome","accessories.no_plugins.message_1":"Accessories are created and managed by Homebridge plugins.","accessories.no_plugins.message_2":"You can find and install plugins from the plugins page.","accessories.no_plugins.title":"No Plugins Installed","accessories.only_ui":"These settings are only for the Homebridge UI and <strong>will not be reflected in HomeKit</strong>.","accessories.only_ui_2":"These options are unique to your Homebridge UI account.","accessories.plugin":"Plugin","accessories.room_name":"Nome stanza","accessories.service":"Service","accessories.service_info":"Service Information","accessories.settings_link":"You can access the Homebridge Settings at any time from the cog icon in the side menu.","accessories.show_on_dashboard":"Mostra widget nella dashboard","accessories.support.acc_1":"Accessories may take a few minutes to appear on this screen after a Homebridge restart or after being added. If accessories are consistently missing, try changing the mDNS advertiser in the settings.","accessories.support.acc_2":"You can change the type of certain accessories in the UI (like showing a switch as a heater). You can do this by clicking on the three bars that appear in the top-right corner of the accessory tile as you hover over it. A 'Custom Type' option will appear if the accessory supports this. Note this will not change the accessory in HomeKit (only a plugin can do this).","accessories.support.rooms_1":"Le stanze create qui non appariranno in HomeKit, servono solo per organizzare gli accessori in Homebridge UI.","accessories.support.rooms_2":"To rename an existing room, create a new room with the desired name and move the accessories to the new room.","accessories.support.rooms_3":"To delete an existing room, move all its accessories to another room and refresh the page.","accessories.title_rooms":"Rooms","backup.backup_delete_failed":"Backup deletion failed. See logs for details.","backup.backup_download_failed":"Scaricamento del backup fallito","backup.backup_exceeds_max_size":"Backup ({{ backupSize }}) exceeds maximum restore file size of {{ maxBackupSizeText }}","backup.backup_help_one":"Scarica un archivio di backup del tuo ambiente Homebridge. Questo salver\xE0 tutto il contenuto della cartella Homebridge che successivamente potr\xE0 essere ripristinato su qualunque piattaforma supportata da Homebridge UI.","backup.backup_help_two":"I plugin non installati da npm, o plugin installati direttamente da GitHub non verranno salvati o ripristinati.","backup.backup_now":"Backup Now","backup.backup_now_desc":"Generate and download an up-to-date backup file.","backup.backup_now_save_desc":"Generate an up-to-date backup file in your backup storage directory.","backup.backup_restored":"Archivio di backup ripristinato","backup.backup_warning":"Gli archivi di backup contengono informazioni sensibili e non dovrebbero essere condivisi con altre persone.","backup.files_auto":"Stored Backup Files","backup.label_extracting":"Extracting Archive","backup.label_uploading":"Caricamento in corso\u2026","backup.load_error":"Failed to load config backup.","backup.restore_failed":"Ripristino fallito","backup.restore_help_one":"Ripristina un archivio di backup precedentemente creato con Homebridge UI. La tua configurazione di Homebridge, gli accessori, gli abbinamenti di HomeKit e gli account utente di Homebridge UI saranno ripristinati. I plugin Homebridge che erano stati installati verranno scaricati da npm.","backup.restore_help_two":"Dopo il ripristino sar\xE0 necessario autenticarsi con Homebridge UI usando le credenziali contenute nel backup ripristinato.","backup.restore_max_size":"You can restore a backup archive up to {{ maxBackupSizeText }} in size.","backup.restore_now":"Restore Now","backup.restore_now_desc":"Restore from a previously downloaded backup file.","backup.restore_warning":"Ripristinare un backup sovrascriver\xE0 irreversibilmente l'attuale configurazione di Homebridge.","backup.scheduled_backup_disabled":"Scheduled backups have been disabled via the configuration.","backup.scheduled_backup_time":"Un backup completo di questa istanza di Homebridge verr\xE0 automaticamente creato ogni giorno alle ore {{ backupTime }} e conservato per {{ dayCount }} giorni.","backup.settings_enable":"Enable Automated Backups","backup.settings_path":"Backup Storage Path","backup.settings_path_desc":"If you are changing this from the default, please ensure the directory exists and is writable by the Homebridge user.","backup.settings_title":"Backup Settings","backup.title_backup":"Backup & Restore","child_bridge.about":"Homebridge permette di eseguire i plugin delle piattaforme o degli accessori all'intero di un bridge figlio isolato dall'istanza principale {{ link }}. Questo pu\xF2 migliorare la reattivit\xE0 e la stabilit\xE0 di Homebridge.","child_bridge.bridge_connect":"Collega a HomeKit","child_bridge.bridge_settings":"Impostazioni del bridge","child_bridge.bridges":"Bridges","child_bridge.bridges_paired":"Ogni piattaforma o accessorio eseguito in un bridge figlio dovr\xE0 essere abbinato separatamente a HomeKit.","child_bridge.bridges_paired_2":"If you set up a child bridge now and later disable it, any accessories on this bridge will be removed and re-created on the main Homebridge bridge.","child_bridge.config.accessory":"Accessory","child_bridge.config.debug":"Debug Mode","child_bridge.config.enable_hap":"Enable HAP","child_bridge.config.firmware":"Firmware Version","child_bridge.config.hide_pairing_alert":"Hide Pairing Alert","child_bridge.config.manufacturer":"Manufacturer","child_bridge.config.matter_note_1":"Plugins must be updated by the developer to support Matter accessories. There is no use in enabling Matter here unless you definitely know the plugin supports it.","child_bridge.config.matter_note_2":"Matter accessories don't appear in the Homebridge UI accessories screen. They can be managed using the Home app or other Matter controllers.","child_bridge.config.model":"Model","child_bridge.config.name":"Name","child_bridge.config.or_link":"Link Existing Bridge","child_bridge.config.platform":"Platform","child_bridge.config.port":"Port","child_bridge.config.prevent":"Cannot disable a child bridge with linked accessories.","child_bridge.config.select_existing":"Select an existing bridge...","child_bridge.config.use":"Use Child Bridge","child_bridge.confirm_delete_1":"The following child bridges will be removed.","child_bridge.confirm_delete_2":"You will need to remove the paired bridges manually from the Home app. Any accessories will be removed and re-created on the main Homebridge bridge.","child_bridge.must_configure_plugin":"\xC8 necessario configurare questo plugin prima di poter gestire le impostazioni del suo bridge.","child_bridge.reset_accessories":"Reset Accessories","child_bridge.restart":"Riavvia bridge figlio","child_bridge.restart_plural":"Restart Child Bridges","child_bridge.return_to_pair":"Ritorna a questa videata dopo il riavvio di Homebridge per visualizzare il codice QR di abbinamento.","child_bridge.setup":"Set Up Child Bridge","child_bridge.start":"Start Child Bridge","child_bridge.start_plural":"Start Child Bridges","child_bridge.stop":"Stop Child Bridge","child_bridge.stop_plural":"Stop Child Bridges","common.labels.beta":"beta","common.labels.no_confirmation":"There is no confirmation when clicking the button, it will immediately perform the action.","common.phrases.are_you_sure":"Are you sure you want to continue anyway?","common.phrases.support":"Feel like there is something useful we could add here? Let us know on {{ github }} or {{ discord }}!","config.config_accessory_must_be_array":"gli accessori devono essere tra []","config.config_bridge_missing":"Impostazioni del bridge mancanti","config.config_invalid_json":"JSON non valido","config.config_platform_must_be_array":"le piattaforme devono essere tra []","config.config_saved":"Configuration Saved","config.config_username_error":"Il nome del bridge deve essere composto da 6 paia di caratteri esadecimali (A-F 0-9) separate dal carattere due punti (XX:XX:XX:XX:XX:XX)","config.error_blocks_objects":"All {{ type }} blocks must be objects.","config.error_blocks_type":"All {{ type }} blocks must contain the {{ type }} attribute.","config.error_string_array":"Each item in the {{ key }} array must be a string.","config.error_string_type":"The {{ type }} attribute must be a string.","config.failed_to_save_config":"Configurazione non salvata","config.hide_hap_pairing":"Hide HAP Pairing Alert","config.hide_matter_pairing":"Hide Matter Pairing Alert","config.hide_plugin_updates":"Hide Plugin Updates For","config.no_restart":"A restart is not needed as no changes were made to the Homebridge configuration.","config.restore.confirm":"Clicca Salva per recuperare questo backup","config.restore.copy_to_editor":"Copia nell'editor","config.restore.download":"Download your current configuration as a JSON file.","config.restore.help_1":"A backup of your config file is created each time it is updated from actions you take in the Homebridge UI.","config.restore.help_2":"You can restore a previous version of your config file by selecting it from the list below. You will be able to compare this version with your current config before deciding whether to restore it.","config.restore.title":"Config File Backup & Restore","config.restore.toast_backups_deleted":"Backup eliminati","config.restore.view_inline":"Inline View","config.restore.view_side_by_side":"Side-By-Side View","config.title_backup_loaded":"Backup caricato","form.button_allow":"Allow","form.button_back":"Back","form.button_cancel":"Cancella","form.button_close":"Chiudi","form.button_continue":"Continue","form.button_delete":"Cancella","form.button_delete_all":"Delete All","form.button_disable":"Disable","form.button_download":"Scarica","form.button_edit":"Modifica","form.button_enable":"Enable","form.button_lock":"Lock","form.button_more_info":"More Info","form.button_remove":"Remove","form.button_reset":"Reset","form.button_restore":"Ripristina","form.button_save":"Salva","form.button_show":"Show","form.button_unlock":"Unlock","form.button_unpair":"Unpair","form.label.changes_kept":"Note that existing selections/changes are preserved when switching between items.","form.label_invalid":"Config validation failed - you can still save your changes.","form.label_invalid_strict":"Config validation failed - please review the form before saving.","form.label_valid":"Config validation passed.","form.optional":"Optional","form.search":"Search...","form.select.auto":"Automatic (Use Browser Settings)","login.invalid_code":"The code entered is incorrect or has expired","login.invalid_credentials":"Utente o password non validi","login.invalid_credentials_2":"If you lose access, delete the <code>auth.json</code> file in your Homebridge storage directory and restart Homebridge. Then refresh this page to set up a new admin account. Your Homebridge/UI settings will remain unchanged, except for UI user accounts. The only user account will be the admin account that you are setting up now.","login.invalid_password":"Invalid Password","login.label_2fa_code":"Codice di autenticazione a 2 fattori","logs.download.error":"Failed to download log file.","logs.download_warning":"I file dei log di Homebridge potrebbero contenere informazioni personali, password o chiavi di accesso. Per piacere verifica il file dei log e rimuovi qualunque informazione riservata prima di condividerlo con terzi.","logs.log_file_truncated":"File di log troncato.","logs.title_download_log_file":"Scarica i log","logs.title_truncate_log_file":"Tronca il file di log","logs.truncate.error":"Failed to truncate log file.","logs.truncate_log_warning":"Questa operazione canceller\xE0 irreversibilmente i tuoi log di Homebridge. Sei sicuro di voler continuare?","matter_bridge.config.use":"Enable Matter","menu.config_json_editor":"JSON Config","menu.docker.restart_container":"Riavvia Container","menu.docker.startup_script":"Avvia script","menu.docker.terminal":"Terminale","menu.hbrestart.confirm_hb":"Restart Homebridge","menu.hbrestart.confirm_ui":"Restart HB Service & UI","menu.hbrestart.title":"Restart Homebridge","menu.label_accessories":"Accessori","menu.label_plugins":"Plugin","menu.label_settings":"Settings","menu.label_status":"Stato","menu.linux.label_logs":"Logs","menu.linux.label_restart_server":"Riavvia sistema","menu.linux.label_shutdown_modal":"Are you sure you want to shut down the operating system? You will need physical access to turn it back on.","menu.linux.label_shutdown_server":"Arresta sistema","menu.linux.label_terminal":"Terminale","menu.reload":"Reload","menu.restart.title":"Power Options","menu.settings.title":"Settings","menu.tooltip_logout":"Scollegati","menu.tooltip_restart":"Riavvia","menu.tooltip_user_accounts":"Account utente","menu.tooltip_view_logs":"Mostra i log","platform.docker.container_restarted":"Container Docker riavviato","platform.docker.must_use_hashbang":"Lo script deve usare l'hashbang #!/bin/sh.","platform.docker.restart_required":"\xC8 necessario riavviare docker affinch\xE9 le modifiche abbiano effetto.","platform.docker.run_with_restart":"Accertati di aver avviato il container Docker in modalit\xE0 {{ command }}","platform.docker.script_help":"Questo script verr\xE0 eseguito ogni volta che docker viene avviato. Puoi usarlo per installare eventuali pacchetti aggiuntivi necessari ai tuoi plugin come ffmpeg o libpcap-dev.","platform.docker.script_saved":"Script di avvio salvato","platform.docker.server_long_time":"Il riavvio richiede troppo tempo. Prova a riavviare Docker manualmente.","platform.docker.title_restarting":"Riavvio container Docker","platform.linux.long_time":"Il riavvio del sistema sta richiedendo molto tempo. Potrebbe essere necessario avviare manualmente il sistema.","platform.linux.restart":"Attendi, questa pagina verr\xE0 reindirizzata automaticamente quando Homebridge sar\xE0 di nuovo online.","platform.linux.restarting_server":"Riavvio del sistema","platform.linux.server_restart_error":"Si \xE8 verificato un errore durante l'invio del comando di riavvio al sistema","platform.linux.server_restarted":"Sistema riavviato","platform.linux.server_taking_long_time":"Il sistema impiega molto tempo per tornare online","platform.linux.server_will_power_down":"Il sistema si spegner\xE0 a breve.","platform.linux.shutting_down_server":"Arresto del sistema","platform.terminal.terminate_message_1":"Navigating away from this page will terminate your current session, all foreground processes will be terminated.","platform.terminal.terminate_message_2":"To avoid this warning, enable <strong>Terminal Session Persistence</strong> from the settings page.","platform.terminal.terminate_title":"Session Termination","platform.terminal.terminate_unload":"Your terminal session will be terminated. Enable Terminal Session Persistence in Settings to prevent this.","platform.version.restart_required":"Homebridge UI v{{ uiVersion }} \xE8 stato installato, ma la versione in esecuzione del suo servizio \xE8 la v{{ serverVersion }}.","platform.version.service_restart_required":"\xC8 necessario riavviare il servizio","plugins.bridge.action_error":"Failed to {{ action }} child bridge(s).","plugins.bridge.name_error":"Bridge name must start and end with a letter or number, and can only contain letters, numbers, spaces, and apostrophes.","plugins.bridge.port_error":"{{ type }} port must be an integer between 1025 and 65533, excluding 5353, 8080, 8443 and any other already-configured port.","plugins.button_homepage":"Plugin Homepage","plugins.button_set_up":"Set Up","plugins.button_settings":"Impostazioni","plugins.button_uninstall":"Disinstalla","plugins.button_update":"Aggiorna","plugins.compat.hb_node_too_low":"{{ packageName }} v{{ latestVersion }} richiede Node.js v{{ minVersion }} o successivo. Stai attualmente eseguendo Node.js {{ installedVersion }}.","plugins.compat.hb_too_low":"Il plugin {{ pluginName }} raccomanda l'esecuzione su Homebridge v{{ minVersion }} o successivo. Stai attualmente eseguendo Homebridge v{{ installedVersion }}.","plugins.compat.node_first":"Per piacere aggiornare Node.js prima di aggiornare {{ packageName }}.","plugins.compat.node_link":"How To Update Node.js","plugins.compat.node_too_low":"Il plugin {{ pluginName }} raccomanda l'esecuzione su Node.js v{{ minVersion }} o successivo. Stai attualmente eseguendo Node.js {{ installedVersion }}.","plugins.compat.title":"Compatibility Check","plugins.config.load_error":"Failed to load plugin config.","plugins.config.must_be_array":"Plugin config must be an array.","plugins.config.must_be_array_objects":"Plugin config must be an array of objects.","plugins.config.must_be_object":"Config block must be an object.","plugins.config.name_property":'Accessory must have a valid "name" attribute',"plugins.config.please_fix":"Please fix validation errors before adding a new block.","plugins.config.remove_error":"Failed to remove plugin config.","plugins.disable.error":"Failed to disable plugin.","plugins.donate.message_1":"As more users install their plugins through the Homebridge UI, they are less likely to visit the projects' GitHub page where the ways to support a developer would typically be displayed.","plugins.donate.message_2":"Adding donation links directly in the Homebridge UI ensures users know how to support Homebridge developers if they wish to do so.","plugins.donate.tile_donate_to":"Dona a {{ author }}","plugins.enable.error":"Failed to enable plugin.","plugins.manage.all_versions":"All versions","plugins.manage.backup":"Download a backup before updating?","plugins.manage.changelog":"Full Changelog","plugins.manage.changelog_none":"Could not retrieve changelog, perhaps this plugin does not provide a <code>CHANGELOG.md</code> file.","plugins.manage.child_bridge_restart":"Child bridge restarted successfully.","plugins.manage.child_bridge_restart_failed":"Plugin restart failed, please restart Homebridge manually.","plugins.manage.confirm_disable":"Are you sure you want to disable {{ pluginName }}?","plugins.manage.confirm_disable_accessory_1":"Any accessories exposed by this plugin will be removed from the Homebridge UI accessory screen and removed from HomeKit.","plugins.manage.confirm_disable_accessory_2":"When you re-enable the plugin, the accessories will reappear in the Homebridge UI and HomeKit. The accessories will lose their HomeKit data (like related scenes and automations).","plugins.manage.confirm_disable_platform_1":"Any accessories exposed by this plugin will be removed from the Homebridge UI accessory screen but remain in HomeKit with a 'No Response' label.","plugins.manage.confirm_disable_platform_2":"When you re-enable the plugin, the accessories will reappear in the Homebridge UI and become controllable again in HomeKit. The accessories will not lose their HomeKit data (like related scenes and automations).","plugins.manage.confirm_disable_setting":"Your setting for {{ setting }} is currently {{ value }}, therefore:","plugins.manage.confirm_enable":"Sei sicuro di voler attivare {{ pluginName }}?","plugins.manage.disable":"Disattiva","plugins.manage.enable":"Attiva","plugins.manage.github_support":"You can show your support by giving this plugin a {{ iconStar }} (or the release a {{ iconThumbsUp }}) on GitHub!","plugins.manage.hb_restart":"Homebridge and the UI will automatically restart after any version change.","plugins.manage.hide_updates":"Disable Update Notifications","plugins.manage.hide_updates_desc":"If you don't want to see update notifications for this plugin, you can turn them off here.","plugins.manage.information":"Plugin Information","plugins.manage.install":"Installa","plugins.manage.installed":"Installato","plugins.manage.json_config":"Configurazione JSON","plugins.manage.manage_version":"Installa la versione precedente","plugins.manage.manual_update_command":"To upgrade the package, open a Node.js command prompt as an Administrator and run the following commands:","plugins.manage.more_info":"More information about scoped {{ scopedLink }} and verified {{ verifiedLink }} plugins.","plugins.manage.notes":"Release Notes","plugins.manage.notes_beta_1":"Thank you for helping improve {{ pluginName }} by testing a pre-release version.","plugins.manage.notes_beta_2":"You can use the Homebridge UI to revert back to the stable version at any time.","plugins.manage.notes_beta_3":"Please remember this is a pre-release version, and report any issues to the plugin's GitHub repository page.","plugins.manage.notes_latest":"Release notes are only shown when updating to the latest version.","plugins.manage.notes_none":"Could not retrieve release notes, perhaps this version does not have a GitHub release.","plugins.manage.online_updates":"Gli aggiornamenti in linea non sono supportati su Windows. Sar\xE0 necessario aggiornare manualmente Homebridge UI dopo aver fermato il servizio Homebridge.","plugins.manage.plugin_logs":"Plugin Logs","plugins.manage.scoped.error":"An error occurred. You can download the logs below.","plugins.manage.scoped.info_1":"Homebridge scoped plugins have names beginning with {{ prefix }}.","plugins.manage.scoped.info_2":"For more information about scoped plugins and why to switch, see the wiki page {{ link }}.","plugins.manage.scoped.process":"This process will not affect your Homebridge/HomeKit accessories. You will not be able to cancel the process once it has started. It will:","plugins.manage.scoped.switch":"Switch To Scoped Plugin","plugins.manage.scoped.windows":'Online updates are not supported on Windows. You will need to install the new plugin and uninstall the old plugin manually. You should <span class="fw-bold">not</span> restart Homebridge until both steps are complete.',"plugins.manage.scoped_message":"Scoped plugins improve long-term reliability and ensure consistent maintenance by combining centralized oversight from the Homebridge team with continued involvement from the original maintainer.","plugins.manage.scoped_subtitle":"This plugin is scoped and verified.","plugins.manage.select_version":"Scegli la versione da installare","plugins.manage.uninstall":"Disinstalla","plugins.manage.uninstalled":"Disinstallato","plugins.manage.unverified_message":"Unverified Homebridge plugins indicate that they haven't undergone the review process by the Homebridge project team. Lack of verification does not necessarily imply inefficacy or safety concerns. Authors might have opted not to seek verification for various reasons.","plugins.manage.unverified_subtitle":"This plugin is not verified.","plugins.manage.update":"Aggiorna","plugins.manage.updated":"Aggiornato","plugins.manage.verified_message":"Homebridge plugins that are marked as verified have been reviewed by the Homebridge project team to ensure they meet various requirements that encourage best practices and a trouble-free user experience.","plugins.manage.verified_subtitle":"This plugin is verified.","plugins.placeholder_search_first":"Use the search bar above to find your first plugin","plugins.placeholder_search_none":"No results were found","plugins.placeholder_search_plugin":"Cerca plugin da installare\u2026","plugins.settings.custom.homebridge-gsh.label_account_linked":"Account collegato","plugins.settings.custom.homebridge-gsh.label_link_account":"Collega account","plugins.settings.custom.homebridge-gsh.message_about":"Il plugin Homebridge Google Smart Home permette di controllare gli accessori Homebridge da un altoparlante intelligente Google Home abilitato o dall'applicazione Google Home.","plugins.settings.custom.homebridge-gsh.message_account_link_required":"L'attivazione di questa funzione richiede l'accesso con un account Google or GitHub; assicurarsi di usare lo stesso account quanto si aggiunge l'azione Homebridge nell'applicazione Google Home.","plugins.settings.custom.homebridge-gsh.message_homebridge_restart_required":"Homebridge deve essere riavviato affinch\xE9 le modifiche abbiano effetto.","plugins.settings.deconz.dump_no_exist":"Homebridge deCONZ dump file does not exist yet.","plugins.settings.hue.dump_no_exist":"Homebridge Hue dump file does not exist yet.","plugins.settings.label_open_config_editor":"Apri l'editor della configurazione","plugins.settings.message_consult_documentation":"Per piacere consulta la documentazione del plugin per sapere come configurarlo correttamente.","plugins.settings.message_manual_config_required":"Questo plugin deve essere configurato manualmente usando l'editor della configurazione di Homebridge UI X.","plugins.settings.plugin_config_saved":"Configurazione dei plugin salvata","plugins.settings.restart_required":"Riavvia Homebridge per applicare le modifiche.","plugins.stats":"Plugin Statistics","plugins.stats_note":"Plugins cannot be installed from this page, this is provided just for interest.","plugins.status_disabled":"Disattivato","plugins.status_installed":"Installato","plugins.support.list_1":"Homebridge plugins are the building blocks of Homebridge, allowing you to add support for new accessories and platforms. Plugins add support for smart lights, cameras, TVs, etc, for brands that don't natively support HomeKit. For example, to bring your Ring doorbells and cameras into HomeKit, you can install the <code>homebridge-ring</code> plugin.","plugins.support.list_2":"Homebridge plugins are created by public contributors in the Homebridge community, and are not typically associated with the Homebridge maintainers, nor with the manufacturers of the accessories themselves. If you have a question about a specific plugin, you should let the plugin developer know via the plugin's GitHub page.","plugins.support.list_3":"There are currently over 4,700 plugins available for Homebridge, so you should be able to find plugins to suit your needs. If you are a Javascript/TypeScript developer (or want to take the opportunity to learn), you can also create your own plugin and share it with the Homebridge community. Check out the Support section for some handy links to get you started.","plugins.support.list_4":"Some plugins allow you to create 'virtual/dummy' accessories, which are accessories that do not have a physical counterpart. These can be used to create virtual accessories in HomeKit, such as virtual switches, lights, or sensors. Try searching for <code>dummy</code> or <code>virtual</code> in the search bar to find some examples.","plugins.toast_failed_to_load_plugin_schema":"Failed to load plugin config schema.","plugins.toast_failed_to_load_plugins":"Impossibile caricare i plugin","plugins.uninstall_bridge_error":"Failed to remove child bridge.","plugins.uninstall_remove_child_bridge":"Remove plugin child bridge?","plugins.uninstall_remove_child_bridges":"Remove {{ count }} plugin child bridges?","plugins.uninstall_remove_config_required":"Se si sta disinstallando definitivamente questo plugin, assicurarsi di rimuovere la configurazione di questo plugin da config.json prima di riavviare Homebridge.","plugins.uninstall_remove_confirmation":"Sei sicuro di vole disinstallare {{ pluginName }}?","plugins.uninstall_remove_plugin_config":"Rimuovere la configurazione del plugin?","plugins.uninstall_warn_1":"When removing a child bridge, any accessories published by this bridge will be removed from the Homebridge cache.","plugins.uninstall_warn_2":"The accessories will become stale in HomeKit (showing no response). To remove them, you will need to manually remove this bridge from HomeKit. You can do this in the Home app from the Home Settings section.","reset.accessory_all.desc":"Remove all accessories from the cache.","reset.accessory_all.list_1":"When clicking on the remove button below, Homebridge will restart and all your existing accessories will be removed from Homebridge and HomeKit.","reset.accessory_all.list_2":"All associated HomeKit data will also be removed, this includes room associations, scenes and automations that this accessory uses.","reset.accessory_all.list_3":"After Homebridge restarts, your plugins will re-add any accessories as if the plugin was being installed for the first time.","reset.accessory_all.title":"Remove All Accessories","reset.accessory_ind.bridge":"Bridge","reset.accessory_ind.desc":"Remove individual accessories from the cache.","reset.accessory_ind.done":"Finished removing accessories from the cache, check the log for confirmation and/or errors.","reset.accessory_ind.fail":"Failed to remove accessories from cache, check the log for errors.","reset.accessory_ind.list_1":"Some plugins don't clean up after themselves properly. If you have stale accessories, you can remove them from the cache. This function can also be used to reset an existing accessory in HomeKit.","reset.accessory_ind.list_2":"The accessories will be removed from Homebridge and HomeKit, along with their related room associations, scenes and automations.","reset.accessory_ind.list_3":"After Homebridge restarts, your plugins will re-add any removed accessories as if the plugin was being installed for the first time.","reset.accessory_ind.title":"Remove Individual Accessories","reset.accessory_ind.unknown":"Unknown Name","reset.accessory_reset":"Ripristino accessorio Homebridge","reset.action_is_irreversible":"Questa azione \xE8 irreversibile. Si prega di leggere attentamente prima di procedere.","reset.bridge_accessories.desc":"Remove all accessories published by a child bridge from the cache.","reset.bridge_accessories.empty":"You have no bridges from which to remove accessories.","reset.bridge_accessories.list_1":"This function can be used to reset a plugin's existing accessories in HomeKit. They will be removed from Homebridge and HomeKit, and then re-added by the plugin as new accessories.","reset.bridge_accessories.list_2":"The child bridge's pairing details and status will remain the same.","reset.bridge_accessories.title":"Remove Bridge Accessories","reset.bridge_all.desc":"Reset all bridges by removing them from the cache. This includes the main Homebridge bridge, child bridges and bridges for external accessories.","reset.bridge_all.list_1":"This will reset the Homebridge bridge, all child bridges and bridges for external accessories from HomeKit.","reset.bridge_all.list_2":"Note that your accessories will continue to show in HomeKit as no response, until the bridges are manually removed from HomeKit. You can do this in the Home app, by accessing Home Settings \u2192 Home Hubs & Bridges \u2192 {Bridge} \u2192 Remove Bridge from Home.","reset.bridge_all.list_3":"All your Homebridge to HomeKit accessories, scenes and automations will need to be reconfigured after the unpairing.","reset.bridge_all.list_4":"The pin for pairing your Homebridge bridge to HomeKit will be changed. You can see the new values in your Homebridge config after the unpairing.","reset.bridge_all.title":"Reset All Bridges","reset.bridge_ind.desc":"Reset an individual bridge by removing it from the cache. This may be a child bridge or a bridge for an external accessory like a camera or TV.","reset.bridge_ind.desc_child_active":"Homebridge has detected that these child bridges are in-use. Once removed, their accessories will be removed from the Homebridge cache. If paired with HomeKit, the bridge's accessories will show as 'No Response', and the bridge will need to be removed via the Home app. The child bridge's pairing information will be changed. Once Homebridge has restarted, the plugin will create the new child bridge and accessories. The new bridge will need to be re-paired with HomeKit. You can view the new pairing information from the corresponding plugin's bridge settings page.","reset.bridge_ind.desc_child_stale":"Homebridge has detected that these bridges are not in-use, but double-check before deleting. They could be left-over from previously uninstalled plugins. If paired with HomeKit, the accessories will show as 'No Response', and the bridge will need to be removed via the Home app.","reset.bridge_ind.desc_non_child":"Homebridge has detected that these bridges are in-use. You can remove them from the cache, but they will likely be re-added by the plugin when Homebridge restarts. The pairing information will remain unchanged.","reset.bridge_ind.done":"Finished resetting bridges, check the log for confirmation and/or errors.","reset.bridge_ind.fail":"Failed to reset bridges, check the log for errors.","reset.bridge_ind.head_child_active":"Active Child Bridges","reset.bridge_ind.head_child_stale":"Stale Child Bridges","reset.bridge_ind.head_non_child":"Non Child Bridges","reset.bridge_ind.title":"Reset Individual Bridges","reset.bridges.desc":"If you are having trouble pairing Homebridge, an external accessory or a child bridge to HomeKit, you may need to unpair it from HomeKit to start again.","reset.bridges.empty":"You have no bridges to unpair from HomeKit.","reset.bridges.title":"Bridges","reset.clear_cache_single.list_3":"When removing an accessory from the cache, all its associated HomeKit data will be removed. This includes any associated scenes and automations that use this accessory.","reset.delete_success":"Riavvio Homebridge e cancellazione della cache degli accessori in corso.","reset.error_message":"Accessory cache could not be loaded. You may not have any cached accessories.","reset.failed_to_reset":"Impossibile ripristinare Homebridge. Controlla i log.","reset.force_restart_hb_help_text":"Usa questa azione per forzare il servizio hb-service a eseguire un riavvio completo.","reset.no_accessories":"You have no cached accessories to remove.","restart.child_bridge_list":"Please restart these child bridges for the changes to apply:","restart.child_bridges":"Please restart the plugin's child bridges for the changes to apply.","restart.label_restart_command_executed":"Riavvio richiesto","restart.please_wait_while_server_restarts":"Attendi, questa pagina verr\xE0 reindirizzata automaticamente quando il sistema sar\xE0 di nuovo online.","restart.server_is_taking_long_time_to_restart":"Il riavvio del sistema richiede molto tempo. Potrebbe essere necessario riavviare manualmente Homebridge.","restart.service_ready":"Riavvio server Homebridge","restart.title_restart":"Riavvio Homebridge","restart.toast_server_restart_error":"Si \xE8 verificato un errore durante l'invio del comando di riavvio al sistema","restart.toast_server_restart_timeout":"Il sistema impiega molto tempo per tornare online","restart.toast_server_restarted":"Sistema riavviato","restart.ui_online":"Riavvio Homebridge UI","rpi.throttled.currently_message":"Questo Raspberry Pi segnala che la sua tensione di alimentazione \xE8 bassa; verificare che sia collegato a un'alimentazione adeguata. Una tensione di alimentazione bassa pu\xF2 causare l'instabilit\xE0 del sistema e la corruzione della scheda SD.","rpi.throttled.previously_message":"Questo Raspberry Pi ha segnalato un calo della tensione di alimentazione dall'ultimo riavvio; verificare che sia collegato a un'alimentazione adeguata.","rpi.throttled.undervoltage_title":"Calo di Tensione","settings.accessory.debug":"Accessory Debug Mode","settings.accessory.debug_desc":"If enabled, the Homebridge UI will log debug level messages to the console.","settings.cache.desc":"Homebridge maintains accessories in cache so they aren't removed and re-added to HomeKit each time Homebridge restarts. Sometimes this cache can become out of sync with the actual accessories in Homebridge.","settings.changes.saved":"Your changes have been saved and require a restart to take effect.","settings.datetime.incorrect":"The date and time on your Homebridge server seem to be incorrect. This may cause unexpected issues. Click here for more information.","settings.display.blue":"Blue","settings.display.bluegrey":"Blue Grey","settings.display.brown":"Brown","settings.display.cyan":"Cyan","settings.display.dark":"Dark","settings.display.deep_purple":"Deep Purple","settings.display.green":"Green","settings.display.grey":"Grey","settings.display.indigo":"Indigo","settings.display.lang":"Language","settings.display.light":"Light","settings.display.lighting_mode":"Lighting Mode","settings.display.menu_default":"Default","settings.display.menu_freeze":"Keep Closed (On Desktop)","settings.display.menu_mode":"Menu Mode","settings.display.orange":"Orange","settings.display.pink":"Pink","settings.display.purple":"Purple","settings.display.red":"Red","settings.display.show_betas":"Prefer Beta Versions","settings.display.teal":"Teal","settings.display.temp_units":"Temperature Units","settings.display.temp_units.c":"Celsius (\xB0C)","settings.display.temp_units.f":"Fahrenheit (\xB0F)","settings.display.theme":"Theme","settings.display.wallpaper":"Wallpaper","settings.display.wallpaper_intro":"Upload a wallpaper for your Homebridge UI. This is currently shown on the login screen.","settings.display.wallpaper_rule":"You can choose an image file which is up to {{ maxFileSizeText }}.","settings.display.wallpaper_rule2":"You will need to click Save to upload the wallpaper to your Homebridge storage directory.","settings.display.wallpaper_success":"Wallpaper was successfully updated.","settings.general.title_display":"Display","settings.general.title_general":"General","settings.linux.restart":"Restart Command","settings.linux.restart_desc":"If no restart command is set the process will terminate with a non-zero exit code.","settings.linux.shutdown":"Shutdown Command","settings.linux.shutdown_desc":"If no shutdown command is set the process will terminate with a non-zero exit code.","settings.linux.temp":"Temperature File Path","settings.linux.temp_desc":"If you are running Homebridge on a Raspberry Pi, you can enter the path to the OS temperature file here. This will display the current temperature on the UI status page.","settings.matter.desc":"Enables Matter accessories on the main bridge. If only using Matter with child bridges, this setting does not need to be enabled - child bridges have independent Matter settings in their plugin bridge settings.","settings.matter.enabled":"Enabled","settings.matter.enabled_desc":"Whether to start a Matter instance and allow plugins to expose Matter accessories.","settings.matter.port":"Port","settings.matter.port_desc":"This must be between 1025 and 65533, and unique to any other configured port.","settings.matter.title":"Matter Settings","settings.mdns_advertiser":"Annunciatore mDNS","settings.mdns_advertiser_exp":"experimental","settings.mdns_advertiser_help":"Se stai avendo problemi a collegarti a Homebridge, prova a utilizzare un altro annunciatore mDNS.","settings.mdns_advertiser_not_connected":"Not Connected","settings.mdns_advertiser_rec":"recommended","settings.name":"Homebridge Name","settings.network.hb_package":"Homebridge Module Path","settings.network.hb_package_desc":"If you have multiple versions of Homebridge installed, you can specify the path to the version you want to use here.","settings.network.host":"Host IP Address","settings.network.host_desc":"The host IP address to listen on. In most cases this will be <code>::</code> or <code>0.0.0.0</code>.","settings.network.mdns_advertise":"Advertise Via mDNS","settings.network.mdns_advertise_help":"Enable mDNS advertising (using Bonjour) for your Homebridge UI, making it discoverable as an HTTP service on your local network.","settings.network.message_network_interface":"Se nessuna interfaccia di rete \xE8 selezionata, Homebridge sceglier\xE0 automaticamente su quali annunciarsi.","settings.network.port_end":"End Port","settings.network.port_end_desc":"Control the end of the range of ports that separate accessories (like camera or television) should run on. This must be between 1025 and 65533, and higher than the start port above.","settings.network.port_hb":"Homebridge Port","settings.network.port_hb_desc":"The port number to run the Homebridge bridge on. This must be between 1025 and 65533, and should not be the same as the Homebridge UI port.","settings.network.port_start":"Start Port","settings.network.port_start_desc":"Control the start of the range of ports that separate accessories (like camera or television) should run on. This must be between 1025 and 65533, and lower than the end port below.","settings.network.port_ui":"UI Port","settings.network.port_ui_desc":"The port number to run the Homebridge UI on.","settings.network.proxy":"Reverse Proxy Hostname","settings.network.proxy_desc":"When running behind a reverse proxy you may need to enter the hostname you use to access the UI.","settings.network.title_network":"Rete","settings.network.title_network_interfaces":"Interfacce di rete","settings.network.title_security":"Security","settings.network.title_terminal":"Logging & Terminal","settings.network.webroot":"Webroot Path","settings.network.webroot_desc":"This can be configured if you want to access the Homebridge UI under a specific URL path.","settings.reset_bridge.error":"Failed to reset bridge.","settings.security.auth":"Authentication","settings.security.auth_desc":"Whether to enable authentication for the Homebridge UI with a username and password.","settings.security.cert":"Certificate Path","settings.security.https":"Enable HTTPS","settings.security.https_desc":"Enable HTTPS using an auto-generated self-signed certificate or by providing your own certificate files.","settings.security.https_keycert":"Private Key + Certificate","settings.security.https_pfx":"PKCS#12 Certificate + Passphrase","settings.security.https_raspbian":"HTTPS is already enabled by default when running the Homebridge Raspbian image {{ link }}.","settings.security.https_selfsigned":"Self-Signed Certificate","settings.security.key":"Private Key Path","settings.security.pass":"PKCS#12 Certificate Passphrase","settings.security.pfx":"PKCS#12 Certificate Path","settings.security.selfsigned_generate_keycert":"Generate Self\u2011Signed & Use as Key + Cert","settings.security.selfsigned_generate_selfsigned":"Generate & Enable Self\u2011Signed Mode","settings.security.selfsigned_generate_success_keycert":"Generated self\u2011signed certificate and set as Key + Cert","settings.security.selfsigned_generate_success_selfsigned":"Generated self\u2011signed certificate and enabled Self\u2011signed mode","settings.security.selfsigned_hostnames":"Certificate Hostnames","settings.security.selfsigned_hostnames_desc":"Comma-separated list of hostnames or IP addresses to include in the certificate (e.g., localhost, 127.0.0.1, homebridge.local, 192.168.1.100)","settings.security.ssl_upload_keycert_aria":"Upload private key and certificate","settings.security.ssl_upload_pfx_aria":"Upload PKCS#12 certificate","settings.security.ssl_upload_success_keycert":"Certificate and private key uploaded","settings.security.ssl_upload_success_pfx":"PKCS#12 certificate uploaded","settings.security.ssl_validate":"Validate SSL","settings.security.ssl_validate_error":"SSL configuration is invalid.","settings.security.ssl_validate_success":"SSL configuration is valid.","settings.security.ui_control":"Accessory Control Lists","settings.security.ui_control_desc":"Define which bridges and bridged accessories can be controlled or blocked by the Homebridge UI.","settings.security.ui_control_desc_2":"Allow the UI to control the accessories on a bridge by toggling on the switch below.","settings.service.debug_tooltip":"Some plugins require you to set the DEBUG environment variable {{ link }} to enable debug level logging.","settings.service.node_tooltip":"Node.js runtime options for this process. This should be kept blank unless you know what you are doing.","settings.startup.debug":"Homebridge Debug Mode","settings.startup.debug_desc_v1":"Enable this if you need Homebridge to output more detailed logs. This setting applies to the main Homebridge bridge as well as all child bridges. Some plugins may also adhere to this setting and output more detailed logs.","settings.startup.debug_desc_v2":"Enable this if you need Homebridge to output more detailed logs. This setting applies to the main Homebridge bridge. The setting for child bridges can be found in the child bridge configuration from the plugins page. Some plugins may also adhere to this setting and output more detailed logs.","settings.startup.insecure":"Enable UI Accessory Control","settings.startup.insecure_desc":"To control your accessories via the Homebridge UI you must be running Homebridge in insecure mode.","settings.startup.keep_accessories":"Keep Accessories Of Uninstalled Plugins","settings.startup.keep_accessories_desc":"If enabled, accessories of platform plugins will remain in the cache even after the plugin is uninstalled. This can be useful if you plan to reinstall the plugin later.","settings.startup.metrics":"Enable Server Metric Monitoring","settings.startup.metrics_desc":"When enabled, the Homebridge UI will collect and show CPU and memory stats on the status page.","settings.startup.scheduled_restart":"Scheduled Restart Cron","settings.startup.scheduled_restart_desc":"Schedule automatic restarts relative to your timezone using a cron expression. Leave empty to disable. Create a cron expression {{ link }}.","settings.startup.scheduled_restart_desc_2":"You can apply this setting per child bridge from the plugin bridge configuration.","settings.startup.session":"Session Timeout","settings.startup.session_days":"days","settings.startup.session_desc":"The number of seconds before a user will be logged out of the UI. Defaults to 8 hours.","settings.startup.session_hours":"hours","settings.startup.session_inactivity_based":"Inactivity-Based Session Refresh","settings.startup.session_inactivity_based_desc":"When enabled, the session will automatically refresh on navigation to prevent logout during active use.","settings.startup.session_minutes":"minutes","settings.terminal.buffer_size":"Terminal Buffer Character Size","settings.terminal.buffer_size_help":"Amount of terminal output to preserve for persistent sessions. Larger values use more memory.","settings.terminal.log_max":"Log Max Size","settings.terminal.log_max_desc":"The max log size (bytes). Set to -1 to disable log truncation.","settings.terminal.log_truncate":"Log Truncate Size","settings.terminal.log_truncate_desc":"The size (bytes) to truncate the log to once it goes over the max size specified above.","settings.terminal.persistence":"Terminal Session Persistence","settings.terminal.persistence_confirm_message":"Disabling terminal session persistence will terminate your current terminal session.","settings.terminal.persistence_confirm_title":"Disable Terminal Session Persistence","settings.terminal.persistence_help":"When enabled, terminal sessions will persist when navigating away and can be resumed when returning to the terminal page (or status page widget). Terminal sessions are shared across Homebridge UI admin users.","settings.terminal.warning":"Hide Terminal Termination Warning","settings.terminal.warning_help":"When enabled, the warning dialog will not be shown before terminating non-persistent terminal sessions.","settings.title_startup_options":"Opzioni di avvio","settings.unpair_bridge.load_error":"Paired bridges could not be loaded.","settings.warning_pwa":"This setting cannot be changed when accessing the UI from a PWA, please use a regular browser.","settings.warning_webroot":"Homebridge does not have write access to the served <code>index.html</code> file. To set up a webroot, please fix this issue and restart the Homebridge service.","setup.button_get_started":"Inizia","setup.create_account":"Crea un account utente","setup.intro":"If you are setting up for the first time, or if you just need to reset the password for your existing Homebridge setup, then choose <strong>Get Started</strong>.","setup.welcome_to_homebridge":"Benvenuto in Homebridge",setup_wizard_complete:"Restore Complete!",setup_wizard_complete_title:"Congratulazioni!",setup_wizard_completed:"La procedura di configurazione \xE8 stata completata ed \xE8 ora possibile iniziare a utilizzare Homebridge.",setup_wizard_create_info:"Once Homebridge is set up, you can set up 2FA on your account, or disable the need for authentication altogether.",setup_wizard_page_title:"Setup Homebridge",setup_wizard_restore:"Restore From Backup",setup_wizard_restoring:"Restoring Backup...",setup_wizard_starting:"Starting Homebridge...","status.code_scan":"Scansiona per aggiungere a HomeKit","status.cpu.load":"Carico della CPU","status.cpu.temp":"Temperatura","status.cpu.title_cpu":"CPU","status.credits.plugins_thanks":"Homebridge plugins are created by awesome developers in the Homebridge community.","status.credits.supporters":"Supporters","status.credits.title":"Credits","status.credits.translations":"Translations","status.credits.translations_thanks":"Homebridge UI translations are provided by the community, with special thanks to:","status.homebridge.checking":"Verifico aggiornamenti\u2026","status.homebridge.up_to_date":"Aggiornato","status.memory.label_available":"Libera","status.memory.label_total":"Totale","status.memory.title_memory":"Memoria","status.network.received_per_second":"Ricevuti","status.network.sent_per_second":"Inviati","status.network.title_network":"Attivit\xE0 di rete","status.readiness.node_no":"Your version of Node.js is not compatible with {{ app }}.","status.readiness.node_yes":"Your version of Node.js is compatible with {{ app }}.","status.readiness.title":"{{ app }} Readiness","status.services.label_loading":"Loading...","status.services.label_not_enabled":"Not Enabled","status.services.label_not_running":"Non in esecuzione","status.services.label_running":"In esecuzione","status.services.updates":"Update Information","status.uptime.title_uptime":"Avviato da","status.widget.accessories.choose_accessories":"Scegli gli accessori da mostrare in questo widget dalla scheda Accessori.","status.widget.account_1":"The widget layout is shared among all Homebridge UI users.","status.widget.account_2":"Admin users can modify the layout, while non-admin users cannot make changes.","status.widget.add.label_pairing_code":"Codice di abbinamento","status.widget.add.matter_pairing_code":"Matter Pairing Code","status.widget.bridge.restart_error":"Failed to restart child bridge.","status.widget.clock":"Orologio","status.widget.clock_dateformat":"Formato della data","status.widget.clock_timeformat":"Formato dell'orario","status.widget.expand_docker":"Expand Docker Container Information","status.widget.font_size":"Dimensione dei caratteri","status.widget.font_weight":"Stile dei caratteri","status.widget.hide_node_info":"Hide Node.js Updates","status.widget.hide_npm":"Show npm Version","status.widget.hide_on_mobile":"Nascondi nella vista compatta (schermi dei cellulari)","status.widget.homebridge_logs":"Log di Homebridge","status.widget.info":"Informazioni di sistema","status.widget.info.arch":"Arch.","status.widget.info.config_path":"Percorso configurazione","status.widget.info.docker":"Docker","status.widget.info.docker_update_message":"Updating the Docker container requires manually pulling the latest image and restarting the container. Homebridge does not perform this automatically. Refer to your Docker image's documentation for update instructions.","status.widget.info.docker_update_title":"Docker Container Update","status.widget.info.hostname":"Nome host","status.widget.info.ipv4":"IPv4","status.widget.info.ipv6":"IPv6","status.widget.info.no":"No","status.widget.info.node_major":"Node.js Major Versions","status.widget.info.node_next_no":"Your current architecture ({{ architecture }}) is 32-bit, which is not supported. You will need to migrate to a 64-bit system. Please use Node.js v22 instead, which we will be supporting until April 2027.","status.widget.info.node_next_yes":"Your current architecture ({{ architecture }}) supports Node.js v24, so you can upgrade when you are ready.","status.widget.info.node_unsupp":"Unsupported","status.widget.info.node_unsupp_message":"You are running a version of Node.js that is not officially supported by Homebridge. You should consider changing to a supported version.","status.widget.info.node_update_message":"Homebridge requires Node.js installed on your system to run. From time to time, you will need to update the Node.js runtime to enable support for new features. Homebridge (and verified plugins) support all current Active and Maintenance LTS releases of Node.js.","status.widget.info.node_update_message_2":"For Docker/Synology users, the Node.js version is managed by the Docker image or Synology package. You can hide Node.js update information using the widget settings.","status.widget.info.nodejs_path":"Node.js Path","status.widget.info.os":"Sistema operativo","status.widget.info.plugin_path":"Percorso plugin","status.widget.info.service_user":"Utente","status.widget.info.storage_path":"Percorso salvataggio","status.widget.info.synology_package":"Pacchetto Synology","status.widget.info.timezone":"Fuso orario","status.widget.info.yes":"Yes","status.widget.network.history_items":"History Items","status.widget.network.items":"items","status.widget.network.network_interface":"Network Interface","status.widget.network.none_selected":"Using Default","status.widget.network.refresh_interval":"Refresh Interval","status.widget.network.seconds":"seconds","status.widget.qr_paired":"Abbinato","status.widget.qr_unpaired":"No abbinato","status.widget.show_hide":"Show/Hide Widgets","status.widget.title_manage_widget":"Gestisci widget","status.widget.update_node_no":"{{ pluginName }} is not compatible with Node {{ nodeVersion }}.","status.widget.update_node_unknown":"The developer of {{ pluginName }} has not specified the Node version compatibility.","status.widget.update_node_yes":"{{ pluginName }} is compatible with Node {{ nodeVersion }}.","status.widget.uptime.label_process":"Processo","status.widget.uptime.label_server":"Sistema","status.widget.weather.label_config_required_help":"Seleziona la tua citt\xE0 nelle impostazioni del widget.","status.widget.weather.label_search_for_your_city":"Cerca la tua citt\xE0:","status.widget.weather.title_weather":"Meteo","support.dev.api":"Homebridge API","support.dev.api_hap":"HAP-NodeJS API","support.dev.api_hap_sub":"HAP-NodeJS is an implementation of the HomeKit Accessory Server as specified in the HomeKit Accessory Protocol (HAP), which is defined by Apple as part of the HomeKit Framework.","support.dev.api_sub":"Homebridge is a lightweight Node.js server you can run on your home network to emulate the HomeKit Accessory Protocol (HAP).","support.dev.item_swagger":"Swagger Docs","support.dev.item_swagger_sub":"The Homebridge REST API allows you to interact with your Homebridge server using HTTP requests.","support.dev.template":"Plugin Template Repo","support.dev.template_sub":"A template Homebridge plugin that can be used as a base to help you get started developing your own plugin.","support.dev.title":"Developers","support.dev.verified":"Verified By Homebridge","support.dev.verified_sub":"The Verified By Homebridge program allows plugin developers to get their plugins reviewed and endorsed by the Homebridge project team.","support.links.discord":"Discord Server","support.links.discord_sub":"Join the Homebridge Discord chat server to chat with other users and developers.","support.links.documentation":"Documentation","support.links.documentation_sub":"The Homebridge documentation provides a wealth of information on how to get started with Homebridge and common issue resolutions.","support.links.issue":"Report An Issue","support.links.issue_sub":"If you are experiencing an issue with Homebridge, please open a new issue on GitHub. This should not be used for issues with specific plugins.","support.links.reddit":"Reddit Community","support.links.reddit_sub":"The Homebridge subreddit is a great place to share your Homebridge setup and ask for help.","support.links.title":"Useful Links","support.title":"Support","toast.no_auth":"Only administrators may access the requested page.","toast.title_error":"Errore","toast.title_success":"Completato","toast.title_warning":"Attenzione","users.button_add_user":"Aggiungi utente","users.label_admin_user":"Utente amministratore?","users.label_confirm_password":"Conferma password","users.label_full_name":"Nome completo","users.label_new_password":"Nuova password","users.label_password":"Password","users.label_username":"Utente","users.setup_2fa":"Configura l'autenticazione a 2 fattori","users.setup_2fa_activate_error":"An error occurred activating 2FA","users.setup_2fa_cannot_setup_2fa":"Impossibile configurare l'autenticazione a 2 fattori","users.setup_2fa_disable":"Disattiva l'autenticazione a 2 fattori","users.setup_2fa_disable_current_password":"Inserisci la tua password per disattivare l'autenticazione a 2 fattori:","users.setup_2fa_disable_success":"L'autenticazione a 2 fattori \xE8 stata disattivata.","users.setup_2fa_enable":"Attiva l'autenticazione a 2 fattori","users.setup_2fa_enable_error":"An error occurred setting up 2FA","users.setup_2fa_enabled_success":"L'autenticazione a 2 fattori \xE8 stata attivata.","users.setup_2fa_enter_code":"Inserisci il codice dalla tua app di autenticazione:","users.setup_2fa_scan_qr_code":"Acquisisci questo codice QR con la tua app di autenticazione:","users.setup_2fa_scan_qr_manual":"If you cannot scan the QR code, you can enter the following secret key manually:","users.setup_2fa_server_time_out":"L'orologio del tuo server \xE8 sbagliato di {{ timeDiffError }} ms. L'errore massimo ammesso \xE8 +/-5000 ms.","users.setup_2fa_warning":"Per il suo corretto funzionamento l'autenticazione a 2 fattori richiede che il tuo server Homebridge abbia un orario molto preciso. Se il tuo server non pu\xF2 mantenere preciso il suo orologio l'autenticazione a 2 fattori non dovrebbe essere attivata, pena il rischio di rimanere chiusi fuori dall'interfaccia di Homebridge.","users.support.acc_1":"There are two types of users that can access the Homebridge UI: admin and non-admin users. Admins can access and control everything available in the UI. Non-admin users have a read-only view of the following pages:","users.support.acc_2":"2FA can only be set up on admin accounts, and must do this via the users page logged in as themselves.","users.support.control":"can be controlled","users.title_add_user":"Aggiungi utente","users.title_edit_user":"Modifica utente","users.title_users":"Utenti","users.toast_added_new_user":"Nuovo utente aggiunto","users.toast_failed_to_add_user":"Impossibile aggiungere utente","users.toast_failed_to_delete_user":"Impossibile eliminare utente","users.toast_updated_user":"Utente aggiornato","users.toast_user_deleted":"Utente eliminato"}});export{t as a};