UNPKG

3.67 kBJSONView Raw
1{
2 "locale": "ko",
3 "long": {
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 },
57 "short": {
58 "year": {
59 "previous": "작년",
60 "current": "올해",
61 "next": "내년",
62 "past": "{0}년 전",
63 "future": "{0}년 후"
64 },
65 "quarter": {
66 "previous": "지난 분기",
67 "current": "이번 분기",
68 "next": "다음 분기",
69 "past": "{0}분기 전",
70 "future": "{0}분기 후"
71 },
72 "month": {
73 "previous": "지난달",
74 "current": "이번 달",
75 "next": "다음 달",
76 "past": "{0}개월 전",
77 "future": "{0}개월 후"
78 },
79 "week": {
80 "previous": "지난주",
81 "current": "이번 주",
82 "next": "다음 주",
83 "past": "{0}주 전",
84 "future": "{0}주 후"
85 },
86 "day": {
87 "previous": "어제",
88 "previous-2": "그저께",
89 "current": "오늘",
90 "next": "내일",
91 "next-2": "모레",
92 "past": "{0}일 전",
93 "future": "{0}일 후"
94 },
95 "hour": {
96 "current": "현재 시간",
97 "past": "{0}시간 전",
98 "future": "{0}시간 후"
99 },
100 "minute": {
101 "current": "현재 분",
102 "past": "{0}분 전",
103 "future": "{0}분 후"
104 },
105 "second": {
106 "current": "지금",
107 "past": "{0}초 전",
108 "future": "{0}초 후"
109 }
110 },
111 "narrow": {
112 "year": {
113 "previous": "작년",
114 "current": "올해",
115 "next": "내년",
116 "past": "{0}년 전",
117 "future": "{0}년 후"
118 },
119 "quarter": {
120 "previous": "지난 분기",
121 "current": "이번 분기",
122 "next": "다음 분기",
123 "past": "{0}분기 전",
124 "future": "{0}분기 후"
125 },
126 "month": {
127 "previous": "지난달",
128 "current": "이번 달",
129 "next": "다음 달",
130 "past": "{0}개월 전",
131 "future": "{0}개월 후"
132 },
133 "week": {
134 "previous": "지난주",
135 "current": "이번 주",
136 "next": "다음 주",
137 "past": "{0}주 전",
138 "future": "{0}주 후"
139 },
140 "day": {
141 "previous": "어제",
142 "previous-2": "그저께",
143 "current": "오늘",
144 "next": "내일",
145 "next-2": "모레",
146 "past": "{0}일 전",
147 "future": "{0}일 후"
148 },
149 "hour": {
150 "current": "현재 시간",
151 "past": "{0}시간 전",
152 "future": "{0}시간 후"
153 },
154 "minute": {
155 "current": "현재 분",
156 "past": "{0}분 전",
157 "future": "{0}분 후"
158 },
159 "second": {
160 "current": "지금",
161 "past": "{0}초 전",
162 "future": "{0}초 후"
163 }
164 },
165 "now": {
166 "now": {
167 "current": "지금",
168 "future": "잠시 후",
169 "past": "방금"
170 }
171 },
172 "mini": {
173 "year": "{0}년",
174 "quarter": "{0}분기",
175 "month": "{0}개월",
176 "week": "{0}주",
177 "day": "{0}일",
178 "hour": "{0}시간",
179 "minute": "{0}분",
180 "second": "{0}초",
181 "now": "지금"
182 }
183}
\No newline at end of file