You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
499 B
13 lines
499 B
define( |
|
({ |
|
singleSort: "فرز منفرد", |
|
nestedSort: "فرز متداخل", |
|
ascending: "اضغط للفرز تصاعديا", |
|
descending: "اضغط للفرز تنازليا ", |
|
sortingState: "${0} - ${1}", |
|
unsorted: "لا تقم بفرز هذا العمود", |
|
indirectSelectionRadio: "الصف ${0}، اختيار منفرد، اختيار دائري", |
|
indirectSelectionCheckBox: "الصف ${0}، اختيارات متعددة، مربع اختيار", |
|
selectAll: "تحديد كل" |
|
}) |
|
);
|
|
|