You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
add: indonesian language for WebUI (#83)
This commit will add support for indonesian language in webui, following commits: * Add Indonesian language for WebUI * Sort TRANSLATOR.md contributor alphabetically
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
# 🌎 Translator
|
||||
|
||||
- **de_DE** by [@Blazzycrafer](https://github.com/Blazzycrafter)
|
||||
- **en_US** by [@PerformanC (The PerformanC Organization)](https://github.com/PerformanC)
|
||||
- **ja_JP** by [@Fyphen1223](https://github.com/Fyphen1223)
|
||||
- **id_ID** by [@bpanca05](https://github.com/bpanca05)
|
||||
- **pt_BR** by [@ThePedroo](https://github.com/ThePedroo)
|
||||
- **ro_RO** by [@ExtremeXT](https://github.com/ExtremeXT)
|
||||
- **ru_RU** by [@Emulond](https://github.com/Emulond) & [@AJleKcAHgP68](https://github.com/AJleKcAHgP68)
|
||||
- **vi_VN** by [@RainyXeon](https://github.com/RainyXeon)
|
||||
- **zh_CN** by [@Meltartica](https://github.com/Meltartica) & [@SheepChef](https://github.com/SheepChef)
|
||||
- **zh_TW** by [@Meltartica](https://github.com/Meltartica)
|
||||
- **de_DE** by [@Blazzycrafer](https://github.com/Blazzycrafter)
|
||||
|
||||
> [!NOTE]
|
||||
> Want to add your translation? Go to [Crowdin](https://crowdin.com/project/rezygisk) and translate!
|
||||
|
||||
94
webroot/lang/id_ID.json
Normal file
94
webroot/lang/id_ID.json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"langName": "Bahasa Indonesia (Indonesia)",
|
||||
"global": {
|
||||
"unknown": "Tidak diketahui"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Pilih bahasa baru Anda"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Pilih tema baru Anda",
|
||||
"dark": "Gelap",
|
||||
"light": "Terang",
|
||||
"system": "Bawaan Sistem"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "SALIN",
|
||||
"clear": "BERSIHKAN SEMUA LOG"
|
||||
},
|
||||
"header": "Log Kesalahan",
|
||||
"placeholder": "Tidak ada log kesalahan tercatat disini!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Beranda",
|
||||
"status": {
|
||||
"unknown": "Tidak diketahui",
|
||||
"notWorking": "Tidak Bekerja",
|
||||
"ok": "Bekerja",
|
||||
"partially": "Bekerja Sebagian"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versi",
|
||||
"root": "Implementasi Root",
|
||||
"zygote": {
|
||||
"injected": "Terinjeksi",
|
||||
"notInjected": "Tidak Terinjeksi",
|
||||
"unknown": "Tidak diketahui"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Modul",
|
||||
"notAvaliable": "Tidak ada modul yang menggunakan Zygisk disini.",
|
||||
"arch": "Arsitektur: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Pengaturan",
|
||||
"font": {
|
||||
"header": "Gunakan Font Sistem",
|
||||
"description": "Opsi ini akan mengaktifkan font sistem pada WebUI saat ini. Catatan: Mungkin tidak kompatibel dengan FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Bawaan Sistem",
|
||||
"description": "Pilih tema untuk tampilan WebUI Anda saat ini"
|
||||
},
|
||||
"language": {
|
||||
"header": "Ubah Bahasa",
|
||||
"description": "Ubah ke bahasa baru Anda"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Log Kesalahan",
|
||||
"description": "Lihat semua log kesalahan Anda"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Pengembang Modul",
|
||||
"original": "Pengembang Modul Asli",
|
||||
"web": "Pengembang WebUI"
|
||||
},
|
||||
"license": {
|
||||
"module": "Lisensi Modul",
|
||||
"web": "Lisensi WebUI"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Aksi",
|
||||
"monitorButton": {
|
||||
"pause": "Jeda",
|
||||
"stop": "Berhenti",
|
||||
"start": "Mulai"
|
||||
},
|
||||
"monitor": "Pemantauan",
|
||||
"status": {
|
||||
"tracing": "Pelacakan",
|
||||
"stopping": "Menghentikan",
|
||||
"stopped": "Terhenti",
|
||||
"exiting": "Keluar",
|
||||
"unknown": "Tidak diketahui"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user