|
@@ -49,47 +49,47 @@ notificationCenter.contextMenu.filterSeparator=التصفية
|
|
|
notificationCenter.dnd=الوضع الصامت
|
|
|
notificationCenter.header=الإشعارات
|
|
|
# Stepper
|
|
|
-stepper.next=Next
|
|
|
-stepper.previous=Previous
|
|
|
+stepper.next=التالي
|
|
|
+stepper.previous=السابق
|
|
|
# Stepper Toggle
|
|
|
-stepperToggle.invalidFields=Invalid Fields...
|
|
|
+stepperToggle.invalidFields=معلومات غير صالحة...
|
|
|
# Text Fields
|
|
|
-textField.contextMenu.copy=Copy
|
|
|
-textField.contextMenu.cut=Cut
|
|
|
-textField.contextMenu.paste=Paste
|
|
|
-textField.contextMenu.delete=Delete
|
|
|
-textField.contextMenu.selectAll=Select all
|
|
|
-textField.contextMenu.redo=Redo
|
|
|
-textField.contextMenu.undo=Undo
|
|
|
+textField.contextMenu.copy=نسخ
|
|
|
+textField.contextMenu.cut=قطع
|
|
|
+textField.contextMenu.paste=لصق
|
|
|
+textField.contextMenu.delete=حذف
|
|
|
+textField.contextMenu.selectAll=اختر الكل
|
|
|
+textField.contextMenu.redo=إعادة
|
|
|
+textField.contextMenu.undo=إلغاء
|
|
|
##################################################
|
|
|
# Enums
|
|
|
##################################################
|
|
|
-chainMode.alternativeAnd=and
|
|
|
-chainMode.or=or
|
|
|
+chainMode.alternativeAnd=و
|
|
|
+chainMode.or=أو
|
|
|
##################################################
|
|
|
# Filters
|
|
|
##################################################
|
|
|
-filter.is=is
|
|
|
-filter.isNot=is not
|
|
|
-filter.greater=greater than
|
|
|
-filter.greaterEqual=greater or equal to
|
|
|
-filter.lesser=lesser than
|
|
|
-filter.lesserEqual=lesser or equal to
|
|
|
-filter.contains=contains
|
|
|
-filter.containsIgnCase=contains ignore case
|
|
|
-filter.containsAny=contains any
|
|
|
-filter.containsAll=contains all
|
|
|
-filter.endsWith=ends with
|
|
|
-filter.endsWithIgnCase=ends with ignore case
|
|
|
-filter.equals=equals
|
|
|
-filter.equalsIgnCase=equals ignore case
|
|
|
-filter.notEqual=is not equal to
|
|
|
-filter.startsWith=starts with
|
|
|
-filter.startsWithIgnCase=starts with ignore case
|
|
|
+filter.is=يساوي
|
|
|
+filter.isNot=لا يساوي
|
|
|
+filter.greater=أكبر من
|
|
|
+filter.greaterEqual=أكبر أو يساوي
|
|
|
+filter.lesser=أقل من
|
|
|
+filter.lesserEqual=أقل أو يساوي
|
|
|
+filter.contains=يحتوي على
|
|
|
+filter.containsIgnCase=يحتوي على (تجاهل الأحرف الكبيرة)
|
|
|
+filter.containsAny=يحتوي على أي
|
|
|
+filter.containsAll=يحتوي على الكل
|
|
|
+filter.endsWith=ينتهي بـ
|
|
|
+filter.endsWithIgnCase=ينتهي بـ (تجاهل الأحرف الكبيرة)
|
|
|
+filter.equals=يساوي
|
|
|
+filter.equalsIgnCase=يساوي (تجاهل الأحرف الكبيرة)
|
|
|
+filter.notEqual=لا يساوي
|
|
|
+filter.startsWith=يبدأ بـ
|
|
|
+filter.startsWithIgnCase=يبدأ بـ (تجاهل الأحرف الكبيرة)
|
|
|
##################################################
|
|
|
# Utils
|
|
|
##################################################
|
|
|
-stringUtil.now=Just now
|
|
|
-stringUtil.minutes={0} mins ago
|
|
|
-stringUtils.hours={0} hours ago
|
|
|
-stringUtils.days={0} days ago
|
|
|
+stringUtil.now=الآن
|
|
|
+stringUtil.minutes={0} دقائق
|
|
|
+stringUtils.hours={0} ساعات
|
|
|
+stringUtils.days={0} ايام
|