[ci skip] Translation update
This commit is contained in:
parent
8a5df5f7eb
commit
a925451906
39 changed files with 463 additions and 49 deletions
|
@ -1,12 +1,38 @@
|
||||||
{
|
{
|
||||||
"device_automation": {
|
"device_automation": {
|
||||||
"action_type": {
|
"action_type": {
|
||||||
|
"arm_away": "\u8b66\u6212 {entity_name} \u96e2\u5e2d(away)",
|
||||||
|
"arm_home": "\u8b66\u6212 {entity_name} \u5728\u5b85",
|
||||||
|
"arm_night": "\u8b66\u6212 {entity_name} \u591c",
|
||||||
|
"arm_vacation": "\u8b66\u6212 {entity_name} \u4f11\u6687",
|
||||||
|
"disarm": "\u89e3\u9664 {entity_name}",
|
||||||
"trigger": "\u30c8\u30ea\u30ac\u30fc {entity_name}"
|
"trigger": "\u30c8\u30ea\u30ac\u30fc {entity_name}"
|
||||||
|
},
|
||||||
|
"condition_type": {
|
||||||
|
"is_armed_away": "{entity_name} \u306f\u8b66\u6212 \u96e2\u5e2d(away)",
|
||||||
|
"is_armed_home": "{entity_name} \u306f\u8b66\u6212 \u5728\u5b85",
|
||||||
|
"is_armed_night": "{entity_name} \u306f\u8b66\u6212 \u591c",
|
||||||
|
"is_armed_vacation": "{entity_name} \u306f\u8b66\u6212 \u4f11\u6687",
|
||||||
|
"is_disarmed": "{entity_name} \u306f\u89e3\u9664",
|
||||||
|
"is_triggered": "{entity_name} \u304c\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u307e\u3059"
|
||||||
|
},
|
||||||
|
"trigger_type": {
|
||||||
|
"armed_away": "{entity_name} \u8b66\u6212 \u96e2\u5e2d(away)",
|
||||||
|
"armed_home": "{entity_name} \u8b66\u6212 \u5728\u5b85",
|
||||||
|
"armed_night": "{entity_name} \u8b66\u6212 \u591c",
|
||||||
|
"armed_vacation": "{entity_name} \u8b66\u6212 \u4f11\u6687",
|
||||||
|
"disarmed": "{entity_name} \u89e3\u9664",
|
||||||
|
"triggered": "{entity_name} \u304c\u30c8\u30ea\u30ac\u30fc\u3055\u308c\u307e\u3057\u305f"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"armed": "\u8b66\u6212",
|
"armed": "\u8b66\u6212",
|
||||||
|
"armed_away": "\u8b66\u6212 \u96e2\u5e2d(away)",
|
||||||
|
"armed_custom_bypass": "\u8b66\u6212 \u30ab\u30b9\u30bf\u30e0 \u30d0\u30a4\u30d1\u30b9",
|
||||||
|
"armed_home": "\u8b66\u6212 \u5728\u5b85",
|
||||||
|
"armed_night": "\u8b66\u6212 \u591c",
|
||||||
|
"armed_vacation": "\u8b66\u6212 \u4f11\u6687",
|
||||||
"arming": "\u8b66\u6212\u4e2d",
|
"arming": "\u8b66\u6212\u4e2d",
|
||||||
"disarmed": "\u89e3\u9664",
|
"disarmed": "\u89e3\u9664",
|
||||||
"disarming": "\u89e3\u9664",
|
"disarming": "\u89e3\u9664",
|
||||||
|
|
|
@ -37,7 +37,9 @@
|
||||||
"step": {
|
"step": {
|
||||||
"arm_settings": {
|
"arm_settings": {
|
||||||
"data": {
|
"data": {
|
||||||
"alt_night_mode": "\u4ee3\u66ff\u30ca\u30a4\u30c8\u30e2\u30fc\u30c9"
|
"alt_night_mode": "\u4ee3\u66ff\u30ca\u30a4\u30c8\u30e2\u30fc\u30c9",
|
||||||
|
"auto_bypass": "\u8b66\u6212\u306e\u30aa\u30fc\u30c8\u30d0\u30a4\u30d1\u30b9",
|
||||||
|
"code_arm_required": "\u8b66\u6212\u306b\u5fc5\u8981\u306a\u30b3\u30fc\u30c9"
|
||||||
},
|
},
|
||||||
"title": "AlarmDecoder\u306e\u8a2d\u5b9a"
|
"title": "AlarmDecoder\u306e\u8a2d\u5b9a"
|
||||||
},
|
},
|
||||||
|
|
28
homeassistant/components/balboa/translations/id.json
Normal file
28
homeassistant/components/balboa/translations/id.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Perangkat sudah dikonfigurasi"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Gagal terhubung",
|
||||||
|
"unknown": "Kesalahan yang tidak diharapkan"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Host"
|
||||||
|
},
|
||||||
|
"title": "Hubungkan ke perangkat Wi-Fi Balboa"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"sync_time": "Selalu sinkronkan waktu Balboa Spa Client Anda dengan Home Assistant"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
28
homeassistant/components/balboa/translations/nl.json
Normal file
28
homeassistant/components/balboa/translations/nl.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Apparaat is al geconfigureerd"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Kan geen verbinding maken",
|
||||||
|
"unknown": "Onverwachte fout"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Host"
|
||||||
|
},
|
||||||
|
"title": "Maak verbinding met het Balboa Wi-Fi-apparaat"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"sync_time": "Houd de tijd van uw Balboa Spa Client gesynchroniseerd met Home Assistant"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,7 +1,28 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "\u0410\u043a\u0430\u0443\u043d\u0442\u044a\u0442 \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d",
|
||||||
|
"reauth_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0442\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u0432\u0430\u043d\u0435 \u0431\u0435\u0448\u0435 \u0443\u0441\u043f\u0435\u0448\u043d\u043e"
|
||||||
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435"
|
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435",
|
||||||
|
"invalid_auth": "\u041d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u0432\u0430\u043d\u0435",
|
||||||
|
"unknown": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"reauth_confirm": {
|
||||||
|
"data": {
|
||||||
|
"password": "\u041f\u0430\u0440\u043e\u043b\u0430"
|
||||||
|
},
|
||||||
|
"description": "\u041c\u043e\u043b\u044f, \u0432\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0437\u0430: {username}",
|
||||||
|
"title": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u0443\u0434\u043e\u0441\u0442\u043e\u0432\u0435\u0440\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f\u0442\u0430"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
||||||
|
"username": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
27
homeassistant/components/brunt/translations/nl.json
Normal file
27
homeassistant/components/brunt/translations/nl.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Account is al geconfigureerd",
|
||||||
|
"reauth_successful": "Herauthenticatie was succesvol"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Kan geen verbinding maken",
|
||||||
|
"invalid_auth": "Ongeldige authenticatie",
|
||||||
|
"unknown": "Onverwachte fout"
|
||||||
|
},
|
||||||
|
"step": {
|
||||||
|
"reauth_confirm": {
|
||||||
|
"data": {
|
||||||
|
"password": "Wachtwoord"
|
||||||
|
},
|
||||||
|
"description": "Voer het wachtwoord opnieuw in voor: {username}",
|
||||||
|
"title": "Verifieer de integratie opnieuw"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"password": "Wachtwoord"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -12,7 +12,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"home": "\u5728\u5b85",
|
"home": "\u5728\u5b85",
|
||||||
"not_home": "\u5916\u51fa"
|
"not_home": "\u96e2\u5e2d(away)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "\u30c7\u30d0\u30a4\u30b9\u30c8\u30e9\u30c3\u30ab\u30fc"
|
"title": "\u30c7\u30d0\u30a4\u30b9\u30c8\u30e9\u30c3\u30ab\u30fc"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"closed": "\u9589\u9396",
|
"closed": "\u9589\u9396",
|
||||||
"home": "\u5728\u5b85",
|
"home": "\u5728\u5b85",
|
||||||
"locked": "\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f",
|
"locked": "\u30ed\u30c3\u30af\u3055\u308c\u307e\u3057\u305f",
|
||||||
"not_home": "\u5916\u51fa",
|
"not_home": "\u96e2\u5e2d(away)",
|
||||||
"off": "\u30aa\u30d5",
|
"off": "\u30aa\u30d5",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"on": "\u30aa\u30f3",
|
"on": "\u30aa\u30f3",
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "\u0423\u0441\u043b\u0443\u0433\u0430\u0442\u0430 \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u0430",
|
||||||
|
"single_instance_allowed": "\u0412\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e. \u0412\u044a\u0437\u043c\u043e\u0436\u043d\u0430 \u0435 \u0441\u0430\u043c\u043e \u0435\u0434\u043d\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f."
|
||||||
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435"
|
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435"
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,6 +7,18 @@
|
||||||
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0445 \u043f\u0440\u0438 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435"
|
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0445 \u043f\u0440\u0438 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"cloud": {
|
||||||
|
"data": {
|
||||||
|
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
||||||
|
"username": "\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"local": {
|
||||||
|
"data": {
|
||||||
|
"ip_address": "IP \u0430\u0434\u0440\u0435\u0441"
|
||||||
|
},
|
||||||
|
"description": "\u041b\u043e\u043a\u0430\u043b\u0435\u043d IP \u0430\u0434\u0440\u0435\u0441 \u043d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e."
|
||||||
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
"password": "\u041f\u0430\u0440\u043e\u043b\u0430",
|
||||||
|
|
|
@ -2,17 +2,34 @@
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Apparaat is al geconfigureerd",
|
"already_configured": "Apparaat is al geconfigureerd",
|
||||||
"device_unsupported": "Het apparaat wordt niet ondersteund."
|
"device_unsupported": "Het apparaat wordt niet ondersteund.",
|
||||||
|
"reauth_successful": "Herauthenticatie was succesvol",
|
||||||
|
"reauth_unsuccessful": "Herauthenticatie is mislukt, verwijder de integratie en stel het opnieuw in."
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Kan geen verbinding maken",
|
"cannot_connect": "Kan geen verbinding maken",
|
||||||
|
"invalid_auth": "Ongeldige authenticatie",
|
||||||
"unknown": "Onverwachte fout"
|
"unknown": "Onverwachte fout"
|
||||||
},
|
},
|
||||||
"flow_title": "{name}",
|
"flow_title": "{host}",
|
||||||
"step": {
|
"step": {
|
||||||
"confirm_discovery": {
|
"confirm_discovery": {
|
||||||
"description": "Wilt u Nettigo Air Monitor instellen bij {host} ?"
|
"description": "Wilt u Nettigo Air Monitor instellen bij {host} ?"
|
||||||
},
|
},
|
||||||
|
"credentials": {
|
||||||
|
"data": {
|
||||||
|
"password": "Wachtwoord",
|
||||||
|
"username": "Gebruikersnaam"
|
||||||
|
},
|
||||||
|
"description": "Voer de gebruikersnaam en het wachtwoord in."
|
||||||
|
},
|
||||||
|
"reauth_confirm": {
|
||||||
|
"data": {
|
||||||
|
"password": "Wachtwoord",
|
||||||
|
"username": "Gebruikersnaam"
|
||||||
|
},
|
||||||
|
"description": "Voer de juiste gebruikersnaam en wachtwoord in voor host: {host}"
|
||||||
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"host": "Host"
|
"host": "Host"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
},
|
},
|
||||||
"device_automation": {
|
"device_automation": {
|
||||||
"trigger_subtype": {
|
"trigger_subtype": {
|
||||||
"away": "\u7559\u5b88(away)",
|
"away": "\u96e2\u5e2d(away)",
|
||||||
"hg": "\u30d5\u30ed\u30b9\u30c8(frost)\u30ac\u30fc\u30c9",
|
"hg": "\u30d5\u30ed\u30b9\u30c8(frost)\u30ac\u30fc\u30c9",
|
||||||
"schedule": "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb"
|
"schedule": "\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb"
|
||||||
},
|
},
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"_": {
|
"_": {
|
||||||
"home": "\u5728\u5b85",
|
"home": "\u5728\u5b85",
|
||||||
"not_home": "\u5916\u51fa"
|
"not_home": "\u96e2\u5e2d(away)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "\u4eba"
|
"title": "\u4eba"
|
||||||
|
|
|
@ -9,6 +9,12 @@
|
||||||
"invalid_credentials": "Autentikasi tidak valid"
|
"invalid_credentials": "Autentikasi tidak valid"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
"kamereon": {
|
||||||
|
"data": {
|
||||||
|
"kamereon_account_id": "Id akun Kamereon"
|
||||||
|
},
|
||||||
|
"title": "Pilih id akun Kamereon"
|
||||||
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"data": {
|
"data": {
|
||||||
"password": "Kata Sandi"
|
"password": "Kata Sandi"
|
||||||
|
@ -18,9 +24,11 @@
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
|
"locale": "Pelokalan",
|
||||||
"password": "Kata Sandi",
|
"password": "Kata Sandi",
|
||||||
"username": "Email"
|
"username": "Email"
|
||||||
}
|
},
|
||||||
|
"title": "Setel kredensial Renault"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,6 +35,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"device_automation": {
|
||||||
|
"action_type": {
|
||||||
|
"send_command": "Kirim perintah: {subtype}",
|
||||||
|
"send_status": "Kirim pembaruan status: {subtype}"
|
||||||
|
},
|
||||||
|
"trigger_type": {
|
||||||
|
"command": "Perintah yang diterima: {subtype}",
|
||||||
|
"status": "Status yang diterima: {subtype}"
|
||||||
|
}
|
||||||
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"error": {
|
"error": {
|
||||||
"already_configured_device": "Perangkat sudah dikonfigurasi",
|
"already_configured_device": "Perangkat sudah dikonfigurasi",
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
"data": {
|
"data": {
|
||||||
"password": "Kata Sandi"
|
"password": "Kata Sandi"
|
||||||
},
|
},
|
||||||
|
"description": "Masukkan kembali kata sandi untuk {username} :",
|
||||||
"title": "Autentikasi Ulang Integrasi"
|
"title": "Autentikasi Ulang Integrasi"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
|
|
|
@ -20,8 +20,20 @@
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
|
"ha_to_risco": {
|
||||||
|
"data": {
|
||||||
|
"armed_away": "\u8b66\u6212 \u96e2\u5e2d(away)",
|
||||||
|
"armed_custom_bypass": "\u8b66\u6212 \u30ab\u30b9\u30bf\u30e0 \u30d0\u30a4\u30d1\u30b9",
|
||||||
|
"armed_home": "\u8b66\u6212 \u5728\u5b85",
|
||||||
|
"armed_night": "\u8b66\u6212 \u591c"
|
||||||
|
},
|
||||||
|
"description": "Home Assistant\u306e\u30a2\u30e9\u30fc\u30e0\u3067\u8b66\u6212\u3059\u308b\u969b\u306b\u3001Risco\u306e\u30a2\u30e9\u30fc\u30e0\u72b6\u614b\u3092\u3069\u306e\u3088\u3046\u306b\u8a2d\u5b9a\u3059\u308b\u304b\u306e\u9078\u629e",
|
||||||
|
"title": "Risco states\u3092Home Assistant\u306b\u30de\u30c3\u30d7"
|
||||||
|
},
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
|
"code_arm_required": "\u8b66\u6212\u306b\u306f\u3001PIN\u30b3\u30fc\u30c9\u304c\u5fc5\u8981",
|
||||||
|
"code_disarm_required": "\u89e3\u9664\u306b\u306f\u3001PIN\u30b3\u30fc\u30c9\u304c\u5fc5\u8981",
|
||||||
"scan_interval": "Risco\u3092\u30dd\u30fc\u30ea\u30f3\u30b0\u3059\u308b\u983b\u5ea6(\u79d2\u5358\u4f4d)"
|
"scan_interval": "Risco\u3092\u30dd\u30fc\u30ea\u30f3\u30b0\u3059\u308b\u983b\u5ea6(\u79d2\u5358\u4f4d)"
|
||||||
},
|
},
|
||||||
"title": "\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8a2d\u5b9a"
|
"title": "\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u8a2d\u5b9a"
|
||||||
|
@ -31,8 +43,12 @@
|
||||||
"A": "\u30b0\u30eb\u30fc\u30d7A",
|
"A": "\u30b0\u30eb\u30fc\u30d7A",
|
||||||
"B": "\u30b0\u30eb\u30fc\u30d7B",
|
"B": "\u30b0\u30eb\u30fc\u30d7B",
|
||||||
"C": "\u30b0\u30eb\u30fc\u30d7C",
|
"C": "\u30b0\u30eb\u30fc\u30d7C",
|
||||||
"D": "\u30b0\u30eb\u30fc\u30d7D"
|
"D": "\u30b0\u30eb\u30fc\u30d7D",
|
||||||
}
|
"arm": "\u8b66\u6212 (\u96e2\u5e2d(AWAY))",
|
||||||
|
"partial_arm": "\u90e8\u5206\u7684\u306b\u8b66\u6212 (\u6ede\u5728(STAY))"
|
||||||
|
},
|
||||||
|
"description": "Risco\u306b\u3088\u3063\u3066\u5831\u544a\u3055\u308c\u305f\u3059\u3079\u3066\u306e\u72b6\u614b\u306b\u3064\u3044\u3066\u3001Home Assistant\u30a2\u30e9\u30fc\u30e0\u304c\u3001\u3069\u306e\u72b6\u614b\u3060\u3068\u5831\u544a\u3059\u308b\u304b\u3092\u9078\u629e\u3057\u307e\u3059\u3002",
|
||||||
|
"title": "Risco states\u3092Home Assistant\u306e\u72b6\u614b\u306b\u30de\u30c3\u30d7\u3059\u308b"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
"password": "Kata Sandi",
|
"password": "Kata Sandi",
|
||||||
"username": "Email"
|
"username": "Email"
|
||||||
},
|
},
|
||||||
|
"description": "Sejak tahun 2021, SimpliSafe telah berpindah ke mekanisme autentikasi baru melalui aplikasi webnya. Karena keterbatasan teknis, ada langkah manual di akhir proses ini; pastikan Anda membaca [dokumentasi] (http://home-assistant.io/integrations/simplisafe#getting-an-authorization-code) sebelum memulai.\n\nJika siap, klik [di sini]({url}) untuk membuka aplikasi web SimpliSafe dan masukkan kredensial Anda. Setelah proses selesai, kembali ke sini dan klik Kirim.",
|
||||||
"title": "Isi informasi Anda."
|
"title": "Isi informasi Anda."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
"error": {
|
"error": {
|
||||||
"identifier_exists": "\u30a2\u30ab\u30a6\u30f3\u30c8\u767b\u9332\u6e08\u307f",
|
"identifier_exists": "\u30a2\u30ab\u30a6\u30f3\u30c8\u767b\u9332\u6e08\u307f",
|
||||||
"invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c",
|
"invalid_auth": "\u7121\u52b9\u306a\u8a8d\u8a3c",
|
||||||
|
"still_awaiting_mfa": "MFA email click\u3092\u307e\u3060\u5f85\u3063\u3066\u3044\u307e\u3059",
|
||||||
"unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc"
|
"unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"data": {
|
"data": {
|
||||||
"fallback": "Aktifkan mode alternatif."
|
"fallback": "Aktifkan mode alternatif."
|
||||||
},
|
},
|
||||||
|
"description": "Mode fallback akan beralih ke Smart Schedule pada pergantian jadwal berikutnya setelah menyesuaikan zona secara manual.",
|
||||||
"title": "Sesuaikan opsi Tado."
|
"title": "Sesuaikan opsi Tado."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u0432\u0435\u0447\u0435 \u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u0430\u043d\u043e"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435",
|
||||||
|
"unknown": "\u041d\u0435\u043e\u0447\u0430\u043a\u0432\u0430\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430"
|
||||||
|
},
|
||||||
|
"flow_title": "{serial_number} ({host})",
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "\u0425\u043e\u0441\u0442"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,14 +1,19 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "El dispositiu ja est\u00e0 configurat"
|
||||||
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Ha fallat la connexi\u00f3",
|
"cannot_connect": "Ha fallat la connexi\u00f3",
|
||||||
"unknown": "Error inesperat"
|
"unknown": "Error inesperat"
|
||||||
},
|
},
|
||||||
|
"flow_title": "{serial_number} ({host})",
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"host": "Amfitri\u00f3"
|
"host": "Amfitri\u00f3"
|
||||||
}
|
},
|
||||||
|
"title": "Configuraci\u00f3 de Tesla Wall Connector"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -17,7 +22,8 @@
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
"scan_interval": "Freq\u00fc\u00e8ncia d'actualitzaci\u00f3"
|
"scan_interval": "Freq\u00fc\u00e8ncia d'actualitzaci\u00f3"
|
||||||
}
|
},
|
||||||
|
"title": "Configuraci\u00f3 d'opcions de Tesla Wall Connector"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Perangkat sudah dikonfigurasi"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Gagal terhubung",
|
||||||
|
"unknown": "Kesalahan yang tidak diharapkan"
|
||||||
|
},
|
||||||
|
"flow_title": "{serial_number} ({host})",
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Host"
|
||||||
|
},
|
||||||
|
"title": "Konfigurasikan Konektor Dinding Tesla"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "Frekuensi pembaruan"
|
||||||
|
},
|
||||||
|
"title": "Konfigurasikan opsi untuk Konektor Dinding Tesla"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "\u30c7\u30d0\u30a4\u30b9\u306f\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "\u63a5\u7d9a\u306b\u5931\u6557\u3057\u307e\u3057\u305f",
|
||||||
|
"unknown": "\u4e88\u671f\u3057\u306a\u3044\u30a8\u30e9\u30fc"
|
||||||
|
},
|
||||||
|
"flow_title": "{serial_number} ({host})",
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "\u30db\u30b9\u30c8"
|
||||||
|
},
|
||||||
|
"title": "Tesla Wall Connector\u306e\u8a2d\u5b9a"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "\u66f4\u65b0\u983b\u5ea6"
|
||||||
|
},
|
||||||
|
"title": "Tesla Wall Connector\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u8a2d\u5b9a"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "Apparaat is al geconfigureerd"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "Kan geen verbinding maken",
|
||||||
|
"unknown": "Onverwachte fout"
|
||||||
|
},
|
||||||
|
"flow_title": "{serial_number} ({host})",
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "Host"
|
||||||
|
},
|
||||||
|
"title": "Configureer Tesla Wall Connector"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "Update frequentie"
|
||||||
|
},
|
||||||
|
"title": "Configureer opties voor Tesla Wall Connector"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -12,7 +12,18 @@
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"host": "Vert"
|
"host": "Vert"
|
||||||
}
|
},
|
||||||
|
"title": "Konfigurer Tesla Wall Connector"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "Oppdateringsfrekvens"
|
||||||
|
},
|
||||||
|
"title": "Konfigurer alternativer for Tesla Wall Connector"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "\u8bbe\u5907\u5df2\u7ecf\u914d\u7f6e\u8fc7\u4e86"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "\u8fde\u63a5\u5931\u8d25",
|
||||||
|
"unknown": "\u975e\u9884\u671f\u7684\u9519\u8bef"
|
||||||
|
},
|
||||||
|
"flow_title": "{serial_number} ({host})",
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "\u4e3b\u673a"
|
||||||
|
},
|
||||||
|
"title": "\u914d\u7f6e Tesla \u58c1\u6302\u5f0f\u5145\u7535\u8fde\u63a5\u5668"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "\u66f4\u65b0\u9891\u7387"
|
||||||
|
},
|
||||||
|
"title": "Tesla \u58c1\u6302\u5f0f\u5145\u7535\u8fde\u63a5\u5668\u914d\u7f6e\u9009\u9879"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "\u88dd\u7f6e\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210"
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"cannot_connect": "\u9023\u7dda\u5931\u6557",
|
||||||
|
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||||
|
},
|
||||||
|
"flow_title": "{serial_number} ({host})",
|
||||||
|
"step": {
|
||||||
|
"user": {
|
||||||
|
"data": {
|
||||||
|
"host": "\u4e3b\u6a5f\u7aef"
|
||||||
|
},
|
||||||
|
"title": "\u8a2d\u5b9a\u7279\u65af\u62c9\u58c1\u639b\u5f0f\u5145\u96fb\u5ea7"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "\u66f4\u65b0\u983b\u7387"
|
||||||
|
},
|
||||||
|
"title": "\u7279\u65af\u62c9\u58c1\u639b\u5f0f\u5145\u96fb\u5ea7\u8a2d\u5b9a\u9078\u9805"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"tolo__lamp_mode": {
|
||||||
|
"automatic": "otomatis",
|
||||||
|
"manual": "manual"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"state": {
|
||||||
|
"tolo__lamp_mode": {
|
||||||
|
"automatic": "Automatisch",
|
||||||
|
"manual": "Handmatig"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -14,6 +14,10 @@
|
||||||
"0": "Low sensitivity",
|
"0": "Low sensitivity",
|
||||||
"1": "High sensitivity"
|
"1": "High sensitivity"
|
||||||
},
|
},
|
||||||
|
"tuya__fingerbot_mode": {
|
||||||
|
"click": "Push",
|
||||||
|
"switch": "Switch"
|
||||||
|
},
|
||||||
"tuya__ipc_work_mode": {
|
"tuya__ipc_work_mode": {
|
||||||
"0": "Low power mode",
|
"0": "Low power mode",
|
||||||
"1": "Continuous working mode"
|
"1": "Continuous working mode"
|
||||||
|
@ -44,10 +48,6 @@
|
||||||
"on": "On",
|
"on": "On",
|
||||||
"power_off": "Off",
|
"power_off": "Off",
|
||||||
"power_on": "On"
|
"power_on": "On"
|
||||||
},
|
|
||||||
"tuya__fingerbot_mode": {
|
|
||||||
"click": "Push",
|
|
||||||
"switch": "Switch"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -8,7 +8,8 @@
|
||||||
"reserve_1": "Cadangan 1",
|
"reserve_1": "Cadangan 1",
|
||||||
"reserve_2": "Cadangan 2",
|
"reserve_2": "Cadangan 2",
|
||||||
"reserve_3": "Cadangan 3",
|
"reserve_3": "Cadangan 3",
|
||||||
"standby": "Siaga"
|
"standby": "Siaga",
|
||||||
|
"warm": "Pelestarian panas"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -21,7 +21,7 @@
|
||||||
"username": "Nama Pengguna",
|
"username": "Nama Pengguna",
|
||||||
"verify_ssl": "Verifikasi sertifikat SSL"
|
"verify_ssl": "Verifikasi sertifikat SSL"
|
||||||
},
|
},
|
||||||
"title": "Siapkan UniFi Controller"
|
"title": "Siapkan UniFi Network"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -34,19 +34,19 @@
|
||||||
"poe_clients": "Izinkan kontrol POE klien"
|
"poe_clients": "Izinkan kontrol POE klien"
|
||||||
},
|
},
|
||||||
"description": "Konfigurasikan kontrol klien \n\nBuat sakelar untuk nomor seri yang ingin dikontrol akses jaringannya.",
|
"description": "Konfigurasikan kontrol klien \n\nBuat sakelar untuk nomor seri yang ingin dikontrol akses jaringannya.",
|
||||||
"title": "Opsi UniFi 2/3"
|
"title": "Opsi UniFi Network 2/3"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"data": {
|
"data": {
|
||||||
"detection_time": "Tenggang waktu dalam detik dari terakhir terlihat hingga dianggap sebagai keluar",
|
"detection_time": "Tenggang waktu dalam detik dari terakhir terlihat hingga dianggap sebagai keluar",
|
||||||
"ignore_wired_bug": "Nonaktifkan bug logika kabel UniFi",
|
"ignore_wired_bug": "Nonaktifkan bug logika kabel UniFi Network",
|
||||||
"ssid_filter": "Pilih SSID untuk melacak klien nirkabel",
|
"ssid_filter": "Pilih SSID untuk melacak klien nirkabel",
|
||||||
"track_clients": "Lacak klien jaringan",
|
"track_clients": "Lacak klien jaringan",
|
||||||
"track_devices": "Lacak perangkat jaringan (perangkat Ubiquiti)",
|
"track_devices": "Lacak perangkat jaringan (perangkat Ubiquiti)",
|
||||||
"track_wired_clients": "Sertakan klien jaringan berkabel"
|
"track_wired_clients": "Sertakan klien jaringan berkabel"
|
||||||
},
|
},
|
||||||
"description": "Konfigurasikan pelacakan perangkat",
|
"description": "Konfigurasikan pelacakan perangkat",
|
||||||
"title": "Opsi UniFi 1/3"
|
"title": "Opsi UniFi Network 1/3"
|
||||||
},
|
},
|
||||||
"simple_options": {
|
"simple_options": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
"track_clients": "Lacak klien jaringan",
|
"track_clients": "Lacak klien jaringan",
|
||||||
"track_devices": "Lacak perangkat jaringan (perangkat Ubiquiti)"
|
"track_devices": "Lacak perangkat jaringan (perangkat Ubiquiti)"
|
||||||
},
|
},
|
||||||
"description": "Konfigurasikan integrasi UniFi"
|
"description": "Konfigurasikan integrasi UniFi Network"
|
||||||
},
|
},
|
||||||
"statistics_sensors": {
|
"statistics_sensors": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
"allow_uptime_sensors": "Sensor waktu kerja untuk klien jaringan"
|
"allow_uptime_sensors": "Sensor waktu kerja untuk klien jaringan"
|
||||||
},
|
},
|
||||||
"description": "Konfigurasikan sensor statistik",
|
"description": "Konfigurasikan sensor statistik",
|
||||||
"title": "Opsi UniFi 3/3"
|
"title": "Opsi UniFi Network 3/3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Controller site is al geconfigureerd",
|
"already_configured": "Unifi Network site is al geconfigureerd",
|
||||||
"configuration_updated": "Configuratie bijgewerkt.",
|
"configuration_updated": "Configuratie bijgewerkt.",
|
||||||
"reauth_successful": "Herauthenticatie was succesvol"
|
"reauth_successful": "Herauthenticatie was succesvol"
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"username": "Gebruikersnaam",
|
"username": "Gebruikersnaam",
|
||||||
"verify_ssl": "SSL-certificaat verifi\u00ebren"
|
"verify_ssl": "SSL-certificaat verifi\u00ebren"
|
||||||
},
|
},
|
||||||
"title": "Stel de UniFi-controller in"
|
"title": "Stel de UniFi Network controller in"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"poe_clients": "Sta POE-controle van gebruikers toe"
|
"poe_clients": "Sta POE-controle van gebruikers toe"
|
||||||
},
|
},
|
||||||
"description": "Configureer clientbesturingen \n\n Maak schakelaars voor serienummers waarvoor u de netwerktoegang wilt beheren.",
|
"description": "Configureer clientbesturingen \n\n Maak schakelaars voor serienummers waarvoor u de netwerktoegang wilt beheren.",
|
||||||
"title": "UniFi-opties 2/3"
|
"title": "UniFi Network opties 2/3"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
"track_wired_clients": "Inclusief bedrade netwerkcli\u00ebnten"
|
"track_wired_clients": "Inclusief bedrade netwerkcli\u00ebnten"
|
||||||
},
|
},
|
||||||
"description": "Apparaattracking configureren",
|
"description": "Apparaattracking configureren",
|
||||||
"title": "UniFi-opties 1/3"
|
"title": "UniFi Network opties 1/3"
|
||||||
},
|
},
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
"track_clients": "Volg netwerkclients",
|
"track_clients": "Volg netwerkclients",
|
||||||
"track_devices": "Volg netwerkapparaten (Ubiquiti-apparaten)"
|
"track_devices": "Volg netwerkapparaten (Ubiquiti-apparaten)"
|
||||||
},
|
},
|
||||||
"description": "Configureer UniFi-integratie"
|
"description": "Configureer UniFi network integratie"
|
||||||
},
|
},
|
||||||
"statistics_sensors": {
|
"statistics_sensors": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
"allow_uptime_sensors": "Uptime-sensoren voor netwerkclients"
|
"allow_uptime_sensors": "Uptime-sensoren voor netwerkclients"
|
||||||
},
|
},
|
||||||
"description": "Configureer statistische sensoren",
|
"description": "Configureer statistische sensoren",
|
||||||
"title": "UniFi-opties 3/3"
|
"title": "UniFi Network opties 3/3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Kontroller nettstedet er allerede konfigurert",
|
"already_configured": "UniFi Network-nettstedet er allerede konfigurert",
|
||||||
"configuration_updated": "Konfigurasjonen er oppdatert.",
|
"configuration_updated": "Konfigurasjonen er oppdatert.",
|
||||||
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
|
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"username": "Brukernavn",
|
"username": "Brukernavn",
|
||||||
"verify_ssl": "Verifisere SSL-sertifikat"
|
"verify_ssl": "Verifisere SSL-sertifikat"
|
||||||
},
|
},
|
||||||
"title": "Sett opp UniFi kontroller"
|
"title": "Sett opp UniFi Network"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -34,19 +34,19 @@
|
||||||
"poe_clients": "Tillat POE-kontroll av klienter"
|
"poe_clients": "Tillat POE-kontroll av klienter"
|
||||||
},
|
},
|
||||||
"description": "Konfigurere klient-kontroller\n\nOpprette brytere for serienumre du \u00f8nsker \u00e5 kontrollere tilgang til nettverk for.",
|
"description": "Konfigurere klient-kontroller\n\nOpprette brytere for serienumre du \u00f8nsker \u00e5 kontrollere tilgang til nettverk for.",
|
||||||
"title": "UniFi-alternativ 2/3"
|
"title": "UniFi Network alternativer 2/3"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"data": {
|
"data": {
|
||||||
"detection_time": "Tid i sekunder fra sist sett til den ble ansett borte",
|
"detection_time": "Tid i sekunder fra sist sett til den ble ansett borte",
|
||||||
"ignore_wired_bug": "Deaktiver UniFi kablet feillogikk",
|
"ignore_wired_bug": "Deaktiver UniFi Network kablet feillogikk",
|
||||||
"ssid_filter": "Velg SSID-er for \u00e5 spore tr\u00e5dl\u00f8se klienter p\u00e5",
|
"ssid_filter": "Velg SSID-er for \u00e5 spore tr\u00e5dl\u00f8se klienter p\u00e5",
|
||||||
"track_clients": "Spor nettverksklienter",
|
"track_clients": "Spor nettverksklienter",
|
||||||
"track_devices": "Spore nettverksenheter (Ubiquiti-enheter)",
|
"track_devices": "Spore nettverksenheter (Ubiquiti-enheter)",
|
||||||
"track_wired_clients": "Inkluder kablede nettverksklienter"
|
"track_wired_clients": "Inkluder kablede nettverksklienter"
|
||||||
},
|
},
|
||||||
"description": "Konfigurere enhetssporing",
|
"description": "Konfigurere enhetssporing",
|
||||||
"title": "UniFi-alternativ 1/3"
|
"title": "UniFi-nettverksalternativer 1/3"
|
||||||
},
|
},
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
"track_clients": "Spor nettverksklienter",
|
"track_clients": "Spor nettverksklienter",
|
||||||
"track_devices": "Spore nettverksenheter (Ubiquiti-enheter)"
|
"track_devices": "Spore nettverksenheter (Ubiquiti-enheter)"
|
||||||
},
|
},
|
||||||
"description": "Konfigurer UniFi-integrasjon"
|
"description": "Konfigurer UniFi Network-integrasjon"
|
||||||
},
|
},
|
||||||
"statistics_sensors": {
|
"statistics_sensors": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
"allow_uptime_sensors": "Oppetidssensorer for nettverksklienter"
|
"allow_uptime_sensors": "Oppetidssensorer for nettverksklienter"
|
||||||
},
|
},
|
||||||
"description": "Konfigurer statistikk sensorer",
|
"description": "Konfigurer statistikk sensorer",
|
||||||
"title": "UniFi-alternativ 3/3"
|
"title": "UniFi Network alternativer 3/3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "\u63a7\u5236\u5668\u7ad9\u70b9\u5df2\u914d\u7f6e\u5b8c\u6210"
|
"already_configured": "UniFi \u7f51\u7edc\u7ad9\u70b9\u5df2\u914d\u7f6e\u5b8c\u6210"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"faulty_credentials": "\u9519\u8bef\u7684\u7528\u6237\u51ed\u636e",
|
"faulty_credentials": "\u9519\u8bef\u7684\u7528\u6237\u51ed\u636e",
|
||||||
|
@ -17,12 +17,15 @@
|
||||||
"username": "\u7528\u6237\u540d",
|
"username": "\u7528\u6237\u540d",
|
||||||
"verify_ssl": "\u4f7f\u7528\u6b63\u786e\u8bc1\u4e66\u7684\u63a7\u5236\u5668"
|
"verify_ssl": "\u4f7f\u7528\u6b63\u786e\u8bc1\u4e66\u7684\u63a7\u5236\u5668"
|
||||||
},
|
},
|
||||||
"title": "\u914d\u7f6e UniFi \u63a7\u5236\u5668"
|
"title": "\u914d\u7f6e UniFi \u7f51\u7edc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
|
"client_control": {
|
||||||
|
"title": "UniFi \u7f51\u7edc\u9009\u9879 3/3"
|
||||||
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"data": {
|
"data": {
|
||||||
"detection_time": "\u8ddd\u79bb\u4e0a\u6b21\u53d1\u73b0\u591a\u5c11\u79d2\u540e\u8ba4\u4e3a\u79bb\u5f00",
|
"detection_time": "\u8ddd\u79bb\u4e0a\u6b21\u53d1\u73b0\u591a\u5c11\u79d2\u540e\u8ba4\u4e3a\u79bb\u5f00",
|
||||||
|
@ -32,11 +35,14 @@
|
||||||
"track_wired_clients": "\u5305\u62ec\u6709\u7ebf\u7f51\u7edc\u5ba2\u6237\u7aef"
|
"track_wired_clients": "\u5305\u62ec\u6709\u7ebf\u7f51\u7edc\u5ba2\u6237\u7aef"
|
||||||
},
|
},
|
||||||
"description": "\u914d\u7f6e\u8bbe\u5907\u8ddf\u8e2a",
|
"description": "\u914d\u7f6e\u8bbe\u5907\u8ddf\u8e2a",
|
||||||
"title": "UniFi \u9009\u9879"
|
"title": "UniFi \u7f51\u7edc\u9009\u9879 1/3"
|
||||||
|
},
|
||||||
|
"simple_options": {
|
||||||
|
"description": "\u914d\u7f6e UniFi \u7f51\u7edc\u96c6\u6210"
|
||||||
},
|
},
|
||||||
"statistics_sensors": {
|
"statistics_sensors": {
|
||||||
"description": "\u914d\u7f6e\u7edf\u8ba1\u4f20\u611f\u5668",
|
"description": "\u914d\u7f6e\u7edf\u8ba1\u4f20\u611f\u5668",
|
||||||
"title": "UniFi \u9009\u9879"
|
"title": "UniFi \u7f51\u7edc\u9009\u9879 2/3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "\u63a7\u5236\u5668\u4f4d\u5740\u5df2\u7d93\u8a2d\u5b9a",
|
"already_configured": "UniFi \u7db2\u8def\u5df2\u7d93\u8a2d\u5b9a",
|
||||||
"configuration_updated": "\u8a2d\u5b9a\u5df2\u66f4\u65b0\u3002",
|
"configuration_updated": "\u8a2d\u5b9a\u5df2\u66f4\u65b0\u3002",
|
||||||
"reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f"
|
"reauth_successful": "\u91cd\u65b0\u8a8d\u8b49\u6210\u529f"
|
||||||
},
|
},
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"username": "\u4f7f\u7528\u8005\u540d\u7a31",
|
"username": "\u4f7f\u7528\u8005\u540d\u7a31",
|
||||||
"verify_ssl": "\u78ba\u8a8d SSL \u8a8d\u8b49"
|
"verify_ssl": "\u78ba\u8a8d SSL \u8a8d\u8b49"
|
||||||
},
|
},
|
||||||
"title": "\u8a2d\u5b9a UniFi \u63a7\u5236\u5668"
|
"title": "\u8a2d\u5b9a UniFi \u7db2\u8def"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -34,19 +34,19 @@
|
||||||
"poe_clients": "\u5141\u8a31 POE \u63a7\u5236\u5ba2\u6236\u7aef"
|
"poe_clients": "\u5141\u8a31 POE \u63a7\u5236\u5ba2\u6236\u7aef"
|
||||||
},
|
},
|
||||||
"description": "\u8a2d\u5b9a\u5ba2\u6236\u7aef\u63a7\u5236\n\n\u65b0\u589e\u9396\u8981\u63a7\u5236\u7db2\u8def\u5b58\u53d6\u7684\u958b\u95dc\u5e8f\u865f\u3002",
|
"description": "\u8a2d\u5b9a\u5ba2\u6236\u7aef\u63a7\u5236\n\n\u65b0\u589e\u9396\u8981\u63a7\u5236\u7db2\u8def\u5b58\u53d6\u7684\u958b\u95dc\u5e8f\u865f\u3002",
|
||||||
"title": "UniFi \u9078\u9805 2/3"
|
"title": "UniFi \u7db2\u8def\u9078\u9805 2/3"
|
||||||
},
|
},
|
||||||
"device_tracker": {
|
"device_tracker": {
|
||||||
"data": {
|
"data": {
|
||||||
"detection_time": "\u6700\u7d42\u51fa\u73fe\u5f8c\u8996\u70ba\u96e2\u958b\u7684\u6642\u9593\uff08\u4ee5\u79d2\u70ba\u55ae\u4f4d\uff09",
|
"detection_time": "\u6700\u7d42\u51fa\u73fe\u5f8c\u8996\u70ba\u96e2\u958b\u7684\u6642\u9593\uff08\u4ee5\u79d2\u70ba\u55ae\u4f4d\uff09",
|
||||||
"ignore_wired_bug": "\u95dc\u9589 UniFi \u6709\u7dda\u932f\u8aa4\u908f\u8f2f",
|
"ignore_wired_bug": "\u95dc\u9589 UniFi \u7db2\u8def\u6709\u7dda\u932f\u8aa4\u908f\u8f2f",
|
||||||
"ssid_filter": "\u9078\u64c7\u6240\u8981\u8ffd\u8e64\u7684\u7121\u7dda\u7db2\u8def",
|
"ssid_filter": "\u9078\u64c7\u6240\u8981\u8ffd\u8e64\u7684\u7121\u7dda\u7db2\u8def",
|
||||||
"track_clients": "\u8ffd\u8e64\u7db2\u8def\u5ba2\u6236\u7aef",
|
"track_clients": "\u8ffd\u8e64\u7db2\u8def\u5ba2\u6236\u7aef",
|
||||||
"track_devices": "\u8ffd\u8e64\u7db2\u8def\u88dd\u7f6e\uff08Ubiquiti \u88dd\u7f6e\uff09",
|
"track_devices": "\u8ffd\u8e64\u7db2\u8def\u88dd\u7f6e\uff08Ubiquiti \u88dd\u7f6e\uff09",
|
||||||
"track_wired_clients": "\u5305\u542b\u6709\u7dda\u7db2\u8def\u5ba2\u6236\u7aef"
|
"track_wired_clients": "\u5305\u542b\u6709\u7dda\u7db2\u8def\u5ba2\u6236\u7aef"
|
||||||
},
|
},
|
||||||
"description": "\u8a2d\u5b9a\u88dd\u7f6e\u8ffd\u8e64",
|
"description": "\u8a2d\u5b9a\u88dd\u7f6e\u8ffd\u8e64",
|
||||||
"title": "UniFi \u9078\u9805 1/3"
|
"title": "UniFi \u7db2\u8def\u9078\u9805 1/3"
|
||||||
},
|
},
|
||||||
"simple_options": {
|
"simple_options": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
"track_clients": "\u8ffd\u8e64\u7db2\u8def\u5ba2\u6236\u7aef",
|
"track_clients": "\u8ffd\u8e64\u7db2\u8def\u5ba2\u6236\u7aef",
|
||||||
"track_devices": "\u8ffd\u8e64\u7db2\u8def\u88dd\u7f6e\uff08Ubiquiti \u88dd\u7f6e\uff09"
|
"track_devices": "\u8ffd\u8e64\u7db2\u8def\u88dd\u7f6e\uff08Ubiquiti \u88dd\u7f6e\uff09"
|
||||||
},
|
},
|
||||||
"description": "\u8a2d\u5b9a UniFi \u6574\u5408"
|
"description": "\u8a2d\u5b9a UniFi \u7db2\u8def\u6574\u5408"
|
||||||
},
|
},
|
||||||
"statistics_sensors": {
|
"statistics_sensors": {
|
||||||
"data": {
|
"data": {
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
"allow_uptime_sensors": "\u7db2\u8def\u5ba2\u6236\u7aef\u4e0a\u7dda\u6642\u9593\u611f\u6e2c\u5668"
|
"allow_uptime_sensors": "\u7db2\u8def\u5ba2\u6236\u7aef\u4e0a\u7dda\u6642\u9593\u611f\u6e2c\u5668"
|
||||||
},
|
},
|
||||||
"description": "\u8a2d\u5b9a\u7d71\u8a08\u6578\u64da\u611f\u61c9\u5668",
|
"description": "\u8a2d\u5b9a\u7d71\u8a08\u6578\u64da\u611f\u61c9\u5668",
|
||||||
"title": "UniFi \u9078\u9805 3/3"
|
"title": "UniFi \u7db2\u8def\u9078\u9805 3/3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
"kombibetrieb": "\u30b3\u30f3\u30d3\u30e2\u30fc\u30c9",
|
"kombibetrieb": "\u30b3\u30f3\u30d3\u30e2\u30fc\u30c9",
|
||||||
"kombigerat": "\u30b3\u30f3\u30d3 \u30dc\u30a4\u30e9\u30fc",
|
"kombigerat": "\u30b3\u30f3\u30d3 \u30dc\u30a4\u30e9\u30fc",
|
||||||
"nachlauf_heizkreispumpe": "\u6696\u623f(\u52a0\u71b1)\u56de\u8def\u30dd\u30f3\u30d7\u306e\u4f5c\u52d5",
|
"nachlauf_heizkreispumpe": "\u6696\u623f(\u52a0\u71b1)\u56de\u8def\u30dd\u30f3\u30d7\u306e\u4f5c\u52d5",
|
||||||
|
"nachspulen": "\u30d5\u30e9\u30c3\u30b7\u30e5\u5f8c(Post-flush)",
|
||||||
"nur_heizgerat": "\u30dc\u30a4\u30e9\u30fc\u306e\u307f",
|
"nur_heizgerat": "\u30dc\u30a4\u30e9\u30fc\u306e\u307f",
|
||||||
"parallelbetrieb": "\u30d1\u30e9\u30ec\u30eb\u30e2\u30fc\u30c9",
|
"parallelbetrieb": "\u30d1\u30e9\u30ec\u30eb\u30e2\u30fc\u30c9",
|
||||||
"partymodus": "\u30d1\u30fc\u30c6\u30a3\u30fc\u30e2\u30fc\u30c9",
|
"partymodus": "\u30d1\u30fc\u30c6\u30a3\u30fc\u30e2\u30fc\u30c9",
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
},
|
},
|
||||||
"config_panel": {
|
"config_panel": {
|
||||||
"zha_alarm_options": {
|
"zha_alarm_options": {
|
||||||
|
"alarm_arm_requires_code": "\u8b66\u6212\u30a2\u30af\u30b7\u30e7\u30f3\u306b\u5fc5\u8981\u306a\u30b3\u30fc\u30c9",
|
||||||
"alarm_failed_tries": "\u30a2\u30e9\u30fc\u30e0\u3092\u30c8\u30ea\u30ac\u30fc\u3055\u305b\u308b\u305f\u3081\u306b\u9023\u7d9a\u3057\u3066\u5931\u6557\u3057\u305f\u30b3\u30fc\u30c9 \u30a8\u30f3\u30c8\u30ea\u306e\u6570",
|
"alarm_failed_tries": "\u30a2\u30e9\u30fc\u30e0\u3092\u30c8\u30ea\u30ac\u30fc\u3055\u305b\u308b\u305f\u3081\u306b\u9023\u7d9a\u3057\u3066\u5931\u6557\u3057\u305f\u30b3\u30fc\u30c9 \u30a8\u30f3\u30c8\u30ea\u306e\u6570",
|
||||||
"alarm_master_code": "\u30a2\u30e9\u30fc\u30e0 \u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb\u306e\u30de\u30b9\u30bf\u30fc\u30b3\u30fc\u30c9",
|
"alarm_master_code": "\u30a2\u30e9\u30fc\u30e0 \u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb\u306e\u30de\u30b9\u30bf\u30fc\u30b3\u30fc\u30c9",
|
||||||
"title": "\u30a2\u30e9\u30fc\u30e0 \u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3"
|
"title": "\u30a2\u30e9\u30fc\u30e0 \u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u30d1\u30cd\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue