You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/locale-provider/tr_TR.js

45 lines
1006 B

7 years ago
import Pagination from '../vc-pagination/locale/tr_TR'
import DatePicker from '../date-picker/locale/tr_TR'
import TimePicker from '../time-picker/locale/tr_TR'
import Calendar from '../calendar/locale/tr_TR'
7 years ago
export default {
7 years ago
locale: 'tr',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
7 years ago
Table: {
7 years ago
filterTitle: 'Menü Filtrele',
filterConfirm: 'Tamam',
filterReset: 'Sıfırla',
emptyText: 'Veri Yok',
selectAll: 'Hepsini Seç',
7 years ago
selectInvert: 'Tersini Seç',
7 years ago
},
7 years ago
Modal: {
7 years ago
okText: 'Tamam',
cancelText: 'İptal',
7 years ago
justOkText: 'Tamam',
7 years ago
},
7 years ago
Popconfirm: {
7 years ago
okText: 'Tamam',
7 years ago
cancelText: 'İptal',
7 years ago
},
7 years ago
Transfer: {
7 years ago
notFoundContent: 'Bulunamadı',
searchPlaceholder: 'Arama',
itemUnit: 'Öğe',
7 years ago
itemsUnit: 'Öğeler',
7 years ago
},
7 years ago
Select: {
notFoundContent: 'Bulunamadı',
7 years ago
},
7 years ago
Upload: {
7 years ago
uploading: 'Yükleniyor...',
removeFile: `Dosyayı kaldır`,
uploadError: 'Yükleme Hatası',
7 years ago
previewFile: `Dosyayı Önizle`,
},
}