mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
New translations
This commit is contained in:
@@ -134,7 +134,10 @@
|
||||
{0} akan diubah dengan nama properti konfigurasi, {1} akan diubah dengan nilai invalid</value>
|
||||
<comment>{0} will be replaced by name of the configuration property, {1} will be replaced by invalid value</comment>
|
||||
</data>
|
||||
|
||||
<data name="ErrorEarlyFatalExceptionInfo" xml:space="preserve">
|
||||
<value>ASF V{0} telah mengalami fatal exception sebelum modul logging inti dapat menginisialisasi!</value>
|
||||
<comment>{0} will be replaced by version number</comment>
|
||||
</data>
|
||||
<data name="ErrorEarlyFatalExceptionPrint" xml:space="preserve">
|
||||
<value>Pengecualian: {0}() {1} StackTrace:{2}</value>
|
||||
<comment>{0} will be replaced by function name, {1} will be replaced by exception message, {2} will be replaced by entire stack trace. Please note that this string should include newlines for formatting.</comment>
|
||||
@@ -374,8 +377,14 @@
|
||||
<value>Ada {0}/{1} bot berjalan, dengan total {2} game ({3} kartu) untuk di-idle.</value>
|
||||
<comment>{0} will be replaced by number of active bots, {1} will be replaced by total number of bots, {2} will be replaced by total number of games left to idle, {3} will be replaced by total number of cards left to idle</comment>
|
||||
</data>
|
||||
|
||||
|
||||
<data name="BotStatusIdling" xml:space="preserve">
|
||||
<value>Bot {0} sedang menganggurkan permainan: {1} ({2}, {3} kartu tersisa) dari total {4} permainan ({5} kartu) meninggalkan ke siaga (~{6} yang tersisa).</value>
|
||||
<comment>{0} will be replaced by bot's name, {1} will be replaced by game's appID (number), {2} will be replaced by game's name, {3} will be replaced by number of cards left to idle, {4} will be replaced by total number of games to idle, {5} will be replaced by total number of cards to idle, {6} will be replaced by translated TimeSpan string built from TimeSpan* translation parts</comment>
|
||||
</data>
|
||||
<data name="BotStatusIdlingList" xml:space="preserve">
|
||||
<value>Bot {0} adalah menganggurkan permainan: {1} dari total {2} permainan ({3} kartu) meninggalkan ke siaga (~{4} yang tersisa).</value>
|
||||
<comment>{0} will be replaced by bot's name, {1} will be replaced by list of the games (appIDs, numbers), {2} will be replaced by total number of games to idle, {3} will be replaced by total number of cards to idle, {4} will be replaced by translated TimeSpan string built from TimeSpan* translation parts</comment>
|
||||
</data>
|
||||
<data name="CheckingFirstBadgePage" xml:space="preserve">
|
||||
<value>Mengecek halaman badge pertama...</value>
|
||||
</data>
|
||||
@@ -400,7 +409,10 @@
|
||||
<value>Idling selesai: {0} ({1}) setelah {2} bermain!</value>
|
||||
<comment>{0} will be replaced by game's appID (number), {1} will be replaced by game's name, {2} will be replaced by translated TimeSpan string built from TimeSpan* translation parts</comment>
|
||||
</data>
|
||||
|
||||
<data name="IdlingFinishedForGames" xml:space="preserve">
|
||||
<value>Selesai menganggurkan permainan: {0}</value>
|
||||
<comment>{0} will be replaced by list of the games (appIDs, numbers), separated by a comma</comment>
|
||||
</data>
|
||||
<data name="IdlingStatusForGame" xml:space="preserve">
|
||||
<value>Status Idling untuk {0} ({1}): sisa kartu {2}</value>
|
||||
<comment>{0} will be replaced by game's appID (number), {1} will be replaced by game's name, {2} will be replaced by number of cards left to idle</comment>
|
||||
@@ -637,15 +649,21 @@
|
||||
<data name="BotConnectionLost" xml:space="preserve">
|
||||
<value>Koneksi ke Steam terputus, menghubungkan kembali...</value>
|
||||
</data>
|
||||
|
||||
<data name="BotAccountFree" xml:space="preserve">
|
||||
<value>Akun tidak lagi dipakai, proses idle dilanjutkan!</value>
|
||||
</data>
|
||||
<data name="BotAccountOccupied" xml:space="preserve">
|
||||
<value>Akun ini sedang digunakan, ASF akan melanjutkan idling jika tidak digunakan...</value>
|
||||
</data>
|
||||
|
||||
<data name="BotAutomaticIdlingPauseTimeout" xml:space="preserve">
|
||||
<value>Shared library belum diluncurkan dalam periode waktu yang diberikan, proses penangguran dimulai kembali!</value>
|
||||
</data>
|
||||
<data name="BotConnecting" xml:space="preserve">
|
||||
<value>Menghubungkan...</value>
|
||||
</data>
|
||||
|
||||
<data name="BotHeartBeatFailed" xml:space="preserve">
|
||||
<value>Gagal untuk mencabut klien, meninggalkan instansi bot ini!</value>
|
||||
</data>
|
||||
<data name="BotSteamDirectoryInitializationFailed" xml:space="preserve">
|
||||
<value>Tidak dapat menginisialisasi SteamDirectory, menghubungi Steam Network mungkin memakan waktu lebih lama dari biasanya!</value>
|
||||
</data>
|
||||
@@ -656,7 +674,10 @@
|
||||
<value>Konfigurasi bot tidak valid, silakan memverifikasi isi konfigurasi dari {0} dan coba lagi!</value>
|
||||
<comment>{0} will be replaced by file's path</comment>
|
||||
</data>
|
||||
|
||||
<data name="ErrorDatabaseInvalid" xml:space="preserve">
|
||||
<value>Database utama tidak dapat dimuat, jika masalah tetap berlanjut, silakan hapus {0} untuk menciptakan ulang database!</value>
|
||||
<comment>{0} will be replaced by file's path</comment>
|
||||
</data>
|
||||
<data name="Initializing" xml:space="preserve">
|
||||
<value>Inisialisasi {0}...</value>
|
||||
<comment>{0} will be replaced by service name that is being initialized</comment>
|
||||
|
||||
Reference in New Issue
Block a user