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,72 @@
{
"year": {
"previous": "lañu pas.",
"current": "esti añu",
"next": "lañu vin.",
"past": {
"one": "hai {0} añu",
"other": "hai {0} años"
},
"future": {
"one": "en {0} añu",
"other": "en {0} años"
}
},
"quarter": {
"previous": "trim. ant.",
"current": "esti trim.",
"next": "trim. vin.",
"past": "hai {0} trim.",
"future": "en {0} trim."
},
"month": {
"previous": "mes pas.",
"current": "esti mes",
"next": "mes vin.",
"past": {
"one": "hai {0} mes",
"other": "hai {0} meses"
},
"future": {
"one": "en {0} mes",
"other": "en {0} meses"
}
},
"week": {
"previous": "selm. pasada",
"current": "esta selm.",
"next": "selm. viniente",
"past": "hai {0} selm.",
"future": "en {0} selm."
},
"day": {
"previous": "ayeri",
"previous-2": "antayeri",
"current": "güei",
"next": "mañana",
"next-2": "pasao mañana",
"past": {
"one": "hai {0} día",
"other": "hai {0} díes"
},
"future": {
"one": "en {0} día",
"other": "en {0} díes"
}
},
"hour": {
"current": "esta hora",
"past": "hai {0} h.",
"future": "en {0} h."
},
"minute": {
"current": "esti min.",
"past": "hai {0} min.",
"future": "en {0} min."
},
"second": {
"current": "agora",
"past": "hai {0} seg.",
"future": "en {0} seg."
}
}