Extend concordance list for measurement types

This commit is contained in:
Joshua Ramon Enslin 2025-03-19 15:23:51 +01:00
parent 3c6f1c0592
commit 7a228423a8
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -174,7 +174,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"(Höhe)",
" (Höhe)",
"Höhe (gesamt)",
"Höhe (Blatt)",
"Höhe (Etui)",
"Höhe (ausgeklappt)",
"height",
"height (overall)",
@ -200,11 +200,9 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Tiefe",
"Tiefe (mit Hinterrad in Fahrtrichtung)",
"Tiefe (zusammengeklappt)",
"Tiefe max.",
"Tiefe min.",
"Tiefe (Etui)",
"Tiefe (mit eingeklapptem Hinterrad)",
"Tiefe/Länge",
"Tiefe (Rahmen)",
"Tiefe min",
"Tiefe max",
"Außenmaß (Tiefe)",
@ -229,8 +227,8 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Breite OT",
"Breite H",
"Breite (ausgeklappt)",
"Breite (Etui)",
"Breite (aufgeschlagen)",
"Breite (Blatt)",
"Breite (gesamt)",
"(Breite)",
"Lichtmass (Breite)",
@ -275,9 +273,11 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Stärke",
"Wandstärke (Durchmesser)" => MDMeasurementType::wall,
"Höhe (Blatt)",
"Blattmaß (Höhe)",
"Blattmass (Höhe)" => MDMeasurementType::height_sheet_size,
"Breite (Blatt)",
"Blattmaß (Breite)",
"Blattmass (Breite)" => MDMeasurementType::width_sheet_size,
@ -286,9 +286,11 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Blattmass (Länge)",
"Blattmass (Tiefe)" => MDMeasurementType::length_sheet_size,
"Höhe (Bild)",
"Bildmaß (Höhe)",
"Bildmass (Höhe)" => MDMeasurementType::height_image_size,
"Breite (Bild)",
"Bildmaß (Breite)",
"Bildmass (Breite)" => MDMeasurementType::width_image_size,
@ -297,17 +299,36 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
"Bildmass (Länge)",
"Bildmass (Tiefe)" => MDMeasurementType::length_image_size,
"Höhe (Rahmen)",
"Rahmenmaß (Höhe)",
"Rahmenmass (Höhe)" => MDMeasurementType::height_frame,
"Breite (Rahmen)",
"Rahmenmaß (Breite)",
"Rahmenmass (Breite)" => MDMeasurementType::width_frame,
"Tiefe (Rahmen)",
"Rahmenmaß (Länge)",
"Rahmenmaß (Tiefe)",
"Rahmenmass (Länge)",
"Rahmenmass (Tiefe)" => MDMeasurementType::length_frame,
"Höhe min." => MDMeasurementType::height_min,
"Höhe max." => MDMeasurementType::height_max,
"Länge min.",
"Tiefe min." => MDMeasurementType::length_min,
"Länge max.",
"Tiefe max." => MDMeasurementType::length_max,
"Breite min." => MDMeasurementType::width_min,
"Breite max." => MDMeasurementType::width_max,
"Diameter min." => MDMeasurementType::diameter_min,
"Diameter max." => MDMeasurementType::diameter_max,
"Durchmesser (Rahmen)" => MDMeasurementType::diameter_frame,
"weight",
"Gewicht (Höhe)",
"Gewicht (Breite)",