mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-06 05:09:00 +08:00
124 lines
3.0 KiB
TypeScript
124 lines
3.0 KiB
TypeScript
export default {
|
|
name: 'mg',
|
|
el: {
|
|
colorpicker: {
|
|
confirm: 'ENY',
|
|
clear: 'Fafana',
|
|
},
|
|
datepicker: {
|
|
now: 'Zao',
|
|
today: 'Androany',
|
|
cancel: 'Hanafoana',
|
|
clear: 'Fafana',
|
|
confirm: 'ENY',
|
|
selectDate: 'Misafidy daty',
|
|
selectTime: 'Misafidy ora',
|
|
startDate: 'Daty fanombohana',
|
|
startTime: 'Ora fanombohana',
|
|
endDate: 'Daty farany',
|
|
endTime: 'Ora farany',
|
|
prevYear: 'Taona teo aloha',
|
|
nextYear: 'Taona manaraka',
|
|
prevMonth: 'Volana teo aloha',
|
|
nextMonth: 'Volana manaraka',
|
|
year: '',
|
|
month1: 'Janoary',
|
|
month2: 'Febroary',
|
|
month3: 'Martsa',
|
|
month4: 'Aprily',
|
|
month5: 'May',
|
|
month6: 'Jona',
|
|
month7: 'Jolay',
|
|
month8: 'Aogositra',
|
|
month9: 'Septambra',
|
|
month10: 'Oktobra',
|
|
month11: 'Novambra',
|
|
month12: 'Desambra',
|
|
week: 'herinandro',
|
|
weeks: {
|
|
sun: 'Lad',
|
|
mon: 'Ala',
|
|
tue: 'Tal',
|
|
wed: 'Lar',
|
|
thu: 'Lak',
|
|
fri: 'Zom',
|
|
sat: 'Sab',
|
|
},
|
|
months: {
|
|
jan: 'Jan',
|
|
feb: 'Feb',
|
|
mar: 'Mar',
|
|
apr: 'Apr',
|
|
may: 'May',
|
|
jun: 'Jon',
|
|
jul: 'Jol',
|
|
aug: 'Aog',
|
|
sep: 'Sep',
|
|
oct: 'Okt',
|
|
nov: 'Nov',
|
|
dec: 'Des',
|
|
},
|
|
},
|
|
select: {
|
|
loading: 'Eo ampiandrasana',
|
|
noMatch: 'Tsy misy angona mifanentana',
|
|
noData: 'Tsy misy angona',
|
|
placeholder: 'Safidy',
|
|
},
|
|
cascader: {
|
|
noMatch: 'Tsy misy angona mifanentana',
|
|
loading: 'Eo ampiandrasana',
|
|
placeholder: 'Safidy',
|
|
noData: 'Tsy misy angona',
|
|
},
|
|
pagination: {
|
|
goto: 'Mandeha any',
|
|
pagesize: '/page',
|
|
total: 'Totaly {total}',
|
|
pageClassifier: '',
|
|
deprecationWarning:
|
|
'Fampiasana tsy ampiasaina intsony no hita, azafady mba jereo ny tahirin-kevitra el-pagination raha mila fanazavana fanampiny',
|
|
},
|
|
messagebox: {
|
|
title: 'Hafatra',
|
|
confirm: 'ENY',
|
|
cancel: 'Hanafoana',
|
|
error: 'Fampidirana tsy ara-dalàna',
|
|
},
|
|
upload: {
|
|
deleteTip: 'tsindrio fafana raha hanala',
|
|
delete: 'Fafana',
|
|
preview: 'Topi-maso',
|
|
continue: 'Hanoy',
|
|
},
|
|
table: {
|
|
emptyText: 'Tsy misy angona',
|
|
confirmFilter: 'Manamarina',
|
|
resetFilter: 'Averina',
|
|
clearFilter: 'Rehetra',
|
|
sumText: 'Atambatra',
|
|
},
|
|
tree: {
|
|
emptyText: 'Tsy misy angona',
|
|
},
|
|
transfer: {
|
|
noMatch: 'Tsy misy angona mifanentana',
|
|
noData: 'Tsy misy angona',
|
|
titles: ['Lisitra 1', 'Lisitra 2'], // to be translated
|
|
filterPlaceholder: 'Ampidiro teny fanalahidy', // to be translated
|
|
noCheckedFormat: '{total} zavatra', // to be translated
|
|
hasCheckedFormat: '{checked}/{total} voamarina', // to be translated
|
|
},
|
|
image: {
|
|
error: 'TSY NAHOMBY',
|
|
},
|
|
pageHeader: {
|
|
title: 'Miverina', // to be translated
|
|
},
|
|
popconfirm: {
|
|
confirmButtonText: 'Eny',
|
|
cancelButtonText: 'Tsy',
|
|
},
|
|
},
|
|
}
|