New translations notifications.php (Czech)

This commit is contained in:
Cachet Bot
2020-02-18 13:00:17 +00:00
parent e789bf4719
commit a846b1e63d
+41 -41
View File
@@ -13,83 +13,83 @@ return [
'component' => [ 'component' => [
'status_update' => [ 'status_update' => [
'mail' => [ 'mail' => [
'subject' => 'Component Status Updated', 'subject' => 'Aktualizován stav komponenty',
'greeting' => 'A component\'s status was updated!', 'greeting' => 'Stav kompomenty byl aktualizován!',
'content' => ':name status changed from :old_status to :new_status.', 'content' => ':name změnil stav z :old_status na :new_status.',
'action' => 'View', 'action' => 'Zobrazit',
], ],
'slack' => [ 'slack' => [
'title' => 'Component Status Updated', 'title' => 'Aktualizován stav komponenty',
'content' => ':name status changed from :old_status to :new_status.', 'content' => ':name změnil stav z :old_status na :new_status.',
], ],
'sms' => [ 'sms' => [
'content' => ':name status changed from :old_status to :new_status.', 'content' => ':name změnil stav z :old_status na :new_status.',
], ],
], ],
], ],
'incident' => [ 'incident' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'New Incident Reported', 'subject' => 'Nahlášena nová událost',
'greeting' => 'A new incident was reported at :app_name.', 'greeting' => 'Nová událost byla nahlášena v :app_name.',
'content' => 'Incident :name was reported', 'content' => 'Událost :name byla nahlášena',
'action' => 'View', 'action' => 'Zobrazit',
], ],
'slack' => [ 'slack' => [
'title' => 'Incident :name Reported', 'title' => 'Událost :name nahlášena',
'content' => 'A new incident was reported at :app_name', 'content' => 'Nová událost byla nahlášena v :app_name',
], ],
'sms' => [ 'sms' => [
'content' => 'A new incident was reported at :app_name.', 'content' => 'Nová událost byla nahlášena v :app_name.',
], ],
], ],
'update' => [ 'update' => [
'mail' => [ 'mail' => [
'subject' => 'Incident Updated', 'subject' => 'Událost aktualizována',
'content' => ':name was updated', 'content' => ':name byl aktualizován',
'title' => ':name was updated to :new_status', 'title' => ':name změnil stav na :new_status',
'action' => 'View', 'action' => 'Zobrazit',
], ],
'slack' => [ 'slack' => [
'title' => ':name Updated', 'title' => ':name byl aktualizován',
'content' => ':name was updated to :new_status', 'content' => ':name změnil stav na :new_status',
], ],
'sms' => [ 'sms' => [
'content' => 'Incident :name was updated', 'content' => 'Událost :name byla aktualizována',
], ],
], ],
], ],
'schedule' => [ 'schedule' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'New Schedule Created', 'subject' => 'Nový plán vytvořen',
'content' => ':name was scheduled for :date', 'content' => ':name bylo naplánováno na :date',
'title' => 'A new scheduled maintenance was created.', 'title' => 'Nová plánovaná údržba byla vytvořena.',
'action' => 'View', 'action' => 'Zobrazit',
], ],
'slack' => [ 'slack' => [
'title' => 'New Schedule Created!', 'title' => 'Nový plán vytvořen!',
'content' => ':name was scheduled for :date', 'content' => ':name bylo naplánováno na :date',
], ],
'sms' => [ 'sms' => [
'content' => ':name was scheduled for :date', 'content' => ':name bylo naplánováno na :date',
], ],
], ],
], ],
'subscriber' => [ 'subscriber' => [
'verify' => [ 'verify' => [
'mail' => [ 'mail' => [
'subject' => 'Verify Your Subscription', 'subject' => 'Potvrďte váš odběr',
'content' => 'Click to verify your subscription to :app_name status page.', 'content' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
'title' => 'Verify your subscription to :app_name status page.', 'title' => 'Potvrďte svůj odběr stavové stránky :app_name.',
'action' => 'Verify', 'action' => 'Ověřit',
], ],
], ],
'manage' => [ 'manage' => [
'mail' => [ 'mail' => [
'subject' => 'Manage Your Subscription', 'subject' => 'Spravovat e-mailové odběry',
'content' => 'Click to manage your subscription to :app_name status page.', 'content' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
'title' => 'Click to manage your subscription to :app_name status page.', 'title' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
'action' => 'Spravovat odběry', 'action' => 'Spravovat odběry',
], ],
], ],
@@ -97,8 +97,8 @@ return [
'system' => [ 'system' => [
'test' => [ 'test' => [
'mail' => [ 'mail' => [
'subject' => 'Ping from Cachet!', 'subject' => 'Ping z Cachet!',
'content' => 'This is a test notification from Cachet!', 'content' => 'Toto je testovací oznámení z Cachet!',
'title' => '🔔', 'title' => '🔔',
], ],
], ],
@@ -106,10 +106,10 @@ return [
'user' => [ 'user' => [
'invite' => [ 'invite' => [
'mail' => [ 'mail' => [
'subject' => 'Your invitation is inside...', 'subject' => 'Uvnitř najdete pozvánku...',
'content' => 'You have been invited to join :app_name status page.', 'content' => 'Byl jste pozván, abyste se připojil ke stavové stránce :app_name.',
'title' => 'You\'re invited to join :app_name status page.', 'title' => 'Jste pozváni, abyste se připojili ke stavové stránce :app_name.',
'action' => 'Accept', 'action' => 'Potvrdit',
], ],
], ],
], ],