You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kotatsu/app/src/main/res/values-iw/plurals.xml

48 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="items">
<item quantity="one">פריט אחד</item>
<item quantity="two">שתי פריטים</item>
<item quantity="other">%1$d פריטים</item>
</plurals>
<plurals name="new_chapters">
<item quantity="one">פרק אחד חדש</item>
<item quantity="two">שתי פרקים חדשים</item>
<item quantity="other">%1$d פרקים חדשים</item>
</plurals>
<plurals name="months_ago">
<item quantity="one">לפני חודש</item>
<item quantity="two">לפני חודשיים</item>
<item quantity="other">לפני %1$d חודשים</item>
</plurals>
<plurals name="chapters">
<item quantity="one">פרק אחד</item>
<item quantity="two">שתי פרקים</item>
<item quantity="other">%1$d פרקים</item>
</plurals>
<plurals name="minutes_ago">
<item quantity="one">לפני דקה</item>
<item quantity="two">לפני שתי דקות</item>
<item quantity="other">לפני %1$d דקות</item>
</plurals>
<plurals name="hours_ago">
<item quantity="one">לפני שעה</item>
<item quantity="two">לפני שעתיים</item>
<item quantity="other">לפני %1$d שעות</item>
</plurals>
<plurals name="days_ago">
<item quantity="one">לפני יום</item>
<item quantity="two">לפני יומיים</item>
<item quantity="other">לפני %1$d ימים</item>
</plurals>
<plurals name="hours">
<item quantity="one">שעה</item>
<item quantity="two">שעתיים</item>
<item quantity="other">%1$d שעות</item>
</plurals>
<plurals name="minutes">
<item quantity="one">דקה</item>
<item quantity="two">שתי דקות</item>
<item quantity="other">%1$d דקות</item>
</plurals>
</resources>