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

6
node_modules/relative-time-format/locale/ko/index.js generated vendored Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
locale: 'ko',
long: require('./long.json'),
short: require('./short.json'),
narrow: require('./narrow.json')
}

54
node_modules/relative-time-format/locale/ko/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": "현재 시간",
"past": "{0}시간 전",
"future": "{0}시간 후"
},
"minute": {
"current": "현재 분",
"past": "{0}분 전",
"future": "{0}분 후"
},
"second": {
"current": "지금",
"past": "{0}초 전",
"future": "{0}초 후"
}
}

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": "현재 시간",
"past": "{0}시간 전",
"future": "{0}시간 후"
},
"minute": {
"current": "현재 분",
"past": "{0}분 전",
"future": "{0}분 후"
},
"second": {
"current": "지금",
"past": "{0}초 전",
"future": "{0}초 후"
}
}

54
node_modules/relative-time-format/locale/ko/short.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": "현재 시간",
"past": "{0}시간 전",
"future": "{0}시간 후"
},
"minute": {
"current": "현재 분",
"past": "{0}분 전",
"future": "{0}분 후"
},
"second": {
"current": "지금",
"past": "{0}초 전",
"future": "{0}초 후"
}
}