Approval.

This commit is contained in:
2025-07-11 06:37:45 +00:00
committed by md translation bot
parent bd508e24ff
commit 0be5ccf2d4
64 changed files with 639 additions and 639 deletions

View File

@@ -1,8 +1,8 @@
<?PHP
declare(strict_types = 1);
$object_record_status_explica = array (
'unlocked' => 'Default status. The object record can be updated.',
'locked' => 'The object cannot be updated until the lock has been released.',
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
'archived' => 'E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews.',
'unlocked' => 'डिफ़ॉल्ट स्थिति. ऑब्जेक्ट रिकॉर्ड को अद्यतन किया जा सकता है.',
'locked' => 'जब तक लॉक जारी नहीं किया जाता तब तक ऑब्जेक्ट को अपडेट नहीं किया जा सकता।',
'revision' => 'इस वस्तु पर अभी शोध चल रहा है। शोध पूरा होने तक आगे के अपडेट अक्षम हैं।',
'archived' => 'उदाहरण के लिए, उन ऑब्जेक्ट्स के लिए जिन्हें डी-एक्सेस कर दिया गया है। ऑब्जेक्ट रिकॉर्ड के अपडेट निलंबित कर दिए जाते हैं और ऑब्जेक्ट रिकॉर्ड को ऑब्जेक्ट ओवरव्यू में संग्रहीत के रूप में चिह्नित कर दिया जाता है।',
);