1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- [
- {"category": "",
- "mappings": {
- "default": {
- "default": "bits"
- }
- },
- "key": "b",
- "names": ["b"]
- },
- {"category": "",
- "mappings": {
- "default": {
- "default": "bytes"
- }
- },
- "key": "B",
- "names": ["B"]
- },
- {"category": "",
- "mappings": {
- "default": {
- "default": "kilobytes"
- }
- },
- "key": "KB",
- "names": ["KB"]
- },
- {"category": "",
- "mappings": {
- "default": {
- "default": "megabytes"
- }
- },
- "key": "MB",
- "names": ["MB"]
- },
- {"category": "",
- "mappings": {
- "default": {
- "default": "gigabytes"
- }
- },
- "key": "GB",
- "names": ["GB"]
- },
- {"category": "",
- "mappings": {
- "default": {
- "default": "terabytes"
- }
- },
- "key": "TB",
- "names": ["TB"]
- }
- ]
|