Merge pull request #15238 from codesignist/patch-2

Turkish translations of new components
This commit is contained in:
偏右 2019-03-06 23:39:34 +08:00 committed by GitHub
commit 7e48360c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,12 +9,16 @@ export default {
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'Lütfen seçiniz',
},
Table: {
filterTitle: 'Menü Filtrele',
filterConfirm: 'Tamam',
filterReset: 'Sıfırla',
selectAll: 'Hepsini Seç',
selectInvert: 'Tersini Seç',
sortTitle: 'Sırala',
},
Modal: {
okText: 'Tamam',
@ -26,6 +30,7 @@ export default {
cancelText: 'İptal',
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Arama',
itemUnit: 'Öğe',
itemsUnit: 'Öğeler',
@ -39,4 +44,13 @@ export default {
Empty: {
description: 'Veri Yok',
},
Icon: {
icon: 'icon',
},
Text: {
edit: 'düzenle',
copy: 'kopyala',
copied: 'kopyalandı',
expand: 'genişlet',
},
};