Skip to content

Commit

Permalink
i18n: Add Malaysian translation (ElemeFE#22028)
Browse files Browse the repository at this point in the history
增加马来西亚语
  • Loading branch information
i_orange authored and hzsrc committed Feb 2, 2023
1 parent b4cb471 commit 960d898
Showing 1 changed file with 123 additions and 0 deletions.
123 changes: 123 additions & 0 deletions src/locale/lang/ms.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
export default {
el: {
colorpicker: {
confirm: 'Sah',
clear: 'Padam'
},
datepicker: {
now: 'Sekarang',
today: 'Hari ini',
cancel: 'Batal',
clear: 'Padam',
confirm: 'Sah',
selectDate: 'Pilih Tarikh',
selectTime: 'Pilih Masa',
startDate: 'Tarikh Mula',
startTime: 'Masa Mula',
endDate: 'Tarik Tamat',
endTime: 'Masa Tamat',
prevYear: 'Tahun Lepas',
nextYear: 'Tahun Depan',
prevMonth: 'Bulan Lepas',
nextMonth: 'Bulan Depan',
year: 'Tahun',
month1: 'Januari',
month2: 'Febuari',
month3: 'Mac',
month4: 'April',
month5: 'Mei',
month6: 'Jun',
month7: 'Julai',
month8: 'Ogos',
month9: 'September',
month10: 'Oktober',
month11: 'November',
month12: 'Disember',
// week: '周次',
weeks: {
sun: 'Ahad',
mon: 'Isnin',
tue: 'Selasa',
wed: 'Rabu',
thu: 'Khamis',
fri: 'Jumaat',
sat: 'Sabtu'
},
months: {
jan: 'Januari',
feb: 'Febuari',
mar: 'Mac',
apr: 'April',
may: 'Mei',
jun: 'Jun',
jul: 'Julai',
aug: 'Ogos',
sep: 'September',
oct: 'Oktober',
nov: 'November',
dec: 'Disember'
}
},
select: {
loading: 'Sedang dimuat turun',
noMatch: 'Tiada maklumat yang sepadan',
noData: 'Tiada maklumat',
placeholder: 'Sila pilih'
},
cascader: {
noMatch: 'Tiada maklumat yang sepadan',
loading: 'Sedang dimuat turun',
placeholder: 'Sila pilih',
noData: 'Tiada maklumat buat sementara'
},
pagination: {
goto: 'Seterusnya',
pagesize: 'x/Halaman',
total: 'Jumlah {total} ',
pageClassifier: 'Halaman'
},
messagebox: {
title: 'Tip',
confirm: 'Sah',
cancel: 'Batal',
error: 'Data yang diisikan tidak sah!'
},
upload: {
deleteTip: 'Tekan "Padam" untuk memadam',
delete: 'Padam',
preview: 'Semak gambar',
continue: 'Meneruskan muat naik'
},
table: {
emptyText: 'Tiada maklumat buat sementara',
confirmFilter: 'Tapis',
resetFilter: 'Set Semula',
clearFilter: 'Semua',
sumText: 'Jumlah'
},
tree: {
emptyText: 'Tiada maklumat buat sementara'
},
transfer: {
noMatch: 'Tiada maklumat yang sepadan',
noData: 'Tiada maklumat',
titles: ['Senarai 1', 'Senarai 2'],
filterPlaceholder: 'Masukkan kandungan carian',
noCheckedFormat: 'Jumlah {total} item',
hasCheckedFormat: 'Telah memilih {checked}/{total} item'
},
image: {
error: 'Muat turun gagal'
},
pageHeader: {
title: 'Kembali'
},
popconfirm: {
confirmButtonText: 'Sah',
cancelButtonText: 'Batal'
},
empty: {
description: 'Tiada maklumat buat sementara'
}
}
};

0 comments on commit 960d898

Please sign in to comment.