translation-value-sets/de/research_status.php

10 lines
187 B
PHP
Raw Normal View History

2021-10-09 13:05:15 +00:00
<?PHP
2023-01-23 21:37:48 +00:00
declare(strict_types = 1);
array (
'research_status' =>
array (
'bad' => 'Nicht gut erforscht',
'medium' => 'Teilweise erforscht',
'good' => 'Gut erforscht',
),
)