@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
44 lines • 1.22 kB
JSON
{
"calendar": {
"dayLabels": {
"Sun": "星期日",
"Mon": "星期一",
"Tue": "星期二",
"Wed": "星期三",
"Thu": "星期四",
"Fri": "星期五",
"Sat": "星期六"
},
"monthLabels": {
"1": "1月",
"2": "2月",
"3": "3月",
"4": "4月",
"5": "5月",
"6": "6月",
"7": "7月",
"8": "8月",
"9": "9月",
"10": "10月",
"11": "11月",
"12": "12月"
},
"titleFormat": "yyyy年 MM月",
"yearViewTitleFormat": "yyyy年",
"today": "今天",
"thisYear": "今年",
"yearView": "年",
"monthView": "月",
"weekView": "周",
"dayView": "日",
"prevMonth": "上一月",
"nextMonth": "下一月",
"prevWeek": "上一周",
"nextWeek": "下一周",
"prevDay": "上一天",
"nextDay": "下一天",
"prevYear": "上一年",
"nextYear": "下一年",
"more": "還有 #count# 項..."
}
}