From b032391f23155f8c57a03ba3522b580f4b8e8759 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 30 Jun 2025 16:21:25 +0000 Subject: [PATCH] Approval. --- te/actor_variant_types_set.php | 18 +-- te/appointment_attendance_modes.php | 6 +- te/appointment_cancellation_status_set.php | 4 +- te/appointment_contributor_roles.php | 4 +- te/appointment_status.php | 8 +- te/attendance_status_set.php | 4 +- te/closer_location_types_set.php | 8 +- te/colors_set.php | 32 ++--- te/conservation_report_type_set.php | 12 +- te/currencies_set.php | 44 +++---- te/custom_report_targets_set.php | 8 +- te/disposal_method_set.php | 6 +- te/entry_types.php | 36 +++--- te/eventtype_name.php | 110 +++++++++--------- te/eventtype_persinst.php | 110 +++++++++--------- te/eventtype_place.php | 110 +++++++++--------- te/eventtype_time.php | 110 +++++++++--------- te/exhibition_contributor_roles.php | 10 +- te/gender_set.php | 6 +- te/institution_basic_category_set.php | 12 +- te/institution_collection_area_set.php | 48 ++++---- te/institution_external_id_repositories.php | 2 +- te/institution_musdb_use_case_set.php | 6 +- ...nstitution_public_private_category_set.php | 8 +- te/license_explica.php | 24 ++-- te/license_full_names.php | 24 ++-- te/license_url.php | 4 +- te/loan_types.php | 4 +- te/marking_types.php | 42 +++---- te/measurement_type_set.php | 60 +++++----- te/object_check_types_set.php | 8 +- te/object_damage_status_set.php | 10 +- te/object_damage_types_set.php | 6 +- te/object_document_type_set.php | 14 +-- te/object_form_set.php | 10 +- te/object_publication_background.php | 12 +- te/object_record_status.php | 10 +- te/object_record_status_explica.php | 8 +- te/object_status.php | 14 +-- te/phone_types.php | 12 +- te/placetypes.php | 18 +-- te/podcast_contributor_roles.php | 8 +- te/position_set.php | 50 ++++---- te/process_types.php | 28 ++--- te/recording_types_set.php | 4 +- te/research_status.php | 6 +- te/series_contributor_role.php | 40 +++---- te/series_place_role.php | 6 +- te/series_time_role.php | 4 +- te/shipment_method_set.php | 6 +- te/source_type_set.php | 16 +-- te/space_access_status.php | 4 +- te/space_types.php | 24 ++-- te/syndication_repos.php | 8 +- te/tag_relation_type.php | 10 +- te/timing_intervals_set.php | 6 +- te/title_types_set.php | 12 +- te/todo_status.php | 10 +- te/units_count_copies_set.php | 4 +- te/units_count_parts_set.php | 6 +- te/units_die_axis_set.php | 2 +- te/units_length_set.php | 12 +- te/units_weight_set.php | 6 +- te/vocabulary_redaction_level.php | 6 +- 64 files changed, 640 insertions(+), 640 deletions(-) diff --git a/te/actor_variant_types_set.php b/te/actor_variant_types_set.php index 93976ad..a2513d7 100644 --- a/te/actor_variant_types_set.php +++ b/te/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/te/appointment_attendance_modes.php b/te/appointment_attendance_modes.php index 7d1ebb7..767c2aa 100644 --- a/te/appointment_attendance_modes.php +++ b/te/appointment_attendance_modes.php @@ -1,7 +1,7 @@ 'Offline', - 'online' => 'Online', - 'mixed' => 'Offline and online', + 'offline' => 'ఆఫ్‌లైన్', + 'online' => 'ఆన్‌లైన్', + 'mixed' => 'ఆఫ్‌లైన్ మరియు ఆన్‌లైన్', ); diff --git a/te/appointment_cancellation_status_set.php b/te/appointment_cancellation_status_set.php index 90e4359..e5b709e 100644 --- a/te/appointment_cancellation_status_set.php +++ b/te/appointment_cancellation_status_set.php @@ -1,6 +1,6 @@ 'Scheduled or done as planned', - 'cancelled' => 'Cancelled', + 'scheduled_done' => 'షెడ్యూల్ చేయబడింది లేదా ప్రణాళిక ప్రకారం పూర్తయింది', + 'cancelled' => 'రద్దు చేయబడింది', ); diff --git a/te/appointment_contributor_roles.php b/te/appointment_contributor_roles.php index b5f828b..c010a1c 100644 --- a/te/appointment_contributor_roles.php +++ b/te/appointment_contributor_roles.php @@ -1,6 +1,6 @@ 'Organizer', - 'presenter' => 'Presenter', + 'organizer' => 'నిర్వాహకుడు', + 'presenter' => 'ప్రెజెంటర్', ); diff --git a/te/appointment_status.php b/te/appointment_status.php index 5d7dca5..b08b19c 100644 --- a/te/appointment_status.php +++ b/te/appointment_status.php @@ -1,8 +1,8 @@ 'Scheduled', - 'cancelled' => 'Cancelled', - 'moved_online' => 'Moved online', - 'postponed' => 'Postponed', + 'scheduled' => 'షెడ్యూల్డ్', + 'cancelled' => 'రద్దు చేయబడింది', + 'moved_online' => 'ఆన్‌లైన్‌లోకి తరలించబడింది', + 'postponed' => 'వాయిదా పడింది', ); diff --git a/te/attendance_status_set.php b/te/attendance_status_set.php index 4ecd110..d3c4608 100644 --- a/te/attendance_status_set.php +++ b/te/attendance_status_set.php @@ -1,6 +1,6 @@ 'Offline', - 'online' => 'Online', + 'offline' => 'ఆఫ్‌లైన్', + 'online' => 'ఆన్‌లైన్', ); diff --git a/te/closer_location_types_set.php b/te/closer_location_types_set.php index 5ab0cb4..3e25a38 100644 --- a/te/closer_location_types_set.php +++ b/te/closer_location_types_set.php @@ -1,8 +1,8 @@ '', - 1 => 'Place of recording', - 2 => 'Place of discovery', - 3 => 'Former place', + 0 => '0', + 1 => 'రికార్డింగ్ స్థలం', + 2 => 'ఆవిష్కరణ స్థలం', + 3 => 'పూర్వ స్థలం', ); diff --git a/te/colors_set.php b/te/colors_set.php index f87fb38..d54e39a 100644 --- a/te/colors_set.php +++ b/te/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/te/conservation_report_type_set.php b/te/conservation_report_type_set.php index 1a06232..748d0a0 100644 --- a/te/conservation_report_type_set.php +++ b/te/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/te/currencies_set.php b/te/currencies_set.php index 1db0ba1..5dcbb71 100644 --- a/te/currencies_set.php +++ b/te/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' => 'మార్క్ (GDR)', + 'ddr-MDN' => '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/te/custom_report_targets_set.php b/te/custom_report_targets_set.php index 738c958..98e50e4 100644 --- a/te/custom_report_targets_set.php +++ b/te/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/te/disposal_method_set.php b/te/disposal_method_set.php index 29111db..c1afd56 100644 --- a/te/disposal_method_set.php +++ b/te/disposal_method_set.php @@ -1,7 +1,7 @@ 'Sold', - 'destroyed' => 'Destroyed', - 'garbage' => 'Thrown away / garbage collection', + 'sold' => 'అమ్ముడయ్యాయి', + 'destroyed' => 'నాశనం చేయబడింది', + 'garbage' => 'పారవేయడం / చెత్త సేకరణ', ); diff --git a/te/entry_types.php b/te/entry_types.php index 1b5e08a..015a631 100644 --- a/te/entry_types.php +++ b/te/entry_types.php @@ -1,22 +1,22 @@ '', - 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', + 0 => '0', + 1 => 'విరాళం', + 2 => 'కొనుగోలు', + 3 => 'తవ్వకం', + 4 => 'అత్యవసర రక్షణ', + 5 => 'వారసత్వం', + 6 => 'ఎండోమెంట్', + 7 => 'తొలగింపు', + 8 => 'అసలు స్థితి', + 9 => 'ఋణం', + 10 => 'మార్పిడి', + 11 => 'ఇన్-హౌస్ ప్రొడక్షన్', + 12 => 'పదార్థ జాతి (Törzsanyag)', + 14 => 'వోర్లాస్', + 15 => 'కనుగొనడం', + 98 => 'తనిఖీ చేయబడాలి', + 99 => 'ఇతర చట్టపరమైన సముపార్జన', + 16 => 'శాశ్వత రుణం', ); diff --git a/te/eventtype_name.php b/te/eventtype_name.php index 95a376e..7955d03 100644 --- a/te/eventtype_name.php +++ b/te/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/te/eventtype_persinst.php b/te/eventtype_persinst.php index 79ad297..8d1342c 100644 --- a/te/eventtype_persinst.php +++ b/te/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/te/eventtype_place.php b/te/eventtype_place.php index 12bb782..5909c82 100644 --- a/te/eventtype_place.php +++ b/te/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/te/eventtype_time.php b/te/eventtype_time.php index 32fbc20..92ba2f5 100644 --- a/te/eventtype_time.php +++ b/te/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/te/exhibition_contributor_roles.php b/te/exhibition_contributor_roles.php index a583478..a8a7b32 100644 --- a/te/exhibition_contributor_roles.php +++ b/te/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/te/gender_set.php b/te/gender_set.php index 56c108b..648fcd5 100644 --- a/te/gender_set.php +++ b/te/gender_set.php @@ -1,7 +1,7 @@ 'Female', - 'male' => 'Male', - 'other' => 'Other', + 'female' => 'స్త్రీ', + 'male' => 'పురుషుడు', + 'other' => 'ఇతర', ); diff --git a/te/institution_basic_category_set.php b/te/institution_basic_category_set.php index 61a11e1..4179b3a 100644 --- a/te/institution_basic_category_set.php +++ b/te/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/te/institution_collection_area_set.php b/te/institution_collection_area_set.php index d771763..d481cc6 100644 --- a/te/institution_collection_area_set.php +++ b/te/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/te/institution_external_id_repositories.php b/te/institution_external_id_repositories.php index 2442b40..31d86bd 100644 --- a/te/institution_external_id_repositories.php +++ b/te/institution_external_id_repositories.php @@ -1,5 +1,5 @@ 'Hungarian Central Statistical Office', + 'hu_ksh' => 'హంగేరియన్ సెంట్రల్ స్టాటిస్టికల్ ఆఫీస్', ); diff --git a/te/institution_musdb_use_case_set.php b/te/institution_musdb_use_case_set.php index bd076b3..09a5add 100644 --- a/te/institution_musdb_use_case_set.php +++ b/te/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/te/institution_public_private_category_set.php b/te/institution_public_private_category_set.php index 7d11182..414ab68 100644 --- a/te/institution_public_private_category_set.php +++ b/te/institution_public_private_category_set.php @@ -1,8 +1,8 @@ 'Public', - 'private' => 'Private', - 'religious' => 'Religious', - 'mixed' => 'Mixed', + 'public' => 'ప్రజా', + 'private' => 'ప్రైవేట్', + 'religious' => 'మతపరమైన', + 'mixed' => 'మిశ్రమ', ); diff --git a/te/license_explica.php b/te/license_explica.php index bc3b8de..02c69b2 100644 --- a/te/license_explica.php +++ b/te/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' => 'హక్కుదారుడిని నిర్ణయించడం సాధ్యం కాలేదు. ఈ పని EU అనాథ పనుల జాబితాలో ఉంది.', + 'Public Domain Mark' => 'ఈ పని కాపీరైట్ చట్టం క్రింద తెలిసిన పరిమితులు లేకుండా ఉందని గుర్తించబడింది, వీటిలో అన్ని సంబంధిత మరియు పొరుగు హక్కులు ఉన్నాయి.', ); diff --git a/te/license_full_names.php b/te/license_full_names.php index 257761b..24d453b 100644 --- a/te/license_full_names.php +++ b/te/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/te/license_url.php b/te/license_url.php index ae01c13..5ed022e 100644 --- a/te/license_url.php +++ b/te/license_url.php @@ -1,8 +1,8 @@ 'https://creativecommons.org/licenses/by-nc-sa/4.0/', - 'CC BY-NC-ND' => 'https://creativecommons.org/licenses/by-nc-nd/4.0/', + 'CC BY-NC-SA' => 'CC BY-NC-SA https://creativecommons.org/licenses/by-nc-sa/4.0/', + 'CC BY-NC-ND' => 'CC BY-NC-ND https://creativecommons.org/licenses/by-nc-nd/4.0/', 'CC BY-NC' => 'https://creativecommons.org/licenses/by-nc/4.0/', 'CC BY-ND' => 'https://creativecommons.org/licenses/by-nd/4.0/', 'CC BY-SA' => 'https://creativecommons.org/licenses/by-sa/4.0/', diff --git a/te/loan_types.php b/te/loan_types.php index 9bd3614..02b6f07 100644 --- a/te/loan_types.php +++ b/te/loan_types.php @@ -1,6 +1,6 @@ 'Outgoing', - 'incoming' => 'Incoming', + 'outgoing' => 'అవుట్‌గోయింగ్', + 'incoming' => 'ఇన్‌కమింగ్', ); diff --git a/te/marking_types.php b/te/marking_types.php index 0c8307e..b591c29 100644 --- a/te/marking_types.php +++ b/te/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/te/measurement_type_set.php b/te/measurement_type_set.php index 8782f8e..091a8da 100644 --- a/te/measurement_type_set.php +++ b/te/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/te/object_check_types_set.php b/te/object_check_types_set.php index 91188bf..402bbf7 100644 --- a/te/object_check_types_set.php +++ b/te/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/te/object_damage_status_set.php b/te/object_damage_status_set.php index cc708a3..cecd91f 100644 --- a/te/object_damage_status_set.php +++ b/te/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/te/object_damage_types_set.php b/te/object_damage_types_set.php index 5b9d916..e1b88c0 100644 --- a/te/object_damage_types_set.php +++ b/te/object_damage_types_set.php @@ -1,7 +1,7 @@ 'Water damage', - 'breakage' => 'Breakage', - 'desiccation' => 'Desiccation', + 'water_damage' => 'నీటి నష్టం', + 'breakage' => 'విచ్ఛిన్నం', + 'desiccation' => 'ఎండబెట్టడం', ); diff --git a/te/object_document_type_set.php b/te/object_document_type_set.php index 750ac38..4208fc9 100644 --- a/te/object_document_type_set.php +++ b/te/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/te/object_form_set.php b/te/object_form_set.php index af9dffa..b8f264f 100644 --- a/te/object_form_set.php +++ b/te/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/te/object_publication_background.php b/te/object_publication_background.php index 2795734..e148121 100644 --- a/te/object_publication_background.php +++ b/te/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/te/object_record_status.php b/te/object_record_status.php index ae62493..985bd7c 100644 --- a/te/object_record_status.php +++ b/te/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/te/object_record_status_explica.php b/te/object_record_status_explica.php index 8f3a099..e4f940b 100644 --- a/te/object_record_status_explica.php +++ b/te/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/te/object_status.php b/te/object_status.php index fe9dd15..42e479e 100644 --- a/te/object_status.php +++ b/te/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/te/phone_types.php b/te/phone_types.php index 5485749..67576a7 100644 --- a/te/phone_types.php +++ b/te/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/te/placetypes.php b/te/placetypes.php index e8b6d1b..929e3ac 100644 --- a/te/placetypes.php +++ b/te/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/te/podcast_contributor_roles.php b/te/podcast_contributor_roles.php index a28d465..83e4eee 100644 --- a/te/podcast_contributor_roles.php +++ b/te/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/te/position_set.php b/te/position_set.php index 3f2262b..3d38742 100644 --- a/te/position_set.php +++ b/te/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/te/process_types.php b/te/process_types.php index a42b9d6..3ae456a 100644 --- a/te/process_types.php +++ b/te/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/te/recording_types_set.php b/te/recording_types_set.php index 9a8b1b7..2a8651a 100644 --- a/te/recording_types_set.php +++ b/te/recording_types_set.php @@ -1,6 +1,6 @@ 'Audio', - 'video' => 'Video', + 'audio' => 'ఆడియో', + 'video' => 'వీడియో', ); diff --git a/te/research_status.php b/te/research_status.php index 4fb95e3..bd0bf6e 100644 --- a/te/research_status.php +++ b/te/research_status.php @@ -1,7 +1,7 @@ 'Not researched much', - 'medium' => 'Partly researched', - 'good' => 'Well researched', + 'bad' => 'పెద్దగా పరిశోధించలేదు', + 'medium' => 'పాక్షికంగా పరిశోధించబడింది', + 'good' => 'బాగా పరిశోధించబడింది', ); diff --git a/te/series_contributor_role.php b/te/series_contributor_role.php index affd965..2e43955 100644 --- a/te/series_contributor_role.php +++ b/te/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/te/series_place_role.php b/te/series_place_role.php index 9559039..c029796 100644 --- a/te/series_place_role.php +++ b/te/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/te/series_time_role.php b/te/series_time_role.php index 38e66d9..56ad88c 100644 --- a/te/series_time_role.php +++ b/te/series_time_role.php @@ -1,6 +1,6 @@ 'Premiere', - 'time_of_presentation' => 'Time of presentation', + 'premiere' => 'ప్రీమియర్', + 'time_of_presentation' => 'ప్రదర్శన సమయం', ); diff --git a/te/shipment_method_set.php b/te/shipment_method_set.php index e0ffe9f..cdfb84d 100644 --- a/te/shipment_method_set.php +++ b/te/shipment_method_set.php @@ -1,7 +1,7 @@ 'Unknown', - 'car' => 'By car', - 'ship' => 'By ship', + 'unknown' => 'తెలియదు', + 'car' => 'కారు ద్వారా', + 'ship' => 'ఓడ ద్వారా', ); diff --git a/te/source_type_set.php b/te/source_type_set.php index 2db082b..9f1c765 100644 --- a/te/source_type_set.php +++ b/te/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/te/space_access_status.php b/te/space_access_status.php index ebea88e..191a46d 100644 --- a/te/space_access_status.php +++ b/te/space_access_status.php @@ -1,6 +1,6 @@ 'Enter', - 'leave' => 'Leave', + 'enter' => 'ఎంటర్', + 'leave' => 'వదిలేయండి', ); diff --git a/te/space_types.php b/te/space_types.php index 82ec328..d64a822 100644 --- a/te/space_types.php +++ b/te/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/te/syndication_repos.php b/te/syndication_repos.php index f9250ab..11034dc 100644 --- a/te/syndication_repos.php +++ b/te/syndication_repos.php @@ -1,8 +1,8 @@ 'German Digital Library (DDB)', - 'europeana' => 'Europeana', - 'smb-digital' => 'SMB-digital', - 'kalliope-verbund' => 'Kalliope Verbund', + 'ddb' => 'జర్మన్ డిజిటల్ లైబ్రరీ (DDB)', + 'europeana' => 'యూరోపియన్', + 'smb-digital' => 'SMB-డిజిటల్', + 'kalliope-verbund' => 'కల్లియోప్ వెర్బండ్', ); diff --git a/te/tag_relation_type.php b/te/tag_relation_type.php index d6ccec4..9b001a0 100644 --- a/te/tag_relation_type.php +++ b/te/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/te/timing_intervals_set.php b/te/timing_intervals_set.php index 6aae520..43df7c7 100644 --- a/te/timing_intervals_set.php +++ b/te/timing_intervals_set.php @@ -1,7 +1,7 @@ 'Weekly', - 'monthly' => 'Monthly', - 'annual' => 'Annual', + 'weekly' => 'వారానికోసారి', + 'monthly' => 'నెలసరి', + 'annual' => 'వార్షిక', ); diff --git a/te/title_types_set.php b/te/title_types_set.php index bf4cda9..35d4901 100644 --- a/te/title_types_set.php +++ b/te/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/te/todo_status.php b/te/todo_status.php index 778c451..47fe471 100644 --- a/te/todo_status.php +++ b/te/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/te/units_count_copies_set.php b/te/units_count_copies_set.php index 9463162..f7f8808 100644 --- a/te/units_count_copies_set.php +++ b/te/units_count_copies_set.php @@ -1,6 +1,6 @@ 'Copies', - 'specimen' => 'Specimen', + 'copies' => 'కాపీలు', + 'specimen' => 'నమూనా', ); diff --git a/te/units_count_parts_set.php b/te/units_count_parts_set.php index 849ce6c..63bf2b2 100644 --- a/te/units_count_parts_set.php +++ b/te/units_count_parts_set.php @@ -1,7 +1,7 @@ 'Parts', - 'pages' => 'Pages', - 'sheets' => 'Sheets', + 'parts' => 'భాగాలు', + 'pages' => 'పేజీలు', + 'sheets' => 'షీట్‌లు', ); diff --git a/te/units_die_axis_set.php b/te/units_die_axis_set.php index 714c905..594552f 100644 --- a/te/units_die_axis_set.php +++ b/te/units_die_axis_set.php @@ -1,5 +1,5 @@ 'h', + 'h' => 'h (h)', ); diff --git a/te/units_length_set.php b/te/units_length_set.php index 0a1805d..014ab70 100644 --- a/te/units_length_set.php +++ b/te/units_length_set.php @@ -1,10 +1,10 @@ 'm', - 'dm' => 'dm', - 'cm' => 'cm', - 'mm' => 'mm', - 'ft' => 'ft', - 'in' => 'inch', + 'm' => 'M', + 'dm' => 'Dm', + 'cm' => 'Cm', + 'mm' => 'Mm', + 'ft' => 'Ft', + 'in' => 'అంగుళం', ); diff --git a/te/units_weight_set.php b/te/units_weight_set.php index 1389eac..c0b4be5 100644 --- a/te/units_weight_set.php +++ b/te/units_weight_set.php @@ -1,7 +1,7 @@ 't', - 'kg' => 'kg', - 'g' => 'g', + 't' => 'టి', + 'kg' => 'కిలోలు', + 'g' => 'గ్రా', ); diff --git a/te/vocabulary_redaction_level.php b/te/vocabulary_redaction_level.php index 2334cba..58c7913 100644 --- a/te/vocabulary_redaction_level.php +++ b/te/vocabulary_redaction_level.php @@ -1,7 +1,7 @@ 'Checked', - 'unchecked' => 'Unchecked', - 'questionable' => 'Questionable', + 'checked' => 'తనిఖీ చేయబడింది', + 'unchecked' => 'ఎంపిక తీసివేయబడింది', + 'questionable' => 'ప్రశ్నార్థకం', );