2016-01-29 22:05:05 +00:00
< ? php
/*
* This file is part of Cachet .
*
* ( c ) Alt Three Services Limited
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
return [
'dashboard' => 'Řídicí panel' ,
// Incidents
'incidents' => [
'title' => 'Incidenty & Plán' ,
'incidents' => 'Incidenty' ,
'logged' => '{0} Nejsou hlášeny žádné incidenty, dobrá práce. | Zapsali jste jeden incident. | Nahlásili jste <strong>:count</strong> incident(y).' ,
'incident-create-template' => 'Vytvořit šablonu' ,
'incident-templates' => 'Šablony incidentů' ,
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Report an incident' ,
2016-03-20 16:26:21 +00:00
'success' => 'Incident added.' ,
'failure' => 'There was an error adding the incident, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Edit an incident' ,
2016-01-29 22:05:05 +00:00
'success' => 'Incident aktualizován.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'There was an error editing the incident, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The incident could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
// Incident templates
'templates' => [
'title' => 'Šablony incidentů' ,
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Create an incident template' ,
'message' => 'You should add an incident template.' ,
2016-03-20 16:26:21 +00:00
'success' => 'Your new incident template has been created.' ,
'failure' => 'Something went wrong with the incident template.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
'title' => 'Edit Template' ,
2016-03-20 16:26:21 +00:00
'success' => 'The incident template has been updated.' ,
'failure' => 'Something went wrong updating the incident template' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'The incident template has been deleted.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The incident template could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Plánovaná odstávka' ,
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.' ,
'scheduled_at' => 'Naplánováno na :timestamp' ,
'add' => [
2016-03-20 16:26:21 +00:00
'title' => 'Add Scheduled Maintenance' ,
'success' => 'Schedule added.' ,
'failure' => 'Something went wrong adding the schedule, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-03-20 16:26:21 +00:00
'title' => 'Edit Scheduled Maintenance' ,
'success' => 'Schedule has been updated!' ,
'failure' => 'Something went wrong editing the schedule, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-03-20 16:26:21 +00:00
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.' ,
'failure' => 'The scheduled maintenance could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
// Components
'components' => [
'components' => 'Služby' ,
'component_statuses' => 'Stavy služeb' ,
'listed_group' => 'Seskupeno podle :name' ,
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Add a component' ,
2016-01-29 22:05:05 +00:00
'message' => 'Měli byste přidat službu.' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component created.' ,
'failure' => 'Something went wrong with the component, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Edit a component' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component updated.' ,
'failure' => 'Something went wrong with the component, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'The component has been deleted!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The component could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
// Component groups
'groups' => [
'groups' => 'Skupina služeb|Skupiny služeb' ,
'no_components' => 'Můžete přidat skupinu služeb.' ,
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Add a component group' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component group added.' ,
'failure' => 'Something went wrong with the component group, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Edit a component group' ,
2016-03-20 16:26:21 +00:00
'success' => 'Component group updated.' ,
'failure' => 'Something went wrong with the component group, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'Component group has been deleted!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The component group could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Metriky' ,
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Create a metric' ,
'message' => 'You should add a metric.' ,
2016-03-20 16:26:21 +00:00
'success' => 'Metric created.' ,
'failure' => 'Something went wrong with the metric, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Edit a metric' ,
2016-03-20 16:26:21 +00:00
'success' => 'Metric updated.' ,
'failure' => 'Something went wrong with the metric, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'The metric has been deleted and will no longer display on your status page.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The metric could not be deleted, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
// Subscribers
'subscribers' => [
2016-03-20 16:26:21 +00:00
'subscribers' => 'Odběratelé' ,
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.' ,
'verified' => 'Ověřeno' ,
'not_verified' => 'Neověřeno' ,
'subscriber' => ':email, subscribed :date' ,
'no_subscriptions' => 'Subscribed to all updates' ,
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Add a new subscriber' ,
2016-01-29 22:05:05 +00:00
'success' => 'Odběratel přidán.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'Something went wrong adding the subscriber, please try again.' ,
2016-05-25 09:45:20 +01:00
'help' => 'Enter each subscriber on a new line.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Update subscriber' ,
2016-01-29 22:05:05 +00:00
'success' => 'Odběratel aktualizován.' ,
2016-03-20 16:26:21 +00:00
'failure' => 'Something went wrong editing the subscriber, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
// Team
'team' => [
'team' => 'Tým' ,
'member' => 'Člen' ,
'profile' => 'Profil' ,
'description' => 'Členové týmu budou schopni přidat nebo upravit komponenty a incidenty.' ,
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Add a new team member' ,
2016-03-20 16:26:21 +00:00
'success' => 'Team member added.' ,
'failure' => 'The team member could not be added, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Update profile' ,
2016-03-20 16:26:21 +00:00
'success' => 'Profile updated.' ,
'failure' => 'Something went wrong updating the profile, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'Team member has been deleted and will no longer have access to the dashboard!' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The team member could not be added, please try again.' ,
2016-01-29 22:05:05 +00:00
],
'invite' => [
2016-02-18 14:16:40 +00:00
'title' => 'Invite a new team member' ,
'success' => 'An invite has been sent' ,
2016-03-20 16:26:21 +00:00
'failure' => 'The invite could not be sent, please try again.' ,
2016-01-29 22:05:05 +00:00
],
],
// Settings
'settings' => [
'settings' => 'Nastavení' ,
'app-setup' => [
'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' ,
],
'localization' => [
'localization' => 'Localization' ,
],
2016-03-20 16:26:21 +00:00
'customization' => [
'customization' => 'Customization' ,
'header' => 'Custom Header HTML' ,
'footer' => 'Custom Footer HTML' ,
],
2016-01-29 22:05:05 +00:00
'security' => [
'security' => 'Zabezpečení' ,
'two-factor' => 'Uživatelé bez dvoufaktorového ověřování' ,
],
'stylesheet' => [
'stylesheet' => 'Šablona stylů' ,
],
'theme' => [
'theme' => 'Motiv vzhledu' ,
],
'edit' => [
'success' => 'Nastavení uložena.' ,
'failure' => 'Nastavení nelze uložit.' ,
],
2016-05-31 20:18:39 +01:00
'credits' => [
'credits' => 'Credits' ,
'contributors' => 'Contributors' ,
'license' => 'Cachet is a BSD-3-licensed open source project, released by <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.' ,
'backers-title' => 'Backers & Sponsors' ,
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.' ,
'thank-you' => 'Thank you to each and every one of the :count contributors.' ,
],
2016-01-29 22:05:05 +00:00
],
// Login
'login' => [
'login' => 'Přihlášení' ,
'logged_in' => 'Jste přihlášeni.' ,
'welcome' => 'Vítejte zpátky!' ,
'two-factor' => 'Zadejte prosím váš token.' ,
],
// Sidebar footer
'help' => 'Nápověda' ,
'status_page' => 'Stavová stránka' ,
'logout' => 'Odhlásit' ,
// Notifications
'notifications' => [
'notifications' => 'Ozmámení' ,
'awesome' => 'Vynikající.' ,
'whoops' => 'Jejda.' ,
],
2016-05-31 20:18:39 +01:00
// Widgets
'widgets' => [
'support' => 'Support Cachet' ,
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!' ,
'news' => 'Latest News' ,
'news_subtitle' => 'Get the latest updates' ,
],
2016-01-29 22:05:05 +00:00
// Welcome modal
'welcome' => [
2016-05-31 20:18:39 +01:00
'welcome' => 'Welcome to your new status page!' ,
2016-01-29 22:05:05 +00:00
'message' => 'Vaše stavová stránka je téměř připravena! Možná budete chtít upravit další nastavení' ,
2016-03-20 16:26:21 +00:00
'close' => 'Take me straight to my dashboard' ,
2016-01-29 22:05:05 +00:00
'steps' => [
'component' => 'Vytvoření komponent' ,
'incident' => 'Vytvoření incidentů' ,
'customize' => 'Přizpůsobit' ,
'team' => 'Přidat uživatele' ,
'api' => 'Vygenerovat API token' ,
'two-factor' => 'Dvoufaktorové ověření' ,
],
],
];