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
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Bestuur Subskripsies', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Bestuur Subskripsies',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+9 -9
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
@@ -179,13 +179,13 @@ return [
// Team // Team
'team' => [ 'team' => [
'team' => 'Team', 'team' => 'Span',
'member' => 'Member', 'member' => 'Lid',
'profile' => 'Profile', 'profile' => 'Profiel',
'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'add' => [ 'add' => [
'title' => 'Add a new team member', 'title' => 'Add a new team member',
'success' => 'Team member added.', 'success' => 'Spanlid bygevoeg.',
'failure' => 'The team member could not be added, please try again.', 'failure' => 'The team member could not be added, please try again.',
], ],
'edit' => [ 'edit' => [
@@ -206,7 +206,7 @@ return [
// Settings // Settings
'settings' => [ 'settings' => [
'settings' => 'Settings', 'settings' => 'Instellings',
'app-setup' => [ 'app-setup' => [
'app-setup' => 'Application Setup', 'app-setup' => 'Application Setup',
'images-only' => 'Only images may be uploaded.', 'images-only' => 'Only images may be uploaded.',
@@ -242,7 +242,7 @@ return [
'stylesheet' => 'Stylesheet', 'stylesheet' => 'Stylesheet',
], ],
'theme' => [ 'theme' => [
'theme' => 'Theme', 'theme' => 'Tema',
], ],
'edit' => [ 'edit' => [
'success' => 'Settings saved.', 'success' => 'Settings saved.',
@@ -260,7 +260,7 @@ return [
// Login // Login
'login' => [ 'login' => [
'login' => 'Login', 'login' => 'Teken In',
'logged_in' => 'You\'re logged in.', 'logged_in' => 'You\'re logged in.',
'welcome' => 'Welcome back!', 'welcome' => 'Welcome back!',
'two-factor' => 'Please enter your token.', 'two-factor' => 'Please enter your token.',
@@ -269,7 +269,7 @@ return [
// Sidebar footer // Sidebar footer
'help' => 'Help', 'help' => 'Help',
'status_page' => 'Status Page', 'status_page' => 'Status Page',
'logout' => 'Logout', 'logout' => 'Teken Uit',
// Notifications // Notifications
'notifications' => [ 'notifications' => [
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+70 -68
View File
@@ -12,135 +12,137 @@
return [ return [
// Components // Components
'components' => [ 'components' => [
'last_updated' => 'Last updated :timestamp', 'last_updated' => 'Poslední aktualizace :timestamp',
'status' => [ 'status' => [
0 => 'Unknown', 0 => 'Neznámý',
1 => 'Operational', 1 => 'V provozu',
2 => 'Performance Issues', 2 => 'Problémy s výkonem',
3 => 'Partial Outage', 3 => 'Částečný výpadek',
4 => 'Major Outage', 4 => 'Závažný výpadek',
], ],
'group' => [ 'group' => [
'other' => 'Other Components', 'other' => 'Ostatní služby',
], ],
'select_all' => 'Select All', 'select_all' => 'Označit vše',
'deselect_all' => 'Deselect All', 'deselect_all' => 'Odznačit vše',
], ],
// Incidents // Incidents
'incidents' => [ 'incidents' => [
'none' => 'No incidents reported', 'none' => 'Nejsou nahlášeny žádné incidenty',
'past' => 'Past Incidents', 'past' => 'Minulé incidenty',
'stickied' => 'Stickied Incidents', 'stickied' => 'Připnuté incidenty',
'scheduled' => 'Maintenance', 'scheduled' => 'Plánovaná odstávka',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', plánované na :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Přidáno :timestamp od :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Publikováno :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Zkoumání příčiny',
2 => 'Identified', 2 => 'Problém identifikován',
3 => 'Watching', 3 => 'Sledování',
4 => 'Fixed', 4 => 'Opraveno',
], ],
], ],
// Schedule // Schedule
'schedules' => [ 'schedules' => [
'status' => [ 'status' => [
0 => 'Upcoming', 0 => 'Blížící se',
1 => 'In Progress', 1 => 'Probíhající',
2 => 'Complete', 2 => 'Hotovo',
], ],
], ],
// Service Status // Service Status
'service' => [ 'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational', 'good' => '[0,1] Služba je v provozu|[2,*]Všechny služby fungují bez problémů',
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues', 'bad' => '[0,1] Služba má problémy|[2,Inf] Některá ze služeb má problémy',
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues', 'major' => '[0,1] Služba má celkový výpadek|[2,Inf] Některé služby mají celkový výpadek',
], ],
'api' => [ 'api' => [
'regenerate' => 'Regenerate API Key', 'regenerate' => 'Obnovit API klíč',
'revoke' => 'Revoke API Key', 'revoke' => 'Zrušit API klíč',
], ],
// Metrics // Metrics
'metrics' => [ 'metrics' => [
'filter' => [ 'filter' => [
'last_hour' => 'Last Hour', 'last_hour' => 'Během poslední hodiny',
'hourly' => 'Last 12 Hours', 'hourly' => 'Posledních 12 hodin',
'weekly' => 'Week', 'weekly' => 'Týden',
'monthly' => 'Month', 'monthly' => 'Měsíc',
], ],
], ],
// Subscriber // Subscriber
'subscriber' => [ 'subscriber' => [
'subscribe' => 'Subscribe to status changes and incident updates', 'subscribe' => 'Přihlaste se změnám stavu a aktualizacím incidentů',
'unsubscribe' => 'Unsubscribe', 'unsubscribe' => 'Odhlásit odběr',
'button' => 'Subscribe', 'button' => 'Přihlásit',
'manage_subscription' => 'Manage subscription', 'manage_subscription' => 'Spravovat odběry',
'manage' => [ 'manage' => [
'notifications' => 'Notifications', 'notifications' => 'Oznámení',
'notifications_for' => 'Manage notifications for', 'notifications_for' => 'Spravujte oznámení pro',
'no_subscriptions' => 'Aktuálně jsi přihlášen(a) ke všem upozorněním.', '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.', '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' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'Poslali jsme Vám e-mail, prosím klikněte na odkaz pro správu odběru',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Přihlásit se k zasílání upozornění e-mailem.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'Proběhlo přihlášení k e-mailovým upozorněním, potvrďte ho prosím na vašem e-mailu.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'Úspěšně jste aktualizovali své odběry.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'E-mail pro zasílání upozornění byl ověřen. Děkujeme!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Spravovat e-mailové odběry',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Odhlásit z odběru e-mailových upozornění.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', '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' => [ 'signup' => [
'title' => 'Sign Up', 'title' => 'Registrovat se',
'username' => 'Username', 'username' => 'Uživatelské jméno',
'email' => 'Email', 'email' => 'E-mail',
'password' => 'Password', 'password' => 'Heslo',
'success' => 'Your account has been created.', 'success' => 'Tvůj účet byl vytvořen.',
'failure' => 'Something went wrong with the signup.', 'failure' => 'Něco je špatně, nelze se registrovat.',
], ],
'system' => [ '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
'modal' => [ 'modal' => [
'close' => 'Close', 'close' => 'Zavřít',
'subscribe' => [ 'subscribe' => [
'title' => 'Subscribe to component updates', 'title' => 'Přihlásit se k odběru upozornění',
'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.', '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' => 'Subscribe', 'button' => 'Přihlásit',
], ],
], ],
// Meta descriptions // Meta descriptions
'meta' => [ 'meta' => [
'description' => [ 'description' => [
'incident' => 'Details and updates about the :name incident that occurred on :date', 'incident' => 'Podrobnosti a aktuální informace o událost :name, ke které došlo :date',
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', 'schedule' => 'Podrobnosti o plánované údržbě :name od :startDate',
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'subscribe' => 'Přihlaste se k odběru :app, abyste obdrželi aktualizace o událostech a plánované údržbě',
'overview' => 'Stay up to date with the latest service updates from :app.', 'overview' => 'Držte krok s nejnovějšími aktualizacemi od: app.',
], ],
], ],
// Other // Other
'home' => 'Home', 'home' => 'Hlavní stránka',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.', 'powered_by' => 'Vytvořeno pomocí <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.', 'timezone' => 'Časová zóna je :timezone.',
'about_this_site' => 'About This Site', 'about_this_site' => 'O tomto webu',
'rss-feed' => 'RSS', 'rss-feed' => 'RSS',
'atom-feed' => 'Atom', 'atom-feed' => 'Atom',
'feed' => 'Status Feed', 'feed' => 'Kanál stavů',
]; ];
+156 -156
View File
@@ -11,293 +11,293 @@
return [ return [
'dashboard' => 'Dashboard', 'dashboard' => 'Řídicí panel',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.', '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
'incidents' => [ 'incidents' => [
'title' => 'Incidents & Maintenance', 'title' => 'Incidenty &amp; Plán odstávek',
'incidents' => 'Incidents', 'incidents' => 'Incidenty',
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.', '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' => 'Create Template', 'incident-create-template' => 'Vytvořit šablonu',
'incident-templates' => 'Incident Templates', 'incident-templates' => 'Šablony incidentů',
'updates' => [ 'updates' => [
'title' => 'Incident updates for :incident', 'title' => 'Aktualizace incidentu :incident',
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'count' => '{0}žádné aktualizace |[1]jedna aktualizace |[2]dvě aktualizace | [3, *] Několik aktualizací',
'add' => [ 'add' => [
'title' => 'Create new incident update', 'title' => 'Vytvořit novou zprávu k události',
'success' => 'Your new incident update has been created.', 'success' => 'Vaše aktualizace incidentu byla vytvořena.',
'failure' => 'Something went wrong with the incident update.', 'failure' => 'Při aktualizaci incidentu se něco pokazilo.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit incident update', 'title' => 'Editovat aktualizace incidentu',
'success' => 'The incident update has been updated.', 'success' => 'Událost byla aktualizována.',
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Při aktualizaci incidentu se něco pokazilo',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Nahlášeno :timestamp od :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Nahlásit incident',
'success' => 'Incident added.', 'success' => 'Incident byl přidán.',
'failure' => 'There was an error adding the incident, please try again.', 'failure' => 'Došlo k chybě při přidávání události, opakujte akci.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit an incident', 'title' => 'Upravit incident',
'success' => 'Incident updated.', 'success' => 'Incident aktualizován.',
'failure' => 'There was an error editing the incident, please try again.', 'failure' => 'Došlo k chybě při editaci události, opakujte akci.',
], ],
'delete' => [ 'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.', 'success' => 'Událost byla odstraněna a už se nebude zobrazovat na stavové stránce.',
'failure' => 'The incident could not be deleted, please try again.', 'failure' => 'Událost se nepodařilo smazat, opakujte akci.',
], ],
// Incident templates // Incident templates
'templates' => [ 'templates' => [
'title' => 'Incident Templates', 'title' => 'Šablony incidentů',
'add' => [ 'add' => [
'title' => 'Create an incident template', 'title' => 'Vytvořit šablonu incidentu',
'message' => 'Create your first incident template.', 'message' => 'Měli byste přidat šablonu události.',
'success' => 'Your new incident template has been created.', 'success' => 'Byla vytvořena nová šablona události.',
'failure' => 'Something went wrong with the incident template.', 'failure' => 'Se šablonou události se něco pokazilo.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit Template', 'title' => 'Upravit šablonu',
'success' => 'The incident template has been updated.', 'success' => 'Šablona události byla aktualizována.',
'failure' => 'Something went wrong updating the incident template', 'failure' => 'Při aktualizaci šablony incidentu se něco pokazilo',
], ],
'delete' => [ 'delete' => [
'success' => 'The incident template has been deleted.', 'success' => 'Šablona události byla smazána.',
'failure' => 'The incident template could not be deleted, please try again.', 'failure' => 'Šablonu události se nepodařilo smazat, opakujte akci.',
], ],
], ],
], ],
// Incident Maintenance // Incident Maintenance
'schedule' => [ 'schedule' => [
'schedule' => 'Maintenance', 'schedule' => 'Plánovaná odstávka',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.', 'logged' => '{0}Žádná údržba není v plánu, dobrá práce.|[1]Naplánovali jste jednu údržbu.|[2,*]Jsou v plánu <strong>:count</strong> údržby.',
'scheduled_at' => 'Scheduled at :timestamp', 'scheduled_at' => 'Naplánováno na :timestamp',
'add' => [ 'add' => [
'title' => 'Add Maintenance', 'title' => 'Přidat plánovanou odstávku',
'success' => 'Maintenance added.', 'success' => 'Odstávka byla přidána.',
'failure' => 'Something went wrong adding the Maintenance, please try again.', 'failure' => 'Něco se pokazilo při přidávání odstávky, zkus to znova.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit Maintenance', 'title' => 'Upravit naplánovanou odstávku',
'success' => 'Maintenance has been updated!', 'success' => 'Odstávka byla aktualizovaná!',
'failure' => 'Something went wrong editing the Maintenance, please try again.', 'failure' => 'Něco se pokazilo při úpravě odstávky, zkus to znova.',
], ],
'delete' => [ 'delete' => [
'success' => 'The Maintenance has been deleted and will not show on your status page.', 'success' => 'Plánovaná odstávka byla smazána a nebude se zobrazovat na hlavní stránce.',
'failure' => 'The Maintenance could not be deleted, please try again.', 'failure' => 'Plánovaná odstávka nemohla být smazána, zkus to znova.',
], ],
], ],
// Components // Components
'components' => [ 'components' => [
'components' => 'Components', 'components' => 'Služby',
'component_statuses' => 'Component Statuses', 'component_statuses' => 'Stavy služeb',
'listed_group' => 'Grouped under :name', 'listed_group' => 'Seskupeno podle :name',
'add' => [ 'add' => [
'title' => 'Add a component', 'title' => 'Přidat službu',
'message' => 'You should add a component.', 'message' => 'Měli byste přidat službu.',
'success' => 'Component created.', 'success' => 'Služba vytvořena.',
'failure' => 'Something went wrong with the component group, please try again.', 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit a component', 'title' => 'Upravit službu',
'success' => 'Component updated.', 'success' => 'Služba byla aktualizována.',
'failure' => 'Something went wrong with the component group, please try again.', 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
], ],
'delete' => [ 'delete' => [
'success' => 'The component has been deleted!', 'success' => 'Služba byla smazána!',
'failure' => 'The component could not be deleted, please try again.', 'failure' => 'Služba nemůže být odstraněna, opakujte akci.',
], ],
// Component groups // Component groups
'groups' => [ 'groups' => [
'groups' => 'Component group|Component groups', 'groups' => 'Skupina služeb|Skupiny služeb',
'no_components' => 'You should add a component group.', 'no_components' => 'Můžete přidat skupinu služeb.',
'add' => [ 'add' => [
'title' => 'Add a component group', 'title' => 'Přidat skupinu služeb',
'success' => 'Component group added.', 'success' => 'Skupina služeb byla přidána.',
'failure' => 'Something went wrong with the component group, please try again.', 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit a component group', 'title' => 'Upravit skupinu komponent',
'success' => 'Component group updated.', 'success' => 'Skupina služeb byla aktualizována.',
'failure' => 'Something went wrong with the component group, please try again.', 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
], ],
'delete' => [ 'delete' => [
'success' => 'Component group has been deleted!', 'success' => 'Skupina služeb byla smazána!',
'failure' => 'The component group could not be deleted, please try again.', 'failure' => 'Skupina komponent nemohla být smazána, zkus to znova.',
], ],
], ],
], ],
// Metrics // Metrics
'metrics' => [ 'metrics' => [
'metrics' => 'Metrics', 'metrics' => 'Metriky',
'add' => [ 'add' => [
'title' => 'Create a metric', 'title' => 'Vytvořit metriku',
'message' => 'You should add a metric.', 'message' => 'Měli byste přidat metriku.',
'success' => 'Metric created.', 'success' => 'Metrika vytvořena.',
'failure' => 'Something went wrong with the metric, please try again.', 'failure' => 'Něco se pokazilo s metrikou, zkus to znova.',
], ],
'edit' => [ 'edit' => [
'title' => 'Edit a metric', 'title' => 'Upravit metriku',
'success' => 'Metric updated.', 'success' => 'Metrika aktualizována.',
'failure' => 'Something went wrong with the metric, please try again.', 'failure' => 'Něco se pokazilo s metrikou, zkus to znova.',
], ],
'delete' => [ 'delete' => [
'success' => 'The metric has been deleted and will no longer display on your status page.', 'success' => 'Měření bylo smazáno a už se nebude zobrazovat na stavové stránce.',
'failure' => 'The metric could not be deleted, please try again.', 'failure' => 'Měření nemohlo být odstraněno, opakujte akci.',
], ],
], ],
// Subscribers // Subscribers
'subscribers' => [ 'subscribers' => [
'subscribers' => 'Subscribers', 'subscribers' => 'Odběratelé',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', 'description' => 'Pokud dojde ke vzniku incidentu nebo služby, odběratelé obdrží aktualizace e-mailem.',
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', 'description_disabled' => 'Chcete-li použít tuto funkci, potřebujete povolit uživatelům registraci pro oznámení.',
'verified' => 'Verified', 'verified' => 'Ověřeno',
'not_verified' => 'Not verified', 'not_verified' => 'Neověřeno',
'subscriber' => ':email, subscribed :date', 'subscriber' => ': e-mail, přihlášen: datum',
'no_subscriptions' => 'Subscribed to all updates', 'no_subscriptions' => 'Přihlášeno k zasílání všech aktualizací',
'global' => 'Globally subscribed', 'global' => 'Globálně odebírané',
'add' => [ 'add' => [
'title' => 'Add a new subscriber', 'title' => 'Přidat nového odběratele',
'success' => 'Subscriber has been added!', 'success' => 'Odběratel přidán.',
'failure' => 'Something went wrong adding the subscriber, please try again.', 'failure' => 'Něco se pokazilo při přidávání odběratele, opakujte akci.',
'help' => 'Enter each subscriber on a new line.', 'help' => 'Zadejte každého odběratele na nový řádek.',
], ],
'edit' => [ 'edit' => [
'title' => 'Update subscriber', 'title' => 'Aktualizovat odeběratele',
'success' => 'Subscriber has been updated!', 'success' => 'Odběratel aktualizován.',
'failure' => 'Something went wrong editing the subscriber, please try again.', 'failure' => 'Něco se pokazilo při úpravě odběratele, zkus to znova.',
], ],
], ],
// Team // Team
'team' => [ 'team' => [
'team' => 'Team', 'team' => 'Tým',
'member' => 'Member', 'member' => 'Člen',
'profile' => 'Profile', 'profile' => 'Profil',
'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'description' => 'Členové týmu budou schopni přidat nebo upravit komponenty a incidenty.',
'add' => [ 'add' => [
'title' => 'Add a new team member', 'title' => 'Přidat nového člena týmu',
'success' => 'Team member added.', 'success' => 'Nový člen týmu byl přidán.',
'failure' => 'The team member could not be added, please try again.', 'failure' => 'Člena týmu se nezdařilo přidat, opakujte akci.',
], ],
'edit' => [ 'edit' => [
'title' => 'Update profile', 'title' => 'Aktualizovat profil',
'success' => 'Profile updated.', 'success' => 'Profil byl aktualizován.',
'failure' => 'Something went wrong updating the profile, please try again.', 'failure' => 'Něco se pokazilo při aktualizaci profilu, zkus to znova.',
], ],
'delete' => [ 'delete' => [
'success' => 'Team member has been deleted and will no longer have access to the dashboard!', 'success' => 'Člen týmu byl smazán a již nebude mít přístup do řídícího panelu!',
'failure' => 'The team member could not be added, please try again.', 'failure' => 'Člena týmu se nezdařilo přidat, opakujte akci.',
], ],
'invite' => [ 'invite' => [
'title' => 'Invite a new team member', 'title' => 'Pozvat nového člena týmu',
'success' => 'An invite has been sent', 'success' => 'Pozvánka byla odeslána',
'failure' => 'The invite could not be sent, please try again.', 'failure' => 'Pozvánka nemohla být odeslána, zkus to znova.',
], ],
], ],
// Settings // Settings
'settings' => [ 'settings' => [
'settings' => 'Settings', 'settings' => 'Nastavení',
'app-setup' => [ 'app-setup' => [
'app-setup' => 'Application Setup', 'app-setup' => 'Nastavení aplikace',
'images-only' => 'Only images may be uploaded.', 'images-only' => 'Nahrány mohou být pouze obrázky.',
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size', 'too-big' => 'Soubor, který nahráváte, je příliš velký. Nahrajte obrázek menší než :velikost',
], ],
'analytics' => [ 'analytics' => [
'analytics' => 'Analytics', 'analytics' => 'Monitoring přístupů',
], ],
'log' => [ 'log' => [
'log' => 'Log', 'log' => 'Záznamy',
], ],
'localization' => [ 'localization' => [
'localization' => 'Localization', 'localization' => 'Lokální nastavení',
], ],
'customization' => [ 'customization' => [
'customization' => 'Customization', 'customization' => 'Vlastní nastavení',
'header' => 'Custom Header HTML', 'header' => 'Vlastní hlavička HTML',
'footer' => 'Custom Footer HTML', 'footer' => 'Vlastní zápatí HTML',
], ],
'mail' => [ 'mail' => [
'mail' => 'Mail', 'mail' => 'E-Mail',
'test' => 'Test', 'test' => 'Vyzkoušet',
'email' => [ 'email' => [
'subject' => 'Test notification from Cachet', 'subject' => 'Testovací oznámení z Cachet',
'body' => 'This is a test notification from Cachet.', 'body' => 'Toto je testovací oznámení z Cachet.',
], ],
], ],
'security' => [ 'security' => [
'security' => 'Security', 'security' => 'Zabezpečení',
'two-factor' => 'Users without two-factor authentication', 'two-factor' => 'Uživatelé bez dvoufaktorového ověřování',
], ],
'stylesheet' => [ 'stylesheet' => [
'stylesheet' => 'Stylesheet', 'stylesheet' => 'Šablona stylů',
], ],
'theme' => [ 'theme' => [
'theme' => 'Theme', 'theme' => 'Nastavení vzhledu',
], ],
'edit' => [ 'edit' => [
'success' => 'Settings saved.', 'success' => 'Nastavení uložena.',
'failure' => 'Settings could not be saved.', 'failure' => 'Nastavení nelze uložit.',
], ],
'credits' => [ 'credits' => [
'credits' => 'Credits', 'credits' => 'Autoři',
'contributors' => 'Contributors', 'contributors' => 'Přispěvatelé',
'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>.', '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' => 'Backers & Sponsors', 'backers-title' => 'Podporovatelé a sponzoři',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.', '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' => 'Thank you to each and every one of the :count contributors.', 'thank-you' => 'Děkujeme každému z :count přispěvatelů.',
], ],
], ],
// Login // Login
'login' => [ 'login' => [
'login' => 'Login', 'login' => 'Přihlášení',
'logged_in' => 'You\'re logged in.', 'logged_in' => 'Jste přihlášeni.',
'welcome' => 'Welcome back!', 'welcome' => 'Vítejte zpátky!',
'two-factor' => 'Please enter your token.', 'two-factor' => 'Zadejte prosím váš token.',
], ],
// Sidebar footer // Sidebar footer
'help' => 'Help', 'help' => 'Nápověda',
'status_page' => 'Status Page', 'status_page' => 'Stavová stránka',
'logout' => 'Logout', 'logout' => 'Odhlásit',
// Notifications // Notifications
'notifications' => [ 'notifications' => [
'notifications' => 'Notifications', 'notifications' => 'Oznámení',
'awesome' => 'Awesome.', 'awesome' => 'Vynikající.',
'whoops' => 'Whoops.', 'whoops' => 'Jejda.',
], ],
// Widgets // Widgets
'widgets' => [ 'widgets' => [
'support' => 'Support Cachet', 'support' => 'Podpořit Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!', 'support_subtitle' => 'Mrkněte na náš <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!',
'news' => 'Latest News', 'news' => 'Poslední novinky',
'news_subtitle' => 'Get the latest update', 'news_subtitle' => 'Získat nejnovější aktualizace',
], ],
// Welcome modal // Welcome modal
'welcome' => [ 'welcome' => [
'welcome' => 'Welcome to your new status page, :username!', 'welcome' => 'Vítej na tvé nové Status stránce, :username!',
'message' => 'You\'re almost ready but you might want to configure these extra settings first...', 'message' => 'Vaše stavová stránka je téměř připravena! Možná budete chtít upravit další nastavení',
'close' => 'I\'m good thanks!', 'close' => 'Přejít rovnou do řídícího panelu',
'steps' => [ 'steps' => [
'component' => 'Add your components', 'component' => 'Vytvoření komponent',
'incident' => 'Create an incident', 'incident' => 'Vytvoření incidentů',
'customize' => 'Customize your page', 'customize' => 'Přizpůsobit',
'team' => 'Add your team', 'team' => 'Přidat uživatele',
'api' => 'Generate an API token', 'api' => 'Vygenerovat API token',
'two-factor' => 'Setup Two Factor Authentication', 'two-factor' => 'Dvoufaktorové ověření',
], ],
], ],
+9 -4
View File
@@ -64,7 +64,7 @@ return [
'templates' => [ 'templates' => [
'name' => 'Jméno', 'name' => 'Jméno',
'template' => 'Šablona', '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' => [ 'templates' => [
'name' => 'Jméno', 'name' => 'Jméno',
'template' => 'Šablona', '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)', 'time_before_refresh' => 'Obnovovací frekvence status stránky (v sekundách)',
'major_outage_rate' => 'Hlavní doba výpadků (v %)', 'major_outage_rate' => 'Hlavní doba výpadků (v %)',
'banner' => 'Obrázek banneru', '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í?', '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?', '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)', 'skip_subscriber_verification' => 'Přestat ověřovat uživatele? (Pozor na spammery)',
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Kód pro Google Analytics', 'analytics_google' => 'Kód pro Google Analytics',
'analytics_gosquared' => 'Kód pro GoSquared 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', 'analytics_piwik_siteid' => 'Id webu Piwik',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Vybrat časové pásmo', 'timezone' => 'Vybrat časové pásmo',
], ],
'seo' => [
'title' => 'SEO titulek',
'description' => 'Popis SEO',
],
// Buttons // Buttons
'add' => 'Přidat', 'add' => 'Přidat',
'save' => 'Uložit', 'save' => 'Uložit',
+46 -38
View File
@@ -13,84 +13,92 @@ return [
'component' => [ 'component' => [
'status_update' => [ 'status_update' => [
'mail' => [ 'mail' => [
'subject' => 'Component Status Updated', 'subject' => 'Aktualizován stav komponenty',
'greeting' => 'A component\'s status was updated!', 'greeting' => 'Stav kompomenty byl aktualizován!',
'content' => ':name status changed from :old_status to :new_status.', 'content' => ':name změnil stav z :old_status na :new_status.',
'action' => 'View', 'action' => 'Zobrazit',
], ],
'slack' => [ 'slack' => [
'title' => 'Component Status Updated', 'title' => 'Aktualizován stav komponenty',
'content' => ':name status changed from :old_status to :new_status.', 'content' => ':name změnil stav z :old_status na :new_status.',
], ],
'sms' => [ 'sms' => [
'content' => ':name status changed from :old_status to :new_status.', 'content' => ':name změnil stav z :old_status na :new_status.',
], ],
], ],
], ],
'incident' => [ 'incident' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'New Incident Reported', 'subject' => 'Nahlášena nová událost',
'greeting' => 'A new incident was reported at :app_name.', 'greeting' => 'Nová událost byla nahlášena v :app_name.',
'content' => 'Incident :name was reported', 'content' => 'Událost :name byla nahlášena',
'action' => 'View', 'action' => 'Zobrazit',
], ],
'slack' => [ 'slack' => [
'title' => 'Incident :name Reported', 'title' => 'Událost :name nahlášena',
'content' => 'A new incident was reported at :app_name', 'content' => 'Nová událost byla nahlášena v :app_name',
], ],
'sms' => [ 'sms' => [
'content' => 'A new incident was reported at :app_name.', 'content' => 'Nová událost byla nahlášena v :app_name.',
], ],
], ],
'update' => [ 'update' => [
'mail' => [ 'mail' => [
'subject' => 'Incident Updated', 'subject' => 'Událost aktualizována',
'content' => ':name was updated', 'content' => ':name byl aktualizován',
'title' => ':name was updated to :new_status', 'title' => ':name změnil stav na :new_status',
'action' => 'View', 'action' => 'Zobrazit',
], ],
'slack' => [ 'slack' => [
'title' => ':name Updated', 'title' => ':name byl aktualizován',
'content' => ':name was updated to :new_status', 'content' => ':name změnil stav na :new_status',
], ],
'sms' => [ 'sms' => [
'content' => 'Incident :name was updated', 'content' => 'Událost :name byla aktualizována',
], ],
], ],
], ],
'schedule' => [ 'schedule' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'New Schedule Created', 'subject' => 'Nový plán vytvořen',
'content' => ':name was scheduled for :date', 'content' => ':name bylo naplánováno na :date',
'title' => 'A new scheduled maintenance was created.', 'title' => 'Nová plánovaná údržba byla vytvořena.',
'action' => 'View', 'action' => 'Zobrazit',
], ],
'slack' => [ 'slack' => [
'title' => 'New Schedule Created!', 'title' => 'Nový plán vytvořen!',
'content' => ':name was scheduled for :date', 'content' => ':name bylo naplánováno na :date',
], ],
'sms' => [ 'sms' => [
'content' => ':name was scheduled for :date', 'content' => ':name bylo naplánováno na :date',
], ],
], ],
], ],
'subscriber' => [ 'subscriber' => [
'verify' => [ 'verify' => [
'mail' => [ 'mail' => [
'subject' => 'Verify Your Subscription', 'subject' => 'Potvrďte váš odběr',
'content' => 'Click to verify your subscription to :app_name status page.', 'content' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
'title' => 'Verify your subscription to :app_name status page.', 'title' => 'Potvrďte svůj odběr stavové stránky :app_name.',
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
'mail' => [ 'mail' => [
'subject' => 'Ping from Cachet!', 'subject' => 'Ping z Cachet!',
'content' => 'This is a test notification from Cachet!', 'content' => 'Toto je testovací oznámení z Cachet!',
'title' => '🔔', 'title' => '🔔',
], ],
], ],
@@ -98,10 +106,10 @@ return [
'user' => [ 'user' => [
'invite' => [ 'invite' => [
'mail' => [ 'mail' => [
'subject' => 'Your invitation is inside...', 'subject' => 'Uvnitř najdete pozvánku...',
'content' => 'You have been invited to join :app_name status page.', 'content' => 'Byl jste pozván, abyste se připojil ke stavové stránce :app_name.',
'title' => 'You\'re invited to join :app_name status page.', 'title' => 'Jste pozváni, abyste se připojili ke stavové stránce :app_name.',
'action' => 'Accept', 'action' => 'Potvrdit',
], ],
], ],
], ],
+2 -2
View File
@@ -22,7 +22,7 @@ return [
| |
*/ */
'previous' => 'Previous', 'previous' => 'Předchozí',
'next' => 'Next', 'next' => 'Další',
]; ];
+10 -10
View File
@@ -10,14 +10,14 @@
*/ */
return [ return [
'setup' => 'Setup', 'setup' => 'Instalace',
'title' => 'Install Cachet', 'title' => 'Instalace Cachet',
'service_details' => 'Service Details', 'service_details' => 'Podrobnosti o službě',
'env_setup' => 'Environment Setup', 'env_setup' => 'Nastavení prostředí',
'status_page_setup' => 'Status Page Setup', 'status_page_setup' => 'Nastavení Stavové stránky',
'show_support' => 'Show support for Cachet?', 'show_support' => 'Zobrazit podporu pro Cachet?',
'admin_account' => 'Administrator Account', 'admin_account' => 'Účet správce',
'complete_setup' => 'Complete Setup', 'complete_setup' => 'Dokončení instalace',
'completed' => 'Cachet has been configured successfully!', 'completed' => 'Cachet byl úspěšně nakonfigurován!',
'finish_setup' => 'Go to dashboard', 'finish_setup' => 'Přejít na dashboard',
]; ];
+27 -27
View File
@@ -33,58 +33,58 @@ return [
'between' => [ 'between' => [
'numeric' => ':attribute musí mít hodnou mezi :min a :max.', 'numeric' => ':attribute musí mít hodnou mezi :min a :max.',
'file' => ':attribute musí mít velikost v rozmezí :min až :max kilobytů.', '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.', 'array' => ':attribute musí mít mezi :min a :max položkami.',
], ],
'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.', 'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.',
'confirmed' => 'Potvrzení :attribute se neshoduje.', 'confirmed' => 'Potvrzení :attribute se neshoduje.',
'date' => ':attribute není platné datum.', 'date' => ':attribute není platné datum.',
'date_format' => ':attribute se neshoduje se správným formátem :format.', 'date_format' => ':attribute se neshoduje se správným formátem :format.',
'different' => 'The :attribute and :other must be different.', 'different' => ':attribute a :other se musí lišit.',
'digits' => 'The :attribute must be :digits digits.', 'digits' => ':attribute musí obsahovat :digits číslice.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => ':attribute musí být v rozmezí :min a :max číslic.',
'email' => 'The :attribute must be a valid email address.', 'email' => ':attribute musí být platná e-mailová adresa.',
'exists' => 'The selected :attribute is invalid.', 'exists' => 'Vybraný :attribute je neplatný.',
'distinct' => ':attribute má duplicitní hodnotu.', '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.', 'image' => ':attribute musí být obrázek.',
'in' => 'The selected :attribute is invalid.', 'in' => 'Vybraný :attribute je neplatný.',
'in_array' => ':attribute není v :other.', 'in_array' => ':attribute není v :other.',
'integer' => 'The :attribute must be an integer.', 'integer' => ':attribute musí být celé číslo.',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => ':attribute musí být platná IP adresa.',
'json' => ': attribute musí být ve formátu JSON.', 'json' => ': attribute musí být ve formátu JSON.',
'max' => [ 'max' => [
'numeric' => 'The :attribute may not be greater than :max.', 'numeric' => ':attribute nesmí být větší než :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.', 'file' => ':attribute nesmí být větší než :max kb.',
'string' => 'The :attribute may not be greater than :max characters.', 'string' => ':attribute nesmí být delší než :max znaků.',
'array' => 'Atribut nesmí mít více než :max položek.', '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' => [ 'min' => [
'numeric' => 'The :attribute must be at least :min.', 'numeric' => ':attribute musí být alespoň :min.',
'file' => 'Atribut musí mít alespoň :min kB.', 'file' => 'Atribut musí mít alespoň :min kB.',
'string' => 'The :attribute must be at least :min characters.', 'string' => ':attribute musí být dlouhý alespoň :min znaků.',
'array' => 'The :attribute must have at least :min items.', 'array' => ':attribute musí mít alespoň :min položek.',
], ],
'not_in' => 'The selected :attribute is invalid.', 'not_in' => 'Vybraný :attribute je neplatný.',
'numeric' => 'The :attribute must be a number.', 'numeric' => 'Pole :attribute musí být číslo.',
'present' => 'Pole :attribute je vyžadováno.', 'present' => 'Pole :attribute je vyžadováno.',
'regex' => 'Formát :attribute je neplatný.', 'regex' => 'Formát :attribute je neplatný.',
'required' => 'The :attribute field is required.', 'required' => 'Pole :attribute je vyžadováno.',
'required_if' => 'The :attribute field is required when :other is :value.', '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_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' => 'Pole :attribute je požadováno, když je zadané :values.',
'required_with_all' => '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' => 'Pole :attribute je požadováno když :values není k dispozici.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => 'Pole :attribute je požadováno když :values není k dispozici.',
'same' => 'The :attribute and :other must match.', 'same' => ':attribute a: :other se musí shodovat.',
'size' => [ 'size' => [
'numeric' => 'The :attribute must be :size.', 'numeric' => ':attribute musí mít velikost: :size.',
'file' => 'Atribut musí mít :size kB.', 'file' => 'Atribut musí mít :size kB.',
'string' => 'Atribut musí mít :size znaků.', '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.', 'timezone' => ':attribute musí být platná zóna.',
'unique' => ':attribute byl už použit.', 'unique' => ':attribute byl už použit.',
'url' => 'Formát :attribute je neplatný.', 'url' => 'Formát :attribute je neplatný.',
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', planlagt til :timestamp', 'scheduled_at' => ', planlagt til :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Undersøger', 1 => 'Undersøger',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Abonner på email opdateringer.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'Du er blevet tilmeldt email notifikationer. Vi har sendt dig en bekræftelse på den indtastede email-adresse.', 'subscribe' => 'Abonner på email opdateringer.',
'verified' => 'Din tilmelding er nu blevet bekræftet, tak.', 'subscribed' => 'Du er blevet tilmeldt email notifikationer. Vi har sendt dig en bekræftelse på den indtastede email-adresse.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Afmeld email notifikationer.', 'verified' => 'Din tilmelding er nu blevet bekræftet, tak.',
'unsubscribed' => 'Du er nu blevet frameldt vores emailnotifikationer.', 'manage' => 'Manage your subscription',
'failure' => 'Noget gik galt med bekræftelsen.', 'unsubscribe' => 'Afmeld email notifikationer.',
'already-subscribed' => 'Kan ikke abonnere da :email allerede er tilmeldt.', '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.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Opret hændelse', 'title' => 'Opret hændelse',
'success' => 'Hændelse tilføjet.', 'success' => 'Hændelse tilføjet.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics kode', 'analytics_google' => 'Google Analytics kode',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Tilføj', 'add' => 'Tilføj',
'save' => 'Gem', 'save' => 'Gem',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Angepinnte Vorfälle', 'stickied' => 'Angepinnte Vorfälle',
'scheduled' => 'Wartungsarbeiten', 'scheduled' => 'Wartungsarbeiten',
'scheduled_at' => ', geplant :timestamp', 'scheduled_at' => ', geplant :timestamp',
'posted' => 'Veröffentlicht :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Veröffentlicht am :timestamp', 'posted_at' => 'Veröffentlicht am :timestamp',
'status' => [ 'status' => [
1 => 'Untersuchungen laufen', 1 => 'Untersuchungen laufen',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Verwalte deine Abonnements unter :link', 'manage_at_link' => 'Verwalte deine Abonnements unter :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.', 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!', 'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
'manage' => 'Verwalte deine Abonnements', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Abonnement widerrufen.', 'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde beendet.', 'manage' => 'Verwalte deine Abonnements',
'failure' => 'Beim aktivieren des Abonnements ist ein Fehler aufgetreten.', 'unsubscribe' => 'Abonnement widerrufen.',
'already-subscribed' => 'Abonnement für :email konnte nicht registriert werden, da die E-Mail Adresse schon registriert ist.', '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.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen', 'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen',
], ],
], ],
'reported_by' => 'Gemeldet von :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Ereignis hinzufügen', 'title' => 'Ereignis hinzufügen',
'success' => 'Ereignis hinzugefügt.', 'success' => 'Ereignis hinzugefügt.',
+7 -2
View File
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden)', 'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden)',
'major_outage_rate' => 'Grenzwert für schwerwiegende Ausfälle (in %)', 'major_outage_rate' => 'Grenzwert für schwerwiegende Ausfälle (in %)',
'banner' => 'Banner Bild', '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?', '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?', '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)', 'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)',
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics Code', 'analytics_google' => 'Google Analytics Code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s Seiten-ID',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Zeitzone wählen', 'timezone' => 'Zeitzone wählen',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Hinzufügen', 'add' => 'Hinzufügen',
'save' => 'Speichern', 'save' => 'Speichern',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Bestätigen', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', programado para :timestamp', 'scheduled_at' => ', programado para :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigando', 1 => 'Investigando',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'Te has subscrito a las notificaciones por correo electrónico, por favor verifica tu correo electrónico para confirmar tu subscripción.', 'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
'verified' => 'Tu subscripción por correo electrónico ha sido confirmada. Gracias!', 'subscribed' => 'Te has subscrito a las notificaciones por correo electrónico, por favor verifica tu correo electrónico para confirmar tu subscripción.',
'manage' => 'Administre su suscripción', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Darse de baja de alertas.', 'verified' => 'Tu subscripción por correo electrónico ha sido confirmada. Gracias!',
'unsubscribed' => 'Tu subscripción de correo electrónico ha sido cancelada.', 'manage' => 'Administre su suscripción',
'failure' => 'Algo salió mal con la subscripción.', 'unsubscribe' => 'Darse de baja de alertas.',
'already-subscribed' => 'No se puede suscribir :email porque ya esta suscrito.', '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.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Reportar incidente', 'title' => 'Reportar incidente',
'success' => 'Incidente agregado.', 'success' => 'Incidente agregado.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Código de Google Analytics', 'analytics_google' => 'Código de Google Analytics',
'analytics_gosquared' => 'Código de GoSquared 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', 'analytics_piwik_siteid' => 'Id de tu sitio Piwik',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Agregar', 'add' => 'Agregar',
'save' => 'Guardar', 'save' => 'Guardar',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+24 -22
View File
@@ -23,8 +23,8 @@ return [
'group' => [ 'group' => [
'other' => 'Autres composants', 'other' => 'Autres composants',
], ],
'select_all' => 'Select All', 'select_all' => 'Tout sélectionner',
'deselect_all' => 'Deselect All', 'deselect_all' => 'Tout désélectionner',
], ],
// Incidents // Incidents
@@ -32,9 +32,9 @@ return [
'none' => 'Aucun incident signalé', 'none' => 'Aucun incident signalé',
'past' => 'Incidents antérieurs', 'past' => 'Incidents antérieurs',
'stickied' => 'Incidents épinglés', 'stickied' => 'Incidents épinglés',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance Planifiée',
'scheduled_at' => ', planifé à :timestamp', 'scheduled_at' => ', planifé à :timestamp',
'posted' => 'Posté à :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Enquête en cours', 1 => 'Enquête en cours',
@@ -55,8 +55,8 @@ return [
// Service Status // Service Status
'service' => [ 'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational', 'good' => '[0,1] Système opérationnel|[2,*] Tous les systèmes sont opérationnels',
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues', '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', 'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
], ],
@@ -78,26 +78,28 @@ return [
// Subscriber // Subscriber
'subscriber' => [ 'subscriber' => [
'subscribe' => 'Subscribe to status changes and incident updates', 'subscribe' => 'Subscribe to status changes and incident updates',
'unsubscribe' => 'Unsubscribe', 'unsubscribe' => 'Se désabonner',
'button' => 'S\'abonner', 'button' => 'S\'abonner',
'manage_subscription' => 'Manage subscription', 'manage_subscription' => 'Gérer l\'abonnement',
'manage' => [ 'manage' => [
'notifications' => 'Notifications', 'notifications' => 'Notifications',
'notifications_for' => 'Manage notifications for', 'notifications_for' => 'Gérer les notifications pour',
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.', '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.', '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' => [ 'email' => [
'subscribe' => 'S\'abonner aux notifications par email.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'Vous êtes abonné aux notifications par email, veuillez vérifier votre messagerie pour confirmer votre adresse.', 'subscribe' => 'S\'abonner aux notifications par email.',
'verified' => 'Votre abonnement aux notifications par email a été confirmé. Merci !', 'subscribed' => 'Vous êtes abonné aux notifications par email, veuillez vérifier votre messagerie pour confirmer votre adresse.',
'manage' => 'Gérer votre abonnement', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Désinscription des mises à jour par courriel.', 'verified' => 'Votre abonnement aux notifications par email a été confirmé. Merci !',
'unsubscribed' => 'Votre abonnement aux notifications par email a été annulé.', 'manage' => 'Gérer votre abonnement',
'failure' => 'Une erreur est survenue lors de l\'abonnement.', 'unsubscribe' => 'Désinscription des mises à jour par courriel.',
'already-subscribed' => 'Impossible de s\'abonner avec l\'adresse e-mail :email car celle-ci est déjà abonnée.', '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 descriptions
'meta' => [ 'meta' => [
'description' => [ 'description' => [
'incident' => 'Details and updates about the :name incident that occurred on :date', 'incident' => 'Détails et mises à jour sur l\'incident :name qui a eu lieu le :date',
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', 'schedule' => 'Détails sur la période de maintenance planifiée :name débutant le :startDate',
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', '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.', 'overview' => 'Restez à jour avec les dernières mises à jour de :app.',
], ],
], ],
+2 -2
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Ajouter un incident', 'title' => 'Ajouter un incident',
'success' => 'Incident ajouté.', 'success' => 'Incident ajouté.',
@@ -74,7 +74,7 @@ return [
// Incident Maintenance // Incident Maintenance
'schedule' => [ '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.', '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', 'scheduled_at' => 'Planifiée à :timestamp',
'add' => [ 'add' => [
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Code de Google Analytics', 'analytics_google' => 'Code de Google Analytics',
'analytics_gosquared' => 'Code de GoSquared 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', 'analytics_piwik_siteid' => 'Id du site de Piwik',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Sélection du fuseau horaire', 'timezone' => 'Sélection du fuseau horaire',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Ajouter', 'add' => 'Ajouter',
'save' => 'Enregistrer', 'save' => 'Enregistrer',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Insiden sticky', 'stickied' => 'Insiden sticky',
'scheduled' => 'Pemeliharaan', 'scheduled' => 'Pemeliharaan',
'scheduled_at' => ', dijadwalkan pada :timestamp', 'scheduled_at' => ', dijadwalkan pada :timestamp',
'posted' => 'Dikirim: timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Dikirim: :timestamp', 'posted_at' => 'Dikirim: :timestamp',
'status' => [ 'status' => [
1 => 'Investigasi', 1 => 'Investigasi',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Langganan update email.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'Anda berhasil terdaftar pada notifikasi email, mohon periksa email anda untuk mengkonfirmasi pendaftaran ini.', 'subscribe' => 'Langganan update email.',
'verified' => 'Pendaftaran newsletter anda berhasil dikonfirmasi. Terima kasih!', 'subscribed' => 'Anda berhasil terdaftar pada notifikasi email, mohon periksa email anda untuk mengkonfirmasi pendaftaran ini.',
'manage' => 'Mengelola langganan Anda', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Hapus saya dari update email.', 'verified' => 'Pendaftaran newsletter anda berhasil dikonfirmasi. Terima kasih!',
'unsubscribed' => 'Langganan email anda sudah dihentikan.', 'manage' => 'Mengelola langganan Anda',
'failure' => 'Ada yang salah dengan sistem langganan email.', 'unsubscribe' => 'Hapus saya dari update email.',
'already-subscribed' => 'Tidak bisa mendaftarkan :email karena sudah berlangganan.', 'unsubscribed' => 'Langganan email anda sudah dihentikan.',
'failure' => 'Ada yang salah dengan sistem langganan email.',
'already-subscribed' => 'Tidak bisa mendaftarkan :email karena sudah berlangganan.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Ada masalah saat memperbarui update insiden', 'failure' => 'Ada masalah saat memperbarui update insiden',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Tambahkan Insiden', 'title' => 'Tambahkan Insiden',
'success' => 'Insiden sudah ditambahkan.', 'success' => 'Insiden sudah ditambahkan.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Kode Google Analytics', 'analytics_google' => 'Kode Google Analytics',
'analytics_gosquared' => 'Kode GoSquared 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', 'analytics_piwik_siteid' => 'ID situs Piwik',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Pilih zona waktu', 'timezone' => 'Pilih zona waktu',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Tambah', 'add' => 'Tambah',
'save' => 'Simpan', 'save' => 'Simpan',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verifikasi', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', programmata il :timestamp', 'scheduled_at' => ', programmata il :timestamp',
'posted' => 'Pubblicato :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Analisi', 1 => 'Analisi',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Iscriviti agli aggiornamenti via email.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'Ti sei appena iscritto agli aggiornamenti email, controlla la tua casella per confermare la sottoscrizione', 'subscribe' => 'Iscriviti agli aggiornamenti via email.',
'verified' => 'La tua iscrizione &egrave; stata confermata. Grazie!', 'subscribed' => 'Ti sei appena iscritto agli aggiornamenti email, controlla la tua casella per confermare la sottoscrizione',
'manage' => 'Gestisci la tua iscrizione', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Annulla l\'iscrizione agli aggiornamenti email.', 'verified' => 'La tua iscrizione &egrave; stata confermata. Grazie!',
'unsubscribed' => 'La tua iscrizione &egrave; stata rimossa.', 'manage' => 'Gestisci la tua iscrizione',
'failure' => 'Qualcosa è andato storto con l\'iscrizione.', 'unsubscribe' => 'Annulla l\'iscrizione agli aggiornamenti email.',
'already-subscribed' => 'Non è possibile iscrivere :email perchè risulta già iscritto.', 'unsubscribed' => 'La tua iscrizione &egrave; stata rimossa.',
'failure' => 'Qualcosa è andato storto con l\'iscrizione.',
'already-subscribed' => 'Non è possibile iscrivere :email perchè risulta già iscritto.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Riporta un problema', 'title' => 'Riporta un problema',
'success' => 'Segnalazione aggiunta.', 'success' => 'Segnalazione aggiunta.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Codice Google Analytics', 'analytics_google' => 'Codice Google Analytics',
'analytics_gosquared' => 'Codice GoSquared 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', 'analytics_piwik_siteid' => 'Id del sito Piwik',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Aggiungi', 'add' => 'Aggiungi',
'save' => 'Salva', 'save' => 'Salva',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => '固定している障害情報', 'stickied' => '固定している障害情報',
'scheduled' => '計画メンテナンス', 'scheduled' => '計画メンテナンス',
'scheduled_at' => ', 予定日時 :timestamp', 'scheduled_at' => ', 予定日時 :timestamp',
'posted' => '掲載日時 :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => '掲載日時 :timestamp', 'posted_at' => '掲載日時 :timestamp',
'status' => [ 'status' => [
1 => '調査中', 1 => '調査中',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => '購読の管理', 'manage_at_link' => '購読の管理',
], ],
'email' => [ 'email' => [
'subscribe' => 'メールによるアップデート情報の購読', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'メールによるアップデート情報の購読',
'verified' => 'あなたのメール購読を確認しました。ありがとうございます!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => '購読の管理', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'あなたのメール購読を確認しました。ありがとうございます!',
'unsubscribed' => 'メールの購読が取り消されました。', 'manage' => '購読の管理',
'failure' => '購読に失敗しました。', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => '既に購読しているので :email の購読ができません。', 'unsubscribed' => 'メールの購読が取り消されました。',
'failure' => '購読に失敗しました。',
'already-subscribed' => '既に購読しているので :email の購読ができません。',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', :timestamp 에 예정됨', 'scheduled_at' => ', :timestamp 에 예정됨',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => '이메일 구독 신청.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => '이메일 구독 신청.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => '이메일 구독 취소', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => '이메일 구독 취소',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => '문제 추가', 'title' => '문제 추가',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics 코드', 'analytics_google' => 'Google Analytics 코드',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik 사이트 id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp', 'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Investigating', 1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Subscribe to email updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'subscribe' => 'Subscribe to email updates.',
'verified' => 'Your email subscription has been confirmed. Thank you!', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
'manage' => 'Manage your subscription', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Unsubscribe from email updates.', 'verified' => 'Your email subscription has been confirmed. Thank you!',
'unsubscribed' => 'Your email subscription has been cancelled.', 'manage' => 'Manage your subscription',
'failure' => 'Something went wrong with the subscription.', 'unsubscribe' => 'Unsubscribe from email updates.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Vastgezette incidenten', 'stickied' => 'Vastgezette incidenten',
'scheduled' => 'Gepland onderhoud', 'scheduled' => 'Gepland onderhoud',
'scheduled_at' => ', gepland :timestamp', 'scheduled_at' => ', gepland :timestamp',
'posted' => 'Geplaatst op :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Geplaatst op :timestamp', 'posted_at' => 'Geplaatst op :timestamp',
'status' => [ 'status' => [
1 => 'In onderzoek', 1 => 'In onderzoek',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Beheer uw abonnementen op: link', 'manage_at_link' => 'Beheer uw abonnementen op: link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Abonneren op e-mail updates.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'U bent geabonneerd op e-mail notificaties, controleer uw e-mail om uw abonnement te bevestigen.', 'subscribe' => 'Abonneren op e-mail updates.',
'verified' => 'Uw e-mail abonnement is bevestigd. Bedankt!', 'subscribed' => 'U bent geabonneerd op e-mail notificaties, controleer uw e-mail om uw abonnement te bevestigen.',
'manage' => 'Beheer je abonnement', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Afmelden voor e-mail updates.', 'verified' => 'Uw e-mail abonnement is bevestigd. Bedankt!',
'unsubscribed' => 'Uw e-mail abonnement is opgezegd.', 'manage' => 'Beheer je abonnement',
'failure' => 'Er ging iets fout tijdens het aanmelden.', 'unsubscribe' => 'Afmelden voor e-mail updates.',
'already-subscribed' => 'Kan niet aanmelden voor :email omdat deze momenteel al is aangemeld.', '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.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Er is een fout opgetreden bij het wijzigen van de incident update', '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' => [ 'add' => [
'title' => 'Meld een incident', 'title' => 'Meld een incident',
'success' => 'Incident toegevoegd.', 'success' => 'Incident toegevoegd.',
+7 -2
View File
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Statuspagina verversingssnelheid (in seconden)', 'time_before_refresh' => 'Statuspagina verversingssnelheid (in seconden)',
'major_outage_rate' => 'Drempelwaarde voor grote onderbreking (in %)', 'major_outage_rate' => 'Drempelwaarde voor grote onderbreking (in %)',
'banner' => 'Banner afbeelding', '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?', 'subscribers' => 'Bezoekers toestaan om te abonneren op e-mail notificaties?',
'suppress_notifications_in_maintenance' => 'Onderdruk meldingen wanneer incident tijdens de onderhoudingsperiode voordoet?', '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)', 'skip_subscriber_verification' => 'Verificatie van gebruikers overslaan? (Let op, je kunt gespamd worden)',
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics-code', 'analytics_google' => 'Google Analytics-code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Site-id van Piwik',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Selecteer Tijdzone', 'timezone' => 'Selecteer Tijdzone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Toevoegen', 'add' => 'Toevoegen',
'save' => 'Opslaan', 'save' => 'Opslaan',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verifiëren', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Festede hendelser', 'stickied' => 'Festede hendelser',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', planlagt :timestamp', 'scheduled_at' => ', planlagt :timestamp',
'posted' => 'Postet :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Undersøkes', 1 => 'Undersøkes',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Abonner på e-postoppdateringer.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'Du abonnerer nå på e-postvarslinger, sjekk din e-post for å bekrefte abonneringen.', 'subscribe' => 'Abonner på e-postoppdateringer.',
'verified' => 'Ditt epost abonnement er bekreftet!', 'subscribed' => 'Du abonnerer nå på e-postvarslinger, sjekk din e-post for å bekrefte abonneringen.',
'manage' => 'Administrer ditt abonnement', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Meld av e-postvarsling.', 'verified' => 'Ditt epost abonnement er bekreftet!',
'unsubscribed' => 'Ditt e-postabonnement har blitt kansellert.', 'manage' => 'Administrer ditt abonnement',
'failure' => 'Noe gikk galt med abonneringen.', 'unsubscribe' => 'Meld av e-postvarsling.',
'already-subscribed' => 'Kan ikke abonnere: email fordi de allerede er abonnenter.', 'unsubscribed' => 'Ditt e-postabonnement har blitt kansellert.',
'failure' => 'Noe gikk galt med abonneringen.',
'already-subscribed' => 'Kan ikke abonnere: email fordi de allerede er abonnenter.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Noe gikk galt ved oppdatering av hendelsesoppdateringen', 'failure' => 'Noe gikk galt ved oppdatering av hendelsesoppdateringen',
], ],
], ],
'reported_by' => 'Rapportert av :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Report an incident', 'title' => 'Report an incident',
'success' => 'Incident added.', 'success' => 'Incident added.',
+7 -2
View File
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Statusside oppdateringsfrekvens (i sekunder)', 'time_before_refresh' => 'Statusside oppdateringsfrekvens (i sekunder)',
'major_outage_rate' => 'Større brudd terskel (i %)', 'major_outage_rate' => 'Større brudd terskel (i %)',
'banner' => 'Bannerbilde', '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?', 'subscribers' => 'Allow people to signup to email notifications?',
'suppress_notifications_in_maintenance' => 'Utelat notifikasjoner når hendelse inntreffer under vedlikeholdsperiode?', '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)', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Google Analytics code', 'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared 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', 'analytics_piwik_siteid' => 'Piwik\'s site id',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Velg tidssone', 'timezone' => 'Velg tidssone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Add', 'add' => 'Add',
'save' => 'Save', 'save' => 'Save',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Bekreft', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents', 'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance', 'scheduled' => 'Maintenance',
'scheduled_at' => ', geplant :timestamp', 'scheduled_at' => ', geplant :timestamp',
'posted' => 'Posted :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp', 'posted_at' => 'Posted at :timestamp',
'status' => [ 'status' => [
1 => 'Untersuchungen laufen', 1 => 'Untersuchungen laufen',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => 'Manage your subscriptions at :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.', 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.', 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!', 'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
'manage' => 'Zarządzanie subskrypcją', 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.', 'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.', 'manage' => 'Zarządzanie subskrypcją',
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.', 'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
'already-subscribed' => 'Subskrypcja niemożliwa, :email jest już zapisany.', '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.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update', 'failure' => 'Something went wrong updating the incident update',
], ],
], ],
'reported_by' => 'Reported by :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Vorfall hinzufügen', 'title' => 'Vorfall hinzufügen',
'success' => 'Dodano zdarzenie.', 'success' => 'Dodano zdarzenie.',
+6 -1
View File
@@ -168,7 +168,7 @@ return [
'analytics' => [ 'analytics' => [
'analytics_google' => 'Kod Google Analytics', 'analytics_google' => 'Kod Google Analytics',
'analytics_gosquared' => 'Kod GoSquared 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', 'analytics_piwik_siteid' => 'ID strony Piwik',
], ],
'localization' => [ 'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone', 'timezone' => 'Select Timezone',
], ],
'seo' => [
'title' => 'SEO Title',
'description' => 'SEO Description',
],
// Buttons // Buttons
'add' => 'Dodaj', 'add' => 'Dodaj',
'save' => 'Zapisz', 'save' => 'Zapisz',
+8
View File
@@ -85,6 +85,14 @@ return [
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
+11 -9
View File
@@ -34,7 +34,7 @@ return [
'stickied' => 'Incidentes Fixados', 'stickied' => 'Incidentes Fixados',
'scheduled' => 'Manutenção', 'scheduled' => 'Manutenção',
'scheduled_at' => ', agendada :timestamp', 'scheduled_at' => ', agendada :timestamp',
'posted' => 'Postado :timestamp', 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Postado em :timestamp', 'posted_at' => 'Postado em :timestamp',
'status' => [ 'status' => [
1 => 'Investigando', 1 => 'Investigando',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Gerencie suas inscrições aqui :link', 'manage_at_link' => 'Gerencie suas inscrições aqui :link',
], ],
'email' => [ 'email' => [
'subscribe' => 'Inscreva-se para atualizações via e-mail.', 'manage_subscription' => 'Enviamos um e-mail para você, por favor clique no link para gerenciar sua assinatura',
'subscribed' => 'Inscrição realizada com sucesso! Por favor verifique o e-mail que enviamos à você para confirmar sua inscrição.', 'subscribe' => 'Inscreva-se para atualizações via e-mail.',
'verified' => 'Sua inscrição foi confirmada! Obrigado!', 'subscribed' => 'Inscrição realizada com sucesso! Por favor verifique o e-mail que enviamos à você para confirmar sua inscrição.',
'manage' => 'Gerencie sua assinatura', 'updated-subscribe' => 'Suas assinaturas foram atualizadas com sucesso.',
'unsubscribe' => 'Não desejo mais receber notificações via e-mail.', 'verified' => 'Sua inscrição foi confirmada! Obrigado!',
'unsubscribed' => 'Sua inscrição foi cancelada.', 'manage' => 'Gerencie sua assinatura',
'failure' => 'Ocorreu um problema na sua inscrição.', 'unsubscribe' => 'Não desejo mais receber notificações via e-mail.',
'already-subscribed' => 'Impossível inscrever :email pois já se encontra inscrito.', '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.',
], ],
], ],
+1 -1
View File
@@ -35,7 +35,7 @@ return [
'failure' => 'Algo deu errado ao atualizar as informações do incidente', 'failure' => 'Algo deu errado ao atualizar as informações do incidente',
], ],
], ],
'reported_by' => 'Reportado por :user', 'reported_by' => 'Reported :timestamp by :user',
'add' => [ 'add' => [
'title' => 'Relatar um incidente', 'title' => 'Relatar um incidente',
'success' => 'Incidente adicionado.', 'success' => 'Incidente adicionado.',
+44 -39
View File
@@ -22,7 +22,7 @@ return [
'site_locale' => 'Selecione seu idioma', 'site_locale' => 'Selecione seu idioma',
'enable_google2fa' => 'Habilitar a autenticação de dois fatores do Google', 'enable_google2fa' => 'Habilitar a autenticação de dois fatores do Google',
'cache_driver' => 'Driver de Cache', 'cache_driver' => 'Driver de Cache',
'queue_driver' => 'Queue Driver', 'queue_driver' => 'Driver na fila',
'session_driver' => 'Driver de Sessão', 'session_driver' => 'Driver de Sessão',
'mail_driver' => 'Driver de correio', 'mail_driver' => 'Driver de correio',
'mail_host' => 'Host de correio', 'mail_host' => 'Host de correio',
@@ -41,7 +41,7 @@ return [
'invalid-token' => 'Token inválido', 'invalid-token' => 'Token inválido',
'cookies' => 'Você deve habilitar os cookies do navegador para logar.', 'cookies' => 'Você deve habilitar os cookies do navegador para logar.',
'rate-limit' => 'Limite de acesso excedido.', 'rate-limit' => 'Limite de acesso excedido.',
'remember_me' => 'Remember me', 'remember_me' => 'Lembrar-me',
], ],
// Incidents form fields // Incidents form fields
@@ -49,16 +49,16 @@ return [
'name' => 'Nome', 'name' => 'Nome',
'status' => 'Status', 'status' => 'Status',
'component' => 'Componente', 'component' => 'Componente',
'component_status' => 'Component Status', 'component_status' => 'Status do componente',
'message' => 'Mensagem', 'message' => 'Mensagem',
'message-help' => 'Você também pode usar o Markdown.', '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_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', 'visibility' => 'Visibilidade do incidente',
'stick_status' => 'Stick Incident', 'stick_status' => 'Incidente fixado',
'stickied' => 'Stickied', 'stickied' => 'Fixado',
'not_stickied' => 'Not Stickied', 'not_stickied' => 'Não Fixado',
'public' => 'Visível para todos', 'public' => 'Visível para todos',
'logged_in_only' => 'Visível somente para usuários logados', 'logged_in_only' => 'Visível somente para usuários logados',
'templates' => [ 'templates' => [
@@ -73,8 +73,8 @@ return [
'status' => 'Status', 'status' => 'Status',
'message' => 'Mensagem', 'message' => 'Mensagem',
'message-help' => 'Você também pode usar o Markdown.', 'message-help' => 'Você também pode usar o Markdown.',
'scheduled_at' => 'When is this maintenance scheduled for?', 'scheduled_at' => 'Esta manutenção foi programada para quando?',
'completed_at' => 'When did this maintenance complete?', 'completed_at' => 'Quando esta manutenção foi concluída?',
'templates' => [ 'templates' => [
'name' => 'Nome', 'name' => 'Nome',
'template' => 'Template', 'template' => 'Template',
@@ -95,13 +95,13 @@ return [
'groups' => [ 'groups' => [
'name' => 'Nome', 'name' => 'Nome',
'collapsing' => 'Expand/Collapse options', 'collapsing' => 'Expandir/recolher opções',
'visible' => 'Sempre expandido', 'visible' => 'Sempre expandido',
'collapsed' => 'Colapsar o grupo por padrão', 'collapsed' => 'Colapsar o grupo por padrão',
'collapsed_incident' => 'Colapsar o grupo, mas expandir se ocorrer algum problema', 'collapsed_incident' => 'Colapsar o grupo, mas expandir se ocorrer algum problema',
'visibility' => 'Visibility', 'visibility' => 'Visibilidade',
'visibility_public' => 'Visible to public', 'visibility_public' => 'Visível ao Público',
'visibility_authenticated' => 'Visible only to logged in users', 'visibility_authenticated' => 'Visível apenas para usuários autenticados',
], ],
], ],
@@ -109,14 +109,14 @@ return [
'actions' => [ 'actions' => [
'name' => 'Nome', 'name' => 'Nome',
'description' => 'Descrição', 'description' => 'Descrição',
'start_at' => 'Schedule start time', 'start_at' => 'Agendar horário de início',
'timezone' => 'Timezone', 'timezone' => 'Fuso horário',
'schedule_frequency' => 'Schedule frequency (in seconds)', 'schedule_frequency' => 'Agendar frequência (em segundos)',
'completion_latency' => 'Completion latency (in seconds)', 'completion_latency' => 'Latência de conclusão (em segundos)',
'group' => 'Grupo', 'group' => 'Grupo',
'active' => 'Active?', 'active' => 'Ativado?',
'groups' => [ 'groups' => [
'name' => 'Group Name', 'name' => 'Nome do Grupo',
], ],
], ],
@@ -134,10 +134,10 @@ return [
'places' => 'Casas decimais', 'places' => 'Casas decimais',
'default_view' => 'Visualização padrão', 'default_view' => 'Visualização padrão',
'threshold' => 'Quantos minutos de limite entre os pontos das métricas?', 'threshold' => 'Quantos minutos de limite entre os pontos das métricas?',
'visibility' => 'Visibility', 'visibility' => 'Visibilidade',
'visibility_authenticated' => 'Visible to authenticated users', 'visibility_authenticated' => 'Visível para usuários autenticados',
'visibility_public' => 'Visible to everybody', 'visibility_public' => 'Visível para todos',
'visibility_hidden' => 'Always hidden', 'visibility_hidden' => 'Sempre oculto',
'points' => [ 'points' => [
'value' => 'Valor', 'value' => 'Valor',
@@ -153,22 +153,22 @@ return [
'display-graphs' => 'Exibir gráficos na página de status?', 'display-graphs' => 'Exibir gráficos na página de status?',
'about-this-page' => 'Sobre esta página', 'about-this-page' => 'Sobre esta página',
'days-of-incidents' => 'Quantos dias de incidentes para mostrar?', 'days-of-incidents' => 'Quantos dias de incidentes para mostrar?',
'time_before_refresh' => 'Status page refresh rate (in seconds)', 'time_before_refresh' => 'Frequência de atualização da página de status (em segundos)',
'major_outage_rate' => 'Major outage threshold (in %)', 'major_outage_rate' => 'Limite de indisponibilidade (em %)',
'banner' => 'Imagem do banner', '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?', '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?', 'suppress_notifications_in_maintenance' => 'Não enviar notificações quando o incidente ocorrer durante o período de manutenção?',
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', '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?', '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...)', 'enable_external_dependencies' => 'Ativar dependências de terceiros (Google Fonts, Trackers, etc...)',
'show_timezone' => 'Show the timezone the status page is running in', 'show_timezone' => 'Mostrar o fuso horário no qual a página de status está sendo executada',
'only_disrupted_days' => 'Only show days containing incidents in the timeline?', 'only_disrupted_days' => 'Mostrar apenas os dias que contenham incidentes na linha do tempo?',
], ],
'analytics' => [ 'analytics' => [
'analytics_google' => 'Código do Google Analytics', 'analytics_google' => 'Código do Google Analytics',
'analytics_gosquared' => 'Código do GoSquared 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', 'analytics_piwik_siteid' => 'Id do site no Piwik',
], ],
'localization' => [ 'localization' => [
@@ -180,8 +180,8 @@ return [
'security' => [ 'security' => [
'allowed-domains' => 'Domínios permitidos', 'allowed-domains' => 'Domínios permitidos',
'allowed-domains-help' => 'Separados por vírgula. O domínio definido acima é permitido automaticamente por padrão.', 'allowed-domains-help' => 'Separados por vírgula. O domínio definido acima é permitido automaticamente por padrão.',
'always-authenticate' => 'Always authenticate', 'always-authenticate' => 'Autenticar sempre',
'always-authenticate-help' => 'Require login to view any Cachet page', 'always-authenticate-help' => 'Exigir login para ver qualquer página do sistema',
], ],
'stylesheet' => [ 'stylesheet' => [
'custom-css' => 'Folha de estilos personalizada', 'custom-css' => 'Folha de estilos personalizada',
@@ -191,7 +191,7 @@ return [
'background-fills' => 'Preenchimento de Fundo (Componentes, Incidentes, Rodapé)', 'background-fills' => 'Preenchimento de Fundo (Componentes, Incidentes, Rodapé)',
'banner-background-color' => 'Cor de Fundo do banner', 'banner-background-color' => 'Cor de Fundo do banner',
'banner-padding' => 'Margem interna', 'banner-padding' => 'Margem interna',
'fullwidth-banner' => 'Enable full width banner?', 'fullwidth-banner' => 'Habilitar banner com largura total?',
'text-color' => 'Cor do Texto', 'text-color' => 'Cor do Texto',
'dashboard-login' => 'Mostrar botão para painel no rodapé?', 'dashboard-login' => 'Mostrar botão para painel no rodapé?',
'reds' => 'Vermelho (Usado para erros)', 'reds' => 'Vermelho (Usado para erros)',
@@ -221,12 +221,17 @@ return [
], ],
'team' => [ 'team' => [
'description' => 'Convide membros da sua equipe através do endereço de e-mail aqui.', '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' => [ 'general' => [
'timezone' => 'Select Timezone', 'timezone' => 'Selecione o fuso horário',
],
'seo' => [
'title' => 'Título para SEO',
'description' => 'Descrição para SEO',
], ],
// Buttons // Buttons
@@ -241,7 +246,7 @@ return [
'remove' => 'Remover', 'remove' => 'Remover',
'invite' => 'Convite', 'invite' => 'Convite',
'signup' => 'Cadastrar-se', 'signup' => 'Cadastrar-se',
'manage_updates' => 'Manage Updates', 'manage_updates' => 'Gerenciar atualizações',
// Other // Other
'optional' => '* Opcional', 'optional' => '* Opcional',
+46 -38
View File
@@ -13,84 +13,92 @@ return [
'component' => [ 'component' => [
'status_update' => [ 'status_update' => [
'mail' => [ 'mail' => [
'subject' => 'Component Status Updated', 'subject' => 'Status do Componente Atualizado',
'greeting' => 'A component\'s status was updated!', 'greeting' => 'O status de um componente foi atualizado!',
'content' => ':name status changed from :old_status to :new_status.', 'content' => 'O status de :name mudou de :old_status para :new_status.',
'action' => 'View', 'action' => 'Visualizar',
], ],
'slack' => [ 'slack' => [
'title' => 'Component Status Updated', 'title' => 'Status do Componente Atualizado',
'content' => ':name status changed from :old_status to :new_status.', 'content' => 'O status de :name mudou de :old_status para :new_status.',
], ],
'sms' => [ 'sms' => [
'content' => ':name status changed from :old_status to :new_status.', 'content' => 'O status de :name mudou de :old_status para :new_status.',
], ],
], ],
], ],
'incident' => [ 'incident' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'New Incident Reported', 'subject' => 'Novo incidente reportado',
'greeting' => 'A new incident was reported at :app_name.', 'greeting' => 'Um novo incidente foi reportado em :app_name.',
'content' => 'Incident :name was reported', 'content' => 'O Incidente :name foi reportado',
'action' => 'View', 'action' => 'Visualizar',
], ],
'slack' => [ 'slack' => [
'title' => 'Incident :name Reported', 'title' => 'Incidente :name reportado',
'content' => 'A new incident was reported at :app_name', 'content' => 'Um novo incidente foi relatado em :app_name',
], ],
'sms' => [ 'sms' => [
'content' => 'A new incident was reported at :app_name.', 'content' => 'Um novo incidente foi reportado em :app_name.',
], ],
], ],
'update' => [ 'update' => [
'mail' => [ 'mail' => [
'subject' => 'Incident Updated', 'subject' => 'Incidente Atualizado',
'content' => ':name was updated', 'content' => ':name foi atualizado',
'title' => ':name was updated to :new_status', 'title' => ':name foi atualizado para :new_status',
'action' => 'View', 'action' => 'Visualizar',
], ],
'slack' => [ 'slack' => [
'title' => ':name Updated', 'title' => ':name atualizado',
'content' => ':name was updated to :new_status', 'content' => ':name foi atualizado para :new_status',
], ],
'sms' => [ 'sms' => [
'content' => 'Incident :name was updated', 'content' => 'Incidente :name foi atualizado',
], ],
], ],
], ],
'schedule' => [ 'schedule' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'New Schedule Created', 'subject' => 'Novo Agendamento Criado',
'content' => ':name was scheduled for :date', 'content' => ':name foi agendado para :date',
'title' => 'A new scheduled maintenance was created.', 'title' => 'Uma nova manutenção agendada foi criada.',
'action' => 'View', 'action' => 'Visualizar',
], ],
'slack' => [ 'slack' => [
'title' => 'New Schedule Created!', 'title' => 'Novo Agendamento Criado!',
'content' => ':name was scheduled for :date', 'content' => ':name foi agendado para :date',
], ],
'sms' => [ 'sms' => [
'content' => ':name was scheduled for :date', 'content' => ':name foi agendado para :date',
], ],
], ],
], ],
'subscriber' => [ 'subscriber' => [
'verify' => [ 'verify' => [
'mail' => [ 'mail' => [
'subject' => 'Verify Your Subscription', 'subject' => 'Verifique a sua inscrição',
'content' => 'Click to verify your subscription to :app_name status page.', 'content' => 'Clique para verificar sua inscrição na página de status :app_name.',
'title' => 'Verify your subscription to :app_name status page.', 'title' => 'Verifique sua inscrição na página de status de :app_name.',
'action' => 'Verify', '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' => [ 'system' => [
'test' => [ 'test' => [
'mail' => [ 'mail' => [
'subject' => 'Ping from Cachet!', 'subject' => 'Ping do Cachet!',
'content' => 'This is a test notification from Cachet!', 'content' => 'Esta é uma notificação de teste do Cachet!',
'title' => '🔔', 'title' => '🔔',
], ],
], ],
@@ -98,10 +106,10 @@ return [
'user' => [ 'user' => [
'invite' => [ 'invite' => [
'mail' => [ 'mail' => [
'subject' => 'Your invitation is inside...', 'subject' => 'Seu convite está aqui dentro...',
'content' => 'You have been invited to join :app_name status page.', 'content' => 'Você foi convidado para fazer parte da página de status :app_name.',
'title' => 'You\'re invited to join :app_name status page.', 'title' => 'Você foi convidado para fazer parte da página de status :app_name.',
'action' => 'Accept', 'action' => 'Aceitar',
], ],
], ],
], ],
+21 -21
View File
@@ -44,45 +44,45 @@ return [
'digits' => 'O campo :attribute deve ter :digits dígitos.', 'digits' => 'O campo :attribute deve ter :digits dígitos.',
'digits_between' => 'O campo :attribute deve ter entre :min e :max 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.', '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.', '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.', '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.', 'in_array' => 'O campo :attribute não existe em :other.',
'integer' => 'The :attribute must be an integer.', 'integer' => 'O campo :attribute deve ser um número inteiro.',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => 'O campo :attribute deve ser um endereço de IP válido.',
'json' => 'O :attribute tem que ser uma string JSON válida.', 'json' => 'O :attribute tem que ser uma string JSON válida.',
'max' => [ 'max' => [
'numeric' => 'The :attribute may not be greater than :max.', 'numeric' => 'O campo :attribute não deve ser maior que :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.', 'file' => 'O campo :attribute não deve ser maior que :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.', 'string' => 'O campo :attribute não deve ser maior que :max caracteres.',
'array' => 'A: atributo não pode ter mais de que :max itens.', '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' => [ '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.', 'file' => 'O :attribute deve ter pelo menos :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.', 'string' => 'O campo :attribute deve ter no mínimo :min caracteres.',
'array' => 'The :attribute must have at least :min items.', 'array' => 'O campo :attribute deve ter no mínimo :min itens.',
], ],
'not_in' => 'The selected :attribute is invalid.', 'not_in' => 'O campo :attribute é inválido.',
'numeric' => 'The :attribute must be a number.', 'numeric' => 'O campo :attribute deve ser um número.',
'present' => 'O campo :attribute deve estar presente.', 'present' => 'O campo :attribute deve estar presente.',
'regex' => 'O formato de :attribute é inválido.', 'regex' => 'O formato de :attribute é inválido.',
'required' => 'The :attribute field is required.', 'required' => 'O campo :attribute é obrigatório.',
'required_if' => 'The :attribute field is required when :other is :value.', '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_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' => 'O campo :attribute é obrigatório quando :values está presente.',
'required_with_all' => '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' => 'O campo :attribute é obrigatório quando :values não está presente.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values está presente.',
'same' => 'The :attribute and :other must match.', 'same' => 'O campo :attribute e :other devem ser iguais.',
'size' => [ 'size' => [
'numeric' => 'The :attribute must be :size.', 'numeric' => 'O campo :attribute deve ter :size caracteres.',
'file' => 'O :attribute deve ter :size kilobytes.', 'file' => 'O :attribute deve ter :size kilobytes.',
'string' => 'O :attribute deve ter :size caracteres.', '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.', 'string' => 'O campo :attribute deve ser uma string.',
'timezone' => 'O :attribute deve ser uma zona válida.', '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