homebridge-config-ui-x 5.11.3-beta.1 → 5.11.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -13
- package/dist/core/auth/auth.controller.d.ts +1 -5
- package/dist/core/config/config.interfaces.d.ts +0 -14
- package/dist/core/config/config.service.d.ts +0 -6
- package/dist/core/config/config.service.js +0 -8
- package/dist/core/config/config.service.js.map +1 -1
- package/dist/core/config/config.startup.js +17 -48
- package/dist/core/config/config.startup.js.map +1 -1
- package/dist/core/feature-flags/feature-flags.registry.js +0 -5
- package/dist/core/feature-flags/feature-flags.registry.js.map +1 -1
- package/dist/core/homebridge-ipc/homebridge-ipc.service.js +0 -1
- package/dist/core/homebridge-ipc/homebridge-ipc.service.js.map +1 -1
- package/dist/core/spa/spa.filter.d.ts +0 -3
- package/dist/core/spa/spa.filter.js +2 -22
- package/dist/core/spa/spa.filter.js.map +1 -1
- package/dist/globalDefaults.js +0 -3
- package/dist/globalDefaults.js.map +1 -1
- package/dist/main.js +4 -18
- package/dist/main.js.map +1 -1
- package/dist/modules/accessories/accessories.controller.d.ts +1 -1
- package/dist/modules/accessories/accessories.module.js +0 -2
- package/dist/modules/accessories/accessories.module.js.map +1 -1
- package/dist/modules/accessories/accessories.service.d.ts +3 -21
- package/dist/modules/accessories/accessories.service.js +17 -281
- package/dist/modules/accessories/accessories.service.js.map +1 -1
- package/dist/modules/child-bridges/child-bridges.interfaces.d.ts +0 -9
- package/dist/modules/config-editor/config-editor.controller.d.ts +0 -4
- package/dist/modules/config-editor/config-editor.controller.js +0 -64
- package/dist/modules/config-editor/config-editor.controller.js.map +1 -1
- package/dist/modules/config-editor/config-editor.service.d.ts +1 -6
- package/dist/modules/config-editor/config-editor.service.js +1 -45
- package/dist/modules/config-editor/config-editor.service.js.map +1 -1
- package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js +1 -1
- package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js.map +1 -1
- package/dist/modules/platform-tools/hb-service/hb-service.controller.d.ts +1 -1
- package/dist/modules/platform-tools/hb-service/hb-service.service.d.ts +1 -1
- package/dist/modules/plugins/plugins.service.js +0 -15
- package/dist/modules/plugins/plugins.service.js.map +1 -1
- package/dist/modules/server/server.controller.d.ts +0 -50
- package/dist/modules/server/server.controller.js +2 -201
- package/dist/modules/server/server.controller.js.map +1 -1
- package/dist/modules/server/server.service.d.ts +0 -48
- package/dist/modules/server/server.service.js +14 -502
- package/dist/modules/server/server.service.js.map +1 -1
- package/dist/modules/status/status.gateway.d.ts +0 -2
- package/dist/modules/status/status.interfaces.d.ts +0 -11
- package/dist/modules/status/status.service.d.ts +1 -4
- package/dist/modules/status/status.service.js +0 -9
- package/dist/modules/status/status.service.js.map +1 -1
- package/package.json +4 -6
- package/public/3rdpartylicenses.txt +620 -594
- package/public/assets/plugin-ui-utils/ui.js +0 -3
- package/public/assets/plugin-ui-utils/ui.js.map +1 -1
- package/public/chunk-25THOFLN.js +1 -0
- package/public/chunk-2W3RVZHX.js +1 -0
- package/public/chunk-3LMXTDAH.js +1 -0
- package/public/chunk-3PGUQRQW.js +1 -0
- package/public/chunk-3UG6HSNY.js +1 -0
- package/public/chunk-46HAACYD.js +1 -0
- package/public/chunk-4TJC3K3D.js +1 -0
- package/public/chunk-4Y2NWYII.js +1 -0
- package/public/chunk-54X33YUH.js +5 -0
- package/public/chunk-5GSKDXQP.js +1 -0
- package/public/chunk-5ZHDYUXA.js +1 -0
- package/public/chunk-B34OVWWD.js +1 -0
- package/public/chunk-BQWPKS24.js +5 -0
- package/public/chunk-CIGOZ7AG.js +1 -0
- package/public/chunk-CVIDVTXE.js +1 -0
- package/public/chunk-CWBXOHGU.js +1 -0
- package/public/chunk-DGDHTBKJ.js +40 -0
- package/public/chunk-DQIYULLY.js +4 -0
- package/public/chunk-EHWGEAPV.js +1 -0
- package/public/chunk-EQHGBDO3.js +1 -0
- package/public/chunk-F2TVQCT6.js +1 -0
- package/public/{chunk-OG2B4MZN.js → chunk-FANHX5JR.js} +1 -1
- package/public/chunk-FS7HIQO5.js +1 -0
- package/public/chunk-FXBJ5UCX.js +12 -0
- package/public/chunk-GMUYHUED.js +1 -0
- package/public/chunk-GUYGWX4V.js +50 -0
- package/public/chunk-HB6IRKNL.js +1 -0
- package/public/chunk-JHD5MRCG.js +2 -0
- package/public/chunk-JYAM3PTI.js +1 -0
- package/public/chunk-KEXB6TO7.js +1 -0
- package/public/chunk-KKFPXIBA.js +1 -0
- package/public/chunk-KZZ7LQUE.js +1 -0
- package/public/chunk-M5FCDBBX.js +2 -0
- package/public/chunk-MA4NUDLX.js +1 -0
- package/public/chunk-MKUFHSCG.js +1 -0
- package/public/chunk-ML76IW2T.js +1 -0
- package/public/chunk-N4M5J3QE.js +1 -0
- package/public/{chunk-J2O4Y2AJ.js → chunk-NXNTFMYU.js} +2 -52
- package/public/chunk-O4LAEAXI.js +3 -0
- package/public/chunk-OJFU4YV7.js +16 -0
- package/public/chunk-OT5SD7S6.js +4 -0
- package/public/chunk-PDZJQENG.js +1 -0
- package/public/chunk-PRNMCF3F.js +1 -0
- package/public/chunk-PS7STJ24.js +1 -0
- package/public/chunk-QCMOQH6H.js +1 -0
- package/public/chunk-QDW2BKN2.js +1 -0
- package/public/chunk-QUCEBTIT.js +1 -0
- package/public/chunk-QZPXTEER.js +1 -0
- package/public/chunk-RJFIL5PE.js +1 -0
- package/public/chunk-S6KS23HV.js +1 -0
- package/public/{chunk-BMOLDRJ3.js → chunk-SIVN6M76.js} +1 -1
- package/public/chunk-STRTFJ4I.js +1 -0
- package/public/chunk-SUJTXS2Y.js +4 -0
- package/public/chunk-TGQIPKOK.js +51 -0
- package/public/chunk-TMGK6CPZ.js +8 -0
- package/public/chunk-TS7EQQMV.js +1 -0
- package/public/chunk-V4HTNCND.js +1 -0
- package/public/{chunk-H7F7H5MW.js → chunk-V4JCOKHQ.js} +1 -1
- package/public/chunk-VZCK3RQJ.js +1 -0
- package/public/chunk-X3GZQLT4.js +1 -0
- package/public/chunk-X6UGGSRW.js +1 -0
- package/public/chunk-XDKUE7QB.js +19 -0
- package/public/{chunk-CRLXCYA4.js → chunk-YCBALV2Q.js} +1 -1
- package/public/chunk-YS5PUXGZ.js +1 -0
- package/public/chunk-ZMZEKHY3.js +1 -0
- package/public/chunk-ZPBL6WDZ.js +1 -0
- package/public/chunk-ZR3DASUZ.js +1 -0
- package/public/chunk-ZRDN4L2J.js +5 -0
- package/public/index.html +2 -2
- package/public/main-N3NOM6IO.js +1 -0
- package/public/polyfills-5KWHJ7II.js +2 -0
- package/public/styles-SYG5CZBA.css +1 -0
- package/scripts/extract-plugin-alias.js +2 -53
- package/dist/core/spa/spa-html.service.d.ts +0 -5
- package/dist/core/spa/spa-html.service.js +0 -32
- package/dist/core/spa/spa-html.service.js.map +0 -1
- package/dist/core/ssl/ssl-cert-generator.service.d.ts +0 -15
- package/dist/core/ssl/ssl-cert-generator.service.js +0 -125
- package/dist/core/ssl/ssl-cert-generator.service.js.map +0 -1
- package/dist/modules/accessories/accessories.interfaces.d.ts +0 -94
- package/dist/modules/accessories/accessories.interfaces.js +0 -2
- package/dist/modules/accessories/accessories.interfaces.js.map +0 -1
- package/docs/matter-todo.md +0 -15
- package/docs/ssl-upload-pr.md +0 -103
- package/public/assets/matter.svg +0 -8
- package/public/chunk-2VGNMGIR.js +0 -2
- package/public/chunk-33JY67E7.js +0 -1
- package/public/chunk-37PRZWAE.js +0 -1
- package/public/chunk-3ELEQCY4.js +0 -4
- package/public/chunk-3LPAJLVA.js +0 -1
- package/public/chunk-3U5EVF33.js +0 -1
- package/public/chunk-4MTKU45H.js +0 -1
- package/public/chunk-537Z3TZH.js +0 -1
- package/public/chunk-55GLM7AG.js +0 -1
- package/public/chunk-5IUE2SI2.js +0 -1
- package/public/chunk-5PYHJIFL.js +0 -4
- package/public/chunk-6GBRDYWL.js +0 -1
- package/public/chunk-6HBUGTGB.js +0 -1
- package/public/chunk-6IDWI5FN.js +0 -1
- package/public/chunk-6KEEFMT4.js +0 -1
- package/public/chunk-6SGMX4QN.js +0 -1
- package/public/chunk-6U3HDGMV.js +0 -1
- package/public/chunk-7AYXT4NE.js +0 -1
- package/public/chunk-AKPNXV2T.js +0 -3
- package/public/chunk-AQQQXM6K.js +0 -1
- package/public/chunk-ARIUPFP4.js +0 -1
- package/public/chunk-AUK5NDCU.js +0 -1
- package/public/chunk-B4AJQJMI.js +0 -1
- package/public/chunk-BU5OWW3D.js +0 -16
- package/public/chunk-BUFOAAED.js +0 -1
- package/public/chunk-CLZZPSYM.js +0 -1
- package/public/chunk-CQ4V3WTB.js +0 -1
- package/public/chunk-D5RAEI3L.js +0 -1
- package/public/chunk-DE6IO5N6.js +0 -1
- package/public/chunk-DPQ6DNII.js +0 -1
- package/public/chunk-ED2WGY4W.js +0 -1
- package/public/chunk-EPDCL7TG.js +0 -1
- package/public/chunk-EPQ2ZMQD.js +0 -1
- package/public/chunk-ESL5FTKU.js +0 -2
- package/public/chunk-F4XK3SMH.js +0 -1
- package/public/chunk-FCWNINXI.js +0 -1
- package/public/chunk-FENK2NPT.js +0 -1
- package/public/chunk-G6V4QW45.js +0 -68
- package/public/chunk-GVEBFYKG.js +0 -1
- package/public/chunk-H2Z7V5LU.js +0 -8
- package/public/chunk-HDPCCLQH.js +0 -1
- package/public/chunk-HFO4CT77.js +0 -3
- package/public/chunk-HIZVM47C.js +0 -1
- package/public/chunk-HXRHQRO5.js +0 -1
- package/public/chunk-IAVNB5BZ.js +0 -1
- package/public/chunk-IK7P4HIE.js +0 -1
- package/public/chunk-J2PDRU7K.js +0 -1
- package/public/chunk-JI773Q2P.js +0 -1
- package/public/chunk-JUCKIM56.js +0 -1
- package/public/chunk-K2QSSLBW.js +0 -1
- package/public/chunk-K76PH2IQ.js +0 -1
- package/public/chunk-KTJDR6WA.js +0 -1
- package/public/chunk-KW5REXT7.js +0 -1
- package/public/chunk-L24NLXV5.js +0 -1
- package/public/chunk-LQGMFKUY.js +0 -1
- package/public/chunk-LWKX6TVU.js +0 -1
- package/public/chunk-LZZD3ZUF.js +0 -1
- package/public/chunk-M7YKGLGD.js +0 -1
- package/public/chunk-MAYAJLFA.js +0 -1
- package/public/chunk-MIE7YXOK.js +0 -1
- package/public/chunk-MISBXZWW.js +0 -2
- package/public/chunk-MSZSAJPM.js +0 -1
- package/public/chunk-MVGY6YJ7.js +0 -1
- package/public/chunk-N2IIV3LN.js +0 -1
- package/public/chunk-NMDAPSGJ.js +0 -1
- package/public/chunk-NSILEQ2V.js +0 -1
- package/public/chunk-NX6WIDIM.js +0 -1
- package/public/chunk-NYIFHGIW.js +0 -1
- package/public/chunk-O7IN75B3.js +0 -1
- package/public/chunk-OOZDDKEF.js +0 -1
- package/public/chunk-OQMG62H7.js +0 -1
- package/public/chunk-OT3SPW73.js +0 -1
- package/public/chunk-PEAQRV5O.js +0 -1
- package/public/chunk-QFZRFLTG.js +0 -1
- package/public/chunk-QH4YP6BY.js +0 -5
- package/public/chunk-QML5ZVO6.js +0 -1
- package/public/chunk-QR626DFY.js +0 -1
- package/public/chunk-REC7F4I2.js +0 -1
- package/public/chunk-RJWIR4SV.js +0 -19
- package/public/chunk-RMPSPYKI.js +0 -1
- package/public/chunk-S6WYT7FX.js +0 -1
- package/public/chunk-SCXXKDXZ.js +0 -1
- package/public/chunk-TEJ4HGDV.js +0 -1
- package/public/chunk-TLHI6ZOI.js +0 -1
- package/public/chunk-TQ2YXTGY.js +0 -1
- package/public/chunk-U74DXZLS.js +0 -35
- package/public/chunk-UATGQE6M.js +0 -1
- package/public/chunk-UEO32F46.js +0 -1
- package/public/chunk-V2IZQE54.js +0 -1
- package/public/chunk-V3I3OYT7.js +0 -1
- package/public/chunk-V3YOVD6B.js +0 -1
- package/public/chunk-VDDMHLOW.js +0 -1
- package/public/chunk-VELTPSDH.js +0 -1
- package/public/chunk-VILWJRZL.js +0 -5
- package/public/chunk-VLRP57U3.js +0 -1
- package/public/chunk-VU3376IO.js +0 -1
- package/public/chunk-VX4RXOTH.js +0 -4
- package/public/chunk-WE2SWTKZ.js +0 -1
- package/public/chunk-WRB2RELR.js +0 -1
- package/public/chunk-XKHWVJWA.js +0 -1
- package/public/chunk-XVXDP3DD.js +0 -1
- package/public/chunk-YNJ5T73B.js +0 -1
- package/public/chunk-YTFACH4Z.js +0 -19
- package/public/chunk-ZCGZM7LU.js +0 -1
- package/public/chunk-ZGIZ2UDW.js +0 -1
- package/public/chunk-ZUPFMQG6.js +0 -1
- package/public/chunk-ZUXW4PNF.js +0 -12
- package/public/main-XBUEQ7PA.js +0 -1
- package/public/media/matter-P563JGDL.svg +0 -8
- package/public/polyfills-34U4WL3Z.js +0 -1
- package/public/styles-CT2LPGES.css +0 -1
package/public/chunk-LZZD3ZUF.js
DELETED
|
@@ -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_delete_room":"Delete Room","accessories.button_edit_room":"Edit Room","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.delete_room_confirm":"Confirm you want to delete this room by clicking the delete button.","accessories.delete_room_move_accessories":"Any accessories in this room will be moved to {{roomName}}.","accessories.delete_room_new_default":"{{roomName}} will become the new default room.","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":"You can rename or delete a room by clicking the cog icon next to its name when the layout is unlocked.","accessories.support.rooms_3":"You must have at least one room, and exactly one default room, which is where new accessories will go.","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.disabled":"Disattivato","common.labels.enabled":"Enabled","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.placeholder_search_logs":"Search logs (min. 3 characters)...","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.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.download_dump_file":"Download Dump File","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_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.toast_failed_to_search_plugins":"Failed to search plugins","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_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_configure":"Configure HTTPS Settings","settings.security.https_desc":"Enable HTTPS using an auto-generated self-signed certificate or by providing your own certificate files.","settings.security.https_enable":"Enable HTTPS","settings.security.https_enable_desc":"Secure your Homebridge web interface with HTTPS / SSL encryption.","settings.security.https_raspbian":"HTTPS is already enabled by default when running the Homebridge Raspbian image {{ link }}.","settings.security.key":"Private Key Path","settings.security.pass":"PKCS#12 Certificate Passphrase","settings.security.pass_optional":"Optional - only required if your certificate is password protected","settings.security.pfx":"PKCS#12 Certificate Path","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_mode_keycert":"Upload Certificate Files","settings.security.ssl_mode_keycert_desc":"Upload your own private key and certificate files","settings.security.ssl_mode_off":"Disable HTTPS","settings.security.ssl_mode_off_desc":"Turn off SSL encryption.","settings.security.ssl_mode_pfx":"Upload PFX Certificate","settings.security.ssl_mode_pfx_desc":"Upload a PKCS#12 (.pfx or .p12) certificate file","settings.security.ssl_mode_selfsigned":"Self-Signed Certificate","settings.security.ssl_mode_selfsigned_desc":"Automatically generate a free self-signed certificate","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_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};
|
package/public/chunk-M7YKGLGD.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{e}from"./chunk-B4AJQJMI.js";var i=e((n,a)=>{a.exports={"accessories.accessory_info":"Informasi Aksesoris","accessories.bridge_ip":"Bridge IP","accessories.bridge_port":"Port Bridge","accessories.button_add_room":"Tambah Ruangan","accessories.button_delete_room":"Delete Room","accessories.button_edit_room":"Edit Room","accessories.button_hidden_hide":"Sembunykan Tersembunyi","accessories.button_hidden_show":"Tampilkan Tersembunyi","accessories.button_remove":"Hapus dari 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":"Otomatis","accessories.control.away":"Tidak di tempat","accessories.control.battery_charged":"Charged","accessories.control.battery_charging":"Pengisian Daya","accessories.control.battery_low":"Battery Low","accessories.control.battery_notchargeable":"Tidak Bisa Melakukan Pengisian Daya","accessories.control.battery_notcharging":"Tidak Melakukan Pengisian Daya","accessories.control.brightness":"Kecerahan","accessories.control.cleaning":"Cleaning","accessories.control.closed":"Tutup","accessories.control.closing":"Penutupan","accessories.control.color_temperature":"Color Temperature","accessories.control.cool":"Dingin","accessories.control.current":"Current","accessories.control.default_room":"Ruangan Standar","accessories.control.dehumidify":"Dehumidify","accessories.control.detected":"Terdeteksi","accessories.control.direction_control":"Direction Control","accessories.control.drag_here":"Seret Ke sini","accessories.control.filter_level":"Filter Life","accessories.control.heat":"Panas","accessories.control.home":"Rumah","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":"Tersendat","accessories.control.lock_auto":"Auto Lock Timer","accessories.control.locked":"Terkunci","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":"Bisu","accessories.control.mute_control":"Mute Control","accessories.control.night":"Malam","accessories.control.no_data":"No Data","accessories.control.not_detected":"Tidak Terdeteksi","accessories.control.not_mute":"Hidup","accessories.control.obstructed":"Obstructed","accessories.control.off":"Mati","accessories.control.on":"Hidup","accessories.control.open":"Buka","accessories.control.opening":"Membuka","accessories.control.pause":"Pause","accessories.control.paused":"Paused","accessories.control.play":"Play","accessories.control.replace":"Replace","accessories.control.rotation_c_clockwise":"Berlawanan Arah Jarum Jam","accessories.control.rotation_clockwise":"Searah Jarum Jam","accessories.control.rotation_direction":"Arah Rotasi","accessories.control.rotation_speed":"Kecepatan Rotasi","accessories.control.running":"Berjalan","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":"Terhenti","accessories.control.target":"Target","accessories.control.target_auto":"Auto Target","accessories.control.threshold_auto":"Auto Threshold","accessories.control.triggered":"Terpicu","accessories.control.unknown":"Tidak Dikenal","accessories.control.unlocked":"Tidak Dikunci","accessories.control_disabled":"Homebridge Kontrol Aksesoris Dinonaktifkan","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":"Nama Kustom","accessories.custom_type":"Custom Type","accessories.delete_room_confirm":"Confirm you want to delete this room by clicking the delete button.","accessories.delete_room_move_accessories":"Any accessories in this room will be moved to {{roomName}}.","accessories.delete_room_new_default":"{{roomName}} will become the new default room.","accessories.hide_this_accessory":"Sembunyikan aksesoris ini","accessories.message_must_use_insecure_mode":"Untuk mengontrol aksesoris anda, anda harus menjalankan Homebridge dalam mode tidak aman {{ link }}.","accessories.name":"Nama","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":"Nama Ruangan","accessories.service":"Layanan","accessories.service_info":"Informasi Layanan","accessories.settings_link":"Anda dapat mengakses Pengaturan Homebridge kapan saja dari ikon roda gigi di menu samping.","accessories.show_on_dashboard":"Tampilkan di widget dasbor","accessories.support.acc_1":"Aksesori mungkin memerlukan waktu beberapa menit untuk muncul di layar ini setelah Homebridge dimulai kembali atau setelah ditambahkan. Jika aksesori selalu hilang, coba ubah pengiklan dns di pengaturan.","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":"Ruangan yang anda buat di sini tidak akan muncul di HomeKit, hanya untuk pengaturan aksesoris di Homebridge UI.","accessories.support.rooms_2":"You can rename or delete a room by clicking the cog icon next to its name when the layout is unlocked.","accessories.support.rooms_3":"You must have at least one room, and exactly one default room, which is where new accessories will go.","accessories.title_rooms":"Rooms","backup.backup_delete_failed":"Penghapusan cadangan gagal. Lihat log untuk detailnya.","backup.backup_download_failed":"Gagal Mengunduh Cadangan","backup.backup_exceeds_max_size":"Cadangan ({{ backupSize }}) melebihi ukuran file pemulihan maksimum {{ maxBackupSizeText }}","backup.backup_help_one":"Unduh arsip cadangan dari keseluruhan lingkunan Homebirdge anda. Proses ini akan mencadangkan seluruh konten dari direktori Homebridge anda yang nantinya dapat anda pulihkan pada platform lainnya yang mampu menjalankan Homebridge UI.","backup.backup_help_two":"Plugin tidak di host di npm, atau plugin yang dipasang langsung dari GitHub tidak akan dicadangkan atau dikembalikan.","backup.backup_now":"Cadangkan Sekarang","backup.backup_now_desc":"Buat dan unduh file cadangan terbaru.","backup.backup_now_save_desc":"Generate an up-to-date backup file in your backup storage directory.","backup.backup_restored":"Arsip Cadangan Dipulihkan","backup.backup_warning":"Arsip cadangan berisikan informasi sensitif dan sebaiknya tidak dibagikan kepada orang lain.","backup.files_auto":"Stored Backup Files","backup.label_extracting":"Extracting Archive","backup.label_uploading":"Mengunggah\u2026","backup.load_error":"Gagal memuat cadangan konfigurasi.","backup.restore_failed":"Pemulihan Gagal","backup.restore_help_one":"Pulihkan arsip cadangan yang sebelumnya dibuat menggunakan Homebridge UI. Konfigurasi Homebridge Anda, aksesoris yang di-cache, pasangan HomeKit dan akun pengguna Homebridge UI akan dipulihkan. Setiap plugin Homebridge yang telah Anda instal juga akan diunduh dari registri npm.","backup.restore_help_two":"Anda harus masuk ke Homebridge UI setelah melakukan pemulihan menggunakan kredensial dari instance yang dipulihkan.","backup.restore_max_size":"Anda dapat memulihkan arsip cadangan hingga ukuran {{ maxBackupSizeText }}.","backup.restore_now":"Pulihkan Sekarang","backup.restore_now_desc":"Pulihkan dari file cadangan yang diunduh sebelumnya.","backup.restore_warning":"Mengembalikan dari cadangan akan menimpa konfigurasi Homebridge saat ini dan tidak dapat dikembalikan.","backup.scheduled_backup_disabled":"Pencadangan terjadwal telah dinonaktifkan melalui konfigurasi.","backup.scheduled_backup_time":"Cadangan menyeluruh dari Homebridge dibuat secara otomatis setiap hari pada jam {{ backupTime }} dan akan disimpan selama {{ dayCount }} hari.","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":"Pencadangan & Pemulihan","child_bridge.about":"Homebridge memungkinkan Anda menjalankan platform plugin atau aksesori sebagai Bridge anak yang terisolasi {{ link }}. Ini dapat meningkatkan daya tanggap dan keandalan Homebridge secara umum.","child_bridge.bridge_connect":"Hubungkan ke HomeKit","child_bridge.bridge_settings":"Pengaturan Bridge","child_bridge.bridges":"Bridge","child_bridge.bridges_paired":"Setiap platform atau aksesori Bridge anak perlu dipasangkan dengan HomeKit secara terpisah.","child_bridge.bridges_paired_2":"Jika Anda menyiapkan Bridge anak sekarang dan kemudian menonaktifkannya, aksesori apa pun di Bridge ini akan dihapus dan dibuat ulang di Bridge utama Homebridge.","child_bridge.config.accessory":"Akeseoris","child_bridge.config.debug":"Mode Debug","child_bridge.config.enable_hap":"Enable HAP","child_bridge.config.firmware":"Versi Firmware","child_bridge.config.hide_pairing_alert":"Hide Pairing Alert","child_bridge.config.manufacturer":"Produsen","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":"Nama","child_bridge.config.or_link":"Tautkan Bridge yang ada","child_bridge.config.platform":"Platform","child_bridge.config.port":"Port","child_bridge.config.prevent":"Tidak dapat menonaktifkan Bridge turunan dengan aksesori tertaut.","child_bridge.config.select_existing":"Pilih Bridge yang ada...","child_bridge.config.use":"Gunakan Bridge anak","child_bridge.confirm_delete_1":"Bridge anak berikut akan dihapus.","child_bridge.confirm_delete_2":"Anda harus menghapus Bridge yang dipasangkan secara manual dari aplikasi Beranda. Aksesori apa pun akan dilepas dan dibuat ulang di Bridge utama Homebridge.","child_bridge.must_configure_plugin":"Anda perlu mengkonfigurasi plugin ini sebelum Anda dapat mengelola pengaturan bridge-nya.","child_bridge.reset_accessories":"Setel Ulang Aksesori","child_bridge.restart":"Mulai kembali Bridge anak","child_bridge.restart_plural":"Mulai kembali Bridge-bridge anak","child_bridge.return_to_pair":"Kembali ke layar ini setelah Homebridge dimulai kembali untuk melihat kode QR.","child_bridge.setup":"Siapkan Bridge anak","child_bridge.start":"Mulai Bridge anak","child_bridge.start_plural":"Mulai Bridge-bridge anak","child_bridge.stop":"Hentikan Bridge anak","child_bridge.stop_plural":"Hentikan Bridge-bridge anak","common.labels.beta":"beta","common.labels.disabled":"Nonaktifkan","common.labels.enabled":"Enabled","common.labels.no_confirmation":"There is no confirmation when clicking the button, it will immediately perform the action.","common.phrases.are_you_sure":"Apakah Anda yakin ingin melanjutkan?","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":"Aksesoris harus berupa array []","config.config_bridge_missing":"Pengaturan Bridge Hilang","config.config_invalid_json":"Konfigurasi berisi JSON yang tidak valid","config.config_platform_must_be_array":"platform harus berupa array []","config.config_saved":"Configuration Saved","config.config_username_error":"Nama pengguna Bridge harus terdiri dari 6 pasang karakter heksadesimal yang dipisahkan oleh titik dua (A-F 0-9)","config.error_blocks_objects":"Semua blok {{ type }} harus berupa objek.","config.error_blocks_type":"Semua blok {{ type }} harus memiliki {{ type }} atribut.","config.error_string_array":"Setiap bagan dari array {{ key }} harus berupa string.","config.error_string_type":"Atribut {{ type }} harus berupa string.","config.failed_to_save_config":"Gagal menyimpan konfigurasi","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":"Klik Simpan untuk mengonfirmasi bahwa Anda ingin memulihkan cadangan ini.","config.restore.copy_to_editor":"Salin ke 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":"Semua Cadangan Dihapus","config.restore.view_inline":"Inline View","config.restore.view_side_by_side":"Side-By-Side View","config.title_backup_loaded":"Cadangan Dimuat","form.button_allow":"Allow","form.button_back":"Kembali","form.button_cancel":"Batal","form.button_close":"Tutup","form.button_continue":"Melanjutkan","form.button_delete":"Hapus","form.button_delete_all":"Delete All","form.button_disable":"Nonaktifkan","form.button_download":"Unduh","form.button_edit":"Ubah","form.button_enable":"Aktifkan","form.button_lock":"Kunci","form.button_more_info":"Info Lebih Lanjut","form.button_remove":"Hapus","form.button_reset":"Setel ulang","form.button_restore":"Pulihkan","form.button_save":"Simpan","form.button_show":"Tampilkan","form.button_unlock":"Buka kunci","form.button_unpair":"Cabut pasangan","form.label.changes_kept":"Perhatikan bahwa pilihan/perubahan yang ada akan dipertahankan saat peralihan antara bagan-bagan.","form.label_invalid":"Validasi konfigurasi gagal - Anda masih dapat menyimpan perubahan Anda.","form.label_invalid_strict":"Validasi konfigurasi gagal - harap tinjau formulir sebelum menyimpan.","form.label_valid":"Validasi konfigurasi berhasil.","form.optional":"Optional","form.search":"Search...","form.select.auto":"Otomatis (Gunakan Pengaturan Peramban)","login.invalid_code":"The code entered is incorrect or has expired","login.invalid_credentials":"Nama Pengguna dan Kata Sandi Salah","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":"Kata kunci tidak valid","login.label_2fa_code":"Kode Otentikasi Dua Faktor (2FA)","logs.download.error":"Gagal mengunduh berkas log.","logs.download_warning":"Berkas catatan berkas log Homebridge mungkin mengandung informasi personal, password atau token akses. Harap review berkas catatan dan hapus informasi sensitif sebelum dibagikan.","logs.log_file_truncated":"Berkas catatan terpotong.","logs.placeholder_search_logs":"Search logs (min. 3 characters)...","logs.title_download_log_file":"Unduh Berkas Catatan","logs.title_truncate_log_file":"Potong Berkas Catatan","logs.truncate.error":"Gagal memotong file log.","logs.truncate_log_warning":"Aksi ini akan menghapus catatan Homebridge secara permanen. Apakah anda yakin yakin ingin melanjutkan?","matter_bridge.config.use":"Enable Matter","menu.config_json_editor":"Konfigurasi JSON","menu.docker.restart_container":"Memulai Kembali Kontainer","menu.docker.startup_script":"Skrip Startup","menu.docker.terminal":"Terminal","menu.hbrestart.confirm_hb":"Memulai Kembali Homebridge","menu.hbrestart.confirm_ui":"Memulai Kembali HB Service & UI","menu.hbrestart.title":"Memulai Kembali Homebridge","menu.label_accessories":"Aksesoris","menu.label_plugins":"Plugin","menu.label_settings":"Pengaturan","menu.label_status":"Status","menu.linux.label_logs":"Log","menu.linux.label_restart_server":"Memulai Kembali Server","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":"Mematikan Server","menu.linux.label_terminal":"Terminal","menu.reload":"Muat ulang","menu.restart.title":"Opsi Daya","menu.settings.title":"Pengaturan","menu.tooltip_logout":"Keluar","menu.tooltip_restart":"Memulai Kembali","menu.tooltip_user_accounts":"Akun Pengguna","menu.tooltip_view_logs":"Lihat catatan","platform.docker.container_restarted":"Kontainer Docker Dimuat Ulang","platform.docker.must_use_hashbang":"Skrip harus menggunakan #!/bin/sh hashbang.","platform.docker.restart_required":"Anda harus memulai kembali Kontainer Docker ini agar perubahan diterapkan.","platform.docker.run_with_restart":"Pastikan Anda menjalankan Kontainer Docker dengan parameter {{ command }}","platform.docker.script_help":"Skrip ini akan dieksekusi setiap saat docker container mulai. Anda dapat menggunakan proses ini untuk menginstal paket tambahan yang dibutuhkan plugin anda seperti ffmpeg atau libpcap-dev.","platform.docker.script_saved":"Skrip Memulai Tersimpan","platform.docker.server_long_time":"Memulai kembali server membutuhkan waktu lebih lama. Anda mungkin perlu menjalankan Kontainer Docker secara manual.","platform.docker.title_restarting":"Memulai Kembali Kontainer Docker","platform.linux.long_time":"Proses memulai kembali server sudah terjadi terlalu lama. Anda mungkin perlu menghidupkan server cadangan secara manual.","platform.linux.restart":"Harap tunggu, halaman ini akan dialihkan secara otomatis ketika Homebridge kembali online.","platform.linux.restarting_server":"Memulai Kembali Server","platform.linux.server_restart_error":"Terjadi kesalahan saat mengirim perintah restart ke server","platform.linux.server_restarted":"Server Telah Dimulai Kembali","platform.linux.server_taking_long_time":"Server membutuhkan waktu lebih lama untuk kembali online","platform.linux.server_will_power_down":"Server akan segera dimatikan.","platform.linux.shutting_down_server":"Mematikan Server","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 }} telah dipasang, namun server masih menjalankan v{{ serverVersion }}.","platform.version.service_restart_required":"Memulai Kembali Layanan Diperlukan","plugins.bridge.action_error":"Gagal untuk {{ action }} Bridge anak.","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":"Homepage Plugin","plugins.button_set_up":"Siapkan","plugins.button_settings":"Pengaturan","plugins.button_uninstall":"Copot","plugins.button_update":"Pembaruan","plugins.compat.hb_node_too_low":"{{ packageName }} v{{ latestVersion }} membutuhkan Node.js v{{ minVersion }} atau lebih baru. Saat ini anda menjalankan Node.js {{ installedVersion }}.","plugins.compat.hb_too_low":"Plugin {{ pluginName }} merekomendasikan Homebridge v{{ minVersion }} atau lebih baru. Saat ini anda menjalankan Homebridge v{{ installedVersion }}.","plugins.compat.node_first":"Harap tingkatkan Node.js sebelum memperbaharui {{ packageName }}.","plugins.compat.node_link":"Cara memperbarui Node.js","plugins.compat.node_too_low":"Plugin {{ pluginName }} merekomendasikan Node.js v{{ minVersion }} atau lebih baru. Saat ini anda menjalankan Node.js {{ installedVersion }}.","plugins.compat.title":"Pemeriksaan Kompatibilitas","plugins.config.load_error":"Gagal memuat konfigurasi plugin.","plugins.config.must_be_array":"Konfigurasi plugin harus berupa array.","plugins.config.must_be_array_objects":"Konfigurasi plugin harus berupa array objek.","plugins.config.must_be_object":"Blok konfigurasi harus berupa objek.","plugins.config.name_property":'Aksesori harus memiliki atribut "nama" yang valid',"plugins.config.please_fix":"Harap perbaiki kesalahan validasi sebelum menambahkan blok baru.","plugins.disable.error":"Gagal menonaktifkan plugin.","plugins.donate.message_1":"Karena lebih banyak pengguna menginstal plugin mereka melalui UI Homebridge, mereka cenderung tidak mengunjungi halaman GitHub proyek di mana cara untuk mendukung pengembang biasanya akan ditampilkan.","plugins.donate.message_2":"Menambahkan tautan donasi langsung di UI Homebridge memastikan pengguna mengetahui cara mendukung pengembang Homebridge jika mereka ingin melakukannya.","plugins.donate.tile_donate_to":"Donasi ke {{ author }}","plugins.enable.error":"Gagal mengaktifkan plugin.","plugins.manage.all_versions":"Semua versi","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":"Bridge anak berhasil dimulai kembali.","plugins.manage.child_bridge_restart_failed":"Pengaktifan ulang plugin gagal, harap mulai kembali Homebridge secara manual.","plugins.manage.confirm_disable":"Apakah Anda yakin ingin menonaktifkan {{ pluginName }}?","plugins.manage.confirm_disable_accessory_1":"Aksesori apa pun yang diekspos oleh plugin ini akan dihapus dari layar aksesori Homebridge UI dan dihapus dari HomeKit.","plugins.manage.confirm_disable_accessory_2":"Saat Anda mengaktifkan kembali plugin, aksesori akan muncul kembali di Homebridge UI dan HomeKit.Aksesori akan kehilangan data homeKit mereka (seperti adegan dan otomatisasi terkait).","plugins.manage.confirm_disable_platform_1":"Aksesori apa pun yang diekspos oleh plugin ini akan dihapus dari layar aksesori Homebridge UI tetapi tetap di HomeKit dengan label 'tidak ada respons'.","plugins.manage.confirm_disable_platform_2":"Saat Anda mengaktifkan kembali plugin, aksesoris akan muncul kembali di Homebridge UI dan dapat dikendalikan lagi di HomeKit.Aksesori tidak akan kehilangan data homeKit mereka (seperti adegan dan otomatisasi terkait).","plugins.manage.confirm_disable_setting":"Your setting for {{ setting }} is currently {{ value }}, therefore:","plugins.manage.confirm_enable":"Apakah Anda yakin ingin mengaktifkan {{ pluginName }}?","plugins.manage.disable":"Nonaktifkan","plugins.manage.enable":"Aktifkan","plugins.manage.github_support":"Anda dapat menunjukkan dukungan Anda dengan memberikan plugin ini {{ iconStar }} (atau rilis A {{ iconThumbsUp }}) di 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":"Informasi Plugin","plugins.manage.install":"Pasang","plugins.manage.installed":"Terpasang","plugins.manage.json_config":"Konfigurasi JSON","plugins.manage.manage_version":"Pasang Versi Sebelumnya","plugins.manage.manual_update_command":"Untuk memutakhirkan paket jalankan dan buka prompt perintah node.js sebagai administrator dan jalankan perintah berikut:","plugins.manage.more_info":"Informasi lebih lanjut tentang lingkup {{ scopedLink }} dan verifikasi plugin {{ verifiedLink }}.","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":"Pembaruan online tidak didukung di Windows. Anda perlu memutakhirkan Homebridge UI secara manual setelah menghentikan layanan Homebridge.","plugins.manage.plugin_logs":"Log plugin","plugins.manage.scoped.error":"Terjadi kesalahan.Anda dapat mengunduh log di bawah ini.","plugins.manage.scoped.info_1":"Homebridge plugin terlingkup memiliki nama yang dimulai dengan {{ prefix }}.","plugins.manage.scoped.info_2":"Untuk informasi lebih lanjut tentang plugin terlingkup dan mengapa harus beralih, lihat halaman wiki {{ link }}.","plugins.manage.scoped.process":"Proses ini tidak akan mempengaruhi aksesoris homebridge/homeKit Anda. Anda tidak akan dapat membatalkan proses setelah dimulai. Prosesnya:","plugins.manage.scoped.switch":"Beralih ke plugin terlingkup","plugins.manage.scoped.windows":'Pembaruan online tidak didukung di Windows. Anda perlu menginstal plugin baru dan menghapus instalan plugin lama secara manual. <span class="fw-bold">Jangan</span> memulai kembali homebridge sampai kedua langkah selesai.',"plugins.manage.scoped_message":"Plugin terlingkup meningkatkan keandalan jangka panjang dan memastikan pemeliharaan yang konsisten dengan menggabungkan pengawasan terpusat dari tim Homebridge dengan keterlibatan berkelanjutan dari pemelihara asli.","plugins.manage.scoped_subtitle":"Plugin ini terlingkup dan terverifikasi.","plugins.manage.select_version":"Pilih versi yang akan diinstal","plugins.manage.uninstall":"Hapus Pemasangan","plugins.manage.uninstalled":"Terhapus","plugins.manage.unverified_message":"Plugin Homebridge yang tidak diverifikasi menunjukkan bahwa mereka belum menjalankan proses peninjauan oleh tim proyek Homebridge. Tidak adanya verifikasi tidak selalu menyiratkan ketidakefisienan atau masalah keamanan. Pembuat plugin mungkin memilih untuk tidak mencari verifikasi karena berbagai alasan.","plugins.manage.unverified_subtitle":"Plugin ini tidak diverifikasi.","plugins.manage.update":"Pembaruan","plugins.manage.updated":"Diperbarui","plugins.manage.verified_message":"Plugin Homebridge yang ditandai sebagai diverifikasi telah ditinjau oleh tim proyek Homebridge untuk memastikan mereka memenuhi berbagai persyaratan yang mendorong praktik terbaik dan pengalaman pengguna yang bebas masalah.","plugins.manage.verified_subtitle":"Plugin ini terverifikasi.","plugins.placeholder_search_first":"Gunakan bilah pencarian di atas untuk menemukan plugin pertama Anda","plugins.placeholder_search_none":"Tidak ada hasil yang ditemukan","plugins.placeholder_search_plugin":"Cari plugin untuk dipasang\u2026","plugins.settings.custom.download_dump_file":"Download Dump File","plugins.settings.custom.homebridge-gsh.label_account_linked":"Akun Terhubung","plugins.settings.custom.homebridge-gsh.label_link_account":"Hubungkan Akun","plugins.settings.custom.homebridge-gsh.message_about":"Plugin Homebridge Google Smart Home memungkinkan anda untuk mengontrol aksesoris Homebridge dari pengeras suara berkemampuan Google Home atau aplikasi seluler Google Home.","plugins.settings.custom.homebridge-gsh.message_account_link_required":"Untuk mengaktifkan fungsi ini, anda harus masuk dengan akun Google atau GitHub anda; pastikan anda menggunakan akun yang sama saat menambahkan tindakan Homebridge di aplikasi seluler Google Home.","plugins.settings.custom.homebridge-gsh.message_homebridge_restart_required":"Homebridge membutuhkan pengaktifan ulang agar perubahan dapat diterapkan.","plugins.settings.deconz.dump_no_exist":"Berkas dump homebridge deCONZ belum ada.","plugins.settings.hue.dump_no_exist":"Berkas dump Homebridge Hue belum ada.","plugins.settings.label_open_config_editor":"Buka Editor Konfigurasi","plugins.settings.message_consult_documentation":"Silakan baca dokumentasi plugin untuk instruksi tentang cara mengkonfigurasi plugin ini dengan benar.","plugins.settings.message_manual_config_required":"Plugin ini harus dikonfigurasi secara manual menggunakan Homebridge UI Config Editor","plugins.settings.plugin_config_saved":"Konfigurasi Plugin Tersimpan","plugins.settings.restart_required":"Homebridge perlu diulang kembali untuk menerapkan perubahan.","plugins.stats":"Plugin Statistics","plugins.stats_note":"Plugins cannot be installed from this page, this is provided just for interest.","plugins.status_installed":"Terpasang","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":"Gagal memuat skema konfigurasi plugin.","plugins.toast_failed_to_load_plugins":"Gagal memuat plugin","plugins.toast_failed_to_search_plugins":"Failed to search plugins","plugins.uninstall_remove_child_bridge":"Lepaskan Bridge anak plugin?","plugins.uninstall_remove_child_bridges":"Lepaskan {{ count }} Bridge-bridge anak plugin?","plugins.uninstall_remove_config_required":"Jika anda menghapus plugin ini secara permanen, pastikan anda menghapus konfigurasi untuk plugin ini di config.json sebelum memulai kembali Homebridge.","plugins.uninstall_remove_confirmation":"Anda yakin ingin mencopot pemasangan {{ pluginName }}?","plugins.uninstall_remove_plugin_config":"Hapus konfigurasi plugin?","plugins.uninstall_warn_1":"Saat melepas Bridge anak, aksesori apa pun yang diterbitkan oleh Bridge ini akan dihapus dari cache Homebridge.","plugins.uninstall_warn_2":"Aksesori akan menjadi basi di HomeKit (tidak menunjukkan tanggapan). Untuk menghapusnya, Anda harus menghapus Bridge ini secara manual dari HomeKit. Anda dapat melakukan ini di aplikasi Home dari bagian Pengaturan Home.","reset.accessory_all.desc":"Hapus semua aksesori dari cache.","reset.accessory_all.list_1":"Saat mengklik tombol Hapus di bawah ini, Homebridge akan memulai kembali dan semua aksesori Anda yang ada akan dihapus dari Homebridge dan HomeKit.","reset.accessory_all.list_2":"Semua data HomeKit yang terkait juga akan dihapus, ini termasuk asosiasi kamar, adegan dan otomatisasi yang digunakan aksesori ini.","reset.accessory_all.list_3":"Setelah Homebridge memulai kembali, plugin Anda akan menambahkan kembali semua aksesori seolah-olah plugin sedang dipasang untuk pertama kalinya.","reset.accessory_all.title":"Hapus Semua Aksesori","reset.accessory_ind.bridge":"Bridge","reset.accessory_ind.desc":"Hapus aksesori individu dari cache.","reset.accessory_ind.done":"Selesai menghapus aksesori dari cache, periksa log untuk konfirmasi dan/atau kesalahan.","reset.accessory_ind.fail":"Gagal menghapus aksesori dari cache, periksa log untuk kesalahan.","reset.accessory_ind.list_1":"Beberapa plugin tidak dapat membersihkan diri mereka sendiri dengan benar. Jika Anda memiliki aksesori yang menyangkut, Anda dapat menghapusnya dari cache. Fungsi ini juga dapat digunakan untuk mengatur ulang aksesori yang ada di HomeKit.","reset.accessory_ind.list_2":"Aksesori akan dihapus dari Homebridge dan HomeKit, bersama dengan asosiasi kamar, adegan, dan otomatisasi terkait.","reset.accessory_ind.list_3":"Setelah memulai kembali Homebridge, plugin Anda akan menyerahkan kembali aksesori yang dihapus seolah-olah plugin sedang diinstal untuk pertama kalinya.","reset.accessory_ind.title":"Hapus aksesori individu","reset.accessory_ind.unknown":"Nama yang tidak diketahui","reset.accessory_reset":"Mengatur Ulang Aksesoris Homebridge","reset.action_is_irreversible":"Tindakan ini tidak dapat dipulihkan. Harap baca dengan seksama sebelum melanjutkan.","reset.bridge_accessories.desc":"Hapus semua aksesori yang diterbitkan oleh Bridge anak dari cache.","reset.bridge_accessories.empty":"Anda tidak memiliki Bridge untuk menghapus aksesori.","reset.bridge_accessories.list_1":"Fungsi ini dapat digunakan untuk mengatur ulang aksesori plugin yang ada di HomeKit.Mereka akan dihapus dari Homebridge dan HomeKit, dan kemudian ditahan kembali oleh plugin sebagai aksesori baru.","reset.bridge_accessories.list_2":"Detail dan status pasangan Bridge anak akan tetap sama.","reset.bridge_accessories.title":"Lepaskan aksesoris Bridge","reset.bridge_all.desc":"Setel ulang semua Bridge dengan mengeluarkannya dari cache. Ini termasuk Bridge Homebridge utama, Bridge anak dan Bridge untuk aksesori eksternal.","reset.bridge_all.list_1":"Ini akan mengatur ulang Bridge Homebridge, semua Bridge anak dan Bridge untuk aksesori eksternal dari HomeKit.","reset.bridge_all.list_2":"Perhatikan bahwa aksesori Anda akan terus ditampilkan di HomeKit sebagai tidak ada tanggapan, sampai Bridge dihapus secara manual dari HomeKit.Anda dapat melakukan ini di aplikasi Home, dengan mengakses pengaturan rumah \u2192 Home Hubs & Bridges \u2192 {Bridge} \u2192 Lepaskan Bridge dari rumah.","reset.bridge_all.list_3":"Semua homebridge Anda ke homeKit aksesori, adegan, dan otomatisasi perlu dikonfigurasi ulang setelah tidak berpasangan.","reset.bridge_all.list_4":"Pin untuk memasangkan Bridge homebridge Anda ke HomeKit akan diubah. Anda dapat melihat nilai-nilai baru di konfigurasi homebridge Anda setelah tidak berpasangan.","reset.bridge_all.title":"Setel ulang semua Bridge","reset.bridge_ind.desc":"Setel ulang Bridge individual dengan mengeluarkannya dari cache. Ini mungkin Bridge anak atau Bridge untuk aksesori eksternal seperti kamera atau TV.","reset.bridge_ind.desc_child_active":"Homebridge telah mendeteksi bahwa Bridge anak ini sedang digunakan.Setelah dihapus, aksesorisnya akan dihapus dari cache Homebridge.Jika dipasangkan dengan HomeKit, aksesori Bridge akan ditampilkan sebagai 'tidak ada respons', dan Bridge perlu dihapus melalui aplikasi rumah.Informasi pemasangan Child Bridge akan diubah.Setelah Homebridge dimulai kembali, plugin akan membuat Bridge dan aksesori anak yang baru.Bridge baru perlu dipasangkan kembali dengan HomeKit.Anda dapat melihat informasi pasangan baru dari halaman Pengaturan Bridge Plugin yang sesuai.","reset.bridge_ind.desc_child_stale":"Homebridge telah mendeteksi bahwa Bridge ini tidak digunakan, tetapi periksa ganda sebelum dihapus.Mereka bisa tersisa dari plugin yang sebelumnya tidak diinstal.Jika dipasangkan dengan HomeKit, aksesori akan ditampilkan sebagai 'tidak ada respons', dan Bridge perlu dihapus melalui aplikasi rumah.","reset.bridge_ind.desc_non_child":"Homebridge telah mendeteksi bahwa Bridge ini digunakan.Anda dapat menghapusnya dari cache, tetapi mereka kemungkinan akan ditambahkan kembali oleh plugin ketika memulai kembali Homebridge. Informasi pasangan akan tetap tidak berubah.","reset.bridge_ind.done":"Selesai mengatur ulang Bridge, periksa log untuk konfirmasi dan/atau kesalahan.","reset.bridge_ind.fail":"Gagal mengatur ulang Bridge, periksa log untuk kesalahan.","reset.bridge_ind.head_child_active":"Bridge anak yang aktif","reset.bridge_ind.head_child_stale":"Bridge anak yang basi","reset.bridge_ind.head_non_child":"Bridge non-anak","reset.bridge_ind.title":"Setel ulang Bridge individu","reset.bridges.desc":"Jika Anda mengalami kesulitan memasangkan Homebridge, aksesori eksternal atau Bridge anak ke HomeKit, Anda mungkin perlu membongkarnya dari HomeKit untuk memulai lagi.","reset.bridges.empty":"Anda tidak memiliki Bridge untuk membuka diri dari HomeKit.","reset.bridges.title":"Bridge","reset.clear_cache_single.list_3":"Saat menghapus aksesori dari cache, semua data HomeKit yang terkait akan dihapus.Ini termasuk adegan dan otomatisasi terkait yang menggunakan aksesori ini.","reset.delete_success":"Memulai kembali Homebridge dan membersihkan cache aksesoris","reset.error_message":"Cache aksesori tidak dapat dimuat. Anda mungkin tidak memiliki aksesori yang di-cache.","reset.failed_to_reset":"Gagal mengatur-ulang Homebridge. Lihat catatan.","reset.force_restart_hb_help_text":"Gunakan tindakan ini untuk memaksa layanan hb-service untuk memulai kembali secara menyeluruh.","reset.no_accessories":"Anda tidak memiliki aksesori yang di-cache untuk dihapus.","restart.child_bridge_list":"Harap memulai kembali Bridge anak ini agar perubahan berlaku:","restart.child_bridges":"Harap memulai kembali Bridge anak plugin untuk perubahan yang berlaku.","restart.label_restart_command_executed":"Perintah memulai kembali dieksekusi","restart.please_wait_while_server_restarts":"Harap tunggu, halaman ini akan secara otomatis mengarahkan ulang ketika server kembali online.","restart.server_is_taking_long_time_to_restart":"Memulai kembali server membutuhkan waktu lebih lama. Anda mungkin perlu menjalankan layanan Homebridge secara manual.","restart.service_ready":"Server Homebridge Siap","restart.title_restart":"Memulai Kembali Homebridge","restart.toast_server_restart_error":"Terjadi kesalahan saat mengirim perintah memulai kembali ke server","restart.toast_server_restart_timeout":"Server membutuhkan waktu lebih lama untuk kembali online","restart.toast_server_restarted":"Server Dimulai Kembali","restart.ui_online":"Homebridge UI Online","rpi.throttled.currently_message":"Raspberry Pi ini melaporkan saat ini sedang dalam tegangan; Silakan periksa itu terhubung ke catu daya yang sesuai. Di bawah tegangan dapat mengakibatkan ketidakstabilan sistem dan korupsi kartu SD.","rpi.throttled.previously_message":"Raspberry Pi ini telah melaporkan acara yang kurang tegangan sejak terakhir di-boot ulang; Silakan periksa itu terhubung ke catu daya yang sesuai.","rpi.throttled.undervoltage_title":"Di bawah tegangan","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 memelihara aksesori dalam cache sehingga tidak dilepas dan ditahan kembali ke HomeKit setiap kali Homebridge restart. Terkadang cache ini bisa tidak selaras dengan aksesori aktual di Homebridge.","settings.changes.saved":"Perubahan Anda telah disimpan dan mengharuskan restart untuk berlaku.","settings.datetime.incorrect":"Tanggal dan waktu di server homebridge Anda tampaknya salah. Ini dapat menyebabkan masalah yang tidak terduga. Klik di sini untuk informasi lebih lanjut.","settings.display.blue":"Biru","settings.display.bluegrey":"Abu-abu Biru","settings.display.brown":"Cokelat","settings.display.cyan":"Cyan","settings.display.dark":"Gelap","settings.display.deep_purple":"Ungu tua","settings.display.green":"Hijau","settings.display.grey":"Abu-abu","settings.display.indigo":"Nila","settings.display.lang":"Bahasa","settings.display.light":"Lampu","settings.display.lighting_mode":"Mode Pencahayaan","settings.display.menu_default":"Bawaan","settings.display.menu_freeze":"Tetap Tertutup (di Desktop)","settings.display.menu_mode":"Mode Menu","settings.display.orange":"Oranye","settings.display.pink":"Pink","settings.display.purple":"Ungu","settings.display.red":"Merah","settings.display.show_betas":"Prefer Beta Versions","settings.display.teal":"Teal","settings.display.temp_units":"Unit suhu","settings.display.temp_units.c":"Celcius (\xB0C)","settings.display.temp_units.f":"Fahrenheit (\xB0F)","settings.display.theme":"Tema","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":"Penampilan","settings.general.title_general":"Umum","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_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":"Pengiklan mDNS","settings.mdns_advertiser_exp":"Eksperimental","settings.mdns_advertiser_help":"Jika Anda mengalami masalah saat menghubungkan ke Homebridge, coba gunakan salah satu pengiklan mDNS alternatif.","settings.mdns_advertiser_not_connected":"Tidak terhubung","settings.mdns_advertiser_rec":"direkomendasikan","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":"Jika tidak ada antarmuka jaringan yang terpilih, Homebridge akan mencoba menentukan secara otomatis antarmuka yang akan diumumkan.","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":"Port Homebridge","settings.network.port_hb_desc":"Nomor port untuk menjalankan Homebridge Bridge menyala.Ini harus antara 1025 dan 65533, dan tidak boleh sama dengan port UI Homebridge.","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":"Port UI","settings.network.port_ui_desc":"Nomor port untuk menjalankan Homebridge UI.","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":"Jaringan","settings.network.title_network_interfaces":"Antarmuka Jaringan","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":"Gagal mengatur ulang jembatan.","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_configure":"Configure HTTPS Settings","settings.security.https_desc":"Enable HTTPS using an auto-generated self-signed certificate or by providing your own certificate files.","settings.security.https_enable":"Enable HTTPS","settings.security.https_enable_desc":"Secure your Homebridge web interface with HTTPS / SSL encryption.","settings.security.https_raspbian":"HTTPS is already enabled by default when running the Homebridge Raspbian image {{ link }}.","settings.security.key":"Private Key Path","settings.security.pass":"PKCS#12 Certificate Passphrase","settings.security.pass_optional":"Optional - only required if your certificate is password protected","settings.security.pfx":"PKCS#12 Certificate Path","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_mode_keycert":"Upload Certificate Files","settings.security.ssl_mode_keycert_desc":"Upload your own private key and certificate files","settings.security.ssl_mode_off":"Disable HTTPS","settings.security.ssl_mode_off_desc":"Turn off SSL encryption.","settings.security.ssl_mode_pfx":"Upload PFX Certificate","settings.security.ssl_mode_pfx_desc":"Upload a PKCS#12 (.pfx or .p12) certificate file","settings.security.ssl_mode_selfsigned":"Self-Signed Certificate","settings.security.ssl_mode_selfsigned_desc":"Automatically generate a free self-signed certificate","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":"Beberapa plugin mengharuskan Anda untuk mengatur variabel lingkungan debug {{ link }} untuk mengaktifkan pencatatan level debug.","settings.service.node_tooltip":"Opsi runtime node.js untuk proses ini. Ini harus tetap kosong kecuali Anda tahu apa yang Anda lakukan.","settings.startup.debug":"Mode Debug Homebridge","settings.startup.debug_desc_v1":"Aktifkan ini jika Anda membutuhkan Homebridge untuk mengeluarkan log lebih rinci. Pengaturan ini berlaku untuk Jembatan Homebridge utama serta semua jembatan anak. Beberapa plugin juga dapat mematuhi pengaturan ini dan output log lebih rinci.","settings.startup.debug_desc_v2":"Aktifkan ini jika Anda membutuhkan Homebridge untuk mengeluarkan log lebih rinci. Pengaturan ini berlaku untuk Jembatan Homebridge utama. Pengaturan untuk jembatan anak dapat ditemukan di konfigurasi jembatan anak dari halaman plugin.Beberapa plugin juga dapat mematuhi pengaturan ini dan output log lebih rinci.","settings.startup.insecure":"Enable UI Accessory Control","settings.startup.insecure_desc":"Untuk mengontrol aksesori Anda melalui Homebridge UI, Anda harus menjalankan Homebridge dalam mode tidak aman.","settings.startup.keep_accessories":"Simpan aksesoris plugin yang tidak diinstal","settings.startup.keep_accessories_desc":"Jika diaktifkan, aksesori plugin platform akan tetap berada di cache bahkan setelah plugin tidak diinstal. Ini bisa berguna jika Anda berencana untuk menginstal ulang plugin nanti.","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":"Opsi Startup","settings.unpair_bridge.load_error":"Jembatan berpasangan tidak dapat dimuat.","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":"Mulai","setup.create_account":"Buat akun","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":"Selamat datang di Homebridge",setup_wizard_complete:"Restore Complete!",setup_wizard_complete_title:"Selamat!",setup_wizard_completed:"Prosedur pengaturan selesai dan Anda sekarang siap untuk mulai menggunakan 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:"Kembalikan dari cadangan",setup_wizard_restoring:"Restoring Backup...",setup_wizard_starting:"Starting Homebridge...","status.code_scan":"Pindai untuk menambahkan ke HomeKit","status.cpu.load":"Beban","status.cpu.temp":"Suhu","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":"Kredit","status.credits.translations":"Translations","status.credits.translations_thanks":"Homebridge UI translations are provided by the community, with special thanks to:","status.homebridge.checking":"Memeriksa pembaruan\u2026","status.homebridge.up_to_date":"Terkini","status.memory.label_available":"Tersedia","status.memory.label_total":"Total","status.memory.title_memory":"Memori","status.network.received_per_second":"Diterima","status.network.sent_per_second":"Dikirim","status.network.title_network":"Aktivitas Jaringan","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_not_enabled":"Not Enabled","status.services.label_not_running":"Tidak berjalan","status.services.label_running":"Berjalan","status.services.updates":"Informasi Terbaru","status.uptime.title_uptime":"Waktu Aktif","status.widget.accessories.choose_accessories":"Pilih Aksesoris yang akan ditampilkan dalam widget ini dari tab Aksesoris.","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":"Kode Pemasangan","status.widget.add.matter_pairing_code":"Matter Pairing Code","status.widget.bridge.restart_error":"Failed to restart child bridge.","status.widget.clock":"Jam","status.widget.clock_dateformat":"Format Tanggal","status.widget.clock_timeformat":"Format Waktu","status.widget.expand_docker":"Expand Docker Container Information","status.widget.font_size":"Ukuran Huruf","status.widget.font_weight":"Lebar Huruf","status.widget.hide_node_info":"Hide Node.js Updates","status.widget.hide_npm":"Show npm Version","status.widget.hide_on_mobile":"Sembunyikan dalam tampilan ringkas (tampilan seluler)","status.widget.homebridge_logs":"Catatan Homebridge","status.widget.info":"Informasi Sistem","status.widget.info.arch":"Arch.","status.widget.info.config_path":"Path Konfigurasi","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":"Nama 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":"Tidak didukung","status.widget.info.node_unsupp_message":"Anda menjalankan versi Node.js yang tidak secara resmi didukung oleh Homebridge. Anda harus mempertimbangkan untuk mengubah ke versi yang didukung.","status.widget.info.node_update_message":"Homebridge membutuhkan node.js yang diinstal pada sistem Anda untuk dijalankan. Dari waktu ke waktu, Anda perlu memperbarui runtime Node.js untuk mengaktifkan dukungan untuk fitur baru. Homebridge (dan Plugin Terverifikasi) mendukung semua rilis LTS aktif dan pemeliharaan saat ini dari Node.js.","status.widget.info.node_update_message_2":"Untuk pengguna Docker/Synology, versi Node.js dikelola oleh image Docker atau paket Synology. Anda dapat menyembunyikan informasi pembaruan node.js menggunakan pengaturan widget.","status.widget.info.nodejs_path":"Jalur Node.js","status.widget.info.os":"OS","status.widget.info.plugin_path":"Path Plugin","status.widget.info.service_user":"Pengguna","status.widget.info.storage_path":"Path Penyimpanan","status.widget.info.synology_package":"Paket Synology","status.widget.info.timezone":"Zona Waktu","status.widget.info.yes":"Ya","status.widget.network.history_items":"Item Sejarah","status.widget.network.items":"item","status.widget.network.network_interface":"Antarmuka jaringan","status.widget.network.none_selected":"Menggunakan default","status.widget.network.refresh_interval":"Menyegarkan interval","status.widget.network.seconds":"detik","status.widget.qr_paired":"Terpasang","status.widget.qr_unpaired":"Tidak Terpasang","status.widget.show_hide":"Tampilkan/Sembunyikan Widget","status.widget.title_manage_widget":"Kelola 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":"Proses","status.widget.uptime.label_server":"Server","status.widget.weather.label_config_required_help":"Silakan pilih kota anda di pengaturan widget.","status.widget.weather.label_search_for_your_city":"Cari kota anda:","status.widget.weather.title_weather":"Cuaca","support.dev.api":"Homebridge API","support.dev.api_hap":"HAP-NodeJS API","support.dev.api_hap_sub":"Hap-NodeJS adalah implementasi dari server aksesori homeKit sebagaimana ditentukan dalam HomeKit Accessory Protocol (HAP), yang didefinisikan oleh Apple sebagai bagian dari kerangka kerja HomeKit.","support.dev.api_sub":"Homebridge adalah server Node.js yang ringan yang dapat Anda jalankan di jaringan rumah Anda untuk meniru Protokol Aksesori HomeKit (HAP).","support.dev.item_swagger":"Dokumen Swagger","support.dev.item_swagger_sub":"Homebridge REST API memungkinkan Anda untuk berinteraksi dengan server Homebridge Anda menggunakan permintaan HTTP.","support.dev.template":"Repo Template Plugin","support.dev.template_sub":"Plugin Template Homebridge yang dapat digunakan sebagai dasar dalam membantu Anda untuk mulai mengembangkan plugin Anda sendiri.","support.dev.title":"Pengembang","support.dev.verified":"Diverifikasi oleh Homebridge","support.dev.verified_sub":"Program yang diverifikasi oleh Homebridge memungkinkan pengembang plugin untuk membuat plugin mereka ditinjau dan didukung oleh tim proyek Homebridge.","support.links.discord":"Server Discord","support.links.discord_sub":"Bergabung dengan server obrolan Discord Homebridge untuk mengobrol dengan pengguna dan pengembang lain.","support.links.documentation":"Dokumentasi","support.links.documentation_sub":"Dokumentasi Homebridge memberikan banyak informasi tentang cara memulai dengan homebridge dan penyelesaian masalah umum.","support.links.issue":"Laporkan Permasalah","support.links.issue_sub":"Jika Anda mengalami masalah dengan Homebridge, silakan buka masalah baru di GitHub. Tidak untuk permasalah dengan plugin yang spesifik.","support.links.reddit":"Komunitas Reddit","support.links.reddit_sub":"Homebridge Subreddit adalah tempat yang tepat untuk berbagi pengaturan Homebridge Anda dan meminta bantuan.","support.links.title":"Tautan berguna","support.title":"Dukungan","toast.no_auth":"Hanya administrator yang dapat mengakses halaman yang diminta.","toast.title_error":"Kesalahan","toast.title_success":"Sukses","toast.title_warning":"Peringatan","users.button_add_user":"Tambah Pengguna","users.label_admin_user":"Pengguna adalah Admin?","users.label_confirm_password":"Konfirmasi Kata Sandi","users.label_full_name":"Nama Lengkap","users.label_new_password":"Kata Sandi Baru","users.label_password":"Kata Sandi","users.label_username":"Nama Pengguna","users.setup_2fa":"Siapkan 2FA","users.setup_2fa_activate_error":"Terjadi kesalahan dalam mengaktifkan 2FA","users.setup_2fa_cannot_setup_2fa":"Tidak Dapat Menyiapkan 2FA","users.setup_2fa_disable":"Nonaktifkan 2FA","users.setup_2fa_disable_current_password":"Masukkan kata sandi Anda saat ini untuk menonaktifkan otentikasi dua faktor (2FA):","users.setup_2fa_disable_success":"Otentikasi dua faktor (2FA) telah dinonaktifkan.","users.setup_2fa_enable":"Aktifkan 2FA","users.setup_2fa_enable_error":"An error occurred setting up 2FA","users.setup_2fa_enabled_success":"Otentikasi dua faktor (2FA) telah diaktifkan.","users.setup_2fa_enter_code":"Masukkan kode dari aplikasi autentikator anda:","users.setup_2fa_scan_qr_code":"Pindai kode QR di bawah ini dengan aplikasi autentikator anda:","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":"Jam server anda meleset {{ timeDiffError }} milidetik. Maksimum perbedaan adalah +/-5000 milidetik.","users.setup_2fa_warning":"Otentikasi Dua Faktor (2FA) mengharuskan server Homebridge anda memiliki tanggal dan waktu yang sangat akurat untuk masuk. Jika server Anda tidak memiliki kemampuan untuk menjaga waktu secara akurat, sebaiknya anda tidak mengaktifkan 2FA atau berisiko terkunci dari Homebridge UI.","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":"Tambah Pengguna","users.title_edit_user":"Ubah Pengguna","users.title_users":"Pengguna","users.toast_added_new_user":"Menambahkan Pengguna Baru","users.toast_failed_to_add_user":"Gagal Menambah Pengguna","users.toast_failed_to_delete_user":"Gagal Menghapus Pengguna","users.toast_updated_user":"Pengguna yang Diperbarui","users.toast_user_deleted":"Pengguna Dihapus"}});export{i as a};
|
package/public/chunk-MAYAJLFA.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{a}from"./chunk-6SGMX4QN.js";import"./chunk-B4AJQJMI.js";export default a();
|
package/public/chunk-MIE7YXOK.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as o}from"./chunk-VX4RXOTH.js";var A=new o("ConfirmModalData"),a=new o("InformationModalData"),D=new o("PluginModalData"),e=new o("PluginBridgeModalData"),n=new o("CustomPluginsModalData"),_=new o("PluginLogsModalData"),M=new o("UninstallPluginModalData"),s=new o("ResetAccessoriesModalData"),O=new o("ManagePluginModalData"),T=new o("DisablePluginModalData"),L=new o("PluginCompatibilityModalData"),r=new o("ManageVersionModalData"),l=new o("SwitchToScopedModalData"),I=new o("UserModalData"),c=new o("NetworkInterfacesModalData"),i=new o("AccessoryControlListsModalData"),d=new o("RestoreModalData"),S=new o("RemoveIndividualAccessoriesModalData"),E=new o("AccessoryInfoModalData"),p=new o("ConfigRestoreModalData"),R=new o("WidgetControlModalData"),w=new o("WidgetVisibilityModalData"),N=new o("RestartChildBridgesModalData"),x=new o("NodeVersionModalData"),C=new o("HbV2ModalData");export{A as a,a as b,D as c,e as d,n as e,_ as f,M as g,s as h,O as i,T as j,L as k,r as l,l as m,I as n,c as o,i as p,d as q,S as r,E as s,p as t,R as u,w as v,N as w,x,C as y};
|