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

Improve Japanese translation

parent 87ba502d
export default { export default {
el: { el: {
colorpicker: { colorpicker: {
confirm: 'はい', confirm: 'OK',
clear: 'クリア' clear: 'クリア'
}, },
datepicker: { datepicker: {
...@@ -17,18 +17,18 @@ export default { ...@@ -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 { ...@@ -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: {
......
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