Approval.

This commit is contained in:
2025-06-30 16:21:25 +00:00
committed by md translation bot
parent 1bb2710cad
commit b032391f23
64 changed files with 640 additions and 640 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' => 'ఆక్వా',
);