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