|
79 | 79 | "commands.chotbar.notCreative": "Pemain harus berada di mode kreatif untuk memulihkan benda yang ada di bilah benda", |
80 | 80 | "commands.chotbar.restoredHotbar": "Telah di pulihkan benda bilah benda %d", |
81 | 81 |
|
| 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 | + |
82 | 95 | "commands.ckit.notFound": "Kit \"%s\" tidak ketemu", |
83 | 96 | "commands.ckit.saveFile.failed": "Tidak bisa menyimpan kits", |
84 | 97 | "commands.ckit.load.success": "Berhasil memakai kit \"%s\" ke diri sendiri", |
|
90 | 103 | "commands.ckit.list": "Kit yang tersedia: %s", |
91 | 104 | "commands.ckit.list.empty": "Tidak ada kit yang tersedia", |
92 | 105 |
|
| 106 | + "commands.cparticle.unsuitableParticleOption": "Tidak akan menampilkan partikel karena pengaturan partikel tidak cocok", |
| 107 | + "commands.cparticle.success": "Menampilkan partikel %s", |
| 108 | + |
93 | 109 | "commands.cplaysound.success": "Memainkan suara %s ke diri sendiri", |
94 | 110 |
|
95 | 111 | "commands.crelog.failed": "Gagal relog", |
|
117 | 133 | "commands.client.crack": "Pecahkan", |
118 | 134 | "commands.client.enable": "Nyalakan", |
119 | 135 | "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'", |
121 | 138 |
|
122 | 139 | "chorusManip.landing.success": "Mendarat di: %d, %d, %d", |
123 | 140 | "chorusManip.landing.failed": "Manipulasi mendarat tidak mungkin", |
|
163 | 180 | "playerManip.reset.sprint": "Lari", |
164 | 181 | "playerManip.reset.enterWater": "Masuk air", |
165 | 182 | "playerManip.reset.swim": "Berenang", |
| 183 | + "playerManip.reset.amethystChime": "Jalan di Gugus Kecubung", |
166 | 184 | "playerManip.reset.potion": "Efek Ramuan sedang Aktif", |
167 | 185 | "playerManip.reset.mending": "Membenarkan benda mengunakkan Perbaikan", |
| 186 | + "playerManip.reset.xp": "Memperoleh Pengalaman", |
168 | 187 | "playerManip.reset.respiration": "Helm Pernapasan digunakkan", |
169 | 188 | "playerManip.reset.dropItem": "Melemparkan item", |
170 | 189 | "playerManip.reset.anvil": "Menggunakkan Paron", |
|
0 commit comments