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,54 @@
{
"year": {
"previous": "añu pas.",
"current": "esti añu",
"next": "añu vin.",
"past": "hai {0} a.",
"future": "en {0} a."
},
"quarter": {
"previous": "trim. ant.",
"current": "esti trim.",
"next": "trim. vin.",
"past": "hai {0} tr.",
"future": "en {0} tr."
},
"month": {
"previous": "mes pas.",
"current": "esti mes",
"next": "mes vin.",
"past": "hai {0} m.",
"future": "en {0} m."
},
"week": {
"previous": "selm. pas.",
"current": "esta selm.",
"next": "selm. vin.",
"past": "hai {0} se.",
"future": "en {0} se."
},
"day": {
"previous": "ayeri",
"previous-2": "antay.",
"current": "güei",
"next": "mañ.",
"next-2": "p. mañ.",
"past": "hai {0} d.",
"future": "en {0} d."
},
"hour": {
"current": "esta h.",
"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} s.",
"future": "en {0} s."
}
}