Extend concordance lists (actors, measurements)
This commit is contained in:
@@ -224,6 +224,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
|
||||
"Produktionsleiter*in" => 1,
|
||||
"Produktionsleitung" => 1,
|
||||
"Produktion und Vertrieb" => 1,
|
||||
"Regie" => 1,
|
||||
"Regie und Schnitt" => 1,
|
||||
"Regisseuer" => 1,
|
||||
"Regisseuerin" => 1,
|
||||
@@ -330,6 +331,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
|
||||
"Entwicklung" => 4,
|
||||
"Entwurf" => 4,
|
||||
"Entwurf; Vorlage" => 4,
|
||||
"Vorlage (Credit)" => 4,
|
||||
"Entwurfsmodelleurin" => 4,
|
||||
'Entwerfer/in' => 4, // conceived by
|
||||
'Entwerfer/in ?' => 4, // conceived by
|
||||
@@ -354,6 +356,7 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
|
||||
"Schöpferin der Scherenschnitte" => 4,
|
||||
"Stecher der Vorlage" => 4,
|
||||
"Vorlagenkünstler" => 4,
|
||||
"Drehbuch" => 4,
|
||||
"Zeichner der Vorlage" => 4,
|
||||
"Kopie nach" => 4,
|
||||
"Kopievariante nach" => 4,
|
||||
@@ -995,6 +998,25 @@ final class MDConcActor implements MDImporterConcordanceListInterface {
|
||||
"--" => 23,
|
||||
"---" => 23,
|
||||
" ---" => 23,
|
||||
'Adaption' => 23,
|
||||
'Art Direction' => 23,
|
||||
'Associate Producer' => 23,
|
||||
'Regieassistenz' => 23,
|
||||
'Bauten (Credit)' => 23,
|
||||
'Ausstattung' => 23,
|
||||
'Innenrequisite' => 23,
|
||||
'Filmproduktion' => 23,
|
||||
'Kameraassistenz' => 23,
|
||||
'Aufnahmeleitung' => 23,
|
||||
'Kostümbild' => 23,
|
||||
"Künstlerische Leitung" => 23,
|
||||
"Maske (Credit)" => 23,
|
||||
"Musikalische Leitung" => 23,
|
||||
"Production Design" => 23,
|
||||
"Set Design" => 23,
|
||||
"Special Effects" => 23,
|
||||
"Titeldesign" => 23,
|
||||
"Ton" => 23,
|
||||
"Nr. 9.1.1." => 23,
|
||||
"testfunktion und testrolle" => 23,
|
||||
"Zugehörig" => 23,
|
||||
|
||||
@@ -56,6 +56,34 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
'(/3-6)',
|
||||
'(/9-10)',
|
||||
'(nur Figur -19)',
|
||||
"(Blatt)",
|
||||
"(Träger)",
|
||||
"(Anzug)",
|
||||
"(Armreif)",
|
||||
"(Beinlänge (innen))",
|
||||
"(Blusenlänge)",
|
||||
"(Bogen)",
|
||||
"(Cape)",
|
||||
"(Feuerzeug)",
|
||||
|
||||
"(Hüftweite)",
|
||||
"(Kette)",
|
||||
"(Medaille)",
|
||||
"(Medaillon)",
|
||||
"(Mund)",
|
||||
"(Oberweite)",
|
||||
"(Ohrclips)",
|
||||
"(Orden)",
|
||||
"(Passepartout)",
|
||||
"(Schirmmütze)",
|
||||
"(Spiegel)",
|
||||
"(Stoffband)",
|
||||
"(Taillenweite)",
|
||||
"(Telefon)",
|
||||
"(Urkunde)",
|
||||
"(Vitrine)",
|
||||
"(Vitrinenmaß)",
|
||||
"(Weite)",
|
||||
'Breite (Width) - height',
|
||||
'Diameter (Diameter) - Depth',
|
||||
'Diameter (Diameter) - Width',
|
||||
@@ -3035,6 +3063,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
'Höhe Banner',
|
||||
'Höhe (Korpus)',
|
||||
'Höhe (Height) - height',
|
||||
"(Gesamthöhe)",
|
||||
'Object dimensions (Height x Width x Depth) - height',
|
||||
'Höhe (Height) Soßentöpfchen - height',
|
||||
'Höhe (Height) Unterteller - height',
|
||||
@@ -3920,6 +3949,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
'Tiefe (Depth) - Depth',
|
||||
'Gesamtlänge (Länge)',
|
||||
'Tülle (Länge)',
|
||||
"(Gesamtlänge)",
|
||||
'Tiefe (Seife)' => MDMeasurementType::length,
|
||||
|
||||
"Breite",
|
||||
@@ -4382,6 +4412,7 @@ final class MDConcMeasurementTypes implements MDImporterConcordanceListInterface
|
||||
'Breite (Seife)',
|
||||
'Breite (einzelne Marke)',
|
||||
'Breite (Width) - Width',
|
||||
"(Gesamtbreite)",
|
||||
'Object dimensions (Height x Width x Depth) - Width',
|
||||
"Schenkelbreite (Breite)" => MDMeasurementType::width,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user