-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Salih Muhammed
authored
Sep 22, 2023
1 parent
1871a93
commit fe5108a
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
module.exports = { | ||
"postbox-text": "ضع تعليقًا هُنا (على الأقل ثلاثة أحرف)", | ||
"postbox-author": "الاسم (اختياري)", | ||
"postbox-author-placeholder": "جون سميث", | ||
"postbox-email": "عنوان البريد الإلكتروني (اختياري)", | ||
"postbox-email-placeholder": "johndoe@example.com", | ||
"postbox-website": "الموقع الشخصي (اختياري)", | ||
"postbox-website-placeholder": "https://example.com", | ||
"postbox-preview": "معاينة", | ||
"postbox-edit": "تعديل", | ||
"postbox-submit": "نشر", | ||
"postbox-notification": "الاشتراك بالإشعارات عبر البريد الإلكتروني", | ||
|
||
"num-comments": "تعليق واحد\n{{ n }} تعليق", | ||
"no-comments": "لا يوجد تعليقات حتى الآن", | ||
"atom-feed": "تقليم آتوم", | ||
|
||
"comment-reply": "رد", | ||
"comment-edit": "تعديل", | ||
"comment-save": "حفظ", | ||
"comment-delete": "حذف", | ||
"comment-confirm": "تأكيد", | ||
"comment-close": "إغلاق", | ||
"comment-cancel": "إلغاء", | ||
"comment-deleted": "تم حذف التعليق.", | ||
"comment-queued": "التعليق بانتظار المراجعة.", | ||
"comment-anonymous": "مجهول", | ||
"comment-hidden": "{{ n }} مخفي", | ||
"comment-page-author-suffix": "الكاتب", | ||
|
||
"date-now": "الآن", | ||
"date-minute": "دقيقة مضت\n{{ n }} دقائق مضت", | ||
"date-hour": "منذ ساعة\n{{ n }} ساعات مضت", | ||
"date-day": "البارحة\n{{ n }} أيام مضت", | ||
"date-week": "الأسبوع الماضي\n{{ n }} أسابيع مضت", | ||
"date-month": "الشهر الماضي\n{{ n }} أشهر مضت", | ||
"date-year": "السنة الماضية\n{{ n }} سنين مضت" | ||
}; |