mirror of https://github.com/ElemeFE/element
Improve Japanese translation
parent
87ba502d91
commit
57b04d7e80
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue