Aria 라벨
labels는 캘린더의 모든 aria-label을 로컬라이징할 수 있는 기능을 제공합니다.
아래는 모든 기본 aria-label 목록입니다.
new Calendar('#calendar', {
labels: {
application: 'Calendar',
navigation: 'Calendar Navigation',
arrowNext: {
month: 'Next month',
year: 'Next list of years',
},
arrowPrev: {
month: 'Previous month',
year: 'Previous list of years',
},
month: 'Select month, current selected month:',
months: 'List of months',
year: 'Select year, current selected year:',
years: 'List of years',
week: 'Days of the week',
weekNumber: 'Numbers of weeks in a year',
dates: 'Dates in the current month',
selectingTime: 'Selecting a time ',
inputHour: 'Hours',
inputMinute: 'Minutes',
rangeHour: 'Slider for selecting hours',
rangeMinute: 'Slider for selecting minutes',
btnKeeping: 'Switch AM/PM, current position:',
},
});