]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | // © 2016 and later: Unicode, Inc. and others. |
2 | // License & terms of use: http://www.unicode.org/copyright.html#License | |
b331163b | 3 | ko{ |
3d1f044b | 4 | Version{"2.1.49.82"} |
b331163b A |
5 | durationUnits{ |
6 | hm{"h:mm"} | |
7 | hms{"h:mm:ss"} | |
8 | ms{"m:ss"} | |
9 | } | |
10 | units{ | |
11 | acceleration{ | |
12 | g-force{ | |
13 | dnam{"중력가속도"} | |
14 | other{"{0} 중력가속도"} | |
15 | } | |
16 | meter-per-second-squared{ | |
2ca993e8 A |
17 | dnam{"제곱 초당 미터"} |
18 | other{"{0}제곱 초당 미터"} | |
b331163b A |
19 | } |
20 | } | |
21 | angle{ | |
22 | arc-minute{ | |
23 | dnam{"분각"} | |
24 | other{"{0}분각"} | |
25 | } | |
26 | arc-second{ | |
27 | dnam{"각초"} | |
28 | other{"{0}각초"} | |
29 | } | |
30 | degree{ | |
31 | dnam{"도"} | |
32 | other{"{0}도"} | |
33 | } | |
34 | radian{ | |
35 | dnam{"라디안"} | |
36 | other{"{0}라디안"} | |
37 | } | |
2ca993e8 A |
38 | revolution{ |
39 | dnam{"회전"} | |
40 | other{"{0}회전"} | |
41 | } | |
b331163b A |
42 | } |
43 | area{ | |
44 | acre{ | |
45 | dnam{"에이커"} | |
46 | other{"{0}에이커"} | |
47 | } | |
3d1f044b A |
48 | dunam{ |
49 | dnam{"두남"} | |
50 | other{"{0}두남"} | |
51 | } | |
b331163b A |
52 | hectare{ |
53 | dnam{"헥타르"} | |
54 | other{"{0}헥타르"} | |
55 | } | |
56 | square-centimeter{ | |
57 | dnam{"제곱센티미터"} | |
58 | other{"{0}제곱센티미터"} | |
2ca993e8 | 59 | per{"제곱센티미터당 {0}"} |
b331163b A |
60 | } |
61 | square-foot{ | |
62 | dnam{"제곱피트"} | |
63 | other{"{0}제곱피트"} | |
64 | } | |
65 | square-inch{ | |
66 | dnam{"제곱인치"} | |
67 | other{"{0}제곱인치"} | |
2ca993e8 | 68 | per{"제곱인치당 {0}"} |
b331163b A |
69 | } |
70 | square-kilometer{ | |
71 | dnam{"제곱킬로미터"} | |
72 | other{"{0}제곱킬로미터"} | |
f3c0d7a5 | 73 | per{"제곱킬로미터당 {0}"} |
b331163b A |
74 | } |
75 | square-meter{ | |
76 | dnam{"제곱미터"} | |
77 | other{"{0}제곱미터"} | |
2ca993e8 | 78 | per{"제곱미터당 {0}"} |
b331163b A |
79 | } |
80 | square-mile{ | |
81 | dnam{"제곱마일"} | |
82 | other{"{0}제곱마일"} | |
f3c0d7a5 | 83 | per{"제곱마일당 {0}"} |
b331163b A |
84 | } |
85 | square-yard{ | |
86 | dnam{"제곱야드"} | |
87 | other{"{0}제곱야드"} | |
88 | } | |
89 | } | |
90 | compound{ | |
91 | per{"{1}당 {0}"} | |
92 | } | |
2ca993e8 A |
93 | concentr{ |
94 | karat{ | |
95 | dnam{"캐럿"} | |
96 | other{"{0}캐럿"} | |
97 | } | |
f3c0d7a5 A |
98 | milligram-per-deciliter{ |
99 | dnam{"데시리터당 밀리그램"} | |
100 | other{"데시리터당 {0}밀리그램"} | |
101 | } | |
102 | millimole-per-liter{ | |
103 | dnam{"리터당 밀리몰"} | |
104 | other{"리터당 {0}밀리몰"} | |
105 | } | |
3d1f044b A |
106 | mole{ |
107 | dnam{"몰"} | |
108 | other{"{0}몰"} | |
109 | } | |
f3c0d7a5 A |
110 | part-per-million{ |
111 | dnam{"ppm"} | |
0f5d89e8 | 112 | other{"{0}ppm"} |
f3c0d7a5 | 113 | } |
3d1f044b A |
114 | permyriad{ |
115 | dnam{"‱"} | |
116 | other{"{0}‱"} | |
117 | } | |
2ca993e8 | 118 | } |
b331163b | 119 | consumption{ |
2ca993e8 A |
120 | liter-per-100kilometers{ |
121 | dnam{"100킬로미터당 리터"} | |
122 | other{"100킬로미터당 {0}리터"} | |
123 | } | |
b331163b A |
124 | liter-per-kilometer{ |
125 | dnam{"킬로미터당 리터"} | |
126 | other{"킬로미터당 {0}리터"} | |
127 | } | |
128 | mile-per-gallon{ | |
129 | dnam{"갤런당 마일"} | |
130 | other{"갤런당 {0}마일"} | |
131 | } | |
f3c0d7a5 A |
132 | mile-per-gallon-imperial{ |
133 | dnam{"영국식 갤런당 마일"} | |
134 | other{"영국식 갤런당 {0}마일"} | |
135 | } | |
b331163b | 136 | } |
2ca993e8 | 137 | coordinate{ |
3d1f044b | 138 | dnam{"방향"} |
2ca993e8 A |
139 | east{"동경 {0}"} |
140 | north{"북위 {0}"} | |
141 | south{"남위 {0}"} | |
142 | west{"서경 {0}"} | |
143 | } | |
b331163b A |
144 | digital{ |
145 | bit{ | |
146 | dnam{"비트"} | |
147 | other{"{0}비트"} | |
148 | } | |
149 | byte{ | |
150 | dnam{"바이트"} | |
151 | other{"{0}바이트"} | |
152 | } | |
153 | gigabit{ | |
154 | dnam{"기가비트"} | |
155 | other{"{0}기가비트"} | |
156 | } | |
157 | gigabyte{ | |
158 | dnam{"기가바이트"} | |
159 | other{"{0}기가바이트"} | |
160 | } | |
161 | kilobit{ | |
162 | dnam{"킬로비트"} | |
163 | other{"{0}킬로비트"} | |
164 | } | |
165 | kilobyte{ | |
166 | dnam{"킬로바이트"} | |
167 | other{"{0}킬로바이트"} | |
168 | } | |
169 | megabit{ | |
170 | dnam{"메가비트"} | |
171 | other{"{0}메가비트"} | |
172 | } | |
173 | megabyte{ | |
174 | dnam{"메가바이트"} | |
175 | other{"{0}메가바이트"} | |
176 | } | |
3d1f044b A |
177 | petabyte{ |
178 | dnam{"페타바이트"} | |
179 | other{"{0}페타바이트"} | |
180 | } | |
b331163b A |
181 | terabit{ |
182 | dnam{"테라비트"} | |
183 | other{"{0}테라비트"} | |
184 | } | |
185 | terabyte{ | |
186 | dnam{"테라바이트"} | |
187 | other{"{0}테라바이트"} | |
188 | } | |
189 | } | |
190 | duration{ | |
2ca993e8 A |
191 | century{ |
192 | dnam{"세기"} | |
193 | other{"{0}세기"} | |
194 | } | |
b331163b A |
195 | day{ |
196 | dnam{"일"} | |
197 | other{"{0}일"} | |
2ca993e8 | 198 | per{"일당 {0}"} |
b331163b A |
199 | } |
200 | hour{ | |
201 | dnam{"시간"} | |
202 | other{"{0}시간"} | |
2ca993e8 | 203 | per{"시간당 {0}"} |
b331163b A |
204 | } |
205 | microsecond{ | |
206 | dnam{"마이크로초"} | |
207 | other{"{0}마이크로초"} | |
208 | } | |
209 | millisecond{ | |
210 | dnam{"밀리초"} | |
211 | other{"{0}밀리초"} | |
212 | } | |
213 | minute{ | |
214 | dnam{"분"} | |
215 | other{"{0}분"} | |
2ca993e8 | 216 | per{"분당 {0}"} |
b331163b A |
217 | } |
218 | month{ | |
219 | dnam{"개월"} | |
220 | other{"{0}개월"} | |
2ca993e8 | 221 | per{"월당 {0}"} |
b331163b A |
222 | } |
223 | nanosecond{ | |
224 | dnam{"나노초"} | |
225 | other{"{0}나노초"} | |
226 | } | |
227 | second{ | |
228 | dnam{"초"} | |
229 | other{"{0}초"} | |
2ca993e8 | 230 | per{"초당 {0}"} |
b331163b A |
231 | } |
232 | week{ | |
233 | dnam{"주"} | |
234 | other{"{0}주"} | |
2ca993e8 | 235 | per{"주당 {0}"} |
b331163b A |
236 | } |
237 | year{ | |
238 | dnam{"년"} | |
239 | other{"{0}년"} | |
2ca993e8 | 240 | per{"연당 {0}"} |
b331163b A |
241 | } |
242 | } | |
243 | electric{ | |
244 | ampere{ | |
245 | dnam{"암페어"} | |
246 | other{"{0}암페어"} | |
247 | } | |
248 | milliampere{ | |
249 | dnam{"밀리암페어"} | |
250 | other{"{0}밀리암페어"} | |
251 | } | |
252 | ohm{ | |
253 | dnam{"옴"} | |
254 | other{"{0}옴"} | |
255 | } | |
256 | volt{ | |
257 | dnam{"볼트"} | |
258 | other{"{0}볼트"} | |
259 | } | |
260 | } | |
261 | energy{ | |
3d1f044b A |
262 | british-thermal-unit{ |
263 | dnam{"영국 열량 단위"} | |
264 | other{"{0}영국 열량 단위"} | |
265 | } | |
b331163b A |
266 | calorie{ |
267 | dnam{"칼로리"} | |
268 | other{"{0}칼로리"} | |
269 | } | |
3d1f044b A |
270 | electronvolt{ |
271 | dnam{"전자볼트"} | |
272 | other{"{0}전자볼트"} | |
273 | } | |
b331163b A |
274 | foodcalorie{ |
275 | dnam{"칼로리"} | |
276 | other{"{0}칼로리"} | |
277 | } | |
278 | joule{ | |
279 | dnam{"줄"} | |
280 | other{"{0}줄"} | |
281 | } | |
282 | kilocalorie{ | |
283 | dnam{"킬로칼로리"} | |
284 | other{"{0}킬로칼로리"} | |
285 | } | |
286 | kilojoule{ | |
287 | dnam{"킬로줄"} | |
288 | other{"{0}킬로줄"} | |
289 | } | |
290 | kilowatt-hour{ | |
291 | dnam{"킬로와트시"} | |
292 | other{"{0}킬로와트시"} | |
293 | } | |
294 | } | |
3d1f044b A |
295 | force{ |
296 | newton{ | |
297 | dnam{"뉴턴"} | |
298 | other{"{0}뉴턴"} | |
299 | } | |
300 | pound-force{ | |
301 | dnam{"파운드포스"} | |
302 | other{"{0}파운드포스"} | |
303 | } | |
304 | } | |
b331163b A |
305 | frequency{ |
306 | gigahertz{ | |
307 | dnam{"기가헤르츠"} | |
308 | other{"{0}기가헤르츠"} | |
309 | } | |
310 | hertz{ | |
311 | dnam{"헤르츠"} | |
312 | other{"{0}헤르츠"} | |
313 | } | |
314 | kilohertz{ | |
315 | dnam{"킬로헤르츠"} | |
316 | other{"{0}킬로헤르츠"} | |
317 | } | |
318 | megahertz{ | |
319 | dnam{"메가헤르츠"} | |
320 | other{"{0}메가헤르츠"} | |
321 | } | |
322 | } | |
323 | length{ | |
324 | astronomical-unit{ | |
325 | dnam{"천문 단위"} | |
2ca993e8 | 326 | other{"{0}천문 단위"} |
b331163b A |
327 | } |
328 | centimeter{ | |
329 | dnam{"센티미터"} | |
330 | other{"{0}센티미터"} | |
2ca993e8 | 331 | per{"센티미터당 {0}"} |
b331163b A |
332 | } |
333 | decimeter{ | |
334 | dnam{"데시미터"} | |
335 | other{"{0}데시미터"} | |
336 | } | |
0f5d89e8 A |
337 | fathom{ |
338 | dnam{"패덤"} | |
339 | other{"{0}패덤"} | |
340 | } | |
b331163b A |
341 | foot{ |
342 | dnam{"피트"} | |
343 | other{"{0}피트"} | |
2ca993e8 | 344 | per{"피트당 {0}"} |
b331163b | 345 | } |
0f5d89e8 A |
346 | furlong{ |
347 | dnam{"펄롱"} | |
348 | other{"{0}펄롱"} | |
349 | } | |
b331163b A |
350 | inch{ |
351 | dnam{"인치"} | |
352 | other{"{0}인치"} | |
2ca993e8 | 353 | per{"인치당 {0}"} |
b331163b A |
354 | } |
355 | kilometer{ | |
356 | dnam{"킬로미터"} | |
357 | other{"{0}킬로미터"} | |
2ca993e8 | 358 | per{"킬로미터당 {0}"} |
b331163b A |
359 | } |
360 | light-year{ | |
361 | dnam{"광년"} | |
362 | other{"{0}광년"} | |
363 | } | |
364 | meter{ | |
365 | dnam{"미터"} | |
366 | other{"{0}미터"} | |
2ca993e8 | 367 | per{"미터당 {0}"} |
b331163b A |
368 | } |
369 | micrometer{ | |
370 | dnam{"마이크로미터"} | |
371 | other{"{0}마이크로미터"} | |
372 | } | |
373 | mile{ | |
374 | dnam{"마일"} | |
375 | other{"{0}마일"} | |
376 | } | |
2ca993e8 A |
377 | mile-scandinavian{ |
378 | dnam{"스칸디나비아 마일"} | |
379 | other{"{0}스칸디나비아 마일"} | |
380 | } | |
b331163b A |
381 | millimeter{ |
382 | dnam{"밀리미터"} | |
383 | other{"{0}밀리미터"} | |
384 | } | |
385 | nanometer{ | |
386 | dnam{"나노미터"} | |
387 | other{"{0}나노미터"} | |
388 | } | |
389 | nautical-mile{ | |
390 | dnam{"해리"} | |
391 | other{"{0}해리"} | |
392 | } | |
393 | parsec{ | |
394 | dnam{"파섹"} | |
395 | other{"{0}파섹"} | |
396 | } | |
397 | picometer{ | |
398 | dnam{"피코미터"} | |
399 | other{"{0}피코미터"} | |
400 | } | |
f3c0d7a5 A |
401 | point{ |
402 | dnam{"포인트"} | |
403 | other{"{0}포인트"} | |
404 | } | |
3d1f044b A |
405 | solar-radius{ |
406 | dnam{"태양 반경"} | |
407 | other{"{0} 태양 반경"} | |
408 | } | |
b331163b A |
409 | yard{ |
410 | dnam{"야드"} | |
411 | other{"{0}야드"} | |
412 | } | |
413 | } | |
414 | light{ | |
415 | lux{ | |
416 | dnam{"룩스"} | |
417 | other{"{0}룩스"} | |
418 | } | |
3d1f044b A |
419 | solar-luminosity{ |
420 | dnam{"태양 광도"} | |
421 | other{"{0}태양 광도"} | |
422 | } | |
b331163b A |
423 | } |
424 | mass{ | |
425 | carat{ | |
426 | dnam{"캐럿"} | |
427 | other{"{0}캐럿"} | |
428 | } | |
3d1f044b A |
429 | dalton{ |
430 | dnam{"돌턴"} | |
431 | other{"{0}돌턴"} | |
432 | } | |
433 | earth-mass{ | |
434 | dnam{"지구 질량"} | |
435 | other{"{0}지구 질량"} | |
436 | } | |
b331163b A |
437 | gram{ |
438 | dnam{"그램"} | |
439 | other{"{0}그램"} | |
2ca993e8 | 440 | per{"그램당 {0}"} |
b331163b A |
441 | } |
442 | kilogram{ | |
443 | dnam{"킬로그램"} | |
444 | other{"{0}킬로그램"} | |
2ca993e8 | 445 | per{"킬로그램당 {0}"} |
b331163b A |
446 | } |
447 | metric-ton{ | |
448 | dnam{"메트릭 톤"} | |
449 | other{"{0}메트릭 톤"} | |
450 | } | |
451 | microgram{ | |
452 | dnam{"마이크로그램"} | |
453 | other{"{0}마이크로그램"} | |
454 | } | |
455 | milligram{ | |
456 | dnam{"밀리그램"} | |
457 | other{"{0}밀리그램"} | |
458 | } | |
459 | ounce{ | |
460 | dnam{"온스"} | |
461 | other{"{0}온스"} | |
2ca993e8 | 462 | per{"온스당 {0}"} |
b331163b A |
463 | } |
464 | ounce-troy{ | |
465 | dnam{"트로이 온스"} | |
466 | other{"{0}트로이 온스"} | |
467 | } | |
468 | pound{ | |
469 | dnam{"파운드"} | |
470 | other{"{0}파운드"} | |
2ca993e8 | 471 | per{"파운드당 {0}"} |
b331163b | 472 | } |
3d1f044b A |
473 | solar-mass{ |
474 | dnam{"태양 질량"} | |
475 | other{"{0}태양 질량"} | |
476 | } | |
0f5d89e8 A |
477 | stone{ |
478 | dnam{"스톤"} | |
479 | other{"{0}스톤"} | |
480 | } | |
b331163b A |
481 | ton{ |
482 | dnam{"톤"} | |
483 | other{"{0}톤"} | |
484 | } | |
485 | } | |
486 | power{ | |
487 | gigawatt{ | |
488 | dnam{"기가와트"} | |
489 | other{"{0}기가와트"} | |
490 | } | |
491 | horsepower{ | |
492 | dnam{"마력"} | |
493 | other{"{0}마력"} | |
494 | } | |
495 | kilowatt{ | |
496 | dnam{"킬로와트"} | |
497 | other{"{0}킬로와트"} | |
498 | } | |
499 | megawatt{ | |
500 | dnam{"메가와트"} | |
501 | other{"{0}메가와트"} | |
502 | } | |
503 | milliwatt{ | |
504 | dnam{"밀리와트"} | |
505 | other{"{0}밀리와트"} | |
506 | } | |
507 | watt{ | |
508 | dnam{"와트"} | |
509 | other{"{0}와트"} | |
510 | } | |
511 | } | |
512 | pressure{ | |
3d1f044b A |
513 | atmosphere{ |
514 | dnam{"atm"} | |
515 | other{"{0}atm"} | |
516 | } | |
b331163b A |
517 | hectopascal{ |
518 | dnam{"헥토파스칼"} | |
519 | other{"{0}헥토파스칼"} | |
520 | } | |
521 | inch-hg{ | |
522 | dnam{"수은주인치"} | |
523 | other{"{0}수은주인치"} | |
524 | } | |
3d1f044b A |
525 | kilopascal{ |
526 | dnam{"킬로파스칼"} | |
527 | other{"{0}킬로파스칼"} | |
528 | } | |
529 | megapascal{ | |
530 | dnam{"메가파스칼"} | |
531 | other{"{0}메가파스칼"} | |
532 | } | |
b331163b A |
533 | millibar{ |
534 | dnam{"밀리바"} | |
535 | other{"{0}밀리바"} | |
536 | } | |
537 | millimeter-of-mercury{ | |
538 | dnam{"수은주밀리미터"} | |
539 | other{"{0}수은주밀리미터"} | |
540 | } | |
541 | pound-per-square-inch{ | |
542 | dnam{"제곱인치당 파운드"} | |
543 | other{"{0}제곱인치당 파운드"} | |
544 | } | |
545 | } | |
b331163b A |
546 | speed{ |
547 | kilometer-per-hour{ | |
2ca993e8 | 548 | dnam{"시간당 킬로미터"} |
b331163b A |
549 | other{"시속 {0}킬로미터"} |
550 | } | |
2ca993e8 A |
551 | knot{ |
552 | dnam{"노트"} | |
553 | other{"{0}노트"} | |
554 | } | |
b331163b A |
555 | meter-per-second{ |
556 | dnam{"m/s"} | |
557 | other{"초속 {0}미터"} | |
558 | } | |
559 | mile-per-hour{ | |
560 | dnam{"mi/h"} | |
561 | other{"시속 {0}마일"} | |
562 | } | |
563 | } | |
564 | temperature{ | |
565 | celsius{ | |
2ca993e8 | 566 | dnam{"섭씨"} |
b331163b A |
567 | other{"섭씨 {0}도"} |
568 | } | |
569 | fahrenheit{ | |
2ca993e8 | 570 | dnam{"화씨"} |
b331163b A |
571 | other{"화씨 {0}도"} |
572 | } | |
2ca993e8 A |
573 | generic{ |
574 | dnam{"도"} | |
575 | other{"{0}도"} | |
576 | } | |
b331163b A |
577 | kelvin{ |
578 | dnam{"켈빈"} | |
579 | other{"{0}켈빈"} | |
580 | } | |
581 | } | |
3d1f044b A |
582 | torque{ |
583 | newton-meter{ | |
584 | dnam{"뉴턴미터"} | |
585 | other{"{0}뉴턴미터"} | |
586 | } | |
587 | pound-foot{ | |
588 | dnam{"lbf⋅ft"} | |
589 | other{"{0}lbf⋅ft"} | |
590 | } | |
591 | } | |
b331163b A |
592 | volume{ |
593 | acre-foot{ | |
594 | dnam{"에이커 피트"} | |
595 | other{"{0}에이커 피트"} | |
596 | } | |
3d1f044b A |
597 | barrel{ |
598 | dnam{"배럴"} | |
599 | other{"{0}배럴"} | |
600 | } | |
b331163b A |
601 | centiliter{ |
602 | dnam{"센티리터"} | |
603 | other{"{0}센티리터"} | |
604 | } | |
605 | cubic-centimeter{ | |
606 | dnam{"세제곱센티미터"} | |
607 | other{"{0}세제곱센티미터"} | |
2ca993e8 | 608 | per{"세제곱센티미터당 {0}"} |
b331163b A |
609 | } |
610 | cubic-foot{ | |
611 | dnam{"세제곱피트"} | |
612 | other{"{0}세제곱피트"} | |
613 | } | |
614 | cubic-inch{ | |
615 | dnam{"세제곱인치"} | |
616 | other{"{0}세제곱인치"} | |
617 | } | |
618 | cubic-kilometer{ | |
619 | dnam{"세제곱킬로미터"} | |
620 | other{"{0}세제곱킬로미터"} | |
621 | } | |
622 | cubic-meter{ | |
623 | dnam{"세제곱미터"} | |
624 | other{"{0}세제곱미터"} | |
2ca993e8 | 625 | per{"세제곱미터당 {0}"} |
b331163b A |
626 | } |
627 | cubic-mile{ | |
628 | dnam{"세제곱마일"} | |
629 | other{"{0}세제곱마일"} | |
630 | } | |
631 | cubic-yard{ | |
632 | dnam{"세제곱야드"} | |
633 | other{"{0}세제곱야드"} | |
634 | } | |
635 | cup{ | |
636 | dnam{"컵"} | |
637 | other{"{0}컵"} | |
638 | } | |
2ca993e8 A |
639 | cup-metric{ |
640 | dnam{"미터식 컵"} | |
641 | other{"{0}미터식 컵"} | |
642 | } | |
b331163b A |
643 | deciliter{ |
644 | dnam{"데시리터"} | |
645 | other{"{0}데시리터"} | |
646 | } | |
647 | fluid-ounce{ | |
648 | dnam{"액량 온스"} | |
649 | other{"{0}액량 온스"} | |
650 | } | |
3d1f044b A |
651 | fluid-ounce-imperial{ |
652 | dnam{"영국 액량 온스"} | |
653 | other{"{0}영국 액량 온스"} | |
654 | } | |
b331163b A |
655 | gallon{ |
656 | dnam{"갤런"} | |
657 | other{"{0}갤런"} | |
2ca993e8 | 658 | per{"갤런당 {0}"} |
b331163b | 659 | } |
f3c0d7a5 A |
660 | gallon-imperial{ |
661 | dnam{"영국식 갤런"} | |
662 | other{"{0}영국식 갤런"} | |
663 | per{"영국식 갤런당 {0}"} | |
664 | } | |
b331163b A |
665 | hectoliter{ |
666 | dnam{"헥토리터"} | |
667 | other{"{0}헥토리터"} | |
668 | } | |
669 | liter{ | |
670 | dnam{"리터"} | |
671 | other{"{0}리터"} | |
2ca993e8 | 672 | per{"리터당 {0}"} |
b331163b A |
673 | } |
674 | megaliter{ | |
675 | dnam{"메가리터"} | |
676 | other{"{0}메가리터"} | |
677 | } | |
678 | milliliter{ | |
679 | dnam{"밀리리터"} | |
680 | other{"{0}밀리리터"} | |
681 | } | |
682 | pint{ | |
683 | dnam{"파인트"} | |
684 | other{"{0}파인트"} | |
685 | } | |
2ca993e8 A |
686 | pint-metric{ |
687 | dnam{"미터식 파인트"} | |
688 | other{"{0}미터식 파인트"} | |
689 | } | |
b331163b A |
690 | quart{ |
691 | dnam{"쿼트"} | |
692 | other{"{0}쿼트"} | |
693 | } | |
694 | tablespoon{ | |
695 | dnam{"테이블스푼"} | |
696 | other{"{0}테이블스푼"} | |
697 | } | |
698 | teaspoon{ | |
699 | dnam{"티스푼"} | |
700 | other{"{0}티스푼"} | |
701 | } | |
702 | } | |
703 | } | |
704 | unitsNarrow{ | |
705 | acceleration{ | |
706 | g-force{ | |
0f5d89e8 | 707 | dnam{"g-force"} |
b331163b A |
708 | other{"{0}G"} |
709 | } | |
0f5d89e8 A |
710 | meter-per-second-squared{ |
711 | dnam{"m/s²"} | |
712 | other{"{0}m/s²"} | |
713 | } | |
b331163b A |
714 | } |
715 | angle{ | |
716 | arc-minute{ | |
717 | other{"{0}′"} | |
718 | } | |
719 | arc-second{ | |
720 | other{"{0}″"} | |
721 | } | |
722 | degree{ | |
723 | other{"{0}°"} | |
724 | } | |
725 | } | |
726 | area{ | |
727 | acre{ | |
728 | other{"{0}ac"} | |
729 | } | |
730 | hectare{ | |
731 | other{"{0}ha"} | |
732 | } | |
733 | square-foot{ | |
734 | other{"{0}ft²"} | |
735 | } | |
736 | square-kilometer{ | |
737 | other{"{0}km²"} | |
738 | } | |
739 | square-meter{ | |
740 | other{"{0}m²"} | |
741 | } | |
742 | square-mile{ | |
743 | other{"{0}mi²"} | |
744 | } | |
745 | } | |
2ca993e8 A |
746 | consumption{ |
747 | liter-per-100kilometers{ | |
748 | dnam{"L/100km"} | |
749 | other{"{0}L/100km"} | |
750 | } | |
751 | } | |
752 | coordinate{ | |
3d1f044b | 753 | dnam{"쪽"} |
2ca993e8 A |
754 | east{"{0}E"} |
755 | north{"{0}N"} | |
756 | south{"{0}S"} | |
757 | west{"{0}W"} | |
758 | } | |
b331163b | 759 | duration{ |
0f5d89e8 A |
760 | century{ |
761 | dnam{"C"} | |
762 | other{"{0}C"} | |
763 | } | |
b331163b A |
764 | day{ |
765 | dnam{"일"} | |
766 | other{"{0}일"} | |
0f5d89e8 | 767 | per{"{0}/일"} |
b331163b A |
768 | } |
769 | hour{ | |
770 | dnam{"시간"} | |
771 | other{"{0}시간"} | |
0f5d89e8 A |
772 | per{"{0}/시간"} |
773 | } | |
774 | microsecond{ | |
775 | dnam{"μs"} | |
776 | other{"{0}μs"} | |
b331163b A |
777 | } |
778 | millisecond{ | |
779 | dnam{"ms"} | |
780 | other{"{0}ms"} | |
781 | } | |
782 | minute{ | |
783 | dnam{"분"} | |
784 | other{"{0}분"} | |
0f5d89e8 | 785 | per{"{0}/분"} |
b331163b A |
786 | } |
787 | month{ | |
788 | dnam{"개월"} | |
789 | other{"{0}개월"} | |
0f5d89e8 A |
790 | per{"{0}/월"} |
791 | } | |
792 | nanosecond{ | |
793 | dnam{"ns"} | |
794 | other{"{0}ns"} | |
b331163b A |
795 | } |
796 | second{ | |
797 | dnam{"초"} | |
798 | other{"{0}초"} | |
0f5d89e8 | 799 | per{"{0}/초"} |
b331163b A |
800 | } |
801 | week{ | |
802 | dnam{"주"} | |
803 | other{"{0}주"} | |
0f5d89e8 | 804 | per{"{0}/주"} |
b331163b A |
805 | } |
806 | year{ | |
807 | dnam{"년"} | |
808 | other{"{0}년"} | |
0f5d89e8 | 809 | per{"{0}/년"} |
b331163b A |
810 | } |
811 | } | |
812 | length{ | |
0f5d89e8 A |
813 | astronomical-unit{ |
814 | dnam{"au"} | |
815 | other{"{0}au"} | |
816 | } | |
b331163b A |
817 | centimeter{ |
818 | dnam{"cm"} | |
819 | other{"{0}cm"} | |
0f5d89e8 A |
820 | per{"{0}/cm"} |
821 | } | |
822 | decimeter{ | |
823 | dnam{"dm"} | |
824 | other{"{0}dm"} | |
825 | } | |
826 | fathom{ | |
827 | dnam{"fm"} | |
3d1f044b | 828 | other{"{0}fth"} |
b331163b A |
829 | } |
830 | foot{ | |
0f5d89e8 | 831 | dnam{"ft"} |
b331163b | 832 | other{"{0}′"} |
0f5d89e8 A |
833 | per{"{0}/ft"} |
834 | } | |
835 | furlong{ | |
836 | dnam{"fur"} | |
837 | other{"{0}fur"} | |
b331163b A |
838 | } |
839 | inch{ | |
0f5d89e8 | 840 | dnam{"in"} |
b331163b | 841 | other{"{0}″"} |
0f5d89e8 | 842 | per{"{0}/in"} |
b331163b A |
843 | } |
844 | kilometer{ | |
845 | dnam{"km"} | |
846 | other{"{0}km"} | |
0f5d89e8 | 847 | per{"{0}/km"} |
b331163b A |
848 | } |
849 | light-year{ | |
0f5d89e8 | 850 | dnam{"ly"} |
b331163b A |
851 | other{"{0}ly"} |
852 | } | |
853 | meter{ | |
2ca993e8 | 854 | dnam{"m"} |
b331163b | 855 | other{"{0}m"} |
0f5d89e8 A |
856 | per{"{0}/m"} |
857 | } | |
858 | micrometer{ | |
859 | dnam{"µm"} | |
860 | other{"{0}µm"} | |
b331163b A |
861 | } |
862 | mile{ | |
0f5d89e8 | 863 | dnam{"mi"} |
b331163b A |
864 | other{"{0}mi"} |
865 | } | |
0f5d89e8 A |
866 | mile-scandinavian{ |
867 | dnam{"smi"} | |
868 | other{"{0}smi"} | |
869 | } | |
b331163b A |
870 | millimeter{ |
871 | dnam{"mm"} | |
872 | other{"{0}mm"} | |
873 | } | |
0f5d89e8 A |
874 | nanometer{ |
875 | dnam{"nm"} | |
876 | other{"{0}nm"} | |
877 | } | |
878 | nautical-mile{ | |
879 | dnam{"nmi"} | |
880 | other{"{0}nmi"} | |
881 | } | |
882 | parsec{ | |
883 | dnam{"pc"} | |
884 | other{"{0}pc"} | |
885 | } | |
b331163b | 886 | picometer{ |
0f5d89e8 | 887 | dnam{"pm"} |
b331163b A |
888 | other{"{0}pm"} |
889 | } | |
0f5d89e8 A |
890 | point{ |
891 | dnam{"pt"} | |
892 | other{"{0}pt"} | |
893 | } | |
b331163b | 894 | yard{ |
0f5d89e8 | 895 | dnam{"yd"} |
b331163b A |
896 | other{"{0}yd"} |
897 | } | |
898 | } | |
899 | mass{ | |
0f5d89e8 A |
900 | carat{ |
901 | dnam{"CD"} | |
902 | other{"{0}CD"} | |
903 | } | |
b331163b | 904 | gram{ |
2ca993e8 | 905 | dnam{"g"} |
b331163b | 906 | other{"{0}g"} |
0f5d89e8 | 907 | per{"{0}/g"} |
b331163b A |
908 | } |
909 | kilogram{ | |
910 | dnam{"kg"} | |
911 | other{"{0}kg"} | |
0f5d89e8 A |
912 | per{"{0}/kg"} |
913 | } | |
914 | metric-ton{ | |
915 | dnam{"t"} | |
916 | other{"{0}t"} | |
917 | } | |
918 | microgram{ | |
919 | dnam{"µg"} | |
920 | other{"{0}µg"} | |
921 | } | |
922 | milligram{ | |
923 | dnam{"mg"} | |
924 | other{"{0}mg"} | |
b331163b A |
925 | } |
926 | ounce{ | |
0f5d89e8 | 927 | dnam{"oz"} |
b331163b | 928 | other{"{0}oz"} |
0f5d89e8 A |
929 | per{"{0}/oz"} |
930 | } | |
931 | ounce-troy{ | |
932 | dnam{"oz t"} | |
933 | other{"{0}oz t"} | |
b331163b A |
934 | } |
935 | pound{ | |
0f5d89e8 | 936 | dnam{"lb"} |
b331163b | 937 | other{"{0}lb"} |
0f5d89e8 A |
938 | per{"{0}/lb"} |
939 | } | |
940 | stone{ | |
941 | dnam{"st"} | |
942 | other{"{0}st"} | |
943 | } | |
944 | ton{ | |
945 | dnam{"tn"} | |
946 | other{"{0}tn"} | |
b331163b A |
947 | } |
948 | } | |
949 | power{ | |
950 | horsepower{ | |
951 | other{"{0}HP"} | |
952 | } | |
953 | kilowatt{ | |
954 | other{"{0}kW"} | |
955 | } | |
956 | watt{ | |
957 | other{"{0}W"} | |
958 | } | |
959 | } | |
960 | pressure{ | |
961 | hectopascal{ | |
0f5d89e8 | 962 | dnam{"hPa"} |
b331163b A |
963 | other{"{0}hPa"} |
964 | } | |
965 | inch-hg{ | |
0f5d89e8 | 966 | dnam{"inHg"} |
b331163b A |
967 | other{"{0}\u0022Hg"} |
968 | } | |
969 | millibar{ | |
0f5d89e8 | 970 | dnam{"mbar"} |
b331163b A |
971 | other{"{0}mb"} |
972 | } | |
0f5d89e8 A |
973 | millimeter-of-mercury{ |
974 | dnam{"mmHg"} | |
975 | other{"{0}mmHg"} | |
976 | } | |
977 | pound-per-square-inch{ | |
978 | dnam{"psi"} | |
979 | other{"{0}psi"} | |
980 | } | |
b331163b A |
981 | } |
982 | speed{ | |
983 | kilometer-per-hour{ | |
984 | dnam{"km/h"} | |
985 | other{"{0}km/h"} | |
986 | } | |
0f5d89e8 A |
987 | knot{ |
988 | dnam{"kn"} | |
989 | other{"{0}kn"} | |
990 | } | |
b331163b | 991 | meter-per-second{ |
0f5d89e8 | 992 | dnam{"m/s"} |
b331163b A |
993 | other{"{0}m/s"} |
994 | } | |
995 | mile-per-hour{ | |
0f5d89e8 | 996 | dnam{"mi/h"} |
b331163b A |
997 | other{"{0}mph"} |
998 | } | |
999 | } | |
1000 | temperature{ | |
0f5d89e8 A |
1001 | kelvin{ |
1002 | dnam{"K"} | |
1003 | other{"{0}K"} | |
1004 | } | |
b331163b A |
1005 | } |
1006 | volume{ | |
1007 | cubic-kilometer{ | |
1008 | other{"{0}km³"} | |
1009 | } | |
1010 | cubic-mile{ | |
1011 | other{"{0}mi³"} | |
1012 | } | |
1013 | liter{ | |
2ca993e8 | 1014 | dnam{"ℓ"} |
b331163b A |
1015 | other{"{0}ℓ"} |
1016 | } | |
1017 | } | |
1018 | } | |
1019 | unitsShort{ | |
1020 | acceleration{ | |
1021 | g-force{ | |
2ca993e8 | 1022 | dnam{"g-force"} |
b331163b A |
1023 | other{"{0}G"} |
1024 | } | |
1025 | meter-per-second-squared{ | |
1026 | dnam{"m/s²"} | |
1027 | other{"{0}m/s²"} | |
1028 | } | |
1029 | } | |
1030 | angle{ | |
1031 | arc-minute{ | |
1032 | dnam{"′"} | |
1033 | other{"{0}′"} | |
1034 | } | |
1035 | arc-second{ | |
1036 | dnam{"″"} | |
1037 | other{"{0}″"} | |
1038 | } | |
1039 | degree{ | |
1040 | dnam{"°"} | |
1041 | other{"{0}°"} | |
1042 | } | |
1043 | radian{ | |
1044 | dnam{"rad"} | |
1045 | other{"{0}rad"} | |
1046 | } | |
2ca993e8 A |
1047 | revolution{ |
1048 | dnam{"rev"} | |
1049 | other{"{0}rev"} | |
1050 | } | |
b331163b A |
1051 | } |
1052 | area{ | |
1053 | acre{ | |
2ca993e8 A |
1054 | dnam{"ac"} |
1055 | other{"{0}ac"} | |
b331163b | 1056 | } |
3d1f044b A |
1057 | dunam{ |
1058 | dnam{"두남"} | |
1059 | other{"{0}두남"} | |
1060 | } | |
b331163b | 1061 | hectare{ |
2ca993e8 | 1062 | dnam{"ha"} |
b331163b A |
1063 | other{"{0}ha"} |
1064 | } | |
1065 | square-centimeter{ | |
1066 | dnam{"cm²"} | |
1067 | other{"{0}cm²"} | |
2ca993e8 | 1068 | per{"{0}/cm²"} |
b331163b A |
1069 | } |
1070 | square-foot{ | |
2ca993e8 | 1071 | dnam{"ft²"} |
b331163b A |
1072 | other{"{0}ft²"} |
1073 | } | |
1074 | square-inch{ | |
1075 | dnam{"in²"} | |
1076 | other{"{0}in²"} | |
2ca993e8 | 1077 | per{"{0}/in²"} |
b331163b A |
1078 | } |
1079 | square-kilometer{ | |
1080 | dnam{"km²"} | |
1081 | other{"{0}km²"} | |
f3c0d7a5 | 1082 | per{"{0}/km²"} |
b331163b A |
1083 | } |
1084 | square-meter{ | |
1085 | dnam{"m²"} | |
1086 | other{"{0}m²"} | |
2ca993e8 | 1087 | per{"{0}/m²"} |
b331163b A |
1088 | } |
1089 | square-mile{ | |
1090 | dnam{"mi²"} | |
1091 | other{"{0}mi²"} | |
f3c0d7a5 | 1092 | per{"{0}/mi²"} |
b331163b A |
1093 | } |
1094 | square-yard{ | |
1095 | dnam{"yd²"} | |
1096 | other{"{0}yd²"} | |
1097 | } | |
1098 | } | |
2ca993e8 A |
1099 | concentr{ |
1100 | karat{ | |
1101 | dnam{"kt"} | |
1102 | other{"{0}kt"} | |
1103 | } | |
f3c0d7a5 A |
1104 | milligram-per-deciliter{ |
1105 | dnam{"mg/dL"} | |
1106 | other{"{0}mg/dL"} | |
1107 | } | |
1108 | millimole-per-liter{ | |
1109 | dnam{"mmol/L"} | |
1110 | other{"{0}mmol/L"} | |
1111 | } | |
3d1f044b A |
1112 | mole{ |
1113 | dnam{"mol"} | |
1114 | other{"{0}mol"} | |
1115 | } | |
f3c0d7a5 A |
1116 | part-per-million{ |
1117 | dnam{"ppm"} | |
0f5d89e8 | 1118 | other{"{0}ppm"} |
f3c0d7a5 | 1119 | } |
3d1f044b A |
1120 | permyriad{ |
1121 | dnam{"‱"} | |
1122 | other{"{0}‱"} | |
1123 | } | |
2ca993e8 | 1124 | } |
b331163b | 1125 | consumption{ |
2ca993e8 A |
1126 | liter-per-100kilometers{ |
1127 | dnam{"L/100km"} | |
1128 | other{"{0}L/100km"} | |
1129 | } | |
b331163b A |
1130 | liter-per-kilometer{ |
1131 | dnam{"L/km"} | |
1132 | other{"{0}L/km"} | |
1133 | } | |
1134 | mile-per-gallon{ | |
1135 | dnam{"mpg"} | |
1136 | other{"{0}mpg"} | |
1137 | } | |
f3c0d7a5 A |
1138 | mile-per-gallon-imperial{ |
1139 | dnam{"mpg Imp."} | |
0f5d89e8 | 1140 | other{"{0}mpg Imp."} |
f3c0d7a5 | 1141 | } |
b331163b | 1142 | } |
2ca993e8 | 1143 | coordinate{ |
3d1f044b | 1144 | dnam{"쪽"} |
2ca993e8 A |
1145 | east{"{0}E"} |
1146 | north{"{0}N"} | |
1147 | south{"{0}S"} | |
1148 | west{"{0}W"} | |
1149 | } | |
b331163b A |
1150 | digital{ |
1151 | bit{ | |
1152 | dnam{"bit"} | |
1153 | other{"{0}bit"} | |
1154 | } | |
1155 | byte{ | |
1156 | dnam{"byte"} | |
1157 | other{"{0}byte"} | |
1158 | } | |
1159 | gigabit{ | |
f3c0d7a5 | 1160 | dnam{"Gb"} |
b331163b A |
1161 | other{"{0}Gb"} |
1162 | } | |
1163 | gigabyte{ | |
f3c0d7a5 | 1164 | dnam{"GB"} |
b331163b A |
1165 | other{"{0}GB"} |
1166 | } | |
1167 | kilobit{ | |
f3c0d7a5 | 1168 | dnam{"kb"} |
b331163b A |
1169 | other{"{0}kb"} |
1170 | } | |
1171 | kilobyte{ | |
1172 | dnam{"kB"} | |
1173 | other{"{0}kB"} | |
1174 | } | |
1175 | megabit{ | |
f3c0d7a5 | 1176 | dnam{"Mb"} |
b331163b A |
1177 | other{"{0}Mb"} |
1178 | } | |
1179 | megabyte{ | |
1180 | dnam{"MB"} | |
1181 | other{"{0}MB"} | |
1182 | } | |
3d1f044b A |
1183 | petabyte{ |
1184 | dnam{"PB"} | |
1185 | other{"{0}PB"} | |
1186 | } | |
b331163b | 1187 | terabit{ |
f3c0d7a5 | 1188 | dnam{"Tb"} |
b331163b A |
1189 | other{"{0}Tb"} |
1190 | } | |
1191 | terabyte{ | |
f3c0d7a5 | 1192 | dnam{"TB"} |
b331163b A |
1193 | other{"{0}TB"} |
1194 | } | |
1195 | } | |
1196 | duration{ | |
2ca993e8 A |
1197 | century{ |
1198 | dnam{"C"} | |
1199 | other{"{0}C"} | |
1200 | } | |
b331163b A |
1201 | day{ |
1202 | dnam{"일"} | |
1203 | other{"{0}일"} | |
2ca993e8 | 1204 | per{"{0}/일"} |
b331163b A |
1205 | } |
1206 | hour{ | |
1207 | dnam{"시간"} | |
1208 | other{"{0}시간"} | |
1209 | per{"{0}/h"} | |
1210 | } | |
1211 | microsecond{ | |
1212 | dnam{"μs"} | |
1213 | other{"{0}μs"} | |
1214 | } | |
1215 | millisecond{ | |
1216 | dnam{"밀리초"} | |
1217 | other{"{0}ms"} | |
1218 | } | |
1219 | minute{ | |
1220 | dnam{"분"} | |
1221 | other{"{0}분"} | |
2ca993e8 | 1222 | per{"{0}/min"} |
b331163b A |
1223 | } |
1224 | month{ | |
1225 | dnam{"개월"} | |
1226 | other{"{0}개월"} | |
2ca993e8 | 1227 | per{"{0}/월"} |
b331163b A |
1228 | } |
1229 | nanosecond{ | |
1230 | dnam{"ns"} | |
1231 | other{"{0}ns"} | |
1232 | } | |
1233 | second{ | |
1234 | dnam{"초"} | |
1235 | other{"{0}초"} | |
1236 | per{"{0}/s"} | |
1237 | } | |
1238 | week{ | |
1239 | dnam{"주"} | |
1240 | other{"{0}주"} | |
2ca993e8 | 1241 | per{"{0}/주"} |
b331163b A |
1242 | } |
1243 | year{ | |
1244 | dnam{"년"} | |
1245 | other{"{0}년"} | |
2ca993e8 | 1246 | per{"{0}/년"} |
b331163b A |
1247 | } |
1248 | } | |
1249 | electric{ | |
1250 | ampere{ | |
1251 | dnam{"amp"} | |
1252 | other{"{0}A"} | |
1253 | } | |
1254 | milliampere{ | |
1255 | dnam{"mA"} | |
1256 | other{"{0}mA"} | |
1257 | } | |
1258 | ohm{ | |
1259 | dnam{"ohm"} | |
1260 | other{"{0}Ω"} | |
1261 | } | |
1262 | volt{ | |
0f5d89e8 | 1263 | dnam{"V"} |
b331163b A |
1264 | other{"{0}V"} |
1265 | } | |
1266 | } | |
1267 | energy{ | |
3d1f044b A |
1268 | british-thermal-unit{ |
1269 | dnam{"Btu"} | |
1270 | other{"{0}Btu"} | |
1271 | } | |
b331163b A |
1272 | calorie{ |
1273 | dnam{"cal"} | |
1274 | other{"{0}cal"} | |
1275 | } | |
3d1f044b A |
1276 | electronvolt{ |
1277 | dnam{"eV"} | |
1278 | other{"{0}eV"} | |
1279 | } | |
b331163b A |
1280 | foodcalorie{ |
1281 | dnam{"Cal"} | |
1282 | other{"{0}Cal"} | |
1283 | } | |
1284 | joule{ | |
1285 | dnam{"줄"} | |
1286 | other{"{0}줄"} | |
1287 | } | |
1288 | kilocalorie{ | |
1289 | dnam{"kcal"} | |
1290 | other{"{0}kcal"} | |
1291 | } | |
1292 | kilojoule{ | |
1293 | dnam{"kJ"} | |
1294 | other{"{0}kJ"} | |
1295 | } | |
1296 | kilowatt-hour{ | |
1297 | dnam{"kWh"} | |
1298 | other{"{0}kWh"} | |
1299 | } | |
1300 | } | |
3d1f044b A |
1301 | force{ |
1302 | newton{ | |
1303 | dnam{"N"} | |
1304 | other{"{0}N"} | |
1305 | } | |
1306 | pound-force{ | |
1307 | dnam{"lbf"} | |
1308 | other{"{0}lbf"} | |
1309 | } | |
1310 | } | |
b331163b A |
1311 | frequency{ |
1312 | gigahertz{ | |
1313 | dnam{"GHz"} | |
1314 | other{"{0}GHz"} | |
1315 | } | |
1316 | hertz{ | |
1317 | dnam{"Hz"} | |
1318 | other{"{0}Hz"} | |
1319 | } | |
1320 | kilohertz{ | |
1321 | dnam{"kHz"} | |
1322 | other{"{0}kHz"} | |
1323 | } | |
1324 | megahertz{ | |
1325 | dnam{"MHz"} | |
1326 | other{"{0}MHz"} | |
1327 | } | |
1328 | } | |
1329 | length{ | |
1330 | astronomical-unit{ | |
1331 | dnam{"au"} | |
1332 | other{"{0}au"} | |
1333 | } | |
1334 | centimeter{ | |
1335 | dnam{"cm"} | |
1336 | other{"{0}cm"} | |
2ca993e8 | 1337 | per{"{0}/cm"} |
b331163b A |
1338 | } |
1339 | decimeter{ | |
1340 | dnam{"dm"} | |
1341 | other{"{0}dm"} | |
1342 | } | |
0f5d89e8 A |
1343 | fathom{ |
1344 | dnam{"fm"} | |
3d1f044b | 1345 | other{"{0}fth"} |
0f5d89e8 | 1346 | } |
b331163b | 1347 | foot{ |
2ca993e8 | 1348 | dnam{"ft"} |
b331163b | 1349 | other{"{0}ft"} |
2ca993e8 | 1350 | per{"{0}/ft"} |
b331163b | 1351 | } |
0f5d89e8 A |
1352 | furlong{ |
1353 | dnam{"fur"} | |
1354 | other{"{0}fur"} | |
1355 | } | |
b331163b A |
1356 | inch{ |
1357 | dnam{"in"} | |
1358 | other{"{0}in"} | |
2ca993e8 | 1359 | per{"{0}/in"} |
b331163b A |
1360 | } |
1361 | kilometer{ | |
1362 | dnam{"km"} | |
1363 | other{"{0}km"} | |
2ca993e8 | 1364 | per{"{0}/km"} |
b331163b A |
1365 | } |
1366 | light-year{ | |
1367 | dnam{"ly"} | |
1368 | other{"{0}ly"} | |
1369 | } | |
1370 | meter{ | |
2ca993e8 | 1371 | dnam{"m"} |
b331163b | 1372 | other{"{0}m"} |
2ca993e8 | 1373 | per{"{0}/m"} |
b331163b A |
1374 | } |
1375 | micrometer{ | |
1376 | dnam{"µm"} | |
1377 | other{"{0}µm"} | |
1378 | } | |
1379 | mile{ | |
2ca993e8 A |
1380 | dnam{"mi"} |
1381 | other{"{0}mi"} | |
1382 | } | |
1383 | mile-scandinavian{ | |
1384 | dnam{"smi"} | |
1385 | other{"{0}smi"} | |
b331163b A |
1386 | } |
1387 | millimeter{ | |
1388 | dnam{"mm"} | |
1389 | other{"{0}mm"} | |
1390 | } | |
1391 | nanometer{ | |
1392 | dnam{"nm"} | |
1393 | other{"{0}nm"} | |
1394 | } | |
1395 | nautical-mile{ | |
1396 | dnam{"nmi"} | |
1397 | other{"{0}nmi"} | |
1398 | } | |
1399 | parsec{ | |
2ca993e8 | 1400 | dnam{"pc"} |
b331163b A |
1401 | other{"{0}pc"} |
1402 | } | |
1403 | picometer{ | |
1404 | dnam{"pm"} | |
1405 | other{"{0}pm"} | |
1406 | } | |
f3c0d7a5 A |
1407 | point{ |
1408 | dnam{"포인트"} | |
1409 | other{"{0}pt"} | |
1410 | } | |
3d1f044b A |
1411 | solar-radius{ |
1412 | dnam{"R☉"} | |
1413 | other{"{0}R☉"} | |
1414 | } | |
b331163b | 1415 | yard{ |
2ca993e8 | 1416 | dnam{"yd"} |
b331163b A |
1417 | other{"{0}야드"} |
1418 | } | |
1419 | } | |
1420 | light{ | |
1421 | lux{ | |
1422 | dnam{"lx"} | |
1423 | other{"{0}lx"} | |
1424 | } | |
3d1f044b A |
1425 | solar-luminosity{ |
1426 | dnam{"L☉"} | |
1427 | other{"{0}L☉"} | |
1428 | } | |
b331163b A |
1429 | } |
1430 | mass{ | |
1431 | carat{ | |
1432 | dnam{"CD"} | |
1433 | other{"{0}CD"} | |
1434 | } | |
3d1f044b A |
1435 | dalton{ |
1436 | dnam{"Da"} | |
1437 | other{"{0}Da"} | |
1438 | } | |
1439 | earth-mass{ | |
1440 | dnam{"M⊕"} | |
1441 | other{"{0}M⊕"} | |
1442 | } | |
b331163b A |
1443 | gram{ |
1444 | dnam{"그램"} | |
1445 | other{"{0}g"} | |
2ca993e8 | 1446 | per{"{0}/g"} |
b331163b A |
1447 | } |
1448 | kilogram{ | |
1449 | dnam{"kg"} | |
1450 | other{"{0}kg"} | |
2ca993e8 | 1451 | per{"{0}/kg"} |
b331163b A |
1452 | } |
1453 | metric-ton{ | |
1454 | dnam{"t"} | |
1455 | other{"{0}t"} | |
1456 | } | |
1457 | microgram{ | |
1458 | dnam{"µg"} | |
1459 | other{"{0}µg"} | |
1460 | } | |
1461 | milligram{ | |
1462 | dnam{"mg"} | |
1463 | other{"{0}mg"} | |
1464 | } | |
1465 | ounce{ | |
1466 | dnam{"oz"} | |
1467 | other{"{0}oz"} | |
2ca993e8 | 1468 | per{"{0}/oz"} |
b331163b A |
1469 | } |
1470 | ounce-troy{ | |
1471 | dnam{"oz t"} | |
1472 | other{"{0}oz t"} | |
1473 | } | |
1474 | pound{ | |
1475 | dnam{"lb"} | |
1476 | other{"{0}lb"} | |
2ca993e8 | 1477 | per{"{0}/lb"} |
b331163b | 1478 | } |
3d1f044b A |
1479 | solar-mass{ |
1480 | dnam{"M☉"} | |
1481 | other{"{0}M☉"} | |
1482 | } | |
0f5d89e8 A |
1483 | stone{ |
1484 | dnam{"st"} | |
1485 | other{"{0}st"} | |
1486 | } | |
b331163b A |
1487 | ton{ |
1488 | dnam{"tn"} | |
1489 | other{"{0}tn"} | |
1490 | } | |
1491 | } | |
1492 | power{ | |
1493 | gigawatt{ | |
1494 | dnam{"GW"} | |
1495 | other{"{0}GW"} | |
1496 | } | |
1497 | horsepower{ | |
1498 | dnam{"hp"} | |
2ca993e8 | 1499 | other{"{0}hp"} |
b331163b A |
1500 | } |
1501 | kilowatt{ | |
1502 | dnam{"kW"} | |
1503 | other{"{0}kW"} | |
1504 | } | |
1505 | megawatt{ | |
1506 | dnam{"MW"} | |
1507 | other{"{0}MW"} | |
1508 | } | |
1509 | milliwatt{ | |
1510 | dnam{"mW"} | |
1511 | other{"{0}mW"} | |
1512 | } | |
1513 | watt{ | |
1514 | dnam{"w"} | |
1515 | other{"{0}W"} | |
1516 | } | |
1517 | } | |
1518 | pressure{ | |
3d1f044b A |
1519 | atmosphere{ |
1520 | dnam{"atm"} | |
1521 | other{"{0}atm"} | |
1522 | } | |
b331163b A |
1523 | hectopascal{ |
1524 | dnam{"hPa"} | |
1525 | other{"{0}hPa"} | |
1526 | } | |
1527 | inch-hg{ | |
1528 | dnam{"inHg"} | |
1529 | other{"{0}inHg"} | |
1530 | } | |
3d1f044b A |
1531 | kilopascal{ |
1532 | dnam{"kPa"} | |
1533 | other{"{0}kPa"} | |
1534 | } | |
1535 | megapascal{ | |
1536 | dnam{"MPa"} | |
1537 | other{"{0}MPa"} | |
1538 | } | |
b331163b A |
1539 | millibar{ |
1540 | dnam{"mbar"} | |
1541 | other{"{0}mb"} | |
1542 | } | |
1543 | millimeter-of-mercury{ | |
0f5d89e8 A |
1544 | dnam{"mmHg"} |
1545 | other{"{0}mmHg"} | |
b331163b A |
1546 | } |
1547 | pound-per-square-inch{ | |
1548 | dnam{"psi"} | |
1549 | other{"{0}psi"} | |
1550 | } | |
1551 | } | |
b331163b A |
1552 | speed{ |
1553 | kilometer-per-hour{ | |
1554 | dnam{"km/h"} | |
2ca993e8 A |
1555 | other{"{0}km/h"} |
1556 | } | |
1557 | knot{ | |
1558 | dnam{"kn"} | |
1559 | other{"{0}kn"} | |
b331163b A |
1560 | } |
1561 | meter-per-second{ | |
1562 | dnam{"m/s"} | |
0f5d89e8 | 1563 | other{"{0}m/s"} |
b331163b A |
1564 | } |
1565 | mile-per-hour{ | |
1566 | dnam{"mi/h"} | |
0f5d89e8 | 1567 | other{"{0}mi/h"} |
b331163b A |
1568 | } |
1569 | } | |
1570 | temperature{ | |
b331163b A |
1571 | kelvin{ |
1572 | dnam{"K"} | |
1573 | other{"{0}K"} | |
1574 | } | |
1575 | } | |
3d1f044b A |
1576 | torque{ |
1577 | newton-meter{ | |
1578 | dnam{"N⋅m"} | |
1579 | other{"{0}N⋅m"} | |
1580 | } | |
1581 | pound-foot{ | |
1582 | dnam{"lbf⋅ft"} | |
1583 | other{"{0}lbf⋅ft"} | |
1584 | } | |
1585 | } | |
b331163b A |
1586 | volume{ |
1587 | acre-foot{ | |
1588 | dnam{"ac ft"} | |
1589 | other{"{0}ac ft"} | |
1590 | } | |
3d1f044b A |
1591 | barrel{ |
1592 | dnam{"bbl"} | |
1593 | other{"{0}bbl"} | |
1594 | } | |
b331163b A |
1595 | centiliter{ |
1596 | dnam{"cL"} | |
1597 | other{"{0}cL"} | |
1598 | } | |
1599 | cubic-centimeter{ | |
1600 | dnam{"cm³"} | |
1601 | other{"{0}cm³"} | |
2ca993e8 | 1602 | per{"{0}/cm³"} |
b331163b A |
1603 | } |
1604 | cubic-foot{ | |
1605 | dnam{"ft³"} | |
1606 | other{"{0}ft³"} | |
1607 | } | |
1608 | cubic-inch{ | |
1609 | dnam{"in³"} | |
1610 | other{"{0}in³"} | |
1611 | } | |
1612 | cubic-kilometer{ | |
1613 | dnam{"km³"} | |
1614 | other{"{0}km³"} | |
1615 | } | |
1616 | cubic-meter{ | |
1617 | dnam{"m³"} | |
1618 | other{"{0}m³"} | |
2ca993e8 | 1619 | per{"{0}/m³"} |
b331163b A |
1620 | } |
1621 | cubic-mile{ | |
1622 | dnam{"mi³"} | |
1623 | other{"{0}mi³"} | |
1624 | } | |
1625 | cubic-yard{ | |
1626 | dnam{"yd³"} | |
1627 | other{"{0}yd³"} | |
1628 | } | |
1629 | cup{ | |
1630 | dnam{"컵"} | |
1631 | other{"{0}컵"} | |
1632 | } | |
2ca993e8 A |
1633 | cup-metric{ |
1634 | dnam{"mcup"} | |
1635 | other{"{0}mc"} | |
1636 | } | |
b331163b A |
1637 | deciliter{ |
1638 | dnam{"dL"} | |
1639 | other{"{0}dL"} | |
1640 | } | |
1641 | fluid-ounce{ | |
1642 | dnam{"fl oz"} | |
1643 | other{"{0}fl oz"} | |
1644 | } | |
3d1f044b A |
1645 | fluid-ounce-imperial{ |
1646 | dnam{"Imp. fl oz"} | |
1647 | other{"{0}fl oz Imp."} | |
1648 | } | |
b331163b A |
1649 | gallon{ |
1650 | dnam{"gal"} | |
1651 | other{"{0}gal"} | |
2ca993e8 | 1652 | per{"{0}/gal"} |
b331163b | 1653 | } |
f3c0d7a5 A |
1654 | gallon-imperial{ |
1655 | dnam{"Imp. gal"} | |
1656 | other{"{0}gal Imp."} | |
1657 | per{"{0}/gal Imp."} | |
1658 | } | |
b331163b A |
1659 | hectoliter{ |
1660 | dnam{"hL"} | |
1661 | other{"{0}hL"} | |
1662 | } | |
1663 | liter{ | |
1664 | dnam{"리터"} | |
1665 | other{"{0}L"} | |
2ca993e8 | 1666 | per{"{0}/L"} |
b331163b A |
1667 | } |
1668 | megaliter{ | |
1669 | dnam{"ML"} | |
1670 | other{"{0}ML"} | |
1671 | } | |
1672 | milliliter{ | |
1673 | dnam{"mL"} | |
1674 | other{"{0}mL"} | |
1675 | } | |
1676 | pint{ | |
1677 | dnam{"pt"} | |
1678 | other{"{0}pt"} | |
1679 | } | |
2ca993e8 A |
1680 | pint-metric{ |
1681 | dnam{"mpt"} | |
1682 | other{"{0}mpt"} | |
1683 | } | |
b331163b A |
1684 | quart{ |
1685 | dnam{"qt"} | |
1686 | other{"{0}qt"} | |
1687 | } | |
1688 | tablespoon{ | |
1689 | dnam{"tbsp"} | |
1690 | other{"{0}tbsp"} | |
1691 | } | |
1692 | teaspoon{ | |
1693 | dnam{"tsp"} | |
1694 | other{"{0}tsp"} | |
1695 | } | |
1696 | } | |
1697 | } | |
1698 | } |