|
@@ -15,22 +15,27 @@
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
# along with MaterialFX. If not, see <http://www.gnu.org/licenses/>.
|
|
|
#
|
|
|
+
|
|
|
##################################################
|
|
|
# Controls
|
|
|
##################################################
|
|
|
-# Combo Box
|
|
|
+
|
|
|
+#Combo Box
|
|
|
comboBox.contextMenu.selectFirst=العنصر الأول
|
|
|
comboBox.contextMenu.selectNext=العنصر التالي
|
|
|
comboBox.contextMenu.selectPrevious=العنصر السابق
|
|
|
comboBox.contextMenu.selectLast=العنصر الأخير
|
|
|
comboBox.contextMenu.clearSelection=إلغاء الاختيار
|
|
|
+
|
|
|
# Filter Combo Box
|
|
|
filterCombo.search=بحث...
|
|
|
+
|
|
|
# Filter Pane
|
|
|
filterPane.headerText=مصفيات البحث
|
|
|
filterPane.activeFilters=مصفيات البحث المفعلة
|
|
|
filterPane.searchField=قيمة التصفية
|
|
|
filterPane.addFilter=تطبيق التصفية
|
|
|
+
|
|
|
# Notification Center
|
|
|
notificationCenter.contextMenu.selectAll=اختر الكل
|
|
|
notificationCenter.contextMenu.selectRead=اختر الإشعارات المقروءة
|
|
@@ -48,11 +53,14 @@ notificationCenter.contextMenu.sortingSeparator=الفرز
|
|
|
notificationCenter.contextMenu.filterSeparator=التصفية
|
|
|
notificationCenter.dnd=الوضع الصامت
|
|
|
notificationCenter.header=الإشعارات
|
|
|
+
|
|
|
# Stepper
|
|
|
stepper.next=التالي
|
|
|
stepper.previous=السابق
|
|
|
+
|
|
|
# Stepper Toggle
|
|
|
stepperToggle.invalidFields=معلومات غير صالحة...
|
|
|
+
|
|
|
# Text Fields
|
|
|
textField.contextMenu.copy=نسخ
|
|
|
textField.contextMenu.cut=قطع
|
|
@@ -61,11 +69,13 @@ textField.contextMenu.delete=حذف
|
|
|
textField.contextMenu.selectAll=اختر الكل
|
|
|
textField.contextMenu.redo=إعادة
|
|
|
textField.contextMenu.undo=إلغاء
|
|
|
+
|
|
|
##################################################
|
|
|
# Enums
|
|
|
##################################################
|
|
|
chainMode.alternativeAnd=و
|
|
|
chainMode.or=أو
|
|
|
+
|
|
|
##################################################
|
|
|
# Filters
|
|
|
##################################################
|
|
@@ -86,6 +96,7 @@ filter.equalsIgnCase=يساوي (تجاهل الأحرف الكبيرة)
|
|
|
filter.notEqual=لا يساوي
|
|
|
filter.startsWith=يبدأ بـ
|
|
|
filter.startsWithIgnCase=يبدأ بـ (تجاهل الأحرف الكبيرة)
|
|
|
+
|
|
|
##################################################
|
|
|
# Utils
|
|
|
##################################################
|