mirror of https://github.com/langgenius/dify.git
43 lines
903 B
JSON
43 lines
903 B
JSON
{
|
|
"daysInWeek": {
|
|
"Thu": "Czw",
|
|
"Tue": "Wtorek",
|
|
"Mon": "Mon",
|
|
"Sun": "Słońce",
|
|
"Fri": "Wolny",
|
|
"Sat": "Sat",
|
|
"Wed": "Środa"
|
|
},
|
|
"months": {
|
|
"July": "lipiec",
|
|
"January": "Styczeń",
|
|
"August": "Sierpień",
|
|
"February": "Luty",
|
|
"October": "Październik",
|
|
"April": "Kwiecień",
|
|
"December": "Grudzień",
|
|
"March": "Marzec",
|
|
"May": "Maj",
|
|
"September": "Wrzesień",
|
|
"June": "Czerwiec",
|
|
"November": "Listopad"
|
|
},
|
|
"operation": {
|
|
"cancel": "Anuluj",
|
|
"pickDate": "Wybierz datę",
|
|
"now": "Teraz",
|
|
"ok": "OK"
|
|
},
|
|
"title": {
|
|
"pickTime": "Wybierz czas"
|
|
},
|
|
"defaultPlaceholder": "Wybierz czas...",
|
|
"dateFormats": {
|
|
"output": "RRRR-MM-DD",
|
|
"displayWithTime": "MMMM D, YYYY hh:mm A",
|
|
"display": "MMMM D, YYYY",
|
|
"input": "RRRR-MM-DD",
|
|
"outputWithTime": "RRRR-MM-DDTHH:mm:ss.SSSZ"
|
|
}
|
|
}
|