translation-value-sets/kn/object_record_status.php

10 lines
360 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$object_record_status = array (
2025-02-14 16:35:19 +00:00
'unlocked' => 'ಅನ್ಲಾಕ್ ಮಾಡಲಾಗಿದೆ',
'locked' => 'ಲಾಕ್ ಮಾಡಲಾಗಿದೆ',
'revision' => 'ಪರಿಷ್ಕರಣೆ',
'deleted' => 'ಅಳಿಸಲಾಗಿದೆ',
'archived' => 'ಆರ್ಕೈವ್ ಮಾಡಲಾಗಿದೆ',
2025-02-11 01:02:14 +00:00
);