OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/ja.xml | 6 // * Source File: <path>/common/main/ja.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/ja.xml | 10 * ICU <specials> source: <path>/common/main/ja.xml |
11 */ | 11 */ |
12 ja{ | 12 ja{ |
13 Version{"2.1.8.9"} | 13 Version{"2.1.8.9"} |
14 units{ | 14 units{ |
15 acceleration{ | |
16 g-force{ | |
17 dnam{"G フォース"} | |
18 other{"{0} G フォース"} | |
19 } | |
20 meter-per-second-squared{ | |
21 dnam{"メートル毎秒毎秒"} | |
22 other{"{0} メートル毎秒毎秒"} | |
23 } | |
24 } | |
25 angle{ | |
26 arc-minute{ | |
27 dnam{"分"} | |
28 other{"{0} 分"} | |
29 } | |
30 arc-second{ | |
31 dnam{"秒"} | |
32 other{"{0} 秒"} | |
33 } | |
34 degree{ | |
35 dnam{"度"} | |
36 other{"{0} 度"} | |
37 } | |
38 radian{ | |
39 dnam{"ラジアン"} | |
40 other{"{0} ラジアン"} | |
41 } | |
42 } | |
43 area{ | |
44 acre{ | |
45 dnam{"エーカー"} | |
46 other{"{0} エーカー"} | |
47 } | |
48 hectare{ | |
49 dnam{"ヘクタール"} | |
50 other{"{0} ヘクタール"} | |
51 } | |
52 square-centimeter{ | |
53 dnam{"平方センチメートル"} | |
54 other{"{0} 平方センチメートル"} | |
55 } | |
56 square-foot{ | |
57 dnam{"平方フィート"} | |
58 other{"{0} 平方フィート"} | |
59 } | |
60 square-inch{ | |
61 dnam{"平方インチ"} | |
62 other{"{0} 平方インチ"} | |
63 } | |
64 square-kilometer{ | |
65 dnam{"平方キロメートル"} | |
66 other{"{0} 平方キロメートル"} | |
67 } | |
68 square-meter{ | |
69 dnam{"平方メートル"} | |
70 other{"{0} 平方メートル"} | |
71 } | |
72 square-mile{ | |
73 dnam{"平方マイル"} | |
74 other{"{0} 平方マイル"} | |
75 } | |
76 square-yard{ | |
77 dnam{"平方ヤード"} | |
78 other{"{0} 平方ヤード"} | |
79 } | |
80 } | |
81 compound{ | 15 compound{ |
82 per{"毎{1} {0}"} | 16 per{"毎{1} {0}"} |
83 } | 17 } |
84 consumption{ | |
85 liter-per-kilometer{ | |
86 dnam{"リットル毎キロメートル"} | |
87 other{"{0} リットル毎キロメートル"} | |
88 } | |
89 mile-per-gallon{ | |
90 dnam{"マイル毎ガロン"} | |
91 other{"{0} マイル毎ガロン"} | |
92 } | |
93 } | |
94 digital{ | |
95 bit{ | |
96 dnam{"ビット"} | |
97 other{"{0} ビット"} | |
98 } | |
99 byte{ | |
100 dnam{"バイト"} | |
101 other{"{0} バイト"} | |
102 } | |
103 gigabit{ | |
104 dnam{"ギガビット"} | |
105 other{"{0} ギガビット"} | |
106 } | |
107 gigabyte{ | |
108 dnam{"ギガバイト"} | |
109 other{"{0} ギガバイト"} | |
110 } | |
111 kilobit{ | |
112 dnam{"キロビット"} | |
113 other{"{0} キロビット"} | |
114 } | |
115 kilobyte{ | |
116 dnam{"キロバイト"} | |
117 other{"{0} キロバイト"} | |
118 } | |
119 megabit{ | |
120 dnam{"メガビット"} | |
121 other{"{0} メガビット"} | |
122 } | |
123 megabyte{ | |
124 dnam{"メガバイト"} | |
125 other{"{0} メガバイト"} | |
126 } | |
127 terabit{ | |
128 dnam{"テラビット"} | |
129 other{"{0} テラビット"} | |
130 } | |
131 terabyte{ | |
132 dnam{"テラバイト"} | |
133 other{"{0} テラバイト"} | |
134 } | |
135 } | |
136 duration{ | 18 duration{ |
137 day{ | 19 day{ |
138 dnam{"日"} | 20 dnam{"日"} |
139 other{"{0} 日"} | 21 other{"{0} 日"} |
140 } | 22 } |
141 hour{ | 23 hour{ |
142 dnam{"時間"} | 24 dnam{"時間"} |
143 other{"{0} 時間"} | 25 other{"{0} 時間"} |
144 per{"{0}/時間"} | 26 per{"{0}/時間"} |
145 } | 27 } |
(...skipping 24 matching lines...) Expand all Loading... |
170 } | 52 } |
171 week{ | 53 week{ |
172 dnam{"週間"} | 54 dnam{"週間"} |
173 other{"{0} 週間"} | 55 other{"{0} 週間"} |
174 } | 56 } |
175 year{ | 57 year{ |
176 dnam{"年"} | 58 dnam{"年"} |
177 other{"{0} 年"} | 59 other{"{0} 年"} |
178 } | 60 } |
179 } | 61 } |
180 electric{ | |
181 ampere{ | |
182 dnam{"アンペア"} | |
183 other{"{0} アンペア"} | |
184 } | |
185 milliampere{ | |
186 dnam{"ミリアンペア"} | |
187 other{"{0} ミリアンペア"} | |
188 } | |
189 ohm{ | |
190 dnam{"オーム"} | |
191 other{"{0} オーム"} | |
192 } | |
193 volt{ | |
194 dnam{"ボルト"} | |
195 other{"{0} ボルト"} | |
196 } | |
197 } | |
198 energy{ | |
199 calorie{ | |
200 dnam{"熱力学カロリー"} | |
201 other{"{0} 熱力学カロリー"} | |
202 } | |
203 foodcalorie{ | |
204 dnam{"カロリー"} | |
205 other{"{0} カロリー"} | |
206 } | |
207 joule{ | |
208 dnam{"ジュール"} | |
209 other{"{0} ジュール"} | |
210 } | |
211 kilocalorie{ | |
212 dnam{"キロカロリー"} | |
213 other{"{0} キロカロリー"} | |
214 } | |
215 kilojoule{ | |
216 dnam{"キロジュール"} | |
217 other{"{0} キロジュール"} | |
218 } | |
219 kilowatt-hour{ | |
220 dnam{"キロワット時"} | |
221 other{"{0} キロワット時"} | |
222 } | |
223 } | |
224 frequency{ | |
225 gigahertz{ | |
226 dnam{"ギガヘルツ"} | |
227 other{"{0} ギガヘルツ"} | |
228 } | |
229 hertz{ | |
230 dnam{"ヘルツ"} | |
231 other{"{0} ヘルツ"} | |
232 } | |
233 kilohertz{ | |
234 dnam{"キロヘルツ"} | |
235 other{"{0} キロヘルツ"} | |
236 } | |
237 megahertz{ | |
238 dnam{"メガヘルツ"} | |
239 other{"{0} メガヘルツ"} | |
240 } | |
241 } | |
242 length{ | |
243 astronomical-unit{ | |
244 dnam{"天文単位"} | |
245 other{"{0} 天文単位"} | |
246 } | |
247 centimeter{ | |
248 dnam{"センチメートル"} | |
249 other{"{0} センチメートル"} | |
250 } | |
251 decimeter{ | |
252 dnam{"デシメートル"} | |
253 other{"{0} デシメートル"} | |
254 } | |
255 fathom{ | |
256 dnam{"ファゾム"} | |
257 other{"{0} ファゾム"} | |
258 } | |
259 foot{ | |
260 dnam{"フィート"} | |
261 other{"{0} フィート"} | |
262 } | |
263 furlong{ | |
264 dnam{"ハロン"} | |
265 other{"{0} ハロン"} | |
266 } | |
267 inch{ | |
268 dnam{"インチ"} | |
269 other{"{0} インチ"} | |
270 } | |
271 kilometer{ | |
272 dnam{"キロメートル"} | |
273 other{"{0} キロメートル"} | |
274 } | |
275 light-year{ | |
276 dnam{"光年"} | |
277 other{"{0} 光年"} | |
278 } | |
279 meter{ | |
280 dnam{"メートル"} | |
281 other{"{0} メートル"} | |
282 } | |
283 micrometer{ | |
284 dnam{"マイクロメートル"} | |
285 other{"{0} マイクロメートル"} | |
286 } | |
287 mile{ | |
288 dnam{"マイル"} | |
289 other{"{0} マイル"} | |
290 } | |
291 millimeter{ | |
292 dnam{"ミリメートル"} | |
293 other{"{0} ミリメートル"} | |
294 } | |
295 nanometer{ | |
296 dnam{"ナノメートル"} | |
297 other{"{0} ナノメートル"} | |
298 } | |
299 nautical-mile{ | |
300 dnam{"海里"} | |
301 other{"{0} 海里"} | |
302 } | |
303 parsec{ | |
304 dnam{"パーセク"} | |
305 other{"{0} パーセク"} | |
306 } | |
307 picometer{ | |
308 dnam{"ピコメートル"} | |
309 other{"{0} ピコメートル"} | |
310 } | |
311 yard{ | |
312 dnam{"ヤード"} | |
313 other{"{0} ヤード"} | |
314 } | |
315 } | |
316 light{ | |
317 lux{ | |
318 dnam{"ルクス"} | |
319 other{"{0} ルクス"} | |
320 } | |
321 } | |
322 mass{ | |
323 carat{ | |
324 dnam{"カラット"} | |
325 other{"{0} カラット"} | |
326 } | |
327 gram{ | |
328 dnam{"グラム"} | |
329 other{"{0} グラム"} | |
330 } | |
331 kilogram{ | |
332 dnam{"キログラム"} | |
333 other{"{0} キログラム"} | |
334 } | |
335 metric-ton{ | |
336 dnam{"メトリックトン"} | |
337 other{"{0} メトリックトン"} | |
338 } | |
339 microgram{ | |
340 dnam{"マイクログラム"} | |
341 other{"{0} マイクログラム"} | |
342 } | |
343 milligram{ | |
344 dnam{"ミリグラム"} | |
345 other{"{0} ミリグラム"} | |
346 } | |
347 ounce{ | |
348 dnam{"オンス"} | |
349 other{"{0} オンス"} | |
350 } | |
351 ounce-troy{ | |
352 dnam{"トロイオンス"} | |
353 other{"{0} トロイオンス"} | |
354 } | |
355 pound{ | |
356 dnam{"ポンド"} | |
357 other{"{0} ポンド"} | |
358 } | |
359 stone{ | |
360 dnam{"ストーン"} | |
361 other{"{0} ストーン"} | |
362 } | |
363 ton{ | |
364 dnam{"トン"} | |
365 other{"{0} トン"} | |
366 } | |
367 } | |
368 power{ | |
369 gigawatt{ | |
370 dnam{"ギガワット"} | |
371 other{"{0} ギガワット"} | |
372 } | |
373 horsepower{ | |
374 dnam{"馬力"} | |
375 other{"{0} 馬力"} | |
376 } | |
377 kilowatt{ | |
378 dnam{"キロワット"} | |
379 other{"{0} キロワット"} | |
380 } | |
381 megawatt{ | |
382 dnam{"メガワット"} | |
383 other{"{0} メガワット"} | |
384 } | |
385 milliwatt{ | |
386 dnam{"ミリワット"} | |
387 other{"{0} ミリワット"} | |
388 } | |
389 watt{ | |
390 dnam{"ワット"} | |
391 other{"{0} ワット"} | |
392 } | |
393 } | |
394 pressure{ | |
395 hectopascal{ | |
396 dnam{"ヘクトパスカル"} | |
397 other{"{0} ヘクトパスカル"} | |
398 } | |
399 inch-hg{ | |
400 dnam{"水銀柱インチ"} | |
401 other{"{0} 水銀柱インチ"} | |
402 } | |
403 millibar{ | |
404 dnam{"ミリバール"} | |
405 other{"{0} ミリバール"} | |
406 } | |
407 millimeter-of-mercury{ | |
408 dnam{"水銀柱ミリメートル"} | |
409 other{"{0} 水銀柱ミリメートル"} | |
410 } | |
411 pound-per-square-inch{ | |
412 dnam{"重量ポンド毎平方インチ"} | |
413 other{"{0} 重量ポンド毎平方インチ"} | |
414 } | |
415 } | |
416 proportion{ | |
417 karat{ | |
418 dnam{"金"} | |
419 other{"{0} 金"} | |
420 } | |
421 } | |
422 speed{ | |
423 kilometer-per-hour{ | |
424 dnam{"キロメートル毎時"} | |
425 other{"時速 {0} キロメートル"} | |
426 } | |
427 meter-per-second{ | |
428 dnam{"メートル毎秒"} | |
429 other{"秒速 {0} メートル"} | |
430 } | |
431 mile-per-hour{ | |
432 dnam{"マイル毎時"} | |
433 other{"時速 {0} マイル"} | |
434 } | |
435 } | |
436 temperature{ | |
437 celsius{ | |
438 dnam{"摂氏"} | |
439 other{"摂氏 {0} 度"} | |
440 } | |
441 fahrenheit{ | |
442 dnam{"華氏"} | |
443 other{"華氏 {0} 度"} | |
444 } | |
445 kelvin{ | |
446 dnam{"ケルビン"} | |
447 other{"{0} ケルビン"} | |
448 } | |
449 } | |
450 volume{ | |
451 acre-foot{ | |
452 dnam{"エーカーフィート"} | |
453 other{"{0} エーカーフィート"} | |
454 } | |
455 bushel{ | |
456 dnam{"ブッシェル"} | |
457 other{"{0} ブッシェル"} | |
458 } | |
459 centiliter{ | |
460 dnam{"センチリットル"} | |
461 other{"{0} センチリットル"} | |
462 } | |
463 cubic-centimeter{ | |
464 dnam{"立方センチメートル"} | |
465 other{"{0} 立方センチメートル"} | |
466 } | |
467 cubic-foot{ | |
468 dnam{"立方フィート"} | |
469 other{"{0} 立方フィート"} | |
470 } | |
471 cubic-inch{ | |
472 dnam{"立方インチ"} | |
473 other{"{0} 立方インチ"} | |
474 } | |
475 cubic-kilometer{ | |
476 dnam{"立方キロメートル"} | |
477 other{"{0} 立方キロメートル"} | |
478 } | |
479 cubic-meter{ | |
480 dnam{"立方メートル"} | |
481 other{"{0} 立方メートル"} | |
482 } | |
483 cubic-mile{ | |
484 dnam{"立方マイル"} | |
485 other{"{0} 立方マイル"} | |
486 } | |
487 cubic-yard{ | |
488 dnam{"立方ヤード"} | |
489 other{"{0} 立方ヤード"} | |
490 } | |
491 cup{ | |
492 dnam{"カップ"} | |
493 other{"{0} カップ"} | |
494 } | |
495 deciliter{ | |
496 dnam{"デシリットル"} | |
497 other{"{0} デシリットル"} | |
498 } | |
499 fluid-ounce{ | |
500 dnam{"液量オンス"} | |
501 other{"{0} 液量オンス"} | |
502 } | |
503 gallon{ | |
504 dnam{"ガロン"} | |
505 other{"{0} ガロン"} | |
506 } | |
507 hectoliter{ | |
508 dnam{"ヘクトリットル"} | |
509 other{"{0} ヘクトリットル"} | |
510 } | |
511 liter{ | |
512 dnam{"リットル"} | |
513 other{"{0} リットル"} | |
514 } | |
515 megaliter{ | |
516 dnam{"メガリットル"} | |
517 other{"{0} メガリットル"} | |
518 } | |
519 milliliter{ | |
520 dnam{"ミリリットル"} | |
521 other{"{0} ミリリットル"} | |
522 } | |
523 pint{ | |
524 dnam{"パイント"} | |
525 other{"{0} パイント"} | |
526 } | |
527 quart{ | |
528 dnam{"クォート"} | |
529 other{"{0} クォート"} | |
530 } | |
531 tablespoon{ | |
532 dnam{"大さじ"} | |
533 other{"大さじ {0}"} | |
534 } | |
535 teaspoon{ | |
536 dnam{"小さじ"} | |
537 other{"小さじ {0}"} | |
538 } | |
539 } | |
540 } | 62 } |
541 unitsNarrow{ | 63 unitsNarrow{ |
542 acceleration{ | |
543 g-force{ | |
544 other{"{0}G"} | |
545 } | |
546 meter-per-second-squared{ | |
547 other{"{0}m/s²"} | |
548 } | |
549 } | |
550 angle{ | |
551 arc-minute{ | |
552 other{"{0}′"} | |
553 } | |
554 arc-second{ | |
555 other{"{0}″"} | |
556 } | |
557 degree{ | |
558 other{"{0}°"} | |
559 } | |
560 radian{ | |
561 other{"{0}rad"} | |
562 } | |
563 } | |
564 area{ | |
565 acre{ | |
566 other{"{0}ac"} | |
567 } | |
568 hectare{ | |
569 other{"{0}ha"} | |
570 } | |
571 square-centimeter{ | |
572 other{"{0}cm²"} | |
573 } | |
574 square-foot{ | |
575 other{"{0}ft²"} | |
576 } | |
577 square-inch{ | |
578 other{"{0}in²"} | |
579 } | |
580 square-kilometer{ | |
581 other{"{0}km²"} | |
582 } | |
583 square-meter{ | |
584 other{"{0}m²"} | |
585 } | |
586 square-mile{ | |
587 other{"{0}mi²"} | |
588 } | |
589 square-yard{ | |
590 other{"{0}yd²"} | |
591 } | |
592 } | |
593 compound{ | 64 compound{ |
594 per{"{0}/{1}"} | 65 per{"{0}/{1}"} |
595 } | 66 } |
596 consumption{ | |
597 liter-per-kilometer{ | |
598 other{"{0}L/km"} | |
599 } | |
600 mile-per-gallon{ | |
601 other{"{0}mpg"} | |
602 } | |
603 } | |
604 digital{ | |
605 bit{ | |
606 other{"{0}b"} | |
607 } | |
608 byte{ | |
609 other{"{0}B"} | |
610 } | |
611 gigabit{ | |
612 other{"{0}Gb"} | |
613 } | |
614 gigabyte{ | |
615 other{"{0}GB"} | |
616 } | |
617 kilobit{ | |
618 other{"{0}kb"} | |
619 } | |
620 kilobyte{ | |
621 other{"{0}KB"} | |
622 } | |
623 megabit{ | |
624 other{"{0}Mb"} | |
625 } | |
626 megabyte{ | |
627 other{"{0}MB"} | |
628 } | |
629 terabit{ | |
630 other{"{0}Tb"} | |
631 } | |
632 terabyte{ | |
633 other{"{0}TB"} | |
634 } | |
635 } | |
636 duration{ | 67 duration{ |
637 day{ | 68 day{ |
638 dnam{"日"} | 69 dnam{"日"} |
639 other{"{0}日"} | 70 other{"{0}日"} |
640 } | 71 } |
641 hour{ | 72 hour{ |
642 dnam{"時間"} | 73 dnam{"時間"} |
643 other{"{0}時間"} | 74 other{"{0}時間"} |
644 } | 75 } |
645 microsecond{ | 76 microsecond{ |
(...skipping 22 matching lines...) Expand all Loading... |
668 } | 99 } |
669 week{ | 100 week{ |
670 dnam{"週間"} | 101 dnam{"週間"} |
671 other{"{0}週間"} | 102 other{"{0}週間"} |
672 } | 103 } |
673 year{ | 104 year{ |
674 dnam{"年"} | 105 dnam{"年"} |
675 other{"{0}年"} | 106 other{"{0}年"} |
676 } | 107 } |
677 } | 108 } |
678 electric{ | |
679 ampere{ | |
680 other{"{0}A"} | |
681 } | |
682 milliampere{ | |
683 other{"{0}mA"} | |
684 } | |
685 ohm{ | |
686 other{"{0}Ω"} | |
687 } | |
688 volt{ | |
689 other{"{0}V"} | |
690 } | |
691 } | |
692 energy{ | |
693 calorie{ | |
694 other{"{0}calth"} | |
695 } | |
696 foodcalorie{ | |
697 other{"{0}cal"} | |
698 } | |
699 joule{ | |
700 other{"{0}J"} | |
701 } | |
702 kilocalorie{ | |
703 other{"{0}kcal"} | |
704 } | |
705 kilojoule{ | |
706 other{"{0}kJ"} | |
707 } | |
708 kilowatt-hour{ | |
709 other{"{0}kWh"} | |
710 } | |
711 } | |
712 frequency{ | |
713 gigahertz{ | |
714 other{"{0}GHz"} | |
715 } | |
716 hertz{ | |
717 other{"{0}Hz"} | |
718 } | |
719 kilohertz{ | |
720 other{"{0}kHz"} | |
721 } | |
722 megahertz{ | |
723 other{"{0}MHz"} | |
724 } | |
725 } | |
726 length{ | |
727 astronomical-unit{ | |
728 other{"{0}au"} | |
729 } | |
730 centimeter{ | |
731 dnam{"cm"} | |
732 other{"{0}cm"} | |
733 } | |
734 decimeter{ | |
735 other{"{0}dm"} | |
736 } | |
737 fathom{ | |
738 dnam{"fm"} | |
739 other{"{0}fm"} | |
740 } | |
741 foot{ | |
742 other{"{0}′"} | |
743 } | |
744 furlong{ | |
745 dnam{"fur"} | |
746 other{"{0}fur"} | |
747 } | |
748 inch{ | |
749 other{"{0}″"} | |
750 } | |
751 kilometer{ | |
752 dnam{"km"} | |
753 other{"{0}km"} | |
754 } | |
755 light-year{ | |
756 other{"{0}光年"} | |
757 } | |
758 meter{ | |
759 dnam{"m"} | |
760 other{"{0}m"} | |
761 } | |
762 micrometer{ | |
763 other{"{0}µm"} | |
764 } | |
765 mile{ | |
766 other{"{0}マイル"} | |
767 } | |
768 millimeter{ | |
769 dnam{"mm"} | |
770 other{"{0}mm"} | |
771 } | |
772 nanometer{ | |
773 other{"{0}nm"} | |
774 } | |
775 nautical-mile{ | |
776 other{"{0}海里"} | |
777 } | |
778 parsec{ | |
779 other{"{0}pc"} | |
780 } | |
781 picometer{ | |
782 other{"{0}pm"} | |
783 } | |
784 yard{ | |
785 other{"{0}ヤード"} | |
786 } | |
787 } | |
788 light{ | |
789 lux{ | |
790 other{"{0}lx"} | |
791 } | |
792 } | |
793 mass{ | |
794 carat{ | |
795 other{"{0}ct"} | |
796 } | |
797 gram{ | |
798 dnam{"g"} | |
799 other{"{0}g"} | |
800 } | |
801 kilogram{ | |
802 dnam{"kg"} | |
803 other{"{0}kg"} | |
804 } | |
805 metric-ton{ | |
806 other{"{0}MT"} | |
807 } | |
808 microgram{ | |
809 other{"{0}µg"} | |
810 } | |
811 milligram{ | |
812 other{"{0}mg"} | |
813 } | |
814 ounce{ | |
815 other{"{0}oz"} | |
816 } | |
817 ounce-troy{ | |
818 other{"{0}oz t"} | |
819 } | |
820 pound{ | |
821 other{"{0}lb"} | |
822 } | |
823 stone{ | |
824 dnam{"st"} | |
825 other{"{0}st"} | |
826 } | |
827 ton{ | |
828 other{"{0}t"} | |
829 } | |
830 } | |
831 power{ | |
832 gigawatt{ | |
833 other{"{0}GW"} | |
834 } | |
835 horsepower{ | |
836 other{"{0}hp"} | |
837 } | |
838 kilowatt{ | |
839 other{"{0}kW"} | |
840 } | |
841 megawatt{ | |
842 other{"{0}MW"} | |
843 } | |
844 milliwatt{ | |
845 other{"{0}mW"} | |
846 } | |
847 watt{ | |
848 other{"{0}W"} | |
849 } | |
850 } | |
851 pressure{ | |
852 hectopascal{ | |
853 dnam{"hPa"} | |
854 other{"{0}hPa"} | |
855 } | |
856 inch-hg{ | |
857 other{"{0}\u0022 Hg"} | |
858 } | |
859 millibar{ | |
860 other{"{0}mb"} | |
861 } | |
862 millimeter-of-mercury{ | |
863 other{"{0}mm Hg"} | |
864 } | |
865 pound-per-square-inch{ | |
866 other{"{0}psi"} | |
867 } | |
868 } | |
869 proportion{ | |
870 karat{ | |
871 other{"{0}K"} | |
872 } | |
873 } | |
874 speed{ | |
875 kilometer-per-hour{ | |
876 dnam{"km/h"} | |
877 other{"{0}km/h"} | |
878 } | |
879 meter-per-second{ | |
880 other{"{0}m/s"} | |
881 } | |
882 mile-per-hour{ | |
883 other{"{0}mi/h"} | |
884 } | |
885 } | |
886 temperature{ | |
887 celsius{ | |
888 dnam{"°C"} | |
889 other{"{0}°"} | |
890 } | |
891 fahrenheit{ | |
892 other{"{0}°F"} | |
893 } | |
894 kelvin{ | |
895 dnam{"K"} | |
896 other{"{0}K"} | |
897 } | |
898 } | |
899 volume{ | |
900 acre-foot{ | |
901 other{"{0}ac ft"} | |
902 } | |
903 bushel{ | |
904 dnam{"bu"} | |
905 other{"{0}bu"} | |
906 } | |
907 centiliter{ | |
908 other{"{0}cL"} | |
909 } | |
910 cubic-centimeter{ | |
911 other{"{0}cm³"} | |
912 } | |
913 cubic-foot{ | |
914 other{"{0}ft³"} | |
915 } | |
916 cubic-inch{ | |
917 other{"{0}in³"} | |
918 } | |
919 cubic-kilometer{ | |
920 other{"{0}km³"} | |
921 } | |
922 cubic-meter{ | |
923 other{"{0}m³"} | |
924 } | |
925 cubic-mile{ | |
926 other{"{0}mi³"} | |
927 } | |
928 cubic-yard{ | |
929 other{"{0}yd³"} | |
930 } | |
931 cup{ | |
932 other{"{0}カップ"} | |
933 } | |
934 deciliter{ | |
935 other{"{0}dL"} | |
936 } | |
937 fluid-ounce{ | |
938 other{"{0}fl oz"} | |
939 } | |
940 gallon{ | |
941 other{"{0}gal"} | |
942 } | |
943 hectoliter{ | |
944 other{"{0}hL"} | |
945 } | |
946 liter{ | |
947 dnam{"l"} | |
948 other{"{0}l"} | |
949 } | |
950 megaliter{ | |
951 other{"{0}ML"} | |
952 } | |
953 milliliter{ | |
954 other{"{0}ml"} | |
955 } | |
956 pint{ | |
957 other{"{0}pt"} | |
958 } | |
959 quart{ | |
960 other{"{0}qt"} | |
961 } | |
962 tablespoon{ | |
963 other{"大さじ{0}"} | |
964 } | |
965 teaspoon{ | |
966 other{"小さじ{0}"} | |
967 } | |
968 } | |
969 } | 109 } |
970 unitsShort{ | 110 unitsShort{ |
971 acceleration{ | |
972 g-force{ | |
973 dnam{"G フォース"} | |
974 other{"{0} G"} | |
975 } | |
976 meter-per-second-squared{ | |
977 dnam{"メートル毎秒毎秒"} | |
978 other{"{0} m/s²"} | |
979 } | |
980 } | |
981 angle{ | |
982 arc-minute{ | |
983 dnam{"分"} | |
984 other{"{0} 分"} | |
985 } | |
986 arc-second{ | |
987 dnam{"秒"} | |
988 other{"{0} 秒"} | |
989 } | |
990 degree{ | |
991 dnam{"度"} | |
992 other{"{0} 度"} | |
993 } | |
994 radian{ | |
995 dnam{"ラジアン"} | |
996 other{"{0} rad"} | |
997 } | |
998 } | |
999 area{ | |
1000 acre{ | |
1001 dnam{"エーカー"} | |
1002 other{"{0} ac"} | |
1003 } | |
1004 hectare{ | |
1005 dnam{"ヘクタール"} | |
1006 other{"{0} ha"} | |
1007 } | |
1008 square-centimeter{ | |
1009 dnam{"cm²"} | |
1010 other{"{0} cm²"} | |
1011 } | |
1012 square-foot{ | |
1013 dnam{"平方フィート"} | |
1014 other{"{0} ft²"} | |
1015 } | |
1016 square-inch{ | |
1017 dnam{"平方インチ"} | |
1018 other{"{0} in²"} | |
1019 } | |
1020 square-kilometer{ | |
1021 dnam{"km²"} | |
1022 other{"{0} km²"} | |
1023 } | |
1024 square-meter{ | |
1025 dnam{"m²"} | |
1026 other{"{0} m²"} | |
1027 } | |
1028 square-mile{ | |
1029 dnam{"平方マイル"} | |
1030 other{"{0} mi²"} | |
1031 } | |
1032 square-yard{ | |
1033 dnam{"平方ヤード"} | |
1034 other{"{0} yd²"} | |
1035 } | |
1036 } | |
1037 compound{ | 111 compound{ |
1038 per{"{0}/{1}"} | 112 per{"{0}/{1}"} |
1039 } | 113 } |
1040 consumption{ | |
1041 liter-per-kilometer{ | |
1042 dnam{"リットル毎キロメートル"} | |
1043 other{"{0} L/km"} | |
1044 } | |
1045 mile-per-gallon{ | |
1046 dnam{"マイル毎ガロン"} | |
1047 other{"{0} mpg"} | |
1048 } | |
1049 } | |
1050 digital{ | |
1051 bit{ | |
1052 dnam{"ビット"} | |
1053 other{"{0} bit"} | |
1054 } | |
1055 byte{ | |
1056 dnam{"バイト"} | |
1057 other{"{0} byte"} | |
1058 } | |
1059 gigabit{ | |
1060 dnam{"ギガビット"} | |
1061 other{"{0} Gb"} | |
1062 } | |
1063 gigabyte{ | |
1064 dnam{"GB"} | |
1065 other{"{0} GB"} | |
1066 } | |
1067 kilobit{ | |
1068 dnam{"キロビット"} | |
1069 other{"{0} kb"} | |
1070 } | |
1071 kilobyte{ | |
1072 dnam{"KB"} | |
1073 other{"{0} KB"} | |
1074 } | |
1075 megabit{ | |
1076 dnam{"メガビット"} | |
1077 other{"{0} Mb"} | |
1078 } | |
1079 megabyte{ | |
1080 dnam{"MB"} | |
1081 other{"{0} MB"} | |
1082 } | |
1083 terabit{ | |
1084 dnam{"テラビット"} | |
1085 other{"{0} Tb"} | |
1086 } | |
1087 terabyte{ | |
1088 dnam{"テラバイト"} | |
1089 other{"{0} TB"} | |
1090 } | |
1091 } | |
1092 duration{ | 114 duration{ |
1093 day{ | 115 day{ |
1094 dnam{"日"} | 116 dnam{"日"} |
1095 other{"{0} 日"} | 117 other{"{0} 日"} |
1096 } | 118 } |
1097 hour{ | 119 hour{ |
1098 dnam{"時間"} | 120 dnam{"時間"} |
1099 other{"{0} 時間"} | 121 other{"{0} 時間"} |
1100 per{"{0}/時間"} | 122 per{"{0}/時間"} |
1101 } | 123 } |
(...skipping 24 matching lines...) Expand all Loading... |
1126 } | 148 } |
1127 week{ | 149 week{ |
1128 dnam{"週間"} | 150 dnam{"週間"} |
1129 other{"{0} 週間"} | 151 other{"{0} 週間"} |
1130 } | 152 } |
1131 year{ | 153 year{ |
1132 dnam{"年"} | 154 dnam{"年"} |
1133 other{"{0} 年"} | 155 other{"{0} 年"} |
1134 } | 156 } |
1135 } | 157 } |
1136 electric{ | |
1137 ampere{ | |
1138 dnam{"アンペア"} | |
1139 other{"{0} A"} | |
1140 } | |
1141 milliampere{ | |
1142 dnam{"ミリアンペア"} | |
1143 other{"{0} mA"} | |
1144 } | |
1145 ohm{ | |
1146 dnam{"オーム"} | |
1147 other{"{0} Ω"} | |
1148 } | |
1149 volt{ | |
1150 dnam{"ボルト"} | |
1151 other{"{0} V"} | |
1152 } | |
1153 } | |
1154 energy{ | |
1155 calorie{ | |
1156 dnam{"熱力学カロリー"} | |
1157 other{"{0} calth"} | |
1158 } | |
1159 foodcalorie{ | |
1160 dnam{"cal"} | |
1161 other{"{0} cal"} | |
1162 } | |
1163 joule{ | |
1164 dnam{"ジュール"} | |
1165 other{"{0} J"} | |
1166 } | |
1167 kilocalorie{ | |
1168 dnam{"kcal"} | |
1169 other{"{0} kcal"} | |
1170 } | |
1171 kilojoule{ | |
1172 dnam{"キロジュール"} | |
1173 other{"{0} kJ"} | |
1174 } | |
1175 kilowatt-hour{ | |
1176 dnam{"キロワット時"} | |
1177 other{"{0} kWh"} | |
1178 } | |
1179 } | |
1180 frequency{ | |
1181 gigahertz{ | |
1182 dnam{"ギガヘルツ"} | |
1183 other{"{0} GHz"} | |
1184 } | |
1185 hertz{ | |
1186 dnam{"Hz"} | |
1187 other{"{0} Hz"} | |
1188 } | |
1189 kilohertz{ | |
1190 dnam{"kHz"} | |
1191 other{"{0} kHz"} | |
1192 } | |
1193 megahertz{ | |
1194 dnam{"メガヘルツ"} | |
1195 other{"{0} MHz"} | |
1196 } | |
1197 } | |
1198 length{ | |
1199 astronomical-unit{ | |
1200 dnam{"天文単位"} | |
1201 other{"{0} au"} | |
1202 } | |
1203 centimeter{ | |
1204 dnam{"cm"} | |
1205 other{"{0} cm"} | |
1206 } | |
1207 decimeter{ | |
1208 dnam{"デシメートル"} | |
1209 other{"{0} dm"} | |
1210 } | |
1211 fathom{ | |
1212 dnam{"ファゾム"} | |
1213 other{"{0} fm"} | |
1214 } | |
1215 foot{ | |
1216 dnam{"フィート"} | |
1217 other{"{0} ft"} | |
1218 } | |
1219 furlong{ | |
1220 dnam{"ハロン"} | |
1221 other{"{0} fur"} | |
1222 } | |
1223 inch{ | |
1224 dnam{"インチ"} | |
1225 other{"{0} in"} | |
1226 } | |
1227 kilometer{ | |
1228 dnam{"km"} | |
1229 other{"{0} km"} | |
1230 } | |
1231 light-year{ | |
1232 dnam{"光年"} | |
1233 other{"{0} 光年"} | |
1234 } | |
1235 meter{ | |
1236 dnam{"m"} | |
1237 other{"{0} m"} | |
1238 } | |
1239 micrometer{ | |
1240 dnam{"マイクロメートル"} | |
1241 other{"{0} µm"} | |
1242 } | |
1243 mile{ | |
1244 dnam{"マイル"} | |
1245 other{"{0} mi"} | |
1246 } | |
1247 millimeter{ | |
1248 dnam{"mm"} | |
1249 other{"{0} mm"} | |
1250 } | |
1251 nanometer{ | |
1252 dnam{"ナノメートル"} | |
1253 other{"{0} nm"} | |
1254 } | |
1255 nautical-mile{ | |
1256 dnam{"海里"} | |
1257 other{"{0} 海里"} | |
1258 } | |
1259 parsec{ | |
1260 dnam{"パーセク"} | |
1261 other{"{0} pc"} | |
1262 } | |
1263 picometer{ | |
1264 dnam{"ピコメートル"} | |
1265 other{"{0} pm"} | |
1266 } | |
1267 yard{ | |
1268 dnam{"ヤード"} | |
1269 other{"{0} yd"} | |
1270 } | |
1271 } | |
1272 light{ | |
1273 lux{ | |
1274 dnam{"ルクス"} | |
1275 other{"{0} lx"} | |
1276 } | |
1277 } | |
1278 mass{ | |
1279 carat{ | |
1280 dnam{"カラット"} | |
1281 other{"{0} ct"} | |
1282 } | |
1283 gram{ | |
1284 dnam{"グラム"} | |
1285 other{"{0} g"} | |
1286 } | |
1287 kilogram{ | |
1288 dnam{"kg"} | |
1289 other{"{0} kg"} | |
1290 } | |
1291 metric-ton{ | |
1292 dnam{"メトリックトン"} | |
1293 other{"{0} MT"} | |
1294 } | |
1295 microgram{ | |
1296 dnam{"マイクログラム"} | |
1297 other{"{0} µg"} | |
1298 } | |
1299 milligram{ | |
1300 dnam{"mg"} | |
1301 other{"{0} mg"} | |
1302 } | |
1303 ounce{ | |
1304 dnam{"オンス"} | |
1305 other{"{0} oz"} | |
1306 } | |
1307 ounce-troy{ | |
1308 dnam{"トロイオンス"} | |
1309 other{"{0} oz t"} | |
1310 } | |
1311 pound{ | |
1312 dnam{"ポンド"} | |
1313 other{"{0} lb"} | |
1314 } | |
1315 stone{ | |
1316 dnam{"ストーン"} | |
1317 other{"{0} st"} | |
1318 } | |
1319 ton{ | |
1320 dnam{"トン"} | |
1321 other{"{0} t"} | |
1322 } | |
1323 } | |
1324 power{ | |
1325 gigawatt{ | |
1326 dnam{"ギガワット"} | |
1327 other{"{0} GW"} | |
1328 } | |
1329 horsepower{ | |
1330 dnam{"馬力"} | |
1331 other{"{0} 馬力"} | |
1332 } | |
1333 kilowatt{ | |
1334 dnam{"キロワット"} | |
1335 other{"{0} kW"} | |
1336 } | |
1337 megawatt{ | |
1338 dnam{"メガワット"} | |
1339 other{"{0} MW"} | |
1340 } | |
1341 milliwatt{ | |
1342 dnam{"ミリワット"} | |
1343 other{"{0} mW"} | |
1344 } | |
1345 watt{ | |
1346 dnam{"ワット"} | |
1347 other{"{0} W"} | |
1348 } | |
1349 } | |
1350 pressure{ | |
1351 hectopascal{ | |
1352 dnam{"hPa"} | |
1353 other{"{0} hPa"} | |
1354 } | |
1355 inch-hg{ | |
1356 dnam{"水銀柱インチ"} | |
1357 other{"{0} inHg"} | |
1358 } | |
1359 millibar{ | |
1360 dnam{"ミリバール"} | |
1361 other{"{0} mb"} | |
1362 } | |
1363 millimeter-of-mercury{ | |
1364 dnam{"水銀柱ミリメートル"} | |
1365 other{"{0} mm Hg"} | |
1366 } | |
1367 pound-per-square-inch{ | |
1368 dnam{"重量ポンド毎平方インチ"} | |
1369 other{"{0} psi"} | |
1370 } | |
1371 } | |
1372 proportion{ | |
1373 karat{ | |
1374 dnam{"金"} | |
1375 other{"{0} 金"} | |
1376 } | |
1377 } | |
1378 speed{ | |
1379 kilometer-per-hour{ | |
1380 dnam{"km/h"} | |
1381 other{"{0} km/h"} | |
1382 } | |
1383 meter-per-second{ | |
1384 dnam{"m/s"} | |
1385 other{"{0} m/s"} | |
1386 } | |
1387 mile-per-hour{ | |
1388 dnam{"マイル毎時"} | |
1389 other{"{0} mi/h"} | |
1390 } | |
1391 } | |
1392 temperature{ | |
1393 celsius{ | |
1394 dnam{"°C"} | |
1395 other{"{0}°C"} | |
1396 } | |
1397 fahrenheit{ | |
1398 dnam{"華氏"} | |
1399 other{"{0}°F"} | |
1400 } | |
1401 kelvin{ | |
1402 dnam{"K"} | |
1403 other{"{0} K"} | |
1404 } | |
1405 } | |
1406 volume{ | |
1407 acre-foot{ | |
1408 dnam{"エーカーフィート"} | |
1409 other{"{0} ac ft"} | |
1410 } | |
1411 bushel{ | |
1412 dnam{"ブッシェル"} | |
1413 other{"{0} bu"} | |
1414 } | |
1415 centiliter{ | |
1416 dnam{"センチリットル"} | |
1417 other{"{0} cL"} | |
1418 } | |
1419 cubic-centimeter{ | |
1420 dnam{"cm³"} | |
1421 other{"{0} cm³"} | |
1422 } | |
1423 cubic-foot{ | |
1424 dnam{"立方フィート"} | |
1425 other{"{0} ft³"} | |
1426 } | |
1427 cubic-inch{ | |
1428 dnam{"立方インチ"} | |
1429 other{"{0} in³"} | |
1430 } | |
1431 cubic-kilometer{ | |
1432 dnam{"km³"} | |
1433 other{"{0} km³"} | |
1434 } | |
1435 cubic-meter{ | |
1436 dnam{"m³"} | |
1437 other{"{0} m³"} | |
1438 } | |
1439 cubic-mile{ | |
1440 dnam{"立方マイル"} | |
1441 other{"{0} mi³"} | |
1442 } | |
1443 cubic-yard{ | |
1444 dnam{"立方ヤード"} | |
1445 other{"{0} yd³"} | |
1446 } | |
1447 cup{ | |
1448 dnam{"カップ"} | |
1449 other{"{0} カップ"} | |
1450 } | |
1451 deciliter{ | |
1452 dnam{"デシリットル"} | |
1453 other{"{0} dL"} | |
1454 } | |
1455 fluid-ounce{ | |
1456 dnam{"液量オンス"} | |
1457 other{"{0} fl oz"} | |
1458 } | |
1459 gallon{ | |
1460 dnam{"ガロン"} | |
1461 other{"{0} gal"} | |
1462 } | |
1463 hectoliter{ | |
1464 dnam{"ヘクトリットル"} | |
1465 other{"{0} hL"} | |
1466 } | |
1467 liter{ | |
1468 dnam{"リットル"} | |
1469 other{"{0} l"} | |
1470 } | |
1471 megaliter{ | |
1472 dnam{"メガリットル"} | |
1473 other{"{0} ML"} | |
1474 } | |
1475 milliliter{ | |
1476 dnam{"ml"} | |
1477 other{"{0} ml"} | |
1478 } | |
1479 pint{ | |
1480 dnam{"パイント"} | |
1481 other{"{0} pt"} | |
1482 } | |
1483 quart{ | |
1484 dnam{"クォート"} | |
1485 other{"{0} qt"} | |
1486 } | |
1487 tablespoon{ | |
1488 dnam{"大さじ"} | |
1489 other{"大さじ {0}"} | |
1490 } | |
1491 teaspoon{ | |
1492 dnam{"小さじ"} | |
1493 other{"小さじ {0}"} | |
1494 } | |
1495 } | |
1496 } | 158 } |
1497 } | 159 } |
OLD | NEW |