From b3e8d4b7ee8de56298ff9ce590d2ab9b28d3b753 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:10:51 +0100
Subject: [PATCH] New translations dashboard.php (Czech)
---
resources/lang/cs-CZ/dashboard.php | 224 ++++++++++++++---------------
1 file changed, 112 insertions(+), 112 deletions(-)
diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php
index 3f70a368..d0add6e9 100644
--- a/resources/lang/cs-CZ/dashboard.php
+++ b/resources/lang/cs-CZ/dashboard.php
@@ -11,16 +11,16 @@
return [
- 'dashboard' => 'Dashboard',
+ 'dashboard' => 'Řídicí panel',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents & Maintenance',
- 'incidents' => 'Incidents',
+ 'incidents' => 'Incidenty',
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.',
- 'incident-create-template' => 'Create Template',
- 'incident-templates' => 'Incident Templates',
+ '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',
@@ -37,37 +37,37 @@ return [
],
'reported_by' => 'Reported by :user',
'add' => [
- 'title' => 'Report an incident',
- 'success' => 'Incident added.',
- 'failure' => 'There was an error adding the incident, please try again.',
+ 'title' => 'Nahlásit incident',
+ 'success' => 'Incident byl přidán.',
+ 'failure' => 'Došlo k chybě při přidávání události, opakujte akci.',
],
'edit' => [
- 'title' => 'Edit an incident',
- 'success' => 'Incident updated.',
- 'failure' => 'There was an error editing the incident, please try again.',
+ 'title' => 'Upravit incident',
+ 'success' => 'Incident aktualizován.',
+ 'failure' => 'Došlo k chybě při editaci události, opakujte akci.',
],
'delete' => [
- 'success' => 'The incident has been deleted and will not show on your status page.',
- 'failure' => 'The incident could not be deleted, please try again.',
+ 'success' => 'Událost byla odstraněna a už se nebude zobrazovat na stavové stránce.',
+ 'failure' => 'Událost se nepodařilo smazat, opakujte akci.',
],
// Incident templates
'templates' => [
- 'title' => 'Incident Templates',
+ 'title' => 'Šablony incidentů',
'add' => [
- 'title' => 'Create an incident template',
+ 'title' => 'Vytvořit šablonu incidentu',
'message' => 'Create your first incident template.',
- 'success' => 'Your new incident template has been created.',
- 'failure' => 'Something went wrong with the incident template.',
+ 'success' => 'Byla vytvořena nová šablona události.',
+ 'failure' => 'Se šablonou události se něco pokazilo.',
],
'edit' => [
- 'title' => 'Edit Template',
- 'success' => 'The incident template has been updated.',
- 'failure' => 'Something went wrong updating the incident template',
+ 'title' => 'Upravit šablonu',
+ 'success' => 'Šablona události byla aktualizována.',
+ 'failure' => 'Při aktualizaci šablony incidentu se něco pokazilo',
],
'delete' => [
- 'success' => 'The incident template has been deleted.',
- 'failure' => 'The incident template could not be deleted, please try again.',
+ 'success' => 'Šablona události byla smazána.',
+ 'failure' => 'Šablonu události se nepodařilo smazat, opakujte akci.',
],
],
],
@@ -76,7 +76,7 @@ return [
'schedule' => [
'schedule' => 'Maintenance',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.',
- 'scheduled_at' => 'Scheduled at :timestamp',
+ 'scheduled_at' => 'Naplánováno na :timestamp',
'add' => [
'title' => 'Add Maintenance',
'success' => 'Maintenance added.',
@@ -95,136 +95,136 @@ return [
// Components
'components' => [
- 'components' => 'Components',
- 'component_statuses' => 'Component Statuses',
- 'listed_group' => 'Grouped under :name',
+ 'components' => 'Služby',
+ 'component_statuses' => 'Stavy služeb',
+ 'listed_group' => 'Seskupeno podle :name',
'add' => [
- 'title' => 'Add a component',
- 'message' => 'You should add a component.',
- 'success' => 'Component created.',
- 'failure' => 'Something went wrong with the component group, please try again.',
+ 'title' => 'Přidat službu',
+ 'message' => 'Měli byste přidat službu.',
+ 'success' => 'Služba vytvořena.',
+ 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
],
'edit' => [
- 'title' => 'Edit a component',
- 'success' => 'Component updated.',
- 'failure' => 'Something went wrong with the component group, please try again.',
+ 'title' => 'Upravit službu',
+ 'success' => 'Služba byla aktualizována.',
+ 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
],
'delete' => [
- 'success' => 'The component has been deleted!',
- 'failure' => 'The component could not be deleted, please try again.',
+ 'success' => 'Služba byla smazána!',
+ 'failure' => 'Služba nemůže být odstraněna, opakujte akci.',
],
// Component groups
'groups' => [
- 'groups' => 'Component group|Component groups',
- 'no_components' => 'You should add a component group.',
+ 'groups' => 'Skupina služeb|Skupiny služeb',
+ 'no_components' => 'Můžete přidat skupinu služeb.',
'add' => [
- 'title' => 'Add a component group',
- 'success' => 'Component group added.',
- 'failure' => 'Something went wrong with the component group, please try again.',
+ 'title' => 'Přidat skupinu služeb',
+ 'success' => 'Skupina služeb byla přidána.',
+ 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
],
'edit' => [
- 'title' => 'Edit a component group',
- 'success' => 'Component group updated.',
- 'failure' => 'Something went wrong with the component group, please try again.',
+ 'title' => 'Upravit skupinu komponent',
+ 'success' => 'Skupina služeb byla aktualizována.',
+ 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
],
'delete' => [
- 'success' => 'Component group has been deleted!',
- 'failure' => 'The component group could not be deleted, please try again.',
+ 'success' => 'Skupina služeb byla smazána!',
+ 'failure' => 'Skupina komponent nemohla být smazána, zkus to znova.',
],
],
],
// Metrics
'metrics' => [
- 'metrics' => 'Metrics',
+ 'metrics' => 'Metriky',
'add' => [
- 'title' => 'Create a metric',
- 'message' => 'You should add a metric.',
- 'success' => 'Metric created.',
- 'failure' => 'Something went wrong with the metric, please try again.',
+ 'title' => 'Vytvořit metriku',
+ 'message' => 'Měli byste přidat metriku.',
+ 'success' => 'Metrika vytvořena.',
+ 'failure' => 'Něco se pokazilo s metrikou, zkus to znova.',
],
'edit' => [
- 'title' => 'Edit a metric',
- 'success' => 'Metric updated.',
- 'failure' => 'Something went wrong with the metric, please try again.',
+ 'title' => 'Upravit metriku',
+ 'success' => 'Metrika aktualizována.',
+ 'failure' => 'Něco se pokazilo s metrikou, zkus to znova.',
],
'delete' => [
- 'success' => 'The metric has been deleted and will no longer display on your status page.',
- 'failure' => 'The metric could not be deleted, please try again.',
+ 'success' => 'Měření bylo smazáno a už se nebude zobrazovat na stavové stránce.',
+ 'failure' => 'Měření nemohlo být odstraněno, opakujte akci.',
],
],
// Subscribers
'subscribers' => [
- 'subscribers' => 'Subscribers',
- 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
+ 'subscribers' => 'Odběratelé',
+ 'description' => 'Pokud dojde ke vzniku incidentu nebo služby, odběratelé obdrží aktualizace e-mailem.',
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
- 'verified' => 'Verified',
- 'not_verified' => 'Not verified',
- 'subscriber' => ':email, subscribed :date',
- 'no_subscriptions' => 'Subscribed to all updates',
+ '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',
'add' => [
- 'title' => 'Add a new subscriber',
- 'success' => 'Subscriber has been added!',
- 'failure' => 'Something went wrong adding the subscriber, please try again.',
- 'help' => 'Enter each subscriber on a new line.',
+ 'title' => 'Přidat nového odběratele',
+ 'success' => 'Odběratel přidán.',
+ 'failure' => 'Něco se pokazilo při přidávání odběratele, opakujte akci.',
+ 'help' => 'Zadejte každého odběratele na nový řádek.',
],
'edit' => [
- 'title' => 'Update subscriber',
- 'success' => 'Subscriber has been updated!',
- 'failure' => 'Something went wrong editing the subscriber, please try again.',
+ 'title' => 'Aktualizovat odeběratele',
+ 'success' => 'Odběratel aktualizován.',
+ 'failure' => 'Něco se pokazilo při úpravě odběratele, zkus to znova.',
],
],
// Team
'team' => [
- 'team' => 'Team',
- 'member' => 'Member',
- 'profile' => 'Profile',
+ 'team' => 'Tým',
+ 'member' => 'Člen',
+ 'profile' => 'Profil',
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'add' => [
- 'title' => 'Add a new team member',
- 'success' => 'Team member added.',
- 'failure' => 'The team member could not be added, please try again.',
+ 'title' => 'Přidat nového člena týmu',
+ 'success' => 'Nový člen týmu byl přidán.',
+ 'failure' => 'Člena týmu se nezdařilo přidat, opakujte akci.',
],
'edit' => [
- 'title' => 'Update profile',
- 'success' => 'Profile updated.',
- 'failure' => 'Something went wrong updating the profile, please try again.',
+ 'title' => 'Aktualizovat profil',
+ 'success' => 'Profil byl aktualizován.',
+ 'failure' => 'Něco se pokazilo při aktualizaci profilu, zkus to znova.',
],
'delete' => [
- 'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
- 'failure' => 'The team member could not be added, please try again.',
+ 'success' => 'Člen týmu byl smazán a již nebude mít přístup do řídícího panelu!',
+ 'failure' => 'Člena týmu se nezdařilo přidat, opakujte akci.',
],
'invite' => [
- 'title' => 'Invite a new team member',
- 'success' => 'An invite has been sent',
- 'failure' => 'The invite could not be sent, please try again.',
+ 'title' => 'Pozvat nového člena týmu',
+ 'success' => 'Pozvánka byla odeslána',
+ 'failure' => 'Pozvánka nemohla být odeslána, zkus to znova.',
],
],
// Settings
'settings' => [
- 'settings' => 'Settings',
+ 'settings' => 'Nastavení',
'app-setup' => [
- 'app-setup' => 'Application Setup',
- 'images-only' => 'Only images may be uploaded.',
- 'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
+ 'app-setup' => 'Nastavení aplikace',
+ 'images-only' => 'Nahrány mohou být pouze obrázky.',
+ 'too-big' => 'Soubor, který nahráváte, je příliš velký. Nahrajte obrázek menší než :velikost',
],
'analytics' => [
- 'analytics' => 'Analytics',
+ 'analytics' => 'Monitoring přístupů',
],
'log' => [
'log' => 'Log',
],
'localization' => [
- 'localization' => 'Localization',
+ 'localization' => 'Lokální nastavení',
],
'customization' => [
- 'customization' => 'Customization',
- 'header' => 'Custom Header HTML',
- 'footer' => 'Custom Footer HTML',
+ 'customization' => 'Vlastní nastavení',
+ 'header' => 'Vlastní hlavička HTML',
+ 'footer' => 'Vlastní zápatí HTML',
],
'mail' => [
'mail' => 'Mail',
@@ -235,55 +235,55 @@ return [
],
],
'security' => [
- 'security' => 'Security',
- 'two-factor' => 'Users without two-factor authentication',
+ 'security' => 'Zabezpečení',
+ 'two-factor' => 'Uživatelé bez dvoufaktorového ověřování',
],
'stylesheet' => [
- 'stylesheet' => 'Stylesheet',
+ 'stylesheet' => 'Šablona stylů',
],
'theme' => [
- 'theme' => 'Theme',
+ 'theme' => 'Nastavení vzhledu',
],
'edit' => [
- 'success' => 'Settings saved.',
- 'failure' => 'Settings could not be saved.',
+ 'success' => 'Nastavení uložena.',
+ 'failure' => 'Nastavení nelze uložit.',
],
'credits' => [
- 'credits' => 'Credits',
- 'contributors' => 'Contributors',
- 'license' => 'Cachet is a BSD-3-licensed open source project, released by Alt Three Services Limited.',
- 'backers-title' => 'Backers & Sponsors',
+ 'credits' => 'Autoři',
+ 'contributors' => 'Přispěvatelé',
+ 'license' => 'Cachet je open-sourcový projekt pod BSD-3-licencí, vydávaný Alt Three Services Limited.',
+ 'backers-title' => 'Podporovatelé a sponzoři',
'backers' => 'If you\'d like to support future development, check out the Cachet Patreon campaign.',
- 'thank-you' => 'Thank you to each and every one of the :count contributors.',
+ 'thank-you' => 'Děkujeme každému z :count přispěvatelů.',
],
],
// Login
'login' => [
- 'login' => 'Login',
- 'logged_in' => 'You\'re logged in.',
+ 'login' => 'Přihlášení',
+ 'logged_in' => 'Jste přihlášeni.',
'welcome' => 'Welcome back!',
- 'two-factor' => 'Please enter your token.',
+ 'two-factor' => 'Zadejte prosím váš token.',
],
// Sidebar footer
- 'help' => 'Help',
- 'status_page' => 'Status Page',
- 'logout' => 'Logout',
+ 'help' => 'Nápověda',
+ 'status_page' => 'Stavová stránka',
+ 'logout' => 'Odhlásit',
// Notifications
'notifications' => [
- 'notifications' => 'Notifications',
- 'awesome' => 'Awesome.',
- 'whoops' => 'Whoops.',
+ 'notifications' => 'Oznámení',
+ 'awesome' => 'Vynikající.',
+ 'whoops' => 'Jejda.',
],
// Widgets
'widgets' => [
'support' => 'Support Cachet',
'support_subtitle' => 'Check out our Patreon page!',
- 'news' => 'Latest News',
- 'news_subtitle' => 'Get the latest update',
+ 'news' => 'Poslední novinky',
+ 'news_subtitle' => 'Získat nejnovější aktualizace',
],
// Welcome modal