New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-07 21:50:51 +01:00
parent 63a352e019
commit 7fa6f31788

View File

@@ -530,9 +530,18 @@ StackTrace:
<data name="BotNotConnected" xml:space="preserve">
<value>Ta instancja bota nie jest połączona!</value>
<comment>{0} will be replaced by bot's name</comment>
</data>
<data name="BotNotOwnedYet" xml:space="preserve">
<value>&lt;{0}&gt; Nie jest jeszcze posiadane: {1}</value>
<comment>{0} will be replaced by bot's name, {1} will be replaced by query (string)</comment>
</data>
<data name="BotOwnedAlready" xml:space="preserve">
<value>&lt;{0}&gt; Już posiadane: {1} | {2}</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</comment>
</data>
<data name="BotReconnecting" xml:space="preserve">
<value>Ponowne łączenie...</value>
@@ -554,11 +563,26 @@ StackTrace:
</data>
<data name="BotStatusNotRunning" xml:space="preserve">
<value>Bot {0} nie jest uruchomiony.</value>
<comment>{0} will be replaced by bot's name</comment>
</data>
<data name="BotStatusPaused" xml:space="preserve">
<value>Bot {0} jest zatrzymany lub działa w trybie manualnym.</value>
<comment>{0} will be replaced by bot's name</comment>
</data>
<data name="BotStatusPlayingNotAvailable" xml:space="preserve">
<value>Bot {0} jest aktualnie wykorzystywany.</value>
<comment>{0} will be replaced by bot's name</comment>
</data>
<data name="BotUnableToConnect" xml:space="preserve">
<value>Nie mogę się połączyć z Steam: {0}</value>
<comment>{0} will be replaced by failure reason (string)</comment>
</data>
<data name="BotUnableToLogin" xml:space="preserve">
<value>Nie mogę się zalogować do Steam: {0}/{1}</value>
<comment>{0} will be replaced by failure reason (string), {1} will be replaced by extended failure reason (string)</comment>
</data>
<data name="ErrorIsEmpty" xml:space="preserve">
<value>{0} jest pusty!</value>
<comment>{0} will be replaced by object's name</comment>
@@ -599,7 +623,10 @@ StackTrace:
<value>Plik konfiguracji bota jest nieprawidłowy, sprawdź zawartość {0} i spróbuj ponownie!</value>
<comment>{0} will be replaced by file's path</comment>
</data>
<data name="ErrorDatabaseInvalid" xml:space="preserve">
<value>Trwała baza danych nie mogła zostać załadowana, jeżeli ten błąd powtarza się, należy usunąć {0} w celu odtworzenia bazy!</value>
<comment>{0} will be replaced by file's path</comment>
</data>
<data name="Initializing" xml:space="preserve">
<value>Inicjowanie {0}...</value>
<comment>{0} will be replaced by service name that is being initialized</comment>