Approval.
This commit is contained in:
parent
15f070d98e
commit
2a4d4b388a
|
@ -1,8 +1,8 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$eventtype_groups = array (
|
$eventtype_groups = array (
|
||||||
'production' => 'Production',
|
'production' => 'Készítés',
|
||||||
'post_production' => 'Post-production',
|
'post_production' => 'Készítés után',
|
||||||
'pre_production' => 'Pre-production',
|
'pre_production' => 'Készítés előtt',
|
||||||
'no_production' => 'No production',
|
'no_production' => 'Ø Készítés',
|
||||||
);
|
);
|
||||||
|
|
|
@ -4,5 +4,5 @@ $object_check_types_set = array (
|
||||||
'condition_check' => 'Állapotellenőrzés',
|
'condition_check' => 'Állapotellenőrzés',
|
||||||
'completeness_check' => 'Teljesség-ellenőrzés',
|
'completeness_check' => 'Teljesség-ellenőrzés',
|
||||||
'data_correctness_check' => 'Adatok helyességének ellenőrzése',
|
'data_correctness_check' => 'Adatok helyességének ellenőrzése',
|
||||||
'location_accuracy_check' => 'Check of location accuracy',
|
'location_accuracy_check' => 'Elhelyezés ellenőrzése',
|
||||||
);
|
);
|
||||||
|
|
|
@ -3,5 +3,5 @@ declare(strict_types = 1);
|
||||||
$object_damage_types_set = array (
|
$object_damage_types_set = array (
|
||||||
'water_damage' => 'Vízkár',
|
'water_damage' => 'Vízkár',
|
||||||
'breakage' => 'Törés',
|
'breakage' => 'Törés',
|
||||||
'desiccation' => 'Desiccation',
|
'desiccation' => 'Kiszáradás',
|
||||||
);
|
);
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$tag_relation_type = array (
|
$tag_relation_type = array (
|
||||||
'tag' => 'Kulcsszó',
|
'tag' => 'Kulcsszó',
|
||||||
'object_type' => 'Object type',
|
'object_type' => 'Tárgy típus',
|
||||||
'material' => 'Anyag',
|
'material' => 'Anyag',
|
||||||
'technique' => 'Technika',
|
'technique' => 'Technika',
|
||||||
'display_subject' => 'Display subject',
|
'display_subject' => 'Tárgyon megjelenik',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$object_record_status = array (
|
$object_record_status = array (
|
||||||
'unlocked' => 'Unlocked',
|
'unlocked' => 'Разблокировано',
|
||||||
'locked' => 'Locked',
|
'locked' => 'Заблоковано',
|
||||||
'revision' => 'Revision',
|
'revision' => 'Пересмотр',
|
||||||
'deleted' => 'Deleted',
|
'deleted' => 'Удалено',
|
||||||
'archived' => 'Archived',
|
'archived' => 'Архивировано',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$object_record_status_explica = array (
|
$object_record_status_explica = array (
|
||||||
'unlocked' => 'Default status. The object record can be updated.',
|
'unlocked' => 'Состояние по умолчанию. Запись объекта можно обновить.',
|
||||||
'locked' => 'The object cannot be updated until the lock has been released.',
|
'locked' => 'Объект не может быть обновлен до тех пор, пока блокировка не будет снята.',
|
||||||
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
|
'revision' => 'В настоящее время объект исследуется. Дальнейшие обновления будут отключены до завершения исследования.',
|
||||||
'archived' => 'E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews.',
|
'archived' => 'Например, для объектов, к которым был закрыт доступ. Обновления записи объекта приостанавливаются, а запись объекта помечается как архивная в обзорах объектов.',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$object_record_status = array (
|
$object_record_status = array (
|
||||||
'unlocked' => 'Unlocked',
|
'unlocked' => 'Розблоковано',
|
||||||
'locked' => 'Locked',
|
'locked' => 'Заблоковано',
|
||||||
'revision' => 'Revision',
|
'revision' => 'Ревізія',
|
||||||
'deleted' => 'Deleted',
|
'deleted' => 'Видалено',
|
||||||
'archived' => 'Archived',
|
'archived' => 'Архівовано',
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$object_record_status_explica = array (
|
$object_record_status_explica = array (
|
||||||
'unlocked' => 'Default status. The object record can be updated.',
|
'unlocked' => 'Стан за замовчуванням. Запис про об\'єкт можна оновити.',
|
||||||
'locked' => 'The object cannot be updated until the lock has been released.',
|
'locked' => 'Об\'єкт не може бути оновлений, доки не буде знято блокування.',
|
||||||
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
|
'revision' => 'Наразі об\'єкт перебуває на стадії дослідження. Подальші оновлення відключені до завершення цього дослідження.',
|
||||||
'archived' => 'E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews.',
|
'archived' => 'Наприклад, для об\'єктів, доступ до яких було припинено. Оновлення запису об\'єкта призупиняється, а запис об\'єкта позначається як архівований в оглядах об\'єктів.',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user