Merge pull request #3698 from CachetHQ/l10n_2.4

New Crowdin translations
This commit is contained in:
James Brooks
2020-08-01 09:08:53 +01:00
committed by GitHub
152 changed files with 1390 additions and 835 deletions

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Bestuur Subskripsies',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Bestuur Subskripsies',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
@@ -179,13 +179,13 @@ return [
// Team
'team' => [
'team' => 'Team',
'member' => 'Member',
'profile' => 'Profile',
'team' => 'Span',
'member' => 'Lid',
'profile' => 'Profiel',
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'add' => [
'title' => 'Add a new team member',
'success' => 'Team member added.',
'success' => 'Spanlid bygevoeg.',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
@@ -206,7 +206,7 @@ return [
// Settings
'settings' => [
'settings' => 'Settings',
'settings' => 'Instellings',
'app-setup' => [
'app-setup' => 'Application Setup',
'images-only' => 'Only images may be uploaded.',
@@ -242,7 +242,7 @@ return [
'stylesheet' => 'Stylesheet',
],
'theme' => [
'theme' => 'Theme',
'theme' => 'Tema',
],
'edit' => [
'success' => 'Settings saved.',
@@ -260,7 +260,7 @@ return [
// Login
'login' => [
'login' => 'Login',
'login' => 'Teken In',
'logged_in' => 'You\'re logged in.',
'welcome' => 'Welcome back!',
'two-factor' => 'Please enter your token.',
@@ -269,7 +269,7 @@ return [
// Sidebar footer
'help' => 'Help',
'status_page' => 'Status Page',
'logout' => 'Logout',
'logout' => 'Teken Uit',
// Notifications
'notifications' => [

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -12,135 +12,137 @@
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'last_updated' => 'Poslední aktualizace :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operational',
2 => 'Performance Issues',
3 => 'Partial Outage',
4 => 'Major Outage',
0 => 'Neznámý',
1 => 'V provozu',
2 => 'Problémy s výkonem',
3 => 'Částečný výpadek',
4 => 'Závažný výpadek',
],
'group' => [
'other' => 'Other Components',
'other' => 'Ostatní služby',
],
'select_all' => 'Select All',
'deselect_all' => 'Deselect All',
'select_all' => 'Označit vše',
'deselect_all' => 'Odznačit vše',
],
// Incidents
'incidents' => [
'none' => 'No incidents reported',
'past' => 'Past Incidents',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted_at' => 'Posted at :timestamp',
'none' => 'Nejsou nahlášeny žádné incidenty',
'past' => 'Minulé incidenty',
'stickied' => 'Připnuté incidenty',
'scheduled' => 'Plánovaná odstávka',
'scheduled_at' => ', plánované na :timestamp',
'posted' => 'Přidáno :timestamp od :username',
'posted_at' => 'Publikováno :timestamp',
'status' => [
1 => 'Investigating',
2 => 'Identified',
3 => 'Watching',
4 => 'Fixed',
1 => 'Zkoumání příčiny',
2 => 'Problém identifikován',
3 => 'Sledování',
4 => 'Opraveno',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
0 => 'Blížící se',
1 => 'Probíhající',
2 => 'Hotovo',
],
],
// Service Status
'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational',
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
'good' => '[0,1] Služba je v provozu|[2,*]Všechny služby fungují bez problémů',
'bad' => '[0,1] Služba má problémy|[2,Inf] Některá ze služeb má problémy',
'major' => '[0,1] Služba má celkový výpadek|[2,Inf] Některé služby mají celkový výpadek',
],
'api' => [
'regenerate' => 'Regenerate API Key',
'revoke' => 'Revoke API Key',
'regenerate' => 'Obnovit API klíč',
'revoke' => 'Zrušit API klíč',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Last Hour',
'hourly' => 'Last 12 Hours',
'weekly' => 'Week',
'monthly' => 'Month',
'last_hour' => 'Během poslední hodiny',
'hourly' => 'Posledních 12 hodin',
'weekly' => 'Týden',
'monthly' => 'Měsíc',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to status changes and incident updates',
'unsubscribe' => 'Unsubscribe',
'button' => 'Subscribe',
'manage_subscription' => 'Manage subscription',
'subscribe' => 'Přihlaste se změnám stavu a aktualizacím incidentů',
'unsubscribe' => 'Odhlásit odběr',
'button' => 'Přihlásit',
'manage_subscription' => 'Spravovat odběry',
'manage' => [
'notifications' => 'Notifications',
'notifications_for' => 'Manage notifications for',
'notifications' => 'Oznámení',
'notifications_for' => 'Spravujte oznámení pro',
'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.',
'manage_at_link' => 'Manage your subscriptions at :link',
'manage_at_link' => 'Spravovat odběry na :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'Poslali jsme Vám e-mail, prosím klikněte na odkaz pro správu odběru',
'subscribe' => 'Přihlásit se k zasílání upozornění e-mailem.',
'subscribed' => 'Proběhlo přihlášení k e-mailovým upozorněním, potvrďte ho prosím na vašem e-mailu.',
'updated-subscribe' => 'Úspěšně jste aktualizovali své odběry.',
'verified' => 'E-mail pro zasílání upozornění byl ověřen. Děkujeme!',
'manage' => 'Spravovat e-mailové odběry',
'unsubscribe' => 'Odhlásit z odběru e-mailových upozornění.',
'unsubscribed' => 'Odběr e-mailových upozornění byl zrušen.',
'failure' => 'Došlo k chybě při nastavení odběru e-mailů.',
'already-subscribed' => 'Nelze přihlásit k odběru :email, protože je již přihlášen.',
],
],
'signup' => [
'title' => 'Sign Up',
'username' => 'Username',
'email' => 'Email',
'password' => 'Password',
'success' => 'Your account has been created.',
'failure' => 'Something went wrong with the signup.',
'title' => 'Registrovat se',
'username' => 'Uživatelské jméno',
'email' => 'E-mail',
'password' => 'Heslo',
'success' => 'Tvůj účet byl vytvořen.',
'failure' => 'Něco je špatně, nelze se registrovat.',
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
'update' => 'Je k dispozici nová verze Cachet. Jak provést update najdeš <a href="https://docs.cachethq.io/docs/updating-cachet">zde</a>!',
],
// Modal
'modal' => [
'close' => 'Close',
'close' => 'Zavřít',
'subscribe' => [
'title' => 'Subscribe to component updates',
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
'button' => 'Subscribe',
'title' => 'Přihlásit se k odběru upozornění',
'body' => 'Zadej svůj email pro odběr upozornění této služby. Pokud již odebíráš upozornění, budeš nadále dostávat emaily pro tuto službu.',
'button' => 'Přihlásit',
],
],
// Meta descriptions
'meta' => [
'description' => [
'incident' => 'Details and updates about the :name incident that occurred on :date',
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
'overview' => 'Stay up to date with the latest service updates from :app.',
'incident' => 'Podrobnosti a aktuální informace o událost :name, ke které došlo :date',
'schedule' => 'Podrobnosti o plánované údržbě :name od :startDate',
'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.',
],
],
// Other
'home' => 'Home',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'About This Site',
'home' => 'Hlavní stránka',
'powered_by' => 'Vytvořeno pomocí <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Časová zóna je :timezone.',
'about_this_site' => 'O tomto webu',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
'feed' => 'Kanál stavů',
];

View File

@@ -11,293 +11,293 @@
return [
'dashboard' => 'Dashboard',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.',
'dashboard' => 'Řídicí panel',
'writeable_settings' => 'Nelze zapisovat do složky nastavení Cachet. Ujistěte se, že web server může zapisovat do <code>./bootstrap/cachet</code>.',
// Incidents
'incidents' => [
'title' => 'Incidents & Maintenance',
'incidents' => 'Incidents',
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
'incident-create-template' => 'Create Template',
'incident-templates' => 'Incident Templates',
'title' => 'Incidenty &amp; Plán odstávek',
'incidents' => 'Incidenty',
'logged' => '{0}Nejsou hlášeny žádné incidenty, dobrá práce.|[1]Zapsali jste jeden incident.|[2,*]Nahlásili jste <strong>:count</strong> 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' => 'Create new incident update',
'success' => 'Your new incident update has been created.',
'failure' => 'Something went wrong with the incident update.',
'title' => 'Vytvořit novou zprávu k události',
'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ášeno :timestamp od :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',
'message' => 'Create your first incident template.',
'success' => 'Your new incident template has been created.',
'failure' => 'Something went wrong with the incident template.',
'title' => 'Vytvořit šablonu incidentu',
'message' => 'Měli byste přidat šablonu události.',
'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.',
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Maintenance',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Scheduled at :timestamp',
'schedule' => 'Plánovaná odstávka',
'logged' => '{0}Žádná údržba není v plánu, dobrá práce.|[1]Naplánovali jste jednu údržbu.|[2,*]Jsou v plánu <strong>:count</strong> údržby.',
'scheduled_at' => 'Naplánováno na :timestamp',
'add' => [
'title' => 'Add Maintenance',
'success' => 'Maintenance added.',
'failure' => 'Something went wrong adding the Maintenance, please try again.',
'title' => 'Přidat plánovanou odstávku',
'success' => 'Odstávka byla přidána.',
'failure' => 'Něco se pokazilo při přidávání odstávky, zkus to znova.',
],
'edit' => [
'title' => 'Edit Maintenance',
'success' => 'Maintenance has been updated!',
'failure' => 'Something went wrong editing the Maintenance, please try again.',
'title' => 'Upravit naplánovanou odstávku',
'success' => 'Odstávka byla aktualizovaná!',
'failure' => 'Něco se pokazilo při úpravě odstávky, zkus to znova.',
],
'delete' => [
'success' => 'The Maintenance has been deleted and will not show on your status page.',
'failure' => 'The Maintenance could not be deleted, please try again.',
'success' => 'Plánovaná odstávka byla smazána a nebude se zobrazovat na hlavní stránce.',
'failure' => 'Plánovaná odstávka nemohla být smazána, zkus to znova.',
],
],
// 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.',
'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',
'global' => 'Globally subscribed',
'subscribers' => 'Odběratelé',
'description' => 'Pokud dojde ke vzniku incidentu nebo služby, odběratelé obdrží aktualizace e-mailem.',
'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' => 'Globálně odebírané',
'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',
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'team' => 'Tým',
'member' => 'Člen',
'profile' => 'Profil',
'description' => 'Členové týmu budou schopni přidat nebo upravit komponenty a incidenty.',
'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',
'log' => 'Záznamy',
],
'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',
'test' => 'Test',
'mail' => 'E-Mail',
'test' => 'Vyzkoušet',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',
'subject' => 'Testovací oznámení z Cachet',
'body' => 'Toto je testovací oznámení z Cachet.',
],
],
'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 <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.',
'credits' => 'Autoři',
'contributors' => 'Přispěvatelé',
'license' => 'Cachet je open-sourcový projekt pod BSD-3-licencí, vydávaný <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' => 'Podporovatelé a sponzoři',
'backers' => 'Pokud chcete podpořit další vývoj aplikace, běžte se podívat na kampaň <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a>.',
'thank-you' => 'Děkujeme každému z :count přispěvatelů.',
],
],
// Login
'login' => [
'login' => 'Login',
'logged_in' => 'You\'re logged in.',
'welcome' => 'Welcome back!',
'two-factor' => 'Please enter your token.',
'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' => '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 <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News',
'news_subtitle' => 'Get the latest update',
'support' => 'Podpořit Cachet',
'support_subtitle' => 'Mrkněte na náš <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Poslední novinky',
'news_subtitle' => 'Získat nejnovější aktualizace',
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page, :username!',
'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
'close' => 'I\'m good thanks!',
'welcome' => 'Vítej na tvé nové Status stránce, :username!',
'message' => 'Vaše stavová stránka je téměř připravena! Možná budete chtít upravit další nastavení',
'close' => 'Přejít rovnou do řídícího panelu',
'steps' => [
'component' => 'Add your components',
'incident' => 'Create an incident',
'customize' => 'Customize your page',
'team' => 'Add your team',
'api' => 'Generate an API token',
'two-factor' => 'Setup Two Factor Authentication',
'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í',
],
],

View File

@@ -64,7 +64,7 @@ return [
'templates' => [
'name' => 'Jméno',
'template' => 'Šablona',
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="http://twig.sensiolabs.org/" target="_blank">Twing</a>.',
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
],
],
@@ -78,7 +78,7 @@ return [
'templates' => [
'name' => 'Jméno',
'template' => 'Šablona',
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="http://twig.sensiolabs.org/" target="_blank">Twing</a>.',
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
],
],
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Obnovovací frekvence status stránky (v sekundách)',
'major_outage_rate' => 'Hlavní doba výpadků (v %)',
'banner' => 'Obrázek banneru',
'banner-help' => 'Doručuje se nenahrávat soubory větší než 930 pixelů na šířku',
'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)',
@@ -168,7 +168,7 @@ return [
'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_url' => 'URL vaší instance Piwik',
'analytics_piwik_siteid' => 'Id webu Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Vybrat časové pásmo',
],
'seo' => [
'title' => 'SEO titulek',
'description' => 'Popis SEO',
],
// Buttons
'add' => 'Přidat',
'save' => 'Uložit',

View File

@@ -13,84 +13,92 @@ return [
'component' => [
'status_update' => [
'mail' => [
'subject' => 'Component Status Updated',
'greeting' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
'action' => 'View',
'subject' => 'Aktualizován stav komponenty',
'greeting' => 'Stav kompomenty byl aktualizován!',
'content' => ':name změnil stav z :old_status na :new_status.',
'action' => 'Zobrazit',
],
'slack' => [
'title' => 'Component Status Updated',
'content' => ':name status changed from :old_status to :new_status.',
'title' => 'Aktualizován stav komponenty',
'content' => ':name změnil stav z :old_status na :new_status.',
],
'sms' => [
'content' => ':name status changed from :old_status to :new_status.',
'content' => ':name změnil stav z :old_status na :new_status.',
],
],
],
'incident' => [
'new' => [
'mail' => [
'subject' => 'New Incident Reported',
'greeting' => 'A new incident was reported at :app_name.',
'content' => 'Incident :name was reported',
'action' => 'View',
'subject' => 'Nahlášena nová událost',
'greeting' => 'Nová událost byla nahlášena v :app_name.',
'content' => 'Událost :name byla nahlášena',
'action' => 'Zobrazit',
],
'slack' => [
'title' => 'Incident :name Reported',
'content' => 'A new incident was reported at :app_name',
'title' => 'Událost :name nahlášena',
'content' => 'Nová událost byla nahlášena v :app_name',
],
'sms' => [
'content' => 'A new incident was reported at :app_name.',
'content' => 'Nová událost byla nahlášena v :app_name.',
],
],
'update' => [
'mail' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
'subject' => 'Událost aktualizována',
'content' => ':name byl aktualizován',
'title' => ':name změnil stav na :new_status',
'action' => 'Zobrazit',
],
'slack' => [
'title' => ':name Updated',
'content' => ':name was updated to :new_status',
'title' => ':name byl aktualizován',
'content' => ':name změnil stav na :new_status',
],
'sms' => [
'content' => 'Incident :name was updated',
'content' => 'Událost :name byla aktualizována',
],
],
],
'schedule' => [
'new' => [
'mail' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
'subject' => 'Nový plán vytvořen',
'content' => ':name bylo naplánováno na :date',
'title' => 'Nová plánovaná údržba byla vytvořena.',
'action' => 'Zobrazit',
],
'slack' => [
'title' => 'New Schedule Created!',
'content' => ':name was scheduled for :date',
'title' => 'Nový plán vytvořen!',
'content' => ':name bylo naplánováno na :date',
],
'sms' => [
'content' => ':name was scheduled for :date',
'content' => ':name bylo naplánováno na :date',
],
],
],
'subscriber' => [
'verify' => [
'mail' => [
'subject' => 'Verify Your Subscription',
'content' => 'Click to verify your subscription to :app_name status page.',
'title' => 'Verify your subscription to :app_name status page.',
'action' => 'Verify',
'subject' => 'Potvrďte váš odběr',
'content' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
'title' => 'Potvrďte svůj odběr stavové stránky :app_name.',
'action' => 'Ověřit',
],
],
'manage' => [
'mail' => [
'subject' => 'Spravovat e-mailové odběry',
'content' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
'title' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
'action' => 'Spravovat odběry',
],
],
],
'system' => [
'test' => [
'mail' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'subject' => 'Ping z Cachet!',
'content' => 'Toto je testovací oznámení z Cachet!',
'title' => '🔔',
],
],
@@ -98,10 +106,10 @@ return [
'user' => [
'invite' => [
'mail' => [
'subject' => 'Your invitation is inside...',
'content' => 'You have been invited to join :app_name status page.',
'title' => 'You\'re invited to join :app_name status page.',
'action' => 'Accept',
'subject' => 'Uvnitř najdete pozvánku...',
'content' => 'Byl jste pozván, abyste se připojil ke stavové stránce :app_name.',
'title' => 'Jste pozváni, abyste se připojili ke stavové stránce :app_name.',
'action' => 'Potvrdit',
],
],
],

View File

@@ -22,7 +22,7 @@ return [
|
*/
'previous' => 'Previous',
'next' => 'Next',
'previous' => 'Předchozí',
'next' => 'Další',
];

View File

@@ -10,14 +10,14 @@
*/
return [
'setup' => 'Setup',
'title' => 'Install Cachet',
'service_details' => 'Service Details',
'env_setup' => 'Environment Setup',
'status_page_setup' => 'Status Page Setup',
'show_support' => 'Show support for Cachet?',
'admin_account' => 'Administrator Account',
'complete_setup' => 'Complete Setup',
'completed' => 'Cachet has been configured successfully!',
'finish_setup' => 'Go to dashboard',
'setup' => 'Instalace',
'title' => 'Instalace Cachet',
'service_details' => 'Podrobnosti o službě',
'env_setup' => 'Nastavení prostředí',
'status_page_setup' => 'Nastavení Stavové stránky',
'show_support' => 'Zobrazit podporu pro Cachet?',
'admin_account' => 'Účet správce',
'complete_setup' => 'Dokončení instalace',
'completed' => 'Cachet byl úspěšně nakonfigurován!',
'finish_setup' => 'Přejít na dashboard',
];

View File

@@ -33,58 +33,58 @@ return [
'between' => [
'numeric' => ':attribute musí mít hodnou mezi :min a :max.',
'file' => ':attribute musí mít velikost v rozmezí :min až :max kilobytů.',
'string' => 'The :attribute must be between :min and :max characters.',
'string' => ':attribute musí mít délku v rozmezí :min a :max znaků.',
'array' => ':attribute musí mít mezi :min a :max položkami.',
],
'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.',
'confirmed' => 'Potvrzení :attribute se neshoduje.',
'date' => ':attribute není platné datum.',
'date_format' => ':attribute se neshoduje se správným formátem :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'email' => 'The :attribute must be a valid email address.',
'exists' => 'The selected :attribute is invalid.',
'different' => ':attribute a :other se musí lišit.',
'digits' => ':attribute musí obsahovat :digits číslice.',
'digits_between' => ':attribute musí být v rozmezí :min a :max číslic.',
'email' => ':attribute musí být platná e-mailová adresa.',
'exists' => 'Vybraný :attribute je neplatný.',
'distinct' => ':attribute má duplicitní hodnotu.',
'filled' => 'The :attribute field is required.',
'filled' => 'Pole :attribute je vyžadováno.',
'image' => ':attribute musí být obrázek.',
'in' => 'The selected :attribute is invalid.',
'in' => 'Vybraný :attribute je neplatný.',
'in_array' => ':attribute není v :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'integer' => ':attribute musí být celé číslo.',
'ip' => ':attribute musí být platná IP adresa.',
'json' => ': attribute musí být ve formátu JSON.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'numeric' => ':attribute nesmí být větší než :max.',
'file' => ':attribute nesmí být větší než :max kb.',
'string' => ':attribute nesmí být delší než :max znaků.',
'array' => 'Atribut nesmí mít více než :max položek.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimes' => ':attribute musí být soubor typu: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'numeric' => ':attribute musí být alespoň :min.',
'file' => 'Atribut musí mít alespoň :min kB.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
'string' => ':attribute musí být dlouhý alespoň :min znaků.',
'array' => ':attribute musí mít alespoň :min položek.',
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'not_in' => 'Vybraný :attribute je neplatný.',
'numeric' => 'Pole :attribute musí být číslo.',
'present' => 'Pole :attribute je vyžadováno.',
'regex' => 'Formát :attribute je neplatný.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required' => 'Pole :attribute je vyžadováno.',
'required_if' => 'Pole :attribute je požadováno, když :other je :value.',
'required_unless' => 'Pole :attribute je požadováno, pokud :other není v :value.',
'required_with' => 'Pole :attribute je požadováno, když je zadané :values.',
'required_with_all' => 'Pole :attribute je požadováno, když je zadané :values.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'required_without' => 'Pole :attribute je požadováno když :values není k dispozici.',
'required_without_all' => 'Pole :attribute je požadováno když :values není k dispozici.',
'same' => ':attribute a: :other se musí shodovat.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'numeric' => ':attribute musí mít velikost: :size.',
'file' => 'Atribut musí mít :size kB.',
'string' => 'Atribut musí mít :size znaků.',
'array' => 'The :attribute must contain :size items.',
'array' => ':attribute musí obsahovat :size položek.',
],
'string' => 'The :attribute must be a string.',
'string' => ':attribute musí být text.',
'timezone' => ':attribute musí být platná zóna.',
'unique' => ':attribute byl už použit.',
'url' => 'Formát :attribute je neplatný.',

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', planlagt til :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Undersøger',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Abonner på email opdateringer.',
'subscribed' => 'Du er blevet tilmeldt email notifikationer. Vi har sendt dig en bekræftelse på den indtastede email-adresse.',
'verified' => 'Din tilmelding er nu blevet bekræftet, tak.',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Afmeld email notifikationer.',
'unsubscribed' => 'Du er nu blevet frameldt vores emailnotifikationer.',
'failure' => 'Noget gik galt med bekræftelsen.',
'already-subscribed' => 'Kan ikke abonnere da :email allerede er tilmeldt.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Abonner på email opdateringer.',
'subscribed' => 'Du er blevet tilmeldt email notifikationer. Vi har sendt dig en bekræftelse på den indtastede email-adresse.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Din tilmelding er nu blevet bekræftet, tak.',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Afmeld email notifikationer.',
'unsubscribed' => 'Du er nu blevet frameldt vores emailnotifikationer.',
'failure' => 'Noget gik galt med bekræftelsen.',
'already-subscribed' => 'Kan ikke abonnere da :email allerede er tilmeldt.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Opret hændelse',
'success' => 'Hændelse tilføjet.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics kode',
'analytics_gosquared' => 'GoSquared Analytics kode',
'analytics_piwik_url' => 'URL til Piwik installation (uden http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Tilføj',
'save' => 'Gem',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Angepinnte Vorfälle',
'scheduled' => 'Wartungsarbeiten',
'scheduled_at' => ', geplant :timestamp',
'posted' => 'Veröffentlicht :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Veröffentlicht am :timestamp',
'status' => [
1 => 'Untersuchungen laufen',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Verwalte deine Abonnements unter :link',
],
'email' => [
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
'manage' => 'Verwalte deine Abonnements',
'unsubscribe' => 'Abonnement widerrufen.',
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde beendet.',
'failure' => 'Beim aktivieren des Abonnements ist ein Fehler aufgetreten.',
'already-subscribed' => 'Abonnement für :email konnte nicht registriert werden, da die E-Mail Adresse schon registriert ist.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
'manage' => 'Verwalte deine Abonnements',
'unsubscribe' => 'Abonnement widerrufen.',
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde beendet.',
'failure' => 'Beim aktivieren des Abonnements ist ein Fehler aufgetreten.',
'already-subscribed' => 'Abonnement für :email konnte nicht registriert werden, da die E-Mail Adresse schon registriert ist.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen',
],
],
'reported_by' => 'Gemeldet von :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Ereignis hinzufügen',
'success' => 'Ereignis hinzugefügt.',

View File

@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden)',
'major_outage_rate' => 'Grenzwert für schwerwiegende Ausfälle (in %)',
'banner' => 'Banner Bild',
'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien, die breiter als 930 Pixel sind, hochladen',
'banner-help' => "Es wird empfohlen, dass Sie keine Dateien, die breiter als 930 Pixel sind, hochladen",
'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?',
'suppress_notifications_in_maintenance' => 'Möchten Sie Benachrichtigungen über einen Vorfall während des Zeitraumes der Wartungsarbeiten unterdrücken?',
'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics Code',
'analytics_gosquared' => 'GoSquared Analytics Code',
'analytics_piwik_url' => 'URL der Piwik-Instanz (ohne http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s Seiten-ID',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Zeitzone wählen',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Hinzufügen',
'save' => 'Speichern',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Bestätigen',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Abonnements verwalten',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', programado para :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigando',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
'subscribed' => 'Te has subscrito a las notificaciones por correo electrónico, por favor verifica tu correo electrónico para confirmar tu subscripción.',
'verified' => 'Tu subscripción por correo electrónico ha sido confirmada. Gracias!',
'manage' => 'Administre su suscripción',
'unsubscribe' => 'Darse de baja de alertas.',
'unsubscribed' => 'Tu subscripción de correo electrónico ha sido cancelada.',
'failure' => 'Algo salió mal con la subscripción.',
'already-subscribed' => 'No se puede suscribir :email porque ya esta suscrito.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
'subscribed' => 'Te has subscrito a las notificaciones por correo electrónico, por favor verifica tu correo electrónico para confirmar tu subscripción.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Tu subscripción por correo electrónico ha sido confirmada. Gracias!',
'manage' => 'Administre su suscripción',
'unsubscribe' => 'Darse de baja de alertas.',
'unsubscribed' => 'Tu subscripción de correo electrónico ha sido cancelada.',
'failure' => 'Algo salió mal con la subscripción.',
'already-subscribed' => 'No se puede suscribir :email porque ya esta suscrito.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Reportar incidente',
'success' => 'Incidente agregado.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Código de Google Analytics',
'analytics_gosquared' => 'Código de GoSquared Analytics',
'analytics_piwik_url' => 'URL de tu instancia Piwik (sin el http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Id de tu sitio Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Agregar',
'save' => 'Guardar',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -23,8 +23,8 @@ return [
'group' => [
'other' => 'Autres composants',
],
'select_all' => 'Select All',
'deselect_all' => 'Deselect All',
'select_all' => 'Tout sélectionner',
'deselect_all' => 'Tout désélectionner',
],
// Incidents
@@ -32,9 +32,9 @@ return [
'none' => 'Aucun incident signalé',
'past' => 'Incidents antérieurs',
'stickied' => 'Incidents épinglés',
'scheduled' => 'Maintenance',
'scheduled' => 'Maintenance Planifiée',
'scheduled_at' => ', planifé à :timestamp',
'posted' => 'Posté à :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Enquête en cours',
@@ -55,8 +55,8 @@ return [
// Service Status
'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational',
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
'good' => '[0,1] Système opérationnel|[2,*] Tous les systèmes sont opérationnels',
'bad' => '[0,1] Le système rencontre actuellement des problèmes|[2,Inf] Certains systèmes rencontrent des problèmes',
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
],
@@ -78,26 +78,28 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to status changes and incident updates',
'unsubscribe' => 'Unsubscribe',
'unsubscribe' => 'Se désabonner',
'button' => 'S\'abonner',
'manage_subscription' => 'Manage subscription',
'manage_subscription' => 'Gérer l\'abonnement',
'manage' => [
'notifications' => 'Notifications',
'notifications_for' => 'Manage notifications for',
'notifications_for' => 'Gérer les notifications pour',
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.',
'update_subscription' => 'Update Subscription',
'update_subscription' => 'Mettre à jour labonnement',
'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.',
'manage_at_link' => 'Manage your subscriptions at :link',
'manage_at_link' => 'Gérer vos abonnements à :link',
],
'email' => [
'subscribe' => 'S\'abonner aux notifications par email.',
'subscribed' => 'Vous êtes abonné aux notifications par email, veuillez vérifier votre messagerie pour confirmer votre adresse.',
'verified' => 'Votre abonnement aux notifications par email a été confirmé. Merci !',
'manage' => 'Gérer votre abonnement',
'unsubscribe' => 'Désinscription des mises à jour par courriel.',
'unsubscribed' => 'Votre abonnement aux notifications par email a été annulé.',
'failure' => 'Une erreur est survenue lors de l\'abonnement.',
'already-subscribed' => 'Impossible de s\'abonner avec l\'adresse e-mail :email car celle-ci est déjà abonnée.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'S\'abonner aux notifications par email.',
'subscribed' => 'Vous êtes abonné aux notifications par email, veuillez vérifier votre messagerie pour confirmer votre adresse.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Votre abonnement aux notifications par email a été confirmé. Merci !',
'manage' => 'Gérer votre abonnement',
'unsubscribe' => 'Désinscription des mises à jour par courriel.',
'unsubscribed' => 'Votre abonnement aux notifications par email a été annulé.',
'failure' => 'Une erreur est survenue lors de l\'abonnement.',
'already-subscribed' => 'Impossible de s\'abonner avec l\'adresse e-mail :email car celle-ci est déjà abonnée.',
],
],
@@ -127,9 +129,9 @@ return [
// Meta descriptions
'meta' => [
'description' => [
'incident' => 'Details and updates about the :name incident that occurred on :date',
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
'incident' => 'Détails et mises à jour sur l\'incident :name qui a eu lieu le :date',
'schedule' => 'Détails sur la période de maintenance planifiée :name débutant le :startDate',
'subscribe' => 'Sabonner à :app afin de recevoir les mises à jour des incidents et des périodes de maintenance planifiée',
'overview' => 'Restez à jour avec les dernières mises à jour de :app.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Ajouter un incident',
'success' => 'Incident ajouté.',
@@ -74,7 +74,7 @@ return [
// Incident Maintenance
'schedule' => [
'schedule' => 'Maintenance',
'schedule' => 'Maintenance Planifiée',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Planifiée à :timestamp',
'add' => [

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Code de Google Analytics',
'analytics_gosquared' => 'Code de GoSquared Analytics',
'analytics_piwik_url' => 'URL de votre instance de Piwik (sans http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Id du site de Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Sélection du fuseau horaire',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Ajouter',
'save' => 'Enregistrer',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Gérer l\'abonnement',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Insiden sticky',
'scheduled' => 'Pemeliharaan',
'scheduled_at' => ', dijadwalkan pada :timestamp',
'posted' => 'Dikirim: timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Dikirim: :timestamp',
'status' => [
1 => 'Investigasi',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Langganan update email.',
'subscribed' => 'Anda berhasil terdaftar pada notifikasi email, mohon periksa email anda untuk mengkonfirmasi pendaftaran ini.',
'verified' => 'Pendaftaran newsletter anda berhasil dikonfirmasi. Terima kasih!',
'manage' => 'Mengelola langganan Anda',
'unsubscribe' => 'Hapus saya dari update email.',
'unsubscribed' => 'Langganan email anda sudah dihentikan.',
'failure' => 'Ada yang salah dengan sistem langganan email.',
'already-subscribed' => 'Tidak bisa mendaftarkan :email karena sudah berlangganan.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Langganan update email.',
'subscribed' => 'Anda berhasil terdaftar pada notifikasi email, mohon periksa email anda untuk mengkonfirmasi pendaftaran ini.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Pendaftaran newsletter anda berhasil dikonfirmasi. Terima kasih!',
'manage' => 'Mengelola langganan Anda',
'unsubscribe' => 'Hapus saya dari update email.',
'unsubscribed' => 'Langganan email anda sudah dihentikan.',
'failure' => 'Ada yang salah dengan sistem langganan email.',
'already-subscribed' => 'Tidak bisa mendaftarkan :email karena sudah berlangganan.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Ada masalah saat memperbarui update insiden',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Tambahkan Insiden',
'success' => 'Insiden sudah ditambahkan.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Kode Google Analytics',
'analytics_gosquared' => 'Kode GoSquared Analytics',
'analytics_piwik_url' => 'URL Piwik anda (tanpa http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'ID situs Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Pilih zona waktu',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Tambah',
'save' => 'Simpan',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verifikasi',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', programmata il :timestamp',
'posted' => 'Pubblicato :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Analisi',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Iscriviti agli aggiornamenti via email.',
'subscribed' => 'Ti sei appena iscritto agli aggiornamenti email, controlla la tua casella per confermare la sottoscrizione',
'verified' => 'La tua iscrizione &egrave; stata confermata. Grazie!',
'manage' => 'Gestisci la tua iscrizione',
'unsubscribe' => 'Annulla l\'iscrizione agli aggiornamenti email.',
'unsubscribed' => 'La tua iscrizione &egrave; stata rimossa.',
'failure' => 'Qualcosa è andato storto con l\'iscrizione.',
'already-subscribed' => 'Non è possibile iscrivere :email perchè risulta già iscritto.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Iscriviti agli aggiornamenti via email.',
'subscribed' => 'Ti sei appena iscritto agli aggiornamenti email, controlla la tua casella per confermare la sottoscrizione',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'La tua iscrizione &egrave; stata confermata. Grazie!',
'manage' => 'Gestisci la tua iscrizione',
'unsubscribe' => 'Annulla l\'iscrizione agli aggiornamenti email.',
'unsubscribed' => 'La tua iscrizione &egrave; stata rimossa.',
'failure' => 'Qualcosa è andato storto con l\'iscrizione.',
'already-subscribed' => 'Non è possibile iscrivere :email perchè risulta già iscritto.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Riporta un problema',
'success' => 'Segnalazione aggiunta.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Codice Google Analytics',
'analytics_gosquared' => 'Codice GoSquared Analytics',
'analytics_piwik_url' => 'URL dell\'istanza Piwik (senza http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Id del sito Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Aggiungi',
'save' => 'Salva',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => '固定している障害情報',
'scheduled' => '計画メンテナンス',
'scheduled_at' => ', 予定日時 :timestamp',
'posted' => '掲載日時 :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => '掲載日時 :timestamp',
'status' => [
1 => '調査中',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => '購読の管理',
],
'email' => [
'subscribe' => 'メールによるアップデート情報の購読',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'あなたのメール購読を確認しました。ありがとうございます!',
'manage' => '購読の管理',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'メールの購読が取り消されました。',
'failure' => '購読に失敗しました。',
'already-subscribed' => '既に購読しているので :email の購読ができません。',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'メールによるアップデート情報の購読',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'あなたのメール購読を確認しました。ありがとうございます!',
'manage' => '購読の管理',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'メールの購読が取り消されました。',
'failure' => '購読に失敗しました。',
'already-subscribed' => '既に購読しているので :email の購読ができません。',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => '購読の管理',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', :timestamp 에 예정됨',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => '이메일 구독 신청.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => '이메일 구독 취소',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => '이메일 구독 신청.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => '이메일 구독 취소',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => '문제 추가',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics 코드',
'analytics_gosquared' => 'GoSquared Analytics 코드',
'analytics_piwik_url' => 'Piwik 인스턴스의 URL ( "http(s)://" 제외 )',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik 사이트 id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Subscribe to email updates.',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Your email subscription has been confirmed. Thank you!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Unsubscribe from email updates.',
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Vastgezette incidenten',
'scheduled' => 'Gepland onderhoud',
'scheduled_at' => ', gepland :timestamp',
'posted' => 'Geplaatst op :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Geplaatst op :timestamp',
'status' => [
1 => 'In onderzoek',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Beheer uw abonnementen op: link',
],
'email' => [
'subscribe' => 'Abonneren op e-mail updates.',
'subscribed' => 'U bent geabonneerd op e-mail notificaties, controleer uw e-mail om uw abonnement te bevestigen.',
'verified' => 'Uw e-mail abonnement is bevestigd. Bedankt!',
'manage' => 'Beheer je abonnement',
'unsubscribe' => 'Afmelden voor e-mail updates.',
'unsubscribed' => 'Uw e-mail abonnement is opgezegd.',
'failure' => 'Er ging iets fout tijdens het aanmelden.',
'already-subscribed' => 'Kan niet aanmelden voor :email omdat deze momenteel al is aangemeld.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Abonneren op e-mail updates.',
'subscribed' => 'U bent geabonneerd op e-mail notificaties, controleer uw e-mail om uw abonnement te bevestigen.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Uw e-mail abonnement is bevestigd. Bedankt!',
'manage' => 'Beheer je abonnement',
'unsubscribe' => 'Afmelden voor e-mail updates.',
'unsubscribed' => 'Uw e-mail abonnement is opgezegd.',
'failure' => 'Er ging iets fout tijdens het aanmelden.',
'already-subscribed' => 'Kan niet aanmelden voor :email omdat deze momenteel al is aangemeld.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Er is een fout opgetreden bij het wijzigen van de incident update',
],
],
'reported_by' => 'Gemeld door :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Meld een incident',
'success' => 'Incident toegevoegd.',

View File

@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Statuspagina verversingssnelheid (in seconden)',
'major_outage_rate' => 'Drempelwaarde voor grote onderbreking (in %)',
'banner' => 'Banner afbeelding',
'banner-help' => 'Bij voorkeur geen afbeeldingen breder dan 930 pixels uploaden',
'banner-help' => "Bij voorkeur geen afbeeldingen breder dan 930 pixels uploaden",
'subscribers' => 'Bezoekers toestaan om te abonneren op e-mail notificaties?',
'suppress_notifications_in_maintenance' => 'Onderdruk meldingen wanneer incident tijdens de onderhoudingsperiode voordoet?',
'skip_subscriber_verification' => 'Verificatie van gebruikers overslaan? (Let op, je kunt gespamd worden)',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics-code',
'analytics_gosquared' => 'GoSquared Analytics-code',
'analytics_piwik_url' => 'URL van je Piwik installatie (zonder http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Site-id van Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Selecteer Tijdzone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Toevoegen',
'save' => 'Opslaan',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verifiëren',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Abonnement beheren',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Festede hendelser',
'scheduled' => 'Maintenance',
'scheduled_at' => ', planlagt :timestamp',
'posted' => 'Postet :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Undersøkes',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Abonner på e-postoppdateringer.',
'subscribed' => 'Du abonnerer nå på e-postvarslinger, sjekk din e-post for å bekrefte abonneringen.',
'verified' => 'Ditt epost abonnement er bekreftet!',
'manage' => 'Administrer ditt abonnement',
'unsubscribe' => 'Meld av e-postvarsling.',
'unsubscribed' => 'Ditt e-postabonnement har blitt kansellert.',
'failure' => 'Noe gikk galt med abonneringen.',
'already-subscribed' => 'Kan ikke abonnere: email fordi de allerede er abonnenter.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Abonner på e-postoppdateringer.',
'subscribed' => 'Du abonnerer nå på e-postvarslinger, sjekk din e-post for å bekrefte abonneringen.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Ditt epost abonnement er bekreftet!',
'manage' => 'Administrer ditt abonnement',
'unsubscribe' => 'Meld av e-postvarsling.',
'unsubscribed' => 'Ditt e-postabonnement har blitt kansellert.',
'failure' => 'Noe gikk galt med abonneringen.',
'already-subscribed' => 'Kan ikke abonnere: email fordi de allerede er abonnenter.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Noe gikk galt ved oppdatering av hendelsesoppdateringen',
],
],
'reported_by' => 'Rapportert av :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',

View File

@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Statusside oppdateringsfrekvens (i sekunder)',
'major_outage_rate' => 'Større brudd terskel (i %)',
'banner' => 'Bannerbilde',
'banner-help' => 'Det anbefales at du ikke laster opp bilder bredere enn 930 piksler',
'banner-help' => "Det anbefales at du ikke laster opp bilder bredere enn 930 piksler",
'subscribers' => 'Allow people to signup to email notifications?',
'suppress_notifications_in_maintenance' => 'Utelat notifikasjoner når hendelse inntreffer under vedlikeholdsperiode?',
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Velg tidssone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Add',
'save' => 'Save',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Bekreft',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', geplant :timestamp',
'posted' => 'Posted :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Untersuchungen laufen',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
'manage' => 'Zarządzanie subskrypcją',
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
'already-subscribed' => 'Subskrypcja niemożliwa, :email jest już zapisany.',
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
'manage' => 'Zarządzanie subskrypcją',
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
'already-subscribed' => 'Subskrypcja niemożliwa, :email jest już zapisany.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Vorfall hinzufügen',
'success' => 'Dodano zdarzenie.',

View File

@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Kod Google Analytics',
'analytics_gosquared' => 'Kod GoSquared Analytics',
'analytics_piwik_url' => 'Adres URL Twojego Piwika (bez http(s)://)',
'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'ID strony Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons
'add' => 'Dodaj',
'save' => 'Zapisz',

View File

@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
'manage' => [
'mail' => [
'subject' => 'Manage Your Subscription',
'content' => 'Click to manage your subscription to :app_name status page.',
'title' => 'Click to manage your subscription to :app_name status page.',
'action' => 'Manage subscription',
],
],
],
'system' => [
'test' => [

View File

@@ -34,7 +34,7 @@ return [
'stickied' => 'Incidentes Fixados',
'scheduled' => 'Manutenção',
'scheduled_at' => ', agendada :timestamp',
'posted' => 'Postado :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Postado em :timestamp',
'status' => [
1 => 'Investigando',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Gerencie suas inscrições aqui :link',
],
'email' => [
'subscribe' => 'Inscreva-se para atualizações via e-mail.',
'subscribed' => 'Inscrição realizada com sucesso! Por favor verifique o e-mail que enviamos à você para confirmar sua inscrição.',
'verified' => 'Sua inscrição foi confirmada! Obrigado!',
'manage' => 'Gerencie sua assinatura',
'unsubscribe' => 'Não desejo mais receber notificações via e-mail.',
'unsubscribed' => 'Sua inscrição foi cancelada.',
'failure' => 'Ocorreu um problema na sua inscrição.',
'already-subscribed' => 'Impossível inscrever :email pois já se encontra inscrito.',
'manage_subscription' => 'Enviamos um e-mail para você, por favor clique no link para gerenciar sua assinatura',
'subscribe' => 'Inscreva-se para atualizações via e-mail.',
'subscribed' => 'Inscrição realizada com sucesso! Por favor verifique o e-mail que enviamos à você para confirmar sua inscrição.',
'updated-subscribe' => 'Suas assinaturas foram atualizadas com sucesso.',
'verified' => 'Sua inscrição foi confirmada! Obrigado!',
'manage' => 'Gerencie sua assinatura',
'unsubscribe' => 'Não desejo mais receber notificações via e-mail.',
'unsubscribed' => 'Sua inscrição foi cancelada.',
'failure' => 'Ocorreu um problema na sua inscrição.',
'already-subscribed' => 'Impossível inscrever :email pois já se encontra inscrito.',
],
],

View File

@@ -35,7 +35,7 @@ return [
'failure' => 'Algo deu errado ao atualizar as informações do incidente',
],
],
'reported_by' => 'Reportado por :user',
'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Relatar um incidente',
'success' => 'Incidente adicionado.',

View File

@@ -22,7 +22,7 @@ return [
'site_locale' => 'Selecione seu idioma',
'enable_google2fa' => 'Habilitar a autenticação de dois fatores do Google',
'cache_driver' => 'Driver de Cache',
'queue_driver' => 'Queue Driver',
'queue_driver' => 'Driver na fila',
'session_driver' => 'Driver de Sessão',
'mail_driver' => 'Driver de correio',
'mail_host' => 'Host de correio',
@@ -41,7 +41,7 @@ return [
'invalid-token' => 'Token inválido',
'cookies' => 'Você deve habilitar os cookies do navegador para logar.',
'rate-limit' => 'Limite de acesso excedido.',
'remember_me' => 'Remember me',
'remember_me' => 'Lembrar-me',
],
// Incidents form fields
@@ -49,16 +49,16 @@ return [
'name' => 'Nome',
'status' => 'Status',
'component' => 'Componente',
'component_status' => 'Component Status',
'component_status' => 'Status do componente',
'message' => 'Mensagem',
'message-help' => 'Você também pode usar o Markdown.',
'occurred_at' => 'When did this incident occur?',
'occurred_at' => 'Quando este incidente ocorreu?',
'notify_subscribers' => 'Notificar os assinantes?',
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
'notify_disabled' => 'Devido a manutenção programada, notificações sobre este incidente ou seus componentes não serão feitas.',
'visibility' => 'Visibilidade do incidente',
'stick_status' => 'Stick Incident',
'stickied' => 'Stickied',
'not_stickied' => 'Not Stickied',
'stick_status' => 'Incidente fixado',
'stickied' => 'Fixado',
'not_stickied' => 'Não Fixado',
'public' => 'Visível para todos',
'logged_in_only' => 'Visível somente para usuários logados',
'templates' => [
@@ -73,8 +73,8 @@ return [
'status' => 'Status',
'message' => 'Mensagem',
'message-help' => 'Você também pode usar o Markdown.',
'scheduled_at' => 'When is this maintenance scheduled for?',
'completed_at' => 'When did this maintenance complete?',
'scheduled_at' => 'Esta manutenção foi programada para quando?',
'completed_at' => 'Quando esta manutenção foi concluída?',
'templates' => [
'name' => 'Nome',
'template' => 'Template',
@@ -95,13 +95,13 @@ return [
'groups' => [
'name' => 'Nome',
'collapsing' => 'Expand/Collapse options',
'collapsing' => 'Expandir/recolher opções',
'visible' => 'Sempre expandido',
'collapsed' => 'Colapsar o grupo por padrão',
'collapsed_incident' => 'Colapsar o grupo, mas expandir se ocorrer algum problema',
'visibility' => 'Visibility',
'visibility_public' => 'Visible to public',
'visibility_authenticated' => 'Visible only to logged in users',
'visibility' => 'Visibilidade',
'visibility_public' => 'Visível ao Público',
'visibility_authenticated' => 'Visível apenas para usuários autenticados',
],
],
@@ -109,14 +109,14 @@ return [
'actions' => [
'name' => 'Nome',
'description' => 'Descrição',
'start_at' => 'Schedule start time',
'timezone' => 'Timezone',
'schedule_frequency' => 'Schedule frequency (in seconds)',
'completion_latency' => 'Completion latency (in seconds)',
'start_at' => 'Agendar horário de início',
'timezone' => 'Fuso horário',
'schedule_frequency' => 'Agendar frequência (em segundos)',
'completion_latency' => 'Latência de conclusão (em segundos)',
'group' => 'Grupo',
'active' => 'Active?',
'active' => 'Ativado?',
'groups' => [
'name' => 'Group Name',
'name' => 'Nome do Grupo',
],
],
@@ -134,10 +134,10 @@ return [
'places' => 'Casas decimais',
'default_view' => 'Visualização padrão',
'threshold' => 'Quantos minutos de limite entre os pontos das métricas?',
'visibility' => 'Visibility',
'visibility_authenticated' => 'Visible to authenticated users',
'visibility_public' => 'Visible to everybody',
'visibility_hidden' => 'Always hidden',
'visibility' => 'Visibilidade',
'visibility_authenticated' => 'Visível para usuários autenticados',
'visibility_public' => 'Visível para todos',
'visibility_hidden' => 'Sempre oculto',
'points' => [
'value' => 'Valor',
@@ -153,22 +153,22 @@ return [
'display-graphs' => 'Exibir gráficos na página de status?',
'about-this-page' => 'Sobre esta página',
'days-of-incidents' => 'Quantos dias de incidentes para mostrar?',
'time_before_refresh' => 'Status page refresh rate (in seconds)',
'major_outage_rate' => 'Major outage threshold (in %)',
'time_before_refresh' => 'Frequência de atualização da página de status (em segundos)',
'major_outage_rate' => 'Limite de indisponibilidade (em %)',
'banner' => 'Imagem do banner',
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
'banner-help' => "Recomenda-se que você envie arquivos com até 930 pixels de largura",
'subscribers' => 'Permitir que outras pessoas se cadastrem para notificações via e-mail?',
'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)',
'suppress_notifications_in_maintenance' => 'Não enviar notificações quando o incidente ocorrer durante o período de manutenção?',
'skip_subscriber_verification' => 'Ignorar verificação de usuários? (Cuidado, você pode sofrer com spam)',
'automatic_localization' => 'Localizar sua página de status de acordo com o idioma do visitante automaticamente?',
'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?',
'enable_external_dependencies' => 'Ativar dependências de terceiros (Google Fonts, Trackers, etc...)',
'show_timezone' => 'Mostrar o fuso horário no qual a página de status está sendo executada',
'only_disrupted_days' => 'Mostrar apenas os dias que contenham incidentes na linha do tempo?',
],
'analytics' => [
'analytics_google' => 'Código do Google Analytics',
'analytics_gosquared' => 'Código do GoSquared Analytics',
'analytics_piwik_url' => 'URL para a instância do Piwik (sem o http(s)://)',
'analytics_piwik_url' => 'URL da sua instância Piwik',
'analytics_piwik_siteid' => 'Id do site no Piwik',
],
'localization' => [
@@ -180,8 +180,8 @@ return [
'security' => [
'allowed-domains' => 'Domínios permitidos',
'allowed-domains-help' => 'Separados por vírgula. O domínio definido acima é permitido automaticamente por padrão.',
'always-authenticate' => 'Always authenticate',
'always-authenticate-help' => 'Require login to view any Cachet page',
'always-authenticate' => 'Autenticar sempre',
'always-authenticate-help' => 'Exigir login para ver qualquer página do sistema',
],
'stylesheet' => [
'custom-css' => 'Folha de estilos personalizada',
@@ -191,7 +191,7 @@ return [
'background-fills' => 'Preenchimento de Fundo (Componentes, Incidentes, Rodapé)',
'banner-background-color' => 'Cor de Fundo do banner',
'banner-padding' => 'Margem interna',
'fullwidth-banner' => 'Enable full width banner?',
'fullwidth-banner' => 'Habilitar banner com largura total?',
'text-color' => 'Cor do Texto',
'dashboard-login' => 'Mostrar botão para painel no rodapé?',
'reds' => 'Vermelho (Usado para erros)',
@@ -221,12 +221,17 @@ return [
],
'team' => [
'description' => 'Convide membros da sua equipe através do endereço de e-mail aqui.',
'email' => 'Your Team Members Email Address',
'email' => 'Endereço de e-mail dos membros da sua equipe',
],
],
'general' => [
'timezone' => 'Select Timezone',
'timezone' => 'Selecione o fuso horário',
],
'seo' => [
'title' => 'Título para SEO',
'description' => 'Descrição para SEO',
],
// Buttons
@@ -241,7 +246,7 @@ return [
'remove' => 'Remover',
'invite' => 'Convite',
'signup' => 'Cadastrar-se',
'manage_updates' => 'Manage Updates',
'manage_updates' => 'Gerenciar atualizações',
// Other
'optional' => '* Opcional',

View File

@@ -13,84 +13,92 @@ return [
'component' => [
'status_update' => [
'mail' => [
'subject' => 'Component Status Updated',
'greeting' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
'action' => 'View',
'subject' => 'Status do Componente Atualizado',
'greeting' => 'O status de um componente foi atualizado!',
'content' => 'O status de :name mudou de :old_status para :new_status.',
'action' => 'Visualizar',
],
'slack' => [
'title' => 'Component Status Updated',
'content' => ':name status changed from :old_status to :new_status.',
'title' => 'Status do Componente Atualizado',
'content' => 'O status de :name mudou de :old_status para :new_status.',
],
'sms' => [
'content' => ':name status changed from :old_status to :new_status.',
'content' => 'O status de :name mudou de :old_status para :new_status.',
],
],
],
'incident' => [
'new' => [
'mail' => [
'subject' => 'New Incident Reported',
'greeting' => 'A new incident was reported at :app_name.',
'content' => 'Incident :name was reported',
'action' => 'View',
'subject' => 'Novo incidente reportado',
'greeting' => 'Um novo incidente foi reportado em :app_name.',
'content' => 'O Incidente :name foi reportado',
'action' => 'Visualizar',
],
'slack' => [
'title' => 'Incident :name Reported',
'content' => 'A new incident was reported at :app_name',
'title' => 'Incidente :name reportado',
'content' => 'Um novo incidente foi relatado em :app_name',
],
'sms' => [
'content' => 'A new incident was reported at :app_name.',
'content' => 'Um novo incidente foi reportado em :app_name.',
],
],
'update' => [
'mail' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
'subject' => 'Incidente Atualizado',
'content' => ':name foi atualizado',
'title' => ':name foi atualizado para :new_status',
'action' => 'Visualizar',
],
'slack' => [
'title' => ':name Updated',
'content' => ':name was updated to :new_status',
'title' => ':name atualizado',
'content' => ':name foi atualizado para :new_status',
],
'sms' => [
'content' => 'Incident :name was updated',
'content' => 'Incidente :name foi atualizado',
],
],
],
'schedule' => [
'new' => [
'mail' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
'subject' => 'Novo Agendamento Criado',
'content' => ':name foi agendado para :date',
'title' => 'Uma nova manutenção agendada foi criada.',
'action' => 'Visualizar',
],
'slack' => [
'title' => 'New Schedule Created!',
'content' => ':name was scheduled for :date',
'title' => 'Novo Agendamento Criado!',
'content' => ':name foi agendado para :date',
],
'sms' => [
'content' => ':name was scheduled for :date',
'content' => ':name foi agendado para :date',
],
],
],
'subscriber' => [
'verify' => [
'mail' => [
'subject' => 'Verify Your Subscription',
'content' => 'Click to verify your subscription to :app_name status page.',
'title' => 'Verify your subscription to :app_name status page.',
'action' => 'Verify',
'subject' => 'Verifique a sua inscrição',
'content' => 'Clique para verificar sua inscrição na página de status :app_name.',
'title' => 'Verifique sua inscrição na página de status de :app_name.',
'action' => 'Verifique',
],
],
'manage' => [
'mail' => [
'subject' => 'Gerenciar inscrição',
'content' => 'Clique para gerenciar sua inscrição na página de status de :app_name.',
'title' => 'Clique para gerenciar sua inscrição na página de status de :app_name.',
'action' => 'Gerenciar inscrição',
],
],
],
'system' => [
'test' => [
'mail' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'subject' => 'Ping do Cachet!',
'content' => 'Esta é uma notificação de teste do Cachet!',
'title' => '🔔',
],
],
@@ -98,10 +106,10 @@ return [
'user' => [
'invite' => [
'mail' => [
'subject' => 'Your invitation is inside...',
'content' => 'You have been invited to join :app_name status page.',
'title' => 'You\'re invited to join :app_name status page.',
'action' => 'Accept',
'subject' => 'Seu convite está aqui dentro...',
'content' => 'Você foi convidado para fazer parte da página de status :app_name.',
'title' => 'Você foi convidado para fazer parte da página de status :app_name.',
'action' => 'Aceitar',
],
],
],

View File

@@ -44,45 +44,45 @@ return [
'digits' => 'O campo :attribute deve ter :digits dígitos.',
'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.',
'email' => 'O campo :attribute deve ser um endereço de email válido.',
'exists' => 'The selected :attribute is invalid.',
'exists' => 'O campo :attribute é inválido.',
'distinct' => 'O campo :attribute tem um valor duplicado.',
'filled' => 'The :attribute field is required.',
'filled' => 'O campo :attribute é obrigatório.',
'image' => 'O :attribute deve ser uma imagem.',
'in' => 'The selected :attribute is invalid.',
'in' => 'O campo :attribute é inválido.',
'in_array' => 'O campo :attribute não existe em :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'integer' => 'O campo :attribute deve ser um número inteiro.',
'ip' => 'O campo :attribute deve ser um endereço de IP válido.',
'json' => 'O :attribute tem que ser uma string JSON válida.',
'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'numeric' => 'O campo :attribute não deve ser maior que :max.',
'file' => 'O campo :attribute não deve ser maior que :max kilobytes.',
'string' => 'O campo :attribute não deve ser maior que :max caracteres.',
'array' => 'A: atributo não pode ter mais de que :max itens.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimes' => 'O campo :attribute deve ser um arquivo do tipo: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'numeric' => 'O campo :attribute deve ter no mínimo :min.',
'file' => 'O :attribute deve ter pelo menos :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
'string' => 'O campo :attribute deve ter no mínimo :min caracteres.',
'array' => 'O campo :attribute deve ter no mínimo :min itens.',
],
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'not_in' => 'O campo :attribute é inválido.',
'numeric' => 'O campo :attribute deve ser um número.',
'present' => 'O campo :attribute deve estar presente.',
'regex' => 'O formato de :attribute é inválido.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required' => 'O campo :attribute é obrigatório.',
'required_if' => 'O campo :attribute é obrigatório quando :other é :value.',
'required_unless' => 'O campo :attribute é obrigatório a não ser que :other esteja entre :values.',
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
'required_with_all' => 'O campo :attribute é obrigatório quando :values está presente.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'required_without' => 'O campo :attribute é obrigatório quando :values não está presente.',
'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values está presente.',
'same' => 'O campo :attribute e :other devem ser iguais.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'numeric' => 'O campo :attribute deve ter :size caracteres.',
'file' => 'O :attribute deve ter :size kilobytes.',
'string' => 'O :attribute deve ter :size caracteres.',
'array' => 'The :attribute must contain :size items.',
'array' => 'O campo :attribute deve ter :size itens.',
],
'string' => 'O campo :attribute deve ser uma string.',
'timezone' => 'O :attribute deve ser uma zona válida.',

Some files were not shown because too many files have changed in this diff Show More