fix time formats
This commit is contained in:
parent
cfb55594a5
commit
a32cd0a98c
28 changed files with 825 additions and 755 deletions
|
@ -605,38 +605,40 @@
|
|||
"mentions_new_place": "Situa las menciones en una línea separada"
|
||||
},
|
||||
"time": {
|
||||
"day": "{0} día",
|
||||
"days": "{0} días",
|
||||
"day_short": "{0}d",
|
||||
"days_short": "{0}d",
|
||||
"hour": "{0} hora",
|
||||
"hours": "{0} horas",
|
||||
"hour_short": "{0}h",
|
||||
"hours_short": "{0}h",
|
||||
"in_future": "en {0}",
|
||||
"in_past": "hace {0}",
|
||||
"minute": "{0} minuto",
|
||||
"minutes": "{0} minutos",
|
||||
"minute_short": "{0}min",
|
||||
"minutes_short": "{0}min",
|
||||
"month": "{0} mes",
|
||||
"months": "{0} meses",
|
||||
"month_short": "{0}m",
|
||||
"months_short": "{0}m",
|
||||
"now": "justo ahora",
|
||||
"now_short": "ahora",
|
||||
"second": "{0} segundo",
|
||||
"seconds": "{0} segundos",
|
||||
"second_short": "{0}s",
|
||||
"seconds_short": "{0}s",
|
||||
"week": "{0} semana",
|
||||
"weeks": "{0} semanas",
|
||||
"week_short": "{0}sem",
|
||||
"weeks_short": "{0}sem",
|
||||
"year": "{0} año",
|
||||
"years": "{0} años",
|
||||
"year_short": "{0}a",
|
||||
"years_short": "{0}a"
|
||||
"in_future": "en {0}",
|
||||
"in_past": "hace {0}",
|
||||
"unit": {
|
||||
"day": "{0} día",
|
||||
"days": "{0} días",
|
||||
"day_short": "{0}d",
|
||||
"days_short": "{0}d",
|
||||
"hour": "{0} hora",
|
||||
"hours": "{0} horas",
|
||||
"hour_short": "{0}h",
|
||||
"hours_short": "{0}h",
|
||||
"minute": "{0} minuto",
|
||||
"minutes": "{0} minutos",
|
||||
"minute_short": "{0}min",
|
||||
"minutes_short": "{0}min",
|
||||
"month": "{0} mes",
|
||||
"months": "{0} meses",
|
||||
"month_short": "{0}m",
|
||||
"months_short": "{0}m",
|
||||
"second": "{0} segundo",
|
||||
"seconds": "{0} segundos",
|
||||
"second_short": "{0}s",
|
||||
"seconds_short": "{0}s",
|
||||
"week": "{0} semana",
|
||||
"weeks": "{0} semanas",
|
||||
"week_short": "{0}sem",
|
||||
"weeks_short": "{0}sem",
|
||||
"year": "{0} año",
|
||||
"years": "{0} años",
|
||||
"year_short": "{0}a",
|
||||
"years_short": "{0}a"
|
||||
}
|
||||
},
|
||||
"timeline": {
|
||||
"collapse": "Colapsar",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue