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,30 +1,30 @@
<?PHP
declare(strict_types = 1);
$institution_collection_area_set = array (
'everyday_life' => 'Everyday life',
'archaeology' => 'Archaeology',
'architecture' => 'Architecture',
'history_of_mining' => 'History of mining',
'botany' => 'Botany',
'history_of_film' => 'History of film',
'political_history' => 'Political history',
'arts' => 'Arts',
'applied_arts' => 'Applied arts',
'agriculture' => 'Agriculture',
'literature' => 'Literature',
'history_of_medicine' => 'History of medicine',
'military_history' => 'Military history',
'mineralogy' => 'Mineralogy',
'music' => 'Music',
'numismatics' => 'Numismatics',
'paleontology' => 'Paleontology',
'personalia' => 'Personalia',
'regional_history' => 'Regional history',
'religion' => 'Religion',
'technology' => 'Technology',
'ethnography' => 'Ethnography',
'zoology' => 'Zoology',
'everyday_life' => 'रोजमर्रा की जिंदगी',
'archaeology' => 'पुरातत्त्व',
'architecture' => 'वास्तुकला',
'history_of_mining' => 'खनन का इतिहास',
'botany' => 'वनस्पति विज्ञान',
'history_of_film' => 'फिल्म का इतिहास',
'political_history' => 'राजनीतिक इतिहास',
'arts' => 'आर्ट्स एक',
'applied_arts' => 'अनुप्रयुक्त कलाएँ',
'agriculture' => 'कृषि',
'literature' => 'साहित्य',
'history_of_medicine' => 'चिकित्सा का इतिहास',
'military_history' => 'सैन्य इतिहास',
'mineralogy' => 'खनिज विद्या',
'music' => 'संगीत',
'numismatics' => 'न्यूमिज़माटिक्स',
'paleontology' => 'जीवाश्म विज्ञान',
'personalia' => 'जीवनी',
'regional_history' => 'क्षेत्रीय इतिहास',
'religion' => 'धर्म',
'technology' => 'तकनीकी',
'ethnography' => 'नृवंशविज्ञान',
'zoology' => 'जूलॉजी',
);
$institution_basic_category_set = array (
'museum' => 'Museum',
'museum' => 'संग्रहालय',
);