@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
90 lines (88 loc) • 3.12 kB
JavaScript
//#region src/providers/i18n-provider/intl/ar-AE.ts
const data = {
autocomplete: {
"Clear value": "مسح القيمة",
"No results found": "لم يتم العثور على نتائج"
},
avatar: { "Avatar Icon": "أيقونة الصورة الرمزية" },
breadcrumb: {
Breadcrumb: "فتات الخبز",
Ellipsis: "الحذف"
},
calendar: {
"Choose the month": "اختر الشهر",
"Choose the year": "اختر السنة",
"Go to the next month": "اذهب إلى الشهر التالي",
"Go to the previous month": "اذهب إلى الشهر السابق",
Today: "اليوم"
},
carousel: {
"Go to next slide": "اذهب إلى الشريحة التالية",
"Go to previous slide": "اذهب إلى الشريحة السابقة",
"Go to {page} slide": "اذهب إلى الشريحة {page}",
Slides: "الشرائح",
"{page} of {total}": "{page} من {total}"
},
closeButton: { Close: "إغلاق" },
colorPicker: { "Pick a color": "اختر لونًا" },
colorSelector: { "Pick a color": "اختر لونًا" },
datePicker: { "Clear value": "مسح القيمة" },
hueSlider: {
Blue: "أزرق",
Cyan: "سماوي",
Green: "أخضر",
Magenta: "أرجواني",
Red: "أحمر",
Yellow: "أصفر"
},
modal: {
"Close modal": "إغلاق النافذة",
"Open modal": "فتح النافذة"
},
numberInput: {
Decrease: "إنقاص",
Increase: "زيادة"
},
pagination: {
"Go to first page": "اذهب إلى الصفحة الأولى",
"Go to last page": "اذهب إلى الصفحة الأخيرة",
"Go to next page": "اذهب إلى الصفحة التالية",
"Go to page {value}": "اذهب إلى الصفحة {value}",
"Go to previous page": "اذهب إلى الصفحة السابقة",
Pagination: "ترقيم الصفحات",
"{value} / {total}": "{value} / {total}",
"{value} of {total}": "{value} من {total}"
},
passwordInput: {
"Password strength meter": "مقياس قوة كلمة المرور",
"Toggle password visibility": "تبديل رؤية كلمة المرور"
},
progress: {
"Loading...": "جار التحميل...",
"{value} percent": "{value} بالمئة"
},
saturationSlider: {
"Saturation and brightness thumb": "مزلاج التشبع والسطوع",
"Saturation {saturation}%, Brightness {brightness}%": "تشبع {saturation}%, سطوع {brightness}%"
},
select: { "Clear value": "مسح القيمة" },
slider: { "Slider thumb": "إبهام المنزلق" },
stat: {
"Decreased by": "انخفض بمقدار",
"Increased by": "زاد بمقدار"
},
table: {
"Clear sorting": "مسح الفرز",
"Page size": "حجم الصفحة",
"Select all rows": "حدد كل الصفوف",
"Select row": "حدد الصف",
"Sort ascending": "ترتيب تصاعدي",
"Sort descending": "ترتيب تنازلي"
},
tag: { "Close tag": "إغلاق العلامة" },
toggle: { "Toggle button": "زر التبديل" }
};
var ar_AE_default = data;
//#endregion
exports.default = ar_AE_default;
//# sourceMappingURL=ar-AE.cjs.map