Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

View File

@@ -0,0 +1,96 @@
{
"year": {
"previous": "lannée dernière",
"current": "cette année",
"next": "lannée prochaine",
"past": {
"one": "Il y a {0} an",
"other": "Il y a {0} ans"
},
"future": {
"one": "Dans {0} an",
"other": "Dans {0} ans"
}
},
"quarter": {
"previous": "le trimestre dernier",
"current": "ce trimestre-ci",
"next": "le trimestre prochain",
"past": {
"one": "il y a {0} trimestre",
"other": "il y a {0} trimestres"
},
"future": {
"one": "dans {0} trimestre",
"other": "dans {0} trimestres"
}
},
"month": {
"previous": "le mois dernier",
"current": "ce mois-ci",
"next": "le mois prochain",
"past": "il y a {0} mois",
"future": "dans {0} mois"
},
"week": {
"previous": "la semaine dernière",
"current": "cette semaine",
"next": "la semaine prochaine",
"past": {
"one": "il y a {0} semaine",
"other": "il y a {0} semaines"
},
"future": {
"one": "dans {0} semaine",
"other": "dans {0} semaines"
}
},
"day": {
"previous": "hier",
"previous-2": "avant-hier",
"current": "aujourdhui",
"next": "demain",
"next-2": "après-demain",
"past": {
"one": "il y a {0} jour",
"other": "il y a {0} jours"
},
"future": {
"one": "dans {0} jour",
"other": "dans {0} jours"
}
},
"hour": {
"current": "cette heure-ci",
"past": {
"one": "il y a {0} heure",
"other": "il y a {0} heures"
},
"future": {
"one": "dans {0} heure",
"other": "dans {0} heures"
}
},
"minute": {
"current": "cette minute-ci",
"past": {
"one": "il y a {0} minute",
"other": "il y a {0} minutes"
},
"future": {
"one": "dans {0} minute",
"other": "dans {0} minutes"
}
},
"second": {
"current": "maintenant",
"past": {
"one": "il y a {0} seconde",
"other": "il y a {0} secondes"
},
"future": {
"one": "dans {0} seconde",
"other": "dans {0} secondes"
}
}
}