Commit 28acef9a authored by Dāvis Mičulis's avatar Dāvis Mičulis Committed by 杨奕

Added Latvian (lv.js) locale file.

parent e229de79
export default {
el: {
colorpicker: {
confirm: 'Labi',
clear: 'Notīrīt'
},
datepicker: {
now: 'Tagad',
today: 'Šodien',
cancel: 'Atcelt',
clear: 'Notīrīt',
confirm: 'Labi',
selectDate: 'Izvēlēties datumu',
selectTime: 'Izvēlēties laiku',
startDate: 'Sākuma Datums',
startTime: 'Sākuma Laiks',
endDate: 'Beigu Datums',
endTime: 'Beigu Laiks',
year: '',
month1: 'Jan',
month2: 'Feb',
month3: 'Mar',
month4: 'Apr',
month5: 'Mai',
month6: 'Jūn',
month7: 'Jūl',
month8: 'Aug',
month9: 'Sep',
month10: 'Okt',
month11: 'Nov',
month12: 'Dec',
// week: 'nedēļa',
weeks: {
sun: 'Sv',
mon: 'Pr',
tue: 'Ot',
wed: 'Tr',
thu: 'Ce',
fri: 'Pk',
sat: 'Se'
},
months: {
jan: 'Jan',
feb: 'Feb',
mar: 'Mar',
apr: 'Apr',
may: 'Mai',
jun: 'Jūn',
jul: 'Jūl',
aug: 'Aug',
sep: 'Sep',
oct: 'Okt',
nov: 'Nov',
dec: 'Dec'
}
},
select: {
loading: 'Ielādē',
noMatch: 'Nav atbilstošu datu',
noData: 'Nav datu',
placeholder: 'Izvēlēties'
},
cascader: {
noMatch: 'Nav atbilstošu datu',
loading: 'Ielādē',
placeholder: 'Izvēlēties'
},
pagination: {
goto: 'Iet uz',
pagesize: '/page',
total: 'Kopā {total}',
pageClassifier: ''
},
messagebox: {
title: 'Paziņojums',
confirm: 'OK',
cancel: 'Atcelt',
error: 'Nederīga ievade'
},
upload: {
delete: 'Dzēst',
preview: 'Priekšskatīt',
continue: 'Turpināt'
},
table: {
emptyText: 'Nav Datu',
confirmFilter: 'Apstiprināt',
resetFilter: 'Reset',
clearFilter: 'Visi',
sumText: 'Summa'
},
tree: {
emptyText: 'Nav Datu'
},
transfer: {
noMatch: 'Nav atbilstošu datu',
noData: 'Nav datu',
titles: ['Saraksts 1', 'Saraksts 2'], // to be translated
filterPlaceholder: 'Ievadīt atslēgvārdu', // to be translated
noCheckedFormat: '{total} vienības', // to be translated
hasCheckedFormat: '{checked}/{total} atzīmēti' // to be translated
}
}
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment