Translations update

This commit is contained in:
JustArchi
2019-10-15 22:28:40 +02:00
parent 13ff9d93ad
commit ca08decbf4
3 changed files with 42 additions and 17 deletions

2
ASF-ui

Submodule ASF-ui updated: aabb7599be...77b0c27f21

View File

@@ -264,7 +264,10 @@ StackTrace:
<value>Zadaj Steam login: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputSteamParentalCode" xml:space="preserve">
<value>Prosím vlož Steam rodičovský kód: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputSteamPassword" xml:space="preserve">
<value>Zadaj Steam heslo: </value>
<comment>Please note that this translation should end with space</comment>
@@ -280,7 +283,9 @@ StackTrace:
<data name="IPCReady" xml:space="preserve">
<value>IPC server pripravený!</value>
</data>
<data name="IPCStarting" xml:space="preserve">
<value>Spúštanie IPC serveru...</value>
</data>
<data name="BotAlreadyStopped" xml:space="preserve">
<value>Tento bot už bol zastavený!</value>
</data>
@@ -440,7 +445,10 @@ StackTrace:
<value>Odhlásené zo služby Steam: {0}</value>
<comment>{0} will be replaced by logging off reason (string)</comment>
</data>
<data name="BotLoggedOn" xml:space="preserve">
<value>Úspešne prihlásené ako {0}.</value>
<comment>{0} will be replaced by steam ID (number)</comment>
</data>
<data name="BotLoggingIn" xml:space="preserve">
<value>Prihlasovanie...</value>
</data>
@@ -634,6 +642,17 @@ StackTrace:
<comment>{0} will be replaced by the bug's name provided by ASF</comment>
</data>
<data name="BotWalletBalance" xml:space="preserve">
<value>Stav peňaženky: {0} {1}</value>
<comment>{0} will be replaced by wallet balance value, {1} will be replaced by currency name</comment>
</data>
<data name="BotHasNoWallet" xml:space="preserve">
<value>Bot nemá žiadnu peňaženku.</value>
</data>
<data name="BotLevel" xml:space="preserve">
<value>Bot má level {0}.</value>
<comment>{0} will be replaced by bot's level</comment>
</data>
@@ -641,22 +660,28 @@ StackTrace:
<data name="NothingFound" xml:space="preserve">
<value>Nič sa nenašlo!</value>
</data>
<data name="EnterCommand" xml:space="preserve">
<value>Vlož príkaz: </value>
</data>
<data name="Response" xml:space="preserve">
<value>Odpoveď: {0}</value>
<comment>{0} will be replaced by the generated response (string)</comment>
</data>
<data name="IPCConfigChanged" xml:space="preserve">
<value>Konfigurácia IPC bola zmenená!</value>
</data>
</root>

2
wiki

Submodule wiki updated: 06e3f5f415...879ebed725