New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-07 09:30:35 +01:00
parent 0238853d76
commit 24ee879253

View File

@@ -395,12 +395,21 @@
<data name="Done" xml:space="preserve">
<value>已完成!</value>
</data>
<data name="GamesToIdle" xml:space="preserve">
<value>總共有 {0} 個遊戲 (總數 {1} 張卡片) 需要掛卡 (剩餘 {2})…</value>
<comment>{0} will be replaced by number of games, {1} will be replaced by number of cards, {2} will be replaced by translated TimeSpan string built from TimeSpan* translation parts</comment>
</data>
<data name="IdlingFinished" xml:space="preserve">
<value>完成掛卡!</value>
</data>
<data name="IdlingFinishedForGame" xml:space="preserve">
<value>已完成掛卡:{0} ({1}),一共耗時 {2}</value>
<comment>{0} will be replaced by game's appID (number), {1} will be replaced by game's name, {2} will be replaced by translated TimeSpan string built from TimeSpan* translation parts</comment>
</data>
<data name="IdlingFinishedForGames" xml:space="preserve">
<value>已完成掛卡的遊戲:{0}</value>
<comment>{0} will be replaced by list of the games (appIDs, numbers), separated by a comma</comment>
</data>
<data name="IdlingStopped" xml:space="preserve">
<value>已停止掛卡!</value>