Skip to content

Commit

Permalink
chore: Add Arabic translations for Quran-related features (#1365)
Browse files Browse the repository at this point in the history
* feat: add Arabic translations for Quran download and reciter-related messages

* feat: add search for the reciter
  • Loading branch information
YassinNouh21 authored Oct 14, 2024
1 parent 083e283 commit 3daaf05
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions lib/l10n/intl_ar.arb
Original file line number Diff line number Diff line change
Expand Up @@ -320,5 +320,23 @@
"noFavoriteReciters": "لا يوجد مقرئون مفضلون. حاول إضافة واحد إلى القائمة",
"@noFavoriteReciters": {
"description": "Message shown when there are no favorite reciters"
}
}
},
"noReciterSearchResult": "لم يتم العثور على نتائج لبحثك",
"searchForReciter": "ابحث عن قارئ",
"downloadAllSuwarSuccessfully": "تم تحميل القرآن بالكامل",
"noSuwarDownload": "لا يوجد سور لتحميلها",
"connectDownloadQuran": "الرجاء الاتصال بالإنترنت لتنزيل القرآن",
"playInOnlineModeQuran": "الرجاء الاتصال بالإنترنت لتشغيل القرآن",
"downloaded": "تم التحميل",
"switchQuranType": "انتقل إلى {name}",
"@switchQuranType": {
"description": "رسالة تظهر عند إضافة قارئ إلى المفضلة",
"placeholders": {
"name": {
"type": "String",
"example": "ورش"
}
}
},
"surahSelector": "اختر السورة"
}

0 comments on commit 3daaf05

Please sign in to comment.