Approval.

This commit is contained in:
2025-07-11 06:37:45 +00:00
committed by md translation bot
parent bd508e24ff
commit 0be5ccf2d4
64 changed files with 639 additions and 639 deletions

View File

@@ -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' => 'पानी',
);