mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 00:40:34 +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