New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-11 11:59:11 +01:00
parent 5206b6cb08
commit 99beeec7ef

View File

@@ -260,12 +260,28 @@
<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="IdlingStatusForGame" 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 number of cards left to idle</comment>
</data>
<data name="IdlingStopped" xml:space="preserve">
<value>הרצה נעצרה!</value>
</data>