mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-13 07:00:39 +00:00
Translations update
This commit is contained in:
@@ -456,7 +456,7 @@
|
||||
<comment>{0} will be replaced by logging off reason (string)</comment>
|
||||
</data>
|
||||
<data name="BotLoggedOn" xml:space="preserve">
|
||||
<value>Успешный вход как {0}.</value>
|
||||
<value>Успешно выполнен вход как {0}.</value>
|
||||
<comment>{0} will be replaced by steam ID (number)</comment>
|
||||
</data>
|
||||
<data name="BotLoggingIn" xml:space="preserve">
|
||||
|
||||
@@ -121,7 +121,10 @@
|
||||
<value>Prihvatanje razmene: {0}</value>
|
||||
<comment>{0} will be replaced by trade number</comment>
|
||||
</data>
|
||||
|
||||
<data name="AutoUpdateCheckInfo" xml:space="preserve">
|
||||
<value>ASF će automatski proveriti da li postoji nova verzija svakih {0} sati.</value>
|
||||
<comment>{0} will be replaced by translated TimeSpan string (such as "24 hours")</comment>
|
||||
</data>
|
||||
<data name="Content" xml:space="preserve">
|
||||
<value>Sadržaj:
|
||||
{0}</value>
|
||||
@@ -141,12 +144,17 @@ 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>
|
||||
</data>
|
||||
|
||||
<data name="ErrorExitingWithNonZeroErrorCode" xml:space="preserve">
|
||||
<value>Izlazak sa greškom čiji je kod različit od nule!</value>
|
||||
</data>
|
||||
<data name="ErrorFailingRequest" xml:space="preserve">
|
||||
<value>Zahtev se ne izvršava: {0}</value>
|
||||
<comment>{0} will be replaced by URL of the request</comment>
|
||||
</data>
|
||||
|
||||
<data name="ErrorGlobalConfigNotLoaded" xml:space="preserve">
|
||||
<value>Globalna konfiguracija ne može biti učitana, molimo Vas da proverite da {0} postoji i da je tačan! Pratite "Setting up" uputstva na wiki stranici ako ste nesigurni.</value>
|
||||
<comment>{0} will be replaced by file's path</comment>
|
||||
</data>
|
||||
<data name="ErrorIsInvalid" xml:space="preserve">
|
||||
<value>{0} je netačan!</value>
|
||||
<comment>{0} will be replaced by object's name</comment>
|
||||
@@ -154,7 +162,9 @@ StackTrace:
|
||||
<data name="ErrorMobileAuthenticatorInvalidDeviceID" xml:space="preserve">
|
||||
<value>Odbijanje izvršavanja ove funkcije zbog netačnog DeviceID u ASF 2FA!</value>
|
||||
</data>
|
||||
|
||||
<data name="ErrorNoBotsDefined" xml:space="preserve">
|
||||
<value>Botovi nisu definisani, da li ste zaboravili da konfigurisete vaš ASF?</value>
|
||||
</data>
|
||||
<data name="ErrorObjectIsNull" xml:space="preserve">
|
||||
<value>{0} je null!</value>
|
||||
<comment>{0} will be replaced by object's name</comment>
|
||||
@@ -163,7 +173,10 @@ StackTrace:
|
||||
<value>Parsiranje {0} nije uspelo!</value>
|
||||
<comment>{0} will be replaced by object's name</comment>
|
||||
</data>
|
||||
|
||||
<data name="ErrorRequestFailedTooManyTimes" xml:space="preserve">
|
||||
<value>Zahtev nije uspeo nakon {0} pokušaja!</value>
|
||||
<comment>{0} will be replaced by maximum number of tries</comment>
|
||||
</data>
|
||||
<data name="ErrorUpdateCheckFailed" xml:space="preserve">
|
||||
<value>Neuspešno traženje nove verzije!</value>
|
||||
</data>
|
||||
@@ -230,25 +243,53 @@ StackTrace:
|
||||
<value>Lokalna verzija: {0} | Daljinska verzija: {1}</value>
|
||||
<comment>{0} will be replaced by current version, {1} will be replaced by remote version</comment>
|
||||
</data>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<data name="UserInputDeviceID" xml:space="preserve">
|
||||
<value>Molimo Vas unesite vaš Device ID (uključujući "android:"): </value>
|
||||
<comment>Please note that this translation should end with space</comment>
|
||||
</data>
|
||||
<data name="UserInputSteam2FA" xml:space="preserve">
|
||||
<value>Molimo Vas unestie vaš 2FA kod iz Vaše Steam authenticator aplikacije: </value>
|
||||
<comment>Please note that this translation should end with space</comment>
|
||||
</data>
|
||||
<data name="UserInputSteamGuard" xml:space="preserve">
|
||||
<value>Molimo Vas unesite vaš SteamGuard autentifikacioni kod koji poslat na vaš e-mail: </value>
|
||||
<comment>Please note that this translation should end with space</comment>
|
||||
</data>
|
||||
<data name="UserInputSteamLogin" xml:space="preserve">
|
||||
<value>Molimo Vas unestie vašu Steam prijavu: </value>
|
||||
<comment>Please note that this translation should end with space</comment>
|
||||
</data>
|
||||
<data name="UserInputSteamParentalPIN" xml:space="preserve">
|
||||
<value>Molimo Vas da unesete Steam roditeljski PIN: </value>
|
||||
<comment>Please note that this translation should end with space</comment>
|
||||
</data>
|
||||
<data name="UserInputSteamPassword" xml:space="preserve">
|
||||
<value>Molimo Vas da uneste vašu Steam lozinku: </value>
|
||||
<comment>Please note that this translation should end with space</comment>
|
||||
</data>
|
||||
|
||||
<data name="WarningUnknownValuePleaseReport" xml:space="preserve">
|
||||
<value>Dobijena nepoznata vrednost za {0}, molimo prijavite ovo: {1}</value>
|
||||
<comment>{0} will be replaced by object's name, {1} will be replaced by value for that object</comment>
|
||||
</data>
|
||||
|
||||
|
||||
|
||||
<data name="IPCReady" xml:space="preserve">
|
||||
<value>IPC server spreman!</value>
|
||||
</data>
|
||||
<data name="IPCStarting" xml:space="preserve">
|
||||
<value>Pokretanje IPC servera na {0}...</value>
|
||||
<comment>{0} will be replaced by IPC hostname</comment>
|
||||
</data>
|
||||
<data name="BotAlreadyStopped" xml:space="preserve">
|
||||
<value>Ovaj bot je već zaustavnljen!</value>
|
||||
</data>
|
||||
<data name="BotNotFound" xml:space="preserve">
|
||||
<value>Nije moguće pronaći bilo kakvog bot-a nazvanog {0}!</value>
|
||||
<comment>{0} will be replaced by bot's name query (string)</comment>
|
||||
</data>
|
||||
|
||||
<data name="BotStatusOverview" xml:space="preserve">
|
||||
<value>{0}/{1} botova je pokrenuto, sa ukupno {2} igrica ({3} karata) preostalih da se idle-uje.</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="CheckingFirstBadgePage" xml:space="preserve">
|
||||
@@ -332,8 +373,14 @@ StackTrace:
|
||||
<comment>{0} will be replaced by giftID (number)</comment>
|
||||
</data>
|
||||
|
||||
|
||||
|
||||
<data name="BotAddLicense" xml:space="preserve">
|
||||
<value>ID: {0} | Status: {1}</value>
|
||||
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by status string</comment>
|
||||
</data>
|
||||
<data name="BotAddLicenseWithItems" xml:space="preserve">
|
||||
<value>ID: {0} | Status: {1} | Stavke: {2}</value>
|
||||
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by status string, {2} will be replaced by list of granted IDs (numbers), separated by a comma</comment>
|
||||
</data>
|
||||
|
||||
<data name="BotAuthenticatorConverting" xml:space="preserve">
|
||||
<value>Konvertovanje .maFile u ASF format...</value>
|
||||
@@ -348,12 +395,19 @@ StackTrace:
|
||||
<value>2FA Token: {0}</value>
|
||||
<comment>{0} will be replaced by generated 2FA token (string)</comment>
|
||||
</data>
|
||||
|
||||
|
||||
<data name="BotAutomaticIdlingNowPaused" xml:space="preserve">
|
||||
<value>Automatsko idle-ovanje je pauzirano!</value>
|
||||
</data>
|
||||
<data name="BotAutomaticIdlingNowResumed" xml:space="preserve">
|
||||
<value>Automatsko idle-ovanje je nastavljeno!</value>
|
||||
</data>
|
||||
<data name="BotAutomaticIdlingPausedAlready" xml:space="preserve">
|
||||
<value>Automatsko idle-ovanje je već pauzirano!</value>
|
||||
</data>
|
||||
|
||||
<data name="BotAutomaticIdlingPausedWithCountdown" xml:space="preserve">
|
||||
<value>Automatsko idle-ovanje je sada pauzirano! Imate {0} minuta da pokrenete igru.</value>
|
||||
<comment>{0} will be replaced by translated TimeSpan string (such as "5 minutes")</comment>
|
||||
</data>
|
||||
<data name="BotAutomaticIdlingResumedAlready" xml:space="preserve">
|
||||
<value>Automatsko idle-ovanje je već pokrenuto!</value>
|
||||
</data>
|
||||
@@ -378,7 +432,10 @@ StackTrace:
|
||||
<value>Odjavljen sa Steam-a: {0}</value>
|
||||
<comment>{0} will be replaced by logging off reason (string)</comment>
|
||||
</data>
|
||||
|
||||
<data name="BotLoggedOn" xml:space="preserve">
|
||||
<value>Uspešno ulogovani kao {0}.</value>
|
||||
<comment>{0} will be replaced by steam ID (number)</comment>
|
||||
</data>
|
||||
<data name="BotLoggingIn" xml:space="preserve">
|
||||
<value>Prijavljivanje...</value>
|
||||
</data>
|
||||
@@ -404,8 +461,12 @@ StackTrace:
|
||||
<data name="BotLootingTemporarilyDisabled" xml:space="preserve">
|
||||
<value>Loot-ovanje je privremeno onemogućeno!</value>
|
||||
</data>
|
||||
|
||||
|
||||
<data name="BotSendingTradeToYourself" xml:space="preserve">
|
||||
<value>Ne možete poslati trade samom sebi!</value>
|
||||
</data>
|
||||
<data name="BotNoASFAuthenticator" xml:space="preserve">
|
||||
<value>Ovaj bot nema ASF 2FA uključen! Da li ste zaboravili da uvedete vaš autentikator kao ASF 2FA?</value>
|
||||
</data>
|
||||
<data name="BotNotConnected" xml:space="preserve">
|
||||
<value>Ova instanca bot-a nije povezana!</value>
|
||||
</data>
|
||||
@@ -415,17 +476,35 @@ StackTrace:
|
||||
<data name="BotReconnecting" xml:space="preserve">
|
||||
<value>Ponovo povezivanje...</value>
|
||||
</data>
|
||||
|
||||
|
||||
<data name="BotRedeem" xml:space="preserve">
|
||||
<value>Ključ: {0} | Status: {1}</value>
|
||||
<comment>{0} will be replaced by cd-key (string), {1} will be replaced by status string</comment>
|
||||
</data>
|
||||
<data name="BotRedeemWithItems" xml:space="preserve">
|
||||
<value>Ključ: {0} | Status: {1} | Stavke: {2}</value>
|
||||
<comment>{0} will be replaced by cd-key (string), {1} will be replaced by status string, {2} will be replaced by list of key-value pairs, separated by a comma</comment>
|
||||
</data>
|
||||
<data name="BotRemovedExpiredLoginKey" xml:space="preserve">
|
||||
<value>Uklonjen stari login ključ!</value>
|
||||
</data>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<data name="BotStatusNotIdling" xml:space="preserve">
|
||||
<value>Bot trenutno ne idle-uje ništa.</value>
|
||||
</data>
|
||||
<data name="BotStatusLimited" xml:space="preserve">
|
||||
<value>Bot je limitiran i ne može da prikuplja kartice idle-ovanjem.</value>
|
||||
</data>
|
||||
<data name="BotStatusConnecting" xml:space="preserve">
|
||||
<value>Bot se povezuje sa Steam-om.</value>
|
||||
</data>
|
||||
<data name="BotStatusNotRunning" xml:space="preserve">
|
||||
<value>Bot nije pokrenut.</value>
|
||||
</data>
|
||||
<data name="BotStatusPaused" xml:space="preserve">
|
||||
<value>Bot je pauziran ili radi u ručnom režimu.</value>
|
||||
</data>
|
||||
<data name="BotStatusPlayingNotAvailable" xml:space="preserve">
|
||||
<value>Bot je trenutno u upotrebi.</value>
|
||||
</data>
|
||||
<data name="BotUnableToLogin" xml:space="preserve">
|
||||
<value>Nije moguće prijavljivanje na Steam: {0}{1}</value>
|
||||
<comment>{0} will be replaced by failure reason (string), {1} will be replaced by extended failure reason (string)</comment>
|
||||
@@ -442,9 +521,15 @@ StackTrace:
|
||||
<value>Neuspeh zbog greške: {0}</value>
|
||||
<comment>{0} will be replaced by failure reason (string)</comment>
|
||||
</data>
|
||||
|
||||
|
||||
|
||||
<data name="BotConnectionLost" xml:space="preserve">
|
||||
<value>Izgubljena konekcija sa Steam-om, Povezujemo se ponovo...</value>
|
||||
</data>
|
||||
<data name="BotAccountFree" xml:space="preserve">
|
||||
<value>Nalog više nije zauzet, proces idle-ovanja nastavljen!</value>
|
||||
</data>
|
||||
<data name="BotAccountOccupied" xml:space="preserve">
|
||||
<value>Nalog se trenutno koristi, ASF će nastaviti sa idle-ovanjem čim se oslobodi...</value>
|
||||
</data>
|
||||
|
||||
<data name="BotConnecting" xml:space="preserve">
|
||||
<value>Povezivanje...</value>
|
||||
@@ -476,7 +561,10 @@ StackTrace:
|
||||
</data>
|
||||
|
||||
|
||||
|
||||
<data name="BotVersion" xml:space="preserve">
|
||||
<value>{0} V{1}</value>
|
||||
<comment>{0} will be replaced by program's name (e.g. "ASF"), {1} will be replaced by program's version (e.g. "1.0.0.0"). This string typically has nothing to translate and you should leave it as it is, unless you need to change the format, e.g. in RTL languages.</comment>
|
||||
</data>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Покажи бутон за изтриване",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Скрий ботовете",
|
||||
"bots-hide-offline": "Офлайн ботове",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Онлайн ботове",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -29,7 +30,7 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Ботове",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "Автоматично изчистване",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Команди",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Ano, vymaž bota!",
|
||||
"bots-delete": "Zobraz tlačítko odstranit",
|
||||
"bots-delete-success": "<$1> a všechny souvisící soubory byly smazány.",
|
||||
"bots-delimeter": "Oddělovač",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Skrýt boty",
|
||||
"bots-hide-offline": "Offline boti",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Online boti",
|
||||
"bots-infobox-cards": "Zbývající karty",
|
||||
"bots-infobox-games": "Zbývající hry",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Jednoduché farmící info",
|
||||
"bots-start-success": "<$1> byl aktivován.",
|
||||
"bots-stop-success": "<$1> byl zastaven.",
|
||||
"bots-syntax": "Syntax: názevHry{Delimeter}cd-klíč",
|
||||
"bots-syntax": "Syntax: názevHry{delimiter}cd-klíč",
|
||||
"bots-title": "ASF | Boti",
|
||||
"commands-auto-clear": "Automatické vyčištění",
|
||||
"commands-response": "$1 Odpověd obdržená: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Aktuálně se mění:",
|
||||
"editor-current-bot": "Aktuálně se mění: <b>$1</b>",
|
||||
"editor-save": "Uložit",
|
||||
"editor-save-confirm": "$1 a jeho soubory konfigurace byli aktualizovány.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Editor konfigurace",
|
||||
"editor-update": "Konfigurace bude aktualizována a <$1> bude restartován!",
|
||||
"editor-update-confirm": "Ano, aktualizuj konfiguraci!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "Více informací",
|
||||
"title-bots-offline": "Přepnutí offline botů",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Přepnutí online botů",
|
||||
"title-bots-refresh": "Aktualizovat obsah",
|
||||
"title-bots-simple": "Přepnutí zjednodušených informací o farmění",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Vis sletknap",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Skjul bots",
|
||||
"bots-hide-offline": "Offline bots",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Online bots",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -29,7 +30,7 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "Autoslet",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Kommandoer",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Ja, den Bot wirklich löschen!",
|
||||
"bots-delete": "Schaltfläche \"Löschen\" anzeigen",
|
||||
"bots-delete-success": "<$1> und alle damit zusammenhängenden Dateien gelöscht wurden.",
|
||||
"bots-delimeter": "Trennzeichen",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Bots ausblenden",
|
||||
"bots-hide-offline": "Offline Bots",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Online Bots",
|
||||
"bots-infobox-cards": "Verbleibenden Karten",
|
||||
"bots-infobox-games": "Verbleibenden Spiele",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Einfache Sammel-Information",
|
||||
"bots-start-success": "<$1> wurde gestartet.",
|
||||
"bots-stop-success": "<$1> wurde beendet.",
|
||||
"bots-syntax": "Syntax: gameName{Delimeter}cd-schlüssel",
|
||||
"bots-syntax": "Syntax: gameName{delimiter}cd-schlüssel",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "Automatisch Leeren",
|
||||
"commands-response": "$1 Antwort erhalten: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Derzeit in Bearbeitung:",
|
||||
"editor-current-bot": "Derzeit in Bearbeitung: <b>$1</b>",
|
||||
"editor-save": "Speichern",
|
||||
"editor-save-confirm": "$1 und die dazugehörige Einstellungsdatei wurde aktualisiert.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Config Editor",
|
||||
"editor-update": "Die Einstellungsdatei wird aktualisiert und <$1> wird neugestartet werden!",
|
||||
"editor-update-confirm": "Ja, Einstellungsdatei aktualisieren!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Schaltfläche \"Schlüssel\" ein/aus",
|
||||
"title-bots-more": "Mehr Infos anzeigen",
|
||||
"title-bots-offline": "Offline Bots anzeigen ein/aus",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Online Bots anzeigen ein/aus",
|
||||
"title-bots-refresh": "Inhalt aktualisieren",
|
||||
"title-bots-simple": "Vereinfachte Farmanzeige ein/aus",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Ja, den Bot wirklich löschen!",
|
||||
"bots-delete": "Schaltfläche \"Löschen\" anzeigen",
|
||||
"bots-delete-success": "<$1> und alle damit zusammenhängenden Dateien gelöscht wurden.",
|
||||
"bots-delimeter": "Trennzeichen",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Bots ausblenden",
|
||||
"bots-hide-offline": "Offline Bots",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Online Bots",
|
||||
"bots-infobox-cards": "Verbleibenden Karten",
|
||||
"bots-infobox-games": "Verbleibenden Spiele",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Einfache Sammel-Information",
|
||||
"bots-start-success": "<$1> wurde gestartet.",
|
||||
"bots-stop-success": "<$1> wurde beendet.",
|
||||
"bots-syntax": "Syntax: gameName{Delimeter}cd-schlüssel",
|
||||
"bots-syntax": "Syntax: gameName{delimiter}cd-schlüssel",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "Automatisch Leeren",
|
||||
"commands-response": "$1 Antwort erhalten: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Derzeit in Bearbeitung:",
|
||||
"editor-current-bot": "Derzeit in Bearbeitung: <b>$1</b>",
|
||||
"editor-save": "Speichern",
|
||||
"editor-save-confirm": "$1 und die dazugehörige Einstellungsdatei wurde aktualisiert.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Config Editor",
|
||||
"editor-update": "Die Einstellungsdatei wird aktualisiert und <$1> wird neugestartet werden!",
|
||||
"editor-update-confirm": "Ja, Einstellungsdatei aktualisieren!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Schaltfläche \"Schlüssel\" ein/aus",
|
||||
"title-bots-more": "Mehr Infos anzeigen",
|
||||
"title-bots-offline": "Offline Bots anzeigen ein/aus",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Online Bots anzeigen ein/aus",
|
||||
"title-bots-refresh": "Inhalt aktualisieren",
|
||||
"title-bots-simple": "Vereinfachte Farmanzeige ein/aus",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Εμφάνιση κουμπιού διαγραφής",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Απόκρυψη bot",
|
||||
"bots-hide-offline": "Αποσυνδεδεμένα bot",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Συνδεδεμένα bot",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -29,7 +30,7 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bot",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "Αυτόματη εκκαθάριση",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Εντολές",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "¡Sí, eliminar bot!",
|
||||
"bots-delete": "Mostrar el botón borrar",
|
||||
"bots-delete-success": "<$1> y todos los ficheros relacionados han sido eliminados.",
|
||||
"bots-delimeter": "Delimitador",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Ocultar bots",
|
||||
"bots-hide-offline": "Bots sin conexion",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Bots en línea",
|
||||
"bots-infobox-cards": "Cromos restantes",
|
||||
"bots-infobox-games": "Juegos restantes",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Información de recolección simple",
|
||||
"bots-start-success": "<$1> se ha iniciado.",
|
||||
"bots-stop-success": "<$1> ha sido pausado.",
|
||||
"bots-syntax": "Sintaxis: nombreDeJuego{Delimeter}cd-key",
|
||||
"bots-syntax": "Sintaxis: nombreDeJuego{delimiter}cd-key",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "Auto limpiar",
|
||||
"commands-response": "$1 Respuesta recibida: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Actualmente editando:",
|
||||
"editor-current-bot": "Editando: <b>$1</b>",
|
||||
"editor-save": "Guardar",
|
||||
"editor-save-confirm": "$1 y su archivo de configuración tiene actualización.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Editor de configuración",
|
||||
"editor-update": "La configuración se actualizará y <$1> se reiniciará!",
|
||||
"editor-update-confirm": "¡Sí, actualizar configuración!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Mostrar botón de clave",
|
||||
"title-bots-more": "Mostrar más información",
|
||||
"title-bots-offline": "Mostrar bots fuera de línea",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Mostrar bots en línea",
|
||||
"title-bots-refresh": "Actualizar contenido",
|
||||
"title-bots-simple": "Mostrar información de cultivo simple",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Näytä poisto painike",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Piilota botit",
|
||||
"bots-hide-offline": "Offline botit",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Online botit",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -29,7 +30,7 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF |Botit",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "Automaattinen tyhjennys",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Komennot",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Oui, supprimer le bot !",
|
||||
"bots-delete": "Afficher le bouton Supprimer",
|
||||
"bots-delete-success": "<$1> et ses fichiers relatifs ont été supprimés.",
|
||||
"bots-delimeter": "Délimiteur",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Masquer les bots",
|
||||
"bots-hide-offline": "Bots hors-ligne",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Bots en ligne",
|
||||
"bots-infobox-cards": "Cartes restantes",
|
||||
"bots-infobox-games": "Jeux restants",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Information de base concernant le farming",
|
||||
"bots-start-success": "<$1> a été démarré.",
|
||||
"bots-stop-success": "<$1> a été arrêté.",
|
||||
"bots-syntax": "Syntaxe : nomDuJeu{Delimeter}clé",
|
||||
"bots-syntax": "Syntaxe : nomDuJeu{delimiter}clé",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "Vidage auto.",
|
||||
"commands-response": "$1 Réponse reçue : $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "En train d'éditer :",
|
||||
"editor-current-bot": "Édition en cours : <b>$1</b>",
|
||||
"editor-save": "Sauvegarder",
|
||||
"editor-save-confirm": "$1 et son fichier de configuration mis à jour.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Éditeur de configuration",
|
||||
"editor-update": "La configuration sera mise à jour et <$1> redémarrera !",
|
||||
"editor-update-confirm": "Oui, mettre à jour la configuration !",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Basculer le bouton clé",
|
||||
"title-bots-more": "Montrer plus d'info.",
|
||||
"title-bots-offline": "Basculer les bots hors-ligne",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Basculer les bots en ligne",
|
||||
"title-bots-refresh": "Actualiser le contenu",
|
||||
"title-bots-simple": "Basculer l'info. simple de collecte",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Oui, supprimer le bot !",
|
||||
"bots-delete": "Afficher le bouton Supprimer",
|
||||
"bots-delete-success": "<$1> et ses fichiers relatifs ont été supprimés.",
|
||||
"bots-delimeter": "Délimiteur",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Masquer les bots",
|
||||
"bots-hide-offline": "Bots hors-ligne",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Bots en ligne",
|
||||
"bots-infobox-cards": "Cartes restantes",
|
||||
"bots-infobox-games": "Jeux restants",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Information de base concernant le farming",
|
||||
"bots-start-success": "<$1> a été démarré.",
|
||||
"bots-stop-success": "<$1> a été arrêté.",
|
||||
"bots-syntax": "Syntaxe : nomDuJeu{Delimeter}clé",
|
||||
"bots-syntax": "Syntaxe : nomDuJeu{delimiter}clé",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "Vidage auto.",
|
||||
"commands-response": "$1 Réponse reçue : $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "En train d'éditer :",
|
||||
"editor-current-bot": "Édition en cours : <b>$1</b>",
|
||||
"editor-save": "Sauvegarder",
|
||||
"editor-save-confirm": "$1 et son fichier de configuration mis à jour.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Éditeur de configuration",
|
||||
"editor-update": "La configuration sera mise à jour et <$1> redémarrera !",
|
||||
"editor-update-confirm": "Oui, mettre à jour la configuration !",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Basculer le bouton clé",
|
||||
"title-bots-more": "Montrer plus d'info.",
|
||||
"title-bots-offline": "Basculer les bots hors-ligne",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Basculer les bots en ligne",
|
||||
"title-bots-refresh": "Actualiser le contenu",
|
||||
"title-bots-simple": "Basculer l'info. simple de collecte",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "הצג לחצן מחיקה",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "להחביא בוטים",
|
||||
"bots-hide-offline": "בוטים לא מקוונים",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "בוטים מופעלים",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -29,7 +30,7 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | בוטים",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "מחיקה אוטומטית",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | פקודות",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Törlés gomb megjelenítése",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Botok elrejtése",
|
||||
"bots-hide-offline": "Offline botok",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Online botok",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -29,7 +30,7 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Botok",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "Automatikus tisztítás",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Parancsok",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Sì, elimina il bot!",
|
||||
"bots-delete": "Visualizza il pulsante elimina",
|
||||
"bots-delete-success": "<$1> e tutti i relativi file sono stati eliminati.",
|
||||
"bots-delimeter": "Delimitatore",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Nascondi bot",
|
||||
"bots-hide-offline": "Bot offline",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Bot online",
|
||||
"bots-infobox-cards": "Carte rimanenti",
|
||||
"bots-infobox-games": "Giochi rimanenti",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Semplici informazioni di farming",
|
||||
"bots-start-success": "<$1> è stato avviato.",
|
||||
"bots-stop-success": "<$1> è stato arrestato.",
|
||||
"bots-syntax": "Sintassi: gameName{Delimeter}cd-chiave",
|
||||
"bots-syntax": "Sintassi: gameName{delimiter}cd-chiave",
|
||||
"bots-title": "ASF | Bot",
|
||||
"commands-auto-clear": "Cancellazione automatica",
|
||||
"commands-response": "$1 risposta ricevuta: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Attualmente in modifica:",
|
||||
"editor-current-bot": "Attualmente modificando: <b>$1</b>",
|
||||
"editor-save": "Salva",
|
||||
"editor-save-confirm": "$1 e il relativo file di configurazione sono stati aggiornati.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Editor di configurazione",
|
||||
"editor-update": "La configurazione verrà aggiornata e <$1> verrà riavviato!",
|
||||
"editor-update-confirm": "Sì, aggiorna la configurazione!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "削除ボタンを表示",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Botを非表示",
|
||||
"bots-hide-offline": "オフラインのBot",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "オンラインのBot",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -29,12 +30,12 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "自動クリア",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "",
|
||||
"commands-waiting": "",
|
||||
"editor-change": "",
|
||||
"editor-change": "Botの変更",
|
||||
"editor-current": "編集中:",
|
||||
"editor-current-bot": "",
|
||||
"editor-save": "保存",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "예. 봇을 삭제합니다.",
|
||||
"bots-delete": "삭제 버튼 표시",
|
||||
"bots-delete-success": "<$1>과 모든 관련 파일이 삭제되었습니다.",
|
||||
"bots-delimeter": "구분자",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "봇 숨기기",
|
||||
"bots-hide-offline": "오프라인 봇",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "온라인 봇",
|
||||
"bots-infobox-cards": "남은 카드",
|
||||
"bots-infobox-games": "남은 게임",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "농사 정보 간략화",
|
||||
"bots-start-success": "<$1>이 시작되었습니다.",
|
||||
"bots-stop-success": "<$1>이 중지되었습니다.",
|
||||
"bots-syntax": "입력형식: 게임이름{Delimeter}키",
|
||||
"bots-syntax": "입력형식: 게임이름{delimiter}키",
|
||||
"bots-title": "ASF | 봇",
|
||||
"commands-auto-clear": "자동으로 화면 지우기",
|
||||
"commands-response": "$1 응답 수신: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "현재 설정 편집중인 봇:",
|
||||
"editor-current-bot": "현재 설정 편집중인 봇: <b>$1</b>",
|
||||
"editor-save": "저장",
|
||||
"editor-save-confirm": "$1 봇의 환경설정이 저장되었습니다.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | 환경설정 편집기",
|
||||
"editor-update": "환경설정 내용을 저장하고 <$1> 봇을 다시 시작합니다.",
|
||||
"editor-update-confirm": "예. 설정을 저장합니다.",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "키 버튼 보이기/숨기기",
|
||||
"title-bots-more": "더 많은 정보 표시",
|
||||
"title-bots-offline": "오프라인 봇 보이기/숨기기",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "온라인 봇 보이기/숨기기",
|
||||
"title-bots-refresh": "새로고침",
|
||||
"title-bots-simple": "농사 정보 간소하게/자세하게",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Taip, ištrinti botą!",
|
||||
"bots-delete": "Rodyti ištrynimo mygtuką",
|
||||
"bots-delete-success": "<$1> ir kiti susiją failai buvo ištrinti.",
|
||||
"bots-delimeter": "Atskyriklis",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Slėpti botus",
|
||||
"bots-hide-offline": "Atsijungę botai",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Prisijungę botai",
|
||||
"bots-infobox-cards": "Likę kortelių",
|
||||
"bots-infobox-games": "Likę žaidimų",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Paprasta rinkimo info",
|
||||
"bots-start-success": "<$1> buvo pradėtas.",
|
||||
"bots-stop-success": "<$1> buvo sustabdytas.",
|
||||
"bots-syntax": "Sintaksė: žaidimoPavadinimas{Delimeter}cd-raktas",
|
||||
"bots-syntax": "Sintaksė: žaidimoPavadinimas{delimiter}cd-raktas",
|
||||
"bots-title": "ASF | Botai",
|
||||
"commands-auto-clear": "Auto ištrynimas",
|
||||
"commands-response": "$1 Atsakymas gauta: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Šiuo metu redaguojama:",
|
||||
"editor-current-bot": "Šiuo metu redaguojama: <b>$1</b>",
|
||||
"editor-save": "Išsaugoti",
|
||||
"editor-save-confirm": "$1 ir jo konfigūracijos failas buvo atnaujintas.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Nustatymų redaktorius",
|
||||
"editor-update": "Konfigūracija bus atnaujinta ir <$1> perkrautas!",
|
||||
"editor-update-confirm": "Taip, atnaujinti konfigūraciją!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Įjungti raktų mygtuką",
|
||||
"title-bots-more": "Rodyti daugiau informacijos",
|
||||
"title-bots-offline": "Rodyti išjungtus botus",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Rodyti įjungtus botus",
|
||||
"title-bots-refresh": "Atnaujinti turinį",
|
||||
"title-bots-simple": "Rodyti supaprastintą rinkimo informaciją",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Ja, verwijder bot!",
|
||||
"bots-delete": "Toon verwijder knop",
|
||||
"bots-delete-success": "<$1> en alle bijbehorende bestanden zijn verwijderd.",
|
||||
"bots-delimeter": "Scheidingsteken",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Verberg bots",
|
||||
"bots-hide-offline": "Offline bots",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Online bots",
|
||||
"bots-infobox-cards": "Resterende kaarten",
|
||||
"bots-infobox-games": "Resterende spellen",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Compacte farming info",
|
||||
"bots-start-success": "<$1> is gestart.",
|
||||
"bots-stop-success": "<$1> is gestopt.",
|
||||
"bots-syntax": "Syntaxis: gameName{Delimeter}productcode",
|
||||
"bots-syntax": "Syntaxis: gameName{delimiter}productcode",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "Automatisch wissen",
|
||||
"commands-response": "$1 Reactie ontvangen: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Nu aan het bewerken:",
|
||||
"editor-current-bot": "Momenteel aan het bewerken: <b>$1</b>",
|
||||
"editor-save": "Opslaan",
|
||||
"editor-save-confirm": "$1 en het bijbehorende configuratiebestand is bijgewerkt.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Config Editor",
|
||||
"editor-update": "De configuratie wordt bijgewerkt en <$1> wordt opnieuw gestart!",
|
||||
"editor-update-confirm": "Ja, update de configuratie!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Productcodeknop tonen/verbergen",
|
||||
"title-bots-more": "Toon meer info",
|
||||
"title-bots-offline": "Offline bots tonen/verbergen",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Online bots tonen/verbergen",
|
||||
"title-bots-refresh": "Inhoud bijwerken",
|
||||
"title-bots-simple": "Compacte farming info tonen/verbergen",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Ja, verwijder bot!",
|
||||
"bots-delete": "Toon verwijder knop",
|
||||
"bots-delete-success": "<$1> en alle bijbehorende bestanden zijn verwijderd.",
|
||||
"bots-delimeter": "Scheidingsteken",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Verberg bots",
|
||||
"bots-hide-offline": "Offline bots",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Online bots",
|
||||
"bots-infobox-cards": "Resterende kaarten",
|
||||
"bots-infobox-games": "Resterende spellen",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Compacte farming info",
|
||||
"bots-start-success": "<$1> is gestart.",
|
||||
"bots-stop-success": "<$1> is gestopt.",
|
||||
"bots-syntax": "Syntaxis: gameName{Delimeter}productcode",
|
||||
"bots-syntax": "Syntaxis: gameName{delimiter}productcode",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "Automatisch wissen",
|
||||
"commands-response": "$1 Reactie ontvangen: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Nu aan het bewerken:",
|
||||
"editor-current-bot": "Momenteel aan het bewerken: <b>$1</b>",
|
||||
"editor-save": "Opslaan",
|
||||
"editor-save-confirm": "$1 en het bijbehorende configuratiebestand is bijgewerkt.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Config Editor",
|
||||
"editor-update": "De configuratie wordt bijgewerkt en <$1> wordt opnieuw gestart!",
|
||||
"editor-update-confirm": "Ja, update de configuratie!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Productcodeknop tonen/verbergen",
|
||||
"title-bots-more": "Toon meer info",
|
||||
"title-bots-offline": "Offline bots tonen/verbergen",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Online bots tonen/verbergen",
|
||||
"title-bots-refresh": "Inhoud bijwerken",
|
||||
"title-bots-simple": "Compacte farming info tonen/verbergen",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Tak, usuń bota!",
|
||||
"bots-delete": "Pokaż przycisk usunięcia",
|
||||
"bots-delete-success": "<$1> i wszystkie powiązane pliki zostały usunięte.",
|
||||
"bots-delimeter": "Ogranicznik",
|
||||
"bots-delimiter": "Separator",
|
||||
"bots-hide": "Ukryj boty",
|
||||
"bots-hide-offline": "Boty w trybie offline",
|
||||
"bots-hide-inactive": "Nieaktywne boty",
|
||||
"bots-hide-online": "Boty w trybie online",
|
||||
"bots-infobox-cards": "Pozostałe karty",
|
||||
"bots-infobox-games": "Pozostałe gry",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Proste informacje o farmieniu",
|
||||
"bots-start-success": "<$1> został uruchomiony.",
|
||||
"bots-stop-success": "<$1> został zatrzymany.",
|
||||
"bots-syntax": "Składnia: gameName{Ogranicznik}cd-key",
|
||||
"bots-syntax": "Składnia: nazwaGry{separator}klucz",
|
||||
"bots-title": "ASF | Boty",
|
||||
"commands-auto-clear": "Automatyczne czyszczenie",
|
||||
"commands-response": "$1 Uzyskana odpowiedź: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Aktualnie edytujesz:",
|
||||
"editor-current-bot": "Obecnie edytowane: <b>$1</b>",
|
||||
"editor-save": "Zapisz",
|
||||
"editor-save-confirm": "$1 i jego plik konfiguracyjny został zaktualizowany.",
|
||||
"editor-save-confirm": "<$1> i jego plik konfiguracyjny został zaktualizowany.",
|
||||
"editor-title": "ASF | Edytor ustawień",
|
||||
"editor-update": "Plik konfiguracyjny zostanie zaktualizowany i <$1> zostanie zrestartowany!",
|
||||
"editor-update-confirm": "Tak, aktualizuj plik konfiguracyjny!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Pokaż przycisk klucza",
|
||||
"title-bots-more": "Pokaż więcej informacji",
|
||||
"title-bots-offline": "Pokaż niedostępne boty",
|
||||
"title-bots-inactive": "Przełącz nieaktywne boty",
|
||||
"title-bots-online": "Pokaż dostępne boty",
|
||||
"title-bots-refresh": "Odśwież zawartość",
|
||||
"title-bots-simple": "Pokaż proste informacje o farmieniu",
|
||||
|
||||
@@ -1,33 +1,34 @@
|
||||
{
|
||||
"auth-ipc-403": "A autenticação falhou várias vezes. Tente novamente em uma hora.",
|
||||
"auth-ipc-header": "Senha IPC necessária",
|
||||
"auth-ipc-pw-saved": "Sua senha IPC foi salva.",
|
||||
"auth-ipc-pw-wrong": "Sua senha IPC está incorreta. Tente novamente!",
|
||||
"auth-ipc-pw-saved": "A sua senha IPC foi salva.",
|
||||
"auth-ipc-pw-wrong": "Senha IPC incorreta, tente novamente.",
|
||||
"auth-ipc-text": "Por favor, insira a senha IPC correta",
|
||||
"auth-title": "ASF | Autenticação",
|
||||
"bots-confirm-delete": "Sim, excluir bot!",
|
||||
"bots-delete": "Exibir botão de excluir",
|
||||
"bots-delete": "Exibir botão \"Excluir\"",
|
||||
"bots-delete-success": "<$1> e todos os arquivos relacionados foram excluídos.",
|
||||
"bots-delimeter": "Delimitador",
|
||||
"bots-delimiter": "Delimitador",
|
||||
"bots-hide": "Ocultar bots",
|
||||
"bots-hide-offline": "Bots offline",
|
||||
"bots-hide-inactive": "Bots inativos",
|
||||
"bots-hide-online": "Bots online",
|
||||
"bots-infobox-cards": "Cartas restantes",
|
||||
"bots-infobox-games": "Jogos restantes",
|
||||
"bots-infobox-time": "Tempo restante",
|
||||
"bots-in-use": "Bot está sendo usado.",
|
||||
"bots-key": "Exibir botão de chave",
|
||||
"bots-key": "Exibir botão \"Códigos\"",
|
||||
"bots-paused": "Bot pausado.",
|
||||
"bots-pause-success": "<$1> foi pausado.",
|
||||
"bots-recover-files": "Não será possível recuperar os arquivos do bot!",
|
||||
"bots-redeem-button": "Adicionar chaves!",
|
||||
"bots-redeem-confirm": "$1 {{PLURAL:$1|Chave|Chaves}} foram adicionadas ao <$2> fundo redentor.",
|
||||
"bots-redeem-title": "Insira chaves!",
|
||||
"bots-redeem-button": "Adicionar códigos!",
|
||||
"bots-redeem-confirm": "$1 {{PLURAL:$1|código foi adicionado|códigos foram adicionados}} ao ativador de fundo de <$2>.",
|
||||
"bots-redeem-title": "Insira códigos de produto!",
|
||||
"bots-resume-success": "<$1> foi retomado.",
|
||||
"bots-simple": "Informações básicas de coleta",
|
||||
"bots-start-success": "<$1> foi iniciado.",
|
||||
"bots-stop-success": "<$1> foi interrompido.",
|
||||
"bots-syntax": "Sintaxe: NomedoJogo{Delimeter}CódigodeProduto",
|
||||
"bots-syntax": "Sintaxe: NomedoJogo{Delimitador}CódigodeProduto",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "Limpar automaticamente",
|
||||
"commands-response": "$1 Resposta recebida: $2",
|
||||
@@ -38,12 +39,12 @@
|
||||
"editor-current": "Editando:",
|
||||
"editor-current-bot": "Editando: <b>$1</b>",
|
||||
"editor-save": "Salvar",
|
||||
"editor-save-confirm": "$1 e seu arquivo de configuração foram atualizados.",
|
||||
"editor-save-confirm": "<$1> e seu arquivo de configuração foram atualizados.",
|
||||
"editor-title": "ASF | Editor de configuração",
|
||||
"editor-update": "A configuração será atualizada e <$1> será reiniciado!",
|
||||
"editor-update-confirm": "Sim, atualizar configuração!",
|
||||
"generator-change": "Alterar modo",
|
||||
"generator-current": "Modo atual:",
|
||||
"generator-current": "Modo:",
|
||||
"generator-current-bot": "Modo: <b>$1</b>",
|
||||
"generator-download": "Baixar",
|
||||
"generator-name": "Você precisa inserir um nome!",
|
||||
@@ -83,10 +84,11 @@
|
||||
"placeholder-generator": "Nome",
|
||||
"title-bots-delete": "Alternar botão de excluir",
|
||||
"title-bots-delete-this": "Excluir bot",
|
||||
"title-bots-games": "Adicionar chaves ao GamesToRedeemInBackground",
|
||||
"title-bots-key": "Alternar botão de chave",
|
||||
"title-bots-games": "Adicionar códigos ao GamesToRedeemInBackground",
|
||||
"title-bots-key": "Alternar botão de códigos",
|
||||
"title-bots-more": "Exibir mais informações",
|
||||
"title-bots-offline": "Alternar bots offline",
|
||||
"title-bots-inactive": "Alternar bots inativos",
|
||||
"title-bots-online": "Alternar bots online",
|
||||
"title-bots-refresh": "Atualizar conteúdo",
|
||||
"title-bots-simple": "Alternar informações básicas de coleta",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Da, șterge robotul!",
|
||||
"bots-delete": "Afișează butonul de ștergere",
|
||||
"bots-delete-success": "<$1> și toate fișierele asociate au fost șterse.",
|
||||
"bots-delimeter": "Delimitator",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Ascunde boții",
|
||||
"bots-hide-offline": "Boți offline",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Boți offline",
|
||||
"bots-infobox-cards": "Carduri rămase",
|
||||
"bots-infobox-games": "Jocuri rămase",
|
||||
@@ -29,7 +30,7 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Boți",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "Șterge automat",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Comenzi",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Да, удалить бота!",
|
||||
"bots-delete": "Показать кнопку удаления",
|
||||
"bots-delete-success": "<$1> и все связанные файлы были удалены.",
|
||||
"bots-delimeter": "Разделитель",
|
||||
"bots-delimiter": "Разделитель",
|
||||
"bots-hide": "Скрыть ботов",
|
||||
"bots-hide-offline": "Оффлайн боты",
|
||||
"bots-hide-inactive": "Неактивные боты",
|
||||
"bots-hide-online": "Онлайн боты",
|
||||
"bots-infobox-cards": "Осталось карт",
|
||||
"bots-infobox-games": "Осталось игр",
|
||||
@@ -20,14 +21,14 @@
|
||||
"bots-paused": "Бот приостановлен.",
|
||||
"bots-pause-success": "<$1> приостановлен.",
|
||||
"bots-recover-files": "Вы не сможете восстановить файлы бота!",
|
||||
"bots-redeem-button": "Добавить ключи!",
|
||||
"bots-redeem-button": "Добавьте ключи!",
|
||||
"bots-redeem-confirm": "$1 {{PLURAL:$1|Ключ был добавлен|Ключа были добавлены|Ключей были добавлены}} в фоновый активатор <$2>.",
|
||||
"bots-redeem-title": "Введите ключи!",
|
||||
"bots-resume-success": "<$1> возобновлён.",
|
||||
"bots-simple": "Упрощённый статус фарма",
|
||||
"bots-start-success": "<$1> начал работу.",
|
||||
"bots-stop-success": "<$1> прекратил работу.",
|
||||
"bots-syntax": "Синтаксис: названиеИгры{Delimeter}ключ",
|
||||
"bots-syntax": "Синтаксис: названиеИгры{delimiter}ключ",
|
||||
"bots-title": "ASF | Боты",
|
||||
"commands-auto-clear": "Автоочистка",
|
||||
"commands-response": "$1 Получен ответ: $2",
|
||||
@@ -38,9 +39,9 @@
|
||||
"editor-current": "Сейчас редактируется:",
|
||||
"editor-current-bot": "Редактирование: <b>$1</b>",
|
||||
"editor-save": "Сохранить",
|
||||
"editor-save-confirm": "$1 и его файл конфигурации были обновлены.",
|
||||
"editor-save-confirm": "<$1> и его файл конфигурации были обновлены.",
|
||||
"editor-title": "ASF | Редактор конфигураций",
|
||||
"editor-update": "Конфигурация будет изменена, и <$1> будет перезапущен!",
|
||||
"editor-update": "Конфигурация будет изменена, <$1> будет перезапущен!",
|
||||
"editor-update-confirm": "Да, обновить конфигурацию!",
|
||||
"generator-change": "Изменить режим",
|
||||
"generator-current": "Текущий режим:",
|
||||
@@ -50,7 +51,7 @@
|
||||
"generator-title": "ASF | Генератор конфигураций",
|
||||
"global-bots": "Боты",
|
||||
"global-boxed": "Фиксированная разметка",
|
||||
"global-boxed-description": "Переключатель фиксированной разметки",
|
||||
"global-boxed-description": "Включить/выключить фиксированную разметку",
|
||||
"global-change": "Изменить",
|
||||
"global-changelog": "История изменений",
|
||||
"global-commands": "Команды",
|
||||
@@ -66,9 +67,9 @@
|
||||
"global-language-info": "$1% этого языка не переведено! Помогите нам перевести <a href=\"https://github.com/JustArchi/ArchiSteamFarm/wiki/Localization\">здесь</a>.",
|
||||
"global-layout": "Разметка",
|
||||
"global-log": "Журнал",
|
||||
"global-navigation": "Переключатель панели навигации",
|
||||
"global-navigation": "Включить/выключить панели навигации",
|
||||
"global-nightmode": "Ночной режим",
|
||||
"global-nightmode-description": "Переключатель ночного режима",
|
||||
"global-nightmode-description": "Включить/выключить ночной режим",
|
||||
"global-question-title": "Вы уверены?",
|
||||
"global-ram-usage": "Занято ОЗУ",
|
||||
"global-skins": "Оформление",
|
||||
@@ -83,20 +84,21 @@
|
||||
"placeholder-generator": "Имя",
|
||||
"title-bots-delete": "Включить/выключить кнопку удаления",
|
||||
"title-bots-delete-this": "Удалить этого бота",
|
||||
"title-bots-games": "Добавить ключ для активации в фоновом режиме",
|
||||
"title-bots-games": "Добавить ключ в GamesToRedeemInBackground",
|
||||
"title-bots-key": "Переключить кнопку ключа",
|
||||
"title-bots-more": "Показать больше информации",
|
||||
"title-bots-offline": "Переключить оффлайн ботов",
|
||||
"title-bots-online": "Переключить онлайн ботов",
|
||||
"title-bots-offline": "Показать/скрыть выключенных ботов",
|
||||
"title-bots-inactive": "Показать/скрыть неактивных ботов",
|
||||
"title-bots-online": "Показать/скрыть включенных ботов",
|
||||
"title-bots-refresh": "Обновить содержимое",
|
||||
"title-bots-simple": "Переключить упрощённую информацию о фарме",
|
||||
"title-commands-auto-clear": "Переключить автоочистку",
|
||||
"title-bots-simple": "Показать/скрыть упрощённую информацию о фарме",
|
||||
"title-commands-auto-clear": "Включить автоочистку",
|
||||
"title-commands-send": "Отправить команду",
|
||||
"title-commands-show-all-bots": "Показать всех ботов",
|
||||
"title-commands-show-all-commands": "Показать все команды",
|
||||
"title-global-boxed": "Переключить фиксированную разметку",
|
||||
"title-global-boxed": "Включить/выключить фиксированную разметку",
|
||||
"title-global-language": "Сменить язык",
|
||||
"title-global-never": "Больше не показывать",
|
||||
"title-global-nightmode": "Переключить ночной режим",
|
||||
"title-log-auto-scroll": "Переключить автопрокрутку"
|
||||
"title-global-nightmode": "Включить/выключить ночной режим",
|
||||
"title-log-auto-scroll": "Включить/выключить автопрокрутку"
|
||||
}
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Zobraz tlačidlo odstrániť",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Skryť botov",
|
||||
"bots-hide-offline": "Offline boti",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Online boti",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -29,7 +30,7 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Boti",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "Automatické vyčistenie",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Príkazy",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -1,26 +1,27 @@
|
||||
{
|
||||
"auth-ipc-403": "",
|
||||
"auth-ipc-header": "",
|
||||
"auth-ipc-pw-saved": "",
|
||||
"auth-ipc-pw-wrong": "",
|
||||
"auth-ipc-text": "",
|
||||
"auth-title": "",
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"auth-ipc-header": "Neophodna IPC lozinka",
|
||||
"auth-ipc-pw-saved": "Vaša IPC lozinka je sačuvana.",
|
||||
"auth-ipc-pw-wrong": "Vaša IPC lozinka je netačna, probajte ponovo!",
|
||||
"auth-ipc-text": "Molimo vas da unesete ispravnu IPC lozinku",
|
||||
"auth-title": "ASF | Autentifikacija",
|
||||
"bots-confirm-delete": "Da, izbriši bota!",
|
||||
"bots-delete": "Prikaži dugme za brisanje",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
"bots-infobox-time": "",
|
||||
"bots-in-use": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Sakrij botove",
|
||||
"bots-hide-offline": "Offline botovi",
|
||||
"bots-hide-inactive": "Neaktivni botovi",
|
||||
"bots-hide-online": "Online botovi",
|
||||
"bots-infobox-cards": "Preostale kartice",
|
||||
"bots-infobox-games": "Preostale Igre",
|
||||
"bots-infobox-time": "Preostalo vreme",
|
||||
"bots-in-use": "Bot je trenutno u upotrebi.",
|
||||
"bots-key": "",
|
||||
"bots-paused": "",
|
||||
"bots-paused": "Bot je pauziran.",
|
||||
"bots-pause-success": "",
|
||||
"bots-recover-files": "",
|
||||
"bots-redeem-button": "",
|
||||
"bots-redeem-button": "Dodaj ključeve!",
|
||||
"bots-redeem-confirm": "",
|
||||
"bots-redeem-title": "",
|
||||
"bots-resume-success": "",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Evet, botu sil!",
|
||||
"bots-delete": "Sil düğmesini göster",
|
||||
"bots-delete-success": "<$1> ve tüm ilişkili dosyaları silindi.",
|
||||
"bots-delimeter": "Ayırıcı",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Botları gizle",
|
||||
"bots-hide-offline": "Çevrimdışı botlar",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Çevrimiçi botlar",
|
||||
"bots-infobox-cards": "Kalan Kart",
|
||||
"bots-infobox-games": "Kalan Oyun",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "Basit işleme bilgisi",
|
||||
"bots-start-success": "<$1> başlatıldı.",
|
||||
"bots-stop-success": "<$1> durduruldu.",
|
||||
"bots-syntax": "Sözdizimi: oyunAdı{Delimeter}cd-anahtarı",
|
||||
"bots-syntax": "Sözdizimi: oyunAdı{delimiter}cd-anahtarı",
|
||||
"bots-title": "ASF | Botlar",
|
||||
"commands-auto-clear": "Otomatik temizle",
|
||||
"commands-response": "$1 Yanıt alındı: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "Şu anda düzenlenen:",
|
||||
"editor-current-bot": "Şu anda düzenlenen: <b>$1</b>",
|
||||
"editor-save": "Kaydet",
|
||||
"editor-save-confirm": "$1 ve yapılandırma dosyası güncellendi.",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | Yapılandırma Düzenleyici",
|
||||
"editor-update": "Yapılandırma güncellenecek ve <$1> yeniden başlatılacak!",
|
||||
"editor-update-confirm": "Evet, yapılandırmayı güncelle!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "Anahtar düğmesini aç/kapat",
|
||||
"title-bots-more": "Daha fazla bilgi göster",
|
||||
"title-bots-offline": "Çevrimdışı botları aç/kapat",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Çevrimiçi botları aç/kapat",
|
||||
"title-bots-refresh": "İçeriği yenile",
|
||||
"title-bots-simple": "Basit işleme bilgisini aç/kapat",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "Так, видалити бота!",
|
||||
"bots-delete": "Відображати кнопку \"Видалити\"",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "Delimeter",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Приховати ботів",
|
||||
"bots-hide-offline": "Боти що офлайн",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Боти що онлайн",
|
||||
"bots-infobox-cards": "Залишилося карток",
|
||||
"bots-infobox-games": "Ігор залишилося",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "Відображати більше інформації",
|
||||
"title-bots-offline": "Переключити оффлайн ботів",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "Переключити онлайн ботів",
|
||||
"title-bots-refresh": "Оновити зміст",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "",
|
||||
"bots-delete": "Hiện nút xoá",
|
||||
"bots-delete-success": "",
|
||||
"bots-delimeter": "",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "Ẩn bot",
|
||||
"bots-hide-offline": "",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "",
|
||||
"bots-infobox-cards": "",
|
||||
"bots-infobox-games": "",
|
||||
@@ -29,7 +30,7 @@
|
||||
"bots-stop-success": "",
|
||||
"bots-syntax": "",
|
||||
"bots-title": "ASF | Bot",
|
||||
"commands-auto-clear": "",
|
||||
"commands-auto-clear": "Tự động xóa",
|
||||
"commands-response": "",
|
||||
"commands-sent": "",
|
||||
"commands-title": "ASF | Lệnh",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "",
|
||||
"title-bots-more": "",
|
||||
"title-bots-offline": "",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "",
|
||||
"title-bots-refresh": "",
|
||||
"title-bots-simple": "",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "是的,删除这个bot!",
|
||||
"bots-delete": "显示删除按钮",
|
||||
"bots-delete-success": "<$1> 和所有相关文件已被删除。",
|
||||
"bots-delimeter": "分隔符",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "隐藏机器人",
|
||||
"bots-hide-offline": "离线机器人",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "在线机器人",
|
||||
"bots-infobox-cards": "剩余卡牌数量",
|
||||
"bots-infobox-games": "剩余游戏数量",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "简单挂卡信息",
|
||||
"bots-start-success": "<$1> 已启动。",
|
||||
"bots-stop-success": "<$1> 已停止。",
|
||||
"bots-syntax": "语法:游戏名{Delimeter}产品密钥",
|
||||
"bots-syntax": "语法:游戏名{delimiter}产品密钥",
|
||||
"bots-title": "ASF | 机器人",
|
||||
"commands-auto-clear": "自动清除",
|
||||
"commands-response": "$1 收到回复: $2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "正在编辑:",
|
||||
"editor-current-bot": "当前编辑: <b>$1</b>",
|
||||
"editor-save": "保存",
|
||||
"editor-save-confirm": "$1 及其配置文件已经更新。",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | 配置编辑器",
|
||||
"editor-update": "配置将被更新, <$1> 将重新启动!",
|
||||
"editor-update-confirm": "是, 更新配置!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "切换按钮",
|
||||
"title-bots-more": "显示更多信息",
|
||||
"title-bots-offline": "切换机器人下线",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "切换机器人上线",
|
||||
"title-bots-refresh": "刷新内容",
|
||||
"title-bots-simple": "切换简单挂卡信息",
|
||||
|
||||
@@ -8,9 +8,10 @@
|
||||
"bots-confirm-delete": "是的,刪除BOT!",
|
||||
"bots-delete": "顯示刪除按鈕",
|
||||
"bots-delete-success": "<$1> 與所有相關檔案已被刪除。",
|
||||
"bots-delimeter": "分隔線",
|
||||
"bots-delimiter": "",
|
||||
"bots-hide": "隱藏 bots",
|
||||
"bots-hide-offline": "Bots 離線",
|
||||
"bots-hide-inactive": "",
|
||||
"bots-hide-online": "Bots 在線上",
|
||||
"bots-infobox-cards": "剩餘卡片",
|
||||
"bots-infobox-games": "剩餘遊戲",
|
||||
@@ -27,7 +28,7 @@
|
||||
"bots-simple": "簡單掛卡資訊",
|
||||
"bots-start-success": "<$1> 已啟動。",
|
||||
"bots-stop-success": "<$1> 已停止。",
|
||||
"bots-syntax": "語法:遊戲名稱{Delimeter}產品序號",
|
||||
"bots-syntax": "語法:遊戲名稱{delimiter}產品序號",
|
||||
"bots-title": "ASF | Bots",
|
||||
"commands-auto-clear": "自動清除",
|
||||
"commands-response": "$1 收到回應:$2",
|
||||
@@ -38,7 +39,7 @@
|
||||
"editor-current": "正在編輯:",
|
||||
"editor-current-bot": "目前正在編輯:<b>$1</b>",
|
||||
"editor-save": "儲存",
|
||||
"editor-save-confirm": "$1 與它的設定檔已更新。",
|
||||
"editor-save-confirm": "",
|
||||
"editor-title": "ASF | 設定檔編輯",
|
||||
"editor-update": "設定檔將會更新以及 <$1> 將會重新啟動!",
|
||||
"editor-update-confirm": "是的,更新設定檔!",
|
||||
@@ -87,6 +88,7 @@
|
||||
"title-bots-key": "切換產品序號按鈕",
|
||||
"title-bots-more": "顯示更多資訊",
|
||||
"title-bots-offline": "切換離線BOT",
|
||||
"title-bots-inactive": "",
|
||||
"title-bots-online": "切換線上BOT",
|
||||
"title-bots-refresh": "重新整理內容",
|
||||
"title-bots-simple": "切換簡單掛卡資訊",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"link.asf": "",
|
||||
"link.bot": "",
|
||||
"link.home": "",
|
||||
"schema.access": "",
|
||||
"schema.advanced": "",
|
||||
"schema.access": "Tilgang",
|
||||
"schema.advanced": "Avansert",
|
||||
"schema.basic": "",
|
||||
"schema.bot.SteamLogin.description": "",
|
||||
"schema.bot.SteamPassword.description": "",
|
||||
@@ -17,10 +17,10 @@
|
||||
"schema.customization": "",
|
||||
"schema.farming": "",
|
||||
"schema.generic.steamid64": "",
|
||||
"schema.performance": "",
|
||||
"schema.performance": "Ytelse",
|
||||
"schema.remote_access": "",
|
||||
"schema.security": "",
|
||||
"schema.trading": "",
|
||||
"schema.updates": "",
|
||||
"schema.updates": "Oppdateringer",
|
||||
"static.add": ""
|
||||
}
|
||||
@@ -6,8 +6,8 @@
|
||||
"link.asf": "",
|
||||
"link.bot": "",
|
||||
"link.home": "",
|
||||
"schema.access": "",
|
||||
"schema.advanced": "",
|
||||
"schema.access": "Acesso",
|
||||
"schema.advanced": "Avançado",
|
||||
"schema.basic": "",
|
||||
"schema.bot.SteamLogin.description": "",
|
||||
"schema.bot.SteamPassword.description": "",
|
||||
@@ -17,10 +17,10 @@
|
||||
"schema.customization": "",
|
||||
"schema.farming": "",
|
||||
"schema.generic.steamid64": "",
|
||||
"schema.performance": "",
|
||||
"schema.performance": "Desempenho",
|
||||
"schema.remote_access": "",
|
||||
"schema.security": "",
|
||||
"schema.trading": "",
|
||||
"schema.updates": "",
|
||||
"schema.updates": "Atualizações",
|
||||
"static.add": ""
|
||||
}
|
||||
@@ -6,8 +6,8 @@
|
||||
"link.asf": "",
|
||||
"link.bot": "",
|
||||
"link.home": "",
|
||||
"schema.access": "",
|
||||
"schema.advanced": "",
|
||||
"schema.access": "Pristup",
|
||||
"schema.advanced": "Napredno",
|
||||
"schema.basic": "",
|
||||
"schema.bot.SteamLogin.description": "",
|
||||
"schema.bot.SteamPassword.description": "",
|
||||
@@ -17,10 +17,10 @@
|
||||
"schema.customization": "",
|
||||
"schema.farming": "",
|
||||
"schema.generic.steamid64": "",
|
||||
"schema.performance": "",
|
||||
"schema.performance": "Performansa",
|
||||
"schema.remote_access": "",
|
||||
"schema.security": "",
|
||||
"schema.trading": "",
|
||||
"schema.updates": "",
|
||||
"schema.updates": "Ažuriranja",
|
||||
"static.add": ""
|
||||
}
|
||||
@@ -6,8 +6,8 @@
|
||||
"link.asf": "",
|
||||
"link.bot": "",
|
||||
"link.home": "",
|
||||
"schema.access": "",
|
||||
"schema.advanced": "",
|
||||
"schema.access": "Tillgång",
|
||||
"schema.advanced": "Avancerat",
|
||||
"schema.basic": "",
|
||||
"schema.bot.SteamLogin.description": "",
|
||||
"schema.bot.SteamPassword.description": "",
|
||||
@@ -17,10 +17,10 @@
|
||||
"schema.customization": "",
|
||||
"schema.farming": "",
|
||||
"schema.generic.steamid64": "",
|
||||
"schema.performance": "",
|
||||
"schema.performance": "Prestanda",
|
||||
"schema.remote_access": "",
|
||||
"schema.security": "",
|
||||
"schema.trading": "",
|
||||
"schema.updates": "",
|
||||
"schema.updates": "Uppdateringar",
|
||||
"static.add": ""
|
||||
}
|
||||
2
wiki
2
wiki
Submodule wiki updated: fd0062241c...c83ffa2301
Reference in New Issue
Block a user