fix time formats
This commit is contained in:
parent
cfb55594a5
commit
a32cd0a98c
28 changed files with 825 additions and 755 deletions
|
@ -265,38 +265,40 @@
|
|||
"select_all": "Vybrať všetko"
|
||||
},
|
||||
"time": {
|
||||
"day": "{0} deň",
|
||||
"days": "{0} dní",
|
||||
"day_short": "{0}d",
|
||||
"days_short": "{0}d",
|
||||
"hour": "{0} hodina",
|
||||
"hours": "{0} hodín",
|
||||
"hour_short": "{0}h",
|
||||
"hours_short": "{0}h",
|
||||
"in_future": "za {0}",
|
||||
"in_past": "pred {0}",
|
||||
"minute": "{0} minúta",
|
||||
"minutes": "{0} minút",
|
||||
"minute_short": "{0}min",
|
||||
"minutes_short": "{0}min",
|
||||
"month": "{0} mesiac",
|
||||
"months": "{0} mesiacov",
|
||||
"month_short": "{0}mes",
|
||||
"months_short": "{0}mes",
|
||||
"now": "práve teraz",
|
||||
"now_short": "teraz",
|
||||
"second": "{0} sekunda",
|
||||
"seconds": "{0} sekúnd",
|
||||
"second_short": "{0}s",
|
||||
"seconds_short": "{0}s",
|
||||
"week": "{0} týždeň",
|
||||
"weeks": "{0} týždňov",
|
||||
"week_short": "{0}t",
|
||||
"weeks_short": "{0}t",
|
||||
"year": "{0} rok",
|
||||
"years": "{0} rokov",
|
||||
"year_short": "{0}r",
|
||||
"years_short": "{0}r"
|
||||
"in_future": "za {0}",
|
||||
"in_past": "pred {0}",
|
||||
"unit": {
|
||||
"day": "{0} deň",
|
||||
"days": "{0} dní",
|
||||
"day_short": "{0}d",
|
||||
"days_short": "{0}d",
|
||||
"hour": "{0} hodina",
|
||||
"hours": "{0} hodín",
|
||||
"hour_short": "{0}h",
|
||||
"hours_short": "{0}h",
|
||||
"minute": "{0} minúta",
|
||||
"minutes": "{0} minút",
|
||||
"minute_short": "{0}min",
|
||||
"minutes_short": "{0}min",
|
||||
"month": "{0} mesiac",
|
||||
"months": "{0} mesiacov",
|
||||
"month_short": "{0}mes",
|
||||
"months_short": "{0}mes",
|
||||
"second": "{0} sekunda",
|
||||
"seconds": "{0} sekúnd",
|
||||
"second_short": "{0}s",
|
||||
"seconds_short": "{0}s",
|
||||
"week": "{0} týždeň",
|
||||
"weeks": "{0} týždňov",
|
||||
"week_short": "{0}t",
|
||||
"weeks_short": "{0}t",
|
||||
"year": "{0} rok",
|
||||
"years": "{0} rokov",
|
||||
"year_short": "{0}r",
|
||||
"years_short": "{0}r"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"collapse": "Zbaliť",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue