-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1276 from sayaivan/master
Added Indonesian translation
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"reauth_successful": "Autentikasi ulang telah berhasil" | ||
}, | ||
"error": { | ||
"exists": "Akun ini sudah dikonfigurasi", | ||
"template": "{error}" | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "Masukkan kredensial [akun eWeLink](https://www.ewelink.cc/en/) Anda", | ||
"data": { | ||
"username": "Surel atau telepon (gunakan manapun untuk mode DIY)", | ||
"password": "Kata sandi (biarkan kosong untuk mode DIY)" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"mode": "Mode (otomatis direkomendasikan untuk sebagian besar pengguna)", | ||
"homes": "Rumah (biarkan tidak dicentang untuk Rumah \"saat ini\")", | ||
"debug": "Halaman Debug (Integrasi > Menu > Masalah yang diketahui)" | ||
} | ||
} | ||
} | ||
}, | ||
"system_health": { | ||
"info": { | ||
"version": "Versi", | ||
"cloud_online": "Perangkat cloud daring", | ||
"local_online": "Perangkat lokal daring", | ||
"debug": "Halaman debug" | ||
} | ||
} | ||
} |