From 675b7e5e946cb2385fee3eae5b5d9c54ca47568f Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Tue, 18 Feb 2020 12:10:30 +0000 Subject: [PATCH] New translations cachet.php (Czech) --- resources/lang/cs-CZ/cachet.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php index 318ad655..962be0d0 100644 --- a/resources/lang/cs-CZ/cachet.php +++ b/resources/lang/cs-CZ/cachet.php @@ -14,7 +14,7 @@ return [ 'components' => [ 'last_updated' => 'Poslední aktualizace :timestamp', 'status' => [ - 0 => 'Unknown', + 0 => 'Neznámý', 1 => 'V provozu', 2 => 'Problémy s výkonem', 3 => 'Částečný výpadek', @@ -23,19 +23,19 @@ return [ 'group' => [ 'other' => 'Ostatní služby', ], - 'select_all' => 'Select All', - 'deselect_all' => 'Deselect All', + 'select_all' => 'Označit vše', + 'deselect_all' => 'Odznačit vše', ], // Incidents 'incidents' => [ 'none' => 'Nejsou nahlášeny žádné incidenty', 'past' => 'Minulé incidenty', - 'stickied' => 'Stickied Incidents', - 'scheduled' => 'Maintenance', + 'stickied' => 'Připnuté incidenty', + 'scheduled' => 'Plánovaná odstávka', 'scheduled_at' => ', plánované na :timestamp', 'posted' => 'Posted :timestamp by :username', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => 'Publikováno :timestamp', 'status' => [ 1 => 'Zkoumání příčiny', 2 => 'Problém identifikován', @@ -47,17 +47,17 @@ return [ // Schedule 'schedules' => [ 'status' => [ - 0 => 'Upcoming', - 1 => 'In Progress', - 2 => 'Complete', + 0 => 'Blížící se', + 1 => 'Probíhající', + 2 => 'Hotovo', ], ], // Service Status 'service' => [ - 'good' => '[0,1]System operational|[2,*]All systems are operational', - 'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues', - 'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues', + 'good' => '[0,1] Služba je v provozu|[2,*]Všechny služby fungují bez problémů', + 'bad' => '[0,1] Služba má problémy|[2,Inf] Některá ze služeb má problémy', + 'major' => '[0,1] Služba má celkový výpadek|[2,Inf] Některé služby mají celkový výpadek', ], 'api' => [ @@ -77,7 +77,7 @@ return [ // Subscriber 'subscriber' => [ - 'subscribe' => 'Subscribe to status changes and incident updates', + 'subscribe' => 'Přihlaste se změnám stavu a aktualizacím incidentů', 'unsubscribe' => 'Unsubscribe', 'button' => 'Přihlásit', 'manage_subscription' => 'Manage subscription',