Skip to content

Commit

Permalink
Merge pull request #15238 from codesignist/patch-2
Browse files Browse the repository at this point in the history
Turkish translations of new components
  • Loading branch information
afc163 committed Mar 6, 2019
2 parents 3fbeff3 + 01b8c2f commit 7e48360
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/locale-provider/tr_TR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -26,6 +30,7 @@ export default {
cancelText: 'İptal',
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Arama',
itemUnit: 'Öğe',
itemsUnit: 'Öğeler',
Expand All @@ -39,4 +44,13 @@ export default {
Empty: {
description: 'Veri Yok',
},
Icon: {
icon: 'icon',
},
Text: {
edit: 'düzenle',
copy: 'kopyala',
copied: 'kopyalandı',
expand: 'genişlet',
},
};

2 comments on commit 7e48360

@zombieJ
Copy link
Member

@zombieJ zombieJ commented on 7e48360 Mar 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

诡异,CI 挂了

@afc163
Copy link
Member Author

@afc163 afc163 commented on 7e48360 Mar 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.