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,52 @@
{
"year": {
"previous": "łoni",
"current": "lětosa",
"next": "znowa",
"past": "pśed {0} l.",
"future": "za {0} l."
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "pśed {0} kw.",
"future": "za {0} kw."
},
"month": {
"previous": "slědny mjasec",
"current": "ten mjasec",
"next": "pśiducy mjasec",
"past": "pśed {0} mjas.",
"future": "za {0} mjas."
},
"week": {
"previous": "slědny tyźeń",
"current": "ten tyźeń",
"next": "pśiducy tyźeń",
"past": "pśed {0} tyź.",
"future": "za {0} tyź."
},
"day": {
"previous": "cora",
"current": "źinsa",
"next": "witśe",
"past": "pśed {0} d",
"future": "za {0} ź"
},
"hour": {
"current": "this hour",
"past": "pśed {0} g",
"future": "za {0} g"
},
"minute": {
"current": "this minute",
"past": "pśed {0} m",
"future": "za {0} m"
},
"second": {
"current": "now",
"past": "pśed {0} s",
"future": "za {0} s"
}
}