Approval.

This commit is contained in:
2025-10-09 09:24:33 +00:00
committed by md translation bot
parent 55f334dd18
commit 4fbf5b51c4
7 changed files with 65 additions and 65 deletions

View File

@@ -1,13 +1,13 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$tlPlacetypes = array ( $tlPlacetypes = array (
0 => 'Administrative', 0 => 'Správní',
1 => 'Historical', 1 => 'Historic',
2 => 'Region', 2 => 'oblast',
3 => 'Street', 3 => 'Ulice',
4 => 'Building', 4 => 'Budova',
5 => 'Mountains', 5 => 'Hory',
6 => 'Forest', 6 => 'Les',
7 => 'Body of water', 7 => 'Vodní plocha',
8 => 'Island', 8 => 'Island',
); );

View File

@@ -1,8 +1,8 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$podcast_contributor_roles = array ( $podcast_contributor_roles = array (
'onair' => 'On air', 'onair' => 'Ve vysílání',
'recording' => 'Recording', 'recording' => 'Záznam',
'technical_support' => 'Technical support', 'technical_support' => 'Technická podpora',
'organization' => 'Organization', 'organization' => 'Organizace',
); );

View File

@@ -1,29 +1,29 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$position_set = array ( $position_set = array (
'left' => 'Left', 'left' => 'Vlevo',
'top_left' => 'Top left', 'top_left' => 'Vlevo nahoře',
'top' => 'Top', 'top' => 'Nahoře',
'top_right' => 'Top right', 'top_right' => 'Vpravo nahoře',
'right' => 'Right', 'right' => 'Právo',
'bottom_right' => 'Bottom right', 'bottom_right' => 'Vpravo dole',
'bottom' => 'Bottom', 'bottom' => 'Dno',
'bottom_left' => 'Bottom left', 'bottom_left' => 'Vlevo dole',
'center' => 'Center', 'center' => 'centrum',
'rear_side' => 'Rear side', 'rear_side' => 'Zadní strana',
'edge' => 'Edge', 'edge' => 'Okraj',
'other' => 'Other', 'other' => 'Ostatní',
'inside' => 'Inside', 'inside' => 'Uvnitř',
'underside' => 'Underside', 'underside' => 'Spodní strana',
'topside' => 'Topside', 'topside' => 'Vrchní strana',
'front_front' => 'Full front', 'front_front' => 'Celá přední strana',
'rear_left' => 'Rear side: left', 'rear_left' => 'Zadní strana: le',
'rear_top_left' => 'Rear side: top left', 'rear_top_left' => 'Zadní strana: vlevo nahoře',
'rear_top' => 'Rear side: top', 'rear_top' => 'Zadní strana: horní',
'rear_top_right' => 'Rear side: top right', 'rear_top_right' => 'Zadní strana: vpravo nahoře',
'rear_right' => 'Rear side: right', 'rear_right' => 'Zadní strana: pravá',
'rear_bottom_right' => 'Rear side: bottom right', 'rear_bottom_right' => 'Zadní strana: vpravo dole',
'rear_bottom' => 'Rear side: bottom', 'rear_bottom' => 'Zadní strana: spodní',
'rear_bottom_left' => 'Rear side: bottom left', 'rear_bottom_left' => 'Zadní strana: vlevo dole',
'rear_center' => 'Rear side: center', 'rear_center' => 'Zadní strana: střed',
); );

View File

@@ -1,18 +1,18 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$process_types = array ( $process_types = array (
'project' => 'Project', 'project' => 'Projekt',
'grant_application' => 'Grant application', 'grant_application' => 'Žádost o grant',
'exhibition' => 'Exhibition', 'exhibition' => 'Výstava',
'appointment' => 'Appointment / Event', 'appointment' => 'Schůzka / Událost',
'loan_incoming' => 'Loan (incoming)', 'loan_incoming' => 'Půjčka (příchozí)',
'loan_outgoing' => 'Loan (outgoing)', 'loan_outgoing' => 'Půjčka (odchozí)',
'employment_ad' => 'Employment ad', 'employment_ad' => 'Inzerát na zaměstnání',
'purchase' => 'Purchase', 'purchase' => 'Nákup',
'deaccession' => 'Deaccession', 'deaccession' => 'Vystoupení',
'construction' => 'Construction measure', 'construction' => 'Stavební opatření',
'pest_control_campaign' => 'Pest control campaign', 'pest_control_campaign' => 'Kampaň na hubení škůdců',
'pr_campaign' => 'PR campaign', 'pr_campaign' => 'PR kampaň',
'relocation' => 'Relocation', 'relocation' => 'Přemístění',
'discussion' => 'Discussion', 'discussion' => 'Diskuse',
); );

View File

@@ -2,5 +2,5 @@
declare(strict_types = 1); declare(strict_types = 1);
$recording_types_set = array ( $recording_types_set = array (
'audio' => 'Audio', 'audio' => 'Audio',
'video' => 'Video', 'video' => 'video',
); );

View File

@@ -1,7 +1,7 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$research_status = array ( $research_status = array (
'bad' => 'Not researched much', 'bad' => 'Moc se nezkoumalo',
'medium' => 'Partly researched', 'medium' => 'Částečně prozkoumané',
'good' => 'Well researched', 'good' => 'Dobře prozkoumané',
); );

View File

@@ -1,16 +1,16 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$series_contributor_role = array ( $series_contributor_role = array (
'author' => 'Author', 'author' => 'Autor',
'director' => 'Director', 'director' => 'Ředitel',
'dramaturg' => 'Dramaturg', 'dramaturg' => 'dramaturg',
'production_designer' => 'Production designer', 'production_designer' => 'Výtvarník/výtvarnice',
'costumer' => 'Costumer', 'costumer' => 'Zákazník',
'musician' => 'Musician', 'musician' => 'Hudebník',
'choreographer' => 'Choreographer', 'choreographer' => 'Choreograf',
'make_up_artist' => 'Make-up artist', 'make_up_artist' => 'Vizážista/Vizážistka',
'speech_trainer' => 'Speech trainer', 'speech_trainer' => 'Řečník',
'puppet_maker' => 'Puppet maker', 'puppet_maker' => 'Loutkář',
'technician' => 'Technician', 'technician' => 'Technician',
'inspector' => 'Inspector', 'inspector' => 'Inspector',
'assistant' => 'Assistant', 'assistant' => 'Assistant',