mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
feat(Calendar): implement component (#2618)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -10,6 +10,12 @@ export default defineLocale({
|
||||
noData: 'لا توجد بيانات',
|
||||
create: 'إنشاء "{label}"'
|
||||
},
|
||||
calendar: {
|
||||
prevYear: 'السنة السابقة',
|
||||
nextYear: 'السنة المقبلة',
|
||||
prevMonth: 'الشهر السابق',
|
||||
nextMonth: 'الشهر المقبل'
|
||||
},
|
||||
inputNumber: {
|
||||
increment: 'زيادة',
|
||||
decrement: 'تقليل'
|
||||
|
||||
Reference in New Issue
Block a user