Translated using Weblate (Hebrew)

Currently translated at 100.0% (9 of 9 strings)

Co-authored-by: yoval keshet <keshetyoval@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/kotatsu/plurals/he/
Translation: Kotatsu/plurals
This commit is contained in:
yoval keshet
2024-09-03 12:17:22 +02:00
committed by Koitharu
parent d52bef28ff
commit 742d8cee00

View File

@@ -1,2 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<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>