element-plus
Version:
A Component Library for Vue 3
189 lines (186 loc) • 6.05 kB
JavaScript
/*! Element Plus v2.13.6 */
(function(global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define([], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, (global.ElementPlusLocaleAr = factory()));
})(this, function() {
//#region ../../packages/locale/lang/ar.ts
var ar_default = {
name: "ar",
el: {
breadcrumb: { label: "Breadcrumb" },
colorpicker: {
confirm: "موافق",
clear: "إزالة",
defaultLabel: "إختر اللون",
description: "اللون الحالي هو {color}. اضفط انتر لاختيار لون جديد",
alphaLabel: "pick alpha value",
alphaDescription: "alpha {alpha}, current color is {color}",
hueLabel: "pick hue value",
hueDescription: "hue {hue}, current color is {color}",
svLabel: "pick saturation and brightness value",
svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
predefineDescription: "select {value} as the color"
},
datepicker: {
now: "الآن",
today: "اليوم",
cancel: "إلغاء",
clear: "إزالة",
confirm: "موافق",
dateTablePrompt: "استخدم مفاتيح الاسهم و اضغط انتر لاختيار اليوم المراد من الشهر",
monthTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار الشهر",
yearTablePrompt: "استخدم مفاتيح الاسهم واضغط انتر لاختيار السنة",
selectedDate: "Selected date",
selectDate: "إختر التاريخ",
selectTime: "إختر الوقت",
startDate: "تاريخ البدء",
startTime: "وقت البدء",
endDate: "تاريخ الإنتهاء",
endTime: "وقت الإنتهاء",
prevYear: "السنة السابقة",
nextYear: "السنة التالية",
prevMonth: "الشهر السابق",
nextMonth: "الشهر التالي",
year: "سنة",
month1: "كانون الثاني",
month2: "شباط",
month3: "اذار",
month4: "نيسان",
month5: "أيار",
month6: "حزيران",
month7: "تموز",
month8: "اّب",
month9: "ايلول",
month10: "تشرين الاول",
month11: "تشرين الثاني",
month12: "كانون الاول",
weeks: {
sun: "الأحد",
mon: "الأثنين",
tue: "الثلاثاء",
wed: "الأربعاء",
thu: "الخميس",
fri: "الجمعة",
sat: "السبت"
},
weeksFull: {
sun: "Sunday",
mon: "Monday",
tue: "Tuesday",
wed: "Wednesday",
thu: "Thursday",
fri: "Friday",
sat: "Saturday"
},
months: {
jan: "كانون الثاني",
feb: "شباط",
mar: "اذار",
apr: "نيسان",
may: "ايار",
jun: "حزيران",
jul: "تمور",
aug: "اّب",
sep: "ايلول",
oct: "تشرين الاول",
nov: "تشرين الثاني",
dec: "كانون الاول"
}
},
inputNumber: {
decrease: "طرح رقم",
increase: "زيادة رقم"
},
select: {
loading: "جار التحميل",
noMatch: "لايوجد بيانات مطابقة",
noData: "لايوجد بيانات",
placeholder: "إختر"
},
mention: { loading: "جار التحميل" },
dropdown: { toggleDropdown: "تبديل القائمة" },
cascader: {
noMatch: "لايوجد بيانات مطابقة",
loading: "جار التحميل",
placeholder: "إختر",
noData: "لايوجد بيانات"
},
pagination: {
goto: "أذهب إلى",
pagesize: "/صفحة",
total: "الكل {total}",
pageClassifier: "",
page: "Page",
prev: "Go to previous page",
next: "Go to next page",
currentPage: "page {pager}",
prevPages: "Previous {pager} pages",
nextPages: "Next {pager} pages",
deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
},
dialog: { close: "أغلق هذا التبويب" },
drawer: { close: "أغلق هذا التبويب" },
messagebox: {
title: "العنوان",
confirm: "موافق",
cancel: "إلغاء",
error: "مدخل غير صحيح",
close: "أغلق هذا التبويب"
},
upload: {
deleteTip: "اضغط ازالة لحذف المحتوى",
delete: "حذف",
preview: "عرض",
continue: "إستمرار"
},
slider: {
defaultLabel: "slider between {min} and {max}",
defaultRangeStartLabel: "pick start value",
defaultRangeEndLabel: "pick end value"
},
table: {
emptyText: "لايوجد بيانات",
confirmFilter: "تأكيد",
resetFilter: "حذف",
clearFilter: "الكل",
sumText: "المجموع",
selectAllLabel: "Select all rows",
selectRowLabel: "Select this row",
expandRowLabel: "Expand this row",
collapseRowLabel: "Collapse this row",
sortLabel: "Sort by {column}",
filterLabel: "Filter by {column}"
},
tag: { close: "Close this tag" },
tour: {
next: "Next",
previous: "Previous",
finish: "Finish",
close: "Close this dialog"
},
tree: { emptyText: "لايوجد بيانات" },
transfer: {
noMatch: "لايوجد بيانات مطابقة",
noData: "لايوجد بيانات",
titles: ["قائمة 1", "قائمة 2"],
filterPlaceholder: "ادخل كلمة",
noCheckedFormat: "{total} عناصر",
hasCheckedFormat: "{checked}/{total} مختار"
},
image: { error: "فشل" },
pageHeader: { title: "عودة" },
popconfirm: {
confirmButtonText: "Yes",
cancelButtonText: "No"
},
carousel: {
leftArrow: "Carousel arrow left",
rightArrow: "Carousel arrow right",
indicator: "Carousel switch to index {index}"
}
}
};
//#endregion
return ar_default;
});