ant-design-blazor/components/locales/ar-EG.json

144 lines
4.9 KiB
JSON
Raw Normal View History

{
"locale": "ar-EG",
"Pagination": {
"items_per_page": "/ الصفحة",
"jump_to": "الذهاب إلى",
"jump_to_confirm": "تأكيد",
"page": "",
"prev_page": "الصفحة السابقة",
"next_page": "الصفحة التالية",
"prev_5": "خمس صفحات سابقة",
"next_5": "خمس صفحات تالية",
"prev_3": "ثلاث صفحات سابقة",
"next_3": "ثلاث صفحات تالية"
},
"DatePicker": {
"lang": {
"placeholder": "اختيار التاريخ",
"rangePlaceholder": [ "البداية", "النهاية" ],
"locale": "ar_EG",
"today": "اليوم",
"now": "الأن",
"backToToday": "العودة إلى اليوم",
"ok": "تأكيد",
"clear": "مسح",
"month": "الشهر",
"year": "السنة",
"timeSelect": "اختيار الوقت",
"dateSelect": "اختيار التاريخ",
"monthSelect": "اختيار الشهر",
"yearSelect": "اختيار السنة",
"decadeSelect": "اختيار العقد",
"yearFormat": "yyyy",
"dateFormat": "M/d/yyyy",
"dayFormat": "d",
"dateTimeFormat": "M/d/yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "الشهر السابق (PageUp)",
"nextMonth": "الشهر التالى(PageDown)",
"previousYear": "العام السابق (Control + left)",
"nextYear": "العام التالى (Control + right)",
"previousDecade": "العقد السابق",
"nextDecade": "العقد التالى",
"previousCentury": "القرن السابق",
"nextCentury": "القرن التالى"
},
"timePickerLocale": { "placeholder": "اختيار الوقت" },
"dateFormat": "dd-MM-yyyy",
"monthFormat": "MM-yyyy",
"dateTimeFormat": "dd-MM-yyyy HH:mm:ss",
"weekFormat": "wo-yyyy"
},
"TimePicker": { "placeholder": "اختيار الوقت" },
"Calendar": {
"lang": {
"placeholder": "اختيار التاريخ",
"rangePlaceholder": [ "البداية", "النهاية" ],
"locale": "ar_EG",
"today": "اليوم",
"now": "الأن",
"backToToday": "العودة إلى اليوم",
"ok": "تأكيد",
"clear": "مسح",
"month": "الشهر",
"year": "السنة",
"timeSelect": "اختيار الوقت",
"dateSelect": "اختيار التاريخ",
"monthSelect": "اختيار الشهر",
"yearSelect": "اختيار السنة",
"decadeSelect": "اختيار العقد",
"yearFormat": "yyyy",
"dateFormat": "M/d/yyyy",
"dayFormat": "d",
"dateTimeFormat": "M/d/yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "الشهر السابق (PageUp)",
"nextMonth": "الشهر التالى(PageDown)",
"previousYear": "العام السابق (Control + left)",
"nextYear": "العام التالى (Control + right)",
"previousDecade": "العقد السابق",
"nextDecade": "العقد التالى",
"previousCentury": "القرن السابق",
"nextCentury": "القرن التالى"
},
"timePickerLocale": { "placeholder": "اختيار الوقت" },
"dateFormat": "dd-MM-yyyy",
"monthFormat": "MM-yyyy",
"dateTimeFormat": "dd-MM-yyyy HH:mm:ss",
"weekFormat": "wo-yyyy"
},
"Table": {
"filterTitle": "الفلاتر",
"filterConfirm": "تأكيد",
"filterReset": "إعادة ضبط",
"selectAll": "اختيار الكل",
"selectInvert": "إلغاء الاختيار",
"filterOptions": {
"true": "صحيح",
"false": "خطأ",
"and": "و",
"or": "أو",
"equals": "يساوي",
"notEquals": "لا يساوي",
"contains": "يحتوي",
"startsWith": "يبدأ ب",
"endsWith": "ينتهي ب",
"greaterThan": "أكبر من",
"lessThan": "أصغر من",
"greaterThanOrEquals": "أكبر من أو يساوي",
"lessThanOrEquals": "أصغر من أو يساوي",
"isNull": "لا يحتوي قيمة",
"isNotNull": "يحتوي قيمة"
}
},
"Modal": {
"okText": "تأكيد",
"cancelText": "إلغاء"
},
"Confirm": {
"okText": "تأكيد",
"cancelText": "إلغاء",
"yesText": "نعم",
"noText": "نو",
"retryText": "ريتيري",
"abortText": "ابورت",
"ignoreText": "ايجنور"
},
"Popconfirm": {
"okText": "تأكيد",
"cancelText": "إلغاء"
},
"Transfer": {
"searchPlaceholder": "ابحث هنا",
"itemUnit": "عنصر",
"itemsUnit": "عناصر"
},
"Upload": {
"uploading": "جاري الرفع...",
"removeFile": "احذف الملف",
"uploadError": "مشكلة فى الرفع",
"previewFile": "استعرض الملف",
"downloadFile": "تحميل الملف"
},
"Empty": { "description": "لا توجد بيانات" }
}