1 line
8.9 KiB
Plaintext
1 line
8.9 KiB
Plaintext
|
|
{"version":3,"file":"tr.min.mjs","sources":["../../../../packages/locale/lang/tr.ts"],"sourcesContent":["export default {\n name: 'tr',\n el: {\n breadcrumb: {\n label: 'Breadcrumb', // to be translated\n },\n colorpicker: {\n confirm: 'Onayla',\n clear: 'Temizle',\n defaultLabel: 'color picker', // to be translated\n description:\n 'current color is {color}. press enter to select a new color.', // to be translated\n alphaLabel: 'pick alpha value', // to be translated\n alphaDescription: 'alpha {alpha}, current color is {color}', // to be translated\n hueLabel: 'pick hue value', // to be translated\n hueDescription: 'hue {hue}, current color is {color}', // to be translated\n },\n datepicker: {\n now: 'Şimdi',\n today: 'Bugün',\n cancel: 'İptal',\n clear: 'Temizle',\n confirm: 'Onayla',\n dateTablePrompt:\n 'Use the arrow keys and enter to select the day of the month', // to be translated\n monthTablePrompt: 'Use the arrow keys and enter to select the month', // to be translated\n yearTablePrompt: 'Use the arrow keys and enter to select the year', // to be translated\n selectedDate: 'Selected date', // to be translated\n selectDate: 'Tarih seç',\n selectTime: 'Saat seç',\n startDate: 'Başlangıç Tarihi',\n startTime: 'Başlangıç Saati',\n endDate: 'Bitiş Tarihi',\n endTime: 'Bitiş Saati',\n prevYear: 'Önceki Yıl',\n nextYear: 'Sonraki Yıl',\n prevMonth: 'Önceki Ay',\n nextMonth: 'Sonraki Ay',\n year: '',\n month1: 'Ocak',\n month2: 'Şubat',\n month3: 'Mart',\n month4: 'Nisan',\n month5: 'Mayıs',\n month6: 'Haziran',\n month7: 'Temmuz',\n month8: 'Ağustos',\n month9: 'Eylül',\n month10: 'Ekim',\n month11: 'Kasım',\n month12: 'Aralık',\n weeks: {\n sun: 'Paz',\n mon: 'Pzt',\n tue: 'Sal',\n wed: 'Çar',\n thu: 'Per',\n fri: 'Cum',\n sat: 'Cmt',\n },\n weeksFull: {\n sun: 'Sunday', // to be translated\n mon: 'Monday', // to be translated\n tue: 'Tuesday', // to be translated\n wed: 'Wednesday', // to be translated\n thu: 'Thursday', // to be translated\n fri: 'Friday', // to be translated\n sat: 'Saturday', // to be translated\n },\n months: {\n jan: 'Oca',\n feb: 'Şub',\n mar: 'Mar',\n apr: 'Nis',\n may: 'May',\n jun: 'Haz',\n jul: 'Tem',\n aug: 'Ağu',\n sep: 'Eyl',\n oct: 'Eki',\n nov: 'Kas',\n dec: 'Ara',\n },\n },\n inputNumber: {\n decrease: 'decrease number', // to be translated\n increase: 'increase number', // to be translated\n },\n select: {\n loading: 'Yükleniyor',\n noMatch: 'Eşleşen veri bulunamadı',\n noData: 'Veri yok',\n placeholder: 'Seç',\n },\n mention: {\n loading: 'Yükleniyor',\n },\n dropdown: {\n toggleDropdown: 'Toggle Dropdown', // to be translated\n },\n cascader: {\n noMatch: 'Eşleşen veri bulunamadı',\n loading: 'Yükleniyor',\n placeholder: 'Seç',\n noData: 'Veri yok',\n },\n pagination: {\n goto: 'Git',\n pagesize: '/sayfa',\n total: 'Toplam {total}',\n pageClassifier: '',\n page: 'Page', // to be translated\n prev: 'Go to previous page', // to be translated\n next: 'Go to next page', // to be translated\n currentPage: 'page {pager}', // to be translated\n prevPages: 'Previous {pager} pages', // to be translated\n nextPages: 'Next {pager} pages', // to be translated\n deprecationWarning:\n 'Deprecated usages detected, please refer to the el-pagination documentation for more details', // to be translated\n },\n dialog: {\n close: 'Close this dialog', // to be translated\n },\n drawer: {\n close: 'Close this dialog', // to be translated\n },\n
|