Approval.

This commit is contained in:
2024-12-09 13:57:17 +00:00
committed by md translation bot
parent 78c35964fb
commit f33074a662
49 changed files with 295 additions and 22 deletions

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$vocabulary_redaction_level = array (
'checked' => 'Checked',
'unchecked' => 'Unchecked',
'questionable' => 'Questionable',
'checked' => 'Ellenőrzött',
'unchecked' => 'Nem ellenőrzött',
'questionable' => 'Kérdéses',
);