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,87 @@
{
"year": {
"previous": "last year",
"current": "this year",
"next": "next year",
"past": {
"one": "vor {0} jár",
"other": "cor {0} jár"
},
"future": "I {0} jár"
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": "-{0} Q",
"future": "+{0} Q"
},
"month": {
"previous": "last month",
"current": "this month",
"next": "next month",
"past": "vor {0} mánet",
"future": "I {0} mánet"
},
"week": {
"previous": "last week",
"current": "this week",
"next": "next week",
"past": {
"one": "vor {0} wuča",
"other": "cor {0} wučä"
},
"future": {
"one": "i {0} wuča",
"other": "i {0} wučä"
}
},
"day": {
"previous": "Gešter",
"previous-2": "Vorgešter",
"current": "Hitte",
"next": "Móre",
"next-2": "Ubermóre",
"past": {
"one": "vor {0} tag",
"other": "vor {0} täg"
},
"future": {
"one": "i {0} tag",
"other": "i {0} täg"
}
},
"hour": {
"current": "this hour",
"past": {
"one": "vor {0} stund",
"other": "vor {0} stunde"
},
"future": {
"one": "i {0} stund",
"other": "i {0} stunde"
}
},
"minute": {
"current": "this minute",
"past": {
"one": "vor {0} minüta",
"other": "vor {0} minüte"
},
"future": {
"one": "i {0} minüta",
"other": "i {0} minüte"
}
},
"second": {
"current": "now",
"past": {
"one": "vor {0} sekund",
"other": "vor {0} sekunde"
},
"future": {
"one": "i {0} sekund",
"other": "i {0} sekunde"
}
}
}