UNPKG

rsuite

Version:

A suite of react components

97 lines (96 loc) 2.25 kB
'use client'; "use strict"; exports.__esModule = true; exports.default = void 0; var _arSA = require("date-fns/locale/ar-SA"); const DateTimeFormats = { sunday: 'ح', monday: 'ن', tuesday: 'ث', wednesday: 'ر', thursday: 'خ', friday: 'ج', saturday: 'س', ok: 'حسناً', today: 'اليوم', yesterday: 'أمس', now: 'الآن', hours: 'ساعات', minutes: 'دقائق', seconds: 'ثواني', formattedMonthPattern: 'MMM, yyyy', formattedDayPattern: 'MMM dd, yyyy', shortDateFormat: 'MM/dd/yyyy', shortTimeFormat: 'HH:mm aa', dateLocale: _arSA.arSA }; const Combobox = { noResultsText: 'لا يوجد نتائج', placeholder: 'إختيار', searchPlaceholder: 'البحث', checkAll: 'الجميع' }; const CreatableComboBox = { ...Combobox, newItem: 'عنصر جديد', createOption: 'إنشاء العنصر "{0}"' }; var _default = exports.default = { code: 'ar-SA', common: { loading: 'جاري التحميل...', emptyMessage: 'لا يوجد المزيد من البيانات', remove: 'حذف', clear: 'يزيل' }, Plaintext: { unfilled: 'شاغرة', notSelected: 'لم يتم اختياره', notUploaded: 'لم يتم الرفع' }, Pagination: { more: 'المزيد', prev: 'السابق', next: 'التالي', first: 'الأول', last: 'الأخير', limit: 'صفحة / {0}', total: 'الإجمالي: {0}', skip: 'اذهب إل {0}' }, DateTimeFormats, Calendar: DateTimeFormats, DatePicker: DateTimeFormats, DateRangePicker: { ...DateTimeFormats, last7Days: 'أخر 7 أيام' }, Combobox, InputPicker: CreatableComboBox, TagPicker: CreatableComboBox, Uploader: { inited: 'تم البدء', progress: 'جاري الرفع', error: 'خطأ', complete: 'تم الإنتهاء', emptyFile: 'فارغ', upload: 'رفع', removeFile: 'حذف الملف' }, CloseButton: { closeLabel: 'اغلق' }, Breadcrumb: { expandText: 'عرض المسار' }, Toggle: { on: 'إيقاف', off: 'تشغيل' }, Dialog: { alert: 'تنبيه', confirm: 'تأكيد', ok: 'موافق', cancel: 'إلغاء' } };