ant-design-blazor/components/locales/tr-TR.json
zxyao 1bdece0ea8 feat(module: modal): add locale for Modal and Confirm (#932)
* feat(module: modal): add Modal locale

* feat(module: confirm): locale support for zh-cn, en-us

* docs: add the demo of override locale's custom text

* feat: locale's json files add confirm configuration

* fix: custom ButtonProps override Button[1,2,3]Text or OK(Cancel)Text

* docs: using InvokeAsync to invoke StateHasChanged

* docs(module: modal): add override locale de
2020-12-29 23:34: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",
"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"
}
}