translation-value-sets/uk/object_record_status.php

10 lines
261 B
PHP
Raw 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
);