Skip to content

Commit

Permalink
Merge pull request #3877 from awaaas/master
Browse files Browse the repository at this point in the history
Bahasa Indonesia: update translation.
  • Loading branch information
GrimmGringo committed Aug 9, 2016
2 parents 920b5b4 + 3961ad8 commit 79356e2
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions PoGo.NecroBot.CLI/Config/Translations/translation.id.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,14 @@
"Key": "logEntryUpdate",
"Value": "PEMBARUAN"
},
{
"Key": "logEntryNew",
"Value": "BARU"
},
{
"Key": "logEntrySoftBan",
"Value": "SOFTBAN"
},
{
"Key": "loggingIn",
"Value": "Masuk menggunakan {0}"
Expand Down Expand Up @@ -414,15 +422,15 @@
},
{
"Key": "profileStatsTemplateString",
"Value": "----- LVL {0} | {1} ----- \n EXP: {2}/{3} \n Pokemon yang ditangkap: {4} \n Pokemon yang disebarkan: {5} \n Pokestop yang dikunjungi: {6} \n Telur yang ditetaskan: {6} \n Pokemon yang dievolusikan: {7} \n Catatan Pokedex: {8} \n Sudah berjalan: {9} KM"
"Value": "----- LVL {0} | {1} ----- \n EXP: {2}/{3} \n Pokemon yang ditangkap: {4} \n Pokemon yang disebarkan: {5} \n Pokestop yang dikunjungi: {6} \n Telur yang ditetaskan: {6} \n Pokemon yang dievolusikan: {7} \n Catatan Pokedex: {8} \n Sudah berjalan: {9} KM \n Pokemon: {11}/{12}"
},
{
"Key": "showPokeTemplate",
"Value": "\n CP {0} | Nama: {1}"
"Value": "\n CP: {0} | IV: {1}% | Nama: {2}"
},
{
"Key": "helpTemplate",
"Value": "Perintah: \n \n /top <jumlah> - Menampilkan Pokemon tertinggimu.. \n /all - Menampilkan semua Pokemon-mu. \n /profile - Menampilkan profilmu. \n /loc - Menampilkan lokasimu. \n /items - Menampilkan barangmu."
"Value": "Perintah: \n \n /top <cp/iv> <jumlah> - Menampilkan Pokemon tertinggimu.. \n /all <cp/iv> - Menampilkan semua Pokemon-mu. \n /profile - Menampilkan profilmu. \n /loc - Menampilkan lokasimu. \n /items - Menampilkan barangmu. \n /status - Menampilkan status bot-mu. "
},
{
"Key": "statsXpTemplateString",
Expand Down Expand Up @@ -627,6 +635,10 @@
{
"Key": "firstStartSetupDefaultLongConfirm",
"Value": "Bujur yang diterima: {0}"
},
{
"Key": "softBanBypassed",
"Value": "Berhasil dilewati!"
},
{
"Key": "firstStartSetupCompleted",
Expand Down

0 comments on commit 79356e2

Please sign in to comment.