Skip to content

Commit

Permalink
Translating and fixing some wordings
Browse files Browse the repository at this point in the history
This commit translate some words that haven't been translated and
improve some bahasa wording to better match the meaning in English.
  • Loading branch information
muchlax committed Jul 30, 2016
1 parent 7ab5bbb commit c818c83
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions PoGo.NecroBot.CLI/Config/Translations/translation.id.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
{
"Key": "eventNoPokeballs",
"Value": "Pokeballs habis - {0} dengan CP {1} tidak dapat ditangkap"
"Value": "Pokeball habis - {0} dengan CP {1} tidak dapat ditangkap"
},
{
"Key": "catchStatusAttempt",
Expand Down Expand Up @@ -166,31 +166,31 @@
},
{
"Key": "logEntryEvolved",
"Value": "EVOLVED"
"Value": "EVOLUSI"
},
{
"Key": "logEntryBerry",
"Value": "BERRY"
},
{
"Key": "logEntryEgg",
"Value": "EGG"
"Value": "TELUR"
},
{
"Key": "logEntryDebug",
"Value": "DEBUG"
},
{
"Key": "logEntryUpdate",
"Value": "UPDATE"
"Value": "PEMBARUAN"
},
{
"Key": "loggingIn",
"Value": "Masuk menggunakan {0}"
"Value": "Masuk sebagai {0}"
},
{
"Key": "ptcOffline",
"Value": "PTC Server mungkin sedang mati atau credensial anda salah. Coba google"
"Value": "Server PTC mungkin sedang turun ATAU kredensial anda salah. Coba google"
},
{
"Key": "tryingAgainIn",
Expand All @@ -206,31 +206,31 @@
},
{
"Key": "couldntCopyToClipboard",
"Value": "Tidak dapat copy ke clipboard, lakukan secara manual"
"Value": "Tidak dapat mengcopy ke clipboard, lakukan secara manual"
},
{
"Key": "couldntCopyToClipboard2",
"Value": "Ke: {0} & masukkan {1}"
"Value": "Pergi ke: {0} & masukkan {1}"
},
{
"Key": "realisticTravelDetected",
"Value": "Mendeteksi Perjalanan realistis, menggunakan UserSettings.settings"
},
{
"Key": "notRealisticTravel",
"Value": "Bukan Perjalanan Realistis di {0}, menggunakan Coords.ini yang terakhir disimpan."
"Value": "Bukan Perjalanan Realistis {0}, menggunakan Coords.ini yang terakhir disimpan"
},
{
"Key": "coordinatesAreInvalid",
"Value": "Koordinat di file \"Coords.ini\" cacat, menggunakan koordinat default."
"Value": "Koordinat di file \"Coords.ini\" cacat, menggunakan koordinat default"
},
{
"Key": "gotUpToDateVersion",
"Value": "Sempurna! Anda telah mempunyai Versi terbaru {0}"
"Value": "Sempurna! Anda telah mempunyai Versi terbaru {0}"
},
{
"Key": "autoUpdaterDisabled",
"Value": "AutoUpdater dimatikan. Dapatkan release terbaru dari: {0}\n "
"Value": "AutoUpdater dimatikan. Dapatkan release terakhir dari : {0}\n "
},
{
"Key": "downloadingUpdate",
Expand Down Expand Up @@ -298,27 +298,27 @@
},
{
"Key": "catchStatusAttempt",
"Value": "UsahaMenangkap"
"Value": "Status Tangkapan"
},
{
"Key": "catchStatusError",
"Value": "TangkapanError"
"Value": "Tangkapan Error"
},
{
"Key": "catchStatusEscape",
"Value": "TangkapanLari"
"Value": "Tangkapan Lari"
},
{
"Key": "catchStatusFlee",
"Value": "TangkapanKabur"
"Value": "Tangkapan Kabur"
},
{
"Key": "catchStatusMissed",
"Value": "GagalMenangkap"
"Value": "Gagal Menangkap"
},
{
"Key": "catchStatusSuccess",
"Value": "BerhasilMenangkap"
"Value": "Berhasil Menangkap"
},
{
"Key": "catchTypeNormal",
Expand Down Expand Up @@ -377,4 +377,4 @@
"Value": "[Sniper] Tidak ditemukan Pokemon untuk di Snipe!"
}
]
}
}

0 comments on commit c818c83

Please sign in to comment.