mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
locale: Update locale Indonesia (id.js) (#19320)
This commit is contained in:
parent
a4c3ec847d
commit
e6785d6e3d
@ -16,10 +16,10 @@ export default {
|
|||||||
startTime: 'Waktu Mulai',
|
startTime: 'Waktu Mulai',
|
||||||
endDate: 'Tanggal Selesai',
|
endDate: 'Tanggal Selesai',
|
||||||
endTime: 'Waktu Selesai',
|
endTime: 'Waktu Selesai',
|
||||||
prevYear: 'Previous Year', // to be translated
|
prevYear: 'Tahun Sebelumnya',
|
||||||
nextYear: 'Next Year', // to be translated
|
nextYear: 'Tahun Selanjutnya',
|
||||||
prevMonth: 'Previous Month', // to be translated
|
prevMonth: 'Bulan Sebelumnya',
|
||||||
nextMonth: 'Next Month', // to be translated
|
nextMonth: 'Bulan Selanjutnya',
|
||||||
year: 'Tahun',
|
year: 'Tahun',
|
||||||
month1: 'Januari',
|
month1: 'Januari',
|
||||||
month2: 'Februari',
|
month2: 'Februari',
|
||||||
@ -83,7 +83,7 @@ export default {
|
|||||||
error: 'Masukan ilegal'
|
error: 'Masukan ilegal'
|
||||||
},
|
},
|
||||||
upload: {
|
upload: {
|
||||||
deleteTip: 'press delete to remove', // to be translated
|
deleteTip: 'Tekan hapus untuk melanjutkan',
|
||||||
delete: 'Hapus',
|
delete: 'Hapus',
|
||||||
preview: 'Pratinjau',
|
preview: 'Pratinjau',
|
||||||
continue: 'Lanjutkan'
|
continue: 'Lanjutkan'
|
||||||
@ -107,14 +107,14 @@ export default {
|
|||||||
hasCheckedFormat: '{checked}/{total} terpilih'
|
hasCheckedFormat: '{checked}/{total} terpilih'
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
error: 'FAILED' // to be translated
|
error: 'GAGAL'
|
||||||
},
|
},
|
||||||
pageHeader: {
|
pageHeader: {
|
||||||
title: 'Back' // to be translated
|
title: 'Kembali'
|
||||||
},
|
},
|
||||||
popconfirm: {
|
popconfirm: {
|
||||||
confirmButtonText: 'Yes', // to be translated
|
confirmButtonText: 'Ya',
|
||||||
cancelButtonText: 'No' // to be translated
|
cancelButtonText: 'Tidak'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user