Approval.

This commit is contained in:
Joshua Ramon Enslin 2023-06-01 14:49:34 +00:00 committed by md translation bot
parent 822ad6383e
commit 8ea0cd2c7e
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$institution_external_id_repositories = array ( $institution_external_id_repositories = array (
'hu_ksh' => 'Hungarian Central Statistical Office', 'hu_ksh' => 'Központi Statisztikai Hivatal',
); );

View File

@ -1,9 +1,9 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$tag_relation_type = array ( $tag_relation_type = array (
'tag' => 'Tag', 'tag' => 'Kulcsszó',
'object_type' => 'Object type', 'object_type' => 'Object type',
'material' => 'Material', 'material' => 'Anyag',
'technique' => 'Technique', 'technique' => 'Technika',
'display_subject' => 'Display subject', 'display_subject' => 'Display subject',
); );