Translations update

This commit is contained in:
JustArchi
2019-02-01 21:53:12 +01:00
parent b3e9c38812
commit a7e8ac5388
4 changed files with 25 additions and 9 deletions

2
ASF-ui

Submodule ASF-ui updated: bdcae2df8b...6e328457f5

View File

@@ -647,16 +647,32 @@ StackTrace:
<comment>{0} will be replaced by the bug's name provided by ASF</comment>
</data>
<data name="BotWalletBalance" xml:space="preserve">
<value>Lompakon saldo: {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>Botilla ei ole lompakkoa.</value>
</data>
<data name="BotLevel" xml:space="preserve">
<value>Botin taso on {0}.</value>
<comment>{0} will be replaced by bot's level</comment>
</data>
<data name="ErrorAborted" xml:space="preserve">
<value>Keskeytetty!</value>
</data>
<data name="PluginLoaded" xml:space="preserve">
<value>{0} ladattiin onnistuneesti!</value>
<comment>{0} will be replaced by the name of the custom ASF plugin</comment>
</data>
<data name="PluginLoading" xml:space="preserve">
<value>Ladataan {0} V{1}...</value>
<comment>{0} will be replaced by the name of the custom ASF plugin, {1} will be replaced by its version</comment>
</data>
<data name="NothingFound" xml:space="preserve">
<value>Mitään ei löytynyt!</value>
</data>

View File

@@ -581,7 +581,7 @@ StackTrace:
<value>De door jou ingevoerde CurrentCulture is ongeldig. ASF zal de standaardtaal blijven gebruiken!</value>
</data>
<data name="TranslationIncomplete" xml:space="preserve">
<value>ASF probeert de {0} taalmodule te gebruiken, maar het vertalen in deze taal is slechts {1} compleet. Misschien kan je ons helpen om ASF te vertalen in jouw taal?</value>
<value>ASF zal de {0} taalmodule gebruiken. De vertaling, inclusief de Wiki, is {1} compleet. Misschien kun je ons helpen om ASF te vertalen in jouw taal?</value>
<comment>{0} will be replaced by culture code, such as "en-US", {1} will be replaced by completeness percentage, such as "78.5%"</comment>
</data>
<data name="IdlingGameNotPossible" xml:space="preserve">

2
wiki

Submodule wiki updated: ecb9a4dcc7...92db2be904