mirror of
https://github.com/langgenius/dify.git
synced 2026-04-10 03:33:37 +08:00
43 lines
863 B
JSON
43 lines
863 B
JSON
{
|
|
"daysInWeek": {
|
|
"Sun": "Sun",
|
|
"Mon": "Mon",
|
|
"Tue": "Tue",
|
|
"Wed": "Wed",
|
|
"Thu": "Thu",
|
|
"Fri": "Fri",
|
|
"Sat": "Sat"
|
|
},
|
|
"months": {
|
|
"January": "January",
|
|
"February": "February",
|
|
"March": "March",
|
|
"April": "April",
|
|
"May": "May",
|
|
"June": "June",
|
|
"July": "July",
|
|
"August": "August",
|
|
"September": "September",
|
|
"October": "October",
|
|
"November": "November",
|
|
"December": "December"
|
|
},
|
|
"operation": {
|
|
"now": "Now",
|
|
"ok": "OK",
|
|
"cancel": "Cancel",
|
|
"pickDate": "Pick Date"
|
|
},
|
|
"title": {
|
|
"pickTime": "Pick Time"
|
|
},
|
|
"defaultPlaceholder": "Pick a time...",
|
|
"dateFormats": {
|
|
"display": "MMMM D, YYYY",
|
|
"displayWithTime": "MMMM D, YYYY hh:mm A",
|
|
"input": "YYYY-MM-DD",
|
|
"output": "YYYY-MM-DD",
|
|
"outputWithTime": "YYYY-MM-DDTHH:mm:ss.SSSZ"
|
|
}
|
|
}
|