ant-design-blazor/components/locales/tr-TR.json
Andrzej Bakun 24d081ea8c fix(module: date-picker): Date picker blur/focus & regression tests (#1681)
* fix(module:datepicker): locale & blur issue fix

* tests(module:datepicker): add regression tests

* fix: focus is kept on picker false click & blur is applied when needed

* fix: tests
2021-06-28 11:28:18 +08:00

141 lines
3.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"locale": "tr-TR",
"Pagination": {
"items_per_page": "/ sayfa",
"jump_to": "Git",
"jump_to_confirm": "onayla",
"page": "",
"prev_page": "Önceki Sayfa",
"next_page": "Sonraki Sayfa",
"prev_5": "Önceki 5 Sayfa",
"next_5": "Sonraki 5 Sayfa",
"prev_3": "Önceki 3 Sayfa",
"next_3": "Sonraki 3 Sayfa"
},
"DatePicker": {
"lang": {
"placeholder": "Tarih Seç",
"rangePlaceholder": [ "Başlangıç Tarihi", "Bitiş Tarihi" ],
"locale": "tr_TR",
"today": "Bugün",
"now": "Şimdi",
"backToToday": "Bugüne Geri Dön",
"ok": "tamam",
"clear": "Temizle",
"month": "Ay",
"year": "Yıl",
"timeSelect": "Zaman Seç",
"dateSelect": "Tarih Seç",
"monthSelect": "Ay Seç",
"yearSelect": "Yıl Seç",
"decadeSelect": "On Yıl Seç",
"yearFormat": "yyyy",
"dateFormat": "M/d/yyyy",
"dayFormat": "d",
"dateTimeFormat": "M/d/yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "Önceki Ay (PageUp)",
"nextMonth": "Sonraki Ay (PageDown)",
"previousYear": "Önceki Yıl (Control + Sol)",
"nextYear": "Sonraki Yıl (Control + Sağ)",
"previousDecade": "Önceki On Yıl",
"nextDecade": "Sonraki On Yıl",
"previousCentury": "Önceki Yüzyıl",
"nextCentury": "Sonraki Yüzyıl"
},
"timePickerLocale": {
"placeholder": "Zaman Seç"
}
},
"TimePicker": {
"placeholder": "Zaman Seç"
},
"Calendar": {
"lang": {
"placeholder": "Tarih Seç",
"rangePlaceholder": [ "Başlangıç Tarihi", "Bitiş Tarihi" ],
"locale": "tr_TR",
"today": "Bugün",
"now": "Şimdi",
"backToToday": "Bugüne Geri Dön",
"ok": "tamam",
"clear": "Temizle",
"month": "Ay",
"year": "Yıl",
"timeSelect": "Zaman Seç",
"dateSelect": "Tarih Seç",
"monthSelect": "Ay Seç",
"yearSelect": "Yıl Seç",
"decadeSelect": "On Yıl Seç",
"yearFormat": "yyyy",
"dateFormat": "M/d/yyyy",
"dayFormat": "d",
"dateTimeFormat": "M/d/yyyy HH:mm:ss",
"monthBeforeYear": true,
"previousMonth": "Önceki Ay (PageUp)",
"nextMonth": "Sonraki Ay (PageDown)",
"previousYear": "Önceki Yıl (Control + Sol)",
"nextYear": "Sonraki Yıl (Control + Sağ)",
"previousDecade": "Önceki On Yıl",
"nextDecade": "Sonraki On Yıl",
"previousCentury": "Önceki Yüzyıl",
"nextCentury": "Sonraki Yüzyıl"
},
"timePickerLocale": {
"placeholder": "Zaman Seç"
}
},
"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",
"cancelText": "İptal"
},
"Confirm": {
"okText": "Tamam",
"cancelText": "İptal",
"yesText": "Evet",
"noText": "Hayır, hayır",
"retryText": "Yeniden dene",
"abortText": "Kes",
"ignoreText": "İhmal et"
},
"Popconfirm": {
"okText": "Tamam",
"cancelText": "İptal"
},
"Transfer": {
"titles": [ "", "" ],
"searchPlaceholder": "Arama",
"itemUnit": "Öğe",
"itemsUnit": "Öğeler"
},
"Upload": {
"uploading": "Yükleniyor...",
"removeFile": "Dosyayı kaldır",
"uploadError": "Yükleme Hatası",
"previewFile": "Dosyayı Önizle",
"downloadFile": "Dosyayı indir"
},
"Empty": {
"description": "Veri Yok"
},
"Icon": {
"icon": "icon"
},
"Text": {
"edit": "düzenle",
"copy": "kopyala",
"copied": "kopyalandı",
"expand": "genişlet"
}
}