fix(locale): improve Indonesian (Bahasa) translations and fix typo (#4476)

This commit is contained in:
muhammadcahya 2021-11-22 23:19:51 +07:00 committed by GitHub
parent 8fe4f1e65e
commit 44cd5d243f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,6 @@
<template>
<el-row>
<el-button color="#626aef" style="color: white">Cutsom</el-button>
<el-button color="#626aef" plain>Cutsom</el-button>
<el-button color="#626aef" style="color: white">Custom</el-button>
<el-button color="#626aef" plain>Custom</el-button>
</el-row>
</template>

View File

@ -34,7 +34,7 @@ export default {
month10: 'Oktober',
month11: 'November',
month12: 'Desember',
// week: 'minggu',
week: 'Minggu',
weeks: {
sun: 'Min',
mon: 'Sen',
@ -73,9 +73,11 @@ export default {
},
pagination: {
goto: 'Pergi ke',
pagesize: '/laman',
pagesize: '/halaman',
total: 'Total {total}',
pageClassifier: '',
deprecationWarning:
'Penggunaan yang tidak akan digunakan lagi terdeteksi, silakan lihat dokumentasi el-pagination untuk lebih jelasnya',
},
messagebox: {
title: 'Pesan',
@ -94,7 +96,7 @@ export default {
confirmFilter: 'Konfirmasi',
resetFilter: 'Atur ulang',
clearFilter: 'Semua',
sumText: 'Jml',
sumText: 'Jumlah',
},
tree: {
emptyText: 'Tidak ada data',
@ -102,9 +104,9 @@ export default {
transfer: {
noMatch: 'Tidak ada data yg cocok',
noData: 'Tidak ada data',
titles: ['Senarai 1', 'Senarai 2'],
titles: ['Daftar 1', 'Daftar 2'],
filterPlaceholder: 'Masukan kata kunci',
noCheckedFormat: '{total} butir',
noCheckedFormat: '{total} item',
hasCheckedFormat: '{checked}/{total} terpilih',
},
image: {