Skip to content

Commit 916c471

Browse files
authored
Updated Indonesian Translate (#264)
* ⚡️ Updated Indonesian Translate - Based on commit e69446c - Change "client" to "klien" on line 124 * ⚡️ Updated Indonesian Translate - Based on commit f956722 * ⚡️ Add cparticle - Based on commit ced17c3 * ⚡️ 1.17 Addition - Based on commit 6ae299b and 1acd928 * 🔥 Change Indentation to Spaces Tab to 2 spaces. I dont know this repo if I allow to use tabs as indentaion. But I think I should use 2 spaces in this repo cause many code uses 2 spaces in this repo
1 parent 765e42e commit 916c471

File tree

1 file changed

+20
-1
lines changed
  • src/main/resources/assets/clientcommands/lang

1 file changed

+20
-1
lines changed

src/main/resources/assets/clientcommands/lang/id_id.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,19 @@
7979
"commands.chotbar.notCreative": "Pemain harus berada di mode kreatif untuk memulihkan benda yang ada di bilah benda",
8080
"commands.chotbar.restoredHotbar": "Telah di pulihkan benda bilah benda %d",
8181

82+
"commands.citemgroup.notFound": "Kelompok benda \"%s\" not found",
83+
"commands.citemgroup.outOfBounds": "Index %d diluar jangkauan",
84+
"commands.citemgroup.saveFile.failed": "Tidak bisa menyimpan file kelompok benda",
85+
"commands.citemgroup.addGroup.success": "Berhasil menambahkan kelompok item \"%s\"",
86+
"commands.citemgroup.addGroup.illegalCharacter": "Kelompok item hanya boleh mengadung karakter [a-z0-9/._-]",
87+
"commands.citemgroup.addGroup.alreadyExists": "Kelompok item \"%s\" sudah ada",
88+
"commands.citemgroup.removeGroup.success": "Berhasil menghapus kelompok item \"%s\"",
89+
"commands.citemgroup.addStack.success": "Berhasil menambahkan %s ke \"%s\"",
90+
"commands.citemgroup.removeStack.success": "Berhasil menghapus tumpukan dari \"%s\" di indeks %s",
91+
"commands.citemgroup.setStack.success": "Berhasil setel tumpukan dari \"%s\" di indeks %d",
92+
"commands.citemgroup.changeIcon.success": "Berhasil mengubah ikon \"%s\" dari %s menjadi %s",
93+
"commands.citemgroup.renameGroup.success": "Berhasil mengubah nama kelompok benda \"%s\" menjadi \"%s\"",
94+
8295
"commands.ckit.notFound": "Kit \"%s\" tidak ketemu",
8396
"commands.ckit.saveFile.failed": "Tidak bisa menyimpan kits",
8497
"commands.ckit.load.success": "Berhasil memakai kit \"%s\" ke diri sendiri",
@@ -90,6 +103,9 @@
90103
"commands.ckit.list": "Kit yang tersedia: %s",
91104
"commands.ckit.list.empty": "Tidak ada kit yang tersedia",
92105

106+
"commands.cparticle.unsuitableParticleOption": "Tidak akan menampilkan partikel karena pengaturan partikel tidak cocok",
107+
"commands.cparticle.success": "Menampilkan partikel %s",
108+
93109
"commands.cplaysound.success": "Memainkan suara %s ke diri sendiri",
94110

95111
"commands.crelog.failed": "Gagal relog",
@@ -117,7 +133,8 @@
117133
"commands.client.crack": "Pecahkan",
118134
"commands.client.enable": "Nyalakan",
119135
"commands.client.expectedRegex": "Regex tidak valid %s",
120-
"commands.client.notClient": "Bukan perintah sisi client",
136+
"commands.client.notClient": "Bukan perintah sisi klien",
137+
"commands.client.invalidArgumentException": "Argumen tidak valid '%s'",
121138

122139
"chorusManip.landing.success": "Mendarat di: %d, %d, %d",
123140
"chorusManip.landing.failed": "Manipulasi mendarat tidak mungkin",
@@ -163,8 +180,10 @@
163180
"playerManip.reset.sprint": "Lari",
164181
"playerManip.reset.enterWater": "Masuk air",
165182
"playerManip.reset.swim": "Berenang",
183+
"playerManip.reset.amethystChime": "Jalan di Gugus Kecubung",
166184
"playerManip.reset.potion": "Efek Ramuan sedang Aktif",
167185
"playerManip.reset.mending": "Membenarkan benda mengunakkan Perbaikan",
186+
"playerManip.reset.xp": "Memperoleh Pengalaman",
168187
"playerManip.reset.respiration": "Helm Pernapasan digunakkan",
169188
"playerManip.reset.dropItem": "Melemparkan item",
170189
"playerManip.reset.anvil": "Menggunakkan Paron",

0 commit comments

Comments
 (0)