Approval.
This commit is contained in:
parent
6d8b713c07
commit
eefedde50c
@ -1,13 +1,13 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$actor_variant_types_set = array (
|
||||
'birth_name' => 'Birth name',
|
||||
'married_name' => 'Married name',
|
||||
'monastic_name' => 'Monastic name',
|
||||
'pseudonym' => 'Pseudonym',
|
||||
'regnal_name' => 'Regnal name',
|
||||
'nickname' => 'Nickname',
|
||||
'artist_name' => 'Artist name',
|
||||
'civil_name' => 'Civil name',
|
||||
'generic_other_name' => 'Alternative Name (generic)',
|
||||
'birth_name' => 'ಹುಟ್ಟಿದ ಹೆಸರು',
|
||||
'married_name' => 'ವಿವಾಹಿತ ಹೆಸರು',
|
||||
'monastic_name' => 'ಸನ್ಯಾಸಿಗಳ ಹೆಸರು',
|
||||
'pseudonym' => 'ಗುಪ್ತನಾಮ',
|
||||
'regnal_name' => 'ರಾಜನ ಹೆಸರು',
|
||||
'nickname' => 'ಅಡ್ಡಹೆಸರು',
|
||||
'artist_name' => 'ಕಲಾವಿದನ ಹೆಸರು',
|
||||
'civil_name' => 'ನಾಗರಿಕ ಹೆಸರು',
|
||||
'generic_other_name' => 'ಪರ್ಯಾಯ ಹೆಸರು (ಸಾಮಾನ್ಯ)',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_attendance_modes = array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'mixed' => 'Offline and online',
|
||||
'offline' => 'ಆಫ್ಲೈನ್',
|
||||
'online' => 'ಆನ್ಲೈನ್',
|
||||
'mixed' => 'ಆಫ್ಲೈನ್ ಮತ್ತು ಆನ್ಲೈನ್',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_cancellation_status_set = array (
|
||||
'scheduled_done' => 'Scheduled or done as planned',
|
||||
'cancelled' => 'Cancelled',
|
||||
'scheduled_done' => 'ನಿಗದಿಪಡಿಸಲಾಗಿದೆ ಅಥವಾ ಯೋಜಿಸಿದಂತೆ ಮಾಡಲಾಗಿದೆ',
|
||||
'cancelled' => 'ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_contributor_roles = array (
|
||||
'organizer' => 'Organizer',
|
||||
'presenter' => 'Presenter',
|
||||
'organizer' => 'ಸಂಘಟಕರು',
|
||||
'presenter' => 'ನಿರೂಪಕ',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$appointment_status = array (
|
||||
'scheduled' => 'Scheduled',
|
||||
'cancelled' => 'Cancelled',
|
||||
'moved_online' => 'Moved online',
|
||||
'postponed' => 'Postponed',
|
||||
'scheduled' => 'ನಿಗದಿಪಡಿಸಲಾಗಿದೆ',
|
||||
'cancelled' => 'ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ',
|
||||
'moved_online' => 'ಆನ್ಲೈನ್ನಲ್ಲಿ ಸರಿಸಲಾಗಿದೆ',
|
||||
'postponed' => 'ಮುಂದೂಡಲ್ಪಟ್ಟಿದೆ',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$attendance_status_set = array (
|
||||
'offline' => 'Offline',
|
||||
'online' => 'Online',
|
||||
'offline' => 'ಆಫ್ಲೈನ್',
|
||||
'online' => 'ಆನ್ಲೈನ್',
|
||||
);
|
||||
|
@ -2,7 +2,7 @@
|
||||
declare(strict_types = 1);
|
||||
$closer_location_types_set = array (
|
||||
0 => '',
|
||||
1 => 'Place of recording',
|
||||
2 => 'Place of discovery',
|
||||
3 => 'Former place',
|
||||
1 => 'ಧ್ವನಿಮುದ್ರಣ ಸ್ಥಳ',
|
||||
2 => 'ಆವಿಷ್ಕಾರದ ಸ್ಥಳ',
|
||||
3 => 'ಹಿಂದಿನ ಸ್ಥಳ ',
|
||||
);
|
||||
|
@ -1,20 +1,20 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$colors_set = array (
|
||||
'black' => 'Black',
|
||||
'green' => 'Green',
|
||||
'silver' => 'Silver',
|
||||
'lime' => 'Lime',
|
||||
'gray' => 'Gray',
|
||||
'olive' => 'Olive',
|
||||
'white' => 'White',
|
||||
'yellow' => 'Yellow',
|
||||
'maroon' => 'Maroon',
|
||||
'navy' => 'Navy',
|
||||
'red' => 'Red',
|
||||
'blue' => 'Blue',
|
||||
'purple' => 'Purple',
|
||||
'teal' => 'Teal',
|
||||
'fuchsia' => 'Fuchsia',
|
||||
'aqua' => 'Aqua',
|
||||
'black' => 'ಕಪ್ಪು',
|
||||
'green' => 'ಹಸಿರು',
|
||||
'silver' => 'ಬೆಳ್ಳಿ',
|
||||
'lime' => 'ನಿಂಬೆ',
|
||||
'gray' => 'ಬೂದು',
|
||||
'olive' => 'ಆಲಿವ್',
|
||||
'white' => 'ಬಿಳಿ',
|
||||
'yellow' => 'ಹಳದಿ',
|
||||
'maroon' => 'ಮರೂನ್',
|
||||
'navy' => 'ನೇವಿ',
|
||||
'red' => 'ಕೆಂಪು',
|
||||
'blue' => 'ನೀಲಿ',
|
||||
'purple' => 'ನೇರಳೆ',
|
||||
'teal' => 'ಟೀಲ್',
|
||||
'fuchsia' => 'ಫ್ಯೂಷಿಯಾ',
|
||||
'aqua' => 'ಅಕ್ವಾ',
|
||||
);
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$conservation_report_type_set = array (
|
||||
'damage' => 'Damage',
|
||||
'conservation' => 'Conservation',
|
||||
'condition' => 'Condition',
|
||||
'restoration' => 'Restoration',
|
||||
'other_report' => 'Other report',
|
||||
'other' => 'Other report',
|
||||
'damage' => 'ಹಾನಿ',
|
||||
'conservation' => 'ಸಂರಕ್ಷಣೆ',
|
||||
'condition' => 'ಪರಿಸ್ಥಿತಿ',
|
||||
'restoration' => 'ಪುನರ್ವಸತಿ',
|
||||
'other_report' => 'ಇತರ ವರದಿ',
|
||||
'other' => 'ಇತರ ವರದಿ',
|
||||
);
|
||||
|
@ -1,28 +1,28 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$currencies_set = array (
|
||||
'eu-EUR' => 'Euro',
|
||||
'de-DM' => 'Deutsche Mark',
|
||||
'de-RM' => 'Reichsmark (Germany)',
|
||||
'es-Real' => 'Spanish Real',
|
||||
'hu-Ft' => 'Forint',
|
||||
'hu-Lari' => 'Lari',
|
||||
'hu-Pengő' => 'Pengő',
|
||||
'id-IDR' => 'Indonesian Rupiah',
|
||||
'pl-Złoty' => 'Złoty',
|
||||
'us-USD' => 'US Dollar',
|
||||
'ddr-Mark' => 'Mark (GDR)',
|
||||
'ddr-MDN' => 'MDN (GDR)',
|
||||
'hu-Korona' => 'Austro-Hungarian krone',
|
||||
'fr-FF' => 'French Franc',
|
||||
'uk-GBP' => 'Pound Sterling',
|
||||
'by-BYN' => 'Belarusian ruble',
|
||||
'ru-RUB' => 'Russian ruble',
|
||||
'su-SUR' => 'Soviet ruble',
|
||||
'ua-UAH' => 'Ukrainian hryvnia',
|
||||
'ch-CHF' => 'Swiss franc',
|
||||
'ua-UAK' => 'Ukrainian karbovanets',
|
||||
'eu-EUR' => 'ಯೂರೋ',
|
||||
'de-DM' => 'ಡಾಯ್ಚ ಮಾರ್ಕ್',
|
||||
'de-RM' => 'ರೀಚ್ಮಾರ್ಕ್ (ಜರ್ಮನಿ)',
|
||||
'es-Real' => 'ಸ್ಪ್ಯಾನಿಷ್ ರಿಯಲ್',
|
||||
'hu-Ft' => 'ಫೋರಿಂಟ್',
|
||||
'hu-Lari' => 'ಲಾರಿ',
|
||||
'hu-Pengő' => 'ಪೆಂಗ್',
|
||||
'id-IDR' => 'ಇಂಡೋನೇಷ್ಯಾದ ರುಪಿಯಾಹ್',
|
||||
'pl-Złoty' => 'ಝ್ಲೋಟಿ',
|
||||
'us-USD' => 'ಅಮೆರಿಕನ್ ಡಾಲರ್',
|
||||
'ddr-Mark' => 'ಮಾರ್ಕ್ (ಜಿ. ಡಿ. ಆರ್)',
|
||||
'ddr-MDN' => 'ಎಮ್ಡಿಎನ್ (ಜಿಡಿಆರ್)',
|
||||
'hu-Korona' => 'ಆಸ್ಟ್ರೊ-ಹಂಗೇರಿಯನ್ ಕ್ರೋನ್',
|
||||
'fr-FF' => 'ಫ್ರೆಂಚ್ ಫ್ರಾಂಕ್',
|
||||
'uk-GBP' => 'ಪೌಂಡ್ ಸ್ಟರ್ಲಿಂಗ್',
|
||||
'by-BYN' => 'ಬೆಲರೂಸಿಯನ್ ರೂಬಲ್',
|
||||
'ru-RUB' => 'ರಷ್ಯಾದ ರೂಬಲ್',
|
||||
'su-SUR' => 'ಸೋವಿಯತ್ ರೂಬಲ್',
|
||||
'ua-UAH' => 'ಉಕ್ರೇನಿಯನ್ ಹ್ರಿವ್ನಿಯಾ',
|
||||
'ch-CHF' => 'ಸ್ವಿಸ್ ಫ್ರಾಂಕ್',
|
||||
'ua-UAK' => 'ಉಕ್ರೇನಿಯನ್ ಕಾರ್ಬೊವಾನೆಟ್ಸ್',
|
||||
);
|
||||
$license_full_names = array (
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
'CC BY-NC-ND' => 'ಆಟ್ರಿಬ್ಯೂಷನ್-ವಾಣಿಜ್ಯೇತರ-ಯಾವುದೇ ವ್ಯುತ್ಪನ್ನಗಳಿಲ್ಲ',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$custom_report_targets_set = array (
|
||||
'object_single' => 'Single object',
|
||||
'object_list' => 'Multiple objects',
|
||||
'loan' => 'Loan',
|
||||
'exhibition' => 'Exhibition',
|
||||
'object_single' => 'ಒಂದೇ ವಸ್ತು',
|
||||
'object_list' => 'ಬಹು ವಸ್ತು',
|
||||
'loan' => 'ಸಾಲ',
|
||||
'exhibition' => 'ಪ್ರದರ್ಶನ',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$disposal_method_set = array (
|
||||
'sold' => 'Sold',
|
||||
'destroyed' => 'Destroyed',
|
||||
'garbage' => 'Thrown away / garbage collection',
|
||||
'sold' => 'ಮಾರಾಟವಾಗಿದೆ',
|
||||
'destroyed' => 'ನಾಶವಾಗಿದೆ',
|
||||
'garbage' => 'ಬಿಸಾಡಲಾಗಿದೆ / ಕಸ ಸಂಗ್ರಹಣೆ',
|
||||
);
|
||||
|
@ -2,21 +2,21 @@
|
||||
declare(strict_types = 1);
|
||||
$entry_types = array (
|
||||
0 => '',
|
||||
1 => 'Donation',
|
||||
2 => 'Purchase',
|
||||
3 => 'Excavation',
|
||||
4 => 'Emergency Rescue',
|
||||
5 => 'Inheritance',
|
||||
6 => 'Endowment',
|
||||
7 => 'Dispossession',
|
||||
8 => 'Original condition',
|
||||
9 => 'Loan',
|
||||
10 => 'Exchange',
|
||||
11 => 'In-house production',
|
||||
12 => 'Material Strain (Törzsanyag)',
|
||||
14 => 'Vorlass',
|
||||
15 => 'Finding',
|
||||
98 => 'To be checked',
|
||||
99 => 'Other legal acquisition',
|
||||
16 => 'Permanent loan',
|
||||
1 => 'ದೇಣಿಗೆ',
|
||||
2 => 'ಖರೀದಿ ಮಾಡಿ',
|
||||
3 => 'ಉತ್ಖನನ',
|
||||
4 => 'ತುರ್ತು ಪರಿಹಾರ',
|
||||
5 => 'ಆನುವಂಶಿಕತೆ',
|
||||
6 => 'ದತ್ತಿ',
|
||||
7 => 'ಹೊರತೆಗೆಯುವಿಕೆ',
|
||||
8 => 'ಮೂಲ ಸ್ಥಿತಿ',
|
||||
9 => 'ಸಾಲ',
|
||||
10 => 'ವಿನಿಮಯ',
|
||||
11 => 'ಆಂತರಿಕ ಉತ್ಪಾದನೆ',
|
||||
12 => 'ಮೆಟೀರಿಯಲ್ ಸ್ಟ್ರೈನ್ (Törzsanyag)',
|
||||
14 => 'ವೋರ್ಲಾಸ್',
|
||||
15 => 'ಹುಡುಕುವುದು',
|
||||
98 => 'ಪರಿಶೀಲಿಸಲು',
|
||||
99 => 'ಇತರ ಕಾನೂನು ಸ್ವಾಧೀನಗಳು',
|
||||
16 => 'ಶಾಶ್ವತ ಸಾಲ',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$eventtype_groups = array (
|
||||
'production' => 'Production',
|
||||
'post_production' => 'Post-production',
|
||||
'pre_production' => 'Pre-production',
|
||||
'no_production' => 'No production',
|
||||
'production' => 'ಉತ್ಪಾದನೆ',
|
||||
'post_production' => 'ಪೋಸ್ಟ್ ಪ್ರೊಡಕ್ಷನ್',
|
||||
'pre_production' => 'ಪೋಸ್ಟ್ ಪ್ರೊಡಕ್ಷನ್',
|
||||
'no_production' => 'ಉತ್ಪಾದನೆ ಇಲ್ಲ',
|
||||
);
|
||||
|
@ -1,54 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$eventname = array (
|
||||
1 => 'Created',
|
||||
2 => 'Found',
|
||||
3 => 'Published',
|
||||
4 => 'Template creation',
|
||||
5 => 'Was depicted (Actor)',
|
||||
6 => 'Was used',
|
||||
7 => 'Written',
|
||||
8 => 'Collected',
|
||||
9 => 'Painted',
|
||||
10 => 'Image taken',
|
||||
11 => 'Received',
|
||||
12 => 'Printing plate produced',
|
||||
13 => 'Sent',
|
||||
14 => 'Issued',
|
||||
15 => 'Signed',
|
||||
16 => 'First description',
|
||||
19 => 'Drawn',
|
||||
20 => 'Copied (by hand)',
|
||||
21 => 'Lived',
|
||||
22 => '[Relationship to location]',
|
||||
23 => '[Relation to person or institution]',
|
||||
24 => '[Relation to time]',
|
||||
25 => 'Commissioned',
|
||||
26 => 'Printed',
|
||||
27 => 'Recorded',
|
||||
28 => 'Sung',
|
||||
29 => 'Decor designed',
|
||||
30 => 'Form designed',
|
||||
31 => 'Modelled',
|
||||
32 => 'Autographed/Signed',
|
||||
33 => 'Mentioned',
|
||||
34 => 'Buried',
|
||||
35 => 'Intellectual creation',
|
||||
36 => 'Was depicted',
|
||||
37 => 'Painted on',
|
||||
38 => 'Illustrated',
|
||||
39 => 'Assembled',
|
||||
40 => 'Auctioned',
|
||||
41 => 'Bought',
|
||||
42 => 'Owned',
|
||||
43 => 'Sold',
|
||||
44 => 'Restored',
|
||||
45 => 'Damaged',
|
||||
46 => 'Destroyed',
|
||||
47 => 'Lost',
|
||||
48 => 'Edited',
|
||||
49 => 'Donated / present',
|
||||
50 => 'Inherited',
|
||||
51 => 'Had subject',
|
||||
52 => 'Emerged',
|
||||
1 => 'ರಚಿಸಲಾಗಿದೆ',
|
||||
2 => 'ಪತ್ತೆಯಾಗಿದೆ',
|
||||
3 => 'ಪ್ರಕಟಿಸಲಾಗಿದೆ',
|
||||
4 => 'ಮಾದರಿ ರಚನೆ',
|
||||
5 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ (ನಟ)',
|
||||
6 => 'ಬಳಸಲಾಗಿದೆ',
|
||||
7 => 'ಬರೆದದ್ದು',
|
||||
8 => 'ಸಂಗ್ರಹಿಸಲಾಗಿದೆ',
|
||||
9 => 'ಚಿತ್ರಿಸಿದ',
|
||||
10 => 'ತೆಗೆದ ಚಿತ್ರ',
|
||||
11 => 'ಸ್ವೀಕರಿಸಿದೆ',
|
||||
12 => 'ಮುದ್ರಣ ಫಲಕವನ್ನು ಉತ್ಪಾದಿಸಲಾಗಿದೆ',
|
||||
13 => 'ಕಳುಹಿಸಲಾಗಿದೆ',
|
||||
14 => 'ವಿತರಿಸಲಾಗಿದೆ',
|
||||
15 => 'ಸಹಿ ಮಾಡಿದ್ದಾರೆ',
|
||||
16 => 'ಮೊದಲ ವಿವರಣೆ',
|
||||
19 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
20 => 'ನಕಲಿಸಲಾಗಿದೆ (ಕೈಯಿಂದ)',
|
||||
21 => 'ಬದುಕಿದ್ದಾರೆ',
|
||||
22 => '[ಸ್ಥಳದೊಂದಿಗೆ ಸಂಬಂಧ]',
|
||||
23 => '[ವ್ಯಕ್ತಿ ಅಥವಾ ಸಂಸ್ಥೆಯೊಂದಿಗಿನ ಸಂಬಂಧ]',
|
||||
24 => '[ಸಮಯಕ್ಕೆ ಸಂಬಂಧ]',
|
||||
25 => 'ನಿಯೋಜಿಸಲಾಗಿದೆ',
|
||||
26 => 'ಮುದ್ರಿಸಲಾಗಿದೆ',
|
||||
27 => 'ರೆಕಾರ್ಡ್ ಮಾಡಲಾಗಿದೆ',
|
||||
28 => 'ಹಾಡಿದ್ದಾರೆ',
|
||||
29 => 'ಅಲಂಕಾರ ವಿನ್ಯಾಸ',
|
||||
30 => 'ವಿನ್ಯಾಸಗೊಳಿಸಲಾದ ರೂಪ',
|
||||
31 => 'ಮಾದರಿಯಾಗಿ ರೂಪಿಸಲಾಗಿದೆ',
|
||||
32 => 'ಆಟೋಗ್ರಾಫ್/ಸಹಿ',
|
||||
33 => 'ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ',
|
||||
34 => 'ಹೂಳಲಾಯಿತು',
|
||||
35 => 'ಬೌದ್ಧಿಕ ಸೃಷ್ಟಿ',
|
||||
36 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
37 => 'ಮೇಲೆ ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
38 => 'ವಿವರಣೆ ನೀಡಿದ್ದಾರೆ',
|
||||
39 => 'ಜೋಡಿಸಲಾಗಿದೆ',
|
||||
40 => 'ಹರಾಜು ಹಾಕಲಾಗಿದೆ',
|
||||
41 => 'ಖರೀದಿಸಿದೆ',
|
||||
42 => 'ಒಡೆತನದಲ್ಲಿದೆ',
|
||||
43 => 'ಮಾರಾಟವಾಗಿದೆ',
|
||||
44 => 'ಮರುಸ್ಥಾಪಿಸಲಾಗಿದೆ',
|
||||
45 => 'ಹಾನಿಗೊಳಗಾಗಿದೆ',
|
||||
46 => 'ನಾಶವಾಗಿದೆ',
|
||||
47 => 'ಕಳೆದುಹೋಯಿತು',
|
||||
48 => 'ಸಂಪಾದಿಸಲಾಗಿದೆ',
|
||||
49 => 'ದಾನ/ಪ್ರಸ್ತುತ',
|
||||
50 => 'ಆನುವಂಶಿಕ',
|
||||
51 => 'ವಿಷಯವಿತ್ತು',
|
||||
52 => 'ಹೊರಹೊಮ್ಮಿದೆ',
|
||||
);
|
||||
|
@ -1,54 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$event_persinst = array (
|
||||
1 => 'created by',
|
||||
2 => 'found by',
|
||||
3 => 'published by',
|
||||
4 => 'templates created by',
|
||||
5 => 'depicted',
|
||||
6 => 'was used by',
|
||||
7 => 'written by',
|
||||
8 => 'collected by',
|
||||
9 => 'painted by',
|
||||
10 => 'photographed by',
|
||||
11 => 'received by',
|
||||
12 => 'Printing plate produced by',
|
||||
13 => 'sent by',
|
||||
14 => 'issued by',
|
||||
15 => 'signed by',
|
||||
16 => 'first described by',
|
||||
19 => 'drawn by',
|
||||
20 => 'copied (by hand) by',
|
||||
21 => 'Lived',
|
||||
22 => '[general]',
|
||||
23 => '[general]',
|
||||
24 => '[general]',
|
||||
25 => 'commissioned by',
|
||||
26 => 'printed by',
|
||||
27 => 'recorded by',
|
||||
28 => 'sung by',
|
||||
29 => 'Decor designed by',
|
||||
30 => 'Form designed by',
|
||||
31 => 'modelled by',
|
||||
32 => 'autographed by',
|
||||
33 => 'mentioned by',
|
||||
34 => 'buried by',
|
||||
35 => 'conceived by',
|
||||
36 => 'depicted by',
|
||||
37 => 'painted on by',
|
||||
38 => 'illustrated by',
|
||||
39 => 'assembled by',
|
||||
40 => 'auctioned by',
|
||||
41 => 'bought by',
|
||||
42 => 'owned by',
|
||||
43 => 'sold by',
|
||||
44 => 'restored by',
|
||||
45 => 'damaged by',
|
||||
46 => 'destroyed by',
|
||||
47 => 'lost by',
|
||||
48 => 'edited by',
|
||||
49 => 'donated by',
|
||||
50 => 'inherited by',
|
||||
51 => 'had subject',
|
||||
52 => 'emerged by',
|
||||
1 => 'ರಚಿಸಿದವರು',
|
||||
2 => 'ಕಂಡುಹಿಡಿದಿದೆ',
|
||||
3 => 'ಇವರಿಂದ ಪ್ರಕಟಿಸಲಾಗಿದೆ',
|
||||
4 => 'ರಚಿಸಿದ ಟೆಂಪ್ಲೆಟ್ಗಳು',
|
||||
5 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
6 => 'ಇದನ್ನು ಬಳಸಲಾಗಿದೆ',
|
||||
7 => 'ಬರೆದವರು',
|
||||
8 => 'ಸಂಗ್ರಹಿಸಿದ',
|
||||
9 => 'ಚಿತ್ರಿಸಿದವರು',
|
||||
10 => 'ಫೋಟೋ ತೆಗೆದವರು',
|
||||
11 => 'ಸ್ವೀಕರಿಸಿದವರು',
|
||||
12 => 'ತಯಾರಿಸಿದ ಮುದ್ರಣ ಫಲಕ',
|
||||
13 => 'ಮೂಲಕ ಕಳುಹಿಸಲಾಗಿದೆ',
|
||||
14 => 'ಮೂಲಕ ಪ್ರಕಟಿಸಲಾಗಿದೆ',
|
||||
15 => 'ಸಹಿ ಮಾಡಿದ್ದಾರೆ',
|
||||
16 => 'ಮೊದಲು ವಿವರಿಸಿದ',
|
||||
19 => 'ಮೂಲಕ ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
20 => 'ನಕಲು ಮಾಡಿ (ಕೈಯಿಂದ)',
|
||||
21 => 'ಬದುಕಿದ್ದಾರೆ',
|
||||
22 => '[ಸಾಮಾನ್ಯ]',
|
||||
23 => '[ಸಾಮಾನ್ಯ]',
|
||||
24 => '[ಸಾಮಾನ್ಯ]',
|
||||
25 => 'ನಿಯೋಜಿಸಿದ',
|
||||
26 => 'ಮುದ್ರಿಸಿದ',
|
||||
27 => 'ದಾಖಲಿಸಿದವರು',
|
||||
28 => 'ಹಾಡಿದ್ದಾರೆ',
|
||||
29 => 'ವಿನ್ಯಾಸಗೊಳಿಸಿದ ಅಲಂಕಾರ',
|
||||
30 => 'ವಿನ್ಯಾಸಗೊಳಿಸಿದ ಫಾರ್ಮ್',
|
||||
31 => 'ಮೂಲಕ ರೂಪಿಸಲಾಗಿದೆ',
|
||||
32 => 'ಸಹಿ ಮಾಡಿದವರು',
|
||||
33 => 'ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ',
|
||||
34 => 'ಅಂತ್ಯಕ್ರಿಯೆ',
|
||||
35 => 'ಮೂಲಕ ಕಲ್ಪಿಸಿಕೊಂಡ',
|
||||
36 => 'ಮೂಲಕ ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
37 => 'ಬಣ್ಣ ಬಳಿದವರು',
|
||||
38 => 'ಮೂಲಕ ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
39 => 'ಒಟ್ಟುಗೂಡಿದ',
|
||||
40 => 'ಹರಾಜು ಹಾಕಲಾಗಿದೆ',
|
||||
41 => 'ಖರೀದಿಸಿದವರು',
|
||||
42 => 'ಇದರ ಮಾಲೀಕತ್ವ',
|
||||
43 => 'ಮೂಲಕ ಮಾರಾಟ',
|
||||
44 => 'ಮೂಲಕ ಪುನಃಸ್ಥಾಪಿಸಲಾಗಿದೆ',
|
||||
45 => 'ಹಾನಿಗೊಳಗಾದ',
|
||||
46 => 'ಮೂಲಕ ನಾಶ',
|
||||
47 => 'ಕಳೆದುಹೋದ',
|
||||
48 => 'ಅವರಿಂದ ಸಂಪಾದಿಸಲಾಗಿದೆ',
|
||||
49 => 'ದಾನ ಮಾಡಿದವರು',
|
||||
50 => 'ಆನುವಂಶಿಕವಾಗಿ ಪಡೆದವರು',
|
||||
51 => 'ವಿಷಯವಿತ್ತು',
|
||||
52 => 'ಮೂಲಕ ಹೊರಹೊಮ್ಮಿತು',
|
||||
);
|
||||
|
@ -1,54 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$event_place = array (
|
||||
1 => 'created in',
|
||||
2 => 'found in',
|
||||
3 => 'published in',
|
||||
4 => 'templates created in',
|
||||
5 => 'was imaged in',
|
||||
6 => 'was used in',
|
||||
7 => 'written in',
|
||||
8 => 'collected in',
|
||||
9 => 'painted in',
|
||||
10 => 'photographed in',
|
||||
11 => 'received in',
|
||||
12 => 'Printing plate produced in',
|
||||
13 => 'sent in',
|
||||
14 => 'issued in',
|
||||
15 => 'signed in',
|
||||
16 => 'Type described in',
|
||||
19 => 'drawn in',
|
||||
20 => 'was copied (by hand) in',
|
||||
21 => 'has lived in',
|
||||
22 => '[general]',
|
||||
23 => '[general]',
|
||||
24 => '[general]',
|
||||
25 => 'commissioned in',
|
||||
26 => 'printed in',
|
||||
27 => 'recorded in',
|
||||
28 => 'sung in',
|
||||
29 => 'Decor designed in',
|
||||
30 => 'Form designed in',
|
||||
31 => 'modelled in',
|
||||
32 => 'autographed in',
|
||||
33 => 'mentioned in',
|
||||
34 => 'buried in',
|
||||
35 => 'conceived in',
|
||||
36 => 'was depicted in',
|
||||
37 => 'painted on in',
|
||||
38 => 'illustrated in',
|
||||
39 => 'assembled in',
|
||||
40 => 'auctioned in',
|
||||
41 => 'bought in',
|
||||
42 => 'owned in',
|
||||
43 => 'sold in',
|
||||
44 => 'restored in',
|
||||
45 => 'damaged in',
|
||||
46 => 'destroyed in',
|
||||
47 => 'lost in',
|
||||
48 => 'edited in',
|
||||
49 => 'donated / given as present in',
|
||||
50 => 'inherited in',
|
||||
51 => 'had subject',
|
||||
52 => 'emerged at',
|
||||
1 => 'ನಲ್ಲಿ ರಚಿಸಲಾಗಿದೆ',
|
||||
2 => 'ನಲ್ಲಿ ಕಂಡುಬಂದಿದೆ',
|
||||
3 => 'ನಲ್ಲಿ ಪ್ರಕಟಿಸಲಾಗಿದೆ',
|
||||
4 => 'ನಲ್ಲಿ ರಚಿಸಲಾದ ಟೆಂಪ್ಲೆಟ್ಗಳು',
|
||||
5 => 'ನಲ್ಲಿ ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
6 => 'ಇದರಲ್ಲಿ ಬಳಸಲಾಗಿದೆ',
|
||||
7 => 'ನಲ್ಲಿ ಬರೆಯಲಾಗಿದೆ',
|
||||
8 => 'ನಲ್ಲಿ ಸಂಗ್ರಹಿಸಲಾಗಿದೆ',
|
||||
9 => 'ನಲ್ಲಿ ಬಣ್ಣ ಹಚ್ಚಿದರು',
|
||||
10 => 'ನಲ್ಲಿ ಛಾಯಾಚಿತ್ರ ತೆಗೆಯಲಾಗಿದೆ',
|
||||
11 => 'ನಲ್ಲಿ ಸ್ವೀಕರಿಸಲಾಗಿದೆ',
|
||||
12 => 'ಇದರಲ್ಲಿ ತಯಾರಿಸಲಾದ ಮುದ್ರಣ ಫಲಕ',
|
||||
13 => 'ನಲ್ಲಿ ಕಳುಹಿಸಲಾಗಿದೆ',
|
||||
14 => 'ನಲ್ಲಿ ಪ್ರಕಟಿಸಲಾಗಿದೆ',
|
||||
15 => 'ನಲ್ಲಿ ಸೈನ್ ಮಾಡಲಾಗಿದೆ',
|
||||
16 => 'ಇದರಲ್ಲಿ ವಿವರಿಸಲಾದ ಪ್ರಕಾರ',
|
||||
19 => 'ನಲ್ಲಿ ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
20 => 'ನಲ್ಲಿ ನಕಲಿಸಲಾಗಿದೆ (ಕೈಯಿಂದ)',
|
||||
21 => 'ನಲ್ಲಿ ವಾಸಿಸುತ್ತಿದ್ದರು',
|
||||
22 => '[ಸಾಮಾನ್ಯ]',
|
||||
23 => '[ಸಾಮಾನ್ಯ]',
|
||||
24 => '[ಸಾಮಾನ್ಯ]',
|
||||
25 => 'ನಲ್ಲಿ ನಿಯೋಜಿಸಲಾಗಿದೆ',
|
||||
26 => 'ನಲ್ಲಿ ಮುದ್ರಿಸಲಾಗಿದೆ',
|
||||
27 => 'ನಲ್ಲಿ ದಾಖಲಿಸಲಾಗಿದೆ',
|
||||
28 => 'ನಲ್ಲಿ ಹಾಡಿದರು',
|
||||
29 => 'ನಲ್ಲಿ ವಿನ್ಯಾಸಗೊಳಿಸಲಾದ ಅಲಂಕಾರ',
|
||||
30 => 'ನಲ್ಲಿ ವಿನ್ಯಾಸಗೊಳಿಸಲಾದ ರೂಪ',
|
||||
31 => 'ಮಾದರಿಯಲ್ಲಿ',
|
||||
32 => 'ನಲ್ಲಿ ಸಹಿ ಹಾಕಲಾಗಿದೆ',
|
||||
33 => 'ನಲ್ಲಿ ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ',
|
||||
34 => 'ನಲ್ಲಿ ಸಮಾಧಿ ಮಾಡಲಾಗಿದೆ',
|
||||
35 => 'ನಲ್ಲಿ ಗರ್ಭಧರಿಸಿದ',
|
||||
36 => 'ಇದರಲ್ಲಿ ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
37 => 'ನಲ್ಲಿ ಬಣ್ಣ ಹಚ್ಚಿದ',
|
||||
38 => 'ಇದರಲ್ಲಿ ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
39 => 'ನಲ್ಲಿ ಒಟ್ಟುಗೂಡಿದ',
|
||||
40 => 'ನಲ್ಲಿ ಹರಾಜು',
|
||||
41 => 'ನಲ್ಲಿ ಖರೀದಿಸಿದೆ',
|
||||
42 => 'ಒಡೆತನದಲ್ಲಿದೆ',
|
||||
43 => 'ನಲ್ಲಿ ಮಾರಾಟವಾಗಿದೆ',
|
||||
44 => 'ನಲ್ಲಿ ಪುನಃಸ್ಥಾಪಿಸಲಾಗಿದೆ',
|
||||
45 => 'ನಲ್ಲಿ ಹಾನಿಗೊಳಗಾದ',
|
||||
46 => 'ನಲ್ಲಿ ನಾಶವಾಗಿದೆ',
|
||||
47 => 'ನಲ್ಲಿ ಕಳೆದುಹೋಯಿತು',
|
||||
48 => 'ಇದರಲ್ಲಿ ಸಂಪಾದಿಸಲಾಗಿದೆ',
|
||||
49 => 'ನಲ್ಲಿ ದಾನ/ಪ್ರಸ್ತುತವಾಗಿ ನೀಡಲಾಗಿದೆ',
|
||||
50 => 'ನಲ್ಲಿ ಅನುವಂಶೀಯವಾಗಿ',
|
||||
51 => 'ವಿಷಯವಿತ್ತು',
|
||||
52 => 'ಹೊರಹೊಮ್ಮಿತು',
|
||||
);
|
||||
|
@ -1,54 +1,54 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$event_time = array (
|
||||
1 => 'created',
|
||||
2 => 'found',
|
||||
3 => 'published',
|
||||
4 => 'template created',
|
||||
5 => 'was imaged',
|
||||
6 => 'was used',
|
||||
7 => 'written',
|
||||
8 => 'collected',
|
||||
9 => 'painted',
|
||||
10 => 'photographed',
|
||||
11 => 'received',
|
||||
12 => 'Printing plate produced',
|
||||
13 => 'sent',
|
||||
14 => 'issued',
|
||||
15 => 'signed',
|
||||
16 => 'Type described',
|
||||
19 => 'drawn',
|
||||
20 => 'copied (by hand)',
|
||||
21 => 'has lived',
|
||||
22 => '[general]',
|
||||
23 => '[general]',
|
||||
24 => '[general]',
|
||||
25 => 'commissioned',
|
||||
26 => 'printed',
|
||||
27 => 'recorded',
|
||||
28 => 'sung',
|
||||
29 => 'Decor designed',
|
||||
30 => 'Form designed',
|
||||
31 => 'modelled',
|
||||
32 => 'autographed',
|
||||
33 => 'was mentioned',
|
||||
34 => 'buried',
|
||||
35 => 'conceived',
|
||||
36 => 'was depicted',
|
||||
37 => 'painted on',
|
||||
38 => 'illustrated',
|
||||
39 => 'assembled at',
|
||||
40 => 'auctioned at',
|
||||
41 => 'bought at',
|
||||
42 => 'owned at',
|
||||
43 => 'sold at',
|
||||
44 => 'restored at',
|
||||
45 => 'damaged at',
|
||||
46 => 'destroyed at',
|
||||
47 => 'lost at',
|
||||
48 => 'edited at',
|
||||
49 => 'donated at',
|
||||
50 => 'inherited at',
|
||||
51 => 'had subject',
|
||||
52 => 'emerged at',
|
||||
1 => 'ರಚಿಸಲಾಗಿದೆ',
|
||||
2 => 'ಕಂಡುಬಂದಿದೆ',
|
||||
3 => 'ಪ್ರಕಟಿಸಲಾಗಿದೆ',
|
||||
4 => 'ಮಾದರಿ ರಚಿಸಲಾಗಿದೆ',
|
||||
5 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
6 => 'ಬಳಸಲಾಗಿದೆ',
|
||||
7 => 'ಬರೆಯಲಾಗಿದೆ',
|
||||
8 => 'ಸಂಗ್ರಹಿಸಿದೆ',
|
||||
9 => 'ಬಣ್ಣ ಬಳಿದವರು',
|
||||
10 => 'ಛಾಯಾಚಿತ್ರ ತೆಗೆಯಲಾಗಿದೆ',
|
||||
11 => 'ಸ್ವೀಕರಿಸಲಾಗಿದೆ',
|
||||
12 => 'ಮುದ್ರಣ ಫಲಕವನ್ನು ಉತ್ಪಾದಿಸಲಾಗಿದೆ',
|
||||
13 => 'ಕಳುಹಿಸಿ',
|
||||
14 => 'ಬಿಡುಗಡೆ ಮಾಡಿದೆ',
|
||||
15 => 'ಸಹಿ ಹಾಕಿದರು',
|
||||
16 => 'ಪ್ರಕಾರವನ್ನು ವಿವರಿಸಲಾಗಿದೆ',
|
||||
19 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
20 => 'ನಕಲಿಸಲಾಗಿದೆ (ಕೈಯಿಂದ)',
|
||||
21 => 'ಬದುಕಿದ್ದಾರೆ',
|
||||
22 => '[ಸಾಮಾನ್ಯ]',
|
||||
23 => '[ಸಾಮಾನ್ಯ]',
|
||||
24 => '[ಸಾಮಾನ್ಯ]',
|
||||
25 => 'ನಿಯೋಜಿಸಲಾಗಿದೆ',
|
||||
26 => 'ಮುದ್ರಿತ',
|
||||
27 => 'ದಾಖಲಿಸಲಾಗಿದೆ',
|
||||
28 => 'ಹಾಡಿದ್ದಾರೆ',
|
||||
29 => 'ಅಲಂಕಾರ ವಿನ್ಯಾಸ',
|
||||
30 => 'ವಿನ್ಯಾಸಗೊಳಿಸಲಾದ ರೂಪ',
|
||||
31 => 'ಮಾದರಿಯಾಗಿದೆ',
|
||||
32 => 'ಸಹಿ ಹಾಕಿದರು',
|
||||
33 => 'ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ',
|
||||
34 => 'ಅಂತ್ಯಕ್ರಿಯೆ',
|
||||
35 => 'ಗರ್ಭಧರಿಸಿದ',
|
||||
36 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
37 => 'ಬಣ್ಣ ಹಚ್ಚಿದರು.',
|
||||
38 => 'ಸಚಿತ್ರ',
|
||||
39 => 'ಒಟ್ಟುಗೂಡಿದ',
|
||||
40 => 'ಹರಾಜು ಹಾಕಲಾಗಿದೆ',
|
||||
41 => 'ನಲ್ಲಿ ಖರೀದಿಸಲಾಗಿದೆ',
|
||||
42 => 'ಒಡೆತನದಲ್ಲಿದೆ',
|
||||
43 => 'ಮಾರಾಟವಾಗಿದೆ',
|
||||
44 => 'ಪುನಃಸ್ಥಾಪಿಸಲಾಗಿದೆ',
|
||||
45 => 'ಹಾನಿಗೊಳಗಾದ',
|
||||
46 => 'ನಾಶವಾಗಿದೆ',
|
||||
47 => 'ಕಳೆದುಹೋಯಿತು',
|
||||
48 => 'ನಲ್ಲಿ ಸಂಪಾದಿಸಲಾಗಿದೆ',
|
||||
49 => 'ದೇಣಿಗೆ ನೀಡಿದರು',
|
||||
50 => 'ಆನುವಂಶಿಕವಾಗಿ ಪಡೆದ',
|
||||
51 => 'ವಿಷಯವಿತ್ತು',
|
||||
52 => 'ಹೊರಹೊಮ್ಮಿತು',
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$exhibition_contributor_roles = array (
|
||||
'concept' => 'Concept',
|
||||
'curator' => 'Curator',
|
||||
'design' => 'Design',
|
||||
'coordinator' => 'Coordinator',
|
||||
'protagonist' => 'Protagonist',
|
||||
'concept' => 'ಪರಿಕಲ್ಪನೆ',
|
||||
'curator' => 'ಮೇಲ್ವಿಚಾರಕ',
|
||||
'design' => 'ವಿನ್ಯಾಸ',
|
||||
'coordinator' => 'ಸಂಯೋಜಕರು',
|
||||
'protagonist' => 'ನಾಯಕನಟ',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$gender_set = array (
|
||||
'female' => 'Female',
|
||||
'male' => 'Male',
|
||||
'other' => 'Other',
|
||||
'female' => 'ಮಹಿಳೆ',
|
||||
'male' => 'ಪುರುಷ',
|
||||
'other' => 'ಇತರ',
|
||||
);
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_basic_category_set = array (
|
||||
'archive' => 'Archive',
|
||||
'library' => 'Library',
|
||||
'memorial_site' => 'Memorial site',
|
||||
'private_collection' => 'Private collection',
|
||||
'museum' => 'Museum',
|
||||
'university_collection' => 'University collection',
|
||||
'archive' => 'ಆರ್ಕೈವ್',
|
||||
'library' => 'ಗ್ರಂಥಾಲಯ',
|
||||
'memorial_site' => 'ಸ್ಮಾರಕ ತಾಣ',
|
||||
'private_collection' => 'ಖಾಸಗಿ ಸಂಗ್ರಹ',
|
||||
'museum' => 'ವಸ್ತುಸಂಗ್ರಹಾಲಯ',
|
||||
'university_collection' => 'ವಿಶ್ವವಿದ್ಯಾಲಯದ ಸಂಗ್ರಹ',
|
||||
);
|
||||
|
@ -1,30 +1,30 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_collection_area_set = array (
|
||||
'everyday_life' => 'Everyday life',
|
||||
'archaeology' => 'Archaeology',
|
||||
'architecture' => 'Architecture',
|
||||
'history_of_mining' => 'History of mining',
|
||||
'botany' => 'Botany',
|
||||
'history_of_film' => 'History of film',
|
||||
'political_history' => 'Political history',
|
||||
'arts' => 'Arts',
|
||||
'applied_arts' => 'Applied arts',
|
||||
'agriculture' => 'Agriculture',
|
||||
'literature' => 'Literature',
|
||||
'history_of_medicine' => 'History of medicine',
|
||||
'military_history' => 'Military history',
|
||||
'mineralogy' => 'Mineralogy',
|
||||
'music' => 'Music',
|
||||
'numismatics' => 'Numismatics',
|
||||
'paleontology' => 'Paleontology',
|
||||
'personalia' => 'Personalia',
|
||||
'regional_history' => 'Regional history',
|
||||
'religion' => 'Religion',
|
||||
'technology' => 'Technology',
|
||||
'ethnography' => 'Ethnography',
|
||||
'zoology' => 'Zoology',
|
||||
'everyday_life' => 'ದೈನಂದಿನ ಜೀವನ',
|
||||
'archaeology' => 'ಪುರಾತತ್ತ್ವ ಶಾಸ್ತ್ರ',
|
||||
'architecture' => 'ವಾಸ್ತುಶಿಲ್ಪ',
|
||||
'history_of_mining' => 'ಗಣಿಗಾರಿಕೆಯ ಇತಿಹಾಸ',
|
||||
'botany' => 'ಸಸ್ಯಶಾಸ್ತ್ರ',
|
||||
'history_of_film' => 'ಚಲನಚಿತ್ರದ ಇತಿಹಾಸ',
|
||||
'political_history' => 'ರಾಜಕೀಯ ಇತಿಹಾಸ',
|
||||
'arts' => 'ಕಲೆಗಳು',
|
||||
'applied_arts' => 'ಅನ್ವಯಿಕ ಕಲೆಗಳು',
|
||||
'agriculture' => 'ಕೃಷಿ',
|
||||
'literature' => 'ಸಾಹಿತ್ಯ',
|
||||
'history_of_medicine' => 'ವೈದ್ಯಕೀಯ ಇತಿಹಾಸ',
|
||||
'military_history' => 'ಮಿಲಿಟರಿ ಇತಿಹಾಸ',
|
||||
'mineralogy' => 'ಖನಿಜಶಾಸ್ತ್ರ',
|
||||
'music' => 'ಸಂಗೀತ',
|
||||
'numismatics' => 'ನಾಣ್ಯಶಾಸ್ತ್ರ',
|
||||
'paleontology' => 'ಪ್ಯಾಲೆಯಂಟಾಲಜಿ',
|
||||
'personalia' => 'ವ್ಯಕ್ತಿತ್ವ',
|
||||
'regional_history' => 'ಪ್ರಾದೇಶಿಕ ಇತಿಹಾಸ',
|
||||
'religion' => 'ಧರ್ಮ',
|
||||
'technology' => 'ತಂತ್ರಜ್ಞಾನ',
|
||||
'ethnography' => 'ಜನಾಂಗೀಯತೆ',
|
||||
'zoology' => 'ಪ್ರಾಣಿಶಾಸ್ತ್ರ',
|
||||
);
|
||||
$institution_basic_category_set = array (
|
||||
'museum' => 'Museum',
|
||||
'museum' => 'ವಸ್ತುಸಂಗ್ರಹಾಲಯ',
|
||||
);
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_external_id_repositories = array (
|
||||
'hu_ksh' => 'Hungarian Central Statistical Office',
|
||||
'hu_ksh' => 'ಹಂಗೇರಿಯನ್ ಕೇಂದ್ರೀಯ ಸಂಖ್ಯಾಶಾಸ್ತ್ರೀಯ ಕಚೇರಿ',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_musdb_use_case_set = array (
|
||||
'collection_management' => 'Collection management',
|
||||
'publication' => 'Publication',
|
||||
'collection_management_and_publication' => 'Collection management and publication',
|
||||
'collection_management' => 'ಸಂಗ್ರಹಣೆ ನಿರ್ವಹಣೆ',
|
||||
'publication' => 'ಪ್ರಕಟಣೆ',
|
||||
'collection_management_and_publication' => 'ಸಂಗ್ರಹಣೆ ನಿರ್ವಹಣೆ ಮತ್ತು ಪ್ರಕಟಣೆ',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$institution_public_private_category_set = array (
|
||||
'public' => 'Public',
|
||||
'private' => 'Private',
|
||||
'religious' => 'Religious',
|
||||
'mixed' => 'Mixed',
|
||||
'public' => 'ಸಾರ್ವಜನಿಕ',
|
||||
'private' => 'ಖಾಸಗಿ',
|
||||
'religious' => 'ಧಾರ್ಮಿಕ',
|
||||
'mixed' => 'ಮಿಶ್ರ',
|
||||
);
|
||||
|
@ -1,16 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$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-ND' => 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.',
|
||||
'CC BY-NC' => 'For non commercial purposes the material might be used freely if the attribution is given.',
|
||||
'CC BY-ND' => 'The material might be used freely if the attribution is given. It may not be altered.',
|
||||
'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' => 'The material might be used freely (and even altered) if the attribution is given.',
|
||||
'CC0' => 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.',
|
||||
'RR-F' => 'Free access - no reuse.',
|
||||
'RR-P' => 'Paid access - no reuse. Previews might be freely accessible.',
|
||||
'RR-R' => 'Restricted access. Reserved rights.',
|
||||
'Orphan Work' => 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.',
|
||||
'Public Domain Mark' => 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.',
|
||||
'CC BY-NC-SA' => 'ಆಟ್ರಿಬ್ಯೂಷನ್ ನೀಡಿದರೆ ವಾಣಿಜ್ಯವಲ್ಲದ ಉದ್ದೇಶಗಳಿಗಾಗಿ ವಸ್ತುವನ್ನು ಮುಕ್ತವಾಗಿ ಬಳಸಬಹುದು (ಬದಲಾಯಿಸಬಹುದು). ವಿತರಣೆಯ ಸಂದರ್ಭದಲ್ಲಿ ಇರುವಂತೆ ಹಕ್ಕುಗಳ ಸ್ಥಾನಮಾನವನ್ನು ಕಾಪಾಡಿಕೊಳ್ಳಬೇಕು.',
|
||||
'CC BY-NC-ND' => 'ಆಟ್ರಿಬ್ಯೂಷನ್ ನೀಡಿದರೆ ಆ ವಸ್ತುವನ್ನು ವಾಣಿಜ್ಯೇತರ ಉದ್ದೇಶಗಳಿಗಾಗಿ ಮುಕ್ತವಾಗಿ ಬಳಸಬಹುದು. ಅದು ಬದಲಾಗದೇ ಇರಬಹುದು.',
|
||||
'CC BY-NC' => 'ಆಟ್ರಿಬ್ಯೂಷನ್ ನೀಡಿದರೆ ಆ ವಸ್ತುವನ್ನು ವಾಣಿಜ್ಯೇತರ ಉದ್ದೇಶಗಳಿಗಾಗಿ ಮುಕ್ತವಾಗಿ ಬಳಸಬಹುದು.',
|
||||
'CC BY-ND' => 'ಗುಣಲಕ್ಷಣವನ್ನು ನೀಡಿದರೆ ವಸ್ತುವನ್ನು ಮುಕ್ತವಾಗಿ ಬಳಸಬಹುದು. ಅದು ಬದಲಾಗದೇ ಇರಬಹುದು.',
|
||||
'CC BY-SA' => 'ಗುಣಲಕ್ಷಣವನ್ನು ನೀಡಿದರೆ ವಸ್ತುವನ್ನು ಮುಕ್ತವಾಗಿ ಬಳಸಬಹುದು (ಮತ್ತು ಬದಲಾಯಿಸಬಹುದು). ವಿತರಣೆಯ ಸಂದರ್ಭದಲ್ಲಿ ಇರುವಂತೆ ಹಕ್ಕುಗಳ ಸ್ಥಾನಮಾನವನ್ನು ಕಾಪಾಡಿಕೊಳ್ಳಬೇಕು.',
|
||||
'CC BY' => 'ಗುಣಲಕ್ಷಣವನ್ನು ನೀಡಿದರೆ ವಸ್ತುವನ್ನು ಮುಕ್ತವಾಗಿ ಬಳಸಬಹುದು (ಮತ್ತು ಬದಲಾಯಿಸಬಹುದು).',
|
||||
'CC0' => 'ಯಾವುದೇ ಹಕ್ಕುಗಳನ್ನು ಕಾಯ್ದಿರಿಸಲಾಗಿಲ್ಲ. ನೀವು ಎಲ್ಲಾ ಹಕ್ಕುಗಳನ್ನು ಮನ್ನಾ ಮಾಡುವ ಹಕ್ಕನ್ನು ಹೊಂದಿದ್ದರೆ ಮಾತ್ರ ನೀವು CC0 ಅನ್ನು ಬಳಸಬೇಕು.',
|
||||
'RR-F' => 'ಉಚಿತ ಪ್ರವೇಶ-ಮರುಬಳಕೆ ಇಲ್ಲ.',
|
||||
'RR-P' => 'ಪಾವತಿಸಿದ ಪ್ರವೇಶ-ಮರುಬಳಕೆ ಇಲ್ಲ. ಪೂರ್ವವೀಕ್ಷಣೆಗಳು ಉಚಿತವಾಗಿ ಲಭ್ಯವಿರಬಹುದು.',
|
||||
'RR-R' => 'ಸೀಮಿತ ಪ್ರವೇಶ. ಕಾಯ್ದಿರಿಸಿದ ಹಕ್ಕುಗಳು.',
|
||||
'Orphan Work' => 'ಹಕ್ಕುದಾರನನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ಈ ಕೃತಿಯನ್ನು ಯುರೋಪಿಯನ್ ಒಕ್ಕೂಟದ ಅನಾಥ ಕೃತಿಗಳ ಪಟ್ಟಿಯಲ್ಲಿ ಸೇರಿಸಲಾಗಿದೆ.',
|
||||
'Public Domain Mark' => 'ಈ ಕೃತಿಯು ಎಲ್ಲಾ ಸಂಬಂಧಿತ ಮತ್ತು ನೆರೆಯ ಹಕ್ಕುಗಳನ್ನು ಒಳಗೊಂಡಂತೆ ಹಕ್ಕುಸ್ವಾಮ್ಯ ಕಾನೂನಿನ ಅಡಿಯಲ್ಲಿ ತಿಳಿದಿರುವ ನಿರ್ಬಂಧಗಳಿಂದ ಮುಕ್ತವಾಗಿದೆ ಎಂದು ಗುರುತಿಸಲಾಗಿದೆ.',
|
||||
);
|
||||
|
@ -1,16 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$license_full_names = array (
|
||||
'CC BY-NC-SA' => 'Attribution - Non Commercial - Share Alike',
|
||||
'CC BY-NC' => 'Attribution - Non Commercial',
|
||||
'CC BY-ND' => 'Attribution - No Derivates',
|
||||
'CC BY-SA' => 'Attribution - Share Alike',
|
||||
'CC BY' => 'Attribution',
|
||||
'CC0' => 'No Rights Reserved',
|
||||
'RR-F' => 'Rights Reserved - Free Access',
|
||||
'RR-P' => 'Rights Reserved - Paid Access',
|
||||
'RR-R' => 'Rights Reserved - Restricted Access',
|
||||
'Orphan Work' => 'Orphan Work',
|
||||
'Public Domain Mark' => 'Public Domain Mark',
|
||||
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
|
||||
'CC BY-NC-SA' => 'ಗುಣಲಕ್ಷಣ-ವಾಣಿಜ್ಯೇತರ-ಸಮಾನವಾಗಿ ಹಂಚಿಕೊಳ್ಳಿ',
|
||||
'CC BY-NC' => 'ಗುಣಲಕ್ಷಣ-ವಾಣಿಜ್ಯೇತರ',
|
||||
'CC BY-ND' => 'ಗುಣಲಕ್ಷಣಗಳು-ಯಾವುದೇ ವ್ಯುತ್ಪನ್ನಗಳಿಲ್ಲ',
|
||||
'CC BY-SA' => 'ಗುಣಲಕ್ಷಣ-ಶೇರ್ ಅಲೈಕ್',
|
||||
'CC BY' => 'ಗುಣಲಕ್ಷಣಗಳು',
|
||||
'CC0' => 'ಯಾವುದೇ ಹಕ್ಕುಗಳನ್ನು ಕಾಯ್ದಿರಿಸಲಾಗಿಲ್ಲ',
|
||||
'RR-F' => 'ಹಕ್ಕುಗಳನ್ನು ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ-ಉಚಿತ ಪ್ರವೇಶ',
|
||||
'RR-P' => 'ಹಕ್ಕುಗಳನ್ನು ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ-ಪಾವತಿಸಿದ ಪ್ರವೇಶ',
|
||||
'RR-R' => 'ಹಕ್ಕುಗಳನ್ನು ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ-ನಿರ್ಬಂಧಿತ ಪ್ರವೇಶ',
|
||||
'Orphan Work' => 'ಅನಾಥ ಕೆಲಸ',
|
||||
'Public Domain Mark' => 'ಸಾರ್ವಜನಿಕ ಡೊಮೈನ್ ಗುರುತು',
|
||||
'CC BY-NC-ND' => 'ಆಟ್ರಿಬ್ಯೂಷನ್-ವಾಣಿಜ್ಯೇತರ-ಯಾವುದೇ ವ್ಯುತ್ಪನ್ನಗಳಿಲ್ಲ',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$loan_types = array (
|
||||
'outgoing' => 'Outgoing',
|
||||
'incoming' => 'Incoming',
|
||||
'outgoing' => 'ಹೊರಹೋಗುವ',
|
||||
'incoming' => 'ಒಳಹರಿವು',
|
||||
);
|
||||
|
@ -1,25 +1,25 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$marking_types = array (
|
||||
'signature' => 'Signature',
|
||||
'watermark' => 'Watermark',
|
||||
'engraving' => 'Engraving',
|
||||
'scratch' => 'Scratching',
|
||||
'stamp' => 'Stamped',
|
||||
'overprint' => 'Overprint',
|
||||
'embossing' => 'Embossing',
|
||||
'handwritten' => 'Handwritten',
|
||||
'glued' => 'Glued',
|
||||
'embroidered' => 'Embroidered',
|
||||
'sewn' => 'Sewn',
|
||||
'screwed' => 'Screwed',
|
||||
'burnt_in' => 'Burnt in',
|
||||
'riveted' => 'Riveted',
|
||||
'nailed' => 'Nailed',
|
||||
'hallmarked' => 'Hallmarked',
|
||||
'punched' => 'Punched',
|
||||
'scarified' => 'Scarified',
|
||||
'cast' => 'Cast',
|
||||
'painted' => 'Painted',
|
||||
'drawn' => 'Drawn',
|
||||
'signature' => 'ಸಹಿ',
|
||||
'watermark' => 'ವಾಟರ್ ಮಾರ್ಕ್',
|
||||
'engraving' => 'ಕೆತ್ತನೆ',
|
||||
'scratch' => 'ಸ್ಕ್ರಾಚಿಂಗ್',
|
||||
'stamp' => 'ಮುದ್ರೆ ಹಾಕಲಾಗಿದೆ',
|
||||
'overprint' => 'ಅತಿ ಮುದ್ರಣ',
|
||||
'embossing' => 'ಉಬ್ಬು ಚಿತ್ರಣ',
|
||||
'handwritten' => 'ಕೈಬರಹ',
|
||||
'glued' => 'ಅಂಟಿಕೊಂಡಿತು',
|
||||
'embroidered' => 'ಕಸೂತಿ ಮಾಡಲಾಗಿದೆ.',
|
||||
'sewn' => 'ಹೊಲಿಗೆ',
|
||||
'screwed' => 'ಸ್ಕ್ರೂವ್ ಮಾಡಲಾಗಿದೆ',
|
||||
'burnt_in' => 'ಸುಟ್ಟು ಹೋಗಿದೆ',
|
||||
'riveted' => 'ರಿವಿಟೆಡ್',
|
||||
'nailed' => 'ಕೊರೆಯಲಾಗಿದೆ',
|
||||
'hallmarked' => 'ಹಾಲ್ಮಾರ್ಕ್',
|
||||
'punched' => 'ಪಂಚ್ ಮಾಡಲಾಗಿದೆ',
|
||||
'scarified' => 'ಬೆದರಿದ',
|
||||
'cast' => 'ಪಾತ್ರವರ್ಗ',
|
||||
'painted' => 'ಬಣ್ಣ ಬಳಿದವರು',
|
||||
'drawn' => 'ಚಿತ್ರಿಸಲಾಗಿದೆ',
|
||||
);
|
||||
|
@ -1,25 +1,25 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$measurement_type_set = array (
|
||||
'length' => 'Length',
|
||||
'height' => 'Height',
|
||||
'width' => 'Width',
|
||||
'number_of_copies' => 'Number of copies',
|
||||
'weight' => 'Weight',
|
||||
'diameter' => 'Diameter',
|
||||
'wall' => 'Wall',
|
||||
'number_of_parts' => 'Number of parts',
|
||||
'die_axis' => 'Die-axis',
|
||||
'length_socle' => 'Length of socle',
|
||||
'height_socle' => 'Height of socle',
|
||||
'width_socle' => 'Width of socle',
|
||||
'height_sheet_size' => 'Sheet size (height)',
|
||||
'length_sheet_size' => 'Sheet size (length)',
|
||||
'width_sheet_size' => 'Sheet size (width)',
|
||||
'height_image_size' => 'Image size (height)',
|
||||
'length_image_size' => 'Image size (length)',
|
||||
'width_image_size' => 'Image size (width)',
|
||||
'length_frame' => 'Frame (length)',
|
||||
'height_frame' => 'Frame (height)',
|
||||
'width_frame' => 'Frame (width)',
|
||||
'length' => 'ಉದ್ದ',
|
||||
'height' => 'ಎತ್ತರ',
|
||||
'width' => 'ಅಗಲ',
|
||||
'number_of_copies' => 'ಪ್ರತಿಗಳ ಸಂಖ್ಯೆ',
|
||||
'weight' => 'ತೂಕ',
|
||||
'diameter' => 'ವ್ಯಾಸ',
|
||||
'wall' => 'ಗೋಡೆ',
|
||||
'number_of_parts' => 'ಭಾಗಗಳ ಸಂಖ್ಯೆ',
|
||||
'die_axis' => 'ಡೈ-ಅಕ್ಷ',
|
||||
'length_socle' => 'ನೆಲಮಾಳಿಗೆಯ ಉದ್ದ',
|
||||
'height_socle' => 'ನೆಲಮಾಳಿಗೆಯ ಉದ್ದ',
|
||||
'width_socle' => 'ನೆಲಮಾಳಿಗೆಯ ಅಗಲ',
|
||||
'height_sheet_size' => 'ಹಾಳೆಯ ಗಾತ್ರ (ಎತ್ತರ)',
|
||||
'length_sheet_size' => 'ಹಾಳೆಯ ಗಾತ್ರ (ಉದ್ದ)',
|
||||
'width_sheet_size' => 'ಹಾಳೆಯ ಗಾತ್ರ (ಅಗಲ)',
|
||||
'height_image_size' => 'ಚಿತ್ರದ ಗಾತ್ರ (ಎತ್ತರ)',
|
||||
'length_image_size' => 'ಚಿತ್ರದ ಗಾತ್ರ (ಉದ್ದ)',
|
||||
'width_image_size' => 'ಚಿತ್ರದ ಗಾತ್ರ (ಅಗಲ)',
|
||||
'length_frame' => 'ಚೌಕಟ್ಟು (ಉದ್ದ)',
|
||||
'height_frame' => 'ಚೌಕಟ್ಟು (ಎತ್ತರ)',
|
||||
'width_frame' => 'ಚೌಕಟ್ಟು (ಅಗಲ)',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_check_types_set = array (
|
||||
'condition_check' => 'Condition check',
|
||||
'completeness_check' => 'Completeness check',
|
||||
'data_correctness_check' => 'Data correctness check',
|
||||
'location_accuracy_check' => 'Check of location accuracy',
|
||||
'condition_check' => 'ಸ್ಥಿತಿಯ ಪರಿಶೀಲನೆ',
|
||||
'completeness_check' => 'ಸಂಪೂರ್ಣತೆಯನ್ನು ಪರಿಶೀಲಿಸಿ',
|
||||
'data_correctness_check' => 'ದತ್ತಾಂಶದ ನಿಖರತೆಯನ್ನು ಪರಿಶೀಲಿಸಿ',
|
||||
'location_accuracy_check' => 'ಸ್ಥಳದ ನಿಖರತೆಯನ್ನು ಪರಿಶೀಲಿಸಿ',
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_damage_status_set = array (
|
||||
'identified' => 'Identified',
|
||||
'repair_possible' => 'Reviewed; repair possible',
|
||||
'repair_scheduled' => 'Repair scheduled',
|
||||
'repaired' => 'Repaired',
|
||||
'irreparable' => 'Irreparable',
|
||||
'identified' => 'ಗುರುತಿಸಲಾಗಿದೆ',
|
||||
'repair_possible' => 'ಪರಿಶೀಲಿಸಲಾಗಿದೆ; ದುರಸ್ತಿ ಸಾಧ್ಯ',
|
||||
'repair_scheduled' => 'ದುರಸ್ತಿ ವೇಳಾಪಟ್ಟಿ',
|
||||
'repaired' => 'ದುರಸ್ತಿ ಮಾಡಲಾಗಿದೆ',
|
||||
'irreparable' => 'ಸರಿಪಡಿಸಲಾಗದ',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_damage_types_set = array (
|
||||
'water_damage' => 'Water damage',
|
||||
'breakage' => 'Breakage',
|
||||
'desiccation' => 'Desiccation',
|
||||
'water_damage' => 'ನೀರಿನ ಹಾನಿ',
|
||||
'breakage' => 'ಬಿರುಕು',
|
||||
'desiccation' => 'ನಿರ್ಜಲೀಕರಣ',
|
||||
);
|
||||
|
@ -1,11 +1,11 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_document_type_set = array (
|
||||
'undefined' => 'Undefined',
|
||||
'provenance_report' => 'Provenance report',
|
||||
'purchase_contract' => 'Purchase contract',
|
||||
'restoration_report' => 'Restoration report',
|
||||
'assessment' => 'Assessment',
|
||||
'correspondence' => 'Correspondence',
|
||||
'legacy_documentation' => 'Legacy documentation',
|
||||
'undefined' => 'ವಿವರಿಸಲಾಗದ',
|
||||
'provenance_report' => 'ಮೂಲ ವರದಿ',
|
||||
'purchase_contract' => 'ಖರೀದಿ ಒಪ್ಪಂದ',
|
||||
'restoration_report' => 'ಪುನರ್ವಸತಿ ವರದಿ',
|
||||
'assessment' => 'ಮೌಲ್ಯಮಾಪನ',
|
||||
'correspondence' => 'ಪತ್ರವ್ಯವಹಾರ',
|
||||
'legacy_documentation' => 'ಪರಂಪರೆಯ ದಾಖಲಾತಿ',
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_form_set = array (
|
||||
'cube' => 'Cube',
|
||||
'cuboid' => 'Cuboid',
|
||||
'sphere' => 'Sphere',
|
||||
'cone' => 'Cone',
|
||||
'cylinder' => 'Cylinder',
|
||||
'cube' => 'ಘನ',
|
||||
'cuboid' => 'ಘನ',
|
||||
'sphere' => 'ಗೋಳ',
|
||||
'cone' => 'ಕೋನ್',
|
||||
'cylinder' => 'ಸಿಲಿಂಡರ್',
|
||||
);
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_publication_background = array (
|
||||
0 => 'Image published',
|
||||
1 => 'Transcript published',
|
||||
2 => 'Discussed',
|
||||
3 => 'Rezensiert',
|
||||
4 => 'Referenced',
|
||||
5 => 'Advertised',
|
||||
0 => 'ಚಿತ್ರವನ್ನು ಪ್ರಕಟಿಸಲಾಗಿದೆ',
|
||||
1 => 'ಪ್ರತಿಲೇಖನ ಪ್ರಕಟಿಸಲಾಗಿದೆ',
|
||||
2 => 'ಚರ್ಚಿಸಲಾಗಿದೆ',
|
||||
3 => 'ರೆಜೆನ್ಸಿಯೆರ್ಟ್',
|
||||
4 => 'ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ',
|
||||
5 => 'ಜಾಹೀರಾತು ನೀಡಿದ್ದಾರೆ',
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_record_status = array (
|
||||
'unlocked' => 'Unlocked',
|
||||
'locked' => 'Locked',
|
||||
'revision' => 'Revision',
|
||||
'deleted' => 'Deleted',
|
||||
'archived' => 'Archived',
|
||||
'unlocked' => 'ಅನ್ಲಾಕ್ ಮಾಡಲಾಗಿದೆ',
|
||||
'locked' => 'ಲಾಕ್ ಮಾಡಲಾಗಿದೆ',
|
||||
'revision' => 'ಪರಿಷ್ಕರಣೆ',
|
||||
'deleted' => 'ಅಳಿಸಲಾಗಿದೆ',
|
||||
'archived' => 'ಆರ್ಕೈವ್ ಮಾಡಲಾಗಿದೆ',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_record_status_explica = array (
|
||||
'unlocked' => 'Default status. The object record can be updated.',
|
||||
'locked' => 'The object cannot be updated until the lock has been released.',
|
||||
'revision' => 'The object is currently being researched. Further updates are disabled until this research has been completed.',
|
||||
'archived' => 'E.g. for objects that have been deaccessed. Updates to the object record are suspended and the object record is marked as archived in object overviews.',
|
||||
'unlocked' => 'ಪೂರ್ವನಿಯೋಜಿತ ಸ್ಥಿತಿ. ವಸ್ತುವಿನ ದಾಖಲೆಯನ್ನು ನವೀಕರಿಸಬಹುದು.',
|
||||
'locked' => 'ಲಾಕ್ ಅನ್ನು ಬಿಡುಗಡೆ ಮಾಡುವವರೆಗೆ ವಸ್ತುವನ್ನು ನವೀಕರಿಸಲಾಗುವುದಿಲ್ಲ.',
|
||||
'revision' => 'ಈ ವಸ್ತುವನ್ನು ಪ್ರಸ್ತುತ ಸಂಶೋಧಿಸಲಾಗುತ್ತಿದೆ. ಈ ಸಂಶೋಧನೆಯು ಪೂರ್ಣಗೊಳ್ಳುವವರೆಗೆ ಹೆಚ್ಚಿನ ನವೀಕರಣಗಳನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ.',
|
||||
'archived' => 'E.g. ಪ್ರವೇಶವನ್ನು ಕಳೆದುಕೊಂಡ ವಸ್ತುಗಳಿಗೆ. ಆಬ್ಜೆಕ್ಟ್ ರೆಕಾರ್ಡ್ಗೆ ನವೀಕರಣಗಳನ್ನು ಅಮಾನತುಗೊಳಿಸಲಾಗಿದೆ ಮತ್ತು ಆಬ್ಜೆಕ್ಟ್ ರೆಕಾರ್ಡ್ ಅನ್ನು ಆಬ್ಜೆಕ್ಟ್ ಅವಲೋಕನಗಳಲ್ಲಿ ಆರ್ಕೈವ್ ಮಾಡಲಾಗಿದೆ ಎಂದು ಗುರುತಿಸಲಾಗಿದೆ.',
|
||||
);
|
||||
|
@ -1,11 +1,11 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$object_status = array (
|
||||
'owned' => 'Owned',
|
||||
'permanent_loan' => 'Permanent loan',
|
||||
'borrowed' => 'Borrowed',
|
||||
'to_check_for_gift' => 'To check (for gift)',
|
||||
'to_check' => 'To check',
|
||||
'deaccessed' => 'Deaccessed',
|
||||
'third_party_property' => 'Third party property',
|
||||
'owned' => 'ಒಡೆತನದಲ್ಲಿದೆ',
|
||||
'permanent_loan' => 'ಶಾಶ್ವತ ಸಾಲ',
|
||||
'borrowed' => 'ಸಾಲ ಪಡೆದಿದ್ದಾರೆ',
|
||||
'to_check_for_gift' => 'ಪರಿಶೀಲಿಸಲು (ಉಡುಗೊರೆಗಾಗಿ)',
|
||||
'to_check' => 'ಪರಿಶೀಲಿಸಲು',
|
||||
'deaccessed' => 'ಪ್ರವೇಶವನ್ನು ಕಳೆದುಕೊಂಡಿದೆ',
|
||||
'third_party_property' => 'ಮೂರನೇ ವ್ಯಕ್ತಿಯ ಆಸ್ತಿ',
|
||||
);
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$phone_types = array (
|
||||
'work' => 'Work',
|
||||
'home' => 'Home',
|
||||
'mobile' => 'Mobile',
|
||||
'work mobile' => 'Work mobile',
|
||||
'fax' => 'Fax',
|
||||
'fax work' => 'Fax (Work)',
|
||||
'work' => 'ಕೆಲಸ',
|
||||
'home' => 'ಮನೆ',
|
||||
'mobile' => 'ಮೊಬೈಲ್',
|
||||
'work mobile' => 'ಮೊಬೈಲ್ ಕೆಲಸ',
|
||||
'fax' => 'ಫ್ಯಾಕ್ಸ್',
|
||||
'fax work' => 'ಫ್ಯಾಕ್ಸ್ (ಕೆಲಸ)',
|
||||
);
|
||||
|
@ -1,13 +1,13 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tlPlacetypes = array (
|
||||
0 => 'Administrative',
|
||||
1 => 'Historical',
|
||||
2 => 'Region',
|
||||
3 => 'Street',
|
||||
4 => 'Building',
|
||||
5 => 'Mountains',
|
||||
6 => 'Forest',
|
||||
7 => 'Body of water',
|
||||
8 => 'Island',
|
||||
0 => 'ಆಡಳಿತಾತ್ಮಕ',
|
||||
1 => 'ಐತಿಹಾಸಿಕ',
|
||||
2 => 'ಪ್ರದೇಶ',
|
||||
3 => 'ರಸ್ತೆ',
|
||||
4 => 'ಕಟ್ಟಡ',
|
||||
5 => 'ಪರ್ವತಗಳು',
|
||||
6 => 'ಅರಣ್ಯ',
|
||||
7 => 'ನೀರಿನ ದೇಹ',
|
||||
8 => 'ದ್ವೀಪ',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$podcast_contributor_roles = array (
|
||||
'onair' => 'On air',
|
||||
'recording' => 'Recording',
|
||||
'technical_support' => 'Technical support',
|
||||
'organization' => 'Organization',
|
||||
'onair' => 'ಗಾಳಿಯಲ್ಲಿ',
|
||||
'recording' => 'ರೆಕಾರ್ಡಿಂಗ್',
|
||||
'technical_support' => 'ತಾಂತ್ರಿಕ ಬೆಂಬಲ',
|
||||
'organization' => 'ಸಂಘಟನೆ',
|
||||
);
|
||||
|
@ -1,29 +1,29 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$position_set = array (
|
||||
'left' => 'Left',
|
||||
'top_left' => 'Top left',
|
||||
'top' => 'Top',
|
||||
'top_right' => 'Top right',
|
||||
'right' => 'Right',
|
||||
'bottom_right' => 'Bottom right',
|
||||
'bottom' => 'Bottom',
|
||||
'bottom_left' => 'Bottom left',
|
||||
'center' => 'Center',
|
||||
'rear_side' => 'Rear side',
|
||||
'edge' => 'Edge',
|
||||
'other' => 'Other',
|
||||
'inside' => 'Inside',
|
||||
'underside' => 'Underside',
|
||||
'topside' => 'Topside',
|
||||
'front_front' => 'Full front',
|
||||
'rear_left' => 'Rear side: left',
|
||||
'rear_top_left' => 'Rear side: top left',
|
||||
'rear_top' => 'Rear side: top',
|
||||
'rear_top_right' => 'Rear side: top right',
|
||||
'rear_right' => 'Rear side: right',
|
||||
'rear_bottom_right' => 'Rear side: bottom right',
|
||||
'rear_bottom' => 'Rear side: bottom',
|
||||
'rear_bottom_left' => 'Rear side: bottom left',
|
||||
'rear_center' => 'Rear side: center',
|
||||
'left' => 'ಎಡಕ್ಕೆ',
|
||||
'top_left' => 'ಮೇಲಿನ ಎಡಭಾಗ',
|
||||
'top' => 'ಮೇಲ್ಭಾಗ',
|
||||
'top_right' => 'ಮೇಲಿನ ಬಲಭಾಗ',
|
||||
'right' => 'ಬಲಭಾಗ',
|
||||
'bottom_right' => 'ಕೆಳಗಿನ ಬಲಭಾಗ',
|
||||
'bottom' => 'ಕೆಳಭಾಗ',
|
||||
'bottom_left' => 'ಕೆಳಗಿನ ಎಡಭಾಗ',
|
||||
'center' => 'ಮಧ್ಯ',
|
||||
'rear_side' => 'ಹಿಂಭಾಗದ ಭಾಗ',
|
||||
'edge' => 'ಅಂಚು',
|
||||
'other' => 'ಇತರ',
|
||||
'inside' => 'ಒಳಗೆ',
|
||||
'underside' => 'ಕೆಳಭಾಗ',
|
||||
'topside' => 'ಮೇಲ್ಭಾಗ',
|
||||
'front_front' => 'ಪೂರ್ಣ ಮುಂಭಾಗ',
|
||||
'rear_left' => 'ಹಿಂಭಾಗಃ ಎಡ',
|
||||
'rear_top_left' => 'ಹಿಂಭಾಗಃ ಮೇಲಿನ ಎಡಭಾಗ',
|
||||
'rear_top' => 'ಹಿಂಭಾಗಃ ಮೇಲ್ಭಾಗ',
|
||||
'rear_top_right' => 'ಹಿಂಭಾಗಃ ಮೇಲಿನ ಬಲಭಾಗ',
|
||||
'rear_right' => 'ಹಿಂಭಾಗಃ ಬಲ',
|
||||
'rear_bottom_right' => 'ಹಿಂಭಾಗಃ ಕೆಳಗೆ ಬಲಕ್ಕೆ',
|
||||
'rear_bottom' => 'ಹಿಂಭಾಗಃ ಕೆಳಭಾಗ',
|
||||
'rear_bottom_left' => 'ಹಿಂಭಾಗಃ ಕೆಳಗೆ ಎಡಕ್ಕೆ',
|
||||
'rear_center' => 'ಹಿಂಭಾಗಃ ಮಧ್ಯಭಾಗ',
|
||||
);
|
||||
|
@ -1,18 +1,18 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$process_types = array (
|
||||
'project' => 'Project',
|
||||
'grant_application' => 'Grant application',
|
||||
'exhibition' => 'Exhibition',
|
||||
'appointment' => 'Appointment / Event',
|
||||
'loan_incoming' => 'Loan (incoming)',
|
||||
'loan_outgoing' => 'Loan (outgoing)',
|
||||
'employment_ad' => 'Employment ad',
|
||||
'purchase' => 'Purchase',
|
||||
'deaccession' => 'Deaccession',
|
||||
'construction' => 'Construction measure',
|
||||
'pest_control_campaign' => 'Pest control campaign',
|
||||
'pr_campaign' => 'PR campaign',
|
||||
'relocation' => 'Relocation',
|
||||
'discussion' => 'Discussion',
|
||||
'project' => 'ಯೋಜನೆ',
|
||||
'grant_application' => 'ಅನುದಾನ ಅರ್ಜಿ ಸಲ್ಲಿಕೆ',
|
||||
'exhibition' => 'ಪ್ರದರ್ಶನ',
|
||||
'appointment' => 'ನೇಮಕಾತಿ/ಕಾರ್ಯಕ್ರಮ',
|
||||
'loan_incoming' => 'ಸಾಲ (ಒಳಬರುವ)',
|
||||
'loan_outgoing' => 'ಸಾಲ (ಹೊರಹೋಗುವ)',
|
||||
'employment_ad' => 'ಉದ್ಯೋಗದ ಜಾಹೀರಾತು',
|
||||
'purchase' => 'ಖರೀದಿ ಮಾಡಿ',
|
||||
'deaccession' => 'ಪ್ರವೇಶ ನಿರಾಕರಣೆ',
|
||||
'construction' => 'ನಿರ್ಮಾಣದ ಅಳತೆ',
|
||||
'pest_control_campaign' => 'ಕೀಟ ನಿಯಂತ್ರಣ ಅಭಿಯಾನ',
|
||||
'pr_campaign' => 'ಪಿಆರ್ ಅಭಿಯಾನ',
|
||||
'relocation' => 'ಸ್ಥಳಾಂತರ',
|
||||
'discussion' => 'ಚರ್ಚೆ',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$recording_types_set = array (
|
||||
'audio' => 'Audio',
|
||||
'video' => 'Video',
|
||||
'audio' => 'ಆಡಿಯೋ',
|
||||
'video' => 'ವಿಡಿಯೋ',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$research_status = array (
|
||||
'bad' => 'Not researched much',
|
||||
'medium' => 'Partly researched',
|
||||
'good' => 'Well researched',
|
||||
'bad' => 'ಹೆಚ್ಚು ಸಂಶೋಧನೆ ಮಾಡಿಲ್ಲ',
|
||||
'medium' => 'ಭಾಗಶಃ ಸಂಶೋಧನೆ',
|
||||
'good' => 'ಚೆನ್ನಾಗಿ ಸಂಶೋಧನೆ ಮಾಡಲಾಗಿದೆ',
|
||||
);
|
||||
|
@ -1,24 +1,24 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$series_contributor_role = array (
|
||||
'author' => 'Author',
|
||||
'director' => 'Director',
|
||||
'dramaturg' => 'Dramaturg',
|
||||
'production_designer' => 'Production designer',
|
||||
'costumer' => 'Costumer',
|
||||
'musician' => 'Musician',
|
||||
'choreographer' => 'Choreographer',
|
||||
'make_up_artist' => 'Make-up artist',
|
||||
'speech_trainer' => 'Speech trainer',
|
||||
'puppet_maker' => 'Puppet maker',
|
||||
'technician' => 'Technician',
|
||||
'inspector' => 'Inspector',
|
||||
'assistant' => 'Assistant',
|
||||
'actor' => 'Actor',
|
||||
'painter' => 'Painter',
|
||||
'creator' => 'Creator',
|
||||
'equipment_supplier' => 'Equipment supplier',
|
||||
'contributing_institution' => 'Contributing institution',
|
||||
'event_organizer' => 'Event organizer',
|
||||
'movement_trainer' => 'Movement trainer',
|
||||
'author' => 'ಲೇಖಕರು',
|
||||
'director' => 'ನಿರ್ದೇಶಕರು',
|
||||
'dramaturg' => 'ನಾಟಕೀಯತೆ',
|
||||
'production_designer' => 'ನಿರ್ಮಾಣ ವಿನ್ಯಾಸಕ',
|
||||
'costumer' => 'ವಸ್ತ್ರಧಾರಿ',
|
||||
'musician' => 'ಸಂಗೀತಗಾರ',
|
||||
'choreographer' => 'ನೃತ್ಯ ಸಂಯೋಜಕ',
|
||||
'make_up_artist' => 'ಮೇಕಪ್ ಕಲಾವಿದ',
|
||||
'speech_trainer' => 'ಭಾಷಣ ತರಬೇತುದಾರ',
|
||||
'puppet_maker' => 'ಕೈಗೊಂಬೆ ತಯಾರಕ',
|
||||
'technician' => 'ತಂತ್ರಜ್ಞ',
|
||||
'inspector' => 'ತನಿಖೆಗಾರ',
|
||||
'assistant' => 'ಸಹಾಯಕ',
|
||||
'actor' => 'ನಟ',
|
||||
'painter' => 'ವರ್ಣಚಿತ್ರಕಾರ',
|
||||
'creator' => 'ಸೃಷ್ಟಿಕರ್ತ',
|
||||
'equipment_supplier' => 'ಸಲಕರಣೆಗಳ ಪೂರೈಕೆದಾರ',
|
||||
'contributing_institution' => 'ಸಂಸ್ಥೆ ಕೊಡುಗೆ',
|
||||
'event_organizer' => 'ಕಾರ್ಯಕ್ರಮದ ಸಂಘಟಕರು',
|
||||
'movement_trainer' => 'ಚಲನೆಯ ತರಬೇತುದಾರ',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$series_place_role = array (
|
||||
'place_of_production' => 'Place of production',
|
||||
'performance_space' => 'Performance space',
|
||||
'rehearsal_space' => 'Rehearsal space',
|
||||
'place_of_production' => 'ಉತ್ಪಾದನೆಯ ಸ್ಥಳ',
|
||||
'performance_space' => 'ಕಾರ್ಯಕ್ಷಮತೆ ಸ್ಥಳ',
|
||||
'rehearsal_space' => 'ಪೂರ್ವಾಭ್ಯಾಸದ ಸ್ಥಳ',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$series_time_role = array (
|
||||
'premiere' => 'Premiere',
|
||||
'time_of_presentation' => 'Time of presentation',
|
||||
'premiere' => 'ಪ್ರಥಮ ಪ್ರದರ್ಶನ',
|
||||
'time_of_presentation' => 'ಪ್ರಸ್ತುತಿಯ ಸಮಯ',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$shipment_method_set = array (
|
||||
'unknown' => 'Unknown',
|
||||
'car' => 'By car',
|
||||
'ship' => 'By ship',
|
||||
'unknown' => 'ಅಪರಿಚಿತ',
|
||||
'car' => 'ಕಾರಿನ ಮೂಲಕ',
|
||||
'ship' => 'ಹಡಗಿನಿಂದ',
|
||||
);
|
||||
|
@ -1,12 +1,12 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$source_type_set = array (
|
||||
'article' => 'Article',
|
||||
'inbook' => 'Article in collected volume',
|
||||
'book' => 'Book',
|
||||
'phdthesis' => 'PhD thesis',
|
||||
'electronical' => 'Electronic resource',
|
||||
'misc' => 'Miscelaneous',
|
||||
'patent' => 'Patent',
|
||||
'article' => 'ಲೇಖನ',
|
||||
'inbook' => 'ಸಂಗ್ರಹಿಸಿದ ಸಂಪುಟದಲ್ಲಿರುವ ಲೇಖನ',
|
||||
'book' => 'ಪುಸ್ತಕ',
|
||||
'phdthesis' => 'ಪಿಎಚ್ಡಿ ಪ್ರಬಂಧ',
|
||||
'electronical' => 'ವಿದ್ಯುನ್ಮಾನ ಸಂಪನ್ಮೂಲ',
|
||||
'misc' => 'ವಿವಿಧ',
|
||||
'patent' => 'ಪೇಟೆಂಟ್',
|
||||
'unpublished' => 'Unpublished',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user