removed arabic n_hours/n_minutes as there are issues with them, %d is missing for some quantities, this should be avoided

This commit is contained in:
B. Petersen
2021-06-30 14:09:39 +02:00
parent bfdddf1567
commit c6cdba1de8
-18
View File
@@ -52,24 +52,6 @@
<string name="this_month">هذا الشهر</string>
<string name="last_week">الأسبوع الماضي</string>
<string name="last_month">الشهر الماضي</string>
<!-- Translators: show beside messages that are "N minutes old". prefer a short string, prefer abbreviations if they're well-known -->
<plurals name="n_minutes">
<item quantity="zero">لا دقيقة</item>
<item quantity="one">دقيقة واحدة</item>
<item quantity="two">دقيقتَيْن</item>
<item quantity="few">%d دقائق</item>
<item quantity="many">%d دقائق</item>
<item quantity="other">%d دقائق</item>
</plurals>
<!-- Translators: show beside messages that are "N hours old". prefer a short string, prefer abbreviations if they're well-known -->
<plurals name="n_hours">
<item quantity="zero">لا ساعة</item>
<item quantity="one">ساعة واحدة</item>
<item quantity="two">ساعتان</item>
<item quantity="few">%d ساعات</item>
<item quantity="many">%d ساعات</item>
<item quantity="other">%d ساعات</item>
</plurals>
<string name="self">أنا</string>
<string name="draft">مسودة</string>
<string name="image">صورة</string>