fix time formats
This commit is contained in:
parent
cfb55594a5
commit
a32cd0a98c
28 changed files with 825 additions and 755 deletions
|
@ -791,38 +791,40 @@
|
|||
"plus_more": "+{number} pli"
|
||||
},
|
||||
"time": {
|
||||
"years_short": "{0}j",
|
||||
"year_short": "{0}j",
|
||||
"years": "{0} jaroj",
|
||||
"year": "{0} jaro",
|
||||
"weeks_short": "{0}s",
|
||||
"week_short": "{0}s",
|
||||
"weeks": "{0} semajnoj",
|
||||
"week": "{0} semajno",
|
||||
"seconds_short": "{0}sek",
|
||||
"second_short": "{0}sek",
|
||||
"seconds": "{0} sekundoj",
|
||||
"second": "{0} sekundo",
|
||||
"now_short": "nun",
|
||||
"now": "ĵus",
|
||||
"months_short": "{0}m",
|
||||
"month_short": "{0}m",
|
||||
"months": "{0} monatoj",
|
||||
"month": "{0} monato",
|
||||
"minutes_short": "{0}min",
|
||||
"minute_short": "{0}min",
|
||||
"minutes": "{0} minutoj",
|
||||
"minute": "{0} minuto",
|
||||
"in_past": "antaŭ {0}",
|
||||
"in_future": "post {0}",
|
||||
"hours_short": "{0}hor",
|
||||
"hour_short": "{0}hor",
|
||||
"hours": "{0} horoj",
|
||||
"hour": "{0} horo",
|
||||
"days_short": "{0}t",
|
||||
"day_short": "{0}t",
|
||||
"days": "{0} tagoj",
|
||||
"day": "{0} tago"
|
||||
"unit": {
|
||||
"years_short": "{0}j",
|
||||
"year_short": "{0}j",
|
||||
"years": "{0} jaroj",
|
||||
"year": "{0} jaro",
|
||||
"weeks_short": "{0}s",
|
||||
"week_short": "{0}s",
|
||||
"weeks": "{0} semajnoj",
|
||||
"week": "{0} semajno",
|
||||
"seconds_short": "{0}sek",
|
||||
"second_short": "{0}sek",
|
||||
"seconds": "{0} sekundoj",
|
||||
"second": "{0} sekundo",
|
||||
"months_short": "{0}m",
|
||||
"month_short": "{0}m",
|
||||
"months": "{0} monatoj",
|
||||
"month": "{0} monato",
|
||||
"minutes_short": "{0}min",
|
||||
"minute_short": "{0}min",
|
||||
"minutes": "{0} minutoj",
|
||||
"minute": "{0} minuto",
|
||||
"hours_short": "{0}hor",
|
||||
"hour_short": "{0}hor",
|
||||
"hours": "{0} horoj",
|
||||
"hour": "{0} horo",
|
||||
"days_short": "{0}t",
|
||||
"day_short": "{0}t",
|
||||
"days": "{0} tagoj",
|
||||
"day": "{0} tago"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"people": "Personoj",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue