Translated using Weblate (Arabic)
Currently translated at 14.9% (59 of 395 strings) Translated using Weblate (Arabic) Currently translated at 6.0% (24 of 395 strings) Translated using Weblate (Arabic) Currently translated at 25.0% (2 of 8 strings) Added translation using Weblate (Arabic) Added translation using Weblate (Arabic) Co-authored-by: Shippo <shiposhouyou@gmail.com> Translate-URL: https://hosted.weblate.org/projects/kotatsu/plurals/ar/ Translate-URL: https://hosted.weblate.org/projects/kotatsu/strings/ar/ Translation: Kotatsu/Strings Translation: Kotatsu/plurals
This commit is contained in:
19
app/src/main/res/values-ar/plurals.xml
Normal file
19
app/src/main/res/values-ar/plurals.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<plurals name="new_chapters">
|
||||
<item quantity="zero">%1$d فصل جديد</item>
|
||||
<item quantity="one"></item>
|
||||
<item quantity="two"></item>
|
||||
<item quantity="few"></item>
|
||||
<item quantity="many">%1$d فصول جديدة</item>
|
||||
<item quantity="other"></item>
|
||||
</plurals>
|
||||
<plurals name="chapters">
|
||||
<item quantity="zero"></item>
|
||||
<item quantity="one">%1$d فصل</item>
|
||||
<item quantity="two">%1$d فصلين</item>
|
||||
<item quantity="few">%1$d بعض فصول</item>
|
||||
<item quantity="many">%1$d عدة فصول</item>
|
||||
<item quantity="other"></item>
|
||||
</plurals>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user