Approval.

This commit is contained in:
Joshua Ramon Enslin 2023-05-15 12:13:04 +00:00 committed by md translation bot
parent 80bc9b0b98
commit 822ad6383e
7 changed files with 16 additions and 16 deletions

View File

@ -20,7 +20,7 @@ $currencies_set = array (
'ru-RUB' => 'Российский рубль',
'su-SUR' => 'Советский рубль',
'ua-UAH' => 'Украинская гривна',
'ch-CHF' => 'Swiss franc',
'ch-CHF' => 'Швейцарский франк',
);
$license_full_names = array (
'CC BY-NC-ND' => 'Атрибуция - Без коммерции - Без дериватов',

View File

@ -1,5 +1,5 @@
<?PHP
declare(strict_types = 1);
$institution_external_id_repositories = array (
'hu_ksh' => 'Hungarian Central Statistical Office',
'hu_ksh' => 'Центральное статистическое управление Венгрии',
);

View File

@ -20,5 +20,5 @@ $marking_types = array (
'punched' => 'Наклёпка',
'scarified' => 'Скарификация',
'cast' => 'Слеплено',
'painted' => 'Painted',
'painted' => 'Написано красками',
);

View File

@ -4,7 +4,7 @@ $phone_types = array (
'work' => 'Рабочий',
'home' => 'Домашний',
'mobile' => 'Мобильный',
'work mobile' => 'Мобильный (работа)',
'work mobile' => 'Мобильный (рабочий)',
'fax' => 'Факс',
'fax work' => 'Факс (работа)',
'fax work' => 'Факс (рабочий)',
);

View File

@ -1,9 +1,9 @@
<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Tag',
'object_type' => 'Object type',
'material' => 'Material',
'technique' => 'Technique',
'display_subject' => 'Display subject',
'tag' => 'Тег',
'object_type' => 'Тип объекта',
'material' => 'Материал',
'technique' => 'Техника',
'display_subject' => 'Показ объекта',
);

View File

@ -20,5 +20,5 @@ $marking_types = array (
'punched' => 'Пробито',
'scarified' => 'Скарифікування',
'cast' => 'Лиття',
'painted' => 'Painted',
'painted' => 'Написано фарбами',
);

View File

@ -1,9 +1,9 @@
<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Tag',
'object_type' => 'Object type',
'material' => 'Material',
'technique' => 'Technique',
'display_subject' => 'Display subject',
'tag' => 'Тег',
'object_type' => 'Тип об\'єкта',
'material' => 'Матеріал',
'technique' => 'Техніка',
'display_subject' => 'Показ об\'єкта',
);