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,13 +1,13 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$actor_variant_types_set = array ( $actor_variant_types_set = array (
'birth_name' => 'Birth name', 'birth_name' => 'జన్మనామము',
'married_name' => 'Married name', 'married_name' => 'వివాహిత పేరు',
'monastic_name' => 'Monastic name', 'monastic_name' => 'సన్యాసి పేరు',
'pseudonym' => 'Pseudonym', 'pseudonym' => 'మారుపేరు',
'regnal_name' => 'Regnal name', 'regnal_name' => 'రెగ్నల్ పేరు',
'nickname' => 'Nickname', 'nickname' => 'ముద్దుపేరు',
'artist_name' => 'Artist name', 'artist_name' => 'కళాకారుడి పేరు',
'civil_name' => 'Civil name', 'civil_name' => 'పౌర పేరు',
'generic_other_name' => 'Alternative Name (generic)', 'generic_other_name' => 'ప్రత్యామ్నాయ పేరు (సాధారణ)',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$appointment_attendance_modes = array ( $appointment_attendance_modes = array (
'offline' => 'Offline', 'offline' => 'ఆఫ్‌లైన్',
'online' => 'Online', 'online' => 'ఆన్‌లైన్',
'mixed' => 'Offline and online', 'mixed' => 'ఆఫ్‌లైన్ మరియు ఆన్‌లైన్',
); );

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$appointment_cancellation_status_set = array ( $appointment_cancellation_status_set = array (
'scheduled_done' => 'Scheduled or done as planned', 'scheduled_done' => 'షెడ్యూల్ చేయబడింది లేదా ప్రణాళిక ప్రకారం పూర్తయింది',
'cancelled' => 'Cancelled', 'cancelled' => 'రద్దు చేయబడింది',
); );

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$appointment_contributor_roles = array ( $appointment_contributor_roles = array (
'organizer' => 'Organizer', 'organizer' => 'నిర్వాహకుడు',
'presenter' => 'Presenter', 'presenter' => 'ప్రెజెంటర్',
); );

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$appointment_status = array ( $appointment_status = array (
'scheduled' => 'Scheduled', 'scheduled' => 'షెడ్యూల్డ్',
'cancelled' => 'Cancelled', 'cancelled' => 'రద్దు చేయబడింది',
'moved_online' => 'Moved online', 'moved_online' => 'ఆన్‌లైన్‌లోకి తరలించబడింది',
'postponed' => 'Postponed', 'postponed' => 'వాయిదా పడింది',
); );

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$attendance_status_set = array ( $attendance_status_set = array (
'offline' => 'Offline', 'offline' => 'ఆఫ్‌లైన్',
'online' => 'Online', 'online' => 'ఆన్‌లైన్',
); );

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$closer_location_types_set = array ( $closer_location_types_set = array (
0 => '', 0 => '0',
1 => 'Place of recording', 1 => 'రికార్డింగ్ స్థలం',
2 => 'Place of discovery', 2 => 'ఆవిష్కరణ స్థలం',
3 => 'Former place', 3 => 'పూర్వ స్థలం',
); );

View File

@ -1,20 +1,20 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$colors_set = array ( $colors_set = array (
'black' => 'Black', 'black' => 'నలుపు',
'green' => 'Green', 'green' => 'ఆకుపచ్చ',
'silver' => 'Silver', 'silver' => 'వెండి',
'lime' => 'Lime', 'lime' => 'నిమ్మకాయ',
'gray' => 'Gray', 'gray' => 'బూడిద రంగు',
'olive' => 'Olive', 'olive' => 'ఆలివ్',
'white' => 'White', 'white' => 'తెలుపు',
'yellow' => 'Yellow', 'yellow' => 'పసుపు',
'maroon' => 'Maroon', 'maroon' => 'మెరూన్',
'navy' => 'Navy', 'navy' => 'నేవీ',
'red' => 'Red', 'red' => 'ఎరుపు',
'blue' => 'Blue', 'blue' => 'నీలం',
'purple' => 'Purple', 'purple' => 'ఊదా',
'teal' => 'Teal', 'teal' => 'టీల్',
'fuchsia' => 'Fuchsia', 'fuchsia' => 'ఫుచ్సియా',
'aqua' => 'Aqua', 'aqua' => 'ఆక్వా',
); );

View File

@ -1,10 +1,10 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$conservation_report_type_set = array ( $conservation_report_type_set = array (
'damage' => 'Damage', 'damage' => 'నష్టం',
'conservation' => 'Conservation', 'conservation' => 'పరిరక్షణ',
'condition' => 'Condition', 'condition' => 'పరిస్థితి',
'restoration' => 'Restoration', 'restoration' => 'పునరుద్ధరణ',
'other_report' => 'Other report', 'other_report' => 'ఇతర నివేదిక',
'other' => 'Other report', 'other' => 'ఇతర నివేదిక',
); );

View File

@ -1,28 +1,28 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$currencies_set = array ( $currencies_set = array (
'eu-EUR' => 'Euro', 'eu-EUR' => 'యూరో',
'de-DM' => 'Deutsche Mark', 'de-DM' => 'డ్యూయిష్ మార్క్',
'de-RM' => 'Reichsmark (Germany)', 'de-RM' => 'రీచ్స్‌మార్క్ (జర్మనీ)',
'es-Real' => 'Spanish Real', 'es-Real' => 'స్పానిష్ రియల్',
'hu-Ft' => 'Forint', 'hu-Ft' => 'ఫోరింట్',
'hu-Lari' => 'Lari', 'hu-Lari' => 'లారీ',
'hu-Pengő' => 'Pengő', 'hu-Pengő' => 'పెంగో',
'id-IDR' => 'Indonesian Rupiah', 'id-IDR' => 'ఇండోనేషియా రుపియా',
'pl-Złoty' => 'Złoty', 'pl-Złoty' => 'జ్లోటీ',
'us-USD' => 'US Dollar', 'us-USD' => 'యుఎస్ డాలర్',
'ddr-Mark' => 'Mark (GDR)', 'ddr-Mark' => 'మార్క్ (GDR)',
'ddr-MDN' => 'MDN (GDR)', 'ddr-MDN' => 'MDN (జిడిఆర్)',
'hu-Korona' => 'Austro-Hungarian krone', 'hu-Korona' => 'ఆస్ట్రో-హంగేరియన్ క్రోన్',
'fr-FF' => 'French Franc', 'fr-FF' => 'ఫ్రెంచ్ ఫ్రాంక్',
'uk-GBP' => 'Pound Sterling', 'uk-GBP' => 'పౌండ్ స్టెర్లింగ్',
'by-BYN' => 'Belarusian ruble', 'by-BYN' => 'బెలారసియన్ రూబుల్',
'ru-RUB' => 'Russian ruble', 'ru-RUB' => 'రష్యన్ రూబుల్',
'su-SUR' => 'Soviet ruble', 'su-SUR' => 'సోవియట్ రూబుల్',
'ua-UAH' => 'Ukrainian hryvnia', 'ua-UAH' => 'ఉక్రేనియన్ హ్రైవ్నియా',
'ch-CHF' => 'Swiss franc', 'ch-CHF' => 'స్విస్ ఫ్రాంక్',
'ua-UAK' => 'Ukrainian karbovanets', 'ua-UAK' => 'ఉక్రేనియన్ కార్బోవానెట్స్',
); );
$license_full_names = array ( $license_full_names = array (
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates', 'CC BY-NC-ND' => 'లక్షణం - వాణిజ్యేతర - ఉత్పన్నాలు లేవు',
); );

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$custom_report_targets_set = array ( $custom_report_targets_set = array (
'object_single' => 'Single object', 'object_single' => 'ఒకే వస్తువు',
'object_list' => 'Multiple objects', 'object_list' => 'బహుళ వస్తువులు',
'loan' => 'Loan', 'loan' => 'ఋణం',
'exhibition' => 'Exhibition', 'exhibition' => 'ప్రదర్శన',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$disposal_method_set = array ( $disposal_method_set = array (
'sold' => 'Sold', 'sold' => 'అమ్ముడయ్యాయి',
'destroyed' => 'Destroyed', 'destroyed' => 'నాశనం చేయబడింది',
'garbage' => 'Thrown away / garbage collection', 'garbage' => 'పారవేయడం / చెత్త సేకరణ',
); );

View File

@ -1,22 +1,22 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$entry_types = array ( $entry_types = array (
0 => '', 0 => '0',
1 => 'Donation', 1 => 'విరాళం',
2 => 'Purchase', 2 => 'కొనుగోలు',
3 => 'Excavation', 3 => 'తవ్వకం',
4 => 'Emergency Rescue', 4 => 'అత్యవసర రక్షణ',
5 => 'Inheritance', 5 => 'వారసత్వం',
6 => 'Endowment', 6 => 'ఎండోమెంట్',
7 => 'Dispossession', 7 => 'తొలగింపు',
8 => 'Original condition', 8 => 'అసలు స్థితి',
9 => 'Loan', 9 => 'ఋణం',
10 => 'Exchange', 10 => 'మార్పిడి',
11 => 'In-house production', 11 => 'ఇన్-హౌస్ ప్రొడక్షన్',
12 => 'Material Strain (Törzsanyag)', 12 => 'పదార్థ జాతి (Törzsanyag)',
14 => 'Vorlass', 14 => 'వోర్లాస్',
15 => 'Finding', 15 => 'కనుగొనడం',
98 => 'To be checked', 98 => 'తనిఖీ చేయబడాలి',
99 => 'Other legal acquisition', 99 => 'ఇతర చట్టపరమైన సముపార్జన',
16 => 'Permanent loan', 16 => 'శాశ్వత రుణం',
); );

View File

@ -1,59 +1,59 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$eventname = array ( $eventname = array (
1 => 'Created', 1 => 'సృష్టించబడింది',
2 => 'Found', 2 => 'దొరికింది',
3 => 'Published', 3 => 'ప్రచురించబడింది',
4 => 'Template creation', 4 => 'టెంప్లేట్ సృష్టి',
5 => 'Was depicted (Actor)', 5 => 'చిత్రీకరించబడింది (నటుడు)',
6 => 'Was used', 6 => 'ఉపయోగించబడింది',
7 => 'Written', 7 => 'వ్రాయబడింది',
8 => 'Collected', 8 => 'సేకరించబడింది',
9 => 'Painted', 9 => 'పెయింట్ చేయబడింది',
10 => 'Image taken', 10 => 'తీసిన చిత్రం',
11 => 'Received', 11 => 'అందుకుంది',
12 => 'Printing plate produced', 12 => 'ప్రింటింగ్ ప్లేట్ ఉత్పత్తి చేయబడింది',
13 => 'Sent', 13 => 'పంపబడింది',
14 => 'Issued', 14 => 'జారీ చేయబడింది',
15 => 'Signed', 15 => 'సంతకం చేయబడింది',
16 => 'First description', 16 => 'మొదటి వివరణ',
19 => 'Drawn', 19 => 'గీసినవి',
20 => 'Copied (by hand)', 20 => 'కాపీ చేయబడింది (చేతితో)',
21 => 'Lived', 21 => 'నివసించారు',
22 => '[Relationship to location]', 22 => '[స్థానానికి సంబంధం]',
23 => '[Relation to person or institution]', 23 => '[వ్యక్తి లేదా సంస్థతో సంబంధం]',
24 => '[Relation to time]', 24 => '[సమయానికి సంబంధం]',
25 => 'Commissioned', 25 => 'నియమించబడిన',
26 => 'Printed', 26 => 'ముద్రించబడింది',
27 => 'Recorded', 27 => 'రికార్డ్ చేయబడింది',
28 => 'Sung', 28 => 'పాడినవి',
29 => 'Decor designed', 29 => 'డెకర్ డిజైన్ చేయబడింది',
30 => 'Form designed', 30 => 'ఫారమ్ రూపొందించబడింది',
31 => 'Modelled', 31 => 'మోడల్ చేయబడింది',
32 => 'Autographed/Signed', 32 => 'సంతకం చేయబడిన/స్వీకరించబడిన',
33 => 'Mentioned', 33 => 'ప్రస్తావించబడింది',
34 => 'Buried', 34 => 'ఖననం చేయబడింది',
35 => 'Intellectual creation', 35 => 'మేధో సృష్టి',
36 => 'Was depicted', 36 => 'చిత్రీకరించబడింది',
37 => 'Painted on', 37 => 'పెయింట్ చేయబడింది',
38 => 'Illustrated', 38 => 'చిత్రించిన',
39 => 'Assembled', 39 => 'అమర్చబడింది',
40 => 'Auctioned', 40 => 'వేలం వేయబడింది',
41 => 'Bought', 41 => 'కొనుగోలు చేయబడింది',
42 => 'Owned', 42 => 'స్వంతం చేసుకున్నది',
43 => 'Sold', 43 => 'అమ్ముడైంది',
44 => 'Restored', 44 => 'పునరుద్ధరించబడింది',
45 => 'Damaged', 45 => 'దెబ్బతిన్న',
46 => 'Destroyed', 46 => 'నాశనం చేయబడింది',
47 => 'Lost', 47 => 'కోల్పోయిన',
48 => 'Edited', 48 => 'సవరించబడింది',
49 => 'Donated / present', 49 => 'విరాళం ఇవ్వబడింది / బహుమతిగా ఇవ్వబడింది',
50 => 'Inherited', 50 => 'వారసత్వంగా వచ్చింది',
51 => 'Had subject', 51 => 'విషయం ఉంది',
52 => 'Emerged', 52 => 'ఉద్భవించింది',
53 => 'Production of material', 53 => 'పదార్థ ఉత్పత్తి',
54 => 'Mentioned place', 54 => 'పేర్కొన్న స్థలం',
55 => 'Mentioned time', 55 => 'పేర్కొన్న సమయం',
56 => 'Received ownership', 56 => 'యాజమాన్యం స్వీకరించబడింది',
57 => 'Transferred ownership', 57 => 'యాజమాన్యం బదిలీ చేయబడింది',
); );

View File

@ -1,59 +1,59 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$event_persinst = array ( $event_persinst = array (
1 => 'created by', 1 => 'సృష్టించినది',
2 => 'found by', 2 => 'కనుగొన్నది',
3 => 'published by', 3 => 'ప్రచురించినది',
4 => 'templates created by', 4 => 'సృష్టించిన టెంప్లేట్‌లు',
5 => 'depicted', 5 => 'చిత్రీకరించబడింది',
6 => 'was used by', 6 => 'ఉపయోగించారు',
7 => 'written by', 7 => 'రాసినది',
8 => 'collected by', 8 => 'సేకరించినది',
9 => 'painted by', 9 => 'చిత్రించినది',
10 => 'photographed by', 10 => 'ఛాయాచిత్రాలు తీసినది',
11 => 'received by', 11 => 'అందుకున్నది',
12 => 'Printing plate produced by', 12 => 'ప్రింటింగ్ ప్లేట్ ఉత్పత్తి చేసినది',
13 => 'sent by', 13 => 'పంపినది',
14 => 'issued by', 14 => 'జారీ చేసినది',
15 => 'signed by', 15 => 'సంతకం చేసినవారు',
16 => 'first described by', 16 => 'మొదట వర్ణించినది',
19 => 'drawn by', 19 => 'గీసినది',
20 => 'copied (by hand) by', 20 => '(చేతితో) కాపీ చేయబడింది',
21 => 'Lived', 21 => 'నివసించారు',
22 => '[general]', 22 => '[జనరల్]',
23 => '[general]', 23 => '[జనరల్]',
24 => '[general]', 24 => '[జనరల్]',
25 => 'commissioned by', 25 => 'నియమించబడినది',
26 => 'printed by', 26 => 'ముద్రించినది',
27 => 'recorded by', 27 => 'రికార్డ్ చేసినది',
28 => 'sung by', 28 => 'రికార్డ్ చేసినది',
29 => 'Decor designed by', 29 => 'డెకర్ డిజైన్ చేసినది',
30 => 'Form designed by', 30 => 'ఫారమ్‌ను రూపొందించినది',
31 => 'modelled by', 31 => 'నమూనాగా రూపొందించారు',
32 => 'autographed by', 32 => 'సంతకం చేసినవారు',
33 => 'mentioned by', 33 => 'ప్రస్తావించినది',
34 => 'buried by', 34 => 'ఖననం చేయబడింది',
35 => 'conceived by', 35 => 'ద్వారా ఉద్భవించింది',
36 => 'depicted by', 36 => 'చిత్రీకరించబడింది',
37 => 'painted on by', 37 => 'ద్వారా పెయింట్ చేయబడింది',
38 => 'illustrated by', 38 => 'ద్వారా చిత్రీకరించబడింది',
39 => 'assembled by', 39 => 'సమీకరించినది',
40 => 'auctioned by', 40 => 'వేలం వేసినది',
41 => 'bought by', 41 => 'కొనుగోలు చేసింది',
42 => 'owned by', 42 => 'యాజమాన్యంలో',
43 => 'sold by', 43 => 'అమ్మినది',
44 => 'restored by', 44 => 'పునరుద్ధరించబడింది',
45 => 'damaged by', 45 => 'దెబ్బతిన్నది',
46 => 'destroyed by', 46 => 'నాశనం చేయబడింది',
47 => 'lost by', 47 => 'ఓడిపోయింది',
48 => 'edited by', 48 => 'సవరించినది',
49 => 'donated by', 49 => 'విరాళంగా ఇచ్చినది',
50 => 'inherited by', 50 => 'వారసత్వంగా పొందినది',
51 => 'had subject', 51 => 'విషయం ఉంది',
52 => 'emerged by', 52 => 'ఉద్భవించింది',
53 => 'Material produced by', 53 => 'ఉత్పత్తి చేసిన పదార్థం',
54 => 'Mentioned place', 54 => 'పేర్కొన్న స్థలం',
55 => 'Mentioned time', 55 => 'పేర్కొన్న సమయం',
56 => 'Ownership received by', 56 => 'యాజమాన్యాన్ని స్వీకరించినది',
57 => 'Ownership transfered by', 57 => 'యాజమాన్యం వీరి ద్వారా బదిలీ చేయబడింది',
); );

View File

@ -1,59 +1,59 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$event_place = array ( $event_place = array (
1 => 'created in', 1 => 'సృష్టించబడింది',
2 => 'found in', 2 => 'లో కనుగొనబడింది',
3 => 'published in', 3 => 'లో ప్రచురించబడింది',
4 => 'templates created in', 4 => 'లో సృష్టించబడిన టెంప్లేట్‌లు',
5 => 'was imaged in', 5 => 'చిత్రీకరించబడింది',
6 => 'was used in', 6 => 'ఉపయోగించబడింది',
7 => 'written in', 7 => 'వ్రాయబడింది',
8 => 'collected in', 8 => 'సేకరించబడింది',
9 => 'painted in', 9 => 'పెయింట్ చేయబడింది',
10 => 'photographed in', 10 => 'ఫోటో తీయబడింది',
11 => 'received in', 11 => 'స్వీకరించబడింది',
12 => 'Printing plate produced in', 12 => 'ప్రింటింగ్ ప్లేట్ ఉత్పత్తి చేయబడినది',
13 => 'sent in', 13 => 'పంపబడింది',
14 => 'issued in', 14 => 'జారీ చేయబడింది',
15 => 'signed in', 15 => 'సైన్ ఇన్ చేసారు',
16 => 'Type described in', 16 => 'వివరించిన రకం',
19 => 'drawn in', 19 => 'డ్రా చేయబడిన',
20 => 'was copied (by hand) in', 20 => '(చేతితో) కాపీ చేయబడింది',
21 => 'has lived in', 21 => 'నివసించారు',
22 => '[general]', 22 => '[జనరల్]',
23 => '[general]', 23 => '[జనరల్]',
24 => '[general]', 24 => '[జనరల్]',
25 => 'commissioned in', 25 => 'ప్రారంభించబడింది',
26 => 'printed in', 26 => 'ముద్రించబడింది',
27 => 'recorded in', 27 => 'నమోదు చేయబడింది',
28 => 'sung in', 28 => 'పాడారు',
29 => 'Decor designed in', 29 => 'అలంకరణలో రూపొందించబడింది',
30 => 'Form designed in', 30 => 'ఫారమ్ రూపొందించబడింది',
31 => 'modelled in', 31 => 'నమూనాగా రూపొందించబడింది',
32 => 'autographed in', 32 => 'సంతకం చేయబడిన',
33 => 'mentioned in', 33 => 'లో ప్రస్తావించబడింది',
34 => 'buried in', 34 => 'ఖననం చేయబడింది',
35 => 'conceived in', 35 => 'గర్భం దాల్చింది',
36 => 'was depicted in', 36 => 'చిత్రీకరించబడింది',
37 => 'painted on in', 37 => 'పెయింట్ చేయబడింది',
38 => 'illustrated in', 38 => 'లో చిత్రీకరించబడింది',
39 => 'assembled in', 39 => 'సమావేశపరచబడింది',
40 => 'auctioned in', 40 => 'వేలం వేయబడింది',
41 => 'bought in', 41 => 'కొనుగోలు చేయబడింది',
42 => 'owned in', 42 => 'స్వంతం చేసుకున్న',
43 => 'sold in', 43 => 'అమ్ముడైంది',
44 => 'restored in', 44 => 'పునరుద్ధరించబడింది',
45 => 'damaged in', 45 => 'దెబ్బతిన్న',
46 => 'destroyed in', 46 => 'నాశనం చేయబడింది',
47 => 'lost in', 47 => 'ఓడిపోయింది',
48 => 'edited in', 48 => 'లో సవరించబడింది',
49 => 'donated / given as present in', 49 => 'దానం చేయబడింది / ప్రస్తుతం ఇవ్వబడింది',
50 => 'inherited in', 50 => 'వారసత్వంగా వచ్చింది',
51 => 'had subject', 51 => 'విషయం ఉంది',
52 => 'emerged at', 52 => 'ఉద్భవించింది',
53 => 'Material produced in', 53 => 'ఉత్పత్తి చేయబడిన పదార్థం',
54 => 'Mentioned place', 54 => 'పేర్కొన్న స్థలం',
55 => 'Mentioned time', 55 => 'పేర్కొన్న సమయం',
56 => 'Ownership received in', 56 => 'యాజమాన్యం స్వీకరించబడింది',
57 => 'Ownership transfered in', 57 => 'యాజమాన్యం బదిలీ చేయబడిన తేదీ',
); );

View File

@ -1,59 +1,59 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$event_time = array ( $event_time = array (
1 => 'created', 1 => 'సృష్టించబడింది',
2 => 'found', 2 => 'దొరికింది',
3 => 'published', 3 => 'ప్రచురించబడింది',
4 => 'template created', 4 => 'టెంప్లేట్ సృష్టించబడింది',
5 => 'was imaged', 5 => 'చిత్రీకరించబడింది',
6 => 'was used', 6 => 'ఉపయోగించబడింది',
7 => 'written', 7 => 'వ్రాయబడింది',
8 => 'collected', 8 => 'సేకరించిన',
9 => 'painted', 9 => 'పెయింట్ చేయబడింది',
10 => 'photographed', 10 => 'ఫోటో తీయబడింది',
11 => 'received', 11 => 'అందుకుంది',
12 => 'Printing plate produced', 12 => 'ప్రింటింగ్ ప్లేట్ ఉత్పత్తి చేయబడింది',
13 => 'sent', 13 => 'పంపబడింది',
14 => 'issued', 14 => 'జారీ చేయబడిన',
15 => 'signed', 15 => 'సంతకం చేయబడింది',
16 => 'Type described', 16 => 'వివరించిన రకం',
19 => 'drawn', 19 => 'గీసిన',
20 => 'copied (by hand)', 20 => 'కాపీ చేయబడింది (చేతితో)',
21 => 'has lived', 21 => 'జీవించాడు',
22 => '[general]', 22 => '[జనరల్]',
23 => '[general]', 23 => '[జనరల్]',
24 => '[general]', 24 => '[జనరల్]',
25 => 'commissioned', 25 => 'నియమించబడిన',
26 => 'printed', 26 => 'ముద్రించబడింది',
27 => 'recorded', 27 => 'రికార్డ్ చేయబడింది',
28 => 'sung', 28 => 'పాడారు',
29 => 'Decor designed', 29 => 'డెకర్ డిజైన్ చేయబడింది',
30 => 'Form designed', 30 => 'ఫారమ్ రూపొందించబడింది',
31 => 'modelled', 31 => 'నమూనా చేయబడిన',
32 => 'autographed', 32 => 'సంతకం చేయబడిన',
33 => 'was mentioned', 33 => 'ప్రస్తావించబడింది',
34 => 'buried', 34 => 'ఖననం చేయబడింది',
35 => 'conceived', 35 => 'గర్భం దాల్చింది',
36 => 'was depicted', 36 => 'చిత్రీకరించబడింది',
37 => 'painted on', 37 => 'పెయింట్ చేయబడింది',
38 => 'illustrated', 38 => 'చిత్రీకరించబడింది',
39 => 'assembled at', 39 => 'సమావేశమైన',
40 => 'auctioned at', 40 => 'వేలం వేయబడింది',
41 => 'bought at', 41 => 'కొనుగోలు చేయబడింది',
42 => 'owned at', 42 => 'స్వంతం చేసుకున్న',
43 => 'sold at', 43 => 'అమ్మకానికి పెట్టబడింది',
44 => 'restored at', 44 => 'పునరుద్ధరించబడింది',
45 => 'damaged at', 45 => 'దెబ్బతిన్న',
46 => 'destroyed at', 46 => 'నాశనం చేయబడింది',
47 => 'lost at', 47 => 'ఓడిపోయింది',
48 => 'edited at', 48 => 'వద్ద సవరించబడింది',
49 => 'donated at', 49 => 'విరాళం ఇవ్వబడింది',
50 => 'inherited at', 50 => 'వారసత్వంగా పొందిన',
51 => 'had subject', 51 => 'విషయం ఉంది',
52 => 'emerged at', 52 => 'ఉద్భవించింది',
53 => 'Material produced', 53 => 'ఉత్పత్తి చేయబడిన పదార్థం',
54 => 'Mentioned place', 54 => 'పేర్కొన్న స్థలం',
55 => 'Mentioned time', 55 => 'పేర్కొన్న సమయం',
56 => 'Ownership received', 56 => 'యాజమాన్యం స్వీకరించబడింది',
57 => 'Ownership transfered', 57 => 'యాజమాన్యం బదిలీ చేయబడింది',
); );

View File

@ -1,9 +1,9 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$exhibition_contributor_roles = array ( $exhibition_contributor_roles = array (
'concept' => 'Concept', 'concept' => 'భావన',
'curator' => 'Curator', 'curator' => 'క్యూరేటర్',
'design' => 'Design', 'design' => 'రూపకల్పన',
'coordinator' => 'Coordinator', 'coordinator' => 'సమన్వయకర్త',
'protagonist' => 'Protagonist', 'protagonist' => 'కథానాయకుడు',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$gender_set = array ( $gender_set = array (
'female' => 'Female', 'female' => 'స్త్రీ',
'male' => 'Male', 'male' => 'పురుషుడు',
'other' => 'Other', 'other' => 'ఇతర',
); );

View File

@ -1,10 +1,10 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$institution_basic_category_set = array ( $institution_basic_category_set = array (
'archive' => 'Archive', 'archive' => 'ఆర్కైవ్',
'library' => 'Library', 'library' => 'లైబ్రరీ',
'memorial_site' => 'Memorial site', 'memorial_site' => 'స్మారక స్థలం',
'private_collection' => 'Private collection', 'private_collection' => 'ప్రైవేట్ సేకరణ',
'museum' => 'Museum', 'museum' => 'మ్యూజియం',
'university_collection' => 'University collection', 'university_collection' => 'విశ్వవిద్యాలయ సేకరణ',
); );

View File

@ -1,30 +1,30 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$institution_collection_area_set = array ( $institution_collection_area_set = array (
'everyday_life' => 'Everyday life', 'everyday_life' => 'రోజువారీ జీవితంలో',
'archaeology' => 'Archaeology', 'archaeology' => 'పురావస్తు శాస్త్రం',
'architecture' => 'Architecture', 'architecture' => 'ఆర్కిటెక్చర్',
'history_of_mining' => 'History of mining', 'history_of_mining' => 'మైనింగ్ చరిత్ర',
'botany' => 'Botany', 'botany' => 'వృక్షశాస్త్రం',
'history_of_film' => 'History of film', 'history_of_film' => 'సినిమా చరిత్ర',
'political_history' => 'Political history', 'political_history' => 'రాజకీయ చరిత్ర',
'arts' => 'Arts', 'arts' => 'కళలు',
'applied_arts' => 'Applied arts', 'applied_arts' => 'అప్లైడ్ ఆర్ట్స్',
'agriculture' => 'Agriculture', 'agriculture' => 'వ్యవసాయం',
'literature' => 'Literature', 'literature' => 'సాహిత్యం',
'history_of_medicine' => 'History of medicine', 'history_of_medicine' => 'వైద్య చరిత్ర',
'military_history' => 'Military history', 'military_history' => 'సైనిక చరిత్ర',
'mineralogy' => 'Mineralogy', 'mineralogy' => 'ఖనిజశాస్త్రం',
'music' => 'Music', 'music' => 'సంగీతం',
'numismatics' => 'Numismatics', 'numismatics' => 'నాణేల శాస్త్రం',
'paleontology' => 'Paleontology', 'paleontology' => 'పురాజీవ శాస్త్రం',
'personalia' => 'Personalia', 'personalia' => 'పర్సనలియా',
'regional_history' => 'Regional history', 'regional_history' => 'ప్రాంతీయ చరిత్ర',
'religion' => 'Religion', 'religion' => 'మతం',
'technology' => 'Technology', 'technology' => 'టెక్నాలజీ',
'ethnography' => 'Ethnography', 'ethnography' => 'ఎథ్నోగ్రఫీ',
'zoology' => 'Zoology', 'zoology' => 'జంతుశాస్త్రం',
); );
$institution_basic_category_set = array ( $institution_basic_category_set = array (
'museum' => 'Museum', 'museum' => 'మ్యూజియం',
); );

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$institution_external_id_repositories = array ( $institution_external_id_repositories = array (
'hu_ksh' => 'Hungarian Central Statistical Office', 'hu_ksh' => 'హంగేరియన్ సెంట్రల్ స్టాటిస్టికల్ ఆఫీస్',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$institution_musdb_use_case_set = array ( $institution_musdb_use_case_set = array (
'collection_management' => 'Collection management', 'collection_management' => 'సేకరణ నిర్వహణ',
'publication' => 'Publication', 'publication' => 'ప్రచురణ',
'collection_management_and_publication' => 'Collection management and publication', 'collection_management_and_publication' => 'సేకరణ నిర్వహణ మరియు ప్రచురణ',
); );

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$institution_public_private_category_set = array ( $institution_public_private_category_set = array (
'public' => 'Public', 'public' => 'ప్రజా',
'private' => 'Private', 'private' => 'ప్రైవేట్',
'religious' => 'Religious', 'religious' => 'మతపరమైన',
'mixed' => 'Mixed', 'mixed' => 'మిశ్రమ',
); );

View File

@ -1,16 +1,16 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$license_explica = array ( $license_explica = array (
'CC BY-NC-SA' => 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.', 'CC BY-NC-SA' => 'వాణిజ్యేతర ప్రయోజనాల కోసం, ఆపాదింపు ఇవ్వబడితే, ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు (మార్పు చేసినప్పటికీ). పంపిణీ విషయంలో హక్కుల స్థితిని అలాగే ఉంచాలి.',
'CC BY-NC-ND' => 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.', 'CC BY-NC-ND' => 'వాణిజ్యేతర ప్రయోజనాల కోసం, ఆపాదింపు ఇవ్వబడితే, ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు. దానిని మార్చకూడదు.',
'CC BY-NC' => 'For non commercial purposes the material might be used freely if the attribution is given.', 'CC BY-NC' => 'ఆపాదింపు ఇవ్వబడితే, వాణిజ్యేతర ప్రయోజనాల కోసం ఈ విషయాన్ని ఉచితంగా ఉపయోగించవచ్చు.',
'CC BY-ND' => 'The material might be used freely if the attribution is given. It may not be altered.', 'CC BY-ND' => 'ఆపాదింపు ఇవ్వబడితే ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు. దానిని మార్చకూడదు.',
'CC BY-SA' => 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.', 'CC BY-SA' => 'ఆపాదింపు ఇస్తే ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు (మరియు మార్చవచ్చు కూడా). పంపిణీ విషయంలో హక్కుల స్థితిని అలాగే ఉంచాలి.',
'CC BY' => 'The material might be used freely (and even altered) if the attribution is given.', 'CC BY' => 'ఆపాదింపు ఇవ్వబడితే ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు (మరియు మార్చవచ్చు కూడా).',
'CC0' => 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.', 'CC0' => 'ఎటువంటి హక్కులు ప్రత్యేకించబడలేదు. మీకు అన్ని హక్కులను వదులుకునే హక్కు ఉంటేనే మీరు CC0ని ఉపయోగించాలి.',
'RR-F' => 'Free access - no reuse.', 'RR-F' => 'ఉచిత యాక్సెస్ - పునర్వినియోగం లేదు.',
'RR-P' => 'Paid access - no reuse. Previews might be freely accessible.', 'RR-P' => 'చెల్లింపు యాక్సెస్ - పునర్వినియోగం లేదు. ప్రివ్యూలను ఉచితంగా యాక్సెస్ చేయవచ్చు.',
'RR-R' => 'Restricted access. Reserved rights.', 'RR-R' => 'పరిమితం చేయబడిన యాక్సెస్. ప్రత్యేకించబడిన హక్కులు.',
'Orphan Work' => 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.', 'Orphan Work' => 'హక్కుదారుడిని నిర్ణయించడం సాధ్యం కాలేదు. ఈ పని EU అనాథ పనుల జాబితాలో ఉంది.',
'Public Domain Mark' => 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.', 'Public Domain Mark' => 'ఈ పని కాపీరైట్ చట్టం క్రింద తెలిసిన పరిమితులు లేకుండా ఉందని గుర్తించబడింది, వీటిలో అన్ని సంబంధిత మరియు పొరుగు హక్కులు ఉన్నాయి.',
); );

View File

@ -1,16 +1,16 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$license_full_names = array ( $license_full_names = array (
'CC BY-NC-SA' => 'Attribution - Non Commercial - Share Alike', 'CC BY-NC-SA' => 'లక్షణం - వాణిజ్యేతర - ఇలాగే షేర్ చేయండి',
'CC BY-NC' => 'Attribution - Non Commercial', 'CC BY-NC' => 'లక్షణం - వాణిజ్యేతర',
'CC BY-ND' => 'Attribution - No Derivates', 'CC BY-ND' => 'లక్షణం - ఉత్పన్నాలు లేవు',
'CC BY-SA' => 'Attribution - Share Alike', 'CC BY-SA' => 'లక్షణం - ఇలాగే షేర్ చేయండి',
'CC BY' => 'Attribution', 'CC BY' => 'లక్షణం',
'CC0' => 'No Rights Reserved', 'CC0' => 'హక్కులు లేవు',
'RR-F' => 'Rights Reserved - Free Access', 'RR-F' => 'హక్కులు ప్రత్యేకించబడ్డాయి - ఉచిత యాక్సెస్',
'RR-P' => 'Rights Reserved - Paid Access', 'RR-P' => 'హక్కులు ప్రత్యేకించబడ్డాయి - చెల్లింపు యాక్సెస్',
'RR-R' => 'Rights Reserved - Restricted Access', 'RR-R' => 'హక్కులు ప్రత్యేకించబడ్డాయి - పరిమితం చేయబడిన యాక్సెస్',
'Orphan Work' => 'Orphan Work', 'Orphan Work' => 'అనాథల పని',
'Public Domain Mark' => 'Public Domain Mark', 'Public Domain Mark' => 'పబ్లిక్ డొమైన్ మార్క్',
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates', 'CC BY-NC-ND' => 'లక్షణం - వాణిజ్యేతర - ఉత్పన్నాలు లేవు',
); );

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$license_url = array ( $license_url = array (
'CC BY-NC-SA' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/', 'CC BY-NC-SA' => 'CC BY-NC-SA https://creativecommons.org/licenses/by-nc-sa/4.0/',
'CC BY-NC-ND' => 'https://creativecommons.org/licenses/by-nc-nd/4.0/', 'CC BY-NC-ND' => 'CC BY-NC-ND https://creativecommons.org/licenses/by-nc-nd/4.0/',
'CC BY-NC' => 'https://creativecommons.org/licenses/by-nc/4.0/', 'CC BY-NC' => 'https://creativecommons.org/licenses/by-nc/4.0/',
'CC BY-ND' => 'https://creativecommons.org/licenses/by-nd/4.0/', 'CC BY-ND' => 'https://creativecommons.org/licenses/by-nd/4.0/',
'CC BY-SA' => 'https://creativecommons.org/licenses/by-sa/4.0/', 'CC BY-SA' => 'https://creativecommons.org/licenses/by-sa/4.0/',

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$loan_types = array ( $loan_types = array (
'outgoing' => 'Outgoing', 'outgoing' => 'అవుట్‌గోయింగ్',
'incoming' => 'Incoming', 'incoming' => 'ఇన్‌కమింగ్',
); );

View File

@ -1,25 +1,25 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$marking_types = array ( $marking_types = array (
'signature' => 'Signature', 'signature' => 'సంతకం',
'watermark' => 'Watermark', 'watermark' => 'వాటర్‌మార్క్',
'engraving' => 'Engraving', 'engraving' => 'చెక్కడం',
'scratch' => 'Scratching', 'scratch' => 'గోకడం',
'stamp' => 'Stamped', 'stamp' => 'స్టాంప్ చేయబడింది',
'overprint' => 'Overprint', 'overprint' => 'ఓవర్‌ప్రింట్',
'embossing' => 'Embossing', 'embossing' => 'ఎంబాసింగ్',
'handwritten' => 'Handwritten', 'handwritten' => 'చేతితో రాసిన',
'glued' => 'Glued', 'glued' => 'అతికించబడింది',
'embroidered' => 'Embroidered', 'embroidered' => 'ఎంబ్రాయిడరీ చేయబడింది',
'sewn' => 'Sewn', 'sewn' => 'కుట్టిన',
'screwed' => 'Screwed', 'screwed' => 'స్క్రూడ్',
'burnt_in' => 'Burnt in', 'burnt_in' => 'కాలిపోయింది',
'riveted' => 'Riveted', 'riveted' => 'రివెటెడ్',
'nailed' => 'Nailed', 'nailed' => 'గోర్లు కొట్టబడ్డాయి',
'hallmarked' => 'Hallmarked', 'hallmarked' => 'హాల్‌మార్క్ చేయబడింది',
'punched' => 'Punched', 'punched' => 'పంచ్ చేయబడింది',
'scarified' => 'Scarified', 'scarified' => 'భయపెట్టబడింది',
'cast' => 'Cast', 'cast' => 'తారాగణం',
'painted' => 'Painted', 'painted' => 'పెయింట్ చేయబడింది',
'drawn' => 'Drawn', 'drawn' => 'గీసినవి',
); );

View File

@ -1,34 +1,34 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$measurement_type_set = array ( $measurement_type_set = array (
'length' => 'Length', 'length' => 'పొడవు',
'height' => 'Height', 'height' => 'ఎత్తు',
'width' => 'Width', 'width' => 'వెడల్పు',
'number_of_copies' => 'Number of copies', 'number_of_copies' => 'కాపీల సంఖ్య',
'weight' => 'Weight', 'weight' => 'బరువు',
'diameter' => 'Diameter', 'diameter' => 'వ్యాసం',
'wall' => 'Wall', 'wall' => 'గోడ',
'number_of_parts' => 'Number of parts', 'number_of_parts' => 'భాగాల సంఖ్య',
'die_axis' => 'Die-axis', 'die_axis' => 'డై-యాక్సిస్',
'length_socle' => 'Length of socle', 'length_socle' => 'సోకిల్ పొడవు',
'height_socle' => 'Height of socle', 'height_socle' => 'సోకిల్ ఎత్తు',
'width_socle' => 'Width of socle', 'width_socle' => 'సోకిల్ వెడల్పు',
'height_sheet_size' => 'Sheet size (height)', 'height_sheet_size' => 'షీట్ పరిమాణం (ఎత్తు)',
'length_sheet_size' => 'Sheet size (length)', 'length_sheet_size' => 'షీట్ పరిమాణం (పొడవు)',
'width_sheet_size' => 'Sheet size (width)', 'width_sheet_size' => 'షీట్ పరిమాణం (వెడల్పు)',
'height_image_size' => 'Image size (height)', 'height_image_size' => 'చిత్ర పరిమాణం (ఎత్తు)',
'length_image_size' => 'Image size (length)', 'length_image_size' => 'చిత్రం పరిమాణం (పొడవు)',
'width_image_size' => 'Image size (width)', 'width_image_size' => 'చిత్ర పరిమాణం (వెడల్పు)',
'length_frame' => 'Frame (length)', 'length_frame' => 'ఫ్రేమ్ (పొడవు)',
'height_frame' => 'Frame (height)', 'height_frame' => 'ఫ్రేమ్ (ఎత్తు)',
'width_frame' => 'Frame (width)', 'width_frame' => 'ఫ్రేమ్ (వెడల్పు)',
'length_min' => 'Length (min.)', 'length_min' => 'పొడవు (నిమి.)',
'length_max' => 'Length (max.)', 'length_max' => 'పొడవు (గరిష్టంగా)',
'height_min' => 'Height (min.)', 'height_min' => 'ఎత్తు (నిమి.)',
'height_max' => 'Height (max.)', 'height_max' => 'ఎత్తు (గరిష్టంగా)',
'width_min' => 'Width (min.)', 'width_min' => 'వెడల్పు (నిమి.)',
'width_max' => 'Width (max.)', 'width_max' => 'వెడల్పు (గరిష్టంగా)',
'diameter_min' => 'Diameter (min.)', 'diameter_min' => 'వ్యాసం (నిమి.)',
'diameter_max' => 'Diameter (max.)', 'diameter_max' => 'వ్యాసం (గరిష్టంగా)',
'diameter_frame' => 'Frame (diameter)', 'diameter_frame' => 'ఫ్రేమ్ (వ్యాసం)',
); );

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$object_check_types_set = array ( $object_check_types_set = array (
'condition_check' => 'Condition check', 'condition_check' => 'స్థితి తనిఖీ',
'completeness_check' => 'Completeness check', 'completeness_check' => 'పూర్తితనాన్ని తనిఖీ చేయడం',
'data_correctness_check' => 'Data correctness check', 'data_correctness_check' => 'డేటా ఖచ్చితత్వాన్ని తనిఖీ చేయడం',
'location_accuracy_check' => 'Check of location accuracy', 'location_accuracy_check' => 'స్థాన ఖచ్చితత్వాన్ని తనిఖీ చేయడం',
); );

View File

@ -1,9 +1,9 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$object_damage_status_set = array ( $object_damage_status_set = array (
'identified' => 'Identified', 'identified' => 'గుర్తించబడింది',
'repair_possible' => 'Reviewed; repair possible', 'repair_possible' => 'సమీక్షించబడింది; మరమ్మత్తు సాధ్యమే',
'repair_scheduled' => 'Repair scheduled', 'repair_scheduled' => 'మరమ్మతు షెడ్యూల్ చేయబడింది',
'repaired' => 'Repaired', 'repaired' => 'మరమ్మతులు చేయబడ్డాయి',
'irreparable' => 'Irreparable', 'irreparable' => 'బాగుచేయరాని',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$object_damage_types_set = array ( $object_damage_types_set = array (
'water_damage' => 'Water damage', 'water_damage' => 'నీటి నష్టం',
'breakage' => 'Breakage', 'breakage' => 'విచ్ఛిన్నం',
'desiccation' => 'Desiccation', 'desiccation' => 'ఎండబెట్టడం',
); );

View File

@ -1,11 +1,11 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$object_document_type_set = array ( $object_document_type_set = array (
'undefined' => 'Undefined', 'undefined' => 'నిర్వచించబడలేదు',
'provenance_report' => 'Provenance report', 'provenance_report' => 'మూల నివేదిక',
'purchase_contract' => 'Purchase contract', 'purchase_contract' => 'కొనుగోలు ఒప్పందం',
'restoration_report' => 'Restoration report', 'restoration_report' => 'పునరుద్ధరణ నివేదిక',
'assessment' => 'Assessment', 'assessment' => 'మూల్యాంకనం',
'correspondence' => 'Correspondence', 'correspondence' => 'ఉత్తర ప్రత్యుత్తరాలు',
'legacy_documentation' => 'Legacy documentation', 'legacy_documentation' => 'లెగసీ డాక్యుమెంటేషన్',
); );

View File

@ -1,9 +1,9 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$object_form_set = array ( $object_form_set = array (
'cube' => 'Cube', 'cube' => 'క్యూబ్',
'cuboid' => 'Cuboid', 'cuboid' => 'ఘనాకారం',
'sphere' => 'Sphere', 'sphere' => 'గోళము',
'cone' => 'Cone', 'cone' => 'కోన్',
'cylinder' => 'Cylinder', 'cylinder' => 'సిలెండర్',
); );

View File

@ -1,10 +1,10 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$object_publication_background = array ( $object_publication_background = array (
0 => 'Image published', 0 => 'చిత్రం ప్రచురించబడింది',
1 => 'Transcript published', 1 => 'ట్రాన్స్క్రిప్ట్ ప్రచురించబడింది',
2 => 'Discussed', 2 => 'చర్చించబడింది',
3 => 'Rezensiert', 3 => 'రెజెన్సియెర్ట్',
4 => 'Referenced', 4 => 'ప్రస్తావించబడింది',
5 => 'Advertised', 5 => 'ప్రకటించబడింది',
); );

View File

@ -1,9 +1,9 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$object_record_status = array ( $object_record_status = array (
'unlocked' => 'Unlocked', 'unlocked' => 'అన్‌లాక్ చేయబడింది',
'locked' => 'Locked', 'locked' => 'లాక్ చేయబడింది',
'revision' => 'Revision', 'revision' => 'పునర్విమర్శ',
'deleted' => 'Deleted', 'deleted' => 'తొలగించబడింది',
'archived' => 'Archived', 'archived' => 'ఆర్కైవ్ చేయబడింది',
); );

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$object_record_status_explica = array ( $object_record_status_explica = array (
'unlocked' => 'Default status. The object record can be updated.', 'unlocked' => 'డిఫాల్ట్ స్థితి. ఆబ్జెక్ట్ రికార్డ్‌ను నవీకరించవచ్చు.',
'locked' => 'The object cannot be updated until the lock has been released.', 'locked' => 'లాక్ విడుదలయ్యే వరకు ఆబ్జెక్ట్ నవీకరించబడదు.',
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.', 'revision' => 'ఈ వస్తువు ప్రస్తుతం పరిశోధన చేయబడుతోంది. ఈ పరిశోధన పూర్తయ్యే వరకు మరిన్ని నవీకరణలు నిలిపివేయబడతాయి.',
'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.', 'archived' => 'ఉదా. యాక్సెస్ తొలగించబడిన వస్తువుల కోసం. ఆబ్జెక్ట్ రికార్డ్‌కు నవీకరణలు నిలిపివేయబడ్డాయి మరియు ఆబ్జెక్ట్ ఓవర్‌వ్యూలలో ఆబ్జెక్ట్ రికార్డ్ ఆర్కైవ్ చేయబడినట్లు గుర్తించబడింది.',
); );

View File

@ -1,11 +1,11 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$object_status = array ( $object_status = array (
'owned' => 'Owned', 'owned' => 'స్వంతం చేసుకున్నది',
'permanent_loan' => 'Permanent loan', 'permanent_loan' => 'శాశ్వత రుణం',
'borrowed' => 'Borrowed', 'borrowed' => 'అప్పుగా తీసుకున్నారు',
'to_check_for_gift' => 'To check (for gift)', 'to_check_for_gift' => '(బహుమతి కోసం) తనిఖీ చేయడానికి',
'to_check' => 'To check', 'to_check' => 'తనిఖీ చేయడానికి',
'deaccessed' => 'Deaccessed', 'deaccessed' => 'యాక్సెస్ తొలగించబడింది',
'third_party_property' => 'Third party property', 'third_party_property' => 'మూడవ పక్ష ఆస్తి',
); );

View File

@ -1,10 +1,10 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$phone_types = array ( $phone_types = array (
'work' => 'Work', 'work' => 'పని',
'home' => 'Home', 'home' => 'హొమ్ పేజ్',
'mobile' => 'Mobile', 'mobile' => 'మొబైల్',
'work mobile' => 'Work mobile', 'work mobile' => 'కార్యాలయ మొబైల్',
'fax' => 'Fax', 'fax' => 'ఫ్యాక్స్',
'fax work' => 'Fax (Work)', 'fax work' => 'ఫ్యాక్స్ (కార్యాలయం)',
); );

View File

@ -1,13 +1,13 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$tlPlacetypes = array ( $tlPlacetypes = array (
0 => 'Administrative', 0 => 'పరిపాలనా',
1 => 'Historical', 1 => 'చారిత్రక',
2 => 'Region', 2 => 'ప్రాంతం',
3 => 'Street', 3 => 'వీధి',
4 => 'Building', 4 => 'భవనం',
5 => 'Mountains', 5 => 'పర్వతాలు',
6 => 'Forest', 6 => 'అడవి',
7 => 'Body of water', 7 => 'నీటి వనరు',
8 => 'Island', 8 => 'ద్వీపం',
); );

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$podcast_contributor_roles = array ( $podcast_contributor_roles = array (
'onair' => 'On air', 'onair' => 'ప్రసారంలో',
'recording' => 'Recording', 'recording' => 'రికార్డింగ్',
'technical_support' => 'Technical support', 'technical_support' => 'సాంకేతిక మద్దతు',
'organization' => 'Organization', 'organization' => 'సంస్థ',
); );

View File

@ -1,29 +1,29 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$position_set = array ( $position_set = array (
'left' => 'Left', 'left' => 'ఎడమ',
'top_left' => 'Top left', 'top_left' => 'ఎగువ ఎడమ',
'top' => 'Top', 'top' => 'టాప్',
'top_right' => 'Top right', 'top_right' => 'ఎగువ కుడి',
'right' => 'Right', 'right' => 'కుడి',
'bottom_right' => 'Bottom right', 'bottom_right' => 'దిగువ కుడి',
'bottom' => 'Bottom', 'bottom' => 'దిగువ',
'bottom_left' => 'Bottom left', 'bottom_left' => 'దిగువ ఎడమవైపు',
'center' => 'Center', 'center' => 'సెంటర్',
'rear_side' => 'Rear side', 'rear_side' => 'వెనుక వైపు',
'edge' => 'Edge', 'edge' => 'అంచు',
'other' => 'Other', 'other' => 'ఇతర',
'inside' => 'Inside', 'inside' => 'లోపల',
'underside' => 'Underside', 'underside' => 'అండర్‌సైడ్',
'topside' => 'Topside', 'topside' => 'పైభాగం',
'front_front' => 'Full front', 'front_front' => 'పూర్తి ముందు భాగం',
'rear_left' => 'Rear side: left', 'rear_left' => 'వెనుక వైపు: ఎడమ',
'rear_top_left' => 'Rear side: top left', 'rear_top_left' => 'వెనుక వైపు: ఎగువ ఎడమ',
'rear_top' => 'Rear side: top', 'rear_top' => 'వెనుక వైపు: పైభాగం',
'rear_top_right' => 'Rear side: top right', 'rear_top_right' => 'వెనుక వైపు: కుడి ఎగువన',
'rear_right' => 'Rear side: right', 'rear_right' => 'వెనుక వైపు: కుడి',
'rear_bottom_right' => 'Rear side: bottom right', 'rear_bottom_right' => 'వెనుక వైపు: దిగువ కుడివైపు',
'rear_bottom' => 'Rear side: bottom', 'rear_bottom' => 'వెనుక వైపు: కింద',
'rear_bottom_left' => 'Rear side: bottom left', 'rear_bottom_left' => 'వెనుక వైపు: దిగువ ఎడమవైపు',
'rear_center' => 'Rear side: center', 'rear_center' => 'వెనుక వైపు: మధ్య',
); );

View File

@ -1,18 +1,18 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$process_types = array ( $process_types = array (
'project' => 'Project', 'project' => 'ప్రాజెక్ట్',
'grant_application' => 'Grant application', 'grant_application' => 'మంజూరు దరఖాస్తు',
'exhibition' => 'Exhibition', 'exhibition' => 'ప్రదర్శన',
'appointment' => 'Appointment / Event', 'appointment' => 'అపాయింట్‌మెంట్ / ఈవెంట్',
'loan_incoming' => 'Loan (incoming)', 'loan_incoming' => 'లోన్ (ఇన్‌కమింగ్)',
'loan_outgoing' => 'Loan (outgoing)', 'loan_outgoing' => 'లోన్ (అవుట్గోయింగ్)',
'employment_ad' => 'Employment ad', 'employment_ad' => 'ఉద్యోగ ప్రకటన',
'purchase' => 'Purchase', 'purchase' => 'కొనుగోలు',
'deaccession' => 'Deaccession', 'deaccession' => 'డీయాక్సెషన్',
'construction' => 'Construction measure', 'construction' => 'నిర్మాణ కొలత',
'pest_control_campaign' => 'Pest control campaign', 'pest_control_campaign' => 'తెగులు నియంత్రణ ప్రచారం',
'pr_campaign' => 'PR campaign', 'pr_campaign' => 'పిఆర్ ప్రచారం',
'relocation' => 'Relocation', 'relocation' => 'స్థానభ్రంశం',
'discussion' => 'Discussion', 'discussion' => 'చర్చ',
); );

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$recording_types_set = array ( $recording_types_set = array (
'audio' => 'Audio', 'audio' => 'ఆడియో',
'video' => 'Video', 'video' => 'వీడియో',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$research_status = array ( $research_status = array (
'bad' => 'Not researched much', 'bad' => 'పెద్దగా పరిశోధించలేదు',
'medium' => 'Partly researched', 'medium' => 'పాక్షికంగా పరిశోధించబడింది',
'good' => 'Well researched', 'good' => 'బాగా పరిశోధించబడింది',
); );

View File

@ -1,24 +1,24 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$series_contributor_role = array ( $series_contributor_role = array (
'author' => 'Author', 'author' => 'రచయిత',
'director' => 'Director', 'director' => 'దర్శకుడు',
'dramaturg' => 'Dramaturg', 'dramaturg' => 'డ్రామాటర్గ్',
'production_designer' => 'Production designer', 'production_designer' => 'ప్రొడక్షన్ డిజైనర్',
'costumer' => 'Costumer', 'costumer' => 'కాస్ట్యూమర్',
'musician' => 'Musician', 'musician' => 'సంగీతకారుడు',
'choreographer' => 'Choreographer', 'choreographer' => 'కొరియోగ్రాఫర్',
'make_up_artist' => 'Make-up artist', 'make_up_artist' => 'మేకప్ ఆర్టిస్ట్',
'speech_trainer' => 'Speech trainer', 'speech_trainer' => 'స్పీచ్ ట్రైనర్',
'puppet_maker' => 'Puppet maker', 'puppet_maker' => 'తోలుబొమ్మ తయారీదారు',
'technician' => 'Technician', 'technician' => 'సాంకేతిక నిపుణుడు',
'inspector' => 'Inspector', 'inspector' => 'ఇన్స్పెక్టర్',
'assistant' => 'Assistant', 'assistant' => 'అసిస్టెంట్',
'actor' => 'Actor', 'actor' => 'నటుడు',
'painter' => 'Painter', 'painter' => 'చిత్రకారుడు',
'creator' => 'Creator', 'creator' => 'సృష్టికర్త',
'equipment_supplier' => 'Equipment supplier', 'equipment_supplier' => 'పరికరాల సరఫరాదారు',
'contributing_institution' => 'Contributing institution', 'contributing_institution' => 'సహకార సంస్థ',
'event_organizer' => 'Event organizer', 'event_organizer' => 'ఈవెంట్ నిర్వాహకుడు',
'movement_trainer' => 'Movement trainer', 'movement_trainer' => 'ఉద్యమ శిక్షకుడు',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$series_place_role = array ( $series_place_role = array (
'place_of_production' => 'Place of production', 'place_of_production' => 'ఉత్పత్తి స్థలం',
'performance_space' => 'Performance space', 'performance_space' => 'పనితీరు స్థలం',
'rehearsal_space' => 'Rehearsal space', 'rehearsal_space' => 'రిహార్సల్ స్థలం',
); );

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$series_time_role = array ( $series_time_role = array (
'premiere' => 'Premiere', 'premiere' => 'ప్రీమియర్',
'time_of_presentation' => 'Time of presentation', 'time_of_presentation' => 'ప్రదర్శన సమయం',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$shipment_method_set = array ( $shipment_method_set = array (
'unknown' => 'Unknown', 'unknown' => 'తెలియదు',
'car' => 'By car', 'car' => 'కారు ద్వారా',
'ship' => 'By ship', 'ship' => 'ఓడ ద్వారా',
); );

View File

@ -1,12 +1,12 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$source_type_set = array ( $source_type_set = array (
'article' => 'Article', 'article' => 'వ్యాసం',
'inbook' => 'Article in collected volume', 'inbook' => 'సేకరించిన వాల్యూమ్‌లోని వ్యాసం',
'book' => 'Book', 'book' => 'పుస్తకం',
'phdthesis' => 'PhD thesis', 'phdthesis' => 'పీహెచ్‌డీ థీసిస్',
'electronical' => 'Electronic resource', 'electronical' => 'ఎలక్ట్రానిక్ వనరు',
'misc' => 'Miscelaneous', 'misc' => 'ఇతరాలు',
'patent' => 'Patent', 'patent' => 'పేటెంట్',
'unpublished' => 'Unpublished', 'unpublished' => 'ప్రచురించబడలేదు',
); );

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$space_access_status = array ( $space_access_status = array (
'enter' => 'Enter', 'enter' => 'ఎంటర్',
'leave' => 'Leave', 'leave' => 'వదిలేయండి',
); );

View File

@ -1,16 +1,16 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$space_types = array ( $space_types = array (
'building' => 'Building', 'building' => 'భవనం',
'depot' => 'Depot room', 'depot' => 'డిపో గది',
'utility_room' => 'Utility room', 'utility_room' => 'యుటిలిటీ గది',
'exhibition_room' => 'Exhibition room', 'exhibition_room' => 'ప్రదర్శన గది',
'display_cabinet' => 'Display cabinet', 'display_cabinet' => 'డిస్‌ప్లే క్యాబినెట్',
'shelf' => 'Shelf', 'shelf' => 'షెల్ఫ్',
'box' => 'Box', 'box' => 'బాక్స్',
'folder' => 'Folder', 'folder' => 'ఫోల్డర్',
'office' => 'Office', 'office' => 'కార్యాలయం',
'floor' => 'Floor', 'floor' => 'అంతస్తు',
'hallway' => 'Hallway', 'hallway' => 'హాలు',
'outdoor_area' => 'Outdoor area', 'outdoor_area' => 'బహిరంగ ప్రాంతం',
); );

View File

@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$syndication_repos = array ( $syndication_repos = array (
'ddb' => 'German Digital Library (DDB)', 'ddb' => 'జర్మన్ డిజిటల్ లైబ్రరీ (DDB)',
'europeana' => 'Europeana', 'europeana' => 'యూరోపియన్',
'smb-digital' => 'SMB-digital', 'smb-digital' => 'SMB-డిజిటల్',
'kalliope-verbund' => 'Kalliope Verbund', 'kalliope-verbund' => 'కల్లియోప్ వెర్బండ్',
); );

View File

@ -1,9 +1,9 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$tag_relation_type = array ( $tag_relation_type = array (
'tag' => 'Tag', 'tag' => 'ట్యాగ్',
'object_type' => 'Object type', 'object_type' => 'ఆబ్జెక్ట్ రకం',
'material' => 'Material', 'material' => 'మెటీరియల్',
'technique' => 'Technique', 'technique' => 'సాంకేతికత',
'display_subject' => 'Display subject', 'display_subject' => 'విషయాన్ని ప్రదర్శించు',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$timing_intervals_set = array ( $timing_intervals_set = array (
'weekly' => 'Weekly', 'weekly' => 'వారానికోసారి',
'monthly' => 'Monthly', 'monthly' => 'నెలసరి',
'annual' => 'Annual', 'annual' => 'వార్షిక',
); );

View File

@ -2,10 +2,10 @@
declare(strict_types = 1); declare(strict_types = 1);
$title_types_set = array ( $title_types_set = array (
'' => ' ', '' => ' ',
'Science' => 'Science', 'Science' => 'విజ్ఞానము',
'Everyday speech' => 'Everyday speech', 'Everyday speech' => 'రోజువారీ ప్రసంగం',
'Colloquial speech' => 'Colloquial speech', 'Colloquial speech' => 'సంభాషణ ప్రసంగం',
'Dialect' => 'Dialect', 'Dialect' => 'మాండలికం',
'Professional jargon' => 'Professional jargon', 'Professional jargon' => 'వృత్తిపరమైన పరిభాష',
'Sociolect' => 'Sociolect', 'Sociolect' => 'సామాజిక ఎంపిక',
); );

View File

@ -1,9 +1,9 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$todo_status = array ( $todo_status = array (
'suggested' => 'Suggested', 'suggested' => 'సూచించబడింది',
'planned' => 'Planned', 'planned' => 'ప్రణాళిక చేయబడింది',
'in_progress' => 'In progress', 'in_progress' => 'పురోగతిలో ఉంది',
'done' => 'Done', 'done' => 'పూర్తయింది',
'cancelled' => 'Cancelled', 'cancelled' => 'రద్దు చేయబడింది',
); );

View File

@ -1,6 +1,6 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$units_count_copies_set = array ( $units_count_copies_set = array (
'copies' => 'Copies', 'copies' => 'కాపీలు',
'specimen' => 'Specimen', 'specimen' => 'నమూనా',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$units_count_parts_set = array ( $units_count_parts_set = array (
'parts' => 'Parts', 'parts' => 'భాగాలు',
'pages' => 'Pages', 'pages' => 'పేజీలు',
'sheets' => 'Sheets', 'sheets' => 'షీట్‌లు',
); );

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$units_die_axis_set = array ( $units_die_axis_set = array (
'h' => 'h', 'h' => 'h (h)',
); );

View File

@ -1,10 +1,10 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$units_length_set = array ( $units_length_set = array (
'm' => 'm', 'm' => 'M',
'dm' => 'dm', 'dm' => 'Dm',
'cm' => 'cm', 'cm' => 'Cm',
'mm' => 'mm', 'mm' => 'Mm',
'ft' => 'ft', 'ft' => 'Ft',
'in' => 'inch', 'in' => 'అంగుళం',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$units_weight_set = array ( $units_weight_set = array (
't' => 't', 't' => 'టి',
'kg' => 'kg', 'kg' => 'కిలోలు',
'g' => 'g', 'g' => 'గ్రా',
); );

View File

@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$vocabulary_redaction_level = array ( $vocabulary_redaction_level = array (
'checked' => 'Checked', 'checked' => 'తనిఖీ చేయబడింది',
'unchecked' => 'Unchecked', 'unchecked' => 'ఎంపిక తీసివేయబడింది',
'questionable' => 'Questionable', 'questionable' => 'ప్రశ్నార్థకం',
); );