mirror of https://github.com/langgenius/dify.git
43 lines
903 B
JSON
43 lines
903 B
JSON
{
|
|
"daysInWeek": {
|
|
"Sun": "Sol",
|
|
"Thu": "Jue",
|
|
"Tue": "Mar",
|
|
"Sat": "Sáb",
|
|
"Mon": "Mon",
|
|
"Fri": "Viernes",
|
|
"Wed": "Miércoles"
|
|
},
|
|
"months": {
|
|
"August": "Agosto",
|
|
"September": "Septiembre",
|
|
"April": "Abril",
|
|
"February": "Febrero",
|
|
"January": "Enero",
|
|
"November": "Noviembre",
|
|
"October": "octubre",
|
|
"May": "Mayo",
|
|
"June": "Junio",
|
|
"December": "Diciembre",
|
|
"July": "Julio",
|
|
"March": "Marzo"
|
|
},
|
|
"operation": {
|
|
"ok": "De acuerdo",
|
|
"pickDate": "Seleccionar fecha",
|
|
"cancel": "Cancelar",
|
|
"now": "Ahora"
|
|
},
|
|
"title": {
|
|
"pickTime": "Elegir hora"
|
|
},
|
|
"defaultPlaceholder": "Elige una hora...",
|
|
"dateFormats": {
|
|
"input": "AAAA-MM-DD",
|
|
"output": "AAAA-MM-DD",
|
|
"display": "MMMM D, AAAA",
|
|
"outputWithTime": "AAAA-MM-DDTHH:mm:ss.SSSZ",
|
|
"displayWithTime": "MMMM D, YYYY hh:mm A"
|
|
}
|
|
}
|