Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
54
node_modules/relative-time-format/locale/fr/short.json
generated
vendored
Normal file
54
node_modules/relative-time-format/locale/fr/short.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"year": {
|
||||
"previous": "l’année dernière",
|
||||
"current": "cette année",
|
||||
"next": "l’année prochaine",
|
||||
"past": "il y a {0} a",
|
||||
"future": "dans {0} a"
|
||||
},
|
||||
"quarter": {
|
||||
"previous": "le trimestre dernier",
|
||||
"current": "ce trimestre",
|
||||
"next": "le trimestre prochain",
|
||||
"past": "il y a {0} trim.",
|
||||
"future": "dans {0} trim."
|
||||
},
|
||||
"month": {
|
||||
"previous": "le mois dernier",
|
||||
"current": "ce mois-ci",
|
||||
"next": "le mois prochain",
|
||||
"past": "il y a {0} m.",
|
||||
"future": "dans {0} m."
|
||||
},
|
||||
"week": {
|
||||
"previous": "la semaine dernière",
|
||||
"current": "cette semaine",
|
||||
"next": "la semaine prochaine",
|
||||
"past": "il y a {0} sem.",
|
||||
"future": "dans {0} sem."
|
||||
},
|
||||
"day": {
|
||||
"previous": "hier",
|
||||
"previous-2": "avant-hier",
|
||||
"current": "aujourd’hui",
|
||||
"next": "demain",
|
||||
"next-2": "après-demain",
|
||||
"past": "il y a {0} j",
|
||||
"future": "dans {0} j"
|
||||
},
|
||||
"hour": {
|
||||
"current": "cette heure-ci",
|
||||
"past": "il y a {0} h",
|
||||
"future": "dans {0} h"
|
||||
},
|
||||
"minute": {
|
||||
"current": "cette minute-ci",
|
||||
"past": "il y a {0} min",
|
||||
"future": "dans {0} min"
|
||||
},
|
||||
"second": {
|
||||
"current": "maintenant",
|
||||
"past": "il y a {0} s",
|
||||
"future": "dans {0} s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user