Approval.
This commit is contained in:
parent
6d8b713c07
commit
eefedde50c
@ -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ő' => 'ಪೆಂಗ್',
|
||||||
'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,54 +1,54 @@
|
|||||||
<?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 => 'ಹೊರಹೊಮ್ಮಿದೆ',
|
||||||
);
|
);
|
||||||
|
@ -1,54 +1,54 @@
|
|||||||
<?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 => 'ಮೂಲಕ ಹೊರಹೊಮ್ಮಿತು',
|
||||||
);
|
);
|
||||||
|
@ -1,54 +1,54 @@
|
|||||||
<?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 => 'ಹೊರಹೊಮ್ಮಿತು',
|
||||||
);
|
);
|
||||||
|
@ -1,54 +1,54 @@
|
|||||||
<?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 => 'ಹೊರಹೊಮ್ಮಿತು',
|
||||||
);
|
);
|
||||||
|
@ -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,25 +1,25 @@
|
|||||||
<?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' => 'ಚೌಕಟ್ಟು (ಅಗಲ)',
|
||||||
);
|
);
|
||||||
|
@ -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' => 'E.g. ಪ್ರವೇಶವನ್ನು ಕಳೆದುಕೊಂಡ ವಸ್ತುಗಳಿಗೆ. ಆಬ್ಜೆಕ್ಟ್ ರೆಕಾರ್ಡ್ಗೆ ನವೀಕರಣಗಳನ್ನು ಅಮಾನತುಗೊಳಿಸಲಾಗಿದೆ ಮತ್ತು ಆಬ್ಜೆಕ್ಟ್ ರೆಕಾರ್ಡ್ ಅನ್ನು ಆಬ್ಜೆಕ್ಟ್ ಅವಲೋಕನಗಳಲ್ಲಿ ಆರ್ಕೈವ್ ಮಾಡಲಾಗಿದೆ ಎಂದು ಗುರುತಿಸಲಾಗಿದೆ.',
|
||||||
);
|
);
|
||||||
|
@ -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' => 'Unpublished',
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user