Erstes Commit

This commit is contained in:
2026-05-27 20:04:58 +02:00
commit e16e9e36fd
218 changed files with 2307 additions and 0 deletions

28
hugo/data/volumen.json Normal file
View File

@@ -0,0 +1,28 @@
{
"slug": "volumen",
"name": "Volumen",
"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" }
}
}