diff --git a/resources/lang/af-ZA/cachet.php b/resources/lang/af-ZA/cachet.php
index 1f36e1fe..df402fad 100644
--- a/resources/lang/af-ZA/cachet.php
+++ b/resources/lang/af-ZA/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Bestuur Subskripsies',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Bestuur Subskripsies',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/af-ZA/dashboard.php b/resources/lang/af-ZA/dashboard.php
index 3f70a368..0171d325 100644
--- a/resources/lang/af-ZA/dashboard.php
+++ b/resources/lang/af-ZA/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
@@ -179,13 +179,13 @@ return [
// Team
'team' => [
- 'team' => 'Team',
- 'member' => 'Member',
- 'profile' => 'Profile',
+ 'team' => 'Span',
+ 'member' => 'Lid',
+ 'profile' => 'Profiel',
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'add' => [
'title' => 'Add a new team member',
- 'success' => 'Team member added.',
+ 'success' => 'Spanlid bygevoeg.',
'failure' => 'The team member could not be added, please try again.',
],
'edit' => [
@@ -206,7 +206,7 @@ return [
// Settings
'settings' => [
- 'settings' => 'Settings',
+ 'settings' => 'Instellings',
'app-setup' => [
'app-setup' => 'Application Setup',
'images-only' => 'Only images may be uploaded.',
@@ -242,7 +242,7 @@ return [
'stylesheet' => 'Stylesheet',
],
'theme' => [
- 'theme' => 'Theme',
+ 'theme' => 'Tema',
],
'edit' => [
'success' => 'Settings saved.',
@@ -260,7 +260,7 @@ return [
// Login
'login' => [
- 'login' => 'Login',
+ 'login' => 'Teken In',
'logged_in' => 'You\'re logged in.',
'welcome' => 'Welcome back!',
'two-factor' => 'Please enter your token.',
@@ -269,7 +269,7 @@ return [
// Sidebar footer
'help' => 'Help',
'status_page' => 'Status Page',
- 'logout' => 'Logout',
+ 'logout' => 'Teken Uit',
// Notifications
'notifications' => [
diff --git a/resources/lang/af-ZA/forms.php b/resources/lang/af-ZA/forms.php
index fe00d831..d87c854d 100644
--- a/resources/lang/af-ZA/forms.php
+++ b/resources/lang/af-ZA/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/af-ZA/notifications.php b/resources/lang/af-ZA/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/af-ZA/notifications.php
+++ b/resources/lang/af-ZA/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php
index 8a8af310..ee7f1620 100644
--- a/resources/lang/ar-SA/cachet.php
+++ b/resources/lang/ar-SA/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/ar-SA/dashboard.php b/resources/lang/ar-SA/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/ar-SA/dashboard.php
+++ b/resources/lang/ar-SA/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/ar-SA/forms.php b/resources/lang/ar-SA/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/ar-SA/forms.php
+++ b/resources/lang/ar-SA/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/ar-SA/notifications.php b/resources/lang/ar-SA/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/ar-SA/notifications.php
+++ b/resources/lang/ar-SA/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/ca-ES/cachet.php b/resources/lang/ca-ES/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/ca-ES/cachet.php
+++ b/resources/lang/ca-ES/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/ca-ES/dashboard.php b/resources/lang/ca-ES/dashboard.php
index 58595ec4..0abd74e4 100644
--- a/resources/lang/ca-ES/dashboard.php
+++ b/resources/lang/ca-ES/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/ca-ES/forms.php b/resources/lang/ca-ES/forms.php
index bf5c55dd..a41f0b27 100644
--- a/resources/lang/ca-ES/forms.php
+++ b/resources/lang/ca-ES/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/ca-ES/notifications.php b/resources/lang/ca-ES/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/ca-ES/notifications.php
+++ b/resources/lang/ca-ES/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php
index 262d14af..6a3d3b46 100644
--- a/resources/lang/cs-CZ/cachet.php
+++ b/resources/lang/cs-CZ/cachet.php
@@ -12,135 +12,137 @@
return [
// Components
'components' => [
- 'last_updated' => 'Last updated :timestamp',
+ 'last_updated' => 'Poslední aktualizace :timestamp',
'status' => [
- 0 => 'Unknown',
- 1 => 'Operational',
- 2 => 'Performance Issues',
- 3 => 'Partial Outage',
- 4 => 'Major Outage',
+ 0 => 'Neznámý',
+ 1 => 'V provozu',
+ 2 => 'Problémy s výkonem',
+ 3 => 'Částečný výpadek',
+ 4 => 'Závažný výpadek',
],
'group' => [
- 'other' => 'Other Components',
+ 'other' => 'Ostatní služby',
],
- 'select_all' => 'Select All',
- 'deselect_all' => 'Deselect All',
+ 'select_all' => 'Označit vše',
+ 'deselect_all' => 'Odznačit vše',
],
// Incidents
'incidents' => [
- 'none' => 'No incidents reported',
- 'past' => 'Past Incidents',
- 'stickied' => 'Stickied Incidents',
- 'scheduled' => 'Maintenance',
- 'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
- 'posted_at' => 'Posted at :timestamp',
+ 'none' => 'Nejsou nahlášeny žádné incidenty',
+ 'past' => 'Minulé incidenty',
+ 'stickied' => 'Připnuté incidenty',
+ 'scheduled' => 'Plánovaná odstávka',
+ 'scheduled_at' => ', plánované na :timestamp',
+ 'posted' => 'Přidáno :timestamp od :username',
+ 'posted_at' => 'Publikováno :timestamp',
'status' => [
- 1 => 'Investigating',
- 2 => 'Identified',
- 3 => 'Watching',
- 4 => 'Fixed',
+ 1 => 'Zkoumání příčiny',
+ 2 => 'Problém identifikován',
+ 3 => 'Sledování',
+ 4 => 'Opraveno',
],
],
// Schedule
'schedules' => [
'status' => [
- 0 => 'Upcoming',
- 1 => 'In Progress',
- 2 => 'Complete',
+ 0 => 'Blížící se',
+ 1 => 'Probíhající',
+ 2 => 'Hotovo',
],
],
// Service Status
'service' => [
- 'good' => '[0,1]System operational|[2,*]All systems are operational',
- 'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
- 'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
+ 'good' => '[0,1] Služba je v provozu|[2,*]Všechny služby fungují bez problémů',
+ 'bad' => '[0,1] Služba má problémy|[2,Inf] Některá ze služeb má problémy',
+ 'major' => '[0,1] Služba má celkový výpadek|[2,Inf] Některé služby mají celkový výpadek',
],
'api' => [
- 'regenerate' => 'Regenerate API Key',
- 'revoke' => 'Revoke API Key',
+ 'regenerate' => 'Obnovit API klíč',
+ 'revoke' => 'Zrušit API klíč',
],
// Metrics
'metrics' => [
'filter' => [
- 'last_hour' => 'Last Hour',
- 'hourly' => 'Last 12 Hours',
- 'weekly' => 'Week',
- 'monthly' => 'Month',
+ 'last_hour' => 'Během poslední hodiny',
+ 'hourly' => 'Posledních 12 hodin',
+ 'weekly' => 'Týden',
+ 'monthly' => 'Měsíc',
],
],
// Subscriber
'subscriber' => [
- 'subscribe' => 'Subscribe to status changes and incident updates',
- 'unsubscribe' => 'Unsubscribe',
- 'button' => 'Subscribe',
- 'manage_subscription' => 'Manage subscription',
+ 'subscribe' => 'Přihlaste se změnám stavu a aktualizacím incidentů',
+ 'unsubscribe' => 'Odhlásit odběr',
+ 'button' => 'Přihlásit',
+ 'manage_subscription' => 'Spravovat odběry',
'manage' => [
- 'notifications' => 'Notifications',
- 'notifications_for' => 'Manage notifications for',
+ 'notifications' => 'Oznámení',
+ 'notifications_for' => 'Spravujte oznámení pro',
'no_subscriptions' => 'Aktuálně jsi přihlášen(a) ke všem upozorněním.',
- 'update_subscription' => 'Update Subscription',
+ 'update_subscription' => 'Aktualizovat odběry',
'my_subscriptions' => 'Aktuálně jsi přihlášen(a) k následujícím upozorněním.',
- 'manage_at_link' => 'Manage your subscriptions at :link',
+ 'manage_at_link' => 'Spravovat odběry na :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'Poslali jsme Vám e-mail, prosím klikněte na odkaz pro správu odběru',
+ 'subscribe' => 'Přihlásit se k zasílání upozornění e-mailem.',
+ 'subscribed' => 'Proběhlo přihlášení k e-mailovým upozorněním, potvrďte ho prosím na vašem e-mailu.',
+ 'updated-subscribe' => 'Úspěšně jste aktualizovali své odběry.',
+ 'verified' => 'E-mail pro zasílání upozornění byl ověřen. Děkujeme!',
+ 'manage' => 'Spravovat e-mailové odběry',
+ 'unsubscribe' => 'Odhlásit z odběru e-mailových upozornění.',
+ 'unsubscribed' => 'Odběr e-mailových upozornění byl zrušen.',
+ 'failure' => 'Došlo k chybě při nastavení odběru e-mailů.',
+ 'already-subscribed' => 'Nelze přihlásit k odběru :email, protože je již přihlášen.',
],
],
'signup' => [
- 'title' => 'Sign Up',
- 'username' => 'Username',
- 'email' => 'Email',
- 'password' => 'Password',
- 'success' => 'Your account has been created.',
- 'failure' => 'Something went wrong with the signup.',
+ 'title' => 'Registrovat se',
+ 'username' => 'Uživatelské jméno',
+ 'email' => 'E-mail',
+ 'password' => 'Heslo',
+ 'success' => 'Tvůj účet byl vytvořen.',
+ 'failure' => 'Něco je špatně, nelze se registrovat.',
],
'system' => [
- 'update' => 'There is a newer version of Cachet available. You can learn how to update here!',
+ 'update' => 'Je k dispozici nová verze Cachet. Jak provést update najdeš zde!',
],
// Modal
'modal' => [
- 'close' => 'Close',
+ 'close' => 'Zavřít',
'subscribe' => [
- 'title' => 'Subscribe to component updates',
- 'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
- 'button' => 'Subscribe',
+ 'title' => 'Přihlásit se k odběru upozornění',
+ 'body' => 'Zadej svůj email pro odběr upozornění této služby. Pokud již odebíráš upozornění, budeš nadále dostávat emaily pro tuto službu.',
+ 'button' => 'Přihlásit',
],
],
// Meta descriptions
'meta' => [
'description' => [
- 'incident' => 'Details and updates about the :name incident that occurred on :date',
- 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
- 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
- 'overview' => 'Stay up to date with the latest service updates from :app.',
+ 'incident' => 'Podrobnosti a aktuální informace o událost :name, ke které došlo :date',
+ 'schedule' => 'Podrobnosti o plánované údržbě :name od :startDate',
+ 'subscribe' => 'Přihlaste se k odběru :app, abyste obdrželi aktualizace o událostech a plánované údržbě',
+ 'overview' => 'Držte krok s nejnovějšími aktualizacemi od: app.',
],
],
// Other
- 'home' => 'Home',
- 'powered_by' => 'Powered by Cachet.',
- 'timezone' => 'Times are shown in :timezone.',
- 'about_this_site' => 'About This Site',
+ 'home' => 'Hlavní stránka',
+ 'powered_by' => 'Vytvořeno pomocí Cachet.',
+ 'timezone' => 'Časová zóna je :timezone.',
+ 'about_this_site' => 'O tomto webu',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
- 'feed' => 'Status Feed',
+ 'feed' => 'Kanál stavů',
];
diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php
index 3f70a368..14b725e1 100644
--- a/resources/lang/cs-CZ/dashboard.php
+++ b/resources/lang/cs-CZ/dashboard.php
@@ -11,293 +11,293 @@
return [
- 'dashboard' => 'Dashboard',
- 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.',
+ 'dashboard' => 'Řídicí panel',
+ 'writeable_settings' => 'Nelze zapisovat do složky nastavení Cachet. Ujistěte se, že web server může zapisovat do ./bootstrap/cachet.',
// Incidents
'incidents' => [
- 'title' => 'Incidents & Maintenance',
- 'incidents' => 'Incidents',
- 'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.',
- 'incident-create-template' => 'Create Template',
- 'incident-templates' => 'Incident Templates',
+ 'title' => 'Incidenty & Plán odstávek',
+ 'incidents' => 'Incidenty',
+ 'logged' => '{0}Nejsou hlášeny žádné incidenty, dobrá práce.|[1]Zapsali jste jeden incident.|[2,*]Nahlásili jste :count incidentů.',
+ 'incident-create-template' => 'Vytvořit šablonu',
+ 'incident-templates' => 'Šablony incidentů',
'updates' => [
- 'title' => 'Incident updates for :incident',
- 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
+ 'title' => 'Aktualizace incidentu :incident',
+ 'count' => '{0}žádné aktualizace |[1]jedna aktualizace |[2]dvě aktualizace | [3, *] Několik aktualizací',
'add' => [
- 'title' => 'Create new incident update',
- 'success' => 'Your new incident update has been created.',
- 'failure' => 'Something went wrong with the incident update.',
+ 'title' => 'Vytvořit novou zprávu k události',
+ 'success' => 'Vaše aktualizace incidentu byla vytvořena.',
+ 'failure' => 'Při aktualizaci incidentu se něco pokazilo.',
],
'edit' => [
- 'title' => 'Edit incident update',
- 'success' => 'The incident update has been updated.',
- 'failure' => 'Something went wrong updating the incident update',
+ 'title' => 'Editovat aktualizace incidentu',
+ 'success' => 'Událost byla aktualizována.',
+ 'failure' => 'Při aktualizaci incidentu se něco pokazilo',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Nahlášeno :timestamp od :user',
'add' => [
- 'title' => 'Report an incident',
- 'success' => 'Incident added.',
- 'failure' => 'There was an error adding the incident, please try again.',
+ 'title' => 'Nahlásit incident',
+ 'success' => 'Incident byl přidán.',
+ 'failure' => 'Došlo k chybě při přidávání události, opakujte akci.',
],
'edit' => [
- 'title' => 'Edit an incident',
- 'success' => 'Incident updated.',
- 'failure' => 'There was an error editing the incident, please try again.',
+ 'title' => 'Upravit incident',
+ 'success' => 'Incident aktualizován.',
+ 'failure' => 'Došlo k chybě při editaci události, opakujte akci.',
],
'delete' => [
- 'success' => 'The incident has been deleted and will not show on your status page.',
- 'failure' => 'The incident could not be deleted, please try again.',
+ 'success' => 'Událost byla odstraněna a už se nebude zobrazovat na stavové stránce.',
+ 'failure' => 'Událost se nepodařilo smazat, opakujte akci.',
],
// Incident templates
'templates' => [
- 'title' => 'Incident Templates',
+ 'title' => 'Šablony incidentů',
'add' => [
- 'title' => 'Create an incident template',
- 'message' => 'Create your first incident template.',
- 'success' => 'Your new incident template has been created.',
- 'failure' => 'Something went wrong with the incident template.',
+ 'title' => 'Vytvořit šablonu incidentu',
+ 'message' => 'Měli byste přidat šablonu události.',
+ 'success' => 'Byla vytvořena nová šablona události.',
+ 'failure' => 'Se šablonou události se něco pokazilo.',
],
'edit' => [
- 'title' => 'Edit Template',
- 'success' => 'The incident template has been updated.',
- 'failure' => 'Something went wrong updating the incident template',
+ 'title' => 'Upravit šablonu',
+ 'success' => 'Šablona události byla aktualizována.',
+ 'failure' => 'Při aktualizaci šablony incidentu se něco pokazilo',
],
'delete' => [
- 'success' => 'The incident template has been deleted.',
- 'failure' => 'The incident template could not be deleted, please try again.',
+ 'success' => 'Šablona události byla smazána.',
+ 'failure' => 'Šablonu události se nepodařilo smazat, opakujte akci.',
],
],
],
// Incident Maintenance
'schedule' => [
- 'schedule' => 'Maintenance',
- 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.',
- 'scheduled_at' => 'Scheduled at :timestamp',
+ 'schedule' => 'Plánovaná odstávka',
+ 'logged' => '{0}Žádná údržba není v plánu, dobrá práce.|[1]Naplánovali jste jednu údržbu.|[2,*]Jsou v plánu :count údržby.',
+ 'scheduled_at' => 'Naplánováno na :timestamp',
'add' => [
- 'title' => 'Add Maintenance',
- 'success' => 'Maintenance added.',
- 'failure' => 'Something went wrong adding the Maintenance, please try again.',
+ 'title' => 'Přidat plánovanou odstávku',
+ 'success' => 'Odstávka byla přidána.',
+ 'failure' => 'Něco se pokazilo při přidávání odstávky, zkus to znova.',
],
'edit' => [
- 'title' => 'Edit Maintenance',
- 'success' => 'Maintenance has been updated!',
- 'failure' => 'Something went wrong editing the Maintenance, please try again.',
+ 'title' => 'Upravit naplánovanou odstávku',
+ 'success' => 'Odstávka byla aktualizovaná!',
+ 'failure' => 'Něco se pokazilo při úpravě odstávky, zkus to znova.',
],
'delete' => [
- 'success' => 'The Maintenance has been deleted and will not show on your status page.',
- 'failure' => 'The Maintenance could not be deleted, please try again.',
+ 'success' => 'Plánovaná odstávka byla smazána a nebude se zobrazovat na hlavní stránce.',
+ 'failure' => 'Plánovaná odstávka nemohla být smazána, zkus to znova.',
],
],
// Components
'components' => [
- 'components' => 'Components',
- 'component_statuses' => 'Component Statuses',
- 'listed_group' => 'Grouped under :name',
+ 'components' => 'Služby',
+ 'component_statuses' => 'Stavy služeb',
+ 'listed_group' => 'Seskupeno podle :name',
'add' => [
- 'title' => 'Add a component',
- 'message' => 'You should add a component.',
- 'success' => 'Component created.',
- 'failure' => 'Something went wrong with the component group, please try again.',
+ 'title' => 'Přidat službu',
+ 'message' => 'Měli byste přidat službu.',
+ 'success' => 'Služba vytvořena.',
+ 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
],
'edit' => [
- 'title' => 'Edit a component',
- 'success' => 'Component updated.',
- 'failure' => 'Something went wrong with the component group, please try again.',
+ 'title' => 'Upravit službu',
+ 'success' => 'Služba byla aktualizována.',
+ 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
],
'delete' => [
- 'success' => 'The component has been deleted!',
- 'failure' => 'The component could not be deleted, please try again.',
+ 'success' => 'Služba byla smazána!',
+ 'failure' => 'Služba nemůže být odstraněna, opakujte akci.',
],
// Component groups
'groups' => [
- 'groups' => 'Component group|Component groups',
- 'no_components' => 'You should add a component group.',
+ 'groups' => 'Skupina služeb|Skupiny služeb',
+ 'no_components' => 'Můžete přidat skupinu služeb.',
'add' => [
- 'title' => 'Add a component group',
- 'success' => 'Component group added.',
- 'failure' => 'Something went wrong with the component group, please try again.',
+ 'title' => 'Přidat skupinu služeb',
+ 'success' => 'Skupina služeb byla přidána.',
+ 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
],
'edit' => [
- 'title' => 'Edit a component group',
- 'success' => 'Component group updated.',
- 'failure' => 'Something went wrong with the component group, please try again.',
+ 'title' => 'Upravit skupinu komponent',
+ 'success' => 'Skupina služeb byla aktualizována.',
+ 'failure' => 'Něco se pokazilo se skupinou služby, zkus to znova.',
],
'delete' => [
- 'success' => 'Component group has been deleted!',
- 'failure' => 'The component group could not be deleted, please try again.',
+ 'success' => 'Skupina služeb byla smazána!',
+ 'failure' => 'Skupina komponent nemohla být smazána, zkus to znova.',
],
],
],
// Metrics
'metrics' => [
- 'metrics' => 'Metrics',
+ 'metrics' => 'Metriky',
'add' => [
- 'title' => 'Create a metric',
- 'message' => 'You should add a metric.',
- 'success' => 'Metric created.',
- 'failure' => 'Something went wrong with the metric, please try again.',
+ 'title' => 'Vytvořit metriku',
+ 'message' => 'Měli byste přidat metriku.',
+ 'success' => 'Metrika vytvořena.',
+ 'failure' => 'Něco se pokazilo s metrikou, zkus to znova.',
],
'edit' => [
- 'title' => 'Edit a metric',
- 'success' => 'Metric updated.',
- 'failure' => 'Something went wrong with the metric, please try again.',
+ 'title' => 'Upravit metriku',
+ 'success' => 'Metrika aktualizována.',
+ 'failure' => 'Něco se pokazilo s metrikou, zkus to znova.',
],
'delete' => [
- 'success' => 'The metric has been deleted and will no longer display on your status page.',
- 'failure' => 'The metric could not be deleted, please try again.',
+ 'success' => 'Měření bylo smazáno a už se nebude zobrazovat na stavové stránce.',
+ 'failure' => 'Měření nemohlo být odstraněno, opakujte akci.',
],
],
// Subscribers
'subscribers' => [
- 'subscribers' => 'Subscribers',
- 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
- 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
- 'verified' => 'Verified',
- 'not_verified' => 'Not verified',
- 'subscriber' => ':email, subscribed :date',
- 'no_subscriptions' => 'Subscribed to all updates',
- 'global' => 'Globally subscribed',
+ 'subscribers' => 'Odběratelé',
+ 'description' => 'Pokud dojde ke vzniku incidentu nebo služby, odběratelé obdrží aktualizace e-mailem.',
+ 'description_disabled' => 'Chcete-li použít tuto funkci, potřebujete povolit uživatelům registraci pro oznámení.',
+ 'verified' => 'Ověřeno',
+ 'not_verified' => 'Neověřeno',
+ 'subscriber' => ': e-mail, přihlášen: datum',
+ 'no_subscriptions' => 'Přihlášeno k zasílání všech aktualizací',
+ 'global' => 'Globálně odebírané',
'add' => [
- 'title' => 'Add a new subscriber',
- 'success' => 'Subscriber has been added!',
- 'failure' => 'Something went wrong adding the subscriber, please try again.',
- 'help' => 'Enter each subscriber on a new line.',
+ 'title' => 'Přidat nového odběratele',
+ 'success' => 'Odběratel přidán.',
+ 'failure' => 'Něco se pokazilo při přidávání odběratele, opakujte akci.',
+ 'help' => 'Zadejte každého odběratele na nový řádek.',
],
'edit' => [
- 'title' => 'Update subscriber',
- 'success' => 'Subscriber has been updated!',
- 'failure' => 'Something went wrong editing the subscriber, please try again.',
+ 'title' => 'Aktualizovat odeběratele',
+ 'success' => 'Odběratel aktualizován.',
+ 'failure' => 'Něco se pokazilo při úpravě odběratele, zkus to znova.',
],
],
// Team
'team' => [
- 'team' => 'Team',
- 'member' => 'Member',
- 'profile' => 'Profile',
- 'description' => 'Team Members will be able to add, modify & edit components and incidents.',
+ 'team' => 'Tým',
+ 'member' => 'Člen',
+ 'profile' => 'Profil',
+ 'description' => 'Členové týmu budou schopni přidat nebo upravit komponenty a incidenty.',
'add' => [
- 'title' => 'Add a new team member',
- 'success' => 'Team member added.',
- 'failure' => 'The team member could not be added, please try again.',
+ 'title' => 'Přidat nového člena týmu',
+ 'success' => 'Nový člen týmu byl přidán.',
+ 'failure' => 'Člena týmu se nezdařilo přidat, opakujte akci.',
],
'edit' => [
- 'title' => 'Update profile',
- 'success' => 'Profile updated.',
- 'failure' => 'Something went wrong updating the profile, please try again.',
+ 'title' => 'Aktualizovat profil',
+ 'success' => 'Profil byl aktualizován.',
+ 'failure' => 'Něco se pokazilo při aktualizaci profilu, zkus to znova.',
],
'delete' => [
- 'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
- 'failure' => 'The team member could not be added, please try again.',
+ 'success' => 'Člen týmu byl smazán a již nebude mít přístup do řídícího panelu!',
+ 'failure' => 'Člena týmu se nezdařilo přidat, opakujte akci.',
],
'invite' => [
- 'title' => 'Invite a new team member',
- 'success' => 'An invite has been sent',
- 'failure' => 'The invite could not be sent, please try again.',
+ 'title' => 'Pozvat nového člena týmu',
+ 'success' => 'Pozvánka byla odeslána',
+ 'failure' => 'Pozvánka nemohla být odeslána, zkus to znova.',
],
],
// Settings
'settings' => [
- 'settings' => 'Settings',
+ 'settings' => 'Nastavení',
'app-setup' => [
- 'app-setup' => 'Application Setup',
- 'images-only' => 'Only images may be uploaded.',
- 'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
+ 'app-setup' => 'Nastavení aplikace',
+ 'images-only' => 'Nahrány mohou být pouze obrázky.',
+ 'too-big' => 'Soubor, který nahráváte, je příliš velký. Nahrajte obrázek menší než :velikost',
],
'analytics' => [
- 'analytics' => 'Analytics',
+ 'analytics' => 'Monitoring přístupů',
],
'log' => [
- 'log' => 'Log',
+ 'log' => 'Záznamy',
],
'localization' => [
- 'localization' => 'Localization',
+ 'localization' => 'Lokální nastavení',
],
'customization' => [
- 'customization' => 'Customization',
- 'header' => 'Custom Header HTML',
- 'footer' => 'Custom Footer HTML',
+ 'customization' => 'Vlastní nastavení',
+ 'header' => 'Vlastní hlavička HTML',
+ 'footer' => 'Vlastní zápatí HTML',
],
'mail' => [
- 'mail' => 'Mail',
- 'test' => 'Test',
+ 'mail' => 'E-Mail',
+ 'test' => 'Vyzkoušet',
'email' => [
- 'subject' => 'Test notification from Cachet',
- 'body' => 'This is a test notification from Cachet.',
+ 'subject' => 'Testovací oznámení z Cachet',
+ 'body' => 'Toto je testovací oznámení z Cachet.',
],
],
'security' => [
- 'security' => 'Security',
- 'two-factor' => 'Users without two-factor authentication',
+ 'security' => 'Zabezpečení',
+ 'two-factor' => 'Uživatelé bez dvoufaktorového ověřování',
],
'stylesheet' => [
- 'stylesheet' => 'Stylesheet',
+ 'stylesheet' => 'Šablona stylů',
],
'theme' => [
- 'theme' => 'Theme',
+ 'theme' => 'Nastavení vzhledu',
],
'edit' => [
- 'success' => 'Settings saved.',
- 'failure' => 'Settings could not be saved.',
+ 'success' => 'Nastavení uložena.',
+ 'failure' => 'Nastavení nelze uložit.',
],
'credits' => [
- 'credits' => 'Credits',
- 'contributors' => 'Contributors',
- 'license' => 'Cachet is a BSD-3-licensed open source project, released by Alt Three Services Limited.',
- 'backers-title' => 'Backers & Sponsors',
- 'backers' => 'If you\'d like to support future development, check out the Cachet Patreon campaign.',
- 'thank-you' => 'Thank you to each and every one of the :count contributors.',
+ 'credits' => 'Autoři',
+ 'contributors' => 'Přispěvatelé',
+ 'license' => 'Cachet je open-sourcový projekt pod BSD-3-licencí, vydávaný Alt Three Services Limited.',
+ 'backers-title' => 'Podporovatelé a sponzoři',
+ 'backers' => 'Pokud chcete podpořit další vývoj aplikace, běžte se podívat na kampaň Cachet Patreon.',
+ 'thank-you' => 'Děkujeme každému z :count přispěvatelů.',
],
],
// Login
'login' => [
- 'login' => 'Login',
- 'logged_in' => 'You\'re logged in.',
- 'welcome' => 'Welcome back!',
- 'two-factor' => 'Please enter your token.',
+ 'login' => 'Přihlášení',
+ 'logged_in' => 'Jste přihlášeni.',
+ 'welcome' => 'Vítejte zpátky!',
+ 'two-factor' => 'Zadejte prosím váš token.',
],
// Sidebar footer
- 'help' => 'Help',
- 'status_page' => 'Status Page',
- 'logout' => 'Logout',
+ 'help' => 'Nápověda',
+ 'status_page' => 'Stavová stránka',
+ 'logout' => 'Odhlásit',
// Notifications
'notifications' => [
- 'notifications' => 'Notifications',
- 'awesome' => 'Awesome.',
- 'whoops' => 'Whoops.',
+ 'notifications' => 'Oznámení',
+ 'awesome' => 'Vynikající.',
+ 'whoops' => 'Jejda.',
],
// Widgets
'widgets' => [
- 'support' => 'Support Cachet',
- 'support_subtitle' => 'Check out our Patreon page!',
- 'news' => 'Latest News',
- 'news_subtitle' => 'Get the latest update',
+ 'support' => 'Podpořit Cachet',
+ 'support_subtitle' => 'Mrkněte na náš Patreon page!',
+ 'news' => 'Poslední novinky',
+ 'news_subtitle' => 'Získat nejnovější aktualizace',
],
// Welcome modal
'welcome' => [
- 'welcome' => 'Welcome to your new status page, :username!',
- 'message' => 'You\'re almost ready but you might want to configure these extra settings first...',
- 'close' => 'I\'m good thanks!',
+ 'welcome' => 'Vítej na tvé nové Status stránce, :username!',
+ 'message' => 'Vaše stavová stránka je téměř připravena! Možná budete chtít upravit další nastavení',
+ 'close' => 'Přejít rovnou do řídícího panelu',
'steps' => [
- 'component' => 'Add your components',
- 'incident' => 'Create an incident',
- 'customize' => 'Customize your page',
- 'team' => 'Add your team',
- 'api' => 'Generate an API token',
- 'two-factor' => 'Setup Two Factor Authentication',
+ 'component' => 'Vytvoření komponent',
+ 'incident' => 'Vytvoření incidentů',
+ 'customize' => 'Přizpůsobit',
+ 'team' => 'Přidat uživatele',
+ 'api' => 'Vygenerovat API token',
+ 'two-factor' => 'Dvoufaktorové ověření',
],
],
diff --git a/resources/lang/cs-CZ/forms.php b/resources/lang/cs-CZ/forms.php
index 9f2a13a8..574930fc 100644
--- a/resources/lang/cs-CZ/forms.php
+++ b/resources/lang/cs-CZ/forms.php
@@ -64,7 +64,7 @@ return [
'templates' => [
'name' => 'Jméno',
'template' => 'Šablona',
- 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twing.',
+ 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twig.',
],
],
@@ -78,7 +78,7 @@ return [
'templates' => [
'name' => 'Jméno',
'template' => 'Šablona',
- 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twing.',
+ 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twig.',
],
],
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Obnovovací frekvence status stránky (v sekundách)',
'major_outage_rate' => 'Hlavní doba výpadků (v %)',
'banner' => 'Obrázek banneru',
- 'banner-help' => 'Doručuje se nenahrávat soubory větší než 930 pixelů na šířku',
+ 'banner-help' => "Doručuje se nenahrávat soubory větší než 930 pixelů na šířku",
'subscribers' => 'Umožnit lidem, aby se přihlašovali k odběru e-mailových upozornění?',
'suppress_notifications_in_maintenance' => 'Potlačit oznámení dojde-li k události během během času údržby?',
'skip_subscriber_verification' => 'Přestat ověřovat uživatele? (Pozor na spammery)',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Kód pro Google Analytics',
'analytics_gosquared' => 'Kód pro GoSquared Analytics',
- 'analytics_piwik_url' => 'URL tvojí instance Piwik (bez http(s)://)',
+ 'analytics_piwik_url' => 'URL vaší instance Piwik',
'analytics_piwik_siteid' => 'Id webu Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Vybrat časové pásmo',
],
+ 'seo' => [
+ 'title' => 'SEO titulek',
+ 'description' => 'Popis SEO',
+ ],
+
// Buttons
'add' => 'Přidat',
'save' => 'Uložit',
diff --git a/resources/lang/cs-CZ/notifications.php b/resources/lang/cs-CZ/notifications.php
index 6a65c6bd..7da9d880 100644
--- a/resources/lang/cs-CZ/notifications.php
+++ b/resources/lang/cs-CZ/notifications.php
@@ -13,84 +13,92 @@ return [
'component' => [
'status_update' => [
'mail' => [
- 'subject' => 'Component Status Updated',
- 'greeting' => 'A component\'s status was updated!',
- 'content' => ':name status changed from :old_status to :new_status.',
- 'action' => 'View',
+ 'subject' => 'Aktualizován stav komponenty',
+ 'greeting' => 'Stav kompomenty byl aktualizován!',
+ 'content' => ':name změnil stav z :old_status na :new_status.',
+ 'action' => 'Zobrazit',
],
'slack' => [
- 'title' => 'Component Status Updated',
- 'content' => ':name status changed from :old_status to :new_status.',
+ 'title' => 'Aktualizován stav komponenty',
+ 'content' => ':name změnil stav z :old_status na :new_status.',
],
'sms' => [
- 'content' => ':name status changed from :old_status to :new_status.',
+ 'content' => ':name změnil stav z :old_status na :new_status.',
],
],
],
'incident' => [
'new' => [
'mail' => [
- 'subject' => 'New Incident Reported',
- 'greeting' => 'A new incident was reported at :app_name.',
- 'content' => 'Incident :name was reported',
- 'action' => 'View',
+ 'subject' => 'Nahlášena nová událost',
+ 'greeting' => 'Nová událost byla nahlášena v :app_name.',
+ 'content' => 'Událost :name byla nahlášena',
+ 'action' => 'Zobrazit',
],
'slack' => [
- 'title' => 'Incident :name Reported',
- 'content' => 'A new incident was reported at :app_name',
+ 'title' => 'Událost :name nahlášena',
+ 'content' => 'Nová událost byla nahlášena v :app_name',
],
'sms' => [
- 'content' => 'A new incident was reported at :app_name.',
+ 'content' => 'Nová událost byla nahlášena v :app_name.',
],
],
'update' => [
'mail' => [
- 'subject' => 'Incident Updated',
- 'content' => ':name was updated',
- 'title' => ':name was updated to :new_status',
- 'action' => 'View',
+ 'subject' => 'Událost aktualizována',
+ 'content' => ':name byl aktualizován',
+ 'title' => ':name změnil stav na :new_status',
+ 'action' => 'Zobrazit',
],
'slack' => [
- 'title' => ':name Updated',
- 'content' => ':name was updated to :new_status',
+ 'title' => ':name byl aktualizován',
+ 'content' => ':name změnil stav na :new_status',
],
'sms' => [
- 'content' => 'Incident :name was updated',
+ 'content' => 'Událost :name byla aktualizována',
],
],
],
'schedule' => [
'new' => [
'mail' => [
- 'subject' => 'New Schedule Created',
- 'content' => ':name was scheduled for :date',
- 'title' => 'A new scheduled maintenance was created.',
- 'action' => 'View',
+ 'subject' => 'Nový plán vytvořen',
+ 'content' => ':name bylo naplánováno na :date',
+ 'title' => 'Nová plánovaná údržba byla vytvořena.',
+ 'action' => 'Zobrazit',
],
'slack' => [
- 'title' => 'New Schedule Created!',
- 'content' => ':name was scheduled for :date',
+ 'title' => 'Nový plán vytvořen!',
+ 'content' => ':name bylo naplánováno na :date',
],
'sms' => [
- 'content' => ':name was scheduled for :date',
+ 'content' => ':name bylo naplánováno na :date',
],
],
],
'subscriber' => [
'verify' => [
'mail' => [
- 'subject' => 'Verify Your Subscription',
- 'content' => 'Click to verify your subscription to :app_name status page.',
- 'title' => 'Verify your subscription to :app_name status page.',
- 'action' => 'Verify',
+ 'subject' => 'Potvrďte váš odběr',
+ 'content' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
+ 'title' => 'Potvrďte svůj odběr stavové stránky :app_name.',
+ 'action' => 'Ověřit',
+ ],
+ ],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Spravovat e-mailové odběry',
+ 'content' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
+ 'title' => 'Klikněte pro potvrzení odběru stavové stránky :app_name.',
+ 'action' => 'Spravovat odběry',
],
],
],
'system' => [
'test' => [
'mail' => [
- 'subject' => 'Ping from Cachet!',
- 'content' => 'This is a test notification from Cachet!',
+ 'subject' => 'Ping z Cachet!',
+ 'content' => 'Toto je testovací oznámení z Cachet!',
'title' => '🔔',
],
],
@@ -98,10 +106,10 @@ return [
'user' => [
'invite' => [
'mail' => [
- 'subject' => 'Your invitation is inside...',
- 'content' => 'You have been invited to join :app_name status page.',
- 'title' => 'You\'re invited to join :app_name status page.',
- 'action' => 'Accept',
+ 'subject' => 'Uvnitř najdete pozvánku...',
+ 'content' => 'Byl jste pozván, abyste se připojil ke stavové stránce :app_name.',
+ 'title' => 'Jste pozváni, abyste se připojili ke stavové stránce :app_name.',
+ 'action' => 'Potvrdit',
],
],
],
diff --git a/resources/lang/cs-CZ/pagination.php b/resources/lang/cs-CZ/pagination.php
index 0ee724cf..f4f458ea 100644
--- a/resources/lang/cs-CZ/pagination.php
+++ b/resources/lang/cs-CZ/pagination.php
@@ -22,7 +22,7 @@ return [
|
*/
- 'previous' => 'Previous',
- 'next' => 'Next',
+ 'previous' => 'Předchozí',
+ 'next' => 'Další',
];
diff --git a/resources/lang/cs-CZ/setup.php b/resources/lang/cs-CZ/setup.php
index bdc2a457..311b185c 100644
--- a/resources/lang/cs-CZ/setup.php
+++ b/resources/lang/cs-CZ/setup.php
@@ -10,14 +10,14 @@
*/
return [
- 'setup' => 'Setup',
- 'title' => 'Install Cachet',
- 'service_details' => 'Service Details',
- 'env_setup' => 'Environment Setup',
- 'status_page_setup' => 'Status Page Setup',
- 'show_support' => 'Show support for Cachet?',
- 'admin_account' => 'Administrator Account',
- 'complete_setup' => 'Complete Setup',
- 'completed' => 'Cachet has been configured successfully!',
- 'finish_setup' => 'Go to dashboard',
+ 'setup' => 'Instalace',
+ 'title' => 'Instalace Cachet',
+ 'service_details' => 'Podrobnosti o službě',
+ 'env_setup' => 'Nastavení prostředí',
+ 'status_page_setup' => 'Nastavení Stavové stránky',
+ 'show_support' => 'Zobrazit podporu pro Cachet?',
+ 'admin_account' => 'Účet správce',
+ 'complete_setup' => 'Dokončení instalace',
+ 'completed' => 'Cachet byl úspěšně nakonfigurován!',
+ 'finish_setup' => 'Přejít na dashboard',
];
diff --git a/resources/lang/cs-CZ/validation.php b/resources/lang/cs-CZ/validation.php
index cbe58ca3..43d5e772 100644
--- a/resources/lang/cs-CZ/validation.php
+++ b/resources/lang/cs-CZ/validation.php
@@ -33,58 +33,58 @@ return [
'between' => [
'numeric' => ':attribute musí mít hodnou mezi :min a :max.',
'file' => ':attribute musí mít velikost v rozmezí :min až :max kilobytů.',
- 'string' => 'The :attribute must be between :min and :max characters.',
+ 'string' => ':attribute musí mít délku v rozmezí :min a :max znaků.',
'array' => ':attribute musí mít mezi :min a :max položkami.',
],
'boolean' => ':attribute musí mít hodnotu pravda nebo nepravda.',
'confirmed' => 'Potvrzení :attribute se neshoduje.',
'date' => ':attribute není platné datum.',
'date_format' => ':attribute se neshoduje se správným formátem :format.',
- 'different' => 'The :attribute and :other must be different.',
- 'digits' => 'The :attribute must be :digits digits.',
- 'digits_between' => 'The :attribute must be between :min and :max digits.',
- 'email' => 'The :attribute must be a valid email address.',
- 'exists' => 'The selected :attribute is invalid.',
+ 'different' => ':attribute a :other se musí lišit.',
+ 'digits' => ':attribute musí obsahovat :digits číslice.',
+ 'digits_between' => ':attribute musí být v rozmezí :min a :max číslic.',
+ 'email' => ':attribute musí být platná e-mailová adresa.',
+ 'exists' => 'Vybraný :attribute je neplatný.',
'distinct' => ':attribute má duplicitní hodnotu.',
- 'filled' => 'The :attribute field is required.',
+ 'filled' => 'Pole :attribute je vyžadováno.',
'image' => ':attribute musí být obrázek.',
- 'in' => 'The selected :attribute is invalid.',
+ 'in' => 'Vybraný :attribute je neplatný.',
'in_array' => ':attribute není v :other.',
- 'integer' => 'The :attribute must be an integer.',
- 'ip' => 'The :attribute must be a valid IP address.',
+ 'integer' => ':attribute musí být celé číslo.',
+ 'ip' => ':attribute musí být platná IP adresa.',
'json' => ': attribute musí být ve formátu JSON.',
'max' => [
- 'numeric' => 'The :attribute may not be greater than :max.',
- 'file' => 'The :attribute may not be greater than :max kilobytes.',
- 'string' => 'The :attribute may not be greater than :max characters.',
+ 'numeric' => ':attribute nesmí být větší než :max.',
+ 'file' => ':attribute nesmí být větší než :max kb.',
+ 'string' => ':attribute nesmí být delší než :max znaků.',
'array' => 'Atribut nesmí mít více než :max položek.',
],
- 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimes' => ':attribute musí být soubor typu: :values.',
'min' => [
- 'numeric' => 'The :attribute must be at least :min.',
+ 'numeric' => ':attribute musí být alespoň :min.',
'file' => 'Atribut musí mít alespoň :min kB.',
- 'string' => 'The :attribute must be at least :min characters.',
- 'array' => 'The :attribute must have at least :min items.',
+ 'string' => ':attribute musí být dlouhý alespoň :min znaků.',
+ 'array' => ':attribute musí mít alespoň :min položek.',
],
- 'not_in' => 'The selected :attribute is invalid.',
- 'numeric' => 'The :attribute must be a number.',
+ 'not_in' => 'Vybraný :attribute je neplatný.',
+ 'numeric' => 'Pole :attribute musí být číslo.',
'present' => 'Pole :attribute je vyžadováno.',
'regex' => 'Formát :attribute je neplatný.',
- 'required' => 'The :attribute field is required.',
- 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required' => 'Pole :attribute je vyžadováno.',
+ 'required_if' => 'Pole :attribute je požadováno, když :other je :value.',
'required_unless' => 'Pole :attribute je požadováno, pokud :other není v :value.',
'required_with' => 'Pole :attribute je požadováno, když je zadané :values.',
'required_with_all' => 'Pole :attribute je požadováno, když je zadané :values.',
- 'required_without' => 'The :attribute field is required when :values is not present.',
- 'required_without_all' => 'The :attribute field is required when none of :values are present.',
- 'same' => 'The :attribute and :other must match.',
+ 'required_without' => 'Pole :attribute je požadováno když :values není k dispozici.',
+ 'required_without_all' => 'Pole :attribute je požadováno když :values není k dispozici.',
+ 'same' => ':attribute a: :other se musí shodovat.',
'size' => [
- 'numeric' => 'The :attribute must be :size.',
+ 'numeric' => ':attribute musí mít velikost: :size.',
'file' => 'Atribut musí mít :size kB.',
'string' => 'Atribut musí mít :size znaků.',
- 'array' => 'The :attribute must contain :size items.',
+ 'array' => ':attribute musí obsahovat :size položek.',
],
- 'string' => 'The :attribute must be a string.',
+ 'string' => ':attribute musí být text.',
'timezone' => ':attribute musí být platná zóna.',
'unique' => ':attribute byl už použit.',
'url' => 'Formát :attribute je neplatný.',
diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php
index 1a72b487..4b93cc66 100644
--- a/resources/lang/da-DK/cachet.php
+++ b/resources/lang/da-DK/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', planlagt til :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Undersøger',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Abonner på email opdateringer.',
- 'subscribed' => 'Du er blevet tilmeldt email notifikationer. Vi har sendt dig en bekræftelse på den indtastede email-adresse.',
- 'verified' => 'Din tilmelding er nu blevet bekræftet, tak.',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Afmeld email notifikationer.',
- 'unsubscribed' => 'Du er nu blevet frameldt vores emailnotifikationer.',
- 'failure' => 'Noget gik galt med bekræftelsen.',
- 'already-subscribed' => 'Kan ikke abonnere da :email allerede er tilmeldt.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Abonner på email opdateringer.',
+ 'subscribed' => 'Du er blevet tilmeldt email notifikationer. Vi har sendt dig en bekræftelse på den indtastede email-adresse.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Din tilmelding er nu blevet bekræftet, tak.',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Afmeld email notifikationer.',
+ 'unsubscribed' => 'Du er nu blevet frameldt vores emailnotifikationer.',
+ 'failure' => 'Noget gik galt med bekræftelsen.',
+ 'already-subscribed' => 'Kan ikke abonnere da :email allerede er tilmeldt.',
],
],
diff --git a/resources/lang/da-DK/dashboard.php b/resources/lang/da-DK/dashboard.php
index c33de7b7..67bb6687 100644
--- a/resources/lang/da-DK/dashboard.php
+++ b/resources/lang/da-DK/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Opret hændelse',
'success' => 'Hændelse tilføjet.',
diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php
index cb67718e..47501ada 100644
--- a/resources/lang/da-DK/forms.php
+++ b/resources/lang/da-DK/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics kode',
'analytics_gosquared' => 'GoSquared Analytics kode',
- 'analytics_piwik_url' => 'URL til Piwik installation (uden http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Tilføj',
'save' => 'Gem',
diff --git a/resources/lang/da-DK/notifications.php b/resources/lang/da-DK/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/da-DK/notifications.php
+++ b/resources/lang/da-DK/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php
index c64afe57..de2988fa 100644
--- a/resources/lang/de-DE/cachet.php
+++ b/resources/lang/de-DE/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Angepinnte Vorfälle',
'scheduled' => 'Wartungsarbeiten',
'scheduled_at' => ', geplant :timestamp',
- 'posted' => 'Veröffentlicht :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Veröffentlicht am :timestamp',
'status' => [
1 => 'Untersuchungen laufen',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Verwalte deine Abonnements unter :link',
],
'email' => [
- 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
- 'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
- 'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
- 'manage' => 'Verwalte deine Abonnements',
- 'unsubscribe' => 'Abonnement widerrufen.',
- 'unsubscribed' => 'Ihre E-Mail-Abonnement wurde beendet.',
- 'failure' => 'Beim aktivieren des Abonnements ist ein Fehler aufgetreten.',
- 'already-subscribed' => 'Abonnement für :email konnte nicht registriert werden, da die E-Mail Adresse schon registriert ist.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
+ 'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
+ 'manage' => 'Verwalte deine Abonnements',
+ 'unsubscribe' => 'Abonnement widerrufen.',
+ 'unsubscribed' => 'Ihre E-Mail-Abonnement wurde beendet.',
+ 'failure' => 'Beim aktivieren des Abonnements ist ein Fehler aufgetreten.',
+ 'already-subscribed' => 'Abonnement für :email konnte nicht registriert werden, da die E-Mail Adresse schon registriert ist.',
],
],
diff --git a/resources/lang/de-DE/dashboard.php b/resources/lang/de-DE/dashboard.php
index eb266348..f1dc0a7d 100644
--- a/resources/lang/de-DE/dashboard.php
+++ b/resources/lang/de-DE/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen',
],
],
- 'reported_by' => 'Gemeldet von :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Ereignis hinzufügen',
'success' => 'Ereignis hinzugefügt.',
diff --git a/resources/lang/de-DE/forms.php b/resources/lang/de-DE/forms.php
index 3e8abffd..e8ef5289 100644
--- a/resources/lang/de-DE/forms.php
+++ b/resources/lang/de-DE/forms.php
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Aktualisierungsrate der Statusseite (in Sekunden)',
'major_outage_rate' => 'Grenzwert für schwerwiegende Ausfälle (in %)',
'banner' => 'Banner Bild',
- 'banner-help' => 'Es wird empfohlen, dass Sie keine Dateien, die breiter als 930 Pixel sind, hochladen',
+ 'banner-help' => "Es wird empfohlen, dass Sie keine Dateien, die breiter als 930 Pixel sind, hochladen",
'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?',
'suppress_notifications_in_maintenance' => 'Möchten Sie Benachrichtigungen über einen Vorfall während des Zeitraumes der Wartungsarbeiten unterdrücken?',
'skip_subscriber_verification' => 'Verifizierung der Nutzer überspringen? (Warnung, du könntest gespammt werden)',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics Code',
'analytics_gosquared' => 'GoSquared Analytics Code',
- 'analytics_piwik_url' => 'URL der Piwik-Instanz (ohne http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s Seiten-ID',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Zeitzone wählen',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Hinzufügen',
'save' => 'Speichern',
diff --git a/resources/lang/de-DE/notifications.php b/resources/lang/de-DE/notifications.php
index f497f755..30e0fa80 100644
--- a/resources/lang/de-DE/notifications.php
+++ b/resources/lang/de-DE/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Bestätigen',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Abonnements verwalten',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/el-GR/cachet.php b/resources/lang/el-GR/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/el-GR/cachet.php
+++ b/resources/lang/el-GR/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/el-GR/dashboard.php b/resources/lang/el-GR/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/el-GR/dashboard.php
+++ b/resources/lang/el-GR/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/el-GR/forms.php b/resources/lang/el-GR/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/el-GR/forms.php
+++ b/resources/lang/el-GR/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/el-GR/notifications.php b/resources/lang/el-GR/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/el-GR/notifications.php
+++ b/resources/lang/el-GR/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/en-US/cachet.php b/resources/lang/en-US/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/en-US/cachet.php
+++ b/resources/lang/en-US/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/en-US/dashboard.php b/resources/lang/en-US/dashboard.php
index 3a76b816..a07a2e4a 100644
--- a/resources/lang/en-US/dashboard.php
+++ b/resources/lang/en-US/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/en-US/forms.php b/resources/lang/en-US/forms.php
index 86cca7c2..c4ba6688 100644
--- a/resources/lang/en-US/forms.php
+++ b/resources/lang/en-US/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/en-US/notifications.php b/resources/lang/en-US/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/en-US/notifications.php
+++ b/resources/lang/en-US/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php
index 2305975a..0ff0125d 100644
--- a/resources/lang/es-ES/cachet.php
+++ b/resources/lang/es-ES/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', programado para :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigando',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
- 'subscribed' => 'Te has subscrito a las notificaciones por correo electrónico, por favor verifica tu correo electrónico para confirmar tu subscripción.',
- 'verified' => 'Tu subscripción por correo electrónico ha sido confirmada. Gracias!',
- 'manage' => 'Administre su suscripción',
- 'unsubscribe' => 'Darse de baja de alertas.',
- 'unsubscribed' => 'Tu subscripción de correo electrónico ha sido cancelada.',
- 'failure' => 'Algo salió mal con la subscripción.',
- 'already-subscribed' => 'No se puede suscribir :email porque ya esta suscrito.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
+ 'subscribed' => 'Te has subscrito a las notificaciones por correo electrónico, por favor verifica tu correo electrónico para confirmar tu subscripción.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Tu subscripción por correo electrónico ha sido confirmada. Gracias!',
+ 'manage' => 'Administre su suscripción',
+ 'unsubscribe' => 'Darse de baja de alertas.',
+ 'unsubscribed' => 'Tu subscripción de correo electrónico ha sido cancelada.',
+ 'failure' => 'Algo salió mal con la subscripción.',
+ 'already-subscribed' => 'No se puede suscribir :email porque ya esta suscrito.',
],
],
diff --git a/resources/lang/es-ES/dashboard.php b/resources/lang/es-ES/dashboard.php
index ebb6b259..b41b10f3 100644
--- a/resources/lang/es-ES/dashboard.php
+++ b/resources/lang/es-ES/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Reportar incidente',
'success' => 'Incidente agregado.',
diff --git a/resources/lang/es-ES/forms.php b/resources/lang/es-ES/forms.php
index 8ccc6d34..3a9f11a0 100644
--- a/resources/lang/es-ES/forms.php
+++ b/resources/lang/es-ES/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Código de Google Analytics',
'analytics_gosquared' => 'Código de GoSquared Analytics',
- 'analytics_piwik_url' => 'URL de tu instancia Piwik (sin el http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Id de tu sitio Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Agregar',
'save' => 'Guardar',
diff --git a/resources/lang/es-ES/notifications.php b/resources/lang/es-ES/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/es-ES/notifications.php
+++ b/resources/lang/es-ES/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/et-EE/cachet.php b/resources/lang/et-EE/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/et-EE/cachet.php
+++ b/resources/lang/et-EE/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/et-EE/dashboard.php b/resources/lang/et-EE/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/et-EE/dashboard.php
+++ b/resources/lang/et-EE/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/et-EE/forms.php b/resources/lang/et-EE/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/et-EE/forms.php
+++ b/resources/lang/et-EE/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/et-EE/notifications.php b/resources/lang/et-EE/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/et-EE/notifications.php
+++ b/resources/lang/et-EE/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/fa-IR/cachet.php b/resources/lang/fa-IR/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/fa-IR/cachet.php
+++ b/resources/lang/fa-IR/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/fa-IR/dashboard.php b/resources/lang/fa-IR/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/fa-IR/dashboard.php
+++ b/resources/lang/fa-IR/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/fa-IR/forms.php b/resources/lang/fa-IR/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/fa-IR/forms.php
+++ b/resources/lang/fa-IR/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/fa-IR/notifications.php b/resources/lang/fa-IR/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/fa-IR/notifications.php
+++ b/resources/lang/fa-IR/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/fi-FI/cachet.php b/resources/lang/fi-FI/cachet.php
index 3908057a..7c1d6ccd 100644
--- a/resources/lang/fi-FI/cachet.php
+++ b/resources/lang/fi-FI/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/fi-FI/dashboard.php b/resources/lang/fi-FI/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/fi-FI/dashboard.php
+++ b/resources/lang/fi-FI/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/fi-FI/forms.php b/resources/lang/fi-FI/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/fi-FI/forms.php
+++ b/resources/lang/fi-FI/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/fi-FI/notifications.php b/resources/lang/fi-FI/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/fi-FI/notifications.php
+++ b/resources/lang/fi-FI/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php
index cf6964f6..37d3dc63 100644
--- a/resources/lang/fr-FR/cachet.php
+++ b/resources/lang/fr-FR/cachet.php
@@ -23,8 +23,8 @@ return [
'group' => [
'other' => 'Autres composants',
],
- 'select_all' => 'Select All',
- 'deselect_all' => 'Deselect All',
+ 'select_all' => 'Tout sélectionner',
+ 'deselect_all' => 'Tout désélectionner',
],
// Incidents
@@ -32,9 +32,9 @@ return [
'none' => 'Aucun incident signalé',
'past' => 'Incidents antérieurs',
'stickied' => 'Incidents épinglés',
- 'scheduled' => 'Maintenance',
+ 'scheduled' => 'Maintenance Planifiée',
'scheduled_at' => ', planifé à :timestamp',
- 'posted' => 'Posté à :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Enquête en cours',
@@ -55,8 +55,8 @@ return [
// Service Status
'service' => [
- 'good' => '[0,1]System operational|[2,*]All systems are operational',
- 'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues',
+ 'good' => '[0,1] Système opérationnel|[2,*] Tous les systèmes sont opérationnels',
+ 'bad' => '[0,1] Le système rencontre actuellement des problèmes|[2,Inf] Certains systèmes rencontrent des problèmes',
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
],
@@ -78,26 +78,28 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to status changes and incident updates',
- 'unsubscribe' => 'Unsubscribe',
+ 'unsubscribe' => 'Se désabonner',
'button' => 'S\'abonner',
- 'manage_subscription' => 'Manage subscription',
+ 'manage_subscription' => 'Gérer l\'abonnement',
'manage' => [
'notifications' => 'Notifications',
- 'notifications_for' => 'Manage notifications for',
+ 'notifications_for' => 'Gérer les notifications pour',
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.',
- 'update_subscription' => 'Update Subscription',
+ 'update_subscription' => 'Mettre à jour l’abonnement',
'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.',
- 'manage_at_link' => 'Manage your subscriptions at :link',
+ 'manage_at_link' => 'Gérer vos abonnements à :link',
],
'email' => [
- 'subscribe' => 'S\'abonner aux notifications par email.',
- 'subscribed' => 'Vous êtes abonné aux notifications par email, veuillez vérifier votre messagerie pour confirmer votre adresse.',
- 'verified' => 'Votre abonnement aux notifications par email a été confirmé. Merci !',
- 'manage' => 'Gérer votre abonnement',
- 'unsubscribe' => 'Désinscription des mises à jour par courriel.',
- 'unsubscribed' => 'Votre abonnement aux notifications par email a été annulé.',
- 'failure' => 'Une erreur est survenue lors de l\'abonnement.',
- 'already-subscribed' => 'Impossible de s\'abonner avec l\'adresse e-mail :email car celle-ci est déjà abonnée.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'S\'abonner aux notifications par email.',
+ 'subscribed' => 'Vous êtes abonné aux notifications par email, veuillez vérifier votre messagerie pour confirmer votre adresse.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Votre abonnement aux notifications par email a été confirmé. Merci !',
+ 'manage' => 'Gérer votre abonnement',
+ 'unsubscribe' => 'Désinscription des mises à jour par courriel.',
+ 'unsubscribed' => 'Votre abonnement aux notifications par email a été annulé.',
+ 'failure' => 'Une erreur est survenue lors de l\'abonnement.',
+ 'already-subscribed' => 'Impossible de s\'abonner avec l\'adresse e-mail :email car celle-ci est déjà abonnée.',
],
],
@@ -127,9 +129,9 @@ return [
// Meta descriptions
'meta' => [
'description' => [
- 'incident' => 'Details and updates about the :name incident that occurred on :date',
- 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate',
- 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods',
+ 'incident' => 'Détails et mises à jour sur l\'incident :name qui a eu lieu le :date',
+ 'schedule' => 'Détails sur la période de maintenance planifiée :name débutant le :startDate',
+ 'subscribe' => 'S’abonner à :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.',
],
],
diff --git a/resources/lang/fr-FR/dashboard.php b/resources/lang/fr-FR/dashboard.php
index 966941b6..1a2420ae 100644
--- a/resources/lang/fr-FR/dashboard.php
+++ b/resources/lang/fr-FR/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Ajouter un incident',
'success' => 'Incident ajouté.',
@@ -74,7 +74,7 @@ return [
// Incident Maintenance
'schedule' => [
- 'schedule' => 'Maintenance',
+ 'schedule' => 'Maintenance Planifiée',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.',
'scheduled_at' => 'Planifiée à :timestamp',
'add' => [
diff --git a/resources/lang/fr-FR/forms.php b/resources/lang/fr-FR/forms.php
index e635fbf0..a0769bd4 100644
--- a/resources/lang/fr-FR/forms.php
+++ b/resources/lang/fr-FR/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Code de Google Analytics',
'analytics_gosquared' => 'Code de GoSquared Analytics',
- 'analytics_piwik_url' => 'URL de votre instance de Piwik (sans http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Id du site de Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Sélection du fuseau horaire',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Ajouter',
'save' => 'Enregistrer',
diff --git a/resources/lang/fr-FR/notifications.php b/resources/lang/fr-FR/notifications.php
index 6a65c6bd..ac88817d 100644
--- a/resources/lang/fr-FR/notifications.php
+++ b/resources/lang/fr-FR/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Gérer l\'abonnement',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/he-IL/cachet.php b/resources/lang/he-IL/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/he-IL/cachet.php
+++ b/resources/lang/he-IL/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/he-IL/dashboard.php b/resources/lang/he-IL/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/he-IL/dashboard.php
+++ b/resources/lang/he-IL/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/he-IL/forms.php b/resources/lang/he-IL/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/he-IL/forms.php
+++ b/resources/lang/he-IL/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/he-IL/notifications.php b/resources/lang/he-IL/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/he-IL/notifications.php
+++ b/resources/lang/he-IL/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/hu-HU/cachet.php b/resources/lang/hu-HU/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/hu-HU/cachet.php
+++ b/resources/lang/hu-HU/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/hu-HU/dashboard.php b/resources/lang/hu-HU/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/hu-HU/dashboard.php
+++ b/resources/lang/hu-HU/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/hu-HU/forms.php b/resources/lang/hu-HU/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/hu-HU/forms.php
+++ b/resources/lang/hu-HU/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/hu-HU/notifications.php b/resources/lang/hu-HU/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/hu-HU/notifications.php
+++ b/resources/lang/hu-HU/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php
index 80b97f83..6559e751 100644
--- a/resources/lang/id-ID/cachet.php
+++ b/resources/lang/id-ID/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Insiden sticky',
'scheduled' => 'Pemeliharaan',
'scheduled_at' => ', dijadwalkan pada :timestamp',
- 'posted' => 'Dikirim: timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Dikirim: :timestamp',
'status' => [
1 => 'Investigasi',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Langganan update email.',
- 'subscribed' => 'Anda berhasil terdaftar pada notifikasi email, mohon periksa email anda untuk mengkonfirmasi pendaftaran ini.',
- 'verified' => 'Pendaftaran newsletter anda berhasil dikonfirmasi. Terima kasih!',
- 'manage' => 'Mengelola langganan Anda',
- 'unsubscribe' => 'Hapus saya dari update email.',
- 'unsubscribed' => 'Langganan email anda sudah dihentikan.',
- 'failure' => 'Ada yang salah dengan sistem langganan email.',
- 'already-subscribed' => 'Tidak bisa mendaftarkan :email karena sudah berlangganan.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Langganan update email.',
+ 'subscribed' => 'Anda berhasil terdaftar pada notifikasi email, mohon periksa email anda untuk mengkonfirmasi pendaftaran ini.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Pendaftaran newsletter anda berhasil dikonfirmasi. Terima kasih!',
+ 'manage' => 'Mengelola langganan Anda',
+ 'unsubscribe' => 'Hapus saya dari update email.',
+ 'unsubscribed' => 'Langganan email anda sudah dihentikan.',
+ 'failure' => 'Ada yang salah dengan sistem langganan email.',
+ 'already-subscribed' => 'Tidak bisa mendaftarkan :email karena sudah berlangganan.',
],
],
diff --git a/resources/lang/id-ID/dashboard.php b/resources/lang/id-ID/dashboard.php
index 30baaf92..8fc4d62a 100644
--- a/resources/lang/id-ID/dashboard.php
+++ b/resources/lang/id-ID/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Ada masalah saat memperbarui update insiden',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Tambahkan Insiden',
'success' => 'Insiden sudah ditambahkan.',
diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php
index 15820868..ff9df2e9 100644
--- a/resources/lang/id-ID/forms.php
+++ b/resources/lang/id-ID/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Kode Google Analytics',
'analytics_gosquared' => 'Kode GoSquared Analytics',
- 'analytics_piwik_url' => 'URL Piwik anda (tanpa http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'ID situs Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Pilih zona waktu',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Tambah',
'save' => 'Simpan',
diff --git a/resources/lang/id-ID/notifications.php b/resources/lang/id-ID/notifications.php
index 30c3dabc..62533cbb 100644
--- a/resources/lang/id-ID/notifications.php
+++ b/resources/lang/id-ID/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verifikasi',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php
index 54dee3ce..1bfd09cb 100644
--- a/resources/lang/it-IT/cachet.php
+++ b/resources/lang/it-IT/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', programmata il :timestamp',
- 'posted' => 'Pubblicato :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Analisi',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Iscriviti agli aggiornamenti via email.',
- 'subscribed' => 'Ti sei appena iscritto agli aggiornamenti email, controlla la tua casella per confermare la sottoscrizione',
- 'verified' => 'La tua iscrizione è stata confermata. Grazie!',
- 'manage' => 'Gestisci la tua iscrizione',
- 'unsubscribe' => 'Annulla l\'iscrizione agli aggiornamenti email.',
- 'unsubscribed' => 'La tua iscrizione è stata rimossa.',
- 'failure' => 'Qualcosa è andato storto con l\'iscrizione.',
- 'already-subscribed' => 'Non è possibile iscrivere :email perchè risulta già iscritto.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Iscriviti agli aggiornamenti via email.',
+ 'subscribed' => 'Ti sei appena iscritto agli aggiornamenti email, controlla la tua casella per confermare la sottoscrizione',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'La tua iscrizione è stata confermata. Grazie!',
+ 'manage' => 'Gestisci la tua iscrizione',
+ 'unsubscribe' => 'Annulla l\'iscrizione agli aggiornamenti email.',
+ 'unsubscribed' => 'La tua iscrizione è stata rimossa.',
+ 'failure' => 'Qualcosa è andato storto con l\'iscrizione.',
+ 'already-subscribed' => 'Non è possibile iscrivere :email perchè risulta già iscritto.',
],
],
diff --git a/resources/lang/it-IT/dashboard.php b/resources/lang/it-IT/dashboard.php
index 7bd39949..188d9a18 100644
--- a/resources/lang/it-IT/dashboard.php
+++ b/resources/lang/it-IT/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Riporta un problema',
'success' => 'Segnalazione aggiunta.',
diff --git a/resources/lang/it-IT/forms.php b/resources/lang/it-IT/forms.php
index 658168b7..5688056f 100644
--- a/resources/lang/it-IT/forms.php
+++ b/resources/lang/it-IT/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Codice Google Analytics',
'analytics_gosquared' => 'Codice GoSquared Analytics',
- 'analytics_piwik_url' => 'URL dell\'istanza Piwik (senza http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Id del sito Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Aggiungi',
'save' => 'Salva',
diff --git a/resources/lang/it-IT/notifications.php b/resources/lang/it-IT/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/it-IT/notifications.php
+++ b/resources/lang/it-IT/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php
index cc731f83..4240b90f 100644
--- a/resources/lang/ja-JP/cachet.php
+++ b/resources/lang/ja-JP/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => '固定している障害情報',
'scheduled' => '計画メンテナンス',
'scheduled_at' => ', 予定日時 :timestamp',
- 'posted' => '掲載日時 :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => '掲載日時 :timestamp',
'status' => [
1 => '調査中',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => '購読の管理',
],
'email' => [
- 'subscribe' => 'メールによるアップデート情報の購読',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'あなたのメール購読を確認しました。ありがとうございます!',
- 'manage' => '購読の管理',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'メールの購読が取り消されました。',
- 'failure' => '購読に失敗しました。',
- 'already-subscribed' => '既に購読しているので :email の購読ができません。',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'メールによるアップデート情報の購読',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'あなたのメール購読を確認しました。ありがとうございます!',
+ 'manage' => '購読の管理',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'メールの購読が取り消されました。',
+ 'failure' => '購読に失敗しました。',
+ 'already-subscribed' => '既に購読しているので :email の購読ができません。',
],
],
diff --git a/resources/lang/ja-JP/dashboard.php b/resources/lang/ja-JP/dashboard.php
index 9f940d16..1c90b57b 100644
--- a/resources/lang/ja-JP/dashboard.php
+++ b/resources/lang/ja-JP/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/ja-JP/forms.php b/resources/lang/ja-JP/forms.php
index 621f274c..4d5208c8 100644
--- a/resources/lang/ja-JP/forms.php
+++ b/resources/lang/ja-JP/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/ja-JP/notifications.php b/resources/lang/ja-JP/notifications.php
index 6a65c6bd..d0165184 100644
--- a/resources/lang/ja-JP/notifications.php
+++ b/resources/lang/ja-JP/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => '購読の管理',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/ko-KR/cachet.php b/resources/lang/ko-KR/cachet.php
index 8c86d81a..e55e925f 100644
--- a/resources/lang/ko-KR/cachet.php
+++ b/resources/lang/ko-KR/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', :timestamp 에 예정됨',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => '이메일 구독 신청.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => '이메일 구독 취소',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => '이메일 구독 신청.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => '이메일 구독 취소',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/ko-KR/dashboard.php b/resources/lang/ko-KR/dashboard.php
index 278e6e53..fd083517 100644
--- a/resources/lang/ko-KR/dashboard.php
+++ b/resources/lang/ko-KR/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => '문제 추가',
'success' => 'Incident added.',
diff --git a/resources/lang/ko-KR/forms.php b/resources/lang/ko-KR/forms.php
index cd1e3621..8d6e9877 100644
--- a/resources/lang/ko-KR/forms.php
+++ b/resources/lang/ko-KR/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics 코드',
'analytics_gosquared' => 'GoSquared Analytics 코드',
- 'analytics_piwik_url' => 'Piwik 인스턴스의 URL ( "http(s)://" 제외 )',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik 사이트 id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/ko-KR/notifications.php b/resources/lang/ko-KR/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/ko-KR/notifications.php
+++ b/resources/lang/ko-KR/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/mn-MN/cachet.php b/resources/lang/mn-MN/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/mn-MN/cachet.php
+++ b/resources/lang/mn-MN/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/mn-MN/dashboard.php b/resources/lang/mn-MN/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/mn-MN/dashboard.php
+++ b/resources/lang/mn-MN/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/mn-MN/forms.php b/resources/lang/mn-MN/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/mn-MN/forms.php
+++ b/resources/lang/mn-MN/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/mn-MN/notifications.php b/resources/lang/mn-MN/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/mn-MN/notifications.php
+++ b/resources/lang/mn-MN/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php
index 95130961..1e1377ac 100644
--- a/resources/lang/nl-NL/cachet.php
+++ b/resources/lang/nl-NL/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Vastgezette incidenten',
'scheduled' => 'Gepland onderhoud',
'scheduled_at' => ', gepland :timestamp',
- 'posted' => 'Geplaatst op :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Geplaatst op :timestamp',
'status' => [
1 => 'In onderzoek',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Beheer uw abonnementen op: link',
],
'email' => [
- 'subscribe' => 'Abonneren op e-mail updates.',
- 'subscribed' => 'U bent geabonneerd op e-mail notificaties, controleer uw e-mail om uw abonnement te bevestigen.',
- 'verified' => 'Uw e-mail abonnement is bevestigd. Bedankt!',
- 'manage' => 'Beheer je abonnement',
- 'unsubscribe' => 'Afmelden voor e-mail updates.',
- 'unsubscribed' => 'Uw e-mail abonnement is opgezegd.',
- 'failure' => 'Er ging iets fout tijdens het aanmelden.',
- 'already-subscribed' => 'Kan niet aanmelden voor :email omdat deze momenteel al is aangemeld.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Abonneren op e-mail updates.',
+ 'subscribed' => 'U bent geabonneerd op e-mail notificaties, controleer uw e-mail om uw abonnement te bevestigen.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Uw e-mail abonnement is bevestigd. Bedankt!',
+ 'manage' => 'Beheer je abonnement',
+ 'unsubscribe' => 'Afmelden voor e-mail updates.',
+ 'unsubscribed' => 'Uw e-mail abonnement is opgezegd.',
+ 'failure' => 'Er ging iets fout tijdens het aanmelden.',
+ 'already-subscribed' => 'Kan niet aanmelden voor :email omdat deze momenteel al is aangemeld.',
],
],
diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php
index 17f85c38..7faeb6b6 100644
--- a/resources/lang/nl-NL/dashboard.php
+++ b/resources/lang/nl-NL/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Er is een fout opgetreden bij het wijzigen van de incident update',
],
],
- 'reported_by' => 'Gemeld door :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Meld een incident',
'success' => 'Incident toegevoegd.',
diff --git a/resources/lang/nl-NL/forms.php b/resources/lang/nl-NL/forms.php
index be5cc2cd..279420dd 100644
--- a/resources/lang/nl-NL/forms.php
+++ b/resources/lang/nl-NL/forms.php
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Statuspagina verversingssnelheid (in seconden)',
'major_outage_rate' => 'Drempelwaarde voor grote onderbreking (in %)',
'banner' => 'Banner afbeelding',
- 'banner-help' => 'Bij voorkeur geen afbeeldingen breder dan 930 pixels uploaden',
+ 'banner-help' => "Bij voorkeur geen afbeeldingen breder dan 930 pixels uploaden",
'subscribers' => 'Bezoekers toestaan om te abonneren op e-mail notificaties?',
'suppress_notifications_in_maintenance' => 'Onderdruk meldingen wanneer incident tijdens de onderhoudingsperiode voordoet?',
'skip_subscriber_verification' => 'Verificatie van gebruikers overslaan? (Let op, je kunt gespamd worden)',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics-code',
'analytics_gosquared' => 'GoSquared Analytics-code',
- 'analytics_piwik_url' => 'URL van je Piwik installatie (zonder http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Site-id van Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Selecteer Tijdzone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Toevoegen',
'save' => 'Opslaan',
diff --git a/resources/lang/nl-NL/notifications.php b/resources/lang/nl-NL/notifications.php
index fdb8b1fb..f163b799 100644
--- a/resources/lang/nl-NL/notifications.php
+++ b/resources/lang/nl-NL/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verifiëren',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Abonnement beheren',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/no-NO/cachet.php b/resources/lang/no-NO/cachet.php
index 4618f6c7..99285831 100644
--- a/resources/lang/no-NO/cachet.php
+++ b/resources/lang/no-NO/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Festede hendelser',
'scheduled' => 'Maintenance',
'scheduled_at' => ', planlagt :timestamp',
- 'posted' => 'Postet :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Undersøkes',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Abonner på e-postoppdateringer.',
- 'subscribed' => 'Du abonnerer nå på e-postvarslinger, sjekk din e-post for å bekrefte abonneringen.',
- 'verified' => 'Ditt epost abonnement er bekreftet!',
- 'manage' => 'Administrer ditt abonnement',
- 'unsubscribe' => 'Meld av e-postvarsling.',
- 'unsubscribed' => 'Ditt e-postabonnement har blitt kansellert.',
- 'failure' => 'Noe gikk galt med abonneringen.',
- 'already-subscribed' => 'Kan ikke abonnere: email fordi de allerede er abonnenter.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Abonner på e-postoppdateringer.',
+ 'subscribed' => 'Du abonnerer nå på e-postvarslinger, sjekk din e-post for å bekrefte abonneringen.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Ditt epost abonnement er bekreftet!',
+ 'manage' => 'Administrer ditt abonnement',
+ 'unsubscribe' => 'Meld av e-postvarsling.',
+ 'unsubscribed' => 'Ditt e-postabonnement har blitt kansellert.',
+ 'failure' => 'Noe gikk galt med abonneringen.',
+ 'already-subscribed' => 'Kan ikke abonnere: email fordi de allerede er abonnenter.',
],
],
diff --git a/resources/lang/no-NO/dashboard.php b/resources/lang/no-NO/dashboard.php
index 0dbee646..3fbb64f1 100644
--- a/resources/lang/no-NO/dashboard.php
+++ b/resources/lang/no-NO/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Noe gikk galt ved oppdatering av hendelsesoppdateringen',
],
],
- 'reported_by' => 'Rapportert av :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/no-NO/forms.php b/resources/lang/no-NO/forms.php
index 1e947d8d..dca44dc6 100644
--- a/resources/lang/no-NO/forms.php
+++ b/resources/lang/no-NO/forms.php
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'Statusside oppdateringsfrekvens (i sekunder)',
'major_outage_rate' => 'Større brudd terskel (i %)',
'banner' => 'Bannerbilde',
- 'banner-help' => 'Det anbefales at du ikke laster opp bilder bredere enn 930 piksler',
+ 'banner-help' => "Det anbefales at du ikke laster opp bilder bredere enn 930 piksler",
'subscribers' => 'Allow people to signup to email notifications?',
'suppress_notifications_in_maintenance' => 'Utelat notifikasjoner når hendelse inntreffer under vedlikeholdsperiode?',
'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Velg tidssone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/no-NO/notifications.php b/resources/lang/no-NO/notifications.php
index 31da3ed6..473b8930 100644
--- a/resources/lang/no-NO/notifications.php
+++ b/resources/lang/no-NO/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Bekreft',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php
index 2b93f7ef..b46c6ed4 100644
--- a/resources/lang/pl-PL/cachet.php
+++ b/resources/lang/pl-PL/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', geplant :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Untersuchungen laufen',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
- 'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
- 'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
- 'manage' => 'Zarządzanie subskrypcją',
- 'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
- 'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
- 'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
- 'already-subscribed' => 'Subskrypcja niemożliwa, :email jest już zapisany.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
+ 'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
+ 'manage' => 'Zarządzanie subskrypcją',
+ 'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
+ 'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
+ 'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
+ 'already-subscribed' => 'Subskrypcja niemożliwa, :email jest już zapisany.',
],
],
diff --git a/resources/lang/pl-PL/dashboard.php b/resources/lang/pl-PL/dashboard.php
index 4bea0ea8..2de72d14 100644
--- a/resources/lang/pl-PL/dashboard.php
+++ b/resources/lang/pl-PL/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Vorfall hinzufügen',
'success' => 'Dodano zdarzenie.',
diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php
index d229f311..69132950 100644
--- a/resources/lang/pl-PL/forms.php
+++ b/resources/lang/pl-PL/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Kod Google Analytics',
'analytics_gosquared' => 'Kod GoSquared Analytics',
- 'analytics_piwik_url' => 'Adres URL Twojego Piwika (bez http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'ID strony Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Dodaj',
'save' => 'Zapisz',
diff --git a/resources/lang/pl-PL/notifications.php b/resources/lang/pl-PL/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/pl-PL/notifications.php
+++ b/resources/lang/pl-PL/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php
index b1f8e18b..b43dc750 100644
--- a/resources/lang/pt-BR/cachet.php
+++ b/resources/lang/pt-BR/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Incidentes Fixados',
'scheduled' => 'Manutenção',
'scheduled_at' => ', agendada :timestamp',
- 'posted' => 'Postado :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Postado em :timestamp',
'status' => [
1 => 'Investigando',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Gerencie suas inscrições aqui :link',
],
'email' => [
- 'subscribe' => 'Inscreva-se para atualizações via e-mail.',
- 'subscribed' => 'Inscrição realizada com sucesso! Por favor verifique o e-mail que enviamos à você para confirmar sua inscrição.',
- 'verified' => 'Sua inscrição foi confirmada! Obrigado!',
- 'manage' => 'Gerencie sua assinatura',
- 'unsubscribe' => 'Não desejo mais receber notificações via e-mail.',
- 'unsubscribed' => 'Sua inscrição foi cancelada.',
- 'failure' => 'Ocorreu um problema na sua inscrição.',
- 'already-subscribed' => 'Impossível inscrever :email pois já se encontra inscrito.',
+ 'manage_subscription' => 'Enviamos um e-mail para você, por favor clique no link para gerenciar sua assinatura',
+ 'subscribe' => 'Inscreva-se para atualizações via e-mail.',
+ 'subscribed' => 'Inscrição realizada com sucesso! Por favor verifique o e-mail que enviamos à você para confirmar sua inscrição.',
+ 'updated-subscribe' => 'Suas assinaturas foram atualizadas com sucesso.',
+ 'verified' => 'Sua inscrição foi confirmada! Obrigado!',
+ 'manage' => 'Gerencie sua assinatura',
+ 'unsubscribe' => 'Não desejo mais receber notificações via e-mail.',
+ 'unsubscribed' => 'Sua inscrição foi cancelada.',
+ 'failure' => 'Ocorreu um problema na sua inscrição.',
+ 'already-subscribed' => 'Impossível inscrever :email pois já se encontra inscrito.',
],
],
diff --git a/resources/lang/pt-BR/dashboard.php b/resources/lang/pt-BR/dashboard.php
index 4933c85c..2a8796aa 100644
--- a/resources/lang/pt-BR/dashboard.php
+++ b/resources/lang/pt-BR/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Algo deu errado ao atualizar as informações do incidente',
],
],
- 'reported_by' => 'Reportado por :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Relatar um incidente',
'success' => 'Incidente adicionado.',
diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php
index fbf2b4a3..8def1bb8 100644
--- a/resources/lang/pt-BR/forms.php
+++ b/resources/lang/pt-BR/forms.php
@@ -22,7 +22,7 @@ return [
'site_locale' => 'Selecione seu idioma',
'enable_google2fa' => 'Habilitar a autenticação de dois fatores do Google',
'cache_driver' => 'Driver de Cache',
- 'queue_driver' => 'Queue Driver',
+ 'queue_driver' => 'Driver na fila',
'session_driver' => 'Driver de Sessão',
'mail_driver' => 'Driver de correio',
'mail_host' => 'Host de correio',
@@ -41,7 +41,7 @@ return [
'invalid-token' => 'Token inválido',
'cookies' => 'Você deve habilitar os cookies do navegador para logar.',
'rate-limit' => 'Limite de acesso excedido.',
- 'remember_me' => 'Remember me',
+ 'remember_me' => 'Lembrar-me',
],
// Incidents form fields
@@ -49,16 +49,16 @@ return [
'name' => 'Nome',
'status' => 'Status',
'component' => 'Componente',
- 'component_status' => 'Component Status',
+ 'component_status' => 'Status do componente',
'message' => 'Mensagem',
'message-help' => 'Você também pode usar o Markdown.',
- 'occurred_at' => 'When did this incident occur?',
+ 'occurred_at' => 'Quando este incidente ocorreu?',
'notify_subscribers' => 'Notificar os assinantes?',
- 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
+ 'notify_disabled' => 'Devido a manutenção programada, notificações sobre este incidente ou seus componentes não serão feitas.',
'visibility' => 'Visibilidade do incidente',
- 'stick_status' => 'Stick Incident',
- 'stickied' => 'Stickied',
- 'not_stickied' => 'Not Stickied',
+ 'stick_status' => 'Incidente fixado',
+ 'stickied' => 'Fixado',
+ 'not_stickied' => 'Não Fixado',
'public' => 'Visível para todos',
'logged_in_only' => 'Visível somente para usuários logados',
'templates' => [
@@ -73,8 +73,8 @@ return [
'status' => 'Status',
'message' => 'Mensagem',
'message-help' => 'Você também pode usar o Markdown.',
- 'scheduled_at' => 'When is this maintenance scheduled for?',
- 'completed_at' => 'When did this maintenance complete?',
+ 'scheduled_at' => 'Esta manutenção foi programada para quando?',
+ 'completed_at' => 'Quando esta manutenção foi concluída?',
'templates' => [
'name' => 'Nome',
'template' => 'Template',
@@ -95,13 +95,13 @@ return [
'groups' => [
'name' => 'Nome',
- 'collapsing' => 'Expand/Collapse options',
+ 'collapsing' => 'Expandir/recolher opções',
'visible' => 'Sempre expandido',
'collapsed' => 'Colapsar o grupo por padrão',
'collapsed_incident' => 'Colapsar o grupo, mas expandir se ocorrer algum problema',
- 'visibility' => 'Visibility',
- 'visibility_public' => 'Visible to public',
- 'visibility_authenticated' => 'Visible only to logged in users',
+ 'visibility' => 'Visibilidade',
+ 'visibility_public' => 'Visível ao Público',
+ 'visibility_authenticated' => 'Visível apenas para usuários autenticados',
],
],
@@ -109,14 +109,14 @@ return [
'actions' => [
'name' => 'Nome',
'description' => 'Descrição',
- 'start_at' => 'Schedule start time',
- 'timezone' => 'Timezone',
- 'schedule_frequency' => 'Schedule frequency (in seconds)',
- 'completion_latency' => 'Completion latency (in seconds)',
+ 'start_at' => 'Agendar horário de início',
+ 'timezone' => 'Fuso horário',
+ 'schedule_frequency' => 'Agendar frequência (em segundos)',
+ 'completion_latency' => 'Latência de conclusão (em segundos)',
'group' => 'Grupo',
- 'active' => 'Active?',
+ 'active' => 'Ativado?',
'groups' => [
- 'name' => 'Group Name',
+ 'name' => 'Nome do Grupo',
],
],
@@ -134,10 +134,10 @@ return [
'places' => 'Casas decimais',
'default_view' => 'Visualização padrão',
'threshold' => 'Quantos minutos de limite entre os pontos das métricas?',
- 'visibility' => 'Visibility',
- 'visibility_authenticated' => 'Visible to authenticated users',
- 'visibility_public' => 'Visible to everybody',
- 'visibility_hidden' => 'Always hidden',
+ 'visibility' => 'Visibilidade',
+ 'visibility_authenticated' => 'Visível para usuários autenticados',
+ 'visibility_public' => 'Visível para todos',
+ 'visibility_hidden' => 'Sempre oculto',
'points' => [
'value' => 'Valor',
@@ -153,22 +153,22 @@ return [
'display-graphs' => 'Exibir gráficos na página de status?',
'about-this-page' => 'Sobre esta página',
'days-of-incidents' => 'Quantos dias de incidentes para mostrar?',
- 'time_before_refresh' => 'Status page refresh rate (in seconds)',
- 'major_outage_rate' => 'Major outage threshold (in %)',
+ 'time_before_refresh' => 'Frequência de atualização da página de status (em segundos)',
+ 'major_outage_rate' => 'Limite de indisponibilidade (em %)',
'banner' => 'Imagem do banner',
- 'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
+ 'banner-help' => "Recomenda-se que você envie arquivos com até 930 pixels de largura",
'subscribers' => 'Permitir que outras pessoas se cadastrem para notificações via e-mail?',
- 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
- 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)',
+ 'suppress_notifications_in_maintenance' => 'Não enviar notificações quando o incidente ocorrer durante o período de manutenção?',
+ 'skip_subscriber_verification' => 'Ignorar verificação de usuários? (Cuidado, você pode sofrer com spam)',
'automatic_localization' => 'Localizar sua página de status de acordo com o idioma do visitante automaticamente?',
- 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)',
- 'show_timezone' => 'Show the timezone the status page is running in',
- 'only_disrupted_days' => 'Only show days containing incidents in the timeline?',
+ 'enable_external_dependencies' => 'Ativar dependências de terceiros (Google Fonts, Trackers, etc...)',
+ 'show_timezone' => 'Mostrar o fuso horário no qual a página de status está sendo executada',
+ 'only_disrupted_days' => 'Mostrar apenas os dias que contenham incidentes na linha do tempo?',
],
'analytics' => [
'analytics_google' => 'Código do Google Analytics',
'analytics_gosquared' => 'Código do GoSquared Analytics',
- 'analytics_piwik_url' => 'URL para a instância do Piwik (sem o http(s)://)',
+ 'analytics_piwik_url' => 'URL da sua instância Piwik',
'analytics_piwik_siteid' => 'Id do site no Piwik',
],
'localization' => [
@@ -180,8 +180,8 @@ return [
'security' => [
'allowed-domains' => 'Domínios permitidos',
'allowed-domains-help' => 'Separados por vírgula. O domínio definido acima é permitido automaticamente por padrão.',
- 'always-authenticate' => 'Always authenticate',
- 'always-authenticate-help' => 'Require login to view any Cachet page',
+ 'always-authenticate' => 'Autenticar sempre',
+ 'always-authenticate-help' => 'Exigir login para ver qualquer página do sistema',
],
'stylesheet' => [
'custom-css' => 'Folha de estilos personalizada',
@@ -191,7 +191,7 @@ return [
'background-fills' => 'Preenchimento de Fundo (Componentes, Incidentes, Rodapé)',
'banner-background-color' => 'Cor de Fundo do banner',
'banner-padding' => 'Margem interna',
- 'fullwidth-banner' => 'Enable full width banner?',
+ 'fullwidth-banner' => 'Habilitar banner com largura total?',
'text-color' => 'Cor do Texto',
'dashboard-login' => 'Mostrar botão para painel no rodapé?',
'reds' => 'Vermelho (Usado para erros)',
@@ -221,12 +221,17 @@ return [
],
'team' => [
'description' => 'Convide membros da sua equipe através do endereço de e-mail aqui.',
- 'email' => 'Your Team Members Email Address',
+ 'email' => 'Endereço de e-mail dos membros da sua equipe',
],
],
'general' => [
- 'timezone' => 'Select Timezone',
+ 'timezone' => 'Selecione o fuso horário',
+ ],
+
+ 'seo' => [
+ 'title' => 'Título para SEO',
+ 'description' => 'Descrição para SEO',
],
// Buttons
@@ -241,7 +246,7 @@ return [
'remove' => 'Remover',
'invite' => 'Convite',
'signup' => 'Cadastrar-se',
- 'manage_updates' => 'Manage Updates',
+ 'manage_updates' => 'Gerenciar atualizações',
// Other
'optional' => '* Opcional',
diff --git a/resources/lang/pt-BR/notifications.php b/resources/lang/pt-BR/notifications.php
index 6a65c6bd..a4fb2098 100644
--- a/resources/lang/pt-BR/notifications.php
+++ b/resources/lang/pt-BR/notifications.php
@@ -13,84 +13,92 @@ return [
'component' => [
'status_update' => [
'mail' => [
- 'subject' => 'Component Status Updated',
- 'greeting' => 'A component\'s status was updated!',
- 'content' => ':name status changed from :old_status to :new_status.',
- 'action' => 'View',
+ 'subject' => 'Status do Componente Atualizado',
+ 'greeting' => 'O status de um componente foi atualizado!',
+ 'content' => 'O status de :name mudou de :old_status para :new_status.',
+ 'action' => 'Visualizar',
],
'slack' => [
- 'title' => 'Component Status Updated',
- 'content' => ':name status changed from :old_status to :new_status.',
+ 'title' => 'Status do Componente Atualizado',
+ 'content' => 'O status de :name mudou de :old_status para :new_status.',
],
'sms' => [
- 'content' => ':name status changed from :old_status to :new_status.',
+ 'content' => 'O status de :name mudou de :old_status para :new_status.',
],
],
],
'incident' => [
'new' => [
'mail' => [
- 'subject' => 'New Incident Reported',
- 'greeting' => 'A new incident was reported at :app_name.',
- 'content' => 'Incident :name was reported',
- 'action' => 'View',
+ 'subject' => 'Novo incidente reportado',
+ 'greeting' => 'Um novo incidente foi reportado em :app_name.',
+ 'content' => 'O Incidente :name foi reportado',
+ 'action' => 'Visualizar',
],
'slack' => [
- 'title' => 'Incident :name Reported',
- 'content' => 'A new incident was reported at :app_name',
+ 'title' => 'Incidente :name reportado',
+ 'content' => 'Um novo incidente foi relatado em :app_name',
],
'sms' => [
- 'content' => 'A new incident was reported at :app_name.',
+ 'content' => 'Um novo incidente foi reportado em :app_name.',
],
],
'update' => [
'mail' => [
- 'subject' => 'Incident Updated',
- 'content' => ':name was updated',
- 'title' => ':name was updated to :new_status',
- 'action' => 'View',
+ 'subject' => 'Incidente Atualizado',
+ 'content' => ':name foi atualizado',
+ 'title' => ':name foi atualizado para :new_status',
+ 'action' => 'Visualizar',
],
'slack' => [
- 'title' => ':name Updated',
- 'content' => ':name was updated to :new_status',
+ 'title' => ':name atualizado',
+ 'content' => ':name foi atualizado para :new_status',
],
'sms' => [
- 'content' => 'Incident :name was updated',
+ 'content' => 'Incidente :name foi atualizado',
],
],
],
'schedule' => [
'new' => [
'mail' => [
- 'subject' => 'New Schedule Created',
- 'content' => ':name was scheduled for :date',
- 'title' => 'A new scheduled maintenance was created.',
- 'action' => 'View',
+ 'subject' => 'Novo Agendamento Criado',
+ 'content' => ':name foi agendado para :date',
+ 'title' => 'Uma nova manutenção agendada foi criada.',
+ 'action' => 'Visualizar',
],
'slack' => [
- 'title' => 'New Schedule Created!',
- 'content' => ':name was scheduled for :date',
+ 'title' => 'Novo Agendamento Criado!',
+ 'content' => ':name foi agendado para :date',
],
'sms' => [
- 'content' => ':name was scheduled for :date',
+ 'content' => ':name foi agendado para :date',
],
],
],
'subscriber' => [
'verify' => [
'mail' => [
- 'subject' => 'Verify Your Subscription',
- 'content' => 'Click to verify your subscription to :app_name status page.',
- 'title' => 'Verify your subscription to :app_name status page.',
- 'action' => 'Verify',
+ 'subject' => 'Verifique a sua inscrição',
+ 'content' => 'Clique para verificar sua inscrição na página de status :app_name.',
+ 'title' => 'Verifique sua inscrição na página de status de :app_name.',
+ 'action' => 'Verifique',
+ ],
+ ],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Gerenciar inscrição',
+ 'content' => 'Clique para gerenciar sua inscrição na página de status de :app_name.',
+ 'title' => 'Clique para gerenciar sua inscrição na página de status de :app_name.',
+ 'action' => 'Gerenciar inscrição',
],
],
],
'system' => [
'test' => [
'mail' => [
- 'subject' => 'Ping from Cachet!',
- 'content' => 'This is a test notification from Cachet!',
+ 'subject' => 'Ping do Cachet!',
+ 'content' => 'Esta é uma notificação de teste do Cachet!',
'title' => '🔔',
],
],
@@ -98,10 +106,10 @@ return [
'user' => [
'invite' => [
'mail' => [
- 'subject' => 'Your invitation is inside...',
- 'content' => 'You have been invited to join :app_name status page.',
- 'title' => 'You\'re invited to join :app_name status page.',
- 'action' => 'Accept',
+ 'subject' => 'Seu convite está aqui dentro...',
+ 'content' => 'Você foi convidado para fazer parte da página de status :app_name.',
+ 'title' => 'Você foi convidado para fazer parte da página de status :app_name.',
+ 'action' => 'Aceitar',
],
],
],
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
index 01313bfe..37dfb385 100644
--- a/resources/lang/pt-BR/validation.php
+++ b/resources/lang/pt-BR/validation.php
@@ -44,45 +44,45 @@ return [
'digits' => 'O campo :attribute deve ter :digits dígitos.',
'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.',
'email' => 'O campo :attribute deve ser um endereço de email válido.',
- 'exists' => 'The selected :attribute is invalid.',
+ 'exists' => 'O campo :attribute é inválido.',
'distinct' => 'O campo :attribute tem um valor duplicado.',
- 'filled' => 'The :attribute field is required.',
+ 'filled' => 'O campo :attribute é obrigatório.',
'image' => 'O :attribute deve ser uma imagem.',
- 'in' => 'The selected :attribute is invalid.',
+ 'in' => 'O campo :attribute é inválido.',
'in_array' => 'O campo :attribute não existe em :other.',
- 'integer' => 'The :attribute must be an integer.',
- 'ip' => 'The :attribute must be a valid IP address.',
+ 'integer' => 'O campo :attribute deve ser um número inteiro.',
+ 'ip' => 'O campo :attribute deve ser um endereço de IP válido.',
'json' => 'O :attribute tem que ser uma string JSON válida.',
'max' => [
- 'numeric' => 'The :attribute may not be greater than :max.',
- 'file' => 'The :attribute may not be greater than :max kilobytes.',
- 'string' => 'The :attribute may not be greater than :max characters.',
+ 'numeric' => 'O campo :attribute não deve ser maior que :max.',
+ 'file' => 'O campo :attribute não deve ser maior que :max kilobytes.',
+ 'string' => 'O campo :attribute não deve ser maior que :max caracteres.',
'array' => 'A: atributo não pode ter mais de que :max itens.',
],
- 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimes' => 'O campo :attribute deve ser um arquivo do tipo: :values.',
'min' => [
- 'numeric' => 'The :attribute must be at least :min.',
+ 'numeric' => 'O campo :attribute deve ter no mínimo :min.',
'file' => 'O :attribute deve ter pelo menos :min kilobytes.',
- 'string' => 'The :attribute must be at least :min characters.',
- 'array' => 'The :attribute must have at least :min items.',
+ 'string' => 'O campo :attribute deve ter no mínimo :min caracteres.',
+ 'array' => 'O campo :attribute deve ter no mínimo :min itens.',
],
- 'not_in' => 'The selected :attribute is invalid.',
- 'numeric' => 'The :attribute must be a number.',
+ 'not_in' => 'O campo :attribute é inválido.',
+ 'numeric' => 'O campo :attribute deve ser um número.',
'present' => 'O campo :attribute deve estar presente.',
'regex' => 'O formato de :attribute é inválido.',
- 'required' => 'The :attribute field is required.',
- 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required' => 'O campo :attribute é obrigatório.',
+ 'required_if' => 'O campo :attribute é obrigatório quando :other é :value.',
'required_unless' => 'O campo :attribute é obrigatório a não ser que :other esteja entre :values.',
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
'required_with_all' => 'O campo :attribute é obrigatório quando :values está presente.',
- 'required_without' => 'The :attribute field is required when :values is not present.',
- 'required_without_all' => 'The :attribute field is required when none of :values are present.',
- 'same' => 'The :attribute and :other must match.',
+ 'required_without' => 'O campo :attribute é obrigatório quando :values não está presente.',
+ 'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values está presente.',
+ 'same' => 'O campo :attribute e :other devem ser iguais.',
'size' => [
- 'numeric' => 'The :attribute must be :size.',
+ 'numeric' => 'O campo :attribute deve ter :size caracteres.',
'file' => 'O :attribute deve ter :size kilobytes.',
'string' => 'O :attribute deve ter :size caracteres.',
- 'array' => 'The :attribute must contain :size items.',
+ 'array' => 'O campo :attribute deve ter :size itens.',
],
'string' => 'O campo :attribute deve ser uma string.',
'timezone' => 'O :attribute deve ser uma zona válida.',
diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php
index 07464a0d..8c50a99d 100644
--- a/resources/lang/pt-PT/cachet.php
+++ b/resources/lang/pt-PT/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', agendada :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigando',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscrever actualizações via email.',
- 'subscribed' => 'Subscreveu as notificações por e-mail, por favor verifique o seu e-mail para confirmar a subscrição.',
- 'verified' => 'A sua subscrição por e-mail foi confirmada. Obrigado!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Remover subscrição de e-mail.',
- 'unsubscribed' => 'A sua subscrição de e-mail foi cancelada.',
- 'failure' => 'Algo correu mal com a sua subscrição.',
- 'already-subscribed' => 'Não posso subscrever :email pois já se encontra subscrito.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscrever actualizações via email.',
+ 'subscribed' => 'Subscreveu as notificações por e-mail, por favor verifique o seu e-mail para confirmar a subscrição.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'A sua subscrição por e-mail foi confirmada. Obrigado!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Remover subscrição de e-mail.',
+ 'unsubscribed' => 'A sua subscrição de e-mail foi cancelada.',
+ 'failure' => 'Algo correu mal com a sua subscrição.',
+ 'already-subscribed' => 'Não posso subscrever :email pois já se encontra subscrito.',
],
],
diff --git a/resources/lang/pt-PT/dashboard.php b/resources/lang/pt-PT/dashboard.php
index b74794d0..353828fc 100644
--- a/resources/lang/pt-PT/dashboard.php
+++ b/resources/lang/pt-PT/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Adicionar um incidente',
'success' => 'Incident added.',
diff --git a/resources/lang/pt-PT/forms.php b/resources/lang/pt-PT/forms.php
index 48986017..5184ca6e 100644
--- a/resources/lang/pt-PT/forms.php
+++ b/resources/lang/pt-PT/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Código do Google Analytics',
'analytics_gosquared' => 'Código do GoSquared Analytics',
- 'analytics_piwik_url' => 'URL da instância do Piwik (sem http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'ID do site Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Adicionar',
'save' => 'Salvar',
diff --git a/resources/lang/pt-PT/notifications.php b/resources/lang/pt-PT/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/pt-PT/notifications.php
+++ b/resources/lang/pt-PT/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/ro-RO/cachet.php b/resources/lang/ro-RO/cachet.php
index 5c92f041..52c20a09 100644
--- a/resources/lang/ro-RO/cachet.php
+++ b/resources/lang/ro-RO/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', programată: timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Sub investigație',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Abonează-te la actualizări prin email.',
- 'subscribed' => 'Te-ai abonat la actualizări prin email, te rugăm să îți verifici adresa email și să confirmi abonarea.',
- 'verified' => 'Abonarea prin email a fost confirmată. Mulțumim!',
- 'manage' => 'Gestionează-ţi abonările',
- 'unsubscribe' => 'Dezabonare de la actualizări prin email.',
- 'unsubscribed' => 'Actualizările prin email au fost anulate.',
- 'failure' => 'Ceva nu a funcționat în legătură cu abonarea.',
- 'already-subscribed' => 'Adresa :email nu poate fi folosită deoarece este deja abonată.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Abonează-te la actualizări prin email.',
+ 'subscribed' => 'Te-ai abonat la actualizări prin email, te rugăm să îți verifici adresa email și să confirmi abonarea.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Abonarea prin email a fost confirmată. Mulțumim!',
+ 'manage' => 'Gestionează-ţi abonările',
+ 'unsubscribe' => 'Dezabonare de la actualizări prin email.',
+ 'unsubscribed' => 'Actualizările prin email au fost anulate.',
+ 'failure' => 'Ceva nu a funcționat în legătură cu abonarea.',
+ 'already-subscribed' => 'Adresa :email nu poate fi folosită deoarece este deja abonată.',
],
],
diff --git a/resources/lang/ro-RO/dashboard.php b/resources/lang/ro-RO/dashboard.php
index 52c5f87c..d5506b97 100644
--- a/resources/lang/ro-RO/dashboard.php
+++ b/resources/lang/ro-RO/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Raportează un incident',
'success' => 'Incidentul a fost adăugat.',
diff --git a/resources/lang/ro-RO/forms.php b/resources/lang/ro-RO/forms.php
index 4a7689ce..e1422ff5 100644
--- a/resources/lang/ro-RO/forms.php
+++ b/resources/lang/ro-RO/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Cod Google Analytics',
'analytics_gosquared' => 'Cod GoSquared Analytics',
- 'analytics_piwik_url' => 'URL-ul instanţei dvs. de Piwik (fără http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Id site Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Adaugă',
'save' => 'Salvează',
diff --git a/resources/lang/ro-RO/notifications.php b/resources/lang/ro-RO/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/ro-RO/notifications.php
+++ b/resources/lang/ro-RO/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/ru-RU/cachet.php b/resources/lang/ru-RU/cachet.php
index b5e6042d..08dcc521 100644
--- a/resources/lang/ru-RU/cachet.php
+++ b/resources/lang/ru-RU/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', запланированы :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Проводим анализ проблемы',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Подписка на рассылку об изменениях.',
- 'subscribed' => 'Вы подписались на рассылку email уведомлений. Проверьте вашу почту, чтобы подтвердить подписку.',
- 'verified' => 'Ваша подписка подтверждена. Спасибо!',
- 'manage' => 'Управление подпиской',
- 'unsubscribe' => 'Отписаться от рассылки.',
- 'unsubscribed' => 'Ваша подписка отменена.',
- 'failure' => 'Произошла ошибка при подписке на рассылку.',
- 'already-subscribed' => 'Невозможно оформить подписку на :email, т.к. на него уже оформлена подписка.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Подписка на рассылку об изменениях.',
+ 'subscribed' => 'Вы подписались на рассылку email уведомлений. Проверьте вашу почту, чтобы подтвердить подписку.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Ваша подписка подтверждена. Спасибо!',
+ 'manage' => 'Управление подпиской',
+ 'unsubscribe' => 'Отписаться от рассылки.',
+ 'unsubscribed' => 'Ваша подписка отменена.',
+ 'failure' => 'Произошла ошибка при подписке на рассылку.',
+ 'already-subscribed' => 'Невозможно оформить подписку на :email, т.к. на него уже оформлена подписка.',
],
],
diff --git a/resources/lang/ru-RU/dashboard.php b/resources/lang/ru-RU/dashboard.php
index ea09bd62..09489190 100644
--- a/resources/lang/ru-RU/dashboard.php
+++ b/resources/lang/ru-RU/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Добавить инцидент',
'success' => 'Инцидент добавлен.',
diff --git a/resources/lang/ru-RU/forms.php b/resources/lang/ru-RU/forms.php
index eb8652a4..20cf46eb 100644
--- a/resources/lang/ru-RU/forms.php
+++ b/resources/lang/ru-RU/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Код Google Analytics',
'analytics_gosquared' => 'Код GoSquared Analytics',
- 'analytics_piwik_url' => 'URL Piwik сайта (без http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Идентификатор сайта в Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Добавить',
'save' => 'Сохранить',
diff --git a/resources/lang/ru-RU/notifications.php b/resources/lang/ru-RU/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/ru-RU/notifications.php
+++ b/resources/lang/ru-RU/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/sl-SI/cachet.php b/resources/lang/sl-SI/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/sl-SI/cachet.php
+++ b/resources/lang/sl-SI/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/sl-SI/dashboard.php b/resources/lang/sl-SI/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/sl-SI/dashboard.php
+++ b/resources/lang/sl-SI/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/sl-SI/forms.php b/resources/lang/sl-SI/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/sl-SI/forms.php
+++ b/resources/lang/sl-SI/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/sl-SI/notifications.php b/resources/lang/sl-SI/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/sl-SI/notifications.php
+++ b/resources/lang/sl-SI/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/sq-AL/cachet.php b/resources/lang/sq-AL/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/sq-AL/cachet.php
+++ b/resources/lang/sq-AL/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/sq-AL/dashboard.php b/resources/lang/sq-AL/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/sq-AL/dashboard.php
+++ b/resources/lang/sq-AL/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/sq-AL/forms.php b/resources/lang/sq-AL/forms.php
index a22e5ec6..a8b9c348 100644
--- a/resources/lang/sq-AL/forms.php
+++ b/resources/lang/sq-AL/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/sq-AL/notifications.php b/resources/lang/sq-AL/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/sq-AL/notifications.php
+++ b/resources/lang/sq-AL/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php
index e0ec12a8..319cdda9 100644
--- a/resources/lang/sv-SE/cachet.php
+++ b/resources/lang/sv-SE/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Planerat underhåll',
'scheduled_at' => ', schemalagda: tidsstämpel',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Undersöker',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Prenumerera på epost-uppdateringar.',
- 'subscribed' => 'Du har börjat prenumerera på e-postmeddelanden, vänligen kontrollera din e-post för att bekräfta din prenumeration.',
- 'verified' => 'Din epost-prenumeration har bekräftats. Tack!',
- 'manage' => 'Hantera din prenumeration',
- 'unsubscribe' => 'Avbeställ epost-uppdateringar.',
- 'unsubscribed' => 'Din epost-prenumeration har avbrutits.',
- 'failure' => 'Något blev fel med prenumerationen.',
- 'already-subscribed' => 'Kan inte skapa en prenumeration för :email eftersom den redan prenumererar.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Prenumerera på epost-uppdateringar.',
+ 'subscribed' => 'Du har börjat prenumerera på e-postmeddelanden, vänligen kontrollera din e-post för att bekräfta din prenumeration.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Din epost-prenumeration har bekräftats. Tack!',
+ 'manage' => 'Hantera din prenumeration',
+ 'unsubscribe' => 'Avbeställ epost-uppdateringar.',
+ 'unsubscribed' => 'Din epost-prenumeration har avbrutits.',
+ 'failure' => 'Något blev fel med prenumerationen.',
+ 'already-subscribed' => 'Kan inte skapa en prenumeration för :email eftersom den redan prenumererar.',
],
],
diff --git a/resources/lang/sv-SE/dashboard.php b/resources/lang/sv-SE/dashboard.php
index f97a8494..49427ace 100644
--- a/resources/lang/sv-SE/dashboard.php
+++ b/resources/lang/sv-SE/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Rapporterad av :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Lägg till händelse',
'success' => 'Incident added.',
diff --git a/resources/lang/sv-SE/forms.php b/resources/lang/sv-SE/forms.php
index ebb9a571..5413ad1d 100644
--- a/resources/lang/sv-SE/forms.php
+++ b/resources/lang/sv-SE/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics-kod',
'analytics_gosquared' => 'GoSquared Analytics-code',
- 'analytics_piwik_url' => 'URL till din Piwik-instans (utan http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s sajt-id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Lägg till',
'save' => 'Spara',
diff --git a/resources/lang/sv-SE/notifications.php b/resources/lang/sv-SE/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/sv-SE/notifications.php
+++ b/resources/lang/sv-SE/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/th-TH/cachet.php b/resources/lang/th-TH/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/th-TH/cachet.php
+++ b/resources/lang/th-TH/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/th-TH/dashboard.php b/resources/lang/th-TH/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/th-TH/dashboard.php
+++ b/resources/lang/th-TH/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/th-TH/forms.php b/resources/lang/th-TH/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/th-TH/forms.php
+++ b/resources/lang/th-TH/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/th-TH/notifications.php b/resources/lang/th-TH/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/th-TH/notifications.php
+++ b/resources/lang/th-TH/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/tr-TR/cachet.php b/resources/lang/tr-TR/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/tr-TR/cachet.php
+++ b/resources/lang/tr-TR/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/tr-TR/dashboard.php b/resources/lang/tr-TR/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/tr-TR/dashboard.php
+++ b/resources/lang/tr-TR/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/tr-TR/forms.php b/resources/lang/tr-TR/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/tr-TR/forms.php
+++ b/resources/lang/tr-TR/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/tr-TR/notifications.php b/resources/lang/tr-TR/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/tr-TR/notifications.php
+++ b/resources/lang/tr-TR/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/uk-UA/cachet.php b/resources/lang/uk-UA/cachet.php
index 0efae29c..cb24fc10 100644
--- a/resources/lang/uk-UA/cachet.php
+++ b/resources/lang/uk-UA/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/uk-UA/dashboard.php b/resources/lang/uk-UA/dashboard.php
index 3f70a368..7dc9af66 100644
--- a/resources/lang/uk-UA/dashboard.php
+++ b/resources/lang/uk-UA/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/uk-UA/forms.php b/resources/lang/uk-UA/forms.php
index 47a1a3e7..5c5a41a9 100644
--- a/resources/lang/uk-UA/forms.php
+++ b/resources/lang/uk-UA/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/uk-UA/notifications.php b/resources/lang/uk-UA/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/uk-UA/notifications.php
+++ b/resources/lang/uk-UA/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/vi-VN/cachet.php b/resources/lang/vi-VN/cachet.php
index b69fc8b0..71eaee2c 100644
--- a/resources/lang/vi-VN/cachet.php
+++ b/resources/lang/vi-VN/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', scheduled :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Investigating',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/vi-VN/dashboard.php b/resources/lang/vi-VN/dashboard.php
index e8b24802..270a50b1 100644
--- a/resources/lang/vi-VN/dashboard.php
+++ b/resources/lang/vi-VN/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/vi-VN/forms.php b/resources/lang/vi-VN/forms.php
index d934e760..45642b96 100644
--- a/resources/lang/vi-VN/forms.php
+++ b/resources/lang/vi-VN/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Add',
'save' => 'Save',
diff --git a/resources/lang/vi-VN/notifications.php b/resources/lang/vi-VN/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/vi-VN/notifications.php
+++ b/resources/lang/vi-VN/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php
index 974586e7..4de895c4 100644
--- a/resources/lang/zh-CN/cachet.php
+++ b/resources/lang/zh-CN/cachet.php
@@ -23,8 +23,8 @@ return [
'group' => [
'other' => '其他组件',
],
- 'select_all' => 'Select All',
- 'deselect_all' => 'Deselect All',
+ 'select_all' => '全选',
+ 'deselect_all' => '反选所有',
],
// Incidents
@@ -34,7 +34,7 @@ return [
'stickied' => '已关注的故障',
'scheduled' => '计划维护',
'scheduled_at' => ',计划于 :timestamp',
- 'posted' => '发布于 :timestamp',
+ 'posted' => '在 :timestamp 由 :username 发布',
'posted_at' => '发布于 :timestamp',
'status' => [
1 => '确认中',
@@ -77,27 +77,29 @@ return [
// Subscriber
'subscriber' => [
- 'subscribe' => 'Subscribe to status changes and incident updates',
- 'unsubscribe' => 'Unsubscribe',
+ 'subscribe' => '关注状态更改和更新',
+ 'unsubscribe' => '取消订阅',
'button' => '订阅',
- 'manage_subscription' => 'Manage subscription',
+ 'manage_subscription' => '管理订阅',
'manage' => [
'notifications' => '通知',
- 'notifications_for' => 'Manage notifications for',
+ 'notifications_for' => '管理通知给',
'no_subscriptions' => '您当前已订阅所有更新。',
- 'update_subscription' => 'Update Subscription',
+ 'update_subscription' => '更新订阅',
'my_subscriptions' => '您当前已订阅下列更新',
'manage_at_link' => '在 :link 管理你的订阅',
],
'email' => [
- 'subscribe' => '订阅电子邮件更新。',
- 'subscribed' => '您已经订阅电子邮件通知,请检查您的电子邮件进行确认。',
- 'verified' => '您的电子邮件订阅已确认。谢谢!',
- 'manage' => '管理您的订阅',
- 'unsubscribe' => '取消电子邮件订阅。',
- 'unsubscribed' => '您的电子邮件订阅已被取消。',
- 'failure' => '邮件订阅失败。',
- 'already-subscribed' => '无法订阅,因为这个邮箱地址 ( :email ) 已经在订阅列表中了。',
+ 'manage_subscription' => '我们已经给您发送了一封电子邮件,请点击链接来管理您的订阅',
+ 'subscribe' => '订阅电子邮件更新。',
+ 'subscribed' => '您已经订阅电子邮件通知,请检查您的电子邮件进行确认。',
+ 'updated-subscribe' => '您已成功更新您的订阅。',
+ 'verified' => '您的电子邮件订阅已确认。谢谢!',
+ 'manage' => '管理您的订阅',
+ 'unsubscribe' => '取消电子邮件订阅。',
+ 'unsubscribed' => '您的电子邮件订阅已被取消。',
+ 'failure' => '邮件订阅失败。',
+ 'already-subscribed' => '无法订阅,因为这个邮箱地址 ( :email ) 已经在订阅列表中了。',
],
],
diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php
index e7322165..7a8007d2 100644
--- a/resources/lang/zh-CN/dashboard.php
+++ b/resources/lang/zh-CN/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => '修改故障更新时出现问题',
],
],
- 'reported_by' => '由用户 :user 报告的',
+ 'reported_by' => '在 :timestamp 由 :user 报告',
'add' => [
'title' => '添加故障',
'success' => '故障已添加',
diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php
index 4f5c1dfc..b85fb519 100644
--- a/resources/lang/zh-CN/forms.php
+++ b/resources/lang/zh-CN/forms.php
@@ -154,9 +154,9 @@ return [
'about-this-page' => '关于本页',
'days-of-incidents' => '每页最多显示故障天数',
'time_before_refresh' => '状态页刷新速度(秒)',
- 'major_outage_rate' => 'Major outage threshold (in %)',
+ 'major_outage_rate' => '重大故障阈值 (%)',
'banner' => '横幅图像',
- 'banner-help' => '建议上传文件宽度不大于 930 像素。',
+ 'banner-help' => "建议上传文件宽度不大于 930 像素。",
'subscribers' => '允许用户订阅邮件通知',
'suppress_notifications_in_maintenance' => '当计划维护发生时静默处理事件通知?',
'skip_subscriber_verification' => '是否跳过用户邮件验证?(小心,这可能会被滥用)',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics 代码',
'analytics_gosquared' => 'GoSquared Analytics 代码',
- 'analytics_piwik_url' => '输入Piwik实例的URL(不含http(s)://)',
+ 'analytics_piwik_url' => 'Piwik 实例的 URL',
'analytics_piwik_siteid' => 'Piwik 的站点 id',
],
'localization' => [
@@ -180,8 +180,8 @@ return [
'security' => [
'allowed-domains' => '允许的 CORS 域',
'allowed-domains-help' => '以逗号分隔。默认情况下,API跨域请求将自动允许以上已设置的域。',
- 'always-authenticate' => 'Always authenticate',
- 'always-authenticate-help' => 'Require login to view any Cachet page',
+ 'always-authenticate' => '始终验证',
+ 'always-authenticate-help' => '需要登录才能查看 Cachet 页面',
],
'stylesheet' => [
'custom-css' => '自定义 CSS 样式表',
@@ -229,6 +229,11 @@ return [
'timezone' => '选择时区',
],
+ 'seo' => [
+ 'title' => 'SEO 标题',
+ 'description' => 'SEO 描述',
+ ],
+
// Buttons
'add' => '增加',
'save' => '保存',
diff --git a/resources/lang/zh-CN/notifications.php b/resources/lang/zh-CN/notifications.php
index dc58fe26..54d4e2ff 100644
--- a/resources/lang/zh-CN/notifications.php
+++ b/resources/lang/zh-CN/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => '验证',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => '管理您的订阅',
+ 'content' => '点击管理您对 :app_name 状态页的订阅。',
+ 'title' => '点击管理您对 :app_name 状态页的订阅。',
+ 'action' => '管理订阅',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php
index e7816d40..bb3af4ff 100644
--- a/resources/lang/zh-TW/cachet.php
+++ b/resources/lang/zh-TW/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ',於:timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => '調查中',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Subscribe to email updates.',
- 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
- 'verified' => 'Your email subscription has been confirmed. Thank you!',
- 'manage' => 'Manage your subscription',
- 'unsubscribe' => 'Unsubscribe from email updates.',
- 'unsubscribed' => 'Your email subscription has been cancelled.',
- 'failure' => 'Something went wrong with the subscription.',
- 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'subscribe' => 'Subscribe to email updates.',
+ 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => 'Your email subscription has been confirmed. Thank you!',
+ 'manage' => 'Manage your subscription',
+ 'unsubscribe' => 'Unsubscribe from email updates.',
+ 'unsubscribed' => 'Your email subscription has been cancelled.',
+ 'failure' => 'Something went wrong with the subscription.',
+ 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
],
],
diff --git a/resources/lang/zh-TW/dashboard.php b/resources/lang/zh-TW/dashboard.php
index 35a7baf7..9725ac86 100644
--- a/resources/lang/zh-TW/dashboard.php
+++ b/resources/lang/zh-TW/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Something went wrong updating the incident update',
],
],
- 'reported_by' => 'Reported by :user',
+ 'reported_by' => 'Reported :timestamp by :user',
'add' => [
'title' => 'Report an incident',
'success' => 'Incident added.',
diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php
index 21547bc7..e714ba15 100644
--- a/resources/lang/zh-TW/forms.php
+++ b/resources/lang/zh-TW/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
- 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik\'s site id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => '增加',
'save' => '儲存',
diff --git a/resources/lang/zh-TW/notifications.php b/resources/lang/zh-TW/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/zh-TW/notifications.php
+++ b/resources/lang/zh-TW/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'Verify',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'Manage Your Subscription',
+ 'content' => 'Click to manage your subscription to :app_name status page.',
+ 'title' => 'Click to manage your subscription to :app_name status page.',
+ 'action' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
diff --git a/resources/lang/zu-ZA/cachet.php b/resources/lang/zu-ZA/cachet.php
index 3817612c..4726b662 100644
--- a/resources/lang/zu-ZA/cachet.php
+++ b/resources/lang/zu-ZA/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'crwdns888:0crwdne888:0',
'scheduled' => 'crwdns1395:0crwdne1395:0',
'scheduled_at' => 'crwdns890:0crwdne890:0',
- 'posted' => 'crwdns891:0crwdne891:0',
+ 'posted' => 'crwdns1540:0crwdne1540:0',
'posted_at' => 'crwdns1396:0crwdne1396:0',
'status' => [
1 => 'crwdns892:0crwdne892:0',
@@ -90,14 +90,16 @@ return [
'manage_at_link' => 'crwdns1432:0crwdne1432:0',
],
'email' => [
- 'subscribe' => 'crwdns912:0crwdne912:0',
- 'subscribed' => 'crwdns913:0crwdne913:0',
- 'verified' => 'crwdns914:0crwdne914:0',
- 'manage' => 'crwdns915:0crwdne915:0',
- 'unsubscribe' => 'crwdns916:0crwdne916:0',
- 'unsubscribed' => 'crwdns917:0crwdne917:0',
- 'failure' => 'crwdns918:0crwdne918:0',
- 'already-subscribed' => 'crwdns919:0crwdne919:0',
+ 'manage_subscription' => 'crwdns1530:0crwdne1530:0',
+ 'subscribe' => 'crwdns912:0crwdne912:0',
+ 'subscribed' => 'crwdns913:0crwdne913:0',
+ 'updated-subscribe' => 'crwdns1522:0crwdne1522:0',
+ 'verified' => 'crwdns914:0crwdne914:0',
+ 'manage' => 'crwdns915:0crwdne915:0',
+ 'unsubscribe' => 'crwdns916:0crwdne916:0',
+ 'unsubscribed' => 'crwdns917:0crwdne917:0',
+ 'failure' => 'crwdns918:0crwdne918:0',
+ 'already-subscribed' => 'crwdns919:0crwdne919:0',
],
],
diff --git a/resources/lang/zu-ZA/dashboard.php b/resources/lang/zu-ZA/dashboard.php
index 46ec0e9a..974517cd 100644
--- a/resources/lang/zu-ZA/dashboard.php
+++ b/resources/lang/zu-ZA/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'crwdns1409:0crwdne1409:0',
],
],
- 'reported_by' => 'crwdns1433:0crwdne1433:0',
+ 'reported_by' => 'crwdns1542:0crwdne1542:0',
'add' => [
'title' => 'crwdns958:0crwdne958:0',
'success' => 'crwdns959:0crwdne959:0',
diff --git a/resources/lang/zu-ZA/forms.php b/resources/lang/zu-ZA/forms.php
index 36c814b0..5474ccd8 100644
--- a/resources/lang/zu-ZA/forms.php
+++ b/resources/lang/zu-ZA/forms.php
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => 'crwdns1434:0crwdne1434:0',
'major_outage_rate' => 'crwdns1444:0crwdne1444:0',
'banner' => 'crwdns1195:0crwdne1195:0',
- 'banner-help' => 'crwdns1435:0crwdne1435:0',
+ 'banner-help' => "crwdns1435:0crwdne1435:0",
'subscribers' => 'crwdns1197:0crwdne1197:0',
'suppress_notifications_in_maintenance' => 'crwdns1427:0crwdne1427:0',
'skip_subscriber_verification' => 'crwdns1198:0crwdne1198:0',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'crwdns1203:0crwdne1203:0',
'analytics_gosquared' => 'crwdns1204:0crwdne1204:0',
- 'analytics_piwik_url' => 'crwdns1205:0crwdne1205:0',
+ 'analytics_piwik_url' => 'crwdns1524:0crwdne1524:0',
'analytics_piwik_siteid' => 'crwdns1206:0crwdne1206:0',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'crwdns1240:0crwdne1240:0',
],
+ 'seo' => [
+ 'title' => 'crwdns1526:0crwdne1526:0',
+ 'description' => 'crwdns1528:0crwdne1528:0',
+ ],
+
// Buttons
'add' => 'crwdns1241:0crwdne1241:0',
'save' => 'crwdns1242:0crwdne1242:0',
diff --git a/resources/lang/zu-ZA/notifications.php b/resources/lang/zu-ZA/notifications.php
index 5bbb05e7..b8bd9f13 100644
--- a/resources/lang/zu-ZA/notifications.php
+++ b/resources/lang/zu-ZA/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => 'crwdns1385:0crwdne1385:0',
],
],
+ 'manage' => [
+ 'mail' => [
+ 'subject' => 'crwdns1532:0crwdne1532:0',
+ 'content' => 'crwdns1534:0crwdne1534:0',
+ 'title' => 'crwdns1536:0crwdne1536:0',
+ 'action' => 'crwdns1538:0crwdne1538:0',
+ ],
+ ],
],
'system' => [
'test' => [