ant-design-blazor/components/locales/tr-TR.json
Andrzej Bakun dcbaecc919 fix(module: date-picker): incorrect date format strings (#1097)
* fix(module:datepicker): incorrect date format strings fix

culture set takes effect
fallback to default local when locale json does not exist

* fix(module:datepicker): do not replace Locale if is set in attribute
2021-02-05 16:50:12 +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",
"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"
}
}