Approval.

This commit is contained in:
2023-03-25 23:13:15 +00:00
committed by md translation bot
parent 41d53684ff
commit 8d83978b4f
22 changed files with 91 additions and 91 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' => 'Kevésbé kutatott',
'medium' => 'Részben kutatott',
'good' => 'Átfogóan kutatott',
);