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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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