translation-value-sets/ru/object_record_status.php

10 lines
271 B
PHP
Raw Permalink Normal View History

2024-01-12 18:49:00 +01:00
<?PHP
declare(strict_types = 1);
$object_record_status = array (
2024-01-29 21:13:20 +01:00
'unlocked' => 'Разблокировано',
'locked' => 'Заблоковано',
'revision' => 'Пересмотр',
'deleted' => 'Удалено',
'archived' => 'Архивировано',
2024-01-12 18:49:00 +01:00
);