UNPKG

1.08 kBJSONView Raw
1{
2 "locale": "ko",
3 "style": "short",
4 "year": {
5 "previous": "작년",
6 "current": "올해",
7 "next": "내년",
8 "past": "{0}년 전",
9 "future": "{0}년 후"
10 },
11 "quarter": {
12 "previous": "지난 분기",
13 "current": "이번 분기",
14 "next": "다음 분기",
15 "past": "{0}분기 전",
16 "future": "{0}분기 후"
17 },
18 "month": {
19 "previous": "지난달",
20 "current": "이번 달",
21 "next": "다음 달",
22 "past": "{0}개월 전",
23 "future": "{0}개월 후"
24 },
25 "week": {
26 "previous": "지난주",
27 "current": "이번 주",
28 "next": "다음 주",
29 "past": "{0}주 전",
30 "future": "{0}주 후"
31 },
32 "day": {
33 "previous": "어제",
34 "previous-2": "그저께",
35 "current": "오늘",
36 "next": "내일",
37 "next-2": "모레",
38 "past": "{0}일 전",
39 "future": "{0}일 후"
40 },
41 "hour": {
42 "current": "현재 시간",
43 "past": "{0}시간 전",
44 "future": "{0}시간 후"
45 },
46 "minute": {
47 "current": "현재 분",
48 "past": "{0}분 전",
49 "future": "{0}분 후"
50 },
51 "second": {
52 "current": "지금",
53 "past": "{0}초 전",
54 "future": "{0}초 후"
55 }
56}
\No newline at end of file