1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- [
- {"category": "Length",
- "mappings": {
- "default": {
- "default": "millimeters"
- }
- },
- "key": "mm",
- "names": ["mm"]
- },
- {"category": "Length",
- "mappings": {
- "default": {
- "default": "centimeters"
- }
- },
- "key": "cm",
- "names": ["cm"]
- },
- {"category": "Length",
- "mappings": {
- "default": {
- "default": "meters"
- }
- },
- "key": "m",
- "names": ["m"]
- },
- {"category": "Length",
- "mappings": {
- "default": {
- "default": "kilometers"
- }
- },
- "key": "km",
- "names": ["km"]
- },
- {"category": "Length",
- "mappings": {
- "default": {
- "default": "feet"
- }
- },
- "key": "ft",
- "names": ["ft", "ft."]
- },
- {"category": "Length",
- "mappings": {
- "default": {
- "default": "inches"
- }
- },
- "key": "in",
- "names": ["in", "in."]
- },
- {"category": "Length",
- "mappings": {
- "default": {
- "default": "miles"
- }
- },
- "key": "mi",
- "names": ["mi", "mi."]
- },
- {"category": "Length",
- "mappings": {
- "default": {
- "default": "yards"
- }
- },
- "key": "yd",
- "names": ["yd", "yd."]
- },
- {"category": "",
- "mappings": {
- "default": {
- "default": "nautical miles"
- }
- },
- "key": "n.m.",
- "names": ["n.m."]
- }
- ]
|