element-plus/packages/locale/lang/az.ts
btea b79452bae4
feat(components): [breadcrumb] aria-label uses locale (#16089)
feat(components): [breadcrumb] aria-label uses locale
2024-03-10 20:19:38 +08:00

139 lines
3.4 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
name: 'az',
el: {
breadcrumb: {
label: 'Breadcrumb', // to be translated
},
colorpicker: {
confirm: 'Təsdiqlə',
clear: 'Təmizlə',
},
datepicker: {
now: 'İndi',
today: 'Bugün',
cancel: 'İmtina',
clear: 'Təmizlə',
confirm: 'Təsdiqlə',
selectDate: 'Tarix seç',
selectTime: 'Saat seç',
startDate: 'Başlanğıc Tarixi',
startTime: 'Başlanğıc Saatı',
endDate: 'Bitmə Tarixi',
endTime: 'Bitmə Saatı',
prevYear: 'Öncəki il',
nextYear: 'Sonrakı il',
prevMonth: 'Öncəki ay',
nextMonth: 'Sonrakı ay',
year: '',
month1: 'Yanvar',
month2: 'Fevral',
month3: 'Mart',
month4: 'Aprel',
month5: 'May',
month6: 'İyun',
month7: 'İyul',
month8: 'Avqust',
month9: 'Sentyabr',
month10: 'Oktyabr',
month11: 'Noyabr',
month12: 'Dekabr',
week: 'həftə',
weeks: {
sun: 'Baz',
mon: 'B.e',
tue: 'Ç.a',
wed: 'Çər',
thu: 'C.a',
fri: 'Cüm',
sat: 'Şən',
},
months: {
jan: 'Yan',
feb: 'Fev',
mar: 'Mar',
apr: 'Apr',
may: 'May',
jun: 'İyn',
jul: 'İyl',
aug: 'Avq',
sep: 'Sen',
oct: 'Okt',
nov: 'Noy',
dec: 'Dek',
},
},
select: {
loading: 'Yüklənir',
noMatch: 'Nəticə tapılmadı',
noData: 'Məlumat yoxdur',
placeholder: 'Seç',
},
cascader: {
noMatch: 'Nəticə tapılmadı',
loading: 'Yüklənir',
placeholder: 'Seç',
noData: 'Məlumat yoxdur',
},
pagination: {
goto: 'Get',
pagesize: '/səhifə',
total: 'Toplam {total}',
pageClassifier: '',
page: 'Page', // to be translated
prev: 'Go to previous page', // to be translated
next: 'Go to next page', // to be translated
currentPage: 'page {pager}', // to be translated
prevPages: 'Previous {pager} pages', // to be translated
nextPages: 'Next {pager} pages', // to be translated
},
messagebox: {
title: 'Mesaj',
confirm: 'Təsdiqlə',
cancel: 'İmtina',
error: 'Səhv',
},
upload: {
deleteTip: 'Sürüşdürmədən sonra sil',
delete: 'Sil',
preview: 'Ön izlə',
continue: 'Davam et',
},
table: {
emptyText: 'Məlumat yoxdur',
confirmFilter: 'Təsdiqlə',
resetFilter: 'Sıfırla',
clearFilter: 'Bütün',
sumText: 'Cəmi',
},
tree: {
emptyText: 'Məlumat yoxdur',
},
transfer: {
noMatch: 'Nəticə tapılmadı',
noData: 'Məlumat yoxdur',
titles: ['Siyahı 1', 'Siyahı 2'],
filterPlaceholder: 'Kəlimələri daxil et',
noCheckedFormat: '{total} ədəd',
hasCheckedFormat: '{checked}/{total} seçildi',
},
image: {
error: 'SƏHV', // to be translated
},
pageHeader: {
title: 'Geri', // to be translated
},
popconfirm: {
confirmButtonText: 'Bəli', // to be translated
cancelButtonText: 'Xeyr', // to be translated
},
empty: {
description: 'Məlumat yoxdur',
},
carousel: {
leftArrow: 'Carousel arrow left', // to be translated
rightArrow: 'Carousel arrow right', // to be translated
indicator: 'Carousel switch to index {index}', // to be translated
},
},
}