Files
translation-value-sets/te/research_status.php
2025-06-30 16:21:25 +00:00

8 lines
307 B
PHP

<?PHP
declare(strict_types = 1);
$research_status = array (
'bad' => 'పెద్దగా పరిశోధించలేదు',
'medium' => 'పాక్షికంగా పరిశోధించబడింది',
'good' => 'బాగా పరిశోధించబడింది',
);