homebridge-config-ui-x 5.12.0 → 5.12.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (251) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/core/auth/auth.controller.d.ts +4 -0
  3. package/dist/core/config/config.interfaces.d.ts +14 -0
  4. package/dist/core/config/config.service.d.ts +6 -0
  5. package/dist/core/config/config.service.js +8 -0
  6. package/dist/core/config/config.service.js.map +1 -1
  7. package/dist/core/config/config.startup.js +48 -17
  8. package/dist/core/config/config.startup.js.map +1 -1
  9. package/dist/core/feature-flags/feature-flags.registry.js +5 -0
  10. package/dist/core/feature-flags/feature-flags.registry.js.map +1 -1
  11. package/dist/core/homebridge-ipc/homebridge-ipc.service.js +1 -0
  12. package/dist/core/homebridge-ipc/homebridge-ipc.service.js.map +1 -1
  13. package/dist/core/spa/spa-html.service.d.ts +5 -0
  14. package/dist/core/spa/spa-html.service.js +32 -0
  15. package/dist/core/spa/spa-html.service.js.map +1 -0
  16. package/dist/core/spa/spa.filter.d.ts +3 -0
  17. package/dist/core/spa/spa.filter.js +22 -2
  18. package/dist/core/spa/spa.filter.js.map +1 -1
  19. package/dist/core/ssl/ssl-cert-generator.service.d.ts +15 -0
  20. package/dist/core/ssl/ssl-cert-generator.service.js +125 -0
  21. package/dist/core/ssl/ssl-cert-generator.service.js.map +1 -0
  22. package/dist/globalDefaults.js +3 -0
  23. package/dist/globalDefaults.js.map +1 -1
  24. package/dist/main.js +18 -4
  25. package/dist/main.js.map +1 -1
  26. package/dist/modules/accessories/accessories.controller.d.ts +1 -1
  27. package/dist/modules/accessories/accessories.interfaces.d.ts +94 -0
  28. package/dist/modules/accessories/accessories.interfaces.js +2 -0
  29. package/dist/modules/accessories/accessories.interfaces.js.map +1 -0
  30. package/dist/modules/accessories/accessories.module.js +2 -0
  31. package/dist/modules/accessories/accessories.module.js.map +1 -1
  32. package/dist/modules/accessories/accessories.service.d.ts +21 -3
  33. package/dist/modules/accessories/accessories.service.js +281 -17
  34. package/dist/modules/accessories/accessories.service.js.map +1 -1
  35. package/dist/modules/child-bridges/child-bridges.interfaces.d.ts +9 -0
  36. package/dist/modules/config-editor/config-editor.controller.d.ts +4 -0
  37. package/dist/modules/config-editor/config-editor.controller.js +64 -0
  38. package/dist/modules/config-editor/config-editor.controller.js.map +1 -1
  39. package/dist/modules/config-editor/config-editor.service.d.ts +6 -1
  40. package/dist/modules/config-editor/config-editor.service.js +45 -1
  41. package/dist/modules/config-editor/config-editor.service.js.map +1 -1
  42. package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js +1 -1
  43. package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js.map +1 -1
  44. package/dist/modules/plugins/plugins.service.js +15 -0
  45. package/dist/modules/plugins/plugins.service.js.map +1 -1
  46. package/dist/modules/server/server.controller.d.ts +50 -0
  47. package/dist/modules/server/server.controller.js +201 -2
  48. package/dist/modules/server/server.controller.js.map +1 -1
  49. package/dist/modules/server/server.service.d.ts +48 -0
  50. package/dist/modules/server/server.service.js +502 -14
  51. package/dist/modules/server/server.service.js.map +1 -1
  52. package/dist/modules/status/status.gateway.d.ts +2 -0
  53. package/dist/modules/status/status.interfaces.d.ts +11 -0
  54. package/dist/modules/status/status.service.d.ts +4 -1
  55. package/dist/modules/status/status.service.js +9 -0
  56. package/dist/modules/status/status.service.js.map +1 -1
  57. package/docs/matter-todo.md +15 -0
  58. package/docs/ssl-upload-pr.md +103 -0
  59. package/package.json +3 -1
  60. package/public/3rdpartylicenses.txt +631 -657
  61. package/public/assets/matter.svg +8 -0
  62. package/public/assets/plugin-ui-utils/ui.js +3 -0
  63. package/public/assets/plugin-ui-utils/ui.js.map +1 -1
  64. package/public/chunk-2OYRXBN2.js +1 -0
  65. package/public/chunk-2RZGQOIV.js +1 -0
  66. package/public/chunk-2TYRSR7L.js +1 -0
  67. package/public/chunk-2ZONQRJY.js +1 -0
  68. package/public/chunk-3SEP5DLZ.js +1 -0
  69. package/public/chunk-3Z2ANIU6.js +1 -0
  70. package/public/chunk-3ZAUWVFS.js +1 -0
  71. package/public/chunk-4SYWCOWD.js +1 -0
  72. package/public/chunk-4VXAGXIE.js +1 -0
  73. package/public/chunk-5BNEKASD.js +1 -0
  74. package/public/chunk-5GLW5TDA.js +1 -0
  75. package/public/chunk-5KS2DH7B.js +1 -0
  76. package/public/chunk-5RBSEAWH.js +1 -0
  77. package/public/chunk-6BJX5CLA.js +2 -0
  78. package/public/chunk-6JD6QYDM.js +1 -0
  79. package/public/chunk-6LMBPSI7.js +1 -0
  80. package/public/chunk-6PJ56ZYO.js +1 -0
  81. package/public/chunk-6TVBUEIO.js +1 -0
  82. package/public/chunk-725QXWIS.js +1 -0
  83. package/public/chunk-74D66TIP.js +1 -0
  84. package/public/chunk-7UVP7RXM.js +1 -0
  85. package/public/chunk-AJ6G5D4H.js +1 -0
  86. package/public/chunk-AKBDMFNY.js +1 -0
  87. package/public/chunk-AMYBOLIJ.js +1 -0
  88. package/public/chunk-AQMA3RDW.js +5 -0
  89. package/public/chunk-AVNUTXZU.js +1 -0
  90. package/public/chunk-B4AJQJMI.js +1 -0
  91. package/public/chunk-B7HJCRSF.js +1 -0
  92. package/public/chunk-B7M44SMZ.js +1 -0
  93. package/public/{chunk-SIVN6M76.js → chunk-BMOLDRJ3.js} +1 -1
  94. package/public/{chunk-FANHX5JR.js → chunk-BOC4GPPW.js} +1 -1
  95. package/public/chunk-BYKIYQDT.js +1 -0
  96. package/public/chunk-C7II5VP2.js +1 -0
  97. package/public/chunk-CH55NUDR.js +1 -0
  98. package/public/chunk-COMRMPAN.js +1 -0
  99. package/public/chunk-CVR7HH5R.js +19 -0
  100. package/public/chunk-D36GOGOL.js +16 -0
  101. package/public/chunk-D7DWUFHN.js +1 -0
  102. package/public/chunk-DIANFPJO.js +1 -0
  103. package/public/chunk-DIV6SBSA.js +1 -0
  104. package/public/chunk-DPOOINVO.js +1 -0
  105. package/public/chunk-DYMBIGE6.js +2 -0
  106. package/public/chunk-DZSNO3SI.js +1 -0
  107. package/public/chunk-E5XCBASH.js +1 -0
  108. package/public/chunk-EDQYUSSK.js +1 -0
  109. package/public/chunk-EGSAGFD6.js +1 -0
  110. package/public/chunk-EJDOJG5I.js +4 -0
  111. package/public/chunk-EKUI2KLJ.js +1 -0
  112. package/public/chunk-ELBRHYEQ.js +1 -0
  113. package/public/chunk-FE2B7I65.js +1 -0
  114. package/public/chunk-FEF3KUJO.js +1 -0
  115. package/public/chunk-FOZS44SP.js +1 -0
  116. package/public/chunk-G53OXLP6.js +1 -0
  117. package/public/chunk-GQP3IWNY.js +1 -0
  118. package/public/chunk-GRKUQDKZ.js +4 -0
  119. package/public/chunk-GTDQP2AN.js +1 -0
  120. package/public/chunk-GUGASWDS.js +1 -0
  121. package/public/{chunk-V4JCOKHQ.js → chunk-H7F7H5MW.js} +1 -1
  122. package/public/chunk-HBKEAKUY.js +1 -0
  123. package/public/chunk-HPMVQQCQ.js +1 -0
  124. package/public/chunk-HYXVTKH5.js +1 -0
  125. package/public/chunk-I4SED5RO.js +1 -0
  126. package/public/chunk-I5I4J3CI.js +1 -0
  127. package/public/chunk-IEA4TRJP.js +1 -0
  128. package/public/chunk-JHCMYPZI.js +1 -0
  129. package/public/chunk-KII4A2TO.js +1 -0
  130. package/public/chunk-KVCLSFUU.js +35 -0
  131. package/public/chunk-L56VCSQ2.js +2 -0
  132. package/public/chunk-LHNLN7G4.js +1 -0
  133. package/public/{chunk-N2EK3VS7.js → chunk-LTLKZ6BM.js} +1 -1
  134. package/public/chunk-MOJIJ4KI.js +1 -0
  135. package/public/chunk-MQYFARVS.js +1 -0
  136. package/public/chunk-MWXRPLUX.js +2 -0
  137. package/public/chunk-N5RLFJCF.js +1 -0
  138. package/public/chunk-NE5TKDBZ.js +1 -0
  139. package/public/chunk-NJRKOKSU.js +1 -0
  140. package/public/chunk-NNMBFXIZ.js +68 -0
  141. package/public/chunk-NXZQXLGL.js +2 -0
  142. package/public/chunk-O27K467V.js +1 -0
  143. package/public/chunk-O4N7TQYF.js +1 -0
  144. package/public/chunk-OEMJNAOZ.js +1 -0
  145. package/public/chunk-OKDYJSK3.js +1 -0
  146. package/public/chunk-OMS2DGGK.js +1 -0
  147. package/public/chunk-OXW7WUD2.js +1 -0
  148. package/public/chunk-OYAUZ7WO.js +1 -0
  149. package/public/chunk-P36LCHFC.js +1 -0
  150. package/public/chunk-P46NZURT.js +1 -0
  151. package/public/chunk-PPX7XLRU.js +19 -0
  152. package/public/chunk-PXHERBFM.js +2 -0
  153. package/public/chunk-QHLVWXBN.js +2 -0
  154. package/public/{chunk-NXNTFMYU.js → chunk-QSXYRFV2.js} +52 -2
  155. package/public/chunk-RLF5HK3M.js +1 -0
  156. package/public/chunk-STYJ7GX2.js +1 -0
  157. package/public/chunk-T5HDXHUI.js +1 -0
  158. package/public/chunk-TJM4IBUQ.js +1 -0
  159. package/public/chunk-TNHQCJ4K.js +1 -0
  160. package/public/chunk-TS4TGXTB.js +1 -0
  161. package/public/chunk-U32VG5WU.js +12 -0
  162. package/public/chunk-UIS7AEE6.js +1 -0
  163. package/public/chunk-UQ6A4TOF.js +1 -0
  164. package/public/chunk-UX5CFJ7O.js +4 -0
  165. package/public/chunk-VNBFOH2R.js +4 -0
  166. package/public/chunk-W4IPMDNP.js +1 -0
  167. package/public/chunk-WLACRWP7.js +3 -0
  168. package/public/chunk-XO4RLEIC.js +1 -0
  169. package/public/chunk-XYOWFUTO.js +1 -0
  170. package/public/chunk-Y2T2JCJS.js +1 -0
  171. package/public/chunk-YCP75D2G.js +8 -0
  172. package/public/chunk-Z5ETX2UJ.js +1 -0
  173. package/public/chunk-ZAZ3JGIS.js +1 -0
  174. package/public/chunk-ZCGZM7LU.js +1 -0
  175. package/public/chunk-ZLBX5GO7.js +1 -0
  176. package/public/chunk-ZO7KUAS7.js +1 -0
  177. package/public/chunk-ZSOLIIEA.js +1 -0
  178. package/public/chunk-ZTOOYWTR.js +1 -0
  179. package/public/chunk-ZVVR6KI7.js +1 -0
  180. package/public/index.html +2 -2
  181. package/public/main-T3PH2DNO.js +1 -0
  182. package/public/media/matter-P563JGDL.svg +8 -0
  183. package/public/polyfills-34U4WL3Z.js +1 -0
  184. package/public/styles-WJHG5ONB.css +1 -0
  185. package/scripts/extract-plugin-alias.js +53 -2
  186. package/public/chunk-3MO7ICHF.js +0 -1
  187. package/public/chunk-3PGUQRQW.js +0 -1
  188. package/public/chunk-3SKLXSFI.js +0 -1
  189. package/public/chunk-54X33YUH.js +0 -5
  190. package/public/chunk-56HOZZW6.js +0 -1
  191. package/public/chunk-5ZHDYUXA.js +0 -1
  192. package/public/chunk-6SUIFFAZ.js +0 -1
  193. package/public/chunk-7DOT7I4R.js +0 -1
  194. package/public/chunk-7O4JAXGA.js +0 -50
  195. package/public/chunk-A5EOSR6S.js +0 -1
  196. package/public/chunk-AIGU7Y6G.js +0 -1
  197. package/public/chunk-AK4UTJX2.js +0 -1
  198. package/public/chunk-BAHYSQO5.js +0 -1
  199. package/public/chunk-BJKMZCEQ.js +0 -1
  200. package/public/chunk-BNHW6YHK.js +0 -1
  201. package/public/chunk-BNQ6BOCY.js +0 -1
  202. package/public/chunk-BPQAV2XG.js +0 -1
  203. package/public/chunk-CCKAIEVL.js +0 -1
  204. package/public/chunk-CJJAQM22.js +0 -19
  205. package/public/chunk-D5Z6KR3J.js +0 -1
  206. package/public/chunk-DRKO4DTB.js +0 -1
  207. package/public/chunk-EBANXPKG.js +0 -1
  208. package/public/chunk-EQHGBDO3.js +0 -1
  209. package/public/chunk-GOLMQCNJ.js +0 -1
  210. package/public/chunk-GPTVUF5H.js +0 -1
  211. package/public/chunk-HRAMBCZG.js +0 -1
  212. package/public/chunk-IQUWZEQX.js +0 -1
  213. package/public/chunk-JE6FI7IW.js +0 -16
  214. package/public/chunk-JHD5MRCG.js +0 -2
  215. package/public/chunk-JI6C4NXH.js +0 -1
  216. package/public/chunk-JJZ232C2.js +0 -12
  217. package/public/chunk-JYAM3PTI.js +0 -1
  218. package/public/chunk-KCF7ILFR.js +0 -1
  219. package/public/chunk-KEKO5EFZ.js +0 -1
  220. package/public/chunk-KK7LTOA5.js +0 -1
  221. package/public/chunk-L2Y7HWNA.js +0 -1
  222. package/public/chunk-LVPMGB27.js +0 -1
  223. package/public/chunk-MA4NUDLX.js +0 -1
  224. package/public/chunk-ML7UNHWF.js +0 -1
  225. package/public/chunk-MY5KM2NY.js +0 -1
  226. package/public/chunk-NBTW66C4.js +0 -3
  227. package/public/chunk-NLWU3URB.js +0 -1
  228. package/public/chunk-NVN7DYND.js +0 -1
  229. package/public/chunk-OL7NNVJO.js +0 -1
  230. package/public/chunk-PHO7WRKK.js +0 -1
  231. package/public/chunk-PHWW4YF2.js +0 -1
  232. package/public/chunk-QPGFU6MO.js +0 -1
  233. package/public/chunk-QTIB6YCV.js +0 -1
  234. package/public/chunk-RZVF77KW.js +0 -4
  235. package/public/chunk-SNO4VAGT.js +0 -1
  236. package/public/chunk-STRTFJ4I.js +0 -1
  237. package/public/chunk-TGQIPKOK.js +0 -51
  238. package/public/chunk-TMGK6CPZ.js +0 -8
  239. package/public/chunk-UIZYHRTQ.js +0 -4
  240. package/public/chunk-UO2L3YPH.js +0 -1
  241. package/public/chunk-XCOJYJKE.js +0 -4
  242. package/public/chunk-XKFVEK25.js +0 -2
  243. package/public/chunk-XPGD2BHY.js +0 -40
  244. package/public/chunk-YBNR45V5.js +0 -5
  245. package/public/chunk-YK5NYQW5.js +0 -1
  246. package/public/chunk-ZDEL6332.js +0 -1
  247. package/public/chunk-ZRDN4L2J.js +0 -5
  248. package/public/chunk-ZYETXD5U.js +0 -1
  249. package/public/main-YYHATWMC.js +0 -1
  250. package/public/polyfills-5KWHJ7II.js +0 -2
  251. package/public/styles-G2ZRD7VU.css +0 -1
@@ -0,0 +1 @@
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.ready":"Ready","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_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.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.support_donate":"{{ iconHeart }} Love this plugin? A small donation can help the developer keep improving it for everyone! {{ link }}","plugins.manage.support_github":"You can show your support by giving this plugin a {{ iconStar }} (or the release a {{ iconThumbsUp }}) on GitHub!","plugins.manage.support_kofi":"{{ iconCoffee }} Enjoying this plugin? Treat the developer a coffee to say thanks and help keep it maintained! {{ link }}","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.reset":"Reset your status page layout to the default widget arrangement. This will overwrite your current layout.","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"}});export{i as a};
@@ -0,0 +1 @@
1
+ import{a}from"./chunk-P46NZURT.js";import"./chunk-B4AJQJMI.js";export default a();
@@ -0,0 +1 @@
1
+ import{C as E,D as h,F as _,I as w}from"./chunk-L56VCSQ2.js";import{Ab as f,Dc as d,Ec as p,Jb as i,Kb as e,Lb as u,Za as n,Zb as v,aa as l,kc as o,lc as a,nb as c,sa as s,zb as x}from"./chunk-UX5CFJ7O.js";import"./chunk-B4AJQJMI.js";function y(t,S){if(t&1&&(i(0,"div",7),o(1),e()),t&2){let r=v();n(),a(r.error())}}function C(t,S){t&1&&(i(0,"p",8),o(1),d(2,"translate"),e()),t&2&&(n(),a(p(2,1,"platform.linux.server_will_power_down")))}var D=(()=>{class t{$api=l(w);$toastr=l(_);$translate=l(E);error=s(!1);ngOnInit(){this.$api.put("/platform-tools/linux/shutdown-host",{}).catch(r=>{console.error(r),this.error.set(this.$translate.instant("platform.linux.server_restart_error")),this.$toastr.error(this.$translate.instant("platform.linux.server_restart_error"),this.$translate.instant("toast.title_error"))})}static \u0275fac=function(m){return new(m||t)};static \u0275cmp=c({type:t,selectors:[["ng-component"]],decls:13,vars:7,consts:[[1,"d-flex","justify-content-between"],[1,"primary-text","m-0"],[1,"my-4","align-items-center",2,"max-width","1000px","margin","auto"],[1,"w-100","text-center","primary-text","mb-5"],[1,"fas","fa-power-off",2,"font-size","75px"],[1,"text-center"],[1,"primary-text","mb-4"],[1,"alert","alert-error","my-4"],[1,"grey-text"]],template:function(m,g){m&1&&(i(0,"div",0)(1,"h3",1),o(2),d(3,"translate"),e()(),i(4,"div",2)(5,"div",3),u(6,"i",4),e(),i(7,"div",5)(8,"h4",6),o(9),d(10,"translate"),e(),x(11,y,2,1,"div",7)(12,C,3,3,"p",8),e()()),m&2&&(n(2),a(p(3,3,"menu.restart.title")),n(7),a(p(10,5,"platform.linux.shutting_down_server")),n(2),f(g.error()?11:12))},dependencies:[h],encapsulation:2})}return t})();export{D as ShutdownLinuxComponent};
@@ -0,0 +1,8 @@
1
+ import{Lb as xt,Nc as Ft,Oc as kt,ec as Dt,fc as Ut,nb as _t,xa as qt}from"./chunk-UX5CFJ7O.js";import{e as d,g as Ve,h as Lt}from"./chunk-B4AJQJMI.js";var Ht=d((Fn,zt)=>{zt.exports=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then}});var T=d(P=>{var st,Ke=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];P.getSymbolSize=function(t){if(!t)throw new Error('"version" cannot be null or undefined');if(t<1||t>40)throw new Error('"version" should be in range from 1 to 40');return t*4+17};P.getSymbolTotalCodewords=function(t){return Ke[t]};P.getBCHDigit=function(n){let t=0;for(;n!==0;)t++,n>>>=1;return t};P.setToSJISFunction=function(t){if(typeof t!="function")throw new Error('"toSJISFunc" is not a valid function.');st=t};P.isKanjiModeEnabled=function(){return typeof st<"u"};P.toSJIS=function(t){return st(t)}});var Q=d(w=>{w.L={bit:1};w.M={bit:0};w.Q={bit:3};w.H={bit:2};function Je(n){if(typeof n!="string")throw new Error("Param is not a string");switch(n.toLowerCase()){case"l":case"low":return w.L;case"m":case"medium":return w.M;case"q":case"quartile":return w.Q;case"h":case"high":return w.H;default:throw new Error("Unknown EC Level: "+n)}}w.isValid=function(t){return t&&typeof t.bit<"u"&&t.bit>=0&&t.bit<4};w.from=function(t,e){if(w.isValid(t))return t;try{return Je(t)}catch{return e}}});var Jt=d((Hn,Kt)=>{function Vt(){this.buffer=[],this.length=0}Vt.prototype={get:function(n){let t=Math.floor(n/8);return(this.buffer[t]>>>7-n%8&1)===1},put:function(n,t){for(let e=0;e<t;e++)this.putBit((n>>>t-e-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(n){let t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),n&&(this.buffer[t]|=128>>>this.length%8),this.length++}};Kt.exports=Vt});var Yt=d((Vn,Ot)=>{function k(n){if(!n||n<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=n,this.data=new Uint8Array(n*n),this.reservedBit=new Uint8Array(n*n)}k.prototype.set=function(n,t,e,r){let o=n*this.size+t;this.data[o]=e,r&&(this.reservedBit[o]=!0)};k.prototype.get=function(n,t){return this.data[n*this.size+t]};k.prototype.xor=function(n,t,e){this.data[n*this.size+t]^=e};k.prototype.isReserved=function(n,t){return this.reservedBit[n*this.size+t]};Ot.exports=k});var Qt=d(v=>{var Oe=T().getSymbolSize;v.getRowColCoords=function(t){if(t===1)return[];let e=Math.floor(t/7)+2,r=Oe(t),o=r===145?26:Math.ceil((r-13)/(2*e-2))*2,i=[r-7];for(let s=1;s<e-1;s++)i[s]=i[s-1]-o;return i.push(6),i.reverse()};v.getPositions=function(t){let e=[],r=v.getRowColCoords(t),o=r.length;for(let i=0;i<o;i++)for(let s=0;s<o;s++)i===0&&s===0||i===0&&s===o-1||i===o-1&&s===0||e.push([r[i],r[s]]);return e}});var Gt=d(jt=>{var Ye=T().getSymbolSize,vt=7;jt.getPositions=function(t){let e=Ye(t);return[[0,0],[e-vt,0],[0,e-vt]]}});var $t=d(g=>{g.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};var b={N1:3,N2:3,N3:40,N4:10};g.isValid=function(t){return t!=null&&t!==""&&!isNaN(t)&&t>=0&&t<=7};g.from=function(t){return g.isValid(t)?parseInt(t,10):void 0};g.getPenaltyN1=function(t){let e=t.size,r=0,o=0,i=0,s=null,u=null;for(let c=0;c<e;c++){o=i=0,s=u=null;for(let l=0;l<e;l++){let a=t.get(c,l);a===s?o++:(o>=5&&(r+=b.N1+(o-5)),s=a,o=1),a=t.get(l,c),a===u?i++:(i>=5&&(r+=b.N1+(i-5)),u=a,i=1)}o>=5&&(r+=b.N1+(o-5)),i>=5&&(r+=b.N1+(i-5))}return r};g.getPenaltyN2=function(t){let e=t.size,r=0;for(let o=0;o<e-1;o++)for(let i=0;i<e-1;i++){let s=t.get(o,i)+t.get(o,i+1)+t.get(o+1,i)+t.get(o+1,i+1);(s===4||s===0)&&r++}return r*b.N2};g.getPenaltyN3=function(t){let e=t.size,r=0,o=0,i=0;for(let s=0;s<e;s++){o=i=0;for(let u=0;u<e;u++)o=o<<1&2047|t.get(s,u),u>=10&&(o===1488||o===93)&&r++,i=i<<1&2047|t.get(u,s),u>=10&&(i===1488||i===93)&&r++}return r*b.N3};g.getPenaltyN4=function(t){let e=0,r=t.data.length;for(let i=0;i<r;i++)e+=t.data[i];return Math.abs(Math.ceil(e*100/r/5)-10)*b.N4};function Qe(n,t,e){switch(n){case g.Patterns.PATTERN000:return(t+e)%2===0;case g.Patterns.PATTERN001:return t%2===0;case g.Patterns.PATTERN010:return e%3===0;case g.Patterns.PATTERN011:return(t+e)%3===0;case g.Patterns.PATTERN100:return(Math.floor(t/2)+Math.floor(e/3))%2===0;case g.Patterns.PATTERN101:return t*e%2+t*e%3===0;case g.Patterns.PATTERN110:return(t*e%2+t*e%3)%2===0;case g.Patterns.PATTERN111:return(t*e%3+(t+e)%2)%2===0;default:throw new Error("bad maskPattern:"+n)}}g.applyMask=function(t,e){let r=e.size;for(let o=0;o<r;o++)for(let i=0;i<r;i++)e.isReserved(i,o)||e.xor(i,o,Qe(t,i,o))};g.getBestMask=function(t,e){let r=Object.keys(g.Patterns).length,o=0,i=1/0;for(let s=0;s<r;s++){e(s),g.applyMask(s,t);let u=g.getPenaltyN1(t)+g.getPenaltyN2(t)+g.getPenaltyN3(t)+g.getPenaltyN4(t);g.applyMask(s,t),u<i&&(i=u,o=s)}return o}});var ct=d(ut=>{var I=Q(),j=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],G=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];ut.getBlocksCount=function(t,e){switch(e){case I.L:return j[(t-1)*4+0];case I.M:return j[(t-1)*4+1];case I.Q:return j[(t-1)*4+2];case I.H:return j[(t-1)*4+3];default:return}};ut.getTotalCodewordsCount=function(t,e){switch(e){case I.L:return G[(t-1)*4+0];case I.M:return G[(t-1)*4+1];case I.Q:return G[(t-1)*4+2];case I.H:return G[(t-1)*4+3];default:return}}});var Wt=d(W=>{var z=new Uint8Array(512),$=new Uint8Array(256);(function(){let t=1;for(let e=0;e<255;e++)z[e]=t,$[t]=e,t<<=1,t&256&&(t^=285);for(let e=255;e<512;e++)z[e]=z[e-255]})();W.log=function(t){if(t<1)throw new Error("log("+t+")");return $[t]};W.exp=function(t){return z[t]};W.mul=function(t,e){return t===0||e===0?0:z[$[t]+$[e]]}});var Zt=d(H=>{var lt=Wt();H.mul=function(t,e){let r=new Uint8Array(t.length+e.length-1);for(let o=0;o<t.length;o++)for(let i=0;i<e.length;i++)r[o+i]^=lt.mul(t[o],e[i]);return r};H.mod=function(t,e){let r=new Uint8Array(t);for(;r.length-e.length>=0;){let o=r[0];for(let s=0;s<e.length;s++)r[s]^=lt.mul(e[s],o);let i=0;for(;i<r.length&&r[i]===0;)i++;r=r.slice(i)}return r};H.generateECPolynomial=function(t){let e=new Uint8Array([1]);for(let r=0;r<t;r++)e=H.mul(e,new Uint8Array([1,lt.exp(r)]));return e}});var ee=d((jn,te)=>{var Xt=Zt();function at(n){this.genPoly=void 0,this.degree=n,this.degree&&this.initialize(this.degree)}at.prototype.initialize=function(t){this.degree=t,this.genPoly=Xt.generateECPolynomial(this.degree)};at.prototype.encode=function(t){if(!this.genPoly)throw new Error("Encoder not initialized");let e=new Uint8Array(t.length+this.degree);e.set(t);let r=Xt.mod(e,this.genPoly),o=this.degree-r.length;if(o>0){let i=new Uint8Array(this.degree);return i.set(r,o),i}return r};te.exports=at});var ft=d(ne=>{ne.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}});var dt=d(B=>{var re="[0-9]+",ve="[A-Z $%*+\\-./:]+",V="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";V=V.replace(/u/g,"\\u");var je="(?:(?![A-Z0-9 $%*+\\-./:]|"+V+`)(?:.|[\r
2
+ ]))+`;B.KANJI=new RegExp(V,"g");B.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g");B.BYTE=new RegExp(je,"g");B.NUMERIC=new RegExp(re,"g");B.ALPHANUMERIC=new RegExp(ve,"g");var Ge=new RegExp("^"+V+"$"),$e=new RegExp("^"+re+"$"),We=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");B.testKanji=function(t){return Ge.test(t)};B.testNumeric=function(t){return $e.test(t)};B.testAlphanumeric=function(t){return We.test(t)}});var M=d(p=>{var Ze=ft(),gt=dt();p.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]};p.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]};p.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]};p.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]};p.MIXED={bit:-1};p.getCharCountIndicator=function(t,e){if(!t.ccBits)throw new Error("Invalid mode: "+t);if(!Ze.isValid(e))throw new Error("Invalid version: "+e);return e>=1&&e<10?t.ccBits[0]:e<27?t.ccBits[1]:t.ccBits[2]};p.getBestModeForData=function(t){return gt.testNumeric(t)?p.NUMERIC:gt.testAlphanumeric(t)?p.ALPHANUMERIC:gt.testKanji(t)?p.KANJI:p.BYTE};p.toString=function(t){if(t&&t.id)return t.id;throw new Error("Invalid mode")};p.isValid=function(t){return t&&t.bit&&t.ccBits};function Xe(n){if(typeof n!="string")throw new Error("Param is not a string");switch(n.toLowerCase()){case"numeric":return p.NUMERIC;case"alphanumeric":return p.ALPHANUMERIC;case"kanji":return p.KANJI;case"byte":return p.BYTE;default:throw new Error("Unknown mode: "+n)}}p.from=function(t,e){if(p.isValid(t))return t;try{return Xe(t)}catch{return e}}});var ce=d(R=>{var Z=T(),tn=ct(),oe=Q(),S=M(),ht=ft(),se=7973,ie=Z.getBCHDigit(se);function en(n,t,e){for(let r=1;r<=40;r++)if(t<=R.getCapacity(r,e,n))return r}function ue(n,t){return S.getCharCountIndicator(n,t)+4}function nn(n,t){let e=0;return n.forEach(function(r){let o=ue(r.mode,t);e+=o+r.getBitsLength()}),e}function rn(n,t){for(let e=1;e<=40;e++)if(nn(n,e)<=R.getCapacity(e,t,S.MIXED))return e}R.from=function(t,e){return ht.isValid(t)?parseInt(t,10):e};R.getCapacity=function(t,e,r){if(!ht.isValid(t))throw new Error("Invalid QR Code version");typeof r>"u"&&(r=S.BYTE);let o=Z.getSymbolTotalCodewords(t),i=tn.getTotalCodewordsCount(t,e),s=(o-i)*8;if(r===S.MIXED)return s;let u=s-ue(r,t);switch(r){case S.NUMERIC:return Math.floor(u/10*3);case S.ALPHANUMERIC:return Math.floor(u/11*2);case S.KANJI:return Math.floor(u/13);case S.BYTE:default:return Math.floor(u/8)}};R.getBestVersionForData=function(t,e){let r,o=oe.from(e,oe.M);if(Array.isArray(t)){if(t.length>1)return rn(t,o);if(t.length===0)return 1;r=t[0]}else r=t;return en(r.mode,r.getLength(),o)};R.getEncodedBits=function(t){if(!ht.isValid(t)||t<7)throw new Error("Invalid QR Code version");let e=t<<12;for(;Z.getBCHDigit(e)-ie>=0;)e^=se<<Z.getBCHDigit(e)-ie;return t<<12|e}});var de=d(fe=>{var pt=T(),ae=1335,on=21522,le=pt.getBCHDigit(ae);fe.getEncodedBits=function(t,e){let r=t.bit<<3|e,o=r<<10;for(;pt.getBCHDigit(o)-le>=0;)o^=ae<<pt.getBCHDigit(o)-le;return(r<<10|o)^on}});var he=d((tr,ge)=>{var sn=M();function _(n){this.mode=sn.NUMERIC,this.data=n.toString()}_.getBitsLength=function(t){return 10*Math.floor(t/3)+(t%3?t%3*3+1:0)};_.prototype.getLength=function(){return this.data.length};_.prototype.getBitsLength=function(){return _.getBitsLength(this.data.length)};_.prototype.write=function(t){let e,r,o;for(e=0;e+3<=this.data.length;e+=3)r=this.data.substr(e,3),o=parseInt(r,10),t.put(o,10);let i=this.data.length-e;i>0&&(r=this.data.substr(e),o=parseInt(r,10),t.put(o,i*3+1))};ge.exports=_});var me=d((er,pe)=>{var un=M(),mt=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function x(n){this.mode=un.ALPHANUMERIC,this.data=n}x.getBitsLength=function(t){return 11*Math.floor(t/2)+6*(t%2)};x.prototype.getLength=function(){return this.data.length};x.prototype.getBitsLength=function(){return x.getBitsLength(this.data.length)};x.prototype.write=function(t){let e;for(e=0;e+2<=this.data.length;e+=2){let r=mt.indexOf(this.data[e])*45;r+=mt.indexOf(this.data[e+1]),t.put(r,11)}this.data.length%2&&t.put(mt.indexOf(this.data[e]),6)};pe.exports=x});var ye=d((nr,we)=>{var cn=M();function D(n){this.mode=cn.BYTE,typeof n=="string"?this.data=new TextEncoder().encode(n):this.data=new Uint8Array(n)}D.getBitsLength=function(t){return t*8};D.prototype.getLength=function(){return this.data.length};D.prototype.getBitsLength=function(){return D.getBitsLength(this.data.length)};D.prototype.write=function(n){for(let t=0,e=this.data.length;t<e;t++)n.put(this.data[t],8)};we.exports=D});var Ce=d((rr,Ee)=>{var ln=M(),an=T();function U(n){this.mode=ln.KANJI,this.data=n}U.getBitsLength=function(t){return t*13};U.prototype.getLength=function(){return this.data.length};U.prototype.getBitsLength=function(){return U.getBitsLength(this.data.length)};U.prototype.write=function(n){let t;for(t=0;t<this.data.length;t++){let e=an.toSJIS(this.data[t]);if(e>=33088&&e<=40956)e-=33088;else if(e>=57408&&e<=60351)e-=49472;else throw new Error("Invalid SJIS character: "+this.data[t]+`
3
+ Make sure your charset is UTF-8`);e=(e>>>8&255)*192+(e&255),n.put(e,13)}};Ee.exports=U});var Be=d((or,wt)=>{"use strict";var K={single_source_shortest_paths:function(n,t,e){var r={},o={};o[t]=0;var i=K.PriorityQueue.make();i.push(t,0);for(var s,u,c,l,a,m,h,y,A;!i.empty();){s=i.pop(),u=s.value,l=s.cost,a=n[u]||{};for(c in a)a.hasOwnProperty(c)&&(m=a[c],h=l+m,y=o[c],A=typeof o[c]>"u",(A||y>h)&&(o[c]=h,i.push(c,h),r[c]=u))}if(typeof e<"u"&&typeof o[e]>"u"){var N=["Could not find a path from ",t," to ",e,"."].join("");throw new Error(N)}return r},extract_shortest_path_from_predecessor_list:function(n,t){for(var e=[],r=t,o;r;)e.push(r),o=n[r],r=n[r];return e.reverse(),e},find_path:function(n,t,e){var r=K.single_source_shortest_paths(n,t,e);return K.extract_shortest_path_from_predecessor_list(r,e)},PriorityQueue:{make:function(n){var t=K.PriorityQueue,e={},r;n=n||{};for(r in t)t.hasOwnProperty(r)&&(e[r]=t[r]);return e.queue=[],e.sorter=n.sorter||t.default_sorter,e},default_sorter:function(n,t){return n.cost-t.cost},push:function(n,t){var e={value:n,cost:t};this.queue.push(e),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};typeof wt<"u"&&(wt.exports=K)});var be=d(F=>{var f=M(),Te=he(),Ie=me(),Me=ye(),Se=Ce(),J=dt(),X=T(),fn=Be();function Ae(n){return unescape(encodeURIComponent(n)).length}function O(n,t,e){let r=[],o;for(;(o=n.exec(e))!==null;)r.push({data:o[0],index:o.index,mode:t,length:o[0].length});return r}function Pe(n){let t=O(J.NUMERIC,f.NUMERIC,n),e=O(J.ALPHANUMERIC,f.ALPHANUMERIC,n),r,o;return X.isKanjiModeEnabled()?(r=O(J.BYTE,f.BYTE,n),o=O(J.KANJI,f.KANJI,n)):(r=O(J.BYTE_KANJI,f.BYTE,n),o=[]),t.concat(e,r,o).sort(function(s,u){return s.index-u.index}).map(function(s){return{data:s.data,mode:s.mode,length:s.length}})}function yt(n,t){switch(t){case f.NUMERIC:return Te.getBitsLength(n);case f.ALPHANUMERIC:return Ie.getBitsLength(n);case f.KANJI:return Se.getBitsLength(n);case f.BYTE:return Me.getBitsLength(n)}}function dn(n){return n.reduce(function(t,e){let r=t.length-1>=0?t[t.length-1]:null;return r&&r.mode===e.mode?(t[t.length-1].data+=e.data,t):(t.push(e),t)},[])}function gn(n){let t=[];for(let e=0;e<n.length;e++){let r=n[e];switch(r.mode){case f.NUMERIC:t.push([r,{data:r.data,mode:f.ALPHANUMERIC,length:r.length},{data:r.data,mode:f.BYTE,length:r.length}]);break;case f.ALPHANUMERIC:t.push([r,{data:r.data,mode:f.BYTE,length:r.length}]);break;case f.KANJI:t.push([r,{data:r.data,mode:f.BYTE,length:Ae(r.data)}]);break;case f.BYTE:t.push([{data:r.data,mode:f.BYTE,length:Ae(r.data)}])}}return t}function hn(n,t){let e={},r={start:{}},o=["start"];for(let i=0;i<n.length;i++){let s=n[i],u=[];for(let c=0;c<s.length;c++){let l=s[c],a=""+i+c;u.push(a),e[a]={node:l,lastCount:0},r[a]={};for(let m=0;m<o.length;m++){let h=o[m];e[h]&&e[h].node.mode===l.mode?(r[h][a]=yt(e[h].lastCount+l.length,l.mode)-yt(e[h].lastCount,l.mode),e[h].lastCount+=l.length):(e[h]&&(e[h].lastCount=l.length),r[h][a]=yt(l.length,l.mode)+4+f.getCharCountIndicator(l.mode,t))}}o=u}for(let i=0;i<o.length;i++)r[o[i]].end=0;return{map:r,table:e}}function Ne(n,t){let e,r=f.getBestModeForData(n);if(e=f.from(t,r),e!==f.BYTE&&e.bit<r.bit)throw new Error('"'+n+'" cannot be encoded with mode '+f.toString(e)+`.
4
+ Suggested mode is: `+f.toString(r));switch(e===f.KANJI&&!X.isKanjiModeEnabled()&&(e=f.BYTE),e){case f.NUMERIC:return new Te(n);case f.ALPHANUMERIC:return new Ie(n);case f.KANJI:return new Se(n);case f.BYTE:return new Me(n)}}F.fromArray=function(t){return t.reduce(function(e,r){return typeof r=="string"?e.push(Ne(r,null)):r.data&&e.push(Ne(r.data,r.mode)),e},[])};F.fromString=function(t,e){let r=Pe(t,X.isKanjiModeEnabled()),o=gn(r),i=hn(o,e),s=fn.find_path(i.map,"start","end"),u=[];for(let c=1;c<s.length-1;c++)u.push(i.table[s[c]].node);return F.fromArray(dn(u))};F.rawSplit=function(t){return F.fromArray(Pe(t,X.isKanjiModeEnabled()))}});var Le=d(Re=>{var et=T(),Et=Q(),pn=Jt(),mn=Yt(),wn=Qt(),yn=Gt(),At=$t(),Nt=ct(),En=ee(),tt=ce(),Cn=de(),Bn=M(),Ct=be();function An(n,t){let e=n.size,r=yn.getPositions(t);for(let o=0;o<r.length;o++){let i=r[o][0],s=r[o][1];for(let u=-1;u<=7;u++)if(!(i+u<=-1||e<=i+u))for(let c=-1;c<=7;c++)s+c<=-1||e<=s+c||(u>=0&&u<=6&&(c===0||c===6)||c>=0&&c<=6&&(u===0||u===6)||u>=2&&u<=4&&c>=2&&c<=4?n.set(i+u,s+c,!0,!0):n.set(i+u,s+c,!1,!0))}}function Nn(n){let t=n.size;for(let e=8;e<t-8;e++){let r=e%2===0;n.set(e,6,r,!0),n.set(6,e,r,!0)}}function Tn(n,t){let e=wn.getPositions(t);for(let r=0;r<e.length;r++){let o=e[r][0],i=e[r][1];for(let s=-2;s<=2;s++)for(let u=-2;u<=2;u++)s===-2||s===2||u===-2||u===2||s===0&&u===0?n.set(o+s,i+u,!0,!0):n.set(o+s,i+u,!1,!0)}}function In(n,t){let e=n.size,r=tt.getEncodedBits(t),o,i,s;for(let u=0;u<18;u++)o=Math.floor(u/3),i=u%3+e-8-3,s=(r>>u&1)===1,n.set(o,i,s,!0),n.set(i,o,s,!0)}function Bt(n,t,e){let r=n.size,o=Cn.getEncodedBits(t,e),i,s;for(i=0;i<15;i++)s=(o>>i&1)===1,i<6?n.set(i,8,s,!0):i<8?n.set(i+1,8,s,!0):n.set(r-15+i,8,s,!0),i<8?n.set(8,r-i-1,s,!0):i<9?n.set(8,15-i-1+1,s,!0):n.set(8,15-i-1,s,!0);n.set(r-8,8,1,!0)}function Mn(n,t){let e=n.size,r=-1,o=e-1,i=7,s=0;for(let u=e-1;u>0;u-=2)for(u===6&&u--;;){for(let c=0;c<2;c++)if(!n.isReserved(o,u-c)){let l=!1;s<t.length&&(l=(t[s]>>>i&1)===1),n.set(o,u-c,l),i--,i===-1&&(s++,i=7)}if(o+=r,o<0||e<=o){o-=r,r=-r;break}}}function Sn(n,t,e){let r=new pn;e.forEach(function(c){r.put(c.mode.bit,4),r.put(c.getLength(),Bn.getCharCountIndicator(c.mode,n)),c.write(r)});let o=et.getSymbolTotalCodewords(n),i=Nt.getTotalCodewordsCount(n,t),s=(o-i)*8;for(r.getLengthInBits()+4<=s&&r.put(0,4);r.getLengthInBits()%8!==0;)r.putBit(0);let u=(s-r.getLengthInBits())/8;for(let c=0;c<u;c++)r.put(c%2?17:236,8);return Pn(r,n,t)}function Pn(n,t,e){let r=et.getSymbolTotalCodewords(t),o=Nt.getTotalCodewordsCount(t,e),i=r-o,s=Nt.getBlocksCount(t,e),u=r%s,c=s-u,l=Math.floor(r/s),a=Math.floor(i/s),m=a+1,h=l-a,y=new En(h),A=0,N=new Array(s),bt=new Array(s),rt=0,He=new Uint8Array(n.buffer);for(let q=0;q<s;q++){let it=q<c?a:m;N[q]=He.slice(A,A+it),bt[q]=y.encode(N[q]),A+=it,rt=Math.max(rt,it)}let ot=new Uint8Array(r),Rt=0,E,C;for(E=0;E<rt;E++)for(C=0;C<s;C++)E<N[C].length&&(ot[Rt++]=N[C][E]);for(E=0;E<h;E++)for(C=0;C<s;C++)ot[Rt++]=bt[C][E];return ot}function bn(n,t,e,r){let o;if(Array.isArray(n))o=Ct.fromArray(n);else if(typeof n=="string"){let l=t;if(!l){let a=Ct.rawSplit(n);l=tt.getBestVersionForData(a,e)}o=Ct.fromString(n,l||40)}else throw new Error("Invalid data");let i=tt.getBestVersionForData(o,e);if(!i)throw new Error("The amount of data is too big to be stored in a QR Code");if(!t)t=i;else if(t<i)throw new Error(`
5
+ The chosen QR Code version cannot contain this amount of data.
6
+ Minimum version required to store current data is: `+i+`.
7
+ `);let s=Sn(t,e,o),u=et.getSymbolSize(t),c=new mn(u);return An(c,t),Nn(c),Tn(c,t),Bt(c,e,0),t>=7&&In(c,t),Mn(c,s),isNaN(r)&&(r=At.getBestMask(c,Bt.bind(null,c,e))),At.applyMask(r,c),Bt(c,e,r),{modules:c,version:t,errorCorrectionLevel:e,maskPattern:r,segments:o}}Re.create=function(t,e){if(typeof t>"u"||t==="")throw new Error("No input text");let r=Et.M,o,i;return typeof e<"u"&&(r=Et.from(e.errorCorrectionLevel,Et.M),o=tt.from(e.version),i=At.from(e.maskPattern),e.toSJISFunc&&et.setToSJISFunction(e.toSJISFunc)),bn(t,o,r,i)}});var Tt=d(L=>{function qe(n){if(typeof n=="number"&&(n=n.toString()),typeof n!="string")throw new Error("Color should be defined as hex string");let t=n.slice().replace("#","").split("");if(t.length<3||t.length===5||t.length>8)throw new Error("Invalid hex color: "+n);(t.length===3||t.length===4)&&(t=Array.prototype.concat.apply([],t.map(function(r){return[r,r]}))),t.length===6&&t.push("F","F");let e=parseInt(t.join(""),16);return{r:e>>24&255,g:e>>16&255,b:e>>8&255,a:e&255,hex:"#"+t.slice(0,6).join("")}}L.getOptions=function(t){t||(t={}),t.color||(t.color={});let e=typeof t.margin>"u"||t.margin===null||t.margin<0?4:t.margin,r=t.width&&t.width>=21?t.width:void 0,o=t.scale||4;return{width:r,scale:r?4:o,margin:e,color:{dark:qe(t.color.dark||"#000000ff"),light:qe(t.color.light||"#ffffffff")},type:t.type,rendererOpts:t.rendererOpts||{}}};L.getScale=function(t,e){return e.width&&e.width>=t+e.margin*2?e.width/(t+e.margin*2):e.scale};L.getImageWidth=function(t,e){let r=L.getScale(t,e);return Math.floor((t+e.margin*2)*r)};L.qrToImageData=function(t,e,r){let o=e.modules.size,i=e.modules.data,s=L.getScale(o,r),u=Math.floor((o+r.margin*2)*s),c=r.margin*s,l=[r.color.light,r.color.dark];for(let a=0;a<u;a++)for(let m=0;m<u;m++){let h=(a*u+m)*4,y=r.color.light;if(a>=c&&m>=c&&a<u-c&&m<u-c){let A=Math.floor((a-c)/s),N=Math.floor((m-c)/s);y=l[i[A*o+N]?1:0]}t[h++]=y.r,t[h++]=y.g,t[h++]=y.b,t[h]=y.a}}});var _e=d(nt=>{var It=Tt();function Rn(n,t,e){n.clearRect(0,0,t.width,t.height),t.style||(t.style={}),t.height=e,t.width=e,t.style.height=e+"px",t.style.width=e+"px"}function Ln(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}nt.render=function(t,e,r){let o=r,i=e;typeof o>"u"&&(!e||!e.getContext)&&(o=e,e=void 0),e||(i=Ln()),o=It.getOptions(o);let s=It.getImageWidth(t.modules.size,o),u=i.getContext("2d"),c=u.createImageData(s,s);return It.qrToImageData(c.data,t,o),Rn(u,i,s),u.putImageData(c,0,0),i};nt.renderToDataURL=function(t,e,r){let o=r;typeof o>"u"&&(!e||!e.getContext)&&(o=e,e=void 0),o||(o={});let i=nt.render(t,e,o),s=o.type||"image/png",u=o.rendererOpts||{};return i.toDataURL(s,u.quality)}});var Ue=d(De=>{var qn=Tt();function xe(n,t){let e=n.a/255,r=t+'="'+n.hex+'"';return e<1?r+" "+t+'-opacity="'+e.toFixed(2).slice(1)+'"':r}function Mt(n,t,e){let r=n+t;return typeof e<"u"&&(r+=" "+e),r}function _n(n,t,e){let r="",o=0,i=!1,s=0;for(let u=0;u<n.length;u++){let c=Math.floor(u%t),l=Math.floor(u/t);!c&&!i&&(i=!0),n[u]?(s++,u>0&&c>0&&n[u-1]||(r+=i?Mt("M",c+e,.5+l+e):Mt("m",o,0),o=0,i=!1),c+1<t&&n[u+1]||(r+=Mt("h",s),s=0)):o++}return r}De.render=function(t,e,r){let o=qn.getOptions(e),i=t.modules.size,s=t.modules.data,u=i+o.margin*2,c=o.color.light.a?"<path "+xe(o.color.light,"fill")+' d="M0 0h'+u+"v"+u+'H0z"/>':"",l="<path "+xe(o.color.dark,"stroke")+' d="'+_n(s,i,o.margin)+'"/>',a='viewBox="0 0 '+u+" "+u+'"',h='<svg xmlns="http://www.w3.org/2000/svg" '+(o.width?'width="'+o.width+'" height="'+o.width+'" ':"")+a+' shape-rendering="crispEdges">'+c+l+`</svg>
8
+ `;return typeof r=="function"&&r(null,h),h}});var ke=d(Y=>{var xn=Ht(),St=Le(),Fe=_e(),Dn=Ue();function Pt(n,t,e,r,o){let i=[].slice.call(arguments,1),s=i.length,u=typeof i[s-1]=="function";if(!u&&!xn())throw new Error("Callback required as last argument");if(u){if(s<2)throw new Error("Too few arguments provided");s===2?(o=e,e=t,t=r=void 0):s===3&&(t.getContext&&typeof o>"u"?(o=r,r=void 0):(o=r,r=e,e=t,t=void 0))}else{if(s<1)throw new Error("Too few arguments provided");return s===1?(e=t,t=r=void 0):s===2&&!t.getContext&&(r=e,e=t,t=void 0),new Promise(function(c,l){try{let a=St.create(e,r);c(n(a,t,r))}catch(a){l(a)}})}try{let c=St.create(e,r);o(null,n(c,t,r))}catch(c){o(c)}}Y.create=St.create;Y.toCanvas=Pt.bind(null,Fe.render);Y.toDataURL=Pt.bind(null,Fe.renderToDataURL);Y.toString=Pt.bind(null,function(n,t,e){return Dn.render(n,e)})});var ze=Ve(ke(),1);var Un=["qrcode"],hr=(()=>{class n{data=Ft.required();qrcodeElement=kt("qrcode");ngOnChanges(){this.renderQrCode()}renderQrCode(){return Lt(this,null,function*(){if(this.data()){let e=this.qrcodeElement();e.nativeElement.innerHTML=yield(0,ze.toString)(this.data(),{type:"svg",margin:0,color:{light:"#ffffff00",dark:document.body.classList.contains("dark-mode")?"#FFF":"#000"}}),e.nativeElement.querySelector("svg").querySelector("path").classList.add("qr-code-theme-color")}})}static \u0275fac=function(r){return new(r||n)};static \u0275cmp=_t({type:n,selectors:[["app-qrcode"]],viewQuery:function(r,o){r&1&&Dt(o.qrcodeElement,Un,5),r&2&&Ut()},inputs:{data:[1,"data"]},features:[qt],decls:2,vars:0,consts:[["qrcode",""],[2,"width","100%","height","100%"]],template:function(r,o){r&1&&xt(0,"div",1,0)},encapsulation:2})}return n})();export{hr as a};
@@ -0,0 +1 @@
1
+ import{a}from"./chunk-5GLW5TDA.js";import"./chunk-B4AJQJMI.js";export default a();
@@ -0,0 +1 @@
1
+ import{e}from"./chunk-B4AJQJMI.js";var s=e((i,t)=>{t.exports={"accessories.accessory_info":"Accessory Information","accessories.bridge_ip":"Bridge IP","accessories.bridge_port":"Bridge Port","accessories.button_add_room":"Add Room","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":"Auto","accessories.control.away":"Away","accessories.control.battery_charged":"Charged","accessories.control.battery_charging":"Charging","accessories.control.battery_low":"Battery Low","accessories.control.battery_notchargeable":"Not Chargeable","accessories.control.battery_notcharging":"Not Charging","accessories.control.brightness":"Brightness","accessories.control.cleaning":"Cleaning","accessories.control.closed":"Closed","accessories.control.closing":"Closing","accessories.control.color_temperature":"Color Temperature","accessories.control.cool":"Cool","accessories.control.current":"Current","accessories.control.default_room":"Default Room","accessories.control.dehumidify":"Dehumidify","accessories.control.detected":"Detected","accessories.control.direction_control":"Direction Control","accessories.control.drag_here":"Drag Here","accessories.control.filter_level":"Filter Life","accessories.control.heat":"Heat","accessories.control.home":"Home","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":"Jammed","accessories.control.lock_auto":"Auto Lock Timer","accessories.control.locked":"Locked","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":"Mute","accessories.control.mute_control":"Mute Control","accessories.control.night":"Night","accessories.control.no_data":"No Data","accessories.control.not_detected":"Not Detected","accessories.control.not_mute":"Audible","accessories.control.obstructed":"Obstructed","accessories.control.off":"Off","accessories.control.on":"On","accessories.control.open":"Open","accessories.control.opening":"Opening","accessories.control.pause":"Pause","accessories.control.paused":"Paused","accessories.control.play":"Play","accessories.control.ready":"Ready","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":"Rotation Speed","accessories.control.running":"Running","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":"Stopped","accessories.control.target":"Target","accessories.control.target_auto":"Auto Target","accessories.control.threshold_auto":"Auto Threshold","accessories.control.triggered":"Triggered","accessories.control.unknown":"Unknown","accessories.control.unlocked":"Unlocked","accessories.control_disabled":"Homebridge Accessory Control Disabled","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_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":"Hide this accessory","accessories.message_must_use_insecure_mode":"To control your accessories you must be running Homebridge in insecure mode {{ link }}.","accessories.name":"Name","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":"Room Name","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":"Show in dashboard widget","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":"The rooms you create here will not appear in HomeKit, they are only for the organisation of accessories in the 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":"Backup download failed.","backup.backup_exceeds_max_size":"Backup ({{ backupSize }}) exceeds maximum restore file size of {{ maxBackupSizeText }}","backup.backup_help_one":"Download a backup archive of your entire Homebridge environment. This will backup the entire contents of your Homebridge storage directory which you can later restore on any platform capable of running the Homebridge UI.","backup.backup_help_two":"Plugins not hosted on npm, or plugins installed directly from GitHub will not be backed up or restored.","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":"Backup Archive Restored","backup.backup_warning":"Backup archives contain sensitive information and should not be shared with others.","backup.files_auto":"Stored Backup Files","backup.label_extracting":"Extracting Archive","backup.label_uploading":"Uploading\u2026","backup.load_error":"Failed to load config backup.","backup.restore_failed":"Restore Failed","backup.restore_help_one":"Restore a backup archive you previously made using the Homebridge UI. Your Homebridge config, cached accessories, HomeKit pairings and Homebridge UI user accounts will be restored. Any Homebridge plugins you had installed will also be downloaded from the npm registry.","backup.restore_help_two":"You will need to login to the Homebridge UI using the credentials from the restored instance after completing a restore.","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":"Restoring from a backup will irreversibly overwrite the current Homebridge configuration.","backup.scheduled_backup_disabled":"Scheduled backups have been disabled via the configuration.","backup.scheduled_backup_time":"A full backup of the Homebridge instance is automatically created every day at {{ backupTime }} and kept for {{ dayCount }} days.","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 allows you to run your plugin's platform or accessory as an isolated child bridge {{ link }}. This can improve the general responsiveness and reliability of Homebridge.","child_bridge.bridge_connect":"Connect to HomeKit","child_bridge.bridge_settings":"Child Bridge Config","child_bridge.bridges":"Bridges","child_bridge.bridges_paired":"Each child bridge platform or accessory will need to be paired with HomeKit separately.","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":"Remember that the Matter integration is experimental and may not work perfectly with all accessories or setups.","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":"You need to configure this plugin before you can manage its bridge settings.","child_bridge.reset_accessories":"Reset Accessories","child_bridge.restart":"Restart Child Bridge","child_bridge.restart_plural":"Restart Child Bridges","child_bridge.return_to_pair":"Return to this screen after Homebridge has restarted to view the pairing QR code.","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":"Disabled","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?","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":"accessories must be an array []","config.config_bridge_missing":"Bridge settings missing","config.config_invalid_json":"Config contains invalid JSON","config.config_platform_must_be_array":"platforms must be an array []","config.config_saved":"Configuration Saved","config.config_username_error":"Bridge username must be 6 pairs of colon-separated hexadecimal characters (A-F 0-9)","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":"Failed to save config","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":"Click Save to confirm you want to restore this backup.","config.restore.copy_to_editor":"Copy to 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":"All Backups Deleted","config.restore.view_inline":"Inline View","config.restore.view_side_by_side":"Side-By-Side View","config.title_backup_loaded":"Backup Loaded","form.button_allow":"Allow","form.button_back":"Back","form.button_cancel":"Cancel","form.button_close":"Close","form.button_continue":"Continue","form.button_delete":"Delete","form.button_delete_all":"Delete All","form.button_disable":"Disable","form.button_download":"Download","form.button_edit":"Edit","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":"Restore","form.button_save":"Save","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":"Invalid username or password","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":"Two Factor Authentication Code","logs.download.error":"Failed to download log file.","logs.download_warning":"Homebridge log files may contain personal information, passwords or access tokens. Please review the log file and remove any sensitive information before sharing with others.","logs.log_file_truncated":"Log file truncated.","logs.placeholder_search_logs":"Search logs (min. 3 characters)...","logs.title_download_log_file":"Download Log File","logs.title_truncate_log_file":"Delete Logs","logs.truncate.error":"Failed to truncate log file.","logs.truncate_log_warning":"This action will irreversibly delete your existing Homebridge logs. Are you sure you want to continue?","matter_bridge.config.use":"Enable Matter","menu.config_json_editor":"JSON Config","menu.docker.restart_container":"Restart Container","menu.docker.startup_script":"Startup Script","menu.docker.terminal":"Terminal","menu.hbrestart.confirm_hb":"Restart Homebridge","menu.hbrestart.confirm_ui":"Restart HB Service & UI","menu.hbrestart.title":"Restart Homebridge","menu.label_accessories":"Accessories","menu.label_plugins":"Plugins","menu.label_settings":"Settings","menu.label_status":"Status","menu.linux.label_logs":"Logs","menu.linux.label_restart_server":"Restart OS","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":"Shutdown OS","menu.linux.label_terminal":"Terminal","menu.reload":"Reload","menu.restart.title":"Power Options","menu.settings.title":"Settings","menu.tooltip_logout":"Log Out","menu.tooltip_restart":"Restart","menu.tooltip_user_accounts":"User Accounts","menu.tooltip_view_logs":"View Logs","platform.docker.container_restarted":"Docker Container Restarted","platform.docker.must_use_hashbang":"Script must use #!/bin/sh hashbang.","platform.docker.restart_required":"You will need to restart this docker container for the changes to take effect.","platform.docker.run_with_restart":"Make sure you are running the Docker container with {{ command }}","platform.docker.script_help":"This script will be executed each time the docker container starts. You can use this to install any extra packages your plugins may need such as ffmpeg or libpcap-dev.","platform.docker.script_saved":"Startup Script Saved","platform.docker.server_long_time":"Server restart is taking a long time. You may need to bring up the Docker container manually.","platform.docker.title_restarting":"Restarting Docker Container","platform.linux.long_time":"Server restart is taking a long time. You may need to bring up the server manually.","platform.linux.restart":"Please wait, this page will automatically redirect when the Homebridge is back online.","platform.linux.restarting_server":"Restarting Server","platform.linux.server_restart_error":"An error occurred sending the restart command to the server","platform.linux.server_restarted":"Server Restarted","platform.linux.server_taking_long_time":"The server is taking a long time to come back online","platform.linux.server_will_power_down":"The server will power down shortly.","platform.linux.shutting_down_server":"Shutting Down 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 }} has been installed, but the server service is still running v{{ serverVersion }}.","platform.version.service_restart_required":"Restart Required","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":"Plugin Config","plugins.button_uninstall":"Uninstall","plugins.button_update":"Update","plugins.compat.hb_node_too_low":"{{ packageName }} v{{ latestVersion }} requires Node.js v{{ minVersion }} or later. You are currently running Node.js {{ installedVersion }}.","plugins.compat.hb_too_low":"The {{ pluginName }} plugin recommends running on Homebridge v{{ minVersion }} or later. You are currently running Homebridge v{{ installedVersion }}.","plugins.compat.node_first":"Please update Node.js before updating {{ packageName }}.","plugins.compat.node_link":"How To Update Node.js","plugins.compat.node_too_low":"The {{ pluginName }} plugin recommends running on Node.js v{{ minVersion }} or later. You are currently running 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":"Donate to {{ 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":"Are you sure you want to enable {{ pluginName }}?","plugins.manage.disable":"Disable","plugins.manage.enable":"Enable","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":"Install","plugins.manage.installed":"Installed","plugins.manage.json_config":"JSON Config","plugins.manage.manage_version":"Manage Version","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":"Online updates are not supported on Windows. You will need to upgrade Homebridge manually after stopping the Homebridge service.","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":"See more information about scoped plugins and why to switch in our 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":"Select the version to install","plugins.manage.support_donate":"{{ iconHeart }} Love this plugin? A small donation can help the developer keep improving it for everyone! {{ link }}","plugins.manage.support_github":"You can show your support by giving this plugin a {{ iconStar }} (or the release a {{ iconThumbsUp }}) on GitHub!","plugins.manage.support_kofi":"{{ iconCoffee }} Enjoying this plugin? Treat the developer a coffee to say thanks and help keep it maintained! {{ link }}","plugins.manage.uninstall":"Uninstall","plugins.manage.uninstalled":"Removed","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":"Update","plugins.manage.updated":"Updated","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":"Search for plugins to install\u2026","plugins.settings.custom.download_dump_file":"Download Dump File","plugins.settings.custom.homebridge-gsh.label_account_linked":"Account Linked","plugins.settings.custom.homebridge-gsh.label_link_account":"Link Account","plugins.settings.custom.homebridge-gsh.message_about":"The <strong>Homebridge Google Smart Home</strong> plugin allows you to control your Homebridge accessories from a Google Home enabled smart speaker or the Google Home mobile app.","plugins.settings.custom.homebridge-gsh.message_account_link_required":"To enable this functionality you must sign in with your Google or GitHub account; make sure you use the same account when adding the Homebridge action in the Google Home mobile app.","plugins.settings.custom.homebridge-gsh.message_homebridge_restart_required":"Homebridge requires restarting for the changes to take effect.","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":"Open Config Editor","plugins.settings.message_consult_documentation":"Please consult the plugin documentation for instructions on how to correctly configure this plugin.","plugins.settings.message_manual_config_required":"This plugin must be configured manually using the Homebridge UI Config Editor.","plugins.settings.plugin_config_saved":"Plugin Config Saved","plugins.settings.restart_required":"Restart Homebridge to apply the changes.","plugins.stats":"Plugin Statistics","plugins.stats_note":"Plugins cannot be installed from this page, this is provided just for interest.","plugins.status_installed":"Installed","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":"Failed to load plugins","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":"If you are permanently removing this plugin, make sure you remove any config for this plugin in the config.json before restarting Homebridge.","plugins.uninstall_remove_confirmation":"Are you sure you want to uninstall {{ pluginName }}?","plugins.uninstall_remove_plugin_config":"Remove plugin config?","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":"Homebridge Bridge Reset","reset.action_is_irreversible":"This action is irreversible. Please read carefully before proceeding.","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":"Restarting Homebridge and clearing accessory cache.","reset.error_message":"Accessory cache could not be loaded. You may not have any cached accessories.","reset.failed_to_reset":"Failed to reset Homebridge. See Logs.","reset.force_restart_hb_help_text":"Use this action to force the hb-service service to do a full restart.","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":"Restart Command Executed","restart.please_wait_while_server_restarts":"Please wait, this page will automatically redirect when Homebridge is back online.","restart.server_is_taking_long_time_to_restart":"Homebridge restart is taking a long time. You may need to bring up the Homebridge service manually.","restart.service_ready":"Homebridge Ready","restart.title_restart":"Restarting Homebridge","restart.toast_server_restart_error":"An error occurred sending the restart command to the server","restart.toast_server_restart_timeout":"Homebridge is taking a long time to come back online","restart.toast_server_restarted":"Homebridge Restarted","restart.ui_online":"HB Service & UI Ready","rpi.throttled.currently_message":"This Raspberry Pi is reporting it is currently under-voltage; please check it is connected to an appropriate power supply. Under-voltage can result in system instability and SD card corruption.","rpi.throttled.previously_message":"This Raspberry Pi has reported an under-voltage event since it was last rebooted; please check it is connected to an appropriate power supply.","rpi.throttled.undervoltage_title":"Under Voltage","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":"mDNS Advertiser","settings.mdns_advertiser_exp":"experimental","settings.mdns_advertiser_help":"If you have trouble connecting Homebridge to HomeKit (all accessories showing 'No Response' in the Home app), try using one of the alternate mDNS advertisers.","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":"If no network interfaces are selected, Homebridge will attempt to automatically determine on which interfaces to advertise.","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":"Homebridge UI Port","settings.network.port_ui_desc":"The port number to run the Homebridge UI on. This must be between 1025 and 65533, and should not be the same as the Homebridge port.","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":"Network","settings.network.title_network_interfaces":"Network Interfaces","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 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 time 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":"Startup & Environment","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":"Get Started","setup.create_account":"Create Account","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":"Welcome to Homebridge",setup_wizard_complete:"Restore Complete!",setup_wizard_complete_title:"Congratulations!",setup_wizard_completed:"The setup procedure is complete and you are now ready to start using 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":"Scan to add to HomeKit","status.cpu.load":"Load","status.cpu.temp":"Temp","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":"Checking for updates\u2026","status.homebridge.up_to_date":"Up to Date","status.memory.label_available":"Available","status.memory.label_total":"Total","status.memory.title_memory":"Memory","status.network.received_per_second":"Received","status.network.sent_per_second":"Sent","status.network.title_network":"Network Activity","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":"Not Running","status.services.label_running":"Running","status.services.updates":"Update Information","status.uptime.title_uptime":"Uptime","status.widget.accessories.choose_accessories":"Choose the accessories to display in this widget from the Accessories page.","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":"Pairing Code","status.widget.add.matter_pairing_code":"Matter Pairing Code","status.widget.bridge.restart_error":"Failed to restart child bridge.","status.widget.clock":"Clock","status.widget.clock_dateformat":"Date Format","status.widget.clock_timeformat":"Time Format","status.widget.expand_docker":"Expand Docker Container Information","status.widget.font_size":"Font Size","status.widget.font_weight":"Font Weight","status.widget.hide_node_info":"Hide Node.js Updates","status.widget.hide_npm":"Show npm Version","status.widget.hide_on_mobile":"Hide in compact view (mobile displays)","status.widget.homebridge_logs":"Homebridge Logs","status.widget.info":"System Information","status.widget.info.arch":"Arch.","status.widget.info.config_path":"Config Path","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":"Hostname","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":"OS","status.widget.info.plugin_path":"Plugin Path","status.widget.info.service_user":"User","status.widget.info.storage_path":"Storage Path","status.widget.info.synology_package":"Synology Package","status.widget.info.timezone":"Time Zone","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":"Paired","status.widget.qr_unpaired":"Not Paired","status.widget.reset":"Reset your status page layout to the default widget arrangement. This will overwrite your current layout.","status.widget.show_hide":"Show/Hide Widgets","status.widget.title_manage_widget":"Manage 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":"Process","status.widget.uptime.label_server":"Server","status.widget.weather.label_config_required_help":"Please select your city in the widget settings.","status.widget.weather.label_search_for_your_city":"Search for your city in English:","status.widget.weather.title_weather":"Weather","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":"Error","toast.title_success":"Success","toast.title_warning":"Warning","users.button_add_user":"Add User","users.label_admin_user":"Admin User?","users.label_confirm_password":"Confirm Password","users.label_full_name":"Full Name","users.label_new_password":"New Password","users.label_password":"Password","users.label_username":"Username","users.setup_2fa":"Setup 2FA","users.setup_2fa_activate_error":"An error occurred activating 2FA","users.setup_2fa_cannot_setup_2fa":"Cannot Setup 2FA","users.setup_2fa_disable":"Disable 2FA","users.setup_2fa_disable_current_password":"Enter your current password to disable two factor authentication:","users.setup_2fa_disable_success":"Two factor authentication has been disabled.","users.setup_2fa_enable":"Enable 2FA","users.setup_2fa_enable_error":"An error occurred setting up 2FA","users.setup_2fa_enabled_success":"Two factor authentication has been enabled.","users.setup_2fa_enter_code":"Enter the code from your authenticator app:","users.setup_2fa_scan_qr_code":"Scan the QR code below with your authenticator app:","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":"Your server's clock is out by {{ timeDiffError }} ms. The maximum allowed is +/-5000 ms.","users.setup_2fa_warning":"Two Factor Authentication requires your Homebridge server to have a very accurate date and time to login. If your server does not have the ability to keep time accurately you should not enable 2FA, otherwise you risk being locked out of the 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":"Add User","users.title_edit_user":"Edit User","users.title_users":"Users"}});export{s as a};
@@ -0,0 +1 @@
1
+ function ro(){this.__data__=[],this.size=0}var Kr=ro;function to(r,t){return r===t||r!==r&&t!==t}var w=to;function eo(r,t){for(var e=r.length;e--;)if(w(r[e][0],t))return e;return-1}var D=eo;var oo=Array.prototype,ao=oo.splice;function fo(r){var t=this.__data__,e=D(t,r);if(e<0)return!1;var o=t.length-1;return e==o?t.pop():ao.call(t,e,1),--this.size,!0}var qr=fo;function no(r){var t=this.__data__,e=D(t,r);return e<0?void 0:t[e][1]}var Hr=no;function io(r){return D(this.__data__,r)>-1}var zr=io;function po(r,t){var e=this.__data__,o=D(e,r);return o<0?(++this.size,e.push([r,t])):e[o][1]=t,this}var $r=po;function q(r){var t=-1,e=r==null?0:r.length;for(this.clear();++t<e;){var o=r[t];this.set(o[0],o[1])}}q.prototype.clear=Kr;q.prototype.delete=qr;q.prototype.get=Hr;q.prototype.has=zr;q.prototype.set=$r;var R=q;function so(){this.__data__=new R,this.size=0}var Vr=so;function uo(r){var t=this.__data__,e=t.delete(r);return this.size=t.size,e}var Yr=uo;function mo(r){return this.__data__.get(r)}var Jr=mo;function lo(r){return this.__data__.has(r)}var Xr=lo;var xo=typeof global=="object"&&global&&global.Object===Object&&global,lr=xo;var co=typeof self=="object"&&self&&self.Object===Object&&self,go=lr||co||Function("return this")(),c=go;var yo=c.Symbol,A=yo;var Zr=Object.prototype,bo=Zr.hasOwnProperty,ho=Zr.toString,ar=A?A.toStringTag:void 0;function vo(r){var t=bo.call(r,ar),e=r[ar];try{r[ar]=void 0;var o=!0}catch{}var f=ho.call(r);return o&&(t?r[ar]=e:delete r[ar]),f}var Qr=vo;var To=Object.prototype,Ao=To.toString;function _o(r){return Ao.call(r)}var kr=_o;var Oo="[object Null]",So="[object Undefined]",rt=A?A.toStringTag:void 0;function jo(r){return r==null?r===void 0?So:Oo:rt&&rt in Object(r)?Qr(r):kr(r)}var j=jo;function wo(r){var t=typeof r;return r!=null&&(t=="object"||t=="function")}var v=wo;var Io="[object AsyncFunction]",Po="[object Function]",Co="[object GeneratorFunction]",Eo="[object Proxy]";function Lo(r){if(!v(r))return!1;var t=j(r);return t==Po||t==Co||t==Io||t==Eo}var H=Lo;var Mo=c["__core-js_shared__"],dr=Mo;var tt=(function(){var r=/[^.]+$/.exec(dr&&dr.keys&&dr.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""})();function Bo(r){return!!tt&&tt in r}var et=Bo;var Do=Function.prototype,Ro=Do.toString;function Fo(r){if(r!=null){try{return Ro.call(r)}catch{}try{return r+""}catch{}}return""}var C=Fo;var No=/[\\^$.*+?()[\]{}|]/g,Go=/^\[object .+?Constructor\]$/,Uo=Function.prototype,Wo=Object.prototype,Ko=Uo.toString,qo=Wo.hasOwnProperty,Ho=RegExp("^"+Ko.call(qo).replace(No,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function zo(r){if(!v(r)||et(r))return!1;var t=H(r)?Ho:Go;return t.test(C(r))}var ot=zo;function $o(r,t){return r?.[t]}var at=$o;function Vo(r,t){var e=at(r,t);return ot(e)?e:void 0}var O=Vo;var Yo=O(c,"Map"),F=Yo;var Jo=O(Object,"create"),E=Jo;function Xo(){this.__data__=E?E(null):{},this.size=0}var ft=Xo;function Zo(r){var t=this.has(r)&&delete this.__data__[r];return this.size-=t?1:0,t}var nt=Zo;var Qo="__lodash_hash_undefined__",ko=Object.prototype,ra=ko.hasOwnProperty;function ta(r){var t=this.__data__;if(E){var e=t[r];return e===Qo?void 0:e}return ra.call(t,r)?t[r]:void 0}var it=ta;var ea=Object.prototype,oa=ea.hasOwnProperty;function aa(r){var t=this.__data__;return E?t[r]!==void 0:oa.call(t,r)}var pt=aa;var fa="__lodash_hash_undefined__";function na(r,t){var e=this.__data__;return this.size+=this.has(r)?0:1,e[r]=E&&t===void 0?fa:t,this}var st=na;function z(r){var t=-1,e=r==null?0:r.length;for(this.clear();++t<e;){var o=r[t];this.set(o[0],o[1])}}z.prototype.clear=ft;z.prototype.delete=nt;z.prototype.get=it;z.prototype.has=pt;z.prototype.set=st;var Fr=z;function ia(){this.size=0,this.__data__={hash:new Fr,map:new(F||R),string:new Fr}}var ut=ia;function pa(r){var t=typeof r;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?r!=="__proto__":r===null}var mt=pa;function sa(r,t){var e=r.__data__;return mt(t)?e[typeof t=="string"?"string":"hash"]:e.map}var N=sa;function ua(r){var t=N(this,r).delete(r);return this.size-=t?1:0,t}var lt=ua;function ma(r){return N(this,r).get(r)}var dt=ma;function la(r){return N(this,r).has(r)}var xt=la;function da(r,t){var e=N(this,r),o=e.size;return e.set(r,t),this.size+=e.size==o?0:1,this}var ct=da;function $(r){var t=-1,e=r==null?0:r.length;for(this.clear();++t<e;){var o=r[t];this.set(o[0],o[1])}}$.prototype.clear=ut;$.prototype.delete=lt;$.prototype.get=dt;$.prototype.has=xt;$.prototype.set=ct;var xr=$;var xa=200;function ca(r,t){var e=this.__data__;if(e instanceof R){var o=e.__data__;if(!F||o.length<xa-1)return o.push([r,t]),this.size=++e.size,this;e=this.__data__=new xr(o)}return e.set(r,t),this.size=e.size,this}var gt=ca;function V(r){var t=this.__data__=new R(r);this.size=t.size}V.prototype.clear=Vr;V.prototype.delete=Yr;V.prototype.get=Jr;V.prototype.has=Xr;V.prototype.set=gt;var G=V;var ga="__lodash_hash_undefined__";function ya(r){return this.__data__.set(r,ga),this}var yt=ya;function ba(r){return this.__data__.has(r)}var bt=ba;function cr(r){var t=-1,e=r==null?0:r.length;for(this.__data__=new xr;++t<e;)this.add(r[t])}cr.prototype.add=cr.prototype.push=yt;cr.prototype.has=bt;var ht=cr;function ha(r,t){for(var e=-1,o=r==null?0:r.length;++e<o;)if(t(r[e],e,r))return!0;return!1}var vt=ha;function va(r,t){return r.has(t)}var Tt=va;var Ta=1,Aa=2;function _a(r,t,e,o,f,a){var n=e&Ta,i=r.length,p=t.length;if(i!=p&&!(n&&p>i))return!1;var s=a.get(r),u=a.get(t);if(s&&u)return s==t&&u==r;var l=-1,x=!0,h=e&Aa?new ht:void 0;for(a.set(r,t),a.set(t,r);++l<i;){var y=r[l],_=t[l];if(o)var b=n?o(_,y,l,t,r,a):o(y,_,l,r,t,a);if(b!==void 0){if(b)continue;x=!1;break}if(h){if(!vt(t,function(T,W){if(!Tt(h,W)&&(y===T||f(y,T,e,o,a)))return h.push(W)})){x=!1;break}}else if(!(y===_||f(y,_,e,o,a))){x=!1;break}}return a.delete(r),a.delete(t),x}var gr=_a;var Oa=c.Uint8Array,Y=Oa;function Sa(r){var t=-1,e=Array(r.size);return r.forEach(function(o,f){e[++t]=[f,o]}),e}var At=Sa;function ja(r){var t=-1,e=Array(r.size);return r.forEach(function(o){e[++t]=o}),e}var _t=ja;var wa=1,Ia=2,Pa="[object Boolean]",Ca="[object Date]",Ea="[object Error]",La="[object Map]",Ma="[object Number]",Ba="[object RegExp]",Da="[object Set]",Ra="[object String]",Fa="[object Symbol]",Na="[object ArrayBuffer]",Ga="[object DataView]",Ot=A?A.prototype:void 0,Nr=Ot?Ot.valueOf:void 0;function Ua(r,t,e,o,f,a,n){switch(e){case Ga:if(r.byteLength!=t.byteLength||r.byteOffset!=t.byteOffset)return!1;r=r.buffer,t=t.buffer;case Na:return!(r.byteLength!=t.byteLength||!a(new Y(r),new Y(t)));case Pa:case Ca:case Ma:return w(+r,+t);case Ea:return r.name==t.name&&r.message==t.message;case Ba:case Ra:return r==t+"";case La:var i=At;case Da:var p=o&wa;if(i||(i=_t),r.size!=t.size&&!p)return!1;var s=n.get(r);if(s)return s==t;o|=Ia,n.set(r,t);var u=gr(i(r),i(t),o,f,a,n);return n.delete(r),u;case Fa:if(Nr)return Nr.call(r)==Nr.call(t)}return!1}var St=Ua;function Wa(r,t){for(var e=-1,o=t.length,f=r.length;++e<o;)r[f+e]=t[e];return r}var yr=Wa;var Ka=Array.isArray,S=Ka;function qa(r,t,e){var o=t(r);return S(r)?o:yr(o,e(r))}var br=qa;function Ha(r,t){for(var e=-1,o=r==null?0:r.length,f=0,a=[];++e<o;){var n=r[e];t(n,e,r)&&(a[f++]=n)}return a}var jt=Ha;function za(){return[]}var hr=za;var $a=Object.prototype,Va=$a.propertyIsEnumerable,wt=Object.getOwnPropertySymbols,Ya=wt?function(r){return r==null?[]:(r=Object(r),jt(wt(r),function(t){return Va.call(r,t)}))}:hr,J=Ya;function Ja(r,t){for(var e=-1,o=Array(r);++e<r;)o[e]=t(e);return o}var It=Ja;function Xa(r){return r!=null&&typeof r=="object"}var g=Xa;var Za="[object Arguments]";function Qa(r){return g(r)&&j(r)==Za}var Gr=Qa;var Pt=Object.prototype,ka=Pt.hasOwnProperty,rf=Pt.propertyIsEnumerable,tf=Gr((function(){return arguments})())?Gr:function(r){return g(r)&&ka.call(r,"callee")&&!rf.call(r,"callee")},fr=tf;function ef(){return!1}var Ct=ef;var Mt=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Et=Mt&&typeof module=="object"&&module&&!module.nodeType&&module,of=Et&&Et.exports===Mt,Lt=of?c.Buffer:void 0,af=Lt?Lt.isBuffer:void 0,ff=af||Ct,L=ff;var nf=9007199254740991,pf=/^(?:0|[1-9]\d*)$/;function sf(r,t){var e=typeof r;return t=t??nf,!!t&&(e=="number"||e!="symbol"&&pf.test(r))&&r>-1&&r%1==0&&r<t}var vr=sf;var uf=9007199254740991;function mf(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=uf}var Tr=mf;var lf="[object Arguments]",df="[object Array]",xf="[object Boolean]",cf="[object Date]",gf="[object Error]",yf="[object Function]",bf="[object Map]",hf="[object Number]",vf="[object Object]",Tf="[object RegExp]",Af="[object Set]",_f="[object String]",Of="[object WeakMap]",Sf="[object ArrayBuffer]",jf="[object DataView]",wf="[object Float32Array]",If="[object Float64Array]",Pf="[object Int8Array]",Cf="[object Int16Array]",Ef="[object Int32Array]",Lf="[object Uint8Array]",Mf="[object Uint8ClampedArray]",Bf="[object Uint16Array]",Df="[object Uint32Array]",d={};d[wf]=d[If]=d[Pf]=d[Cf]=d[Ef]=d[Lf]=d[Mf]=d[Bf]=d[Df]=!0;d[lf]=d[df]=d[Sf]=d[xf]=d[jf]=d[cf]=d[gf]=d[yf]=d[bf]=d[hf]=d[vf]=d[Tf]=d[Af]=d[_f]=d[Of]=!1;function Rf(r){return g(r)&&Tr(r.length)&&!!d[j(r)]}var Bt=Rf;function Ff(r){return function(t){return r(t)}}var X=Ff;var Dt=typeof exports=="object"&&exports&&!exports.nodeType&&exports,nr=Dt&&typeof module=="object"&&module&&!module.nodeType&&module,Nf=nr&&nr.exports===Dt,Ur=Nf&&lr.process,Gf=(function(){try{var r=nr&&nr.require&&nr.require("util").types;return r||Ur&&Ur.binding&&Ur.binding("util")}catch{}})(),M=Gf;var Rt=M&&M.isTypedArray,Uf=Rt?X(Rt):Bt,Z=Uf;var Wf=Object.prototype,Kf=Wf.hasOwnProperty;function qf(r,t){var e=S(r),o=!e&&fr(r),f=!e&&!o&&L(r),a=!e&&!o&&!f&&Z(r),n=e||o||f||a,i=n?It(r.length,String):[],p=i.length;for(var s in r)(t||Kf.call(r,s))&&!(n&&(s=="length"||f&&(s=="offset"||s=="parent")||a&&(s=="buffer"||s=="byteLength"||s=="byteOffset")||vr(s,p)))&&i.push(s);return i}var Ar=qf;var Hf=Object.prototype;function zf(r){var t=r&&r.constructor,e=typeof t=="function"&&t.prototype||Hf;return r===e}var Q=zf;function $f(r,t){return function(e){return r(t(e))}}var _r=$f;var Vf=_r(Object.keys,Object),Ft=Vf;var Yf=Object.prototype,Jf=Yf.hasOwnProperty;function Xf(r){if(!Q(r))return Ft(r);var t=[];for(var e in Object(r))Jf.call(r,e)&&e!="constructor"&&t.push(e);return t}var Nt=Xf;function Zf(r){return r!=null&&Tr(r.length)&&!H(r)}var U=Zf;function Qf(r){return U(r)?Ar(r):Nt(r)}var k=Qf;function kf(r){return br(r,k,J)}var ir=kf;var rn=1,tn=Object.prototype,en=tn.hasOwnProperty;function on(r,t,e,o,f,a){var n=e&rn,i=ir(r),p=i.length,s=ir(t),u=s.length;if(p!=u&&!n)return!1;for(var l=p;l--;){var x=i[l];if(!(n?x in t:en.call(t,x)))return!1}var h=a.get(r),y=a.get(t);if(h&&y)return h==t&&y==r;var _=!0;a.set(r,t),a.set(t,r);for(var b=n;++l<p;){x=i[l];var T=r[x],W=t[x];if(o)var Wr=n?o(W,T,x,t,r,a):o(T,W,x,r,t,a);if(!(Wr===void 0?T===W||f(T,W,e,o,a):Wr)){_=!1;break}b||(b=x=="constructor")}if(_&&!b){var ur=r.constructor,mr=t.constructor;ur!=mr&&"constructor"in r&&"constructor"in t&&!(typeof ur=="function"&&ur instanceof ur&&typeof mr=="function"&&mr instanceof mr)&&(_=!1)}return a.delete(r),a.delete(t),_}var Gt=on;var an=O(c,"DataView"),Or=an;var fn=O(c,"Promise"),Sr=fn;var nn=O(c,"Set"),jr=nn;var pn=O(c,"WeakMap"),wr=pn;var Ut="[object Map]",sn="[object Object]",Wt="[object Promise]",Kt="[object Set]",qt="[object WeakMap]",Ht="[object DataView]",un=C(Or),mn=C(F),ln=C(Sr),dn=C(jr),xn=C(wr),K=j;(Or&&K(new Or(new ArrayBuffer(1)))!=Ht||F&&K(new F)!=Ut||Sr&&K(Sr.resolve())!=Wt||jr&&K(new jr)!=Kt||wr&&K(new wr)!=qt)&&(K=function(r){var t=j(r),e=t==sn?r.constructor:void 0,o=e?C(e):"";if(o)switch(o){case un:return Ht;case mn:return Ut;case ln:return Wt;case dn:return Kt;case xn:return qt}return t});var B=K;var cn=1,zt="[object Arguments]",$t="[object Array]",Ir="[object Object]",gn=Object.prototype,Vt=gn.hasOwnProperty;function yn(r,t,e,o,f,a){var n=S(r),i=S(t),p=n?$t:B(r),s=i?$t:B(t);p=p==zt?Ir:p,s=s==zt?Ir:s;var u=p==Ir,l=s==Ir,x=p==s;if(x&&L(r)){if(!L(t))return!1;n=!0,u=!1}if(x&&!u)return a||(a=new G),n||Z(r)?gr(r,t,e,o,f,a):St(r,t,p,e,o,f,a);if(!(e&cn)){var h=u&&Vt.call(r,"__wrapped__"),y=l&&Vt.call(t,"__wrapped__");if(h||y){var _=h?r.value():r,b=y?t.value():t;return a||(a=new G),f(_,b,e,o,a)}}return x?(a||(a=new G),Gt(r,t,e,o,f,a)):!1}var Yt=yn;function Jt(r,t,e,o,f){return r===t?!0:r==null||t==null||!g(r)&&!g(t)?r!==r&&t!==t:Yt(r,t,e,o,Jt,f)}var Xt=Jt;function bn(r,t){return Xt(r,t)}var hn=bn;var vn="[object Symbol]";function Tn(r){return typeof r=="symbol"||g(r)&&j(r)==vn}var Zt=Tn;function An(r,t){for(var e=-1,o=r==null?0:r.length,f=Array(o);++e<o;)f[e]=t(r[e],e,r);return f}var Qt=An;var _n=1/0,kt=A?A.prototype:void 0,re=kt?kt.toString:void 0;function te(r){if(typeof r=="string")return r;if(S(r))return Qt(r,te)+"";if(Zt(r))return re?re.call(r):"";var t=r+"";return t=="0"&&1/r==-_n?"-0":t}var ee=te;function On(r){return r}var Pr=On;var oe=Object.create,Sn=(function(){function r(){}return function(t){if(!v(t))return{};if(oe)return oe(t);r.prototype=t;var e=new r;return r.prototype=void 0,e}})(),ae=Sn;function jn(r,t,e){switch(e.length){case 0:return r.call(t);case 1:return r.call(t,e[0]);case 2:return r.call(t,e[0],e[1]);case 3:return r.call(t,e[0],e[1],e[2])}return r.apply(t,e)}var fe=jn;function wn(r,t){var e=-1,o=r.length;for(t||(t=Array(o));++e<o;)t[e]=r[e];return t}var Cr=wn;var In=800,Pn=16,Cn=Date.now;function En(r){var t=0,e=0;return function(){var o=Cn(),f=Pn-(o-e);if(e=o,f>0){if(++t>=In)return arguments[0]}else t=0;return r.apply(void 0,arguments)}}var ne=En;function Ln(r){return function(){return r}}var ie=Ln;var Mn=(function(){try{var r=O(Object,"defineProperty");return r({},"",{}),r}catch{}})(),rr=Mn;var Bn=rr?function(r,t){return rr(r,"toString",{configurable:!0,enumerable:!1,value:ie(t),writable:!0})}:Pr,pe=Bn;var Dn=ne(pe),se=Dn;function Rn(r,t){for(var e=-1,o=r==null?0:r.length;++e<o&&t(r[e],e,r)!==!1;);return r}var ue=Rn;function Fn(r,t,e){t=="__proto__"&&rr?rr(r,t,{configurable:!0,enumerable:!0,value:e,writable:!0}):r[t]=e}var tr=Fn;var Nn=Object.prototype,Gn=Nn.hasOwnProperty;function Un(r,t,e){var o=r[t];(!(Gn.call(r,t)&&w(o,e))||e===void 0&&!(t in r))&&tr(r,t,e)}var Er=Un;function Wn(r,t,e,o){var f=!e;e||(e={});for(var a=-1,n=t.length;++a<n;){var i=t[a],p=o?o(e[i],r[i],i,e,r):void 0;p===void 0&&(p=r[i]),f?tr(e,i,p):Er(e,i,p)}return e}var I=Wn;var me=Math.max;function Kn(r,t,e){return t=me(t===void 0?r.length-1:t,0),function(){for(var o=arguments,f=-1,a=me(o.length-t,0),n=Array(a);++f<a;)n[f]=o[t+f];f=-1;for(var i=Array(t+1);++f<t;)i[f]=o[f];return i[t]=e(n),fe(r,this,i)}}var le=Kn;function qn(r,t){return se(le(r,t,Pr),r+"")}var de=qn;function Hn(r,t,e){if(!v(e))return!1;var o=typeof t;return(o=="number"?U(e)&&vr(t,e.length):o=="string"&&t in e)?w(e[t],r):!1}var xe=Hn;function zn(r){return de(function(t,e){var o=-1,f=e.length,a=f>1?e[f-1]:void 0,n=f>2?e[2]:void 0;for(a=r.length>3&&typeof a=="function"?(f--,a):void 0,n&&xe(e[0],e[1],n)&&(a=f<3?void 0:a,f=1),t=Object(t);++o<f;){var i=e[o];i&&r(t,i,o,a)}return t})}var ce=zn;function $n(r){var t=[];if(r!=null)for(var e in Object(r))t.push(e);return t}var ge=$n;var Vn=Object.prototype,Yn=Vn.hasOwnProperty;function Jn(r){if(!v(r))return ge(r);var t=Q(r),e=[];for(var o in r)o=="constructor"&&(t||!Yn.call(r,o))||e.push(o);return e}var ye=Jn;function Xn(r){return U(r)?Ar(r,!0):ye(r)}var P=Xn;function Zn(r){return r==null?"":ee(r)}var be=Zn;var Qn=_r(Object.getPrototypeOf,Object),er=Qn;var kn="[object Object]",ri=Function.prototype,ti=Object.prototype,he=ri.toString,ei=ti.hasOwnProperty,oi=he.call(Object);function ai(r){if(!g(r)||j(r)!=kn)return!1;var t=er(r);if(t===null)return!0;var e=ei.call(t,"constructor")&&t.constructor;return typeof e=="function"&&e instanceof e&&he.call(e)==oi}var ve=ai;function fi(r,t){return r&&I(t,k(t),r)}var Te=fi;function ni(r,t){return r&&I(t,P(t),r)}var Ae=ni;var je=typeof exports=="object"&&exports&&!exports.nodeType&&exports,_e=je&&typeof module=="object"&&module&&!module.nodeType&&module,ii=_e&&_e.exports===je,Oe=ii?c.Buffer:void 0,Se=Oe?Oe.allocUnsafe:void 0;function pi(r,t){if(t)return r.slice();var e=r.length,o=Se?Se(e):new r.constructor(e);return r.copy(o),o}var Lr=pi;function si(r,t){return I(r,J(r),t)}var we=si;var ui=Object.getOwnPropertySymbols,mi=ui?function(r){for(var t=[];r;)yr(t,J(r)),r=er(r);return t}:hr,Mr=mi;function li(r,t){return I(r,Mr(r),t)}var Ie=li;function di(r){return br(r,P,Mr)}var Pe=di;var xi=Object.prototype,ci=xi.hasOwnProperty;function gi(r){var t=r.length,e=new r.constructor(t);return t&&typeof r[0]=="string"&&ci.call(r,"index")&&(e.index=r.index,e.input=r.input),e}var Ce=gi;function yi(r){var t=new r.constructor(r.byteLength);return new Y(t).set(new Y(r)),t}var or=yi;function bi(r,t){var e=t?or(r.buffer):r.buffer;return new r.constructor(e,r.byteOffset,r.byteLength)}var Ee=bi;var hi=/\w*$/;function vi(r){var t=new r.constructor(r.source,hi.exec(r));return t.lastIndex=r.lastIndex,t}var Le=vi;var Me=A?A.prototype:void 0,Be=Me?Me.valueOf:void 0;function Ti(r){return Be?Object(Be.call(r)):{}}var De=Ti;function Ai(r,t){var e=t?or(r.buffer):r.buffer;return new r.constructor(e,r.byteOffset,r.length)}var Br=Ai;var _i="[object Boolean]",Oi="[object Date]",Si="[object Map]",ji="[object Number]",wi="[object RegExp]",Ii="[object Set]",Pi="[object String]",Ci="[object Symbol]",Ei="[object ArrayBuffer]",Li="[object DataView]",Mi="[object Float32Array]",Bi="[object Float64Array]",Di="[object Int8Array]",Ri="[object Int16Array]",Fi="[object Int32Array]",Ni="[object Uint8Array]",Gi="[object Uint8ClampedArray]",Ui="[object Uint16Array]",Wi="[object Uint32Array]";function Ki(r,t,e){var o=r.constructor;switch(t){case Ei:return or(r);case _i:case Oi:return new o(+r);case Li:return Ee(r,e);case Mi:case Bi:case Di:case Ri:case Fi:case Ni:case Gi:case Ui:case Wi:return Br(r,e);case Si:return new o;case ji:case Pi:return new o(r);case wi:return Le(r);case Ii:return new o;case Ci:return De(r)}}var Re=Ki;function qi(r){return typeof r.constructor=="function"&&!Q(r)?ae(er(r)):{}}var Dr=qi;var Hi="[object Map]";function zi(r){return g(r)&&B(r)==Hi}var Fe=zi;var Ne=M&&M.isMap,$i=Ne?X(Ne):Fe,Ge=$i;var Vi="[object Set]";function Yi(r){return g(r)&&B(r)==Vi}var Ue=Yi;var We=M&&M.isSet,Ji=We?X(We):Ue,Ke=Ji;var Xi=1,Zi=2,Qi=4,qe="[object Arguments]",ki="[object Array]",rp="[object Boolean]",tp="[object Date]",ep="[object Error]",He="[object Function]",op="[object GeneratorFunction]",ap="[object Map]",fp="[object Number]",ze="[object Object]",np="[object RegExp]",ip="[object Set]",pp="[object String]",sp="[object Symbol]",up="[object WeakMap]",mp="[object ArrayBuffer]",lp="[object DataView]",dp="[object Float32Array]",xp="[object Float64Array]",cp="[object Int8Array]",gp="[object Int16Array]",yp="[object Int32Array]",bp="[object Uint8Array]",hp="[object Uint8ClampedArray]",vp="[object Uint16Array]",Tp="[object Uint32Array]",m={};m[qe]=m[ki]=m[mp]=m[lp]=m[rp]=m[tp]=m[dp]=m[xp]=m[cp]=m[gp]=m[yp]=m[ap]=m[fp]=m[ze]=m[np]=m[ip]=m[pp]=m[sp]=m[bp]=m[hp]=m[vp]=m[Tp]=!0;m[ep]=m[He]=m[up]=!1;function Rr(r,t,e,o,f,a){var n,i=t&Xi,p=t&Zi,s=t&Qi;if(e&&(n=f?e(r,o,f,a):e(r)),n!==void 0)return n;if(!v(r))return r;var u=S(r);if(u){if(n=Ce(r),!i)return Cr(r,n)}else{var l=B(r),x=l==He||l==op;if(L(r))return Lr(r,i);if(l==ze||l==qe||x&&!f){if(n=p||x?{}:Dr(r),!i)return p?Ie(r,Ae(n,r)):we(r,Te(n,r))}else{if(!m[l])return f?r:{};n=Re(r,l,i)}}a||(a=new G);var h=a.get(r);if(h)return h;a.set(r,n),Ke(r)?r.forEach(function(b){n.add(Rr(b,t,e,b,r,a))}):Ge(r)&&r.forEach(function(b,T){n.set(T,Rr(b,t,e,T,r,a))});var y=s?p?Pe:ir:p?P:k,_=u?void 0:y(r);return ue(_||r,function(b,T){_&&(T=b,b=r[T]),Er(n,T,Rr(b,t,e,T,r,a))}),n}var $e=Rr;var Ap=1,_p=4;function Op(r){return $e(r,Ap|_p)}var Sp=Op;function jp(r){return function(t,e,o){for(var f=-1,a=Object(t),n=o(t),i=n.length;i--;){var p=n[r?i:++f];if(e(a[p],p,a)===!1)break}return t}}var Ve=jp;var wp=Ve(),Ye=wp;function Ip(r,t,e){(e!==void 0&&!w(r[t],e)||e===void 0&&!(t in r))&&tr(r,t,e)}var pr=Ip;function Pp(r){return g(r)&&U(r)}var Je=Pp;function Cp(r,t){if(!(t==="constructor"&&typeof r[t]=="function")&&t!="__proto__")return r[t]}var sr=Cp;function Ep(r){return I(r,P(r))}var Xe=Ep;function Lp(r,t,e,o,f,a,n){var i=sr(r,e),p=sr(t,e),s=n.get(p);if(s){pr(r,e,s);return}var u=a?a(i,p,e+"",r,t,n):void 0,l=u===void 0;if(l){var x=S(p),h=!x&&L(p),y=!x&&!h&&Z(p);u=p,x||h||y?S(i)?u=i:Je(i)?u=Cr(i):h?(l=!1,u=Lr(p,!0)):y?(l=!1,u=Br(p,!0)):u=[]:ve(p)||fr(p)?(u=i,fr(i)?u=Xe(i):(!v(i)||H(i))&&(u=Dr(p))):l=!1}l&&(n.set(p,u),f(u,p,o,a,n),n.delete(p)),pr(r,e,u)}var Ze=Lp;function Qe(r,t,e,o,f){r!==t&&Ye(t,function(a,n){if(f||(f=new G),v(a))Ze(r,t,n,e,Qe,o,f);else{var i=o?o(sr(r,n),a,n+"",r,t,f):void 0;i===void 0&&(i=a),pr(r,n,i)}},P)}var ke=Qe;var Mp=ce(function(r,t,e){ke(r,t,e)}),Bp=Mp;var Dp=0;function Rp(r){var t=++Dp;return be(r)+t}var Fp=Rp;export{Sp as a,hn as b,Bp as c,Fp as d};