Einheiten Reihenfolge wie in den JSON-Daten angegeben
This commit is contained in:
@@ -1,28 +1,114 @@
|
||||
{
|
||||
"slug": "volumen",
|
||||
"name": "Volumen",
|
||||
"unitOrder": [
|
||||
"kubikmeter",
|
||||
"kubikfuss",
|
||||
"kubikzoll",
|
||||
"liter",
|
||||
"milliliter",
|
||||
"gallonen_us",
|
||||
"gallonen_uk",
|
||||
"barrels_us",
|
||||
"barrels_uk",
|
||||
"fluidunzen_us",
|
||||
"fluidunzen_uk",
|
||||
"cups_us",
|
||||
"cups_uk",
|
||||
"pints_us",
|
||||
"pints_uk",
|
||||
"quarts_us",
|
||||
"quarts_uk",
|
||||
"drams_us",
|
||||
"drams_uk",
|
||||
"essloeffel",
|
||||
"teeloeffel"
|
||||
],
|
||||
"conversion_engine": "linear",
|
||||
"units": {
|
||||
"kubikmeter": { "name": "Kubikmeter", "factor": "1000" },
|
||||
"kubikfuss": { "name": "Kubikfuß", "factor": "28.316846592" },
|
||||
"kubikzoll": { "name": "Kubikzoll", "factor": "0.016387064" },
|
||||
"liter": { "name": "Liter", "factor": "1" },
|
||||
"milliliter": { "name": "Milliliter", "factor": "0.001" },
|
||||
"gallonen_us": { "name": "Gallonen (US)", "factor": "3.785411784" },
|
||||
"gallonen_uk": { "name": "Gallonen (UK)", "factor": "4.54609188" },
|
||||
"barrels_us": { "name": "Barrels (US)", "factor": "158.987294928" },
|
||||
"barrels_uk": { "name": "Barrels (UK)", "factor": "163.65923999999998" },
|
||||
"fluidunzen_us": { "name": "Fluidunzen (US)", "factor": "0.0295735295625" },
|
||||
"fluidunzen_uk": { "name": "Fluidunzen (UK)", "factor": "0.0284130625" },
|
||||
"cups_us": { "name": "Cups (US)", "factor": "0.2365882365" },
|
||||
"cups_uk": { "name": "Cups (UK)", "factor": "0.284130625" },
|
||||
"pints_us": { "name": "Pints (US)", "factor": "0.473176473" },
|
||||
"pints_uk": { "name": "Pints (UK)", "factor": "0.56826125" },
|
||||
"quarts_us": { "name": "Quarts (US)", "factor": "0.946352946" },
|
||||
"quarts_uk": { "name": "Quarts (UK)", "factor": "1.1365225" },
|
||||
"drams_us": { "name": "Drams (US)", "factor": "0.0036966911953125" },
|
||||
"drams_uk": { "name": "Drams (UK)", "factor": "0.0035516328125" },
|
||||
"essloeffel": { "name": "Esslöffel", "factor": "0.01478676478125" },
|
||||
"teeloeffel": { "name": "Teelöffel", "factor": "0.00492892159375" }
|
||||
"kubikmeter": {
|
||||
"name": "Kubikmeter",
|
||||
"factor": "1000"
|
||||
},
|
||||
"kubikfuss": {
|
||||
"name": "Kubikfuß",
|
||||
"factor": "28.316846592"
|
||||
},
|
||||
"kubikzoll": {
|
||||
"name": "Kubikzoll",
|
||||
"factor": "0.016387064"
|
||||
},
|
||||
"liter": {
|
||||
"name": "Liter",
|
||||
"factor": "1"
|
||||
},
|
||||
"milliliter": {
|
||||
"name": "Milliliter",
|
||||
"factor": "0.001"
|
||||
},
|
||||
"gallonen_us": {
|
||||
"name": "Gallonen (US)",
|
||||
"factor": "3.785411784"
|
||||
},
|
||||
"gallonen_uk": {
|
||||
"name": "Gallonen (UK)",
|
||||
"factor": "4.54609188"
|
||||
},
|
||||
"barrels_us": {
|
||||
"name": "Barrels (US)",
|
||||
"factor": "158.987294928"
|
||||
},
|
||||
"barrels_uk": {
|
||||
"name": "Barrels (UK)",
|
||||
"factor": "163.65923999999998"
|
||||
},
|
||||
"fluidunzen_us": {
|
||||
"name": "Fluidunzen (US)",
|
||||
"factor": "0.0295735295625"
|
||||
},
|
||||
"fluidunzen_uk": {
|
||||
"name": "Fluidunzen (UK)",
|
||||
"factor": "0.0284130625"
|
||||
},
|
||||
"cups_us": {
|
||||
"name": "Cups (US)",
|
||||
"factor": "0.2365882365"
|
||||
},
|
||||
"cups_uk": {
|
||||
"name": "Cups (UK)",
|
||||
"factor": "0.284130625"
|
||||
},
|
||||
"pints_us": {
|
||||
"name": "Pints (US)",
|
||||
"factor": "0.473176473"
|
||||
},
|
||||
"pints_uk": {
|
||||
"name": "Pints (UK)",
|
||||
"factor": "0.56826125"
|
||||
},
|
||||
"quarts_us": {
|
||||
"name": "Quarts (US)",
|
||||
"factor": "0.946352946"
|
||||
},
|
||||
"quarts_uk": {
|
||||
"name": "Quarts (UK)",
|
||||
"factor": "1.1365225"
|
||||
},
|
||||
"drams_us": {
|
||||
"name": "Drams (US)",
|
||||
"factor": "0.0036966911953125"
|
||||
},
|
||||
"drams_uk": {
|
||||
"name": "Drams (UK)",
|
||||
"factor": "0.0035516328125"
|
||||
},
|
||||
"essloeffel": {
|
||||
"name": "Esslöffel",
|
||||
"factor": "0.01478676478125"
|
||||
},
|
||||
"teeloeffel": {
|
||||
"name": "Teelöffel",
|
||||
"factor": "0.00492892159375"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user