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

75 lines
2.9 KiB
JSON
Raw Normal View History

2021-10-02 12:59:05 +00:00
{
"config": {
"abort": {
2021-11-18 00:12:48 +00:00
"already_configured": "Akun sudah dikonfigurasi",
"usb_setup_complete": "Penyiapan USB Crownstone selesai.",
"usb_setup_unsuccessful": "Penyiapan USB Crownstone tidak berhasil."
2021-10-02 12:59:05 +00:00
},
"error": {
2021-11-18 00:12:48 +00:00
"account_not_verified": "Akun tidak diverifikasi. Aktifkan akun Anda melalui email aktivasi dari Crownstone.",
2021-10-02 12:59:05 +00:00
"invalid_auth": "Autentikasi tidak valid",
"unknown": "Kesalahan yang tidak diharapkan"
},
"step": {
"usb_config": {
"data": {
"usb_path": "Jalur Perangkat USB"
2021-11-18 00:12:48 +00:00
},
"description": "Pilih port serial dongle USB Crownstone, atau pilih 'Jangan gunakan USB' jika Anda tidak ingin menyiapkan dongle USB.\n\nCari perangkat dengan VID 10C4 dan PID EA60.",
"title": "Konfigurasi dongle USB Crownstone"
2021-10-02 12:59:05 +00:00
},
"usb_manual_config": {
"data": {
"usb_manual_path": "Jalur Perangkat USB"
2021-11-18 00:12:48 +00:00
},
"description": "Masukkan jalur dongle USB Crownstone secara manual.",
"title": "Jalur manual dongle USB Crownstone"
},
"usb_sphere_config": {
"data": {
"usb_sphere": "Crownstone Sphere"
},
"description": "Pilih Crownstone Sphere tempat USB berada.",
"title": "Crownstone USB Sphere"
2021-10-02 12:59:05 +00:00
},
"user": {
"data": {
"email": "Email",
"password": "Kata Sandi"
2021-11-18 00:12:48 +00:00
},
"title": "Akun Crownstone"
2021-10-02 12:59:05 +00:00
}
}
},
"options": {
"step": {
2021-11-18 00:12:48 +00:00
"init": {
"data": {
"usb_sphere_option": "Crownstone Sphere tempat USB berada",
"use_usb_option": "Gunakan dongle USB Crownstone untuk transmisi data lokal"
}
},
2021-11-16 00:18:33 +00:00
"usb_config": {
"data": {
"usb_path": "Jalur Perangkat USB"
2021-11-18 00:12:48 +00:00
},
"description": "Pilih port serial dongle USB Crownstone. \n\nCari perangkat dengan VID 10C4 dan PID EA60.",
"title": "Konfigurasi dongle USB Crownstone"
2021-11-16 00:18:33 +00:00
},
"usb_manual_config": {
"data": {
"usb_manual_path": "Jalur Perangkat USB"
2021-11-18 00:12:48 +00:00
},
"description": "Masukkan jalur dongle USB Crownstone secara manual.",
"title": "Jalur manual dongle USB Crownstone"
2021-11-16 00:18:33 +00:00
},
2021-11-18 00:12:48 +00:00
"usb_sphere_config": {
"data": {
"usb_sphere": "Crownstone Sphere"
},
"description": "Pilih Crownstone Sphere tempat USB berada.",
"title": "Crownstone USB Sphere"
2021-10-02 12:59:05 +00:00
}
}
}
}