Approval.

This commit is contained in:
2023-01-11 00:33:49 +00:00
committed by md translation bot
parent 8313264c58
commit 7be327ff48
23 changed files with 61 additions and 61 deletions

View File

@ -1,3 +1,3 @@
<?PHP
$appointment_cancellation_status_set['scheduled_done'] = 'Scheduled or done as planned';
$appointment_cancellation_status_set['cancelled'] = 'Cancelled';
$appointment_cancellation_status_set['scheduled_done'] = 'Заплановано або зроблено за планом';
$appointment_cancellation_status_set['cancelled'] = 'Скасовано';

View File

@ -1,3 +1,3 @@
<?PHP
$attendance_status_set['offline'] = 'Offline';
$attendance_status_set['online'] = 'Online';
$attendance_status_set['offline'] = 'Офлайн';
$attendance_status_set['online'] = 'Онлайн';

View File

@ -1,5 +1,5 @@
<?PHP
$custom_report_targets_set['object_single'] = 'Single object';
$custom_report_targets_set['object_list'] = 'Multiple objects';
$custom_report_targets_set['loan'] = 'Loan';
$custom_report_targets_set['exhibition'] = 'Exhibition';
$custom_report_targets_set['object_single'] = 'Одиничний об\'єкт';
$custom_report_targets_set['object_list'] = 'Багато об\'єктів';
$custom_report_targets_set['loan'] = 'Займ';
$custom_report_targets_set['exhibition'] = 'Виставка';

View File

@ -1,4 +1,4 @@
<?PHP
$disposal_method_set['sold'] = 'Sold';
$disposal_method_set['destroyed'] = 'Destroyed';
$disposal_method_set['garbage'] = 'Thrown away / garbage collection';
$disposal_method_set['sold'] = 'Продано';
$disposal_method_set['destroyed'] = 'Знищено';
$disposal_method_set['garbage'] = 'Викинуте / вивезення сміття';

View File

@ -12,7 +12,7 @@ $entry_types['9'] = 'Позика';
$entry_types['10'] = 'Обмін';
$entry_types['11'] = 'Власне виробництво';
$entry_types['12'] = 'Деформація матеріалу';
$entry_types['14'] = 'Vorlass';
$entry_types['14'] = 'Прецедент';
$entry_types['15'] = 'Знахідка';
$entry_types['98'] = 'Підлягає перевірці';
$entry_types['99'] = 'Інше законне придбання';

View File

@ -8,6 +8,6 @@ $license_full_names['CC0'] = 'Права не захищені';
$license_full_names['RR-F'] = 'Права захищені - Вільний доступ';
$license_full_names['RR-P'] = 'Права захищені - Платний доступ';
$license_full_names['RR-R'] = 'Права захищені - Доступ обмежений';
$license_full_names['Orphan Work'] = 'Orphan Work';
$license_full_names['Orphan Work'] = 'Сирітські твори';
$license_full_names['Public Domain Mark'] = 'Знак суспільного надбання';
$license_full_names['CC BY-NC-ND'] = 'Атрибуція - Некомерційне використання - Без похідних';

View File

@ -1,4 +1,4 @@
<?PHP
$object_check_types_set['condition_check'] = 'Condition check';
$object_check_types_set['completeness_check'] = 'Completeness check';
$object_check_types_set['data_correctness_check'] = 'Data correctness check';
$object_check_types_set['condition_check'] = 'Перевірка стану';
$object_check_types_set['completeness_check'] = 'Перевірка повноти заповнення';
$object_check_types_set['data_correctness_check'] = 'Перевірка коректності даних';

View File

@ -1,6 +1,6 @@
<?PHP
$object_damage_status_set['identified'] = 'Identified';
$object_damage_status_set['repair_possible'] = 'Reviewed; repair possible';
$object_damage_status_set['repair_scheduled'] = 'Repair scheduled';
$object_damage_status_set['repaired'] = 'Repaired';
$object_damage_status_set['irreparable'] = 'Irreparable';
$object_damage_status_set['identified'] = 'Виявлено';
$object_damage_status_set['repair_possible'] = 'Перевірено; ремонт можливий';
$object_damage_status_set['repair_scheduled'] = 'Ремонт за розкладом';
$object_damage_status_set['repaired'] = 'Відремонтовано';
$object_damage_status_set['irreparable'] = 'Непоправне';

View File

@ -1,3 +1,3 @@
<?PHP
$object_damage_types_set['water_damage'] = 'Water damage';
$object_damage_types_set['breakage'] = 'Breakage';
$object_damage_types_set['water_damage'] = 'Пошкодження від води';
$object_damage_types_set['breakage'] = 'Поломка';

View File

@ -1,4 +1,4 @@
<?PHP
$timing_intervals_set['weekly'] = 'Weekly';
$timing_intervals_set['monthly'] = 'Monthly';
$timing_intervals_set['annual'] = 'Annual';
$timing_intervals_set['weekly'] = 'Щотижня';
$timing_intervals_set['monthly'] = 'Щомісяця';
$timing_intervals_set['annual'] = 'Щорічний';