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,90 @@
{
"year": {
"previous": "last year",
"current": "this year",
"next": "next year",
"past": {
"one": "{0} an indaûr",
"other": "{0} agns indaûr"
},
"future": {
"one": "ca di {0} an",
"other": "ca di {0} agns"
}
},
"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": "{0} mês indaûr",
"future": "ca di {0} mês"
},
"week": {
"previous": "last week",
"current": "this week",
"next": "next week",
"past": {
"one": "{0} setemane indaûr",
"other": "{0} setemanis indaûr"
},
"future": {
"one": "ca di {0} setemane",
"other": "ca di {0} setemanis"
}
},
"day": {
"previous": "îr",
"previous-2": "îr laltri",
"current": "vuê",
"next": "doman",
"next-2": "passantdoman",
"past": {
"one": "{0} zornade indaûr",
"other": "{0} zornadis indaûr"
},
"future": {
"one": "ca di {0} zornade",
"other": "ca di {0} zornadis"
}
},
"hour": {
"current": "this hour",
"past": {
"one": "{0} ore indaûr",
"other": "{0} oris indaûr"
},
"future": {
"one": "ca di {0} ore",
"other": "ca di {0} oris"
}
},
"minute": {
"current": "this minute",
"past": {
"one": "{0} minût indaûr",
"other": "{0} minûts indaûr"
},
"future": {
"one": "ca di {0} minût",
"other": "ca di {0} minûts"
}
},
"second": {
"current": "now",
"past": {
"one": "{0} secont indaûr",
"other": "{0} seconts indaûr"
},
"future": {
"one": "ca di {0} secont",
"other": "ca di {0} seconts"
}
}
}