提交 99a48d4d 编写于 作者: S swsoyee

update(i18n): add time translation

上级 2edf20fa
......@@ -22,6 +22,22 @@
*/
export default {
time: {
month: [
'一月', '二月', '三月', '四月', '五月', '六月',
'七月', '八月', '九月', '十月', '十一月', '十二月'
],
monthAbbr: [
'1月', '2月', '3月', '4月', '5月', '6月',
'7月', '8月', '9月', '10月', '11月', '12月'
],
dayOfWeek: [
'日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'
],
dayOfWeekAbbr: [
'', '', '', '', '', '', ''
]
},
legend: {
selector: {
all: 'すべてを選択',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册