Approval.

This commit is contained in:
2025-06-30 16:21:25 +00:00
committed by md translation bot
parent 1bb2710cad
commit b032391f23
64 changed files with 640 additions and 640 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' => 'ఉదా. యాక్సెస్ తొలగించబడిన వస్తువుల కోసం. ఆబ్జెక్ట్ రికార్డ్‌కు నవీకరణలు నిలిపివేయబడ్డాయి మరియు ఆబ్జెక్ట్ ఓవర్‌వ్యూలలో ఆబ్జెక్ట్ రికార్డ్ ఆర్కైవ్ చేయబడినట్లు గుర్తించబడింది.',
);