translation-value-sets/ru/vocabulary_redaction_level.php

8 lines
202 B
PHP
Raw Normal View History

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