fix time formats
This commit is contained in:
parent
cfb55594a5
commit
a32cd0a98c
28 changed files with 825 additions and 755 deletions
|
@ -794,38 +794,40 @@
|
|||
"remote_user_resolver": "Résolution de compte distant"
|
||||
},
|
||||
"time": {
|
||||
"minutes_short": "{0}min",
|
||||
"second_short": "{0}s",
|
||||
"day": "{0} jour",
|
||||
"days": "{0} jours",
|
||||
"months": "{0} mois",
|
||||
"month_short": "{0}m",
|
||||
"months_short": "{0}m",
|
||||
"now": "tout de suite",
|
||||
"now_short": "maintenant",
|
||||
"second": "{0} seconde",
|
||||
"seconds": "{0} secondes",
|
||||
"seconds_short": "{0}s",
|
||||
"day_short": "{0}j",
|
||||
"days_short": "{0}j",
|
||||
"hour": "{0} heure",
|
||||
"hours": "{0} heures",
|
||||
"hour_short": "{0}h",
|
||||
"hours_short": "{0}h",
|
||||
"in_future": "dans {0}",
|
||||
"in_past": "il y a {0}",
|
||||
"minute": "{0} minute",
|
||||
"minutes": "{0} minutes",
|
||||
"minute_short": "{0}min",
|
||||
"month": "{0} mois",
|
||||
"week": "{0} semaine",
|
||||
"weeks": "{0} semaines",
|
||||
"week_short": "{0}s",
|
||||
"weeks_short": "{0}s",
|
||||
"year": "{0} année",
|
||||
"years": "{0} années",
|
||||
"year_short": "{0}a",
|
||||
"years_short": "{0}a"
|
||||
"unit": {
|
||||
"minutes_short": "{0}min",
|
||||
"second_short": "{0}s",
|
||||
"day": "{0} jour",
|
||||
"days": "{0} jours",
|
||||
"months": "{0} mois",
|
||||
"month_short": "{0}m",
|
||||
"months_short": "{0}m",
|
||||
"second": "{0} seconde",
|
||||
"seconds": "{0} secondes",
|
||||
"seconds_short": "{0}s",
|
||||
"day_short": "{0}j",
|
||||
"days_short": "{0}j",
|
||||
"hour": "{0} heure",
|
||||
"hours": "{0} heures",
|
||||
"hour_short": "{0}h",
|
||||
"hours_short": "{0}h",
|
||||
"minute": "{0} minute",
|
||||
"minutes": "{0} minutes",
|
||||
"minute_short": "{0}min",
|
||||
"month": "{0} mois",
|
||||
"week": "{0} semaine",
|
||||
"weeks": "{0} semaines",
|
||||
"week_short": "{0}s",
|
||||
"weeks_short": "{0}s",
|
||||
"year": "{0} année",
|
||||
"years": "{0} années",
|
||||
"year_short": "{0}a",
|
||||
"years_short": "{0}a"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"people": "Comptes",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue