Files
dify/web/i18n/tr-TR/time.ts
2025-08-10 11:17:14 +08:00

45 lines
875 B
TypeScript
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.

const translation = {
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',
},
}
export default translation