mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
a418302baf
* New translations: site.xml (Kurmanji (Kurdish)) * New translations: emails.xml (Kurmanji (Kurdish)) * New translations: site.xml (Greek) * New translations: site.xml (Marathi) * New translations: site.xml (Kurmanji (Kurdish)) * New translations: broadcast.xml (Marathi) * New translations: dgt.xml (Marathi) * New translations: timeago.xml (Kurmanji (Kurdish)) * New translations: onboarding.xml (Kurmanji (Kurdish)) * New translations: variant.xml (Kurmanji (Kurdish)) * New translations: recap.xml (Kurmanji (Kurdish)) * New translations: site.xml (Kurmanji (Kurdish)) * New translations: variant.xml (Kurmanji (Kurdish)) * New translations: recap.xml (Kurmanji (Kurdish)) * New translations: broadcast.xml (Ukrainian) * New translations: site.xml (Arabic) * New translations: site.xml (Kurmanji (Kurdish)) * New translations: site.xml (Kurmanji (Kurdish)) * New translations: site.xml (Kurmanji (Kurdish)) * New translations: site.xml (Kurmanji (Kurdish)) * New translations: broadcast.xml (Dutch) * New translations: variant.xml (Kurmanji (Kurdish))
67 lines
3.0 KiB
XML
67 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="justNow" comment="This string refers to an event which has not started yet, but will begin in the next few seconds-to-milliseconds, depending on when your browser refreshes. Used in areas with live-refreshing text like this, such as the list of Open Tournaments on the homepage. There is a separate string for right after events that have begun, which reads "right now".">hema vêga</string>
|
|
<plurals name="inNbSeconds">
|
|
<item quantity="one">di %s saniye de</item>
|
|
<item quantity="other">di %s saniyeyan de</item>
|
|
</plurals>
|
|
<plurals name="inNbMinutes">
|
|
<item quantity="one">di %s deqeyê de</item>
|
|
<item quantity="other">di %s deqeyê de</item>
|
|
</plurals>
|
|
<plurals name="inNbHours">
|
|
<item quantity="one">di %s saetê de</item>
|
|
<item quantity="other">di %s saetê de</item>
|
|
</plurals>
|
|
<plurals name="inNbDays">
|
|
<item quantity="one">di %s rojê de</item>
|
|
<item quantity="other">di %s rojê de</item>
|
|
</plurals>
|
|
<plurals name="inNbWeeks">
|
|
<item quantity="one">di %s heftiyê de</item>
|
|
<item quantity="other">di %s heftiyê de</item>
|
|
</plurals>
|
|
<plurals name="inNbMonths">
|
|
<item quantity="one">di %s mehê de</item>
|
|
<item quantity="other">di %s mehê de</item>
|
|
</plurals>
|
|
<plurals name="inNbYears">
|
|
<item quantity="one">di %s salê de</item>
|
|
<item quantity="other">di %s salê de</item>
|
|
</plurals>
|
|
<string name="rightNow" comment="This string refers to an event that has started in the last few milliseconds-to-seconds, depending on when your browser refreshes. Used in areas with live-refreshing text like this, such as the list of Open Tournaments on the homepage. There is a separate string for just before events that have begun, which reads "just now".">hema vêga</string>
|
|
<plurals name="nbMinutesAgo">
|
|
<item quantity="one">berî %s deqeyê</item>
|
|
<item quantity="other">berî %s deqeyan</item>
|
|
</plurals>
|
|
<plurals name="nbHoursAgo">
|
|
<item quantity="one">berî %s saetê</item>
|
|
<item quantity="other">berî %s saetan</item>
|
|
</plurals>
|
|
<plurals name="nbDaysAgo">
|
|
<item quantity="one">berî %s rojê</item>
|
|
<item quantity="other">berî %s rojan</item>
|
|
</plurals>
|
|
<plurals name="nbWeeksAgo">
|
|
<item quantity="one">berî %s heftiyê</item>
|
|
<item quantity="other">berî %s heftiyan</item>
|
|
</plurals>
|
|
<plurals name="nbMonthsAgo">
|
|
<item quantity="one">berî %s mehê</item>
|
|
<item quantity="other">berî %s mehan</item>
|
|
</plurals>
|
|
<plurals name="nbYearsAgo">
|
|
<item quantity="one">berî %s salê</item>
|
|
<item quantity="other">berî %s salan</item>
|
|
</plurals>
|
|
<plurals name="nbMinutesRemaining">
|
|
<item quantity="one">%s deqe maye</item>
|
|
<item quantity="other">%s deqe maye</item>
|
|
</plurals>
|
|
<plurals name="nbHoursRemaining">
|
|
<item quantity="one">%s saet maye</item>
|
|
<item quantity="other">%s saet maye</item>
|
|
</plurals>
|
|
<string name="completed">temambûyî</string>
|
|
</resources>
|