mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 11:37:11 +08:00
43 lines
899 B
JSON
43 lines
899 B
JSON
{
|
|
"daysInWeek": {
|
|
"Sat": "Sat",
|
|
"Fri": "Freitag",
|
|
"Thu": "Donnerstag",
|
|
"Tue": "Tue",
|
|
"Sun": "Sonne",
|
|
"Mon": "Mon",
|
|
"Wed": "Mittwoch"
|
|
},
|
|
"months": {
|
|
"August": "August",
|
|
"March": "März",
|
|
"January": "Januar",
|
|
"June": "Juni",
|
|
"July": "Juli",
|
|
"November": "November",
|
|
"September": "September",
|
|
"April": "April",
|
|
"February": "Februar",
|
|
"May": "Mai",
|
|
"December": "Dezember",
|
|
"October": "Oktober"
|
|
},
|
|
"operation": {
|
|
"pickDate": "Datum auswählen",
|
|
"ok": "OK",
|
|
"cancel": "Stornieren",
|
|
"now": "Jetzt"
|
|
},
|
|
"title": {
|
|
"pickTime": "Wähle Zeit"
|
|
},
|
|
"defaultPlaceholder": "Wähle eine Zeit...",
|
|
"dateFormats": {
|
|
"displayWithTime": "MMMM D, YYYY hh:mm A",
|
|
"output": "YYYY-MM-DD",
|
|
"display": "MMMM D, YYYY",
|
|
"input": "YYYY-MM-DD",
|
|
"outputWithTime": "YYYY-MM-DDTHH:mm:ss.SSSZ"
|
|
}
|
|
}
|