dify/web/i18n/tr-TR/time.json

43 lines
891 B
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.

{
"daysInWeek": {
"Sat": "Sat",
"Thu": "Perşembe",
"Tue": "Salı",
"Mon": "Mon",
"Sun": "Güneş",
"Fri": "Cuma",
"Wed": "Çarşamba"
},
"months": {
"March": "Mart",
"December": "Aralık",
"October": "Ekim",
"September": "Eylül",
"July": "Temmuz",
"August": "Ağustos",
"June": "Haziran",
"November": "Kasım",
"February": "Şubat",
"April": "Nisan",
"May": "Mayıs",
"January": "Ocak"
},
"operation": {
"cancel": "İptal",
"now": "Şimdi",
"pickDate": "Tarih Seç",
"ok": "Tamam"
},
"title": {
"pickTime": "Zamanı Seç"
},
"defaultPlaceholder": "Bir zaman seç...",
"dateFormats": {
"displayWithTime": "MMMM D, YYYY hh:mm A",
"output": "YYYY-AA-GG",
"display": "MMMM D, YYYY",
"outputWithTime": "YYYY-AA-GGSS:DD:DDS.SSSZ",
"input": "YYYY-AA-GG"
}
}