diff --git a/kn/actor_variant_types_set.php b/kn/actor_variant_types_set.php index 93976ad..092e8b8 100644 --- a/kn/actor_variant_types_set.php +++ b/kn/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/kn/appointment_attendance_modes.php b/kn/appointment_attendance_modes.php index 7d1ebb7..f543db9 100644 --- a/kn/appointment_attendance_modes.php +++ b/kn/appointment_attendance_modes.php @@ -1,7 +1,7 @@ 'Offline', - 'online' => 'Online', - 'mixed' => 'Offline and online', + 'offline' => 'ಆಫ್ಲೈನ್', + 'online' => 'ಆನ್ಲೈನ್', + 'mixed' => 'ಆಫ್ಲೈನ್ ಮತ್ತು ಆನ್ಲೈನ್', ); diff --git a/kn/appointment_cancellation_status_set.php b/kn/appointment_cancellation_status_set.php index 90e4359..209c9a9 100644 --- a/kn/appointment_cancellation_status_set.php +++ b/kn/appointment_cancellation_status_set.php @@ -1,6 +1,6 @@ 'Scheduled or done as planned', - 'cancelled' => 'Cancelled', + 'scheduled_done' => 'ನಿಗದಿಪಡಿಸಲಾಗಿದೆ ಅಥವಾ ಯೋಜಿಸಿದಂತೆ ಮಾಡಲಾಗಿದೆ', + 'cancelled' => 'ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ', ); diff --git a/kn/appointment_contributor_roles.php b/kn/appointment_contributor_roles.php index b5f828b..b9ae8e5 100644 --- a/kn/appointment_contributor_roles.php +++ b/kn/appointment_contributor_roles.php @@ -1,6 +1,6 @@ 'Organizer', - 'presenter' => 'Presenter', + 'organizer' => 'ಸಂಘಟಕರು', + 'presenter' => 'ನಿರೂಪಕ', ); diff --git a/kn/appointment_status.php b/kn/appointment_status.php index 5d7dca5..c137b34 100644 --- a/kn/appointment_status.php +++ b/kn/appointment_status.php @@ -1,8 +1,8 @@ 'Scheduled', - 'cancelled' => 'Cancelled', - 'moved_online' => 'Moved online', - 'postponed' => 'Postponed', + 'scheduled' => 'ನಿಗದಿಪಡಿಸಲಾಗಿದೆ', + 'cancelled' => 'ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ', + 'moved_online' => 'ಆನ್‌ಲೈನ್‌ನಲ್ಲಿ ಸರಿಸಲಾಗಿದೆ', + 'postponed' => 'ಮುಂದೂಡಲ್ಪಟ್ಟಿದೆ', ); diff --git a/kn/attendance_status_set.php b/kn/attendance_status_set.php index 4ecd110..7a3997e 100644 --- a/kn/attendance_status_set.php +++ b/kn/attendance_status_set.php @@ -1,6 +1,6 @@ 'Offline', - 'online' => 'Online', + 'offline' => 'ಆಫ್ಲೈನ್', + 'online' => 'ಆನ್ಲೈನ್', ); diff --git a/kn/closer_location_types_set.php b/kn/closer_location_types_set.php index 5ab0cb4..06ffc71 100644 --- a/kn/closer_location_types_set.php +++ b/kn/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/kn/colors_set.php b/kn/colors_set.php index f87fb38..a5c8cc9 100644 --- a/kn/colors_set.php +++ b/kn/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/kn/conservation_report_type_set.php b/kn/conservation_report_type_set.php index 1a06232..6728e2e 100644 --- a/kn/conservation_report_type_set.php +++ b/kn/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/kn/currencies_set.php b/kn/currencies_set.php index 1db0ba1..01c3298 100644 --- a/kn/currencies_set.php +++ b/kn/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/kn/custom_report_targets_set.php b/kn/custom_report_targets_set.php index 738c958..d33cf6b 100644 --- a/kn/custom_report_targets_set.php +++ b/kn/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/kn/disposal_method_set.php b/kn/disposal_method_set.php index 29111db..a59abb8 100644 --- a/kn/disposal_method_set.php +++ b/kn/disposal_method_set.php @@ -1,7 +1,7 @@ 'Sold', - 'destroyed' => 'Destroyed', - 'garbage' => 'Thrown away / garbage collection', + 'sold' => 'ಮಾರಾಟವಾಗಿದೆ', + 'destroyed' => 'ನಾಶವಾಗಿದೆ', + 'garbage' => 'ಬಿಸಾಡಲಾಗಿದೆ / ಕಸ ಸಂಗ್ರಹಣೆ', ); diff --git a/kn/entry_types.php b/kn/entry_types.php index 1b5e08a..5781461 100644 --- a/kn/entry_types.php +++ b/kn/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/kn/eventtype_groups.php b/kn/eventtype_groups.php index 6c22e9f..9ff9711 100644 --- a/kn/eventtype_groups.php +++ b/kn/eventtype_groups.php @@ -1,8 +1,8 @@ 'Production', - 'post_production' => 'Post-production', - 'pre_production' => 'Pre-production', - 'no_production' => 'No production', + 'production' => 'ಉತ್ಪಾದನೆ', + 'post_production' => 'ಪೋಸ್ಟ್ ಪ್ರೊಡಕ್ಷನ್', + 'pre_production' => 'ಪೋಸ್ಟ್ ಪ್ರೊಡಕ್ಷನ್', + 'no_production' => 'ಉತ್ಪಾದನೆ ಇಲ್ಲ', ); diff --git a/kn/eventtype_name.php b/kn/eventtype_name.php index 9d4dfee..72d4077 100644 --- a/kn/eventtype_name.php +++ b/kn/eventtype_name.php @@ -1,54 +1,54 @@ 'Created', - 2 => 'Found', - 3 => 'Published', - 4 => 'Template creation', - 5 => 'Was depicted (Actor)', - 6 => 'Was used', - 7 => 'Written', - 8 => 'Collected', - 9 => 'Painted', - 10 => 'Image taken', - 11 => 'Received', - 12 => 'Printing plate produced', - 13 => 'Sent', - 14 => 'Issued', - 15 => 'Signed', - 16 => 'First description', - 19 => 'Drawn', - 20 => 'Copied (by hand)', - 21 => 'Lived', - 22 => '[Relationship to location]', - 23 => '[Relation to person or institution]', - 24 => '[Relation to time]', - 25 => 'Commissioned', - 26 => 'Printed', - 27 => 'Recorded', - 28 => 'Sung', - 29 => 'Decor designed', - 30 => 'Form designed', - 31 => 'Modelled', - 32 => 'Autographed/Signed', - 33 => 'Mentioned', - 34 => 'Buried', - 35 => 'Intellectual creation', - 36 => 'Was depicted', - 37 => 'Painted on', - 38 => 'Illustrated', - 39 => 'Assembled', - 40 => 'Auctioned', - 41 => 'Bought', - 42 => 'Owned', - 43 => 'Sold', - 44 => 'Restored', - 45 => 'Damaged', - 46 => 'Destroyed', - 47 => 'Lost', - 48 => 'Edited', - 49 => 'Donated / present', - 50 => 'Inherited', - 51 => 'Had subject', - 52 => 'Emerged', + 1 => 'ರಚಿಸಲಾಗಿದೆ', + 2 => 'ಪತ್ತೆಯಾಗಿದೆ', + 3 => 'ಪ್ರಕಟಿಸಲಾಗಿದೆ', + 4 => 'ಮಾದರಿ ರಚನೆ', + 5 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ (ನಟ)', + 6 => 'ಬಳಸಲಾಗಿದೆ', + 7 => 'ಬರೆದದ್ದು', + 8 => 'ಸಂಗ್ರಹಿಸಲಾಗಿದೆ', + 9 => 'ಚಿತ್ರಿಸಿದ', + 10 => 'ತೆಗೆದ ಚಿತ್ರ', + 11 => 'ಸ್ವೀಕರಿಸಿದೆ', + 12 => 'ಮುದ್ರಣ ಫಲಕವನ್ನು ಉತ್ಪಾದಿಸಲಾಗಿದೆ', + 13 => 'ಕಳುಹಿಸಲಾಗಿದೆ', + 14 => 'ವಿತರಿಸಲಾಗಿದೆ', + 15 => 'ಸಹಿ ಮಾಡಿದ್ದಾರೆ', + 16 => 'ಮೊದಲ ವಿವರಣೆ', + 19 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ', + 20 => 'ನಕಲಿಸಲಾಗಿದೆ (ಕೈಯಿಂದ)', + 21 => 'ಬದುಕಿದ್ದಾರೆ', + 22 => '[ಸ್ಥಳದೊಂದಿಗೆ ಸಂಬಂಧ]', + 23 => '[ವ್ಯಕ್ತಿ ಅಥವಾ ಸಂಸ್ಥೆಯೊಂದಿಗಿನ ಸಂಬಂಧ]', + 24 => '[ಸಮಯಕ್ಕೆ ಸಂಬಂಧ]', + 25 => 'ನಿಯೋಜಿಸಲಾಗಿದೆ', + 26 => 'ಮುದ್ರಿಸಲಾಗಿದೆ', + 27 => 'ರೆಕಾರ್ಡ್ ಮಾಡಲಾಗಿದೆ', + 28 => 'ಹಾಡಿದ್ದಾರೆ', + 29 => 'ಅಲಂಕಾರ ವಿನ್ಯಾಸ', + 30 => 'ವಿನ್ಯಾಸಗೊಳಿಸಲಾದ ರೂಪ', + 31 => 'ಮಾದರಿಯಾಗಿ ರೂಪಿಸಲಾಗಿದೆ', + 32 => 'ಆಟೋಗ್ರಾಫ್/ಸಹಿ', + 33 => 'ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ', + 34 => 'ಹೂಳಲಾಯಿತು', + 35 => 'ಬೌದ್ಧಿಕ ಸೃಷ್ಟಿ', + 36 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ', + 37 => 'ಮೇಲೆ ಚಿತ್ರಿಸಲಾಗಿದೆ', + 38 => 'ವಿವರಣೆ ನೀಡಿದ್ದಾರೆ', + 39 => 'ಜೋಡಿಸಲಾಗಿದೆ', + 40 => 'ಹರಾಜು ಹಾಕಲಾಗಿದೆ', + 41 => 'ಖರೀದಿಸಿದೆ', + 42 => 'ಒಡೆತನದಲ್ಲಿದೆ', + 43 => 'ಮಾರಾಟವಾಗಿದೆ', + 44 => 'ಮರುಸ್ಥಾಪಿಸಲಾಗಿದೆ', + 45 => 'ಹಾನಿಗೊಳಗಾಗಿದೆ', + 46 => 'ನಾಶವಾಗಿದೆ', + 47 => 'ಕಳೆದುಹೋಯಿತು', + 48 => 'ಸಂಪಾದಿಸಲಾಗಿದೆ', + 49 => 'ದಾನ/ಪ್ರಸ್ತುತ', + 50 => 'ಆನುವಂಶಿಕ', + 51 => 'ವಿಷಯವಿತ್ತು', + 52 => 'ಹೊರಹೊಮ್ಮಿದೆ', ); diff --git a/kn/eventtype_persinst.php b/kn/eventtype_persinst.php index 7cd2467..92dc1ed 100644 --- a/kn/eventtype_persinst.php +++ b/kn/eventtype_persinst.php @@ -1,54 +1,54 @@ 'created by', - 2 => 'found by', - 3 => 'published by', - 4 => 'templates created by', - 5 => 'depicted', - 6 => 'was used by', - 7 => 'written by', - 8 => 'collected by', - 9 => 'painted by', - 10 => 'photographed by', - 11 => 'received by', - 12 => 'Printing plate produced by', - 13 => 'sent by', - 14 => 'issued by', - 15 => 'signed by', - 16 => 'first described by', - 19 => 'drawn by', - 20 => 'copied (by hand) by', - 21 => 'Lived', - 22 => '[general]', - 23 => '[general]', - 24 => '[general]', - 25 => 'commissioned by', - 26 => 'printed by', - 27 => 'recorded by', - 28 => 'sung by', - 29 => 'Decor designed by', - 30 => 'Form designed by', - 31 => 'modelled by', - 32 => 'autographed by', - 33 => 'mentioned by', - 34 => 'buried by', - 35 => 'conceived by', - 36 => 'depicted by', - 37 => 'painted on by', - 38 => 'illustrated by', - 39 => 'assembled by', - 40 => 'auctioned by', - 41 => 'bought by', - 42 => 'owned by', - 43 => 'sold by', - 44 => 'restored by', - 45 => 'damaged by', - 46 => 'destroyed by', - 47 => 'lost by', - 48 => 'edited by', - 49 => 'donated by', - 50 => 'inherited by', - 51 => 'had subject', - 52 => 'emerged by', + 1 => 'ರಚಿಸಿದವರು', + 2 => 'ಕಂಡುಹಿಡಿದಿದೆ', + 3 => 'ಇವರಿಂದ ಪ್ರಕಟಿಸಲಾಗಿದೆ', + 4 => 'ರಚಿಸಿದ ಟೆಂಪ್ಲೆಟ್ಗಳು', + 5 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ', + 6 => 'ಇದನ್ನು ಬಳಸಲಾಗಿದೆ', + 7 => 'ಬರೆದವರು', + 8 => 'ಸಂಗ್ರಹಿಸಿದ', + 9 => 'ಚಿತ್ರಿಸಿದವರು', + 10 => 'ಫೋಟೋ ತೆಗೆದವರು', + 11 => 'ಸ್ವೀಕರಿಸಿದವರು', + 12 => 'ತಯಾರಿಸಿದ ಮುದ್ರಣ ಫಲಕ', + 13 => 'ಮೂಲಕ ಕಳುಹಿಸಲಾಗಿದೆ', + 14 => 'ಮೂಲಕ ಪ್ರಕಟಿಸಲಾಗಿದೆ', + 15 => 'ಸಹಿ ಮಾಡಿದ್ದಾರೆ', + 16 => 'ಮೊದಲು ವಿವರಿಸಿದ', + 19 => 'ಮೂಲಕ ಚಿತ್ರಿಸಲಾಗಿದೆ', + 20 => 'ನಕಲು ಮಾಡಿ (ಕೈಯಿಂದ)', + 21 => 'ಬದುಕಿದ್ದಾರೆ', + 22 => '[ಸಾಮಾನ್ಯ]', + 23 => '[ಸಾಮಾನ್ಯ]', + 24 => '[ಸಾಮಾನ್ಯ]', + 25 => 'ನಿಯೋಜಿಸಿದ', + 26 => 'ಮುದ್ರಿಸಿದ', + 27 => 'ದಾಖಲಿಸಿದವರು', + 28 => 'ಹಾಡಿದ್ದಾರೆ', + 29 => 'ವಿನ್ಯಾಸಗೊಳಿಸಿದ ಅಲಂಕಾರ', + 30 => 'ವಿನ್ಯಾಸಗೊಳಿಸಿದ ಫಾರ್ಮ್', + 31 => 'ಮೂಲಕ ರೂಪಿಸಲಾಗಿದೆ', + 32 => 'ಸಹಿ ಮಾಡಿದವರು', + 33 => 'ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ', + 34 => 'ಅಂತ್ಯಕ್ರಿಯೆ', + 35 => 'ಮೂಲಕ ಕಲ್ಪಿಸಿಕೊಂಡ', + 36 => 'ಮೂಲಕ ಚಿತ್ರಿಸಲಾಗಿದೆ', + 37 => 'ಬಣ್ಣ ಬಳಿದವರು', + 38 => 'ಮೂಲಕ ಚಿತ್ರಿಸಲಾಗಿದೆ', + 39 => 'ಒಟ್ಟುಗೂಡಿದ', + 40 => 'ಹರಾಜು ಹಾಕಲಾಗಿದೆ', + 41 => 'ಖರೀದಿಸಿದವರು', + 42 => 'ಇದರ ಮಾಲೀಕತ್ವ', + 43 => 'ಮೂಲಕ ಮಾರಾಟ', + 44 => 'ಮೂಲಕ ಪುನಃಸ್ಥಾಪಿಸಲಾಗಿದೆ', + 45 => 'ಹಾನಿಗೊಳಗಾದ', + 46 => 'ಮೂಲಕ ನಾಶ', + 47 => 'ಕಳೆದುಹೋದ', + 48 => 'ಅವರಿಂದ ಸಂಪಾದಿಸಲಾಗಿದೆ', + 49 => 'ದಾನ ಮಾಡಿದವರು', + 50 => 'ಆನುವಂಶಿಕವಾಗಿ ಪಡೆದವರು', + 51 => 'ವಿಷಯವಿತ್ತು', + 52 => 'ಮೂಲಕ ಹೊರಹೊಮ್ಮಿತು', ); diff --git a/kn/eventtype_place.php b/kn/eventtype_place.php index f5d994e..f040779 100644 --- a/kn/eventtype_place.php +++ b/kn/eventtype_place.php @@ -1,54 +1,54 @@ 'created in', - 2 => 'found in', - 3 => 'published in', - 4 => 'templates created in', - 5 => 'was imaged in', - 6 => 'was used in', - 7 => 'written in', - 8 => 'collected in', - 9 => 'painted in', - 10 => 'photographed in', - 11 => 'received in', - 12 => 'Printing plate produced in', - 13 => 'sent in', - 14 => 'issued in', - 15 => 'signed in', - 16 => 'Type described in', - 19 => 'drawn in', - 20 => 'was copied (by hand) in', - 21 => 'has lived in', - 22 => '[general]', - 23 => '[general]', - 24 => '[general]', - 25 => 'commissioned in', - 26 => 'printed in', - 27 => 'recorded in', - 28 => 'sung in', - 29 => 'Decor designed in', - 30 => 'Form designed in', - 31 => 'modelled in', - 32 => 'autographed in', - 33 => 'mentioned in', - 34 => 'buried in', - 35 => 'conceived in', - 36 => 'was depicted in', - 37 => 'painted on in', - 38 => 'illustrated in', - 39 => 'assembled in', - 40 => 'auctioned in', - 41 => 'bought in', - 42 => 'owned in', - 43 => 'sold in', - 44 => 'restored in', - 45 => 'damaged in', - 46 => 'destroyed in', - 47 => 'lost in', - 48 => 'edited in', - 49 => 'donated / given as present in', - 50 => 'inherited in', - 51 => 'had subject', - 52 => 'emerged at', + 1 => 'ನಲ್ಲಿ ರಚಿಸಲಾಗಿದೆ', + 2 => 'ನಲ್ಲಿ ಕಂಡುಬಂದಿದೆ', + 3 => 'ನಲ್ಲಿ ಪ್ರಕಟಿಸಲಾಗಿದೆ', + 4 => 'ನಲ್ಲಿ ರಚಿಸಲಾದ ಟೆಂಪ್ಲೆಟ್ಗಳು', + 5 => 'ನಲ್ಲಿ ಚಿತ್ರಿಸಲಾಗಿದೆ', + 6 => 'ಇದರಲ್ಲಿ ಬಳಸಲಾಗಿದೆ', + 7 => 'ನಲ್ಲಿ ಬರೆಯಲಾಗಿದೆ', + 8 => 'ನಲ್ಲಿ ಸಂಗ್ರಹಿಸಲಾಗಿದೆ', + 9 => 'ನಲ್ಲಿ ಬಣ್ಣ ಹಚ್ಚಿದರು', + 10 => 'ನಲ್ಲಿ ಛಾಯಾಚಿತ್ರ ತೆಗೆಯಲಾಗಿದೆ', + 11 => 'ನಲ್ಲಿ ಸ್ವೀಕರಿಸಲಾಗಿದೆ', + 12 => 'ಇದರಲ್ಲಿ ತಯಾರಿಸಲಾದ ಮುದ್ರಣ ಫಲಕ', + 13 => 'ನಲ್ಲಿ ಕಳುಹಿಸಲಾಗಿದೆ', + 14 => 'ನಲ್ಲಿ ಪ್ರಕಟಿಸಲಾಗಿದೆ', + 15 => 'ನಲ್ಲಿ ಸೈನ್ ಮಾಡಲಾಗಿದೆ', + 16 => 'ಇದರಲ್ಲಿ ವಿವರಿಸಲಾದ ಪ್ರಕಾರ', + 19 => 'ನಲ್ಲಿ ಚಿತ್ರಿಸಲಾಗಿದೆ', + 20 => 'ನಲ್ಲಿ ನಕಲಿಸಲಾಗಿದೆ (ಕೈಯಿಂದ)', + 21 => 'ನಲ್ಲಿ ವಾಸಿಸುತ್ತಿದ್ದರು', + 22 => '[ಸಾಮಾನ್ಯ]', + 23 => '[ಸಾಮಾನ್ಯ]', + 24 => '[ಸಾಮಾನ್ಯ]', + 25 => 'ನಲ್ಲಿ ನಿಯೋಜಿಸಲಾಗಿದೆ', + 26 => 'ನಲ್ಲಿ ಮುದ್ರಿಸಲಾಗಿದೆ', + 27 => 'ನಲ್ಲಿ ದಾಖಲಿಸಲಾಗಿದೆ', + 28 => 'ನಲ್ಲಿ ಹಾಡಿದರು', + 29 => 'ನಲ್ಲಿ ವಿನ್ಯಾಸಗೊಳಿಸಲಾದ ಅಲಂಕಾರ', + 30 => 'ನಲ್ಲಿ ವಿನ್ಯಾಸಗೊಳಿಸಲಾದ ರೂಪ', + 31 => 'ಮಾದರಿಯಲ್ಲಿ', + 32 => 'ನಲ್ಲಿ ಸಹಿ ಹಾಕಲಾಗಿದೆ', + 33 => 'ನಲ್ಲಿ ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ', + 34 => 'ನಲ್ಲಿ ಸಮಾಧಿ ಮಾಡಲಾಗಿದೆ', + 35 => 'ನಲ್ಲಿ ಗರ್ಭಧರಿಸಿದ', + 36 => 'ಇದರಲ್ಲಿ ಚಿತ್ರಿಸಲಾಗಿದೆ', + 37 => 'ನಲ್ಲಿ ಬಣ್ಣ ಹಚ್ಚಿದ', + 38 => 'ಇದರಲ್ಲಿ ಚಿತ್ರಿಸಲಾಗಿದೆ', + 39 => 'ನಲ್ಲಿ ಒಟ್ಟುಗೂಡಿದ', + 40 => 'ನಲ್ಲಿ ಹರಾಜು', + 41 => 'ನಲ್ಲಿ ಖರೀದಿಸಿದೆ', + 42 => 'ಒಡೆತನದಲ್ಲಿದೆ', + 43 => 'ನಲ್ಲಿ ಮಾರಾಟವಾಗಿದೆ', + 44 => 'ನಲ್ಲಿ ಪುನಃಸ್ಥಾಪಿಸಲಾಗಿದೆ', + 45 => 'ನಲ್ಲಿ ಹಾನಿಗೊಳಗಾದ', + 46 => 'ನಲ್ಲಿ ನಾಶವಾಗಿದೆ', + 47 => 'ನಲ್ಲಿ ಕಳೆದುಹೋಯಿತು', + 48 => 'ಇದರಲ್ಲಿ ಸಂಪಾದಿಸಲಾಗಿದೆ', + 49 => 'ನಲ್ಲಿ ದಾನ/ಪ್ರಸ್ತುತವಾಗಿ ನೀಡಲಾಗಿದೆ', + 50 => 'ನಲ್ಲಿ ಅನುವಂಶೀಯವಾಗಿ', + 51 => 'ವಿಷಯವಿತ್ತು', + 52 => 'ಹೊರಹೊಮ್ಮಿತು', ); diff --git a/kn/eventtype_time.php b/kn/eventtype_time.php index a938a84..a0acc3d 100644 --- a/kn/eventtype_time.php +++ b/kn/eventtype_time.php @@ -1,54 +1,54 @@ 'created', - 2 => 'found', - 3 => 'published', - 4 => 'template created', - 5 => 'was imaged', - 6 => 'was used', - 7 => 'written', - 8 => 'collected', - 9 => 'painted', - 10 => 'photographed', - 11 => 'received', - 12 => 'Printing plate produced', - 13 => 'sent', - 14 => 'issued', - 15 => 'signed', - 16 => 'Type described', - 19 => 'drawn', - 20 => 'copied (by hand)', - 21 => 'has lived', - 22 => '[general]', - 23 => '[general]', - 24 => '[general]', - 25 => 'commissioned', - 26 => 'printed', - 27 => 'recorded', - 28 => 'sung', - 29 => 'Decor designed', - 30 => 'Form designed', - 31 => 'modelled', - 32 => 'autographed', - 33 => 'was mentioned', - 34 => 'buried', - 35 => 'conceived', - 36 => 'was depicted', - 37 => 'painted on', - 38 => 'illustrated', - 39 => 'assembled at', - 40 => 'auctioned at', - 41 => 'bought at', - 42 => 'owned at', - 43 => 'sold at', - 44 => 'restored at', - 45 => 'damaged at', - 46 => 'destroyed at', - 47 => 'lost at', - 48 => 'edited at', - 49 => 'donated at', - 50 => 'inherited at', - 51 => 'had subject', - 52 => 'emerged at', + 1 => 'ರಚಿಸಲಾಗಿದೆ', + 2 => 'ಕಂಡುಬಂದಿದೆ', + 3 => 'ಪ್ರಕಟಿಸಲಾಗಿದೆ', + 4 => 'ಮಾದರಿ ರಚಿಸಲಾಗಿದೆ', + 5 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ', + 6 => 'ಬಳಸಲಾಗಿದೆ', + 7 => 'ಬರೆಯಲಾಗಿದೆ', + 8 => 'ಸಂಗ್ರಹಿಸಿದೆ', + 9 => 'ಬಣ್ಣ ಬಳಿದವರು', + 10 => 'ಛಾಯಾಚಿತ್ರ ತೆಗೆಯಲಾಗಿದೆ', + 11 => 'ಸ್ವೀಕರಿಸಲಾಗಿದೆ', + 12 => 'ಮುದ್ರಣ ಫಲಕವನ್ನು ಉತ್ಪಾದಿಸಲಾಗಿದೆ', + 13 => 'ಕಳುಹಿಸಿ', + 14 => 'ಬಿಡುಗಡೆ ಮಾಡಿದೆ', + 15 => 'ಸಹಿ ಹಾಕಿದರು', + 16 => 'ಪ್ರಕಾರವನ್ನು ವಿವರಿಸಲಾಗಿದೆ', + 19 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ', + 20 => 'ನಕಲಿಸಲಾಗಿದೆ (ಕೈಯಿಂದ)', + 21 => 'ಬದುಕಿದ್ದಾರೆ', + 22 => '[ಸಾಮಾನ್ಯ]', + 23 => '[ಸಾಮಾನ್ಯ]', + 24 => '[ಸಾಮಾನ್ಯ]', + 25 => 'ನಿಯೋಜಿಸಲಾಗಿದೆ', + 26 => 'ಮುದ್ರಿತ', + 27 => 'ದಾಖಲಿಸಲಾಗಿದೆ', + 28 => 'ಹಾಡಿದ್ದಾರೆ', + 29 => 'ಅಲಂಕಾರ ವಿನ್ಯಾಸ', + 30 => 'ವಿನ್ಯಾಸಗೊಳಿಸಲಾದ ರೂಪ', + 31 => 'ಮಾದರಿಯಾಗಿದೆ', + 32 => 'ಸಹಿ ಹಾಕಿದರು', + 33 => 'ಉಲ್ಲೇಖಿಸಲಾಗಿದೆ', + 34 => 'ಅಂತ್ಯಕ್ರಿಯೆ', + 35 => 'ಗರ್ಭಧರಿಸಿದ', + 36 => 'ಚಿತ್ರಿಸಲಾಗಿದೆ', + 37 => 'ಬಣ್ಣ ಹಚ್ಚಿದರು.', + 38 => 'ಸಚಿತ್ರ', + 39 => 'ಒಟ್ಟುಗೂಡಿದ', + 40 => 'ಹರಾಜು ಹಾಕಲಾಗಿದೆ', + 41 => 'ನಲ್ಲಿ ಖರೀದಿಸಲಾಗಿದೆ', + 42 => 'ಒಡೆತನದಲ್ಲಿದೆ', + 43 => 'ಮಾರಾಟವಾಗಿದೆ', + 44 => 'ಪುನಃಸ್ಥಾಪಿಸಲಾಗಿದೆ', + 45 => 'ಹಾನಿಗೊಳಗಾದ', + 46 => 'ನಾಶವಾಗಿದೆ', + 47 => 'ಕಳೆದುಹೋಯಿತು', + 48 => 'ನಲ್ಲಿ ಸಂಪಾದಿಸಲಾಗಿದೆ', + 49 => 'ದೇಣಿಗೆ ನೀಡಿದರು', + 50 => 'ಆನುವಂಶಿಕವಾಗಿ ಪಡೆದ', + 51 => 'ವಿಷಯವಿತ್ತು', + 52 => 'ಹೊರಹೊಮ್ಮಿತು', ); diff --git a/kn/exhibition_contributor_roles.php b/kn/exhibition_contributor_roles.php index a583478..804aed2 100644 --- a/kn/exhibition_contributor_roles.php +++ b/kn/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/kn/gender_set.php b/kn/gender_set.php index 56c108b..918064c 100644 --- a/kn/gender_set.php +++ b/kn/gender_set.php @@ -1,7 +1,7 @@ 'Female', - 'male' => 'Male', - 'other' => 'Other', + 'female' => 'ಮಹಿಳೆ', + 'male' => 'ಪುರುಷ', + 'other' => 'ಇತರ', ); diff --git a/kn/institution_basic_category_set.php b/kn/institution_basic_category_set.php index 61a11e1..e8ef795 100644 --- a/kn/institution_basic_category_set.php +++ b/kn/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/kn/institution_collection_area_set.php b/kn/institution_collection_area_set.php index d771763..13a299f 100644 --- a/kn/institution_collection_area_set.php +++ b/kn/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/kn/institution_external_id_repositories.php b/kn/institution_external_id_repositories.php index 2442b40..1bc850a 100644 --- a/kn/institution_external_id_repositories.php +++ b/kn/institution_external_id_repositories.php @@ -1,5 +1,5 @@ 'Hungarian Central Statistical Office', + 'hu_ksh' => 'ಹಂಗೇರಿಯನ್ ಕೇಂದ್ರೀಯ ಸಂಖ್ಯಾಶಾಸ್ತ್ರೀಯ ಕಚೇರಿ', ); diff --git a/kn/institution_musdb_use_case_set.php b/kn/institution_musdb_use_case_set.php index bd076b3..9d4c829 100644 --- a/kn/institution_musdb_use_case_set.php +++ b/kn/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/kn/institution_public_private_category_set.php b/kn/institution_public_private_category_set.php index 7d11182..221488b 100644 --- a/kn/institution_public_private_category_set.php +++ b/kn/institution_public_private_category_set.php @@ -1,8 +1,8 @@ 'Public', - 'private' => 'Private', - 'religious' => 'Religious', - 'mixed' => 'Mixed', + 'public' => 'ಸಾರ್ವಜನಿಕ', + 'private' => 'ಖಾಸಗಿ', + 'religious' => 'ಧಾರ್ಮಿಕ', + 'mixed' => 'ಮಿಶ್ರ', ); diff --git a/kn/license_explica.php b/kn/license_explica.php index bc3b8de..e201191 100644 --- a/kn/license_explica.php +++ b/kn/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/kn/license_full_names.php b/kn/license_full_names.php index 257761b..0cd1927 100644 --- a/kn/license_full_names.php +++ b/kn/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/kn/loan_types.php b/kn/loan_types.php index 9bd3614..a3232b9 100644 --- a/kn/loan_types.php +++ b/kn/loan_types.php @@ -1,6 +1,6 @@ 'Outgoing', - 'incoming' => 'Incoming', + 'outgoing' => 'ಹೊರಹೋಗುವ', + 'incoming' => 'ಒಳಹರಿವು', ); diff --git a/kn/marking_types.php b/kn/marking_types.php index 0c8307e..e1ddd47 100644 --- a/kn/marking_types.php +++ b/kn/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/kn/measurement_type_set.php b/kn/measurement_type_set.php index 947a72c..570bcc0 100644 --- a/kn/measurement_type_set.php +++ b/kn/measurement_type_set.php @@ -1,25 +1,25 @@ 'Length', - 'height' => 'Height', - 'width' => 'Width', - 'number_of_copies' => 'Number of copies', - 'weight' => 'Weight', - 'diameter' => 'Diameter', - 'wall' => 'Wall', - 'number_of_parts' => 'Number of parts', - 'die_axis' => 'Die-axis', - 'length_socle' => 'Length of socle', - 'height_socle' => 'Height of socle', - 'width_socle' => 'Width of socle', - 'height_sheet_size' => 'Sheet size (height)', - 'length_sheet_size' => 'Sheet size (length)', - 'width_sheet_size' => 'Sheet size (width)', - 'height_image_size' => 'Image size (height)', - 'length_image_size' => 'Image size (length)', - 'width_image_size' => 'Image size (width)', - 'length_frame' => 'Frame (length)', - 'height_frame' => 'Frame (height)', - 'width_frame' => 'Frame (width)', + 'length' => 'ಉದ್ದ', + 'height' => 'ಎತ್ತರ', + 'width' => 'ಅಗಲ', + 'number_of_copies' => 'ಪ್ರತಿಗಳ ಸಂಖ್ಯೆ', + 'weight' => 'ತೂಕ', + 'diameter' => 'ವ್ಯಾಸ', + 'wall' => 'ಗೋಡೆ', + 'number_of_parts' => 'ಭಾಗಗಳ ಸಂಖ್ಯೆ', + 'die_axis' => 'ಡೈ-ಅಕ್ಷ', + 'length_socle' => 'ನೆಲಮಾಳಿಗೆಯ ಉದ್ದ', + 'height_socle' => 'ನೆಲಮಾಳಿಗೆಯ ಉದ್ದ', + 'width_socle' => 'ನೆಲಮಾಳಿಗೆಯ ಅಗಲ', + 'height_sheet_size' => 'ಹಾಳೆಯ ಗಾತ್ರ (ಎತ್ತರ)', + 'length_sheet_size' => 'ಹಾಳೆಯ ಗಾತ್ರ (ಉದ್ದ)', + 'width_sheet_size' => 'ಹಾಳೆಯ ಗಾತ್ರ (ಅಗಲ)', + 'height_image_size' => 'ಚಿತ್ರದ ಗಾತ್ರ (ಎತ್ತರ)', + 'length_image_size' => 'ಚಿತ್ರದ ಗಾತ್ರ (ಉದ್ದ)', + 'width_image_size' => 'ಚಿತ್ರದ ಗಾತ್ರ (ಅಗಲ)', + 'length_frame' => 'ಚೌಕಟ್ಟು (ಉದ್ದ)', + 'height_frame' => 'ಚೌಕಟ್ಟು (ಎತ್ತರ)', + 'width_frame' => 'ಚೌಕಟ್ಟು (ಅಗಲ)', ); diff --git a/kn/object_check_types_set.php b/kn/object_check_types_set.php index 91188bf..d6d05d7 100644 --- a/kn/object_check_types_set.php +++ b/kn/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/kn/object_damage_status_set.php b/kn/object_damage_status_set.php index cc708a3..82c4338 100644 --- a/kn/object_damage_status_set.php +++ b/kn/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/kn/object_damage_types_set.php b/kn/object_damage_types_set.php index 5b9d916..6549db8 100644 --- a/kn/object_damage_types_set.php +++ b/kn/object_damage_types_set.php @@ -1,7 +1,7 @@ 'Water damage', - 'breakage' => 'Breakage', - 'desiccation' => 'Desiccation', + 'water_damage' => 'ನೀರಿನ ಹಾನಿ', + 'breakage' => 'ಬಿರುಕು', + 'desiccation' => 'ನಿರ್ಜಲೀಕರಣ', ); diff --git a/kn/object_document_type_set.php b/kn/object_document_type_set.php index 750ac38..a7f0e1c 100644 --- a/kn/object_document_type_set.php +++ b/kn/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/kn/object_form_set.php b/kn/object_form_set.php index af9dffa..be42272 100644 --- a/kn/object_form_set.php +++ b/kn/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/kn/object_publication_background.php b/kn/object_publication_background.php index 2795734..e14da58 100644 --- a/kn/object_publication_background.php +++ b/kn/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/kn/object_record_status.php b/kn/object_record_status.php index ae62493..a372160 100644 --- a/kn/object_record_status.php +++ b/kn/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/kn/object_record_status_explica.php b/kn/object_record_status_explica.php index 8f3a099..718f727 100644 --- a/kn/object_record_status_explica.php +++ b/kn/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' => 'E.g. ಪ್ರವೇಶವನ್ನು ಕಳೆದುಕೊಂಡ ವಸ್ತುಗಳಿಗೆ. ಆಬ್ಜೆಕ್ಟ್ ರೆಕಾರ್ಡ್ಗೆ ನವೀಕರಣಗಳನ್ನು ಅಮಾನತುಗೊಳಿಸಲಾಗಿದೆ ಮತ್ತು ಆಬ್ಜೆಕ್ಟ್ ರೆಕಾರ್ಡ್ ಅನ್ನು ಆಬ್ಜೆಕ್ಟ್ ಅವಲೋಕನಗಳಲ್ಲಿ ಆರ್ಕೈವ್ ಮಾಡಲಾಗಿದೆ ಎಂದು ಗುರುತಿಸಲಾಗಿದೆ.', ); diff --git a/kn/object_status.php b/kn/object_status.php index fe9dd15..f604ebb 100644 --- a/kn/object_status.php +++ b/kn/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/kn/phone_types.php b/kn/phone_types.php index 5485749..ca77957 100644 --- a/kn/phone_types.php +++ b/kn/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/kn/placetypes.php b/kn/placetypes.php index e8b6d1b..aa9df76 100644 --- a/kn/placetypes.php +++ b/kn/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/kn/podcast_contributor_roles.php b/kn/podcast_contributor_roles.php index a28d465..5af1dec 100644 --- a/kn/podcast_contributor_roles.php +++ b/kn/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/kn/position_set.php b/kn/position_set.php index 3f2262b..7e9b4c1 100644 --- a/kn/position_set.php +++ b/kn/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/kn/process_types.php b/kn/process_types.php index a42b9d6..5c014a2 100644 --- a/kn/process_types.php +++ b/kn/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/kn/recording_types_set.php b/kn/recording_types_set.php index 9a8b1b7..f9a4c14 100644 --- a/kn/recording_types_set.php +++ b/kn/recording_types_set.php @@ -1,6 +1,6 @@ 'Audio', - 'video' => 'Video', + 'audio' => 'ಆಡಿಯೋ', + 'video' => 'ವಿಡಿಯೋ', ); diff --git a/kn/research_status.php b/kn/research_status.php index 4fb95e3..f2879dd 100644 --- a/kn/research_status.php +++ b/kn/research_status.php @@ -1,7 +1,7 @@ 'Not researched much', - 'medium' => 'Partly researched', - 'good' => 'Well researched', + 'bad' => 'ಹೆಚ್ಚು ಸಂಶೋಧನೆ ಮಾಡಿಲ್ಲ', + 'medium' => 'ಭಾಗಶಃ ಸಂಶೋಧನೆ', + 'good' => 'ಚೆನ್ನಾಗಿ ಸಂಶೋಧನೆ ಮಾಡಲಾಗಿದೆ', ); diff --git a/kn/series_contributor_role.php b/kn/series_contributor_role.php index affd965..3d4e54b 100644 --- a/kn/series_contributor_role.php +++ b/kn/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/kn/series_place_role.php b/kn/series_place_role.php index 9559039..d26bfe7 100644 --- a/kn/series_place_role.php +++ b/kn/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/kn/series_time_role.php b/kn/series_time_role.php index 38e66d9..7ad6de7 100644 --- a/kn/series_time_role.php +++ b/kn/series_time_role.php @@ -1,6 +1,6 @@ 'Premiere', - 'time_of_presentation' => 'Time of presentation', + 'premiere' => 'ಪ್ರಥಮ ಪ್ರದರ್ಶನ', + 'time_of_presentation' => 'ಪ್ರಸ್ತುತಿಯ ಸಮಯ', ); diff --git a/kn/shipment_method_set.php b/kn/shipment_method_set.php index e0ffe9f..e37ce71 100644 --- a/kn/shipment_method_set.php +++ b/kn/shipment_method_set.php @@ -1,7 +1,7 @@ 'Unknown', - 'car' => 'By car', - 'ship' => 'By ship', + 'unknown' => 'ಅಪರಿಚಿತ', + 'car' => 'ಕಾರಿನ ಮೂಲಕ', + 'ship' => 'ಹಡಗಿನಿಂದ', ); diff --git a/kn/source_type_set.php b/kn/source_type_set.php index 2db082b..84d4770 100644 --- a/kn/source_type_set.php +++ b/kn/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', + 'article' => 'ಲೇಖನ', + 'inbook' => 'ಸಂಗ್ರಹಿಸಿದ ಸಂಪುಟದಲ್ಲಿರುವ ಲೇಖನ', + 'book' => 'ಪುಸ್ತಕ', + 'phdthesis' => 'ಪಿಎಚ್ಡಿ ಪ್ರಬಂಧ', + 'electronical' => 'ವಿದ್ಯುನ್ಮಾನ ಸಂಪನ್ಮೂಲ', + 'misc' => 'ವಿವಿಧ', + 'patent' => 'ಪೇಟೆಂಟ್', 'unpublished' => 'Unpublished', );