Approval.

This commit is contained in:
2022-12-16 21:58:31 +00:00
committed by md translation bot
parent 6d624efcd9
commit 2504214451
34 changed files with 165 additions and 85 deletions

View File

@ -1,4 +1,4 @@
<?PHP
$appointment_attendance_modes['offline'] = 'Офлайн';
$appointment_attendance_modes['online'] = 'Онлайн';
$appointment_attendance_modes['mixed'] = 'Офлайн й онлайн';
$appointment_attendance_modes['mixed'] = 'Офлайн та онлайн';

View File

@ -1,17 +1,17 @@
<?PHP
$colors_set['black'] = 'Black';
$colors_set['green'] = 'Green';
$colors_set['silver'] = 'Silver';
$colors_set['lime'] = 'Lime';
$colors_set['gray'] = 'Gray';
$colors_set['olive'] = 'Olive';
$colors_set['white'] = 'White';
$colors_set['yellow'] = 'Yellow';
$colors_set['maroon'] = 'Maroon';
$colors_set['navy'] = 'Navy';
$colors_set['red'] = 'Red';
$colors_set['blue'] = 'Blue';
$colors_set['purple'] = 'Purple';
$colors_set['teal'] = 'Teal';
$colors_set['fuchsia'] = 'Fuchsia';
$colors_set['aqua'] = 'Aqua';
$colors_set['black'] = 'Чорний';
$colors_set['green'] = 'Зелений';
$colors_set['silver'] = 'Срібний';
$colors_set['lime'] = 'Лайм';
$colors_set['gray'] = 'Сірий';
$colors_set['olive'] = 'Оливковий';
$colors_set['white'] = 'Білий';
$colors_set['yellow'] = 'Жовтий';
$colors_set['maroon'] = 'Темно-бордовий';
$colors_set['navy'] = 'Темно-синій';
$colors_set['red'] = 'Червоний';
$colors_set['blue'] = 'Блакитний';
$colors_set['purple'] = 'Пурпуровий';
$colors_set['teal'] = 'Бірюзовий';
$colors_set['fuchsia'] = 'Фуксія';
$colors_set['aqua'] = 'Морська хвиля';

View File

@ -0,0 +1,4 @@
<?PHP
$disposal_method_set['sold'] = 'Sold';
$disposal_method_set['destroyed'] = 'Destroyed';
$disposal_method_set['garbage'] = 'Thrown away / garbage collection';

View File

@ -1,4 +1,4 @@
<?PHP
$gender_set['female'] = 'Female';
$gender_set['male'] = 'Male';
$gender_set['other'] = 'Other';
$gender_set['female'] = 'Жіночий ';
$gender_set['male'] = 'Чоловічий';
$gender_set['other'] = 'Інший';

View File

@ -1,6 +1,6 @@
<?PHP
$object_form_set['cube'] = 'Cube';
$object_form_set['cuboid'] = 'Cuboid';
$object_form_set['sphere'] = 'Sphere';
$object_form_set['cone'] = 'Cone';
$object_form_set['cylinder'] = 'Cylinder';
$object_form_set['cube'] = 'Куб';
$object_form_set['cuboid'] = 'Кубоподібний';
$object_form_set['sphere'] = 'Сфера';
$object_form_set['cone'] = 'Конус';
$object_form_set['cylinder'] = 'Циліндр';

View File

@ -5,4 +5,4 @@ $object_status['borrowed'] = 'Запозичення';
$object_status['to_check_for_gift'] = 'Для перевірки (на подарунок)';
$object_status['to_check'] = 'Для перевірки';
$object_status['deaccessed'] = 'Відключено доступ';
$object_status['third_party_property'] = 'Third party property';
$object_status['third_party_property'] = 'Власність третіх осіб';

View File

@ -1,5 +1,5 @@
<?PHP
$syndication_repos['ddb'] = 'German Digital Library (DDB) ';
$syndication_repos['europeana'] = 'Europeana ';
$syndication_repos['smb-digital'] = 'SMB-digital ';
$syndication_repos['kalliope-verbund'] = 'Kalliope Verbund ';
$syndication_repos['ddb'] = 'Німецька цифрова бібліотека (DDB)';
$syndication_repos['europeana'] = 'європейський';
$syndication_repos['smb-digital'] = 'SMB-цифровий';
$syndication_repos['kalliope-verbund'] = 'Kalliope мережа';