@gem-mine/rmc-calendar
Version:
React Mobile Calendar Component(web and react-native)
34 lines (33 loc) • 1.13 kB
JavaScript
;
exports.__esModule = true;
var locale = {
title: 'اختيار التاريخ',
today: 'اليوم',
month: 'الشهر',
year: 'السنة',
am: 'صباح',
pm: 'بعد الظهر',
dateTimeFormat: 'MM/DD/YYYY HH:mm:ss',
dateFormat: 'MM/DD/YYYY',
noChoose: 'لا اختر',
week: ['الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
clear: 'مسح',
selectTime: 'اختيار الوقت',
selectStartTime: 'حدد وقت البدء',
selectEndTime: 'حدد وقت الانتهاء',
start: 'بداية',
end: 'نهاية',
begin: 'يبدأ',
over: 'انتهى',
// eslint-disable-next-line @typescript-eslint/camelcase
begin_over: 'يبدأ/انتهى',
confirm: 'تأكيد',
cancel: 'إلغاء',
monthTitle: 'yyyy/MM',
loadPrevMonth: 'الشهر السابق',
yesterday: 'في الامس',
lastWeek: 'الاسبوع الماضي',
lastMonth: 'الشهر الماضي'
};
exports['default'] = locale;
module.exports = exports['default'];