New translations cachet.php (Czech)

This commit is contained in:
Cachet Bot
2020-02-18 12:20:36 +00:00
parent 9b1e0a22af
commit 1dd362aee7
+9 -9
View File
@@ -78,16 +78,16 @@ return [
// Subscriber // Subscriber
'subscriber' => [ 'subscriber' => [
'subscribe' => 'Přihlaste se změnám stavu a aktualizacím incidentů', 'subscribe' => 'Přihlaste se změnám stavu a aktualizacím incidentů',
'unsubscribe' => 'Unsubscribe', 'unsubscribe' => 'Odhlásit odběr',
'button' => 'Přihlásit', 'button' => 'Přihlásit',
'manage_subscription' => 'Manage subscription', 'manage_subscription' => 'Spravovat odběry',
'manage' => [ 'manage' => [
'notifications' => 'Oznámení', 'notifications' => 'Oznámení',
'notifications_for' => 'Manage notifications for', 'notifications_for' => 'Spravujte oznámení pro',
'no_subscriptions' => 'Aktuálně jsi přihlášen(a) ke všem upozorněním.', 'no_subscriptions' => 'Aktuálně jsi přihlášen(a) ke všem upozorněním.',
'update_subscription' => 'Update Subscription', 'update_subscription' => 'Aktualizovat odběry',
'my_subscriptions' => 'Aktuálně jsi přihlášen(a) k následujícím upozorněním.', 'my_subscriptions' => 'Aktuálně jsi přihlášen(a) k následujícím upozorněním.',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Spravovat odběry na :link',
], ],
'email' => [ 'email' => [
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
@@ -129,9 +129,9 @@ return [
// Meta descriptions // Meta descriptions
'meta' => [ 'meta' => [
'description' => [ 'description' => [
'incident' => 'Details and updates about the :name incident that occurred on :date', 'incident' => 'Podrobnosti a aktuální informace o událost :name, ke které došlo :date',
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', 'schedule' => 'Podrobnosti o plánované údržbě :name od :startDate',
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'subscribe' => 'Přihlaste se k odběru :app, abyste obdrželi aktualizace o událostech a plánované údržbě',
'overview' => 'Držte krok s nejnovějšími aktualizacemi od: app.', 'overview' => 'Držte krok s nejnovějšími aktualizacemi od: app.',
], ],
], ],
@@ -139,7 +139,7 @@ return [
// Other // Other
'home' => 'Hlavní stránka', 'home' => 'Hlavní stránka',
'powered_by' => 'Vytvořeno pomocí <a href="https://cachethq.io" class="links">Cachet</a>.', 'powered_by' => 'Vytvořeno pomocí <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.', 'timezone' => 'Časová zóna je :timezone.',
'about_this_site' => 'O tomto webu', 'about_this_site' => 'O tomto webu',
'rss-feed' => 'RSS', 'rss-feed' => 'RSS',
'atom-feed' => 'Atom', 'atom-feed' => 'Atom',