New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-07 15:41:26 +01:00
parent eb0e2aba9a
commit c87868221f

View File

@@ -161,6 +161,34 @@
<data name="TimeSpanDay" xml:space="preserve">
<value>1 ημέρα</value>
</data>
<data name="TimeSpanDays" xml:space="preserve">
<value>{0} ημέρες</value>
<comment>{0} will be replaced by number of days</comment>
</data>
<data name="TimeSpanHour" xml:space="preserve">
<value>1 ώρα</value>
</data>
<data name="TimeSpanHours" xml:space="preserve">
<value>{0} ώρες</value>
<comment>{0} will be replaced by number of hours</comment>
</data>
<data name="TimeSpanMinute" xml:space="preserve">
<value>1 λεπτό</value>
</data>
<data name="TimeSpanMinutes" xml:space="preserve">
<value>{0} λεπτά</value>
<comment>{0} will be replaced by number of minutes</comment>
</data>
<data name="TimeSpanSecond" xml:space="preserve">
<value>1 δευτερόλεπτο</value>
</data>
<data name="TimeSpanSeconds" xml:space="preserve">
<value>{0} δευτερόλεπτα</value>
<comment>{0} will be replaced by number of seconds</comment>
</data>
@@ -187,15 +215,10 @@
<data name="BotStatusIdling" xml:space="preserve">
<value>Το bot {0} συλλέγει κάρτες του παιχνιδιού: {1} ({2}, {3} κάρτες απομένουν) από το σύνολο των {4} παιχνιδιών ({5} κάρτες) που απομένουν (χρόνος που απομένει: ~{6}).</value>
<comment>{0} will be replaced by bot's name, {1} will be replaced by game's appID (number), {2} will be replaced by game's name, {3} will be replaced by number of cards left to idle, {4} will be replaced by total number of games to idle, {5} will be replaced by total number of cards to idle, {6} will be replaced by translated TimeSpan string built from TimeSpan* translation parts</comment>
</data>