mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
feat(Calendar): implement component (#2618)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -9,6 +9,12 @@ export default defineLocale({
|
||||
noData: 'Žádná data',
|
||||
create: 'Vytvořit "{label}"'
|
||||
},
|
||||
calendar: {
|
||||
prevYear: 'Předchozí rok',
|
||||
nextYear: 'Další rok',
|
||||
prevMonth: 'Předchozí měsíc',
|
||||
nextMonth: 'Další měsíc'
|
||||
},
|
||||
inputNumber: {
|
||||
increment: 'Zvýšit',
|
||||
decrement: 'Snížit'
|
||||
|
||||
Reference in New Issue
Block a user