dify/web/i18n/de-DE/time.json
Stephen Zhou 6d0e36479b
refactor(i18n): use JSON with flattened key and namespace (#30114)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-29 14:52:32 +08:00

33 lines
1007 B
JSON

{
"dateFormats.display": "MMMM D, YYYY",
"dateFormats.displayWithTime": "MMMM D, YYYY hh:mm A",
"dateFormats.input": "YYYY-MM-DD",
"dateFormats.output": "YYYY-MM-DD",
"dateFormats.outputWithTime": "YYYY-MM-DDTHH:mm:ss.SSSZ",
"daysInWeek.Fri": "Freitag",
"daysInWeek.Mon": "Mon",
"daysInWeek.Sat": "Sat",
"daysInWeek.Sun": "Sonne",
"daysInWeek.Thu": "Donnerstag",
"daysInWeek.Tue": "Tue",
"daysInWeek.Wed": "Mittwoch",
"defaultPlaceholder": "Wähle eine Zeit...",
"months.April": "April",
"months.August": "August",
"months.December": "Dezember",
"months.February": "Februar",
"months.January": "Januar",
"months.July": "Juli",
"months.June": "Juni",
"months.March": "März",
"months.May": "Mai",
"months.November": "November",
"months.October": "Oktober",
"months.September": "September",
"operation.cancel": "Stornieren",
"operation.now": "Jetzt",
"operation.ok": "OK",
"operation.pickDate": "Datum auswählen",
"title.pickTime": "Wähle Zeit"
}