From 01e08bc3dd9844b43f21fc9ddb30cd8340d55f00 Mon Sep 17 00:00:00 2001 From: CachetBot <40326150+CachetBot@users.noreply.github.com> Date: Sun, 17 Jun 2018 07:33:59 +0100 Subject: [PATCH] New translations dashboard.php (Czech) --- resources/lang/cs-CZ/dashboard.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php index 60f0299c..6e3bd526 100644 --- a/resources/lang/cs-CZ/dashboard.php +++ b/resources/lang/cs-CZ/dashboard.php @@ -18,24 +18,24 @@ return [ 'incidents' => [ 'title' => 'Incidenty & Plán', 'incidents' => 'Incidenty', - 'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', + 'logged' => '{0}Nejsou hlášeny žádné incidenty, dobrá práce.|[1]Zapsali jste jeden incident.|[2,*]Nahlásili jste :count incidentů.', 'incident-create-template' => 'Vytvořit šablonu', 'incident-templates' => 'Šablony incidentů', 'updates' => [ - 'title' => 'Incident updates for :incident', - 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', + 'title' => 'Aktualizace incidentu :incident', + 'count' => '{0}žádné aktualizace |[1]jedna aktualizace |[2]dvě aktualizace | [3, *] Několik aktualizací', 'add' => [ 'title' => 'Vytvořit novou zprávu k události', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => 'Vaše aktualizace incidentu byla vytvořena.', + 'failure' => 'Při aktualizaci incidentu se něco pokazilo.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'title' => 'Editovat aktualizace incidentu', + 'success' => 'Událost byla aktualizována.', + 'failure' => 'Při aktualizaci incidentu se něco pokazilo', ], ], - 'reported_by' => 'Reported by :user', + 'reported_by' => 'Nahlásil :user', 'add' => [ 'title' => 'Nahlásit incident', 'success' => 'Incident byl přidán.', @@ -75,7 +75,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Plánovaná odstávka', - 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', + 'logged' => '{0}Žádná údržba není v plánu, dobrá práce.|[1]Naplánovali jste jednu údržbu.|[2,*]Jsou v plánu :count údržby.', 'scheduled_at' => 'Naplánováno na :timestamp', 'add' => [ 'title' => 'Přidat plánovanou údržbu', @@ -158,12 +158,12 @@ return [ 'subscribers' => [ 'subscribers' => 'Odběratelé', 'description' => 'Odběratelé obdrží aktualizace e-mailem, pokuď dojde ke vzniku incidentu.', - 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', + 'description_disabled' => 'Chcete-li použít tuto funkci, potřebujete povolit uživatelům registraci pro oznámení.', 'verified' => 'Ověřeno', 'not_verified' => 'Neověřeno', 'subscriber' => ': e-mail, přihlášen: datum', 'no_subscriptions' => 'Přihlášeno k zasílání všech aktualizací', - 'global' => 'Globally subscribed', + 'global' => 'Globálně odebírané', 'add' => [ 'title' => 'Přidat nového odběratele', 'success' => 'Odběratel přidán.',