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,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$research_status = array (
'bad' => 'Not researched much',
'medium' => 'Partly researched',
'good' => 'Well researched',
'bad' => 'ಹೆಚ್ಚು ಸಂಶೋಧನೆ ಮಾಡಿಲ್ಲ',
'medium' => 'ಭಾಗಶಃ ಸಂಶೋಧನೆ',
'good' => 'ಚೆನ್ನಾಗಿ ಸಂಶೋಧನೆ ಮಾಡಲಾಗಿದೆ',
);