Translations update

This commit is contained in:
JustArchi
2018-11-19 15:51:30 +01:00
parent 6ef8093b19
commit e5309a196a
8 changed files with 20 additions and 12 deletions

2
ASF-ui

Submodule ASF-ui updated: 7034fa86b6...65a58958fa

View File

@@ -668,5 +668,8 @@ StackTrace :
<data name="BotHasNoWallet" xml:space="preserve">
<value>Le bot n'a pas de portefeuille.</value>
</data>
<data name="BotLevel" xml:space="preserve">
<value>Le bot a le niveau {0}.</value>
<comment>{0} will be replaced by bot's level</comment>
</data>
</root>

View File

@@ -668,5 +668,8 @@ StackTrace:
<data name="BotHasNoWallet" xml:space="preserve">
<value>봇에 지갑이 없습니다.</value>
</data>
<data name="BotLevel" xml:space="preserve">
<value>봇은 레벨 {0} 입니다.</value>
<comment>{0} will be replaced by bot's level</comment>
</data>
</root>

View File

@@ -235,11 +235,11 @@ StackTrace:
<value>Verificando se há atualizações...</value>
</data>
<data name="UpdateDownloadingNewVersion" xml:space="preserve">
<value>Baixando uma nova versão: {0} ({1} MB)... Enquanto aguarda, considere doar se você aprecia o nosso trabalho! :)</value>
<value>Baixando a versão mais recente: {0} ({1} MB)... Enquanto aguarda, considere fazer uma doação caso aprecie nosso trabalho! :)</value>
<comment>{0} will be replaced by version string, {1} will be replaced by update size (in megabytes)</comment>
</data>
<data name="UpdateFinished" xml:space="preserve">
<value>Processo de atualização finalizado!</value>
<value>Programa atualizado!</value>
</data>
<data name="UpdateNewVersionAvailable" xml:space="preserve">
<value>Uma nova versão do ASF está disponível! Considere atualizá-lo!</value>
@@ -344,7 +344,7 @@ StackTrace:
<value>Ignorando esse pedido pois a pausa permanente está habilitada!</value>
</data>
<data name="NothingToIdle" xml:space="preserve">
<value>Não temos cartas disponíveis nesta conta!</value>
<value>Não cartas disponíveis para coleta nesta conta!</value>
</data>
<data name="NowIdling" xml:space="preserve">
<value>Coletando de: {0} ({1})</value>

View File

@@ -215,7 +215,7 @@
<value>正在刷新会话!</value>
</data>
<data name="RejectingTrade" xml:space="preserve">
<value>拒绝交易:{0}</value>
<value>驳回交易:{0}</value>
<comment>{0} will be replaced by trade number</comment>
</data>
<data name="Restarting" xml:space="preserve">
@@ -646,7 +646,7 @@
<value>正在刷新游戏包数据……</value>
</data>
<data name="WarningDeprecated" xml:space="preserve">
<value>{0} 用法已被弃,并将在程序的未来版本中被移除。请改用 {1}。</value>
<value>{0} 用法已被弃,并将在程序的未来版本中被移除。请改用 {1}。</value>
<comment>{0} will be replaced by the name of deprecated property (such as argument, config property or likewise), {1} will be replaced by the name of valid replacement (such as another argument or config property)</comment>
</data>
<data name="BotAcceptedDonationTrade" xml:space="preserve">

View File

@@ -584,7 +584,7 @@
<value>如果您對 ASF 的實際運作方式有疑慮,請至我們 wiki 上的隱私政策章節中查看!</value>
</data>
<data name="Welcome" xml:space="preserve">
<value>看來這是你首次使用ASF歡迎</value>
<value>看來這是你首次使用 ASF歡迎</value>
</data>
<data name="ErrorInvalidCurrentCulture" xml:space="preserve">
<value>您提供的 CurrentCulture 無效ASF 將以預設值繼續運行!</value>

View File

@@ -9,7 +9,7 @@ $crowdinConfigFileName = 'crowdin.yml'
$crowdinIdentityFileName = 'crowdin_identity.yml'
$crowdinIdentityPath = "$archiCrowdinPath\$crowdinIdentityFileName"
$archiTargets = @('ASF-ui', 'ASF-WebConfigGenerator', 'this')
$archiTargets = @('ASF-ui', 'ASF-WebConfigGenerator')
Push-Location "$PSScriptRoot"
@@ -30,8 +30,10 @@ try {
throw "$crowdinIdentityPath could not be found, aborting."
}
$ErrorActionPreference = 'Continue'
& "$archiCrowdinScriptPath" -t:$archiTargets -d -c -p
& "$archiCrowdinScriptPath" -d -p
& "$archiCrowdinScriptPath" -t:wiki -c -p
& "$archiCrowdinScriptPath" -c -p
} finally {
Pop-Location
}

2
wiki

Submodule wiki updated: 17cff3ef30...5130f5dcd7