From 1bb2710cadc7dfb0cae60dd5a99881ec1dd8f70e Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 17 Jun 2025 09:45:22 +0000 Subject: [PATCH] Approval. --- ta/actor_variant_types_set.php | 18 +-- ta/appointment_attendance_modes.php | 6 +- ta/appointment_cancellation_status_set.php | 4 +- ta/appointment_contributor_roles.php | 4 +- ta/appointment_status.php | 8 +- ta/attendance_status_set.php | 4 +- ta/closer_location_types_set.php | 6 +- ta/colors_set.php | 32 ++--- ta/conservation_report_type_set.php | 12 +- ta/currencies_set.php | 44 +++---- ta/custom_report_targets_set.php | 8 +- ta/disposal_method_set.php | 6 +- ta/entry_types.php | 34 +++--- ta/eventtype_name.php | 110 +++++++++--------- ta/eventtype_persinst.php | 110 +++++++++--------- ta/eventtype_place.php | 110 +++++++++--------- ta/eventtype_time.php | 110 +++++++++--------- ta/exhibition_contributor_roles.php | 10 +- ta/gender_set.php | 6 +- ta/institution_basic_category_set.php | 12 +- ta/institution_collection_area_set.php | 48 ++++---- ta/institution_external_id_repositories.php | 2 +- ta/institution_musdb_use_case_set.php | 6 +- ...nstitution_public_private_category_set.php | 8 +- ta/license_explica.php | 24 ++-- ta/license_full_names.php | 24 ++-- ta/loan_types.php | 4 +- ta/marking_types.php | 42 +++---- ta/measurement_type_set.php | 60 +++++----- ta/object_check_types_set.php | 8 +- ta/object_damage_status_set.php | 10 +- ta/object_damage_types_set.php | 6 +- ta/object_document_type_set.php | 14 +-- ta/object_form_set.php | 10 +- ta/object_publication_background.php | 12 +- ta/object_record_status.php | 10 +- ta/object_record_status_explica.php | 8 +- ta/object_status.php | 14 +-- ta/phone_types.php | 12 +- ta/placetypes.php | 18 +-- ta/podcast_contributor_roles.php | 8 +- ta/position_set.php | 50 ++++---- ta/process_types.php | 28 ++--- ta/recording_types_set.php | 4 +- ta/research_status.php | 6 +- ta/series_contributor_role.php | 40 +++---- ta/series_place_role.php | 6 +- ta/series_time_role.php | 4 +- ta/shipment_method_set.php | 6 +- ta/source_type_set.php | 16 +-- ta/space_access_status.php | 4 +- ta/space_types.php | 24 ++-- ta/syndication_repos.php | 8 +- ta/tag_relation_type.php | 10 +- ta/timing_intervals_set.php | 6 +- ta/title_types_set.php | 12 +- ta/todo_status.php | 10 +- ta/units_count_copies_set.php | 4 +- ta/units_count_parts_set.php | 6 +- ta/units_length_set.php | 10 +- ta/units_weight_set.php | 4 +- ta/vocabulary_redaction_level.php | 6 +- 62 files changed, 633 insertions(+), 633 deletions(-) diff --git a/ta/actor_variant_types_set.php b/ta/actor_variant_types_set.php index 93976ad..953f2a7 100644 --- a/ta/actor_variant_types_set.php +++ b/ta/actor_variant_types_set.php @@ -1,13 +1,13 @@ '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' => 'மாற்று பெயர் (பொதுவான)', ); diff --git a/ta/appointment_attendance_modes.php b/ta/appointment_attendance_modes.php index 7d1ebb7..cbde65c 100644 --- a/ta/appointment_attendance_modes.php +++ b/ta/appointment_attendance_modes.php @@ -1,7 +1,7 @@ 'Offline', - 'online' => 'Online', - 'mixed' => 'Offline and online', + 'offline' => 'ஆஃப்லைன்', + 'online' => 'ஆன்லைனில்', + 'mixed' => 'ஆஃப்லைன் மற்றும் ஆன்லைன்', ); diff --git a/ta/appointment_cancellation_status_set.php b/ta/appointment_cancellation_status_set.php index 90e4359..7f36ded 100644 --- a/ta/appointment_cancellation_status_set.php +++ b/ta/appointment_cancellation_status_set.php @@ -1,6 +1,6 @@ 'Scheduled or done as planned', - 'cancelled' => 'Cancelled', + 'scheduled_done' => 'திட்டமிடப்பட்ட அல்லது திட்டமிட்டபடி செய்யப்படுகிறது', + 'cancelled' => 'ரத்து செய்யப்பட்டது', ); diff --git a/ta/appointment_contributor_roles.php b/ta/appointment_contributor_roles.php index b5f828b..e5ff348 100644 --- a/ta/appointment_contributor_roles.php +++ b/ta/appointment_contributor_roles.php @@ -1,6 +1,6 @@ 'Organizer', - 'presenter' => 'Presenter', + 'organizer' => 'அமைப்பாளர்', + 'presenter' => 'தொகுப்பாளர்', ); diff --git a/ta/appointment_status.php b/ta/appointment_status.php index 5d7dca5..22bd962 100644 --- a/ta/appointment_status.php +++ b/ta/appointment_status.php @@ -1,8 +1,8 @@ 'Scheduled', - 'cancelled' => 'Cancelled', - 'moved_online' => 'Moved online', - 'postponed' => 'Postponed', + 'scheduled' => 'திட்டமிடப்பட்டுள்ளது', + 'cancelled' => 'ரத்து செய்யப்பட்டது', + 'moved_online' => 'ஆன்லைனில் நகர்த்தப்பட்டது', + 'postponed' => 'ஒத்திவைக்கப்பட்டது', ); diff --git a/ta/attendance_status_set.php b/ta/attendance_status_set.php index 4ecd110..c885852 100644 --- a/ta/attendance_status_set.php +++ b/ta/attendance_status_set.php @@ -1,6 +1,6 @@ 'Offline', - 'online' => 'Online', + 'offline' => 'ஆஃப்லைன்', + 'online' => 'ஆன்லைனில்', ); diff --git a/ta/closer_location_types_set.php b/ta/closer_location_types_set.php index 5ab0cb4..0ab8005 100644 --- a/ta/closer_location_types_set.php +++ b/ta/closer_location_types_set.php @@ -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 => 'முன்னாள் இடம்', ); diff --git a/ta/colors_set.php b/ta/colors_set.php index f87fb38..4851f41 100644 --- a/ta/colors_set.php +++ b/ta/colors_set.php @@ -1,20 +1,20 @@ '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' => 'அக்வா', ); diff --git a/ta/conservation_report_type_set.php b/ta/conservation_report_type_set.php index 1a06232..eb24853 100644 --- a/ta/conservation_report_type_set.php +++ b/ta/conservation_report_type_set.php @@ -1,10 +1,10 @@ 'Damage', - 'conservation' => 'Conservation', - 'condition' => 'Condition', - 'restoration' => 'Restoration', - 'other_report' => 'Other report', - 'other' => 'Other report', + 'damage' => 'சேதம்', + 'conservation' => 'பாதுகாப்பு', + 'condition' => 'நிபந்தனை', + 'restoration' => 'மறுசீரமைப்பு', + 'other_report' => 'மற்ற அறிக்கை', + 'other' => 'மற்ற அறிக்கை', ); diff --git a/ta/currencies_set.php b/ta/currencies_set.php index 1db0ba1..3b66a03 100644 --- a/ta/currencies_set.php +++ b/ta/currencies_set.php @@ -1,28 +1,28 @@ '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' => 'பண்புக்கூறு - வணிகமற்றது - வழித்தோன்றல்கள் இல்லை', ); diff --git a/ta/custom_report_targets_set.php b/ta/custom_report_targets_set.php index 738c958..aa5d4fa 100644 --- a/ta/custom_report_targets_set.php +++ b/ta/custom_report_targets_set.php @@ -1,8 +1,8 @@ 'Single object', - 'object_list' => 'Multiple objects', - 'loan' => 'Loan', - 'exhibition' => 'Exhibition', + 'object_single' => 'ஒற்றை பொருள்', + 'object_list' => 'பல பொருள்கள்', + 'loan' => 'கடன்', + 'exhibition' => 'கண்காட்சி', ); diff --git a/ta/disposal_method_set.php b/ta/disposal_method_set.php index 29111db..3861de7 100644 --- a/ta/disposal_method_set.php +++ b/ta/disposal_method_set.php @@ -1,7 +1,7 @@ 'Sold', - 'destroyed' => 'Destroyed', - 'garbage' => 'Thrown away / garbage collection', + 'sold' => 'விற்கப்பட்டது', + 'destroyed' => 'அழிக்கப்பட்டது', + 'garbage' => 'தூக்கி எறியப்பட்டது / குப்பை சேகரிப்பு', ); diff --git a/ta/entry_types.php b/ta/entry_types.php index 1b5e08a..0e00078 100644 --- a/ta/entry_types.php +++ b/ta/entry_types.php @@ -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 => 'நிரந்தர கடன்', ); diff --git a/ta/eventtype_name.php b/ta/eventtype_name.php index 95a376e..e023b8c 100644 --- a/ta/eventtype_name.php +++ b/ta/eventtype_name.php @@ -1,59 +1,59 @@ '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 => 'மாற்றப்பட்ட உரிமை', ); diff --git a/ta/eventtype_persinst.php b/ta/eventtype_persinst.php index 79ad297..94b095c 100644 --- a/ta/eventtype_persinst.php +++ b/ta/eventtype_persinst.php @@ -1,59 +1,59 @@ '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 => 'உரிமையாளர் மாற்றப்பட்டது', ); diff --git a/ta/eventtype_place.php b/ta/eventtype_place.php index 12bb782..a1769af 100644 --- a/ta/eventtype_place.php +++ b/ta/eventtype_place.php @@ -1,59 +1,59 @@ '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 => 'உரிமையாளர் மாற்றப்பட்டது', ); diff --git a/ta/eventtype_time.php b/ta/eventtype_time.php index 32fbc20..5fc1334 100644 --- a/ta/eventtype_time.php +++ b/ta/eventtype_time.php @@ -1,59 +1,59 @@ '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 => 'உரிமையாளர் மாற்றப்பட்டது', ); diff --git a/ta/exhibition_contributor_roles.php b/ta/exhibition_contributor_roles.php index a583478..77f520f 100644 --- a/ta/exhibition_contributor_roles.php +++ b/ta/exhibition_contributor_roles.php @@ -1,9 +1,9 @@ 'Concept', - 'curator' => 'Curator', - 'design' => 'Design', - 'coordinator' => 'Coordinator', - 'protagonist' => 'Protagonist', + 'concept' => 'கருத்து', + 'curator' => 'கியூரேட்டர்', + 'design' => 'வடிவமைப்பு', + 'coordinator' => 'ஒருங்கிணைப்பாளர்', + 'protagonist' => 'கதாநாயகன்', ); diff --git a/ta/gender_set.php b/ta/gender_set.php index 56c108b..3376df2 100644 --- a/ta/gender_set.php +++ b/ta/gender_set.php @@ -1,7 +1,7 @@ 'Female', - 'male' => 'Male', - 'other' => 'Other', + 'female' => 'பெண்', + 'male' => 'ஆண்', + 'other' => 'மற்றொன்று', ); diff --git a/ta/institution_basic_category_set.php b/ta/institution_basic_category_set.php index 61a11e1..fffcfe9 100644 --- a/ta/institution_basic_category_set.php +++ b/ta/institution_basic_category_set.php @@ -1,10 +1,10 @@ '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' => 'பல்கலைக்கழக சேகரிப்பு', ); diff --git a/ta/institution_collection_area_set.php b/ta/institution_collection_area_set.php index d771763..ab2b6a1 100644 --- a/ta/institution_collection_area_set.php +++ b/ta/institution_collection_area_set.php @@ -1,30 +1,30 @@ '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' => 'அருங்காட்சியகம்', ); diff --git a/ta/institution_external_id_repositories.php b/ta/institution_external_id_repositories.php index 2442b40..349841b 100644 --- a/ta/institution_external_id_repositories.php +++ b/ta/institution_external_id_repositories.php @@ -1,5 +1,5 @@ 'Hungarian Central Statistical Office', + 'hu_ksh' => 'ஹங்கேரிய மத்திய புள்ளிவிவர அலுவலகம்', ); diff --git a/ta/institution_musdb_use_case_set.php b/ta/institution_musdb_use_case_set.php index bd076b3..bfa2e5a 100644 --- a/ta/institution_musdb_use_case_set.php +++ b/ta/institution_musdb_use_case_set.php @@ -1,7 +1,7 @@ 'Collection management', - 'publication' => 'Publication', - 'collection_management_and_publication' => 'Collection management and publication', + 'collection_management' => 'சேகரிப்பு மேலாண்மை', + 'publication' => 'வெளியீடு', + 'collection_management_and_publication' => 'சேகரிப்பு மேலாண்மை மற்றும் வெளியீடு', ); diff --git a/ta/institution_public_private_category_set.php b/ta/institution_public_private_category_set.php index 7d11182..8ee0f35 100644 --- a/ta/institution_public_private_category_set.php +++ b/ta/institution_public_private_category_set.php @@ -1,8 +1,8 @@ 'Public', - 'private' => 'Private', - 'religious' => 'Religious', - 'mixed' => 'Mixed', + 'public' => 'பொது', + 'private' => 'தனிப்பட்ட', + 'religious' => 'மத', + 'mixed' => 'கலப்பு', ); diff --git a/ta/license_explica.php b/ta/license_explica.php index bc3b8de..c02f2b3 100644 --- a/ta/license_explica.php +++ b/ta/license_explica.php @@ -1,16 +1,16 @@ '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' => 'இந்த வேலை பதிப்புரிமைச் சட்டத்தின் கீழ் அறியப்பட்ட கட்டுப்பாடுகள் இல்லாதது என அடையாளம் காணப்பட்டுள்ளது, இதில் அனைத்து தொடர்புடைய மற்றும் அண்டை உரிமைகள் அடங்கும்.', ); diff --git a/ta/license_full_names.php b/ta/license_full_names.php index 257761b..f271c00 100644 --- a/ta/license_full_names.php +++ b/ta/license_full_names.php @@ -1,16 +1,16 @@ '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' => 'பண்புக்கூறு - வணிகமற்றது - வழித்தோன்றல்கள் இல்லை', ); diff --git a/ta/loan_types.php b/ta/loan_types.php index 9bd3614..8564cc6 100644 --- a/ta/loan_types.php +++ b/ta/loan_types.php @@ -1,6 +1,6 @@ 'Outgoing', - 'incoming' => 'Incoming', + 'outgoing' => 'வெளிச்செல்லும்', + 'incoming' => 'உள்வரும்', ); diff --git a/ta/marking_types.php b/ta/marking_types.php index 0c8307e..c0a243e 100644 --- a/ta/marking_types.php +++ b/ta/marking_types.php @@ -1,25 +1,25 @@ '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' => 'வரையப்பட்டது', ); diff --git a/ta/measurement_type_set.php b/ta/measurement_type_set.php index 8782f8e..ad4d6c3 100644 --- a/ta/measurement_type_set.php +++ b/ta/measurement_type_set.php @@ -1,34 +1,34 @@ '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' => 'சட்டகம் (விட்டம்)', ); diff --git a/ta/object_check_types_set.php b/ta/object_check_types_set.php index 91188bf..44e2e86 100644 --- a/ta/object_check_types_set.php +++ b/ta/object_check_types_set.php @@ -1,8 +1,8 @@ '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' => 'இருப்பிட துல்லியத்தை சரிபார்க்கவும்', ); diff --git a/ta/object_damage_status_set.php b/ta/object_damage_status_set.php index cc708a3..4c70523 100644 --- a/ta/object_damage_status_set.php +++ b/ta/object_damage_status_set.php @@ -1,9 +1,9 @@ 'Identified', - 'repair_possible' => 'Reviewed; repair possible', - 'repair_scheduled' => 'Repair scheduled', - 'repaired' => 'Repaired', - 'irreparable' => 'Irreparable', + 'identified' => 'அடையாளம் காணப்பட்டது', + 'repair_possible' => 'மதிப்பாய்வு செய்யப்பட்டது; பழுதுபார்ப்பு சாத்தியம்', + 'repair_scheduled' => 'பழுதுபார்ப்பு திட்டமிடப்பட்டுள்ளது', + 'repaired' => 'சரிசெய்யப்பட்டது', + 'irreparable' => 'சரிசெய்ய முடியாதது', ); diff --git a/ta/object_damage_types_set.php b/ta/object_damage_types_set.php index 5b9d916..07ec127 100644 --- a/ta/object_damage_types_set.php +++ b/ta/object_damage_types_set.php @@ -1,7 +1,7 @@ 'Water damage', - 'breakage' => 'Breakage', - 'desiccation' => 'Desiccation', + 'water_damage' => 'நீர் சேதம்', + 'breakage' => 'உடைப்பு', + 'desiccation' => 'அழித்தல்', ); diff --git a/ta/object_document_type_set.php b/ta/object_document_type_set.php index 750ac38..0804410 100644 --- a/ta/object_document_type_set.php +++ b/ta/object_document_type_set.php @@ -1,11 +1,11 @@ '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' => 'மரபு ஆவணங்கள்', ); diff --git a/ta/object_form_set.php b/ta/object_form_set.php index af9dffa..42a9249 100644 --- a/ta/object_form_set.php +++ b/ta/object_form_set.php @@ -1,9 +1,9 @@ 'Cube', - 'cuboid' => 'Cuboid', - 'sphere' => 'Sphere', - 'cone' => 'Cone', - 'cylinder' => 'Cylinder', + 'cube' => 'கனசதுரம்', + 'cuboid' => 'கியூபாய்டு', + 'sphere' => 'கோளம்', + 'cone' => 'கூம்பு', + 'cylinder' => 'சிலிண்டர்', ); diff --git a/ta/object_publication_background.php b/ta/object_publication_background.php index 2795734..6e0cd15 100644 --- a/ta/object_publication_background.php +++ b/ta/object_publication_background.php @@ -1,10 +1,10 @@ 'Image published', - 1 => 'Transcript published', - 2 => 'Discussed', - 3 => 'Rezensiert', - 4 => 'Referenced', - 5 => 'Advertised', + 0 => 'படம் வெளியிடப்பட்டது', + 1 => 'டிரான்ஸ்ரிப்ட் வெளியிடப்பட்டது', + 2 => 'விவாதிக்கப்பட்டது', + 3 => 'ரெசென்சியர்ட்', + 4 => 'குறிப்பிடப்பட்டது', + 5 => 'விளம்பரம் செய்யப்பட்டது', ); diff --git a/ta/object_record_status.php b/ta/object_record_status.php index ae62493..465b62e 100644 --- a/ta/object_record_status.php +++ b/ta/object_record_status.php @@ -1,9 +1,9 @@ 'Unlocked', - 'locked' => 'Locked', - 'revision' => 'Revision', - 'deleted' => 'Deleted', - 'archived' => 'Archived', + 'unlocked' => 'திறக்கப்பட்டது', + 'locked' => 'பூட்டப்பட்டது', + 'revision' => 'திருத்தம்', + 'deleted' => 'நீக்கப்பட்டது', + 'archived' => 'காப்பகப்படுத்தப்பட்டது', ); diff --git a/ta/object_record_status_explica.php b/ta/object_record_status_explica.php index 8f3a099..d4c4bad 100644 --- a/ta/object_record_status_explica.php +++ b/ta/object_record_status_explica.php @@ -1,8 +1,8 @@ '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' => 'எ.கா. செயலிழந்த பொருள்களுக்கு. பொருள் பதிவுக்கான புதுப்பிப்புகள் இடைநிறுத்தப்பட்டு, பொருள் கண்ணோட்டங்களில் காப்பகப்படுத்தப்பட்டதாக பொருள் பதிவு குறிக்கப்பட்டுள்ளது.', ); diff --git a/ta/object_status.php b/ta/object_status.php index fe9dd15..1d27c7d 100644 --- a/ta/object_status.php +++ b/ta/object_status.php @@ -1,11 +1,11 @@ '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' => 'மூன்றாம் தரப்பு சொத்து', ); diff --git a/ta/phone_types.php b/ta/phone_types.php index 5485749..ab28315 100644 --- a/ta/phone_types.php +++ b/ta/phone_types.php @@ -1,10 +1,10 @@ 'Work', - 'home' => 'Home', - 'mobile' => 'Mobile', - 'work mobile' => 'Work mobile', - 'fax' => 'Fax', - 'fax work' => 'Fax (Work)', + 'work' => 'வேலை', + 'home' => 'வீடு', + 'mobile' => 'மொபைல்', + 'work mobile' => 'மொபைல் வேலை', + 'fax' => 'தொலைநகல்', + 'fax work' => 'தொலைநகல் (வேலை)', ); diff --git a/ta/placetypes.php b/ta/placetypes.php index e8b6d1b..fe32307 100644 --- a/ta/placetypes.php +++ b/ta/placetypes.php @@ -1,13 +1,13 @@ '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 => 'தீவு', ); diff --git a/ta/podcast_contributor_roles.php b/ta/podcast_contributor_roles.php index a28d465..4e3ce23 100644 --- a/ta/podcast_contributor_roles.php +++ b/ta/podcast_contributor_roles.php @@ -1,8 +1,8 @@ 'On air', - 'recording' => 'Recording', - 'technical_support' => 'Technical support', - 'organization' => 'Organization', + 'onair' => 'காற்றில்', + 'recording' => 'பதிவு', + 'technical_support' => 'தொழில்நுட்ப ஆதரவு', + 'organization' => 'அமைப்பு', ); diff --git a/ta/position_set.php b/ta/position_set.php index 3f2262b..b618e25 100644 --- a/ta/position_set.php +++ b/ta/position_set.php @@ -1,29 +1,29 @@ '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' => 'பின்புற பக்க: மையம்', ); diff --git a/ta/process_types.php b/ta/process_types.php index a42b9d6..e4f7453 100644 --- a/ta/process_types.php +++ b/ta/process_types.php @@ -1,18 +1,18 @@ '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' => 'விவாதம்', ); diff --git a/ta/recording_types_set.php b/ta/recording_types_set.php index 9a8b1b7..a461857 100644 --- a/ta/recording_types_set.php +++ b/ta/recording_types_set.php @@ -1,6 +1,6 @@ 'Audio', - 'video' => 'Video', + 'audio' => 'ஆடியோ', + 'video' => 'வீடியோ', ); diff --git a/ta/research_status.php b/ta/research_status.php index 4fb95e3..0e43a6d 100644 --- a/ta/research_status.php +++ b/ta/research_status.php @@ -1,7 +1,7 @@ 'Not researched much', - 'medium' => 'Partly researched', - 'good' => 'Well researched', + 'bad' => 'அதிகம் ஆராய்ச்சி செய்யவில்லை', + 'medium' => 'ஓரளவு ஆராய்ச்சி செய்யப்பட்டது', + 'good' => 'நன்கு ஆராய்ச்சி செய்யப்பட்டது', ); diff --git a/ta/series_contributor_role.php b/ta/series_contributor_role.php index affd965..87b9a9d 100644 --- a/ta/series_contributor_role.php +++ b/ta/series_contributor_role.php @@ -1,24 +1,24 @@ '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' => 'இயக்கம் பயிற்சியாளர்', ); diff --git a/ta/series_place_role.php b/ta/series_place_role.php index 9559039..66ef39c 100644 --- a/ta/series_place_role.php +++ b/ta/series_place_role.php @@ -1,7 +1,7 @@ 'Place of production', - 'performance_space' => 'Performance space', - 'rehearsal_space' => 'Rehearsal space', + 'place_of_production' => 'உற்பத்தி இடம்', + 'performance_space' => 'செயல்திறன் இடம்', + 'rehearsal_space' => 'ஒத்திகை இடம்', ); diff --git a/ta/series_time_role.php b/ta/series_time_role.php index 38e66d9..b3a92aa 100644 --- a/ta/series_time_role.php +++ b/ta/series_time_role.php @@ -1,6 +1,6 @@ 'Premiere', - 'time_of_presentation' => 'Time of presentation', + 'premiere' => 'பிரீமியர்', + 'time_of_presentation' => 'விளக்கக்காட்சி நேரம்', ); diff --git a/ta/shipment_method_set.php b/ta/shipment_method_set.php index e0ffe9f..11984fd 100644 --- a/ta/shipment_method_set.php +++ b/ta/shipment_method_set.php @@ -1,7 +1,7 @@ 'Unknown', - 'car' => 'By car', - 'ship' => 'By ship', + 'unknown' => 'தெரியவில்லை', + 'car' => 'கார் மூலம்', + 'ship' => 'கப்பல் மூலம்', ); diff --git a/ta/source_type_set.php b/ta/source_type_set.php index 2db082b..fe4d900 100644 --- a/ta/source_type_set.php +++ b/ta/source_type_set.php @@ -1,12 +1,12 @@ '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' => 'வெளியிடப்படாதது', ); diff --git a/ta/space_access_status.php b/ta/space_access_status.php index ebea88e..e7d89c1 100644 --- a/ta/space_access_status.php +++ b/ta/space_access_status.php @@ -1,6 +1,6 @@ 'Enter', - 'leave' => 'Leave', + 'enter' => 'உள்ளிடவும்', + 'leave' => 'விடுப்பு', ); diff --git a/ta/space_types.php b/ta/space_types.php index 82ec328..ec79ff7 100644 --- a/ta/space_types.php +++ b/ta/space_types.php @@ -1,16 +1,16 @@ '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' => 'வெளிப்புற பகுதி', ); diff --git a/ta/syndication_repos.php b/ta/syndication_repos.php index f9250ab..d0273f5 100644 --- a/ta/syndication_repos.php +++ b/ta/syndication_repos.php @@ -1,8 +1,8 @@ 'German Digital Library (DDB)', - 'europeana' => 'Europeana', - 'smb-digital' => 'SMB-digital', - 'kalliope-verbund' => 'Kalliope Verbund', + 'ddb' => 'ஜெர்மன் டிஜிட்டல் நூலகம் (டி.டி.பி)', + 'europeana' => 'ஐரோப்பிய', + 'smb-digital' => 'SMB-டிஜிட்டல்', + 'kalliope-verbund' => 'கல்லியோப் வெர்பண்ட்', ); diff --git a/ta/tag_relation_type.php b/ta/tag_relation_type.php index d6ccec4..2cccf45 100644 --- a/ta/tag_relation_type.php +++ b/ta/tag_relation_type.php @@ -1,9 +1,9 @@ 'Tag', - 'object_type' => 'Object type', - 'material' => 'Material', - 'technique' => 'Technique', - 'display_subject' => 'Display subject', + 'tag' => 'குறிச்சொல்', + 'object_type' => 'பொருள் வகை', + 'material' => 'பொருள்', + 'technique' => 'நுட்பம்', + 'display_subject' => 'இடமாற்றம்', ); diff --git a/ta/timing_intervals_set.php b/ta/timing_intervals_set.php index 6aae520..139a217 100644 --- a/ta/timing_intervals_set.php +++ b/ta/timing_intervals_set.php @@ -1,7 +1,7 @@ 'Weekly', - 'monthly' => 'Monthly', - 'annual' => 'Annual', + 'weekly' => 'வாராந்திர', + 'monthly' => 'மாதாந்திர', + 'annual' => 'ஆண்டு', ); diff --git a/ta/title_types_set.php b/ta/title_types_set.php index bf4cda9..74bfd5a 100644 --- a/ta/title_types_set.php +++ b/ta/title_types_set.php @@ -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' => 'சமூக', ); diff --git a/ta/todo_status.php b/ta/todo_status.php index 778c451..b3c8825 100644 --- a/ta/todo_status.php +++ b/ta/todo_status.php @@ -1,9 +1,9 @@ 'Suggested', - 'planned' => 'Planned', - 'in_progress' => 'In progress', - 'done' => 'Done', - 'cancelled' => 'Cancelled', + 'suggested' => 'பரிந்துரைக்கப்பட்டது', + 'planned' => 'திட்டமிடப்பட்டது', + 'in_progress' => 'முன்னேற்றத்தில் உள்ளது', + 'done' => 'முடிந்தது', + 'cancelled' => 'ரத்து செய்யப்பட்டது', ); diff --git a/ta/units_count_copies_set.php b/ta/units_count_copies_set.php index 9463162..d897d3c 100644 --- a/ta/units_count_copies_set.php +++ b/ta/units_count_copies_set.php @@ -1,6 +1,6 @@ 'Copies', - 'specimen' => 'Specimen', + 'copies' => 'பிரதிகள்', + 'specimen' => 'மாதிரி', ); diff --git a/ta/units_count_parts_set.php b/ta/units_count_parts_set.php index 849ce6c..91a8b7b 100644 --- a/ta/units_count_parts_set.php +++ b/ta/units_count_parts_set.php @@ -1,7 +1,7 @@ 'Parts', - 'pages' => 'Pages', - 'sheets' => 'Sheets', + 'parts' => 'பாகங்கள்', + 'pages' => 'பக்கங்கள்', + 'sheets' => 'தாள்', ); diff --git a/ta/units_length_set.php b/ta/units_length_set.php index 0a1805d..e542e63 100644 --- a/ta/units_length_set.php +++ b/ta/units_length_set.php @@ -1,10 +1,10 @@ 'm', - 'dm' => 'dm', - 'cm' => 'cm', - 'mm' => 'mm', + 'm' => 'மீ', + 'dm' => 'டிஎம்', + 'cm' => 'சென்டி மீட்டர்', + 'mm' => 'மிமீ', 'ft' => 'ft', - 'in' => 'inch', + 'in' => 'அங்குலம்', ); diff --git a/ta/units_weight_set.php b/ta/units_weight_set.php index 1389eac..4b7420d 100644 --- a/ta/units_weight_set.php +++ b/ta/units_weight_set.php @@ -1,7 +1,7 @@ 't', - 'kg' => 'kg', + 't' => 'டி', + 'kg' => 'கிலோ', 'g' => 'g', ); diff --git a/ta/vocabulary_redaction_level.php b/ta/vocabulary_redaction_level.php index 2334cba..04456a7 100644 --- a/ta/vocabulary_redaction_level.php +++ b/ta/vocabulary_redaction_level.php @@ -1,7 +1,7 @@ 'Checked', - 'unchecked' => 'Unchecked', - 'questionable' => 'Questionable', + 'checked' => 'சரிபார்க்கப்பட்டது', + 'unchecked' => 'தேர்வு செய்யப்படாதது', + 'questionable' => 'கேள்விக்குரியது', );