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

80
node_modules/relative-time-format/locale/pl/short.json generated vendored Normal file
View File

@@ -0,0 +1,80 @@
{
"year": {
"previous": "w zeszłym roku",
"current": "w tym roku",
"next": "w przyszłym roku",
"past": {
"one": "{0} rok temu",
"few": "{0} lata temu",
"many": "{0} lat temu",
"other": "{0} roku temu"
},
"future": {
"one": "za {0} rok",
"few": "za {0} lata",
"many": "za {0} lat",
"other": "za {0} roku"
}
},
"quarter": {
"previous": "w zeszłym kwartale",
"current": "w tym kwartale",
"next": "w przyszłym kwartale",
"past": "{0} kw. temu",
"future": "za {0} kw."
},
"month": {
"previous": "w zeszłym miesiącu",
"current": "w tym miesiącu",
"next": "w przyszłym miesiącu",
"past": "{0} mies. temu",
"future": "za {0} mies."
},
"week": {
"previous": "w zeszłym tygodniu",
"current": "w tym tygodniu",
"next": "w przyszłym tygodniu",
"past": {
"one": "{0} tydz. temu",
"other": "{0} tyg. temu"
},
"future": {
"one": "za {0} tydz.",
"other": "za {0} tyg."
}
},
"day": {
"previous": "wczoraj",
"previous-2": "przedwczoraj",
"current": "dzisiaj",
"next": "jutro",
"next-2": "pojutrze",
"past": {
"one": "{0} dzień temu",
"few": "{0} dni temu",
"many": "{0} dni temu",
"other": "{0} dnia temu"
},
"future": {
"one": "za {0} dzień",
"few": "za {0} dni",
"many": "za {0} dni",
"other": "za {0} dnia"
}
},
"hour": {
"current": "ta godzina",
"past": "{0} godz. temu",
"future": "za {0} godz."
},
"minute": {
"current": "ta minuta",
"past": "{0} min temu",
"future": "za {0} min"
},
"second": {
"current": "teraz",
"past": "{0} sek. temu",
"future": "za {0} sek."
}
}