Approval.
This commit is contained in:
@ -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,59 +1,59 @@
|
||||
<?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',
|
||||
53 => 'Production of material',
|
||||
54 => 'Mentioned place',
|
||||
55 => 'Mentioned time',
|
||||
56 => 'Received ownership',
|
||||
57 => 'Transferred ownership',
|
||||
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 => 'வெளிப்பட்டது',
|
||||
53 => 'பொருள் உற்பத்தி',
|
||||
54 => 'குறிப்பிடப்பட்ட இடம்',
|
||||
55 => 'குறிப்பிடப்பட்ட நேரம்',
|
||||
56 => 'உரிமையைப் பெற்றது',
|
||||
57 => 'மாற்றப்பட்ட உரிமை',
|
||||
);
|
||||
|
@ -1,59 +1,59 @@
|
||||
<?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',
|
||||
53 => 'Material produced by',
|
||||
54 => 'Mentioned place',
|
||||
55 => 'Mentioned time',
|
||||
56 => 'Ownership received by',
|
||||
57 => 'Ownership transfered 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 => 'மூலம் வெளிப்பட்டது',
|
||||
53 => 'தயாரித்த பொருள்',
|
||||
54 => 'குறிப்பிடப்பட்ட இடம்',
|
||||
55 => 'குறிப்பிடப்பட்ட நேரம்',
|
||||
56 => 'உரிமையாளர் பெற்றார்',
|
||||
57 => 'உரிமையாளர் மாற்றப்பட்டது',
|
||||
);
|
||||
|
@ -1,59 +1,59 @@
|
||||
<?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',
|
||||
53 => 'Material produced in',
|
||||
54 => 'Mentioned place',
|
||||
55 => 'Mentioned time',
|
||||
56 => 'Ownership received in',
|
||||
57 => 'Ownership transfered in',
|
||||
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 => 'இல் வெளிப்பட்டது',
|
||||
53 => 'உற்பத்தி செய்யப்படும் பொருள்',
|
||||
54 => 'குறிப்பிடப்பட்ட இடம்',
|
||||
55 => 'குறிப்பிடப்பட்ட நேரம்',
|
||||
56 => 'உரிமையாளர் பெறப்பட்டது',
|
||||
57 => 'உரிமையாளர் மாற்றப்பட்டது',
|
||||
);
|
||||
|
@ -1,59 +1,59 @@
|
||||
<?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',
|
||||
53 => 'Material produced',
|
||||
54 => 'Mentioned place',
|
||||
55 => 'Mentioned time',
|
||||
56 => 'Ownership received',
|
||||
57 => 'Ownership transfered',
|
||||
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 => 'இல் வெளிப்பட்டது',
|
||||
53 => 'உற்பத்தி செய்யப்படும் பொருள்',
|
||||
54 => 'குறிப்பிடப்பட்ட இடம்',
|
||||
55 => 'குறிப்பிடப்பட்ட இடம்',
|
||||
56 => 'உரிமை பெறப்பட்டது',
|
||||
57 => 'உரிமையாளர் மாற்றப்பட்டது',
|
||||
);
|
||||
|
@ -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,34 +1,34 @@
|
||||
<?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_min' => 'Length (min.)',
|
||||
'length_max' => 'Length (max.)',
|
||||
'height_min' => 'Height (min.)',
|
||||
'height_max' => 'Height (max.)',
|
||||
'width_min' => 'Width (min.)',
|
||||
'width_max' => 'Width (max.)',
|
||||
'diameter_min' => 'Diameter (min.)',
|
||||
'diameter_max' => 'Diameter (max.)',
|
||||
'diameter_frame' => 'Frame (diameter)',
|
||||
'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' => 'சட்டகம் (அகலம்)',
|
||||
'length_min' => 'நீளம் (நிமிடம்.)',
|
||||
'length_max' => 'நீளம் (அதிகபட்சம்.)',
|
||||
'height_min' => 'உயரம் (நிமிடம்.)',
|
||||
'height_max' => 'உயரம் (அதிகபட்சம்.)',
|
||||
'width_min' => 'அகலம் (நிமிடம்.)',
|
||||
'width_max' => 'அகலம் (அதிகபட்சம்.)',
|
||||
'diameter_min' => 'விட்டம் (நிமிடம்.)',
|
||||
'diameter_max' => 'விட்டம் (அதிகபட்சம்.)',
|
||||
'diameter_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' => 'எ.கா. செயலிழந்த பொருள்களுக்கு. பொருள் பதிவுக்கான புதுப்பிப்புகள் இடைநிறுத்தப்பட்டு, பொருள் கண்ணோட்டங்களில் காப்பகப்படுத்தப்பட்டதாக பொருள் பதிவு குறிக்கப்பட்டுள்ளது.',
|
||||
);
|
||||
|
@ -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',
|
||||
'unpublished' => 'Unpublished',
|
||||
'article' => 'கட்டுரை',
|
||||
'inbook' => 'சேகரிக்கப்பட்ட தொகுதியில் கட்டுரை',
|
||||
'book' => 'புத்தகம்',
|
||||
'phdthesis' => 'பிஎச்.டி ஆய்வறிக்கை',
|
||||
'electronical' => 'மின்னணு வள',
|
||||
'misc' => 'தவறான',
|
||||
'patent' => 'காப்புரிமை',
|
||||
'unpublished' => 'வெளியிடப்படாதது',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$space_access_status = array (
|
||||
'enter' => 'Enter',
|
||||
'leave' => 'Leave',
|
||||
'enter' => 'உள்ளிடவும்',
|
||||
'leave' => 'விடுப்பு',
|
||||
);
|
||||
|
@ -1,16 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$space_types = array (
|
||||
'building' => 'Building',
|
||||
'depot' => 'Depot room',
|
||||
'utility_room' => 'Utility room',
|
||||
'exhibition_room' => 'Exhibition room',
|
||||
'display_cabinet' => 'Display cabinet',
|
||||
'shelf' => 'Shelf',
|
||||
'box' => 'Box',
|
||||
'folder' => 'Folder',
|
||||
'office' => 'Office',
|
||||
'floor' => 'Floor',
|
||||
'hallway' => 'Hallway',
|
||||
'outdoor_area' => 'Outdoor area',
|
||||
'building' => 'கட்டிடம்',
|
||||
'depot' => 'டிப்போ டூம்',
|
||||
'utility_room' => 'பயன்பாட்டு அறை',
|
||||
'exhibition_room' => 'கண்காட்சி அறை',
|
||||
'display_cabinet' => 'அமைச்சரவை காட்சி',
|
||||
'shelf' => 'அலமாரி',
|
||||
'box' => 'பெட்டி',
|
||||
'folder' => 'கோப்புறை',
|
||||
'office' => 'அலுவலகம்',
|
||||
'floor' => 'தளம்',
|
||||
'hallway' => 'ஹால்வே',
|
||||
'outdoor_area' => 'வெளிப்புற பகுதி',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$syndication_repos = array (
|
||||
'ddb' => 'German Digital Library (DDB)',
|
||||
'europeana' => 'Europeana',
|
||||
'smb-digital' => 'SMB-digital',
|
||||
'kalliope-verbund' => 'Kalliope Verbund',
|
||||
'ddb' => 'ஜெர்மன் டிஜிட்டல் நூலகம் (டி.டி.பி)',
|
||||
'europeana' => 'ஐரோப்பிய',
|
||||
'smb-digital' => 'SMB-டிஜிட்டல்',
|
||||
'kalliope-verbund' => 'கல்லியோப் வெர்பண்ட்',
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tag_relation_type = array (
|
||||
'tag' => 'Tag',
|
||||
'object_type' => 'Object type',
|
||||
'material' => 'Material',
|
||||
'technique' => 'Technique',
|
||||
'display_subject' => 'Display subject',
|
||||
'tag' => 'குறிச்சொல்',
|
||||
'object_type' => 'பொருள் வகை',
|
||||
'material' => 'பொருள்',
|
||||
'technique' => 'நுட்பம்',
|
||||
'display_subject' => 'இடமாற்றம்',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$timing_intervals_set = array (
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'annual' => 'Annual',
|
||||
'weekly' => 'வாராந்திர',
|
||||
'monthly' => 'மாதாந்திர',
|
||||
'annual' => 'ஆண்டு',
|
||||
);
|
||||
|
@ -2,10 +2,10 @@
|
||||
declare(strict_types = 1);
|
||||
$title_types_set = array (
|
||||
'' => ' ',
|
||||
'Science' => 'Science',
|
||||
'Everyday speech' => 'Everyday speech',
|
||||
'Colloquial speech' => 'Colloquial speech',
|
||||
'Dialect' => 'Dialect',
|
||||
'Professional jargon' => 'Professional jargon',
|
||||
'Sociolect' => 'Sociolect',
|
||||
'Science' => 'அறிவியல்',
|
||||
'Everyday speech' => 'அன்றாட பேச்சு',
|
||||
'Colloquial speech' => 'கொலாக்கல் பேச்சு',
|
||||
'Dialect' => 'கிளைமொழி',
|
||||
'Professional jargon' => 'தொழில்முறை வாசகங்கள்',
|
||||
'Sociolect' => 'சமூக',
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$todo_status = array (
|
||||
'suggested' => 'Suggested',
|
||||
'planned' => 'Planned',
|
||||
'in_progress' => 'In progress',
|
||||
'done' => 'Done',
|
||||
'cancelled' => 'Cancelled',
|
||||
'suggested' => 'பரிந்துரைக்கப்பட்டது',
|
||||
'planned' => 'திட்டமிடப்பட்டது',
|
||||
'in_progress' => 'முன்னேற்றத்தில் உள்ளது',
|
||||
'done' => 'முடிந்தது',
|
||||
'cancelled' => 'ரத்து செய்யப்பட்டது',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_copies_set = array (
|
||||
'copies' => 'Copies',
|
||||
'specimen' => 'Specimen',
|
||||
'copies' => 'பிரதிகள்',
|
||||
'specimen' => 'மாதிரி',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_parts_set = array (
|
||||
'parts' => 'Parts',
|
||||
'pages' => 'Pages',
|
||||
'sheets' => 'Sheets',
|
||||
'parts' => 'பாகங்கள்',
|
||||
'pages' => 'பக்கங்கள்',
|
||||
'sheets' => 'தாள்',
|
||||
);
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_length_set = array (
|
||||
'm' => 'm',
|
||||
'dm' => 'dm',
|
||||
'cm' => 'cm',
|
||||
'mm' => 'mm',
|
||||
'm' => 'மீ',
|
||||
'dm' => 'டிஎம்',
|
||||
'cm' => 'சென்டி மீட்டர்',
|
||||
'mm' => 'மிமீ',
|
||||
'ft' => 'ft',
|
||||
'in' => 'inch',
|
||||
'in' => 'அங்குலம்',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_weight_set = array (
|
||||
't' => 't',
|
||||
'kg' => 'kg',
|
||||
't' => 'டி',
|
||||
'kg' => 'கிலோ',
|
||||
'g' => 'g',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$vocabulary_redaction_level = array (
|
||||
'checked' => 'Checked',
|
||||
'unchecked' => 'Unchecked',
|
||||
'questionable' => 'Questionable',
|
||||
'checked' => 'சரிபார்க்கப்பட்டது',
|
||||
'unchecked' => 'தேர்வு செய்யப்படாதது',
|
||||
'questionable' => 'கேள்விக்குரியது',
|
||||
);
|
||||
|
Reference in New Issue
Block a user