Approval.
This commit is contained in:
@ -1,2 +1,20 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$colors_set = array (
|
||||
'black' => 'Чорний',
|
||||
'green' => 'Зелений',
|
||||
'silver' => 'Срібний',
|
||||
'lime' => 'Лайм',
|
||||
'gray' => 'Сірий',
|
||||
'olive' => 'Оливковий',
|
||||
'white' => 'Білий',
|
||||
'yellow' => 'Жовтий',
|
||||
'maroon' => 'Темно-бордовий',
|
||||
'navy' => 'Темно-синій',
|
||||
'red' => 'Червоний',
|
||||
'blue' => 'Блакитний',
|
||||
'purple' => 'Пурпуровий',
|
||||
'teal' => 'Бірюзовий',
|
||||
'fuchsia' => 'Фуксія',
|
||||
'aqua' => 'Морська хвиля',
|
||||
);
|
||||
|
Reference in New Issue
Block a user