Approval.

This commit is contained in:
Joshua Ramon Enslin 2024-01-29 20:13:20 +00:00 committed by md translation bot
parent 15f070d98e
commit 2a4d4b388a
8 changed files with 26 additions and 26 deletions

View File

@ -1,8 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Production',
'post_production' => 'Post-production',
'pre_production' => 'Pre-production',
'no_production' => 'No production',
'production' => 'Készítés',
'post_production' => 'Készítés után',
'pre_production' => 'Készítés előtt',
'no_production' => 'Ø Készítés',
);

View File

@ -4,5 +4,5 @@ $object_check_types_set = array (
'condition_check' => 'Állapotellenőrzés',
'completeness_check' => 'Teljesség-ellenőrzés',
'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',
);

View File

@ -3,5 +3,5 @@ declare(strict_types = 1);
$object_damage_types_set = array (
'water_damage' => 'Vízkár',
'breakage' => 'Törés',
'desiccation' => 'Desiccation',
'desiccation' => 'Kiszáradás',
);

View File

@ -2,8 +2,8 @@
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Kulcsszó',
'object_type' => 'Object type',
'object_type' => 'Tárgy típus',
'material' => 'Anyag',
'technique' => 'Technika',
'display_subject' => 'Display subject',
'display_subject' => 'Tárgyon megjelenik',
);

View File

@ -1,9 +1,9 @@
<?PHP
declare(strict_types = 1);
$object_record_status = array (
'unlocked' => 'Unlocked',
'locked' => 'Locked',
'revision' => 'Revision',
'deleted' => 'Deleted',
'archived' => 'Archived',
'unlocked' => 'Разблокировано',
'locked' => 'Заблоковано',
'revision' => 'Пересмотр',
'deleted' => 'Удалено',
'archived' => 'Архивировано',
);

View File

@ -1,8 +1,8 @@
<?PHP
declare(strict_types = 1);
$object_record_status_explica = array (
'unlocked' => 'Default status. The object record can be updated.',
'locked' => 'The object cannot be updated until the lock has been released.',
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
'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.',
'unlocked' => 'Состояние по умолчанию. Запись объекта можно обновить.',
'locked' => 'Объект не может быть обновлен до тех пор, пока блокировка не будет снята.',
'revision' => 'В настоящее время объект исследуется. Дальнейшие обновления будут отключены до завершения исследования.',
'archived' => 'Например, для объектов, к которым был закрыт доступ. Обновления записи объекта приостанавливаются, а запись объекта помечается как архивная в обзорах объектов.',
);

View File

@ -1,9 +1,9 @@
<?PHP
declare(strict_types = 1);
$object_record_status = array (
'unlocked' => 'Unlocked',
'locked' => 'Locked',
'revision' => 'Revision',
'deleted' => 'Deleted',
'archived' => 'Archived',
'unlocked' => 'Розблоковано',
'locked' => 'Заблоковано',
'revision' => 'Ревізія',
'deleted' => 'Видалено',
'archived' => 'Архівовано',
);

View File

@ -1,8 +1,8 @@
<?PHP
declare(strict_types = 1);
$object_record_status_explica = array (
'unlocked' => 'Default status. The object record can be updated.',
'locked' => 'The object cannot be updated until the lock has been released.',
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
'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.',
'unlocked' => 'Стан за замовчуванням. Запис про об\'єкт можна оновити.',
'locked' => 'Об\'єкт не може бути оновлений, доки не буде знято блокування.',
'revision' => 'Наразі об\'єкт перебуває на стадії дослідження. Подальші оновлення відключені до завершення цього дослідження.',
'archived' => 'Наприклад, для об\'єктів, доступ до яких було припинено. Оновлення запису об\'єкта призупиняється, а запис об\'єкта позначається як архівований в оглядах об\'єктів.',
);