Commit 57b04d7e authored by Jikkai Xiao's avatar Jikkai Xiao Committed by 杨奕

Improve Japanese translation

parent 87ba502d
export default {
el: {
colorpicker: {
confirm: 'はい',
confirm: 'OK',
clear: 'クリア'
},
datepicker: {
......@@ -17,18 +17,18 @@ export default {
endDate: '終了日',
endTime: '終了時間',
year: '',
month1: '',
month2: '',
month3: '',
month4: '',
month5: '',
month6: '',
month7: '',
month8: '',
month9: '',
month10: '',
month11: '十一',
month12: '十二',
month1: '1',
month2: '2',
month3: '3',
month4: '4',
month5: '5',
month6: '6',
month7: '7',
month8: '8',
month9: '9',
month10: '10',
month11: '11',
month12: '12',
// week: '週次',
weeks: {
sun: '',
......@@ -40,18 +40,18 @@ export default {
sat: ''
},
months: {
jan: '',
feb: '',
mar: '',
apr: '',
may: '',
jun: '',
jul: '',
aug: '',
sep: '',
oct: '',
nov: '十一',
dec: '十二'
jan: '1',
feb: '2',
mar: '3',
apr: '4',
may: '5',
jun: '6',
jul: '7',
aug: '8',
sep: '9',
oct: '10',
nov: '11',
dec: '12'
}
},
select: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment