diff --git a/resources/lang/cs-CZ/forms.php b/resources/lang/cs-CZ/forms.php index 7476b1ce..47a1a3e7 100644 --- a/resources/lang/cs-CZ/forms.php +++ b/resources/lang/cs-CZ/forms.php @@ -13,134 +13,134 @@ return [ // Setup form fields 'setup' => [ - 'email' => 'E-mail', - 'username' => 'Uživatelské jméno', - 'password' => 'Heslo', - 'site_name' => 'Název webu', - 'site_domain' => 'Doména webu', - 'site_timezone' => 'Vyberte vaše časové pásmo', - 'site_locale' => 'Vyberte svůj jazyk', - 'enable_google2fa' => 'Povolit dvoufaktorové ověřování Google', - 'cache_driver' => 'Ovladač cache', - 'queue_driver' => 'Řadič fronty', - 'session_driver' => 'Ovladač sezení', - 'mail_driver' => 'Driver pro Mail', - 'mail_host' => 'Host pro Mail', - 'mail_address' => 'Adresa Mailu', - 'mail_username' => 'Uživatelské jméno pro Mail účet', - 'mail_password' => 'Heslo pro Mail účet', + 'email' => 'Email', + 'username' => 'Username', + 'password' => 'Password', + 'site_name' => 'Site Name', + 'site_domain' => 'Site Domain', + 'site_timezone' => 'Select your timezone', + 'site_locale' => 'Select your language', + 'enable_google2fa' => 'Enable Google Two Factor Authentication', + 'cache_driver' => 'Cache Driver', + 'queue_driver' => 'Queue Driver', + 'session_driver' => 'Session Driver', + 'mail_driver' => 'Mail Driver', + 'mail_host' => 'Mail Host', + 'mail_address' => 'Mail From Address', + 'mail_username' => 'Mail Username', + 'mail_password' => 'Mail Password', ], // Login form fields 'login' => [ - 'login' => 'Uživatelské jméno nebo e-mail', - 'email' => 'E-mail', - 'password' => 'Heslo', - '2fauth' => 'Ověřovací kód', - 'invalid' => 'Nesprávné uživatelské jméno nebo heslo', - 'invalid-token' => 'Neplatný token', - 'cookies' => 'Pro přihlášení je třeba povolit soubory cookie.', - 'rate-limit' => 'Překročen limit.', - 'remember_me' => 'Zůstat přihlášený', + 'login' => 'Username or Email', + 'email' => 'Email', + 'password' => 'Password', + '2fauth' => 'Authentication Code', + 'invalid' => 'Invalid username or password', + 'invalid-token' => 'Invalid token', + 'cookies' => 'You must enable cookies to login.', + 'rate-limit' => 'Rate limit exceeded.', + 'remember_me' => 'Remember me', ], // Incidents form fields 'incidents' => [ - 'name' => 'Jméno', - 'status' => 'Stav', - 'component' => 'Komponenta', - 'component_status' => 'Stavy služeb', - 'message' => 'Zpráva', - 'message-help' => 'Můžete také použít Markdown.', - 'occurred_at' => 'Kdy došlo k incidentu?', - 'notify_subscribers' => 'Oznámit odběratelům?', - 'notify_disabled' => 'Z důvodu plánované údržby budou oznámení o tomto incidentu nebo jeho součástech potlačena.', - 'visibility' => 'Viditelnost incidentu', - 'stick_status' => 'Připnout událost', - 'stickied' => 'Připnuté', - 'not_stickied' => 'Nepřipnuté', - 'public' => 'Viditelné veřejnosti', - 'logged_in_only' => 'Viditelné pouze pro přihlášené uživatele', + 'name' => 'Name', + 'status' => 'Status', + 'component' => 'Component', + 'component_status' => 'Component Status', + 'message' => 'Message', + 'message-help' => 'You may also use Markdown.', + 'occurred_at' => 'When did this incident occur?', + 'notify_subscribers' => 'Notify subscribers?', + 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', + 'visibility' => 'Incident Visibility', + 'stick_status' => 'Stick Incident', + 'stickied' => 'Stickied', + 'not_stickied' => 'Not Stickied', + 'public' => 'Viewable by public', + 'logged_in_only' => 'Only visible to logged in users', 'templates' => [ - 'name' => 'Jméno', - 'template' => 'Šablona', - 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twing.', + 'name' => 'Name', + 'template' => 'Template', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], 'schedules' => [ - 'name' => 'Jméno', - 'status' => 'Stav', - 'message' => 'Zpráva', - 'message-help' => 'Můžete také použít Markdown.', - 'scheduled_at' => 'Na kdy je naplánovaná údržba?', - 'completed_at' => 'Kdy bude údržba hotová?', + 'name' => 'Name', + 'status' => 'Status', + 'message' => 'Message', + 'message-help' => 'You may also use Markdown.', + 'scheduled_at' => 'When is this maintenance scheduled for?', + 'completed_at' => 'When did this maintenance complete?', 'templates' => [ - 'name' => 'Jméno', - 'template' => 'Šablona', - 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twing.', + 'name' => 'Name', + 'template' => 'Template', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], // Components form fields 'components' => [ - 'name' => 'Jméno', - 'status' => 'Stav', - 'group' => 'Skupina', - 'description' => 'Popis', - 'link' => 'Odkaz', - 'tags' => 'Štítky', - 'tags-help' => 'Oddělené čárkou.', - 'enabled' => 'Je služba povolena?', + 'name' => 'Name', + 'status' => 'Status', + 'group' => 'Group', + 'description' => 'Description', + 'link' => 'Link', + 'tags' => 'Tags', + 'tags-help' => 'Comma separated.', + 'enabled' => 'Component enabled?', 'groups' => [ - 'name' => 'Jméno', - 'collapsing' => 'Rozbalit nebo sbalit možnosti', - 'visible' => 'Vždy rozbalené', - 'collapsed' => 'Sbalit skupinu ve výchozím nastavení', - 'collapsed_incident' => 'Sbalit skupinu, ale rozšířit, pokud existují problémy', - 'visibility' => 'Viditelnost', - 'visibility_public' => 'Viditelné pro veřejnost', - 'visibility_authenticated' => 'Viditelné pouze pro přihlášené uživatele', + 'name' => 'Name', + 'collapsing' => 'Expand/Collapse options', + 'visible' => 'Always expanded', + 'collapsed' => 'Collapse the group by default', + 'collapsed_incident' => 'Collapse the group, but expand if there are issues', + 'visibility' => 'Visibility', + 'visibility_public' => 'Visible to public', + 'visibility_authenticated' => 'Visible only to logged in users', ], ], // Action form fields 'actions' => [ - 'name' => 'Jméno', - 'description' => 'Popis', - 'start_at' => 'Naplánovat čas spuštění', - 'timezone' => 'Časová zóna', - 'schedule_frequency' => 'Naplánovat frekvenci (ve vteřinách)', - 'completion_latency' => 'Prodleva dokončení (ve vteřinách)', - 'group' => 'Skupina', - 'active' => 'Aktivní?', + 'name' => 'Name', + 'description' => 'Description', + 'start_at' => 'Schedule start time', + 'timezone' => 'Timezone', + 'schedule_frequency' => 'Schedule frequency (in seconds)', + 'completion_latency' => 'Completion latency (in seconds)', + 'group' => 'Group', + 'active' => 'Active?', 'groups' => [ - 'name' => 'Název skupiny', + 'name' => 'Group Name', ], ], // Metric form fields 'metrics' => [ - 'name' => 'Jméno', - 'suffix' => 'Přípona', - 'description' => 'Popis', - 'description-help' => 'Můžete také použít Markdown.', - 'display-chart' => 'Zobrazovat graf na stavové stránce?', - 'default-value' => 'Výchozí hodnota', - 'calc_type' => 'Výpočet metrik', - 'type_sum' => 'Celkem', - 'type_avg' => 'Průměr', - 'places' => 'Počet desetinných míst', - 'default_view' => 'Výchozí zobrazení', - 'threshold' => 'Jak často se mají snímat metrické body?', - 'visibility' => 'Viditelnost', - 'visibility_authenticated' => 'Viditelné přihlášeným uživatelům', - 'visibility_public' => 'Viditelný všem', - 'visibility_hidden' => 'Vždy skrýt', + 'name' => 'Name', + 'suffix' => 'Suffix', + 'description' => 'Description', + 'description-help' => 'You may also use Markdown.', + 'display-chart' => 'Display chart on status page?', + 'default-value' => 'Default value', + 'calc_type' => 'Calculation of metrics', + 'type_sum' => 'Sum', + 'type_avg' => 'Average', + 'places' => 'Decimal places', + 'default_view' => 'Default view', + 'threshold' => 'How many minutes of threshold between metric points?', + 'visibility' => 'Visibility', + 'visibility_authenticated' => 'Visible to authenticated users', + 'visibility_public' => 'Visible to everybody', + 'visibility_hidden' => 'Always hidden', 'points' => [ - 'value' => 'Hodnota', + 'value' => 'Value', ], ], @@ -148,101 +148,101 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => 'Název webu', - 'site-url' => 'URL adresa webu', - 'display-graphs' => 'Zobrazit grafy na stavové stránce?', - 'about-this-page' => 'O této stránce', - 'days-of-incidents' => 'Kolik dní incidentů zobrazovat?', - 'time_before_refresh' => 'Obnovovací frekvence status stránky (v sekundách)', + 'site-name' => 'Site Name', + 'site-url' => 'Site URL', + 'display-graphs' => 'Display graphs on status page?', + 'about-this-page' => 'About this page', + 'days-of-incidents' => 'How many days of incidents to show?', + 'time_before_refresh' => 'Status page refresh rate (in seconds)', 'major_outage_rate' => 'Major outage threshold (in %)', - 'banner' => 'Obrázek banneru', - 'banner-help' => "Doručuje se nenahrávat soubory větší než 930 pixelů na šířku", - 'subscribers' => 'Umožnit lidem, aby se přihlašovali k odběru e-mailových upozornění?', - 'suppress_notifications_in_maintenance' => 'Potlačit oznámení dojde-li k události během během času údržby?', - 'skip_subscriber_verification' => 'Přestat ověřovat uživatele? (Pozor na spammery)', - 'automatic_localization' => 'Automaticky lokalizovat stránku do jazyka návštěvníka?', - 'enable_external_dependencies' => 'Povolit závislosti třetích stran (Google písma, Trackery, atd...)', - 'show_timezone' => 'Zobrazit časové pásmo, ve které je zobrazena stavová stránka', - 'only_disrupted_days' => 'Zobrazit na časové ose pouze dny, kdy došlo k incidentu?', + 'banner' => 'Banner Image', + 'banner-help' => "It's recommended that you upload files no bigger than 930px wide", + 'subscribers' => 'Allow people to signup to email notifications?', + 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', + 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', + 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', + 'show_timezone' => 'Show the timezone the status page is running in', + 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', ], 'analytics' => [ - 'analytics_google' => 'Kód pro Google Analytics', - 'analytics_gosquared' => 'Kód pro GoSquared Analytics', - 'analytics_piwik_url' => 'URL tvojí instance Piwik (bez http(s)://)', - 'analytics_piwik_siteid' => 'Id webu Piwik', + 'analytics_google' => 'Google Analytics code', + 'analytics_gosquared' => 'GoSquared Analytics code', + 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)', + 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Časové pásmo webu', - 'site-locale' => 'Jazyk webu', - 'date-format' => 'Formát datumu', - 'incident-date-format' => 'Formát času pro incident', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ - 'allowed-domains' => 'Povolené domény', - 'allowed-domains-help' => 'Oddělené čárkami. Výše uvedené domény jsou ve výchozím nastavení automaticky povoleny.', + 'allowed-domains' => 'Allowed domains', + 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.', 'always-authenticate' => 'Always authenticate', 'always-authenticate-help' => 'Require login to view any Cachet page', ], 'stylesheet' => [ - 'custom-css' => 'Vlastní šablona stylů', + 'custom-css' => 'Custom Stylesheet', ], 'theme' => [ - 'background-color' => 'Barva pozadí', - 'background-fills' => 'Pozadí výplně (komponenty, incidenty, zápatí)', - 'banner-background-color' => 'Barva pozadí banneru', - 'banner-padding' => 'Odsazení banneru', - 'fullwidth-banner' => 'Povolit banner přes celou obrazovku?', - 'text-color' => 'Barva textu', - 'dashboard-login' => 'Zobrazit tlačítko Řídící panel v zápatí?', - 'reds' => 'Červená (používané pro chyby)', - 'blues' => 'Modrá (používané pro informace)', - 'greens' => 'Zelená (používá se pro vyřešení problémů)', - 'yellows' => 'Žlutá (používá se pro upozornění)', - 'oranges' => 'Oranžová (slouží k oznámení)', - 'metrics' => 'Vyplnění metrik', - 'links' => 'Odkazy', + 'background-color' => 'Background color', + 'background-fills' => 'Background fills (components, incidents, footer)', + 'banner-background-color' => 'Banner background color', + 'banner-padding' => 'Banner padding', + 'fullwidth-banner' => 'Enable full width banner?', + 'text-color' => 'Text color', + 'dashboard-login' => 'Show dashboard button in the footer?', + 'reds' => 'Red (used for errors)', + 'blues' => 'Blue (used for information)', + 'greens' => 'Green (used for success)', + 'yellows' => 'Yellow (used for alerts)', + 'oranges' => 'Orange (used for notices)', + 'metrics' => 'Metrics fill', + 'links' => 'Links', ], ], 'user' => [ - 'username' => 'Uživatelské jméno', - 'email' => 'E-mail', - 'password' => 'Heslo', + 'username' => 'Username', + 'email' => 'Email', + 'password' => 'Password', 'api-token' => 'API Token', - 'api-token-help' => 'Přegenerování vašeho API tokenu zabrání současným aplikacím přistupovat ke Cachet.', - 'gravatar' => 'Profilový obrázek si změn na Gravatar.', - 'user_level' => 'Úroveň uživatele', + 'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.', + 'gravatar' => 'Change your profile picture at Gravatar.', + 'user_level' => 'User Level', 'levels' => [ - 'admin' => 'Správce', - 'user' => 'Uživatel', + 'admin' => 'Admin', + 'user' => 'User', ], '2fa' => [ - 'help' => 'Zapnutí dvoufaktorového ověřování zvýší zabezpečení vašeho účtu. Budete muset stáhnout Google Authenticator nebo podobnou aplikaci pro mobilní zařízení. Po přihlášení budete vyzváni k zadání tokenu vygenerovaného aplikací.', + 'help' => 'Enabling two factor authentication increases security of your account. You will need to download Google Authenticator or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.', ], 'team' => [ - 'description' => 'Pozvi uživatele do týmu zadáním emailové adresy.', - 'email' => 'Email #:id', + 'description' => 'Invite your team members by entering their email addresses here.', + 'email' => 'Your Team Members Email Address', ], ], 'general' => [ - 'timezone' => 'Vybrat časové pásmo', + 'timezone' => 'Select Timezone', ], // Buttons - 'add' => 'Přidat', - 'save' => 'Uložit', - 'update' => 'Aktualizovat', - 'create' => 'Vytvořit', - 'edit' => 'Upravit', - 'delete' => 'Smazat', - 'submit' => 'Potvrdit', - 'cancel' => 'Zrušit', - 'remove' => 'Smazat', - 'invite' => 'Pozvat', - 'signup' => 'Registrovat se', - 'manage_updates' => 'Správa aktualizací', + 'add' => 'Add', + 'save' => 'Save', + 'update' => 'Update', + 'create' => 'Create', + 'edit' => 'Edit', + 'delete' => 'Delete', + 'submit' => 'Submit', + 'cancel' => 'Cancel', + 'remove' => 'Remove', + 'invite' => 'Invite', + 'signup' => 'Sign Up', + 'manage_updates' => 'Manage Updates', // Other - 'optional' => '* Volitelné', + 'optional' => '* Optional', ];