New translations cachet.php (Czech)

This commit is contained in:
Cachet Bot
2020-02-18 12:10:30 +00:00
parent 190f632815
commit 675b7e5e94

View File

@@ -14,7 +14,7 @@ return [
'components' => [ 'components' => [
'last_updated' => 'Poslední aktualizace :timestamp', 'last_updated' => 'Poslední aktualizace :timestamp',
'status' => [ 'status' => [
0 => 'Unknown', 0 => 'Neznámý',
1 => 'V provozu', 1 => 'V provozu',
2 => 'Problémy s výkonem', 2 => 'Problémy s výkonem',
3 => 'Částečný výpadek', 3 => 'Částečný výpadek',
@@ -23,19 +23,19 @@ return [
'group' => [ 'group' => [
'other' => 'Ostatní služby', 'other' => 'Ostatní služby',
], ],
'select_all' => 'Select All', 'select_all' => 'Označit vše',
'deselect_all' => 'Deselect All', 'deselect_all' => 'Odznačit vše',
], ],
// Incidents // Incidents
'incidents' => [ 'incidents' => [
'none' => 'Nejsou nahlášeny žádné incidenty', 'none' => 'Nejsou nahlášeny žádné incidenty',
'past' => 'Minulé incidenty', 'past' => 'Minulé incidenty',
'stickied' => 'Stickied Incidents', 'stickied' => 'Připnuté incidenty',
'scheduled' => 'Maintenance', 'scheduled' => 'Plánovaná odstávka',
'scheduled_at' => ', plánované na :timestamp', 'scheduled_at' => ', plánované na :timestamp',
'posted' => 'Posted :timestamp by :username', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Publikováno :timestamp',
'status' => [ 'status' => [
1 => 'Zkoumání příčiny', 1 => 'Zkoumání příčiny',
2 => 'Problém identifikován', 2 => 'Problém identifikován',
@@ -47,17 +47,17 @@ return [
// Schedule // Schedule
'schedules' => [ 'schedules' => [
'status' => [ 'status' => [
0 => 'Upcoming', 0 => 'Blížící se',
1 => 'In Progress', 1 => 'Probíhající',
2 => 'Complete', 2 => 'Hotovo',
], ],
], ],
// Service Status // Service Status
'service' => [ 'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational', 'good' => '[0,1] Služba je v provozu|[2,*]Všechny služby fungují bez problémů',
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues', 'bad' => '[0,1] Služba má problémy|[2,Inf] Některá ze služeb má problémy',
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues', 'major' => '[0,1] Služba má celkový výpadek|[2,Inf] Některé služby mají celkový výpadek',
], ],
'api' => [ 'api' => [
@@ -77,7 +77,7 @@ return [
// Subscriber // Subscriber
'subscriber' => [ 'subscriber' => [
'subscribe' => 'Subscribe to status changes and incident updates', 'subscribe' => 'Přihlaste se změnám stavu a aktualizacím incidentů',
'unsubscribe' => 'Unsubscribe', 'unsubscribe' => 'Unsubscribe',
'button' => 'Přihlásit', 'button' => 'Přihlásit',
'manage_subscription' => 'Manage subscription', 'manage_subscription' => 'Manage subscription',