translation-value-sets/ru/vocabulary_redaction_level.php

8 lines
202 B
PHP
Raw Normal View History

2024-09-27 17:05:53 +02:00
<?PHP
declare(strict_types = 1);
$vocabulary_redaction_level = array (
2024-10-21 01:23:58 +02:00
'checked' => 'Проверено',
'unchecked' => 'Не проверено',
'questionable' => 'Под вопросом',
2024-09-27 17:05:53 +02:00
);