Skip to content

Commit

Permalink
Merge pull request #939 from SlovakNationalGallery/MG-13-state-editions
Browse files Browse the repository at this point in the history
[import] mg foto state editions
  • Loading branch information
rastislav-chynoransky authored Jan 11, 2024
2 parents ef641b7 + 300c278 commit e9f1da0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/Importers/MgFotoImporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,13 @@ class MgFotoImporter extends AbstractImporter
];

protected array $stateEditions = [
'AP' => 'autorizovaný pozitív',
'F' => 'faksimile',
'J' => 'iný',
'K' => 'kópia',
'N' => 'neznámy',
'NAP' => 'neautorizovaný pozitív',
'O' => 'originál',
'P' => 'reprodukcia',
'RT' => 'tlačová reprodukcia',
];

protected function hydrateTitle(array $record, string $locale): ?string
Expand Down
5 changes: 5 additions & 0 deletions lang/cs/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,14 @@
'figurálna kompozícia' => 'figurální kompozice',
],
'state_editions' => [
'autorizovaný pozitív' => 'autorizovaný pozitiv',
'faksimile' => 'faksimile',
'iný' => 'jiný',
'kópia' => 'kopie',
'neautorizovaný pozitív' => 'neautorský pozitiv',
'neznámy' => 'neznámý',
'originál' => 'originál',
'reprodukcia' => 'reprodukce',
'tlačová reprodukcia' => 'tisková reprodukce',
],
];
5 changes: 5 additions & 0 deletions lang/en/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,14 @@
'figurálna kompozícia' => 'figurative composition',
],
'state_editions' => [
'autorizovaný pozitív' => 'authorized photographic print',
'faksimile' => 'facsimile',
'iný' => 'other',
'kópia' => 'copy',
'neautorizovaný pozitív' => 'modern print',
'neznámy' => 'unknown',
'originál' => 'original',
'reprodukcia' => 'reproduction',
'tlačová reprodukcia' => 'photomechanical print',
],
];
5 changes: 5 additions & 0 deletions lang/sk/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,14 @@
'figurálna kompozícia' => 'figurálna kompozícia',
],
'state_editions' => [
'autorizovaný pozitív' => 'autorizovaný pozitív',
'faksimile' => 'faksimile',
'iný' => 'iný',
'kópia' => 'kópia',
'neautorizovaný pozitív' => 'neautorizovaný pozitív',
'neznámy' => 'neznámy',
'originál' => 'originál',
'reprodukcia' => 'reprodukcia',
'tlačová reprodukcia' => 'tlačová reprodukcia',
],
];

0 comments on commit e9f1da0

Please sign in to comment.