Approval.
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$colors_set = array (
|
||||
'black' => 'Black',
|
||||
'green' => 'Green',
|
||||
'silver' => 'Silver',
|
||||
'lime' => 'Lime',
|
||||
'gray' => 'Gray',
|
||||
'olive' => 'Olive',
|
||||
'white' => 'White',
|
||||
'yellow' => 'Yellow',
|
||||
'maroon' => 'Maroon',
|
||||
'navy' => 'Navy',
|
||||
'red' => 'Red',
|
||||
'blue' => 'Blue',
|
||||
'purple' => 'Purple',
|
||||
'teal' => 'Teal',
|
||||
'fuchsia' => 'Fuchsia',
|
||||
'aqua' => 'Aqua',
|
||||
'black' => 'काला',
|
||||
'green' => 'हरा',
|
||||
'silver' => 'चाँदी',
|
||||
'lime' => 'नींबू',
|
||||
'gray' => 'स्लेटी',
|
||||
'olive' => 'जैतून',
|
||||
'white' => 'सफ़ेद',
|
||||
'yellow' => 'पीला',
|
||||
'maroon' => 'लाल रंग',
|
||||
'navy' => 'नौसेना',
|
||||
'red' => 'लाल',
|
||||
'blue' => 'नीला',
|
||||
'purple' => 'बैंगनी',
|
||||
'teal' => 'टील',
|
||||
'fuchsia' => 'फ्यूशिया',
|
||||
'aqua' => 'पानी',
|
||||
);
|
||||
|
Reference in New Issue
Block a user