ant-design-blazor/components/locales/ar-EG.json
Andrzej Bakun dcbaecc919 fix(module: date-picker): incorrect date format strings (#1097)
* fix(module:datepicker): incorrect date format strings fix

culture set takes effect
fallback to default local when locale json does not exist

* fix(module:datepicker): do not replace Locale if is set in attribute
2021-02-05 16:50:12 +08:00

127 lines
4.3 KiB
JSON

{
"locale": "ar",
"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": "إلغاء الاختيار"
},
"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": "لا توجد بيانات" }
}