mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
Merge pull request #15238 from codesignist/patch-2
Turkish translations of new components
This commit is contained in:
commit
7e48360c85
@ -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',
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user