Browse Source
Merge pull request #15238 from codesignist/patch-2
Turkish translations of new components
pull/15242/head
偏右
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
14 additions and
0 deletions
-
components/locale-provider/tr_TR.tsx
|
|
@ -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', |
|
|
|
}, |
|
|
|
}; |
|
|
|