Approval.
This commit is contained in:
@@ -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' => 'वैकल्पिक नाम (सामान्य)',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'ऑफ़लाइन और ऑनलाइन',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'रद्द',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'प्रस्तुतकर्ता',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'स्थगित',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'ऑनलाइन',
|
||||||
);
|
);
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$closer_location_types_set = array (
|
$closer_location_types_set = array (
|
||||||
0 => '',
|
0 => '',
|
||||||
1 => 'Place of recording',
|
1 => 'रिकॉर्डिंग का स्थान',
|
||||||
2 => 'Place of discovery',
|
2 => 'खोज का स्थान',
|
||||||
3 => 'Former place',
|
3 => 'पूर्व स्थान',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'पानी',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'अन्य रिपोर्ट',
|
||||||
);
|
);
|
||||||
|
@@ -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ő' => 'PENGO',
|
||||||
'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' => 'मार्क (जीडीआर)',
|
||||||
'ddr-MDN' => 'MDN (GDR)',
|
'ddr-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' => 'एट्रिब्यूशन - गैर-वाणिज्यिक - कोई व्युत्पन्न नहीं',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'प्रदर्शनी',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'फेंका हुआ / कचरा संग्रहण',
|
||||||
);
|
);
|
||||||
|
@@ -2,21 +2,21 @@
|
|||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$entry_types = array (
|
$entry_types = array (
|
||||||
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 => 'स्थायी ऋण',
|
||||||
);
|
);
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
declare(strict_types = 1);
|
declare(strict_types = 1);
|
||||||
$eventtype_groups = array (
|
$eventtype_groups = array (
|
||||||
'production' => 'Production',
|
'production' => 'उत्पादन',
|
||||||
'post_production' => 'Post-production',
|
'post_production' => 'डाक उत्पादन',
|
||||||
'pre_production' => 'Pre-production',
|
'pre_production' => 'पूर्व-उत्पादन',
|
||||||
'no_production' => 'No production',
|
'no_production' => 'कोई उत्पादन नहीं',
|
||||||
);
|
);
|
||||||
|
@@ -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 => 'हस्तांतरित स्वामित्व',
|
||||||
);
|
);
|
||||||
|
@@ -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 => 'स्वामित्व हस्तांतरित',
|
||||||
);
|
);
|
||||||
|
@@ -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 => 'स्वामित्व हस्तांतरित',
|
||||||
);
|
);
|
||||||
|
@@ -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 => 'स्वामित्व हस्तांतरित',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'नायक',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'अन्य',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'विश्वविद्यालय संग्रह',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'संग्रहालय',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'हंगेरियन केंद्रीय सांख्यिकी कार्यालय',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'संग्रह प्रबंधन और प्रकाशन',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'मिश्रित',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'अधिकार-धारक का निर्धारण नहीं किया जा सका। यह कृति यूरोपीय संघ की अनाथ कृतियों की सूची में सूचीबद्ध है।',
|
||||||
'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' => 'यह कार्य कॉपीराइट कानून के अंतर्गत ज्ञात प्रतिबंधों से मुक्त पाया गया है, जिसमें सभी संबंधित और पड़ोसी अधिकार भी शामिल हैं।',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'एट्रिब्यूशन - गैर-वाणिज्यिक - कोई व्युत्पन्न नहीं',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'आने वाली',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'अनिर्णित',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'फ़्रेम (व्यास)',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'स्थान की सटीकता की जाँच',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'अपूरणीय',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'सुखाना',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'विरासत दस्तावेज़ीकरण',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'सिलेंडर',
|
||||||
);
|
);
|
||||||
|
@@ -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 => 'विज्ञापित',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'संग्रहीत',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'उदाहरण के लिए, उन ऑब्जेक्ट्स के लिए जिन्हें डी-एक्सेस कर दिया गया है। ऑब्जेक्ट रिकॉर्ड के अपडेट निलंबित कर दिए जाते हैं और ऑब्जेक्ट रिकॉर्ड को ऑब्जेक्ट ओवरव्यू में संग्रहीत के रूप में चिह्नित कर दिया जाता है।',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'तीसरे पक्ष की संपत्ति',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'फ़ैक्स (कार्य)',
|
||||||
);
|
);
|
||||||
|
@@ -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 => 'द्वीप',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'संगठन',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'पीछे की ओर: मध्य',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'बहस',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'वीडियो',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'अच्छी तरह से शोध किया गया',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'मूवमेंट ट्रेनर',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'रिहर्सल स्थान',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'प्रस्तुति का समय',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'जहाज द्वारा',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'अप्रकाशित',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'छुट्टी',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'बाहरी क्षेत्र',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'Europeana',
|
||||||
'smb-digital' => 'SMB-digital',
|
'smb-digital' => 'एसएमबी-डिजिटल',
|
||||||
'kalliope-verbund' => 'Kalliope Verbund',
|
'kalliope-verbund' => 'कल्लियोपे वर्बंड',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'विषय प्रदर्शित करें',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'वार्षिक',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'सोशियोलेक्ट',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'रद्द',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'नमूना',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'पत्रक',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'एच',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'एम',
|
||||||
'dm' => 'dm',
|
'dm' => 'डीएम',
|
||||||
'cm' => 'cm',
|
'cm' => 'सेमी',
|
||||||
'mm' => 'mm',
|
'mm' => 'मिमी',
|
||||||
'ft' => 'ft',
|
'ft' => 'फुट',
|
||||||
'in' => 'inch',
|
'in' => 'इंच',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'जी',
|
||||||
);
|
);
|
||||||
|
@@ -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' => 'संदिग्ध',
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user