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

54
node_modules/relative-time-format/locale/ja/long.json generated vendored Normal file
View File

@@ -0,0 +1,54 @@
{
"year": {
"previous": "昨年",
"current": "今年",
"next": "翌年",
"past": "{0} 年前",
"future": "{0} 年後"
},
"quarter": {
"previous": "前四半期",
"current": "今四半期",
"next": "翌四半期",
"past": "{0} 四半期前",
"future": "{0} 四半期後"
},
"month": {
"previous": "先月",
"current": "今月",
"next": "翌月",
"past": "{0} か月前",
"future": "{0} か月後"
},
"week": {
"previous": "先週",
"current": "今週",
"next": "翌週",
"past": "{0} 週間前",
"future": "{0} 週間後"
},
"day": {
"previous": "昨日",
"previous-2": "一昨日",
"current": "今日",
"next": "明日",
"next-2": "明後日",
"past": "{0} 日前",
"future": "{0} 日後"
},
"hour": {
"current": "1 時間以内",
"past": "{0} 時間前",
"future": "{0} 時間後"
},
"minute": {
"current": "1 分以内",
"past": "{0} 分前",
"future": "{0} 分後"
},
"second": {
"current": "今",
"past": "{0} 秒前",
"future": "{0} 秒後"
}
}