Approval.

This commit is contained in:
2025-02-14 16:35:19 +00:00
committed by md translation bot
parent 6d8b713c07
commit eefedde50c
51 changed files with 555 additions and 555 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' => 'ಅಕ್ವಾ',
);