Improve Japanese translation

pull/3536/merge
Jikkai Xiao 2017-03-17 17:03:54 +08:00 committed by 杨奕
parent 87ba502d91
commit 57b04d7e80
1 changed files with 25 additions and 25 deletions

View File

@ -1,7 +1,7 @@
export default { export default {
el: { el: {
colorpicker: { colorpicker: {
confirm: 'はい', confirm: 'OK',
clear: 'クリア' clear: 'クリア'
}, },
datepicker: { datepicker: {
@ -17,18 +17,18 @@ export default {
endDate: '終了日', endDate: '終了日',
endTime: '終了時間', endTime: '終了時間',
year: '年', year: '年',
month1: '月', month1: '1月',
month2: '月', month2: '2月',
month3: '月', month3: '3月',
month4: '月', month4: '4月',
month5: '月', month5: '5月',
month6: '月', month6: '6月',
month7: '月', month7: '7月',
month8: '月', month8: '8月',
month9: '月', month9: '9月',
month10: '月', month10: '10月',
month11: '十一月', month11: '11月',
month12: '十二月', month12: '12月',
// week: '週次', // week: '週次',
weeks: { weeks: {
sun: '日', sun: '日',
@ -40,18 +40,18 @@ export default {
sat: '土' sat: '土'
}, },
months: { months: {
jan: '月', jan: '1月',
feb: '月', feb: '2月',
mar: '月', mar: '3月',
apr: '月', apr: '4月',
may: '月', may: '5月',
jun: '月', jun: '6月',
jul: '月', jul: '7月',
aug: '月', aug: '8月',
sep: '月', sep: '9月',
oct: '月', oct: '10月',
nov: '十一月', nov: '11月',
dec: '十二月' dec: '12月'
} }
}, },
select: { select: {