From 2c28afedef42aefa28435a112ab7ee80e2160a1d Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 17 Sep 2025 15:12:34 +0000 Subject: [PATCH] Approval. --- cs/actor_variant_types_set.php | 18 ++++----- cs/appointment_attendance_modes.php | 2 +- cs/appointment_cancellation_status_set.php | 4 +- cs/appointment_contributor_roles.php | 4 +- cs/appointment_status.php | 8 ++-- cs/closer_location_types_set.php | 6 +-- cs/colors_set.php | 32 +++++++-------- cs/conservation_report_type_set.php | 12 +++--- cs/currencies_set.php | 32 +++++++-------- cs/custom_report_targets_set.php | 8 ++-- cs/disposal_method_set.php | 6 +-- cs/entry_types.php | 34 ++++++++-------- cs/eventtype_groups.php | 8 ++-- cs/eventtype_name.php | 46 +++++++++++----------- cs/eventtype_persinst.php | 2 +- 15 files changed, 111 insertions(+), 111 deletions(-) diff --git a/cs/actor_variant_types_set.php b/cs/actor_variant_types_set.php index 93976ad..db6bf34 100644 --- a/cs/actor_variant_types_set.php +++ b/cs/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' => 'Rodné jméno', + 'married_name' => 'Jméno po svatbě', + 'monastic_name' => 'Klášterní jméno', + 'pseudonym' => 'pseudonym', + 'regnal_name' => 'královské jméno', + 'nickname' => 'Přezdívka', + 'artist_name' => 'Jméno umělce', + 'civil_name' => 'občanské jméno', + 'generic_other_name' => 'Alternativní pravopis (obecný)', ); diff --git a/cs/appointment_attendance_modes.php b/cs/appointment_attendance_modes.php index 7d1ebb7..abd87e6 100644 --- a/cs/appointment_attendance_modes.php +++ b/cs/appointment_attendance_modes.php @@ -3,5 +3,5 @@ declare(strict_types = 1); $appointment_attendance_modes = array ( 'offline' => 'Offline', 'online' => 'Online', - 'mixed' => 'Offline and online', + 'mixed' => 'Offline a online', ); diff --git a/cs/appointment_cancellation_status_set.php b/cs/appointment_cancellation_status_set.php index 90e4359..907eb31 100644 --- a/cs/appointment_cancellation_status_set.php +++ b/cs/appointment_cancellation_status_set.php @@ -1,6 +1,6 @@ 'Scheduled or done as planned', - 'cancelled' => 'Cancelled', + 'scheduled_done' => 'Naplánováno nebo provedeno dle plánu', + 'cancelled' => 'Zrušeno', ); diff --git a/cs/appointment_contributor_roles.php b/cs/appointment_contributor_roles.php index b5f828b..fa1a0c5 100644 --- a/cs/appointment_contributor_roles.php +++ b/cs/appointment_contributor_roles.php @@ -1,6 +1,6 @@ 'Organizer', - 'presenter' => 'Presenter', + 'organizer' => 'Organizátor', + 'presenter' => 'Přednášející', ); diff --git a/cs/appointment_status.php b/cs/appointment_status.php index 5d7dca5..f39105e 100644 --- a/cs/appointment_status.php +++ b/cs/appointment_status.php @@ -1,8 +1,8 @@ 'Scheduled', - 'cancelled' => 'Cancelled', - 'moved_online' => 'Moved online', - 'postponed' => 'Postponed', + 'scheduled' => 'Naplánováno', + 'cancelled' => 'Zrušeno', + 'moved_online' => 'Přesunuto online', + 'postponed' => 'Odloženo', ); diff --git a/cs/closer_location_types_set.php b/cs/closer_location_types_set.php index 5ab0cb4..e5751a7 100644 --- a/cs/closer_location_types_set.php +++ b/cs/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 => 'Místo záznamu', + 2 => 'Místo objevu', + 3 => 'Bývalé místo', ); diff --git a/cs/colors_set.php b/cs/colors_set.php index f87fb38..4bad6eb 100644 --- a/cs/colors_set.php +++ b/cs/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' => 'Černý', + 'green' => 'Zelený', + 'silver' => 'Stříbro', + 'lime' => 'Vápno', + 'gray' => 'Šedá', + 'olive' => 'olivový', + 'white' => 'Bílý', + 'yellow' => 'Žluť', + 'maroon' => 'Hnědý', + 'navy' => 'tmavě modrá', + 'red' => 'Červený', + 'blue' => 'Modrý', + 'purple' => 'Fialová', + 'teal' => 'modrozelená', + 'fuchsia' => 'sytě růžová', + 'aqua' => 'Tyrkysový', ); diff --git a/cs/conservation_report_type_set.php b/cs/conservation_report_type_set.php index 1a06232..10ca762 100644 --- a/cs/conservation_report_type_set.php +++ b/cs/conservation_report_type_set.php @@ -1,10 +1,10 @@ 'Damage', - 'conservation' => 'Conservation', - 'condition' => 'Condition', - 'restoration' => 'Restoration', - 'other_report' => 'Other report', - 'other' => 'Other report', + 'damage' => 'Poškození', + 'conservation' => 'Zachování', + 'condition' => 'Stav', + 'restoration' => 'Obnovení', + 'other_report' => 'Jiná zpráva', + 'other' => 'Jiná zpráva', ); diff --git a/cs/currencies_set.php b/cs/currencies_set.php index 1db0ba1..2931a73 100644 --- a/cs/currencies_set.php +++ b/cs/currencies_set.php @@ -2,27 +2,27 @@ declare(strict_types = 1); $currencies_set = array ( 'eu-EUR' => 'Euro', - 'de-DM' => 'Deutsche Mark', - 'de-RM' => 'Reichsmark (Germany)', - 'es-Real' => 'Spanish Real', + 'de-DM' => 'Německá marka', + 'de-RM' => 'Říšská marka (Německo)', + 'es-Real' => 'Španělský real', 'hu-Ft' => 'Forint', 'hu-Lari' => 'Lari', 'hu-Pengő' => 'Pengő', - 'id-IDR' => 'Indonesian Rupiah', + 'id-IDR' => 'Indonéská rupie', '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', + 'ddr-Mark' => 'Marka (NDR)', + 'ddr-MDN' => 'MDN (NDR)', + 'hu-Korona' => 'Rakousko-uherská koruna', + 'fr-FF' => 'Francouzský frank', + 'uk-GBP' => 'Libra šterlinků', + 'by-BYN' => 'Běloruský rubl', + 'ru-RUB' => 'Ruský rubl', + 'su-SUR' => 'Sovětský rubl', + 'ua-UAH' => 'Ukrajinská hřivna', + 'ch-CHF' => 'Švýcarský frank', + 'ua-UAK' => 'Ukrajinské karbovanety', ); $license_full_names = array ( - 'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates', + 'CC BY-NC-ND' => 'Uvedení zdroje - Nekomerční - Bez odvozenin', ); diff --git a/cs/custom_report_targets_set.php b/cs/custom_report_targets_set.php index 738c958..2263208 100644 --- a/cs/custom_report_targets_set.php +++ b/cs/custom_report_targets_set.php @@ -1,8 +1,8 @@ 'Single object', - 'object_list' => 'Multiple objects', - 'loan' => 'Loan', - 'exhibition' => 'Exhibition', + 'object_single' => 'Jeden objekt', + 'object_list' => 'Více objektů', + 'loan' => 'Půjčka', + 'exhibition' => 'Výstava', ); diff --git a/cs/disposal_method_set.php b/cs/disposal_method_set.php index 29111db..32039b8 100644 --- a/cs/disposal_method_set.php +++ b/cs/disposal_method_set.php @@ -1,7 +1,7 @@ 'Sold', - 'destroyed' => 'Destroyed', - 'garbage' => 'Thrown away / garbage collection', + 'sold' => 'Prodáno', + 'destroyed' => 'Zničeno', + 'garbage' => 'Vyhozený / svoz odpadu', ); diff --git a/cs/entry_types.php b/cs/entry_types.php index 1b5e08a..9765b0f 100644 --- a/cs/entry_types.php +++ b/cs/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 => 'Dar', + 2 => 'Nákup', + 3 => 'Výkop', + 4 => 'Záchrana v nouzi', + 5 => 'Dědictví', + 6 => 'Nadace', + 7 => 'Vyvlastnění', + 8 => 'Původní stav', + 9 => 'Půjčka', + 10 => 'Výměna', + 11 => 'Vlastní výroba', + 12 => 'Materiální deformace (Törzsanyag)', + 14 => 'Předchůdce', + 15 => 'Nález', + 98 => 'K zkontrolování', + 99 => 'Jiné právní nabytí', + 16 => 'Trvalá půjčka', ); diff --git a/cs/eventtype_groups.php b/cs/eventtype_groups.php index 6c22e9f..ac2157a 100644 --- a/cs/eventtype_groups.php +++ b/cs/eventtype_groups.php @@ -1,8 +1,8 @@ 'Production', - 'post_production' => 'Post-production', - 'pre_production' => 'Pre-production', - 'no_production' => 'No production', + 'production' => 'Výroba', + 'post_production' => 'Postprodukce', + 'pre_production' => 'Předprodukce', + 'no_production' => 'Žádná produkce', ); diff --git a/cs/eventtype_name.php b/cs/eventtype_name.php index 2e7117d..0bd37ea 100644 --- a/cs/eventtype_name.php +++ b/cs/eventtype_name.php @@ -1,29 +1,29 @@ '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', + 1 => 'Vytvořeno', + 2 => 'Nalezeno', + 3 => 'Publikováno', + 4 => 'Vytvoření šablony', + 5 => 'Byl zobrazen (herec)', + 6 => 'Byl použit', + 7 => 'Písemné', + 8 => 'Sebrané', + 9 => 'Malované', + 10 => 'Pořízený snímek', + 11 => 'Přijato', + 12 => 'Vyrobená tisková deska', + 13 => 'Odesláno', + 14 => 'Vydáno', + 15 => 'Podepsaný', + 16 => 'První popis', + 19 => 'Nakresleno', + 20 => 'Zkopírováno (ručně)', + 21 => 'Žil', + 22 => '[Vztah k lokalitě]', + 23 => '[Vztah k osobě nebo instituci]', + 24 => '[Vztah k času]', + 25 => 'Uvedeno do provozu', 26 => 'Printed', 27 => 'Recorded', 28 => 'Sung', diff --git a/cs/eventtype_persinst.php b/cs/eventtype_persinst.php index b9b864f..80902a3 100644 --- a/cs/eventtype_persinst.php +++ b/cs/eventtype_persinst.php @@ -1,7 +1,7 @@ 'created by', + 1 => 'vytvořil(a)', 2 => 'found by', 3 => 'published by', 4 => 'templates created by',