core/homeassistant/components/nextdns/translations/id.json

29 lines
713 B
JSON
Raw Normal View History

2022-07-07 00:27:55 +00:00
{
"config": {
"abort": {
"already_configured": "Profil NextDNS ini sudah dikonfigurasi."
},
"error": {
2022-07-09 00:20:23 +00:00
"cannot_connect": "Gagal terhubung",
"invalid_api_key": "Kunci API tidak valid",
"unknown": "Kesalahan yang tidak diharapkan"
2022-07-07 00:27:55 +00:00
},
"step": {
"profiles": {
"data": {
"profile": "Profil"
}
},
"user": {
"data": {
"api_key": "Kunci API"
}
}
}
2022-09-24 00:31:54 +00:00
},
"system_health": {
"info": {
"can_reach_server": "Keterjangkauan server"
}
2022-07-07 00:27:55 +00:00
}
}