Files
translation-value-sets/te/institution_collection_area_set.php
2025-06-30 16:21:25 +00:00

31 lines
1.4 KiB
PHP

<?PHP
declare(strict_types = 1);
$institution_collection_area_set = array (
'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' => 'మ్యూజియం',
);