Approval.

This commit is contained in:
2024-10-20 23:23:58 +00:00
committed by md translation bot
parent 7623a0314d
commit 974fc860c6
10 changed files with 24 additions and 24 deletions

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$vocabulary_redaction_level = array (
'checked' => 'Checked',
'unchecked' => 'Unchecked',
'questionable' => 'Questionable',
'checked' => 'Перевірено',
'unchecked' => 'Не перевірено',
'questionable' => 'Під питанням',
);