From 7ccf81de21fa84d5fd44e45c8e90dbd8d9e67c8f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:10:46 +0100
Subject: [PATCH 001/254] New translations forms.php (Chinese Traditional)
---
resources/lang/zh-TW/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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' => '儲存',
From 963cd23d46c8b351043764066e4d9b0301c1974d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:10:49 +0100
Subject: [PATCH 002/254] New translations cachet.php (Czech)
---
resources/lang/cs-CZ/cachet.php | 91 +++++++++++++++++----------------
1 file changed, 46 insertions(+), 45 deletions(-)
diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php
index 262d14af..f0712cee 100644
--- a/resources/lang/cs-CZ/cachet.php
+++ b/resources/lang/cs-CZ/cachet.php
@@ -12,16 +12,16 @@
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',
+ 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',
@@ -29,18 +29,18 @@ return [
// Incidents
'incidents' => [
- 'none' => 'No incidents reported',
- 'past' => 'Past Incidents',
+ 'none' => 'Nejsou nahlášeny žádné incidenty',
+ 'past' => 'Minulé incidenty',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
- 'scheduled_at' => ', scheduled :timestamp',
+ 'scheduled_at' => ', plánované na :timestamp',
'posted' => 'Posted :timestamp',
'posted_at' => 'Posted at :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',
],
],
@@ -61,17 +61,17 @@ return [
],
'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',
],
],
@@ -79,10 +79,10 @@ return [
'subscriber' => [
'subscribe' => 'Subscribe to status changes and incident updates',
'unsubscribe' => 'Unsubscribe',
- 'button' => 'Subscribe',
+ 'button' => 'Přihlásit',
'manage_subscription' => 'Manage subscription',
'manage' => [
- 'notifications' => 'Notifications',
+ 'notifications' => 'Oznámení',
'notifications_for' => 'Manage notifications for',
'no_subscriptions' => 'Aktuálně jsi přihlášen(a) ke všem upozorněním.',
'update_subscription' => 'Update Subscription',
@@ -90,37 +90,38 @@ 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.',
+ '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' => 'You\'ve succesfully updated your subscriptions.',
+ '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',
],
],
@@ -130,17 +131,17 @@ return [
'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.',
+ 'overview' => 'Držte krok s nejnovějšími aktualizacemi od: app.',
],
],
// Other
- 'home' => 'Home',
- 'powered_by' => 'Powered by Cachet.',
+ 'home' => 'Hlavní stránka',
+ 'powered_by' => 'Vytvořeno pomocí Cachet.',
'timezone' => 'Times are shown in :timezone.',
- 'about_this_site' => 'About This Site',
+ 'about_this_site' => 'O tomto webu',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
- 'feed' => 'Status Feed',
+ 'feed' => 'Kanál stavů',
];
From b3e8d4b7ee8de56298ff9ce590d2ab9b28d3b753 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:10:51 +0100
Subject: [PATCH 003/254] New translations dashboard.php (Czech)
---
resources/lang/cs-CZ/dashboard.php | 224 ++++++++++++++---------------
1 file changed, 112 insertions(+), 112 deletions(-)
diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php
index 3f70a368..d0add6e9 100644
--- a/resources/lang/cs-CZ/dashboard.php
+++ b/resources/lang/cs-CZ/dashboard.php
@@ -11,16 +11,16 @@
return [
- 'dashboard' => 'Dashboard',
+ 'dashboard' => 'Řídicí panel',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.',
// Incidents
'incidents' => [
'title' => 'Incidents & Maintenance',
- 'incidents' => 'Incidents',
+ 'incidents' => 'Incidenty',
'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',
+ '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',
@@ -37,37 +37,37 @@ return [
],
'reported_by' => 'Reported by :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',
+ 'title' => 'Vytvořit šablonu incidentu',
'message' => 'Create your first incident template.',
- 'success' => 'Your new incident template has been created.',
- 'failure' => 'Something went wrong with the incident template.',
+ '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.',
],
],
],
@@ -76,7 +76,7 @@ return [
'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',
+ 'scheduled_at' => 'Naplánováno na :timestamp',
'add' => [
'title' => 'Add Maintenance',
'success' => 'Maintenance added.',
@@ -95,136 +95,136 @@ return [
// 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.',
+ 'subscribers' => 'Odběratelé',
+ 'description' => 'Pokud dojde ke vzniku incidentu nebo služby, odběratelé obdrží aktualizace e-mailem.',
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
- 'verified' => 'Verified',
- 'not_verified' => 'Not verified',
- 'subscriber' => ':email, subscribed :date',
- 'no_subscriptions' => 'Subscribed to all updates',
+ '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' => 'Globally subscribed',
'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',
+ 'team' => 'Tým',
+ 'member' => 'Člen',
+ 'profile' => 'Profil',
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
'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',
],
'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',
@@ -235,55 +235,55 @@ return [
],
],
'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',
+ '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' => '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.',
+ 'thank-you' => 'Děkujeme každému z :count přispěvatelů.',
],
],
// Login
'login' => [
- 'login' => 'Login',
- 'logged_in' => 'You\'re logged in.',
+ 'login' => 'Přihlášení',
+ 'logged_in' => 'Jste přihlášeni.',
'welcome' => 'Welcome back!',
- 'two-factor' => 'Please enter your token.',
+ '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',
+ 'news' => 'Poslední novinky',
+ 'news_subtitle' => 'Získat nejnovější aktualizace',
],
// Welcome modal
From ca578184b97d08ea6df86cdf4da89c115f360cc8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:10:52 +0100
Subject: [PATCH 004/254] New translations forms.php (Czech)
---
resources/lang/cs-CZ/forms.php | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/resources/lang/cs-CZ/forms.php b/resources/lang/cs-CZ/forms.php
index 9f2a13a8..dff77d7e 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 of your Piwik instance',
'analytics_piwik_siteid' => 'Id webu Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Vybrat časové pásmo',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Přidat',
'save' => 'Uložit',
From 4195c5a8b3d2af42567809098c9074dfc70cc5b5 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:10:54 +0100
Subject: [PATCH 005/254] New translations setup.php (Czech)
---
resources/lang/cs-CZ/setup.php | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/resources/lang/cs-CZ/setup.php b/resources/lang/cs-CZ/setup.php
index bdc2a457..8fe2fbe6 100644
--- a/resources/lang/cs-CZ/setup.php
+++ b/resources/lang/cs-CZ/setup.php
@@ -10,14 +10,14 @@
*/
return [
- 'setup' => 'Setup',
+ 'setup' => 'Instalace',
'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',
+ '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',
];
From 9dd3e0a0a5eec62ec997a9100f8671fef04b185e Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:10:56 +0100
Subject: [PATCH 006/254] New translations cachet.php (Danish)
---
resources/lang/da-DK/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php
index 1a72b487..c09d1e2d 100644
--- a/resources/lang/da-DK/cachet.php
+++ b/resources/lang/da-DK/cachet.php
@@ -92,6 +92,7 @@ return [
'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.',
+ '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.',
From 8e88b915bc3f5de73f8a6244f7942416d14011f2 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:10:57 +0100
Subject: [PATCH 007/254] New translations forms.php (Danish)
---
resources/lang/da-DK/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From e3eeb9c2e497d40c0361df536ea06ab2e574d2be Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:01 +0100
Subject: [PATCH 008/254] New translations forms.php (English)
---
resources/lang/en-US/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 50c55bd5e4dbc581696dce215021c1b9b587921b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:03 +0100
Subject: [PATCH 009/254] New translations cachet.php (English)
---
resources/lang/en-US/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/en-US/cachet.php b/resources/lang/en-US/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/en-US/cachet.php
+++ b/resources/lang/en-US/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 1ff3f98ec23693f367899f01ef1e77b6bb96c79c Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:07 +0100
Subject: [PATCH 010/254] New translations forms.php (Dutch)
---
resources/lang/nl-NL/forms.php | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
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',
From bed41f3f0ffb324d092bd51ffa728bacb6c1c365 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:09 +0100
Subject: [PATCH 011/254] New translations cachet.php (Dutch)
---
resources/lang/nl-NL/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php
index 95130961..bfdf98ad 100644
--- a/resources/lang/nl-NL/cachet.php
+++ b/resources/lang/nl-NL/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 53978ff855a58794f8a43e75718b319529c4170e Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:13 +0100
Subject: [PATCH 012/254] New translations forms.php (Chinese Simplified)
---
resources/lang/zh-CN/forms.php | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php
index 4f5c1dfc..4fbe596a 100644
--- a/resources/lang/zh-CN/forms.php
+++ b/resources/lang/zh-CN/forms.php
@@ -156,7 +156,7 @@ return [
'time_before_refresh' => '状态页刷新速度(秒)',
'major_outage_rate' => 'Major outage threshold (in %)',
'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' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Piwik 的站点 id',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => '选择时区',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => '增加',
'save' => '保存',
From 4e488ab58ce92afc13728795f60e7a613dbb9839 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:14 +0100
Subject: [PATCH 013/254] New translations cachet.php (Chinese Traditional)
---
resources/lang/zh-TW/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php
index e7816d40..5379ce26 100644
--- a/resources/lang/zh-TW/cachet.php
+++ b/resources/lang/zh-TW/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 2fd7c44edfa17ceeb01c2759c1b93ec010553b49 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:15 +0100
Subject: [PATCH 014/254] New translations cachet.php (Afrikaans)
---
resources/lang/af-ZA/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/af-ZA/cachet.php b/resources/lang/af-ZA/cachet.php
index 1f36e1fe..8bc41f2e 100644
--- a/resources/lang/af-ZA/cachet.php
+++ b/resources/lang/af-ZA/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 429f502e58cbb08b346daa9fb10ab2f50de90611 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:17 +0100
Subject: [PATCH 015/254] New translations dashboard.php (Afrikaans)
---
resources/lang/af-ZA/dashboard.php | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/resources/lang/af-ZA/dashboard.php b/resources/lang/af-ZA/dashboard.php
index 3f70a368..da2e7b3b 100644
--- a/resources/lang/af-ZA/dashboard.php
+++ b/resources/lang/af-ZA/dashboard.php
@@ -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' => [
From 1fe1c434c0599b4eefd157f17cd65d6d770b5d2a Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:19 +0100
Subject: [PATCH 016/254] New translations forms.php (Afrikaans)
---
resources/lang/af-ZA/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From d4fa12ba76100eada56777c3c3dc23f1210e78da Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:21 +0100
Subject: [PATCH 017/254] New translations cachet.php (Albanian)
---
resources/lang/sq-AL/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/sq-AL/cachet.php b/resources/lang/sq-AL/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/sq-AL/cachet.php
+++ b/resources/lang/sq-AL/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 87f590f0d626bfd5bb2b60dd70230f4836be1811 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:24 +0100
Subject: [PATCH 018/254] New translations forms.php (Albanian)
---
resources/lang/sq-AL/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 3b6f64ee95832192793c7beb6ebdea0a698d168b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:26 +0100
Subject: [PATCH 019/254] New translations cachet.php (Arabic)
---
resources/lang/ar-SA/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php
index 8a8af310..5272a95c 100644
--- a/resources/lang/ar-SA/cachet.php
+++ b/resources/lang/ar-SA/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From afcf147f9ee0a860a94fe46558b8db7651e181da Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:28 +0100
Subject: [PATCH 020/254] New translations forms.php (Catalan)
---
resources/lang/ca-ES/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 64a7746d8f3042c9fbb0377d6838b6d14bff9825 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:31 +0100
Subject: [PATCH 021/254] New translations cachet.php (Chinese Simplified)
---
resources/lang/zh-CN/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php
index 974586e7..b404abca 100644
--- a/resources/lang/zh-CN/cachet.php
+++ b/resources/lang/zh-CN/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'subscribe' => '订阅电子邮件更新。',
'subscribed' => '您已经订阅电子邮件通知,请检查您的电子邮件进行确认。',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => '您的电子邮件订阅已确认。谢谢!',
'manage' => '管理您的订阅',
'unsubscribe' => '取消电子邮件订阅。',
From 39a97c51342846ec0451ce3388ac2c30eded73b8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:36 +0100
Subject: [PATCH 022/254] New translations cachet.php (Catalan)
---
resources/lang/ca-ES/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/ca-ES/cachet.php b/resources/lang/ca-ES/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/ca-ES/cachet.php
+++ b/resources/lang/ca-ES/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 35368f68787e221b26b86da796b6b4695411a4a3 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:38 +0100
Subject: [PATCH 023/254] New translations forms.php (Arabic)
---
resources/lang/ar-SA/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 0595e61685161d6f12e55097e3754ef3ccd4a4c9 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:42 +0100
Subject: [PATCH 024/254] New translations forms.php (Romanian)
---
resources/lang/ro-RO/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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ă',
From b4f2f74f8e4fec9485b33d8558a5e0778d6576c6 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:43 +0100
Subject: [PATCH 025/254] New translations cachet.php (Romanian)
---
resources/lang/ro-RO/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/ro-RO/cachet.php b/resources/lang/ro-RO/cachet.php
index 5c92f041..dabe4dba 100644
--- a/resources/lang/ro-RO/cachet.php
+++ b/resources/lang/ro-RO/cachet.php
@@ -92,6 +92,7 @@ return [
'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.',
+ '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.',
From e29c7c42b33c100aab737b45f21a08a18ae58f86 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:46 +0100
Subject: [PATCH 026/254] New translations cachet.php (Russian)
---
resources/lang/ru-RU/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/ru-RU/cachet.php b/resources/lang/ru-RU/cachet.php
index b5e6042d..daf1cb4f 100644
--- a/resources/lang/ru-RU/cachet.php
+++ b/resources/lang/ru-RU/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'subscribe' => 'Подписка на рассылку об изменениях.',
'subscribed' => 'Вы подписались на рассылку email уведомлений. Проверьте вашу почту, чтобы подтвердить подписку.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Ваша подписка подтверждена. Спасибо!',
'manage' => 'Управление подпиской',
'unsubscribe' => 'Отписаться от рассылки.',
From eb693df15212d2e96dd420a266eaff2023de1bde Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:48 +0100
Subject: [PATCH 027/254] New translations forms.php (Russian)
---
resources/lang/ru-RU/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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' => 'Сохранить',
From 6e5b1de59e8b26875809e9e296e5f84d0fedd38a Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:51 +0100
Subject: [PATCH 028/254] New translations cachet.php (Slovenian)
---
resources/lang/sl-SI/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/sl-SI/cachet.php b/resources/lang/sl-SI/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/sl-SI/cachet.php
+++ b/resources/lang/sl-SI/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 6c0a7b29852b918ecf250595e10bee05a7e48d1f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:53 +0100
Subject: [PATCH 029/254] New translations forms.php (Slovenian)
---
resources/lang/sl-SI/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From c62042c124ff4d083b68a8a5d5a6577a8e8fdda1 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:11:58 +0100
Subject: [PATCH 030/254] New translations cachet.php (Polish)
---
resources/lang/pl-PL/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php
index 2b93f7ef..26ed58b4 100644
--- a/resources/lang/pl-PL/cachet.php
+++ b/resources/lang/pl-PL/cachet.php
@@ -92,6 +92,7 @@ return [
'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.',
+ '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.',
From 2848c43ecd869ca267fbeb82fecb481752dfd6ed Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:00 +0100
Subject: [PATCH 031/254] New translations forms.php (Polish)
---
resources/lang/pl-PL/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 9a5e60041b317184fa5d0ddb6a05a69386fff12a Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:02 +0100
Subject: [PATCH 032/254] New translations forms.php (Portuguese, Brazilian)
---
resources/lang/pt-BR/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php
index fbf2b4a3..7b59bd76 100644
--- a/resources/lang/pt-BR/forms.php
+++ b/resources/lang/pt-BR/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 para a instância do Piwik (sem o http(s)://)',
+ 'analytics_piwik_url' => 'URL of your Piwik instance',
'analytics_piwik_siteid' => 'Id do site no Piwik',
],
'localization' => [
@@ -229,6 +229,11 @@ return [
'timezone' => 'Select Timezone',
],
+ 'seo' => [
+ 'title' => 'SEO Title',
+ 'description' => 'SEO Description',
+ ],
+
// Buttons
'add' => 'Adicionar',
'save' => 'Salvar',
From 520b6cc6e749bccc27d3021b6920aed1f987cb95 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:03 +0100
Subject: [PATCH 033/254] New translations cachet.php (Portuguese)
---
resources/lang/pt-PT/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php
index 07464a0d..d4b8f91a 100644
--- a/resources/lang/pt-PT/cachet.php
+++ b/resources/lang/pt-PT/cachet.php
@@ -92,6 +92,7 @@ return [
'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.',
+ '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.',
From 4019cdac001b4cec656584bc97b322f265063ea4 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:06 +0100
Subject: [PATCH 034/254] New translations forms.php (Portuguese)
---
resources/lang/pt-PT/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 2bdfaf80d0fdf7e4f550a5d3bb3288238737dd34 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:09 +0100
Subject: [PATCH 035/254] New translations cachet.php (Portuguese, Brazilian)
---
resources/lang/pt-BR/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php
index b1f8e18b..1ae18446 100644
--- a/resources/lang/pt-BR/cachet.php
+++ b/resources/lang/pt-BR/cachet.php
@@ -92,6 +92,7 @@ return [
'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.',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
'verified' => 'Sua inscrição foi confirmada! Obrigado!',
'manage' => 'Gerencie sua assinatura',
'unsubscribe' => 'Não desejo mais receber notificações via e-mail.',
From 1746508369aa0449aaa8fb37c313fb4e1bcdcd13 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:12 +0100
Subject: [PATCH 036/254] New translations cachet.php (Vietnamese)
---
resources/lang/vi-VN/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/vi-VN/cachet.php b/resources/lang/vi-VN/cachet.php
index b69fc8b0..96d1c5c9 100644
--- a/resources/lang/vi-VN/cachet.php
+++ b/resources/lang/vi-VN/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From a9ad4e5e1a59f834cda65b083a301e0d8815eee4 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:13 +0100
Subject: [PATCH 037/254] New translations cachet.php (Spanish)
---
resources/lang/es-ES/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php
index 2305975a..d4e91bbc 100644
--- a/resources/lang/es-ES/cachet.php
+++ b/resources/lang/es-ES/cachet.php
@@ -92,6 +92,7 @@ return [
'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.',
+ '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.',
From fa2fb38b715ea33bdbedf7aa40b6d1891555339f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:14 +0100
Subject: [PATCH 038/254] New translations forms.php (Vietnamese)
---
resources/lang/vi-VN/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 66f8901d52be87da6c80ef3730c53752fc2a5034 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:16 +0100
Subject: [PATCH 039/254] New translations cachet.php (Ukrainian)
---
resources/lang/uk-UA/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/uk-UA/cachet.php b/resources/lang/uk-UA/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/uk-UA/cachet.php
+++ b/resources/lang/uk-UA/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From daaacd65fe16f9cd8541c79297f8015c9358abc0 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:18 +0100
Subject: [PATCH 040/254] New translations forms.php (Ukrainian)
---
resources/lang/uk-UA/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From c27e294bb070fbe90bbe672fb637754756814751 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:24 +0100
Subject: [PATCH 041/254] New translations cachet.php (Zulu)
---
resources/lang/zu-ZA/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/zu-ZA/cachet.php b/resources/lang/zu-ZA/cachet.php
index 3817612c..c4d03a4b 100644
--- a/resources/lang/zu-ZA/cachet.php
+++ b/resources/lang/zu-ZA/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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',
From 4144a428691482ffda18f5838a8f35121c2f9427 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:25 +0100
Subject: [PATCH 042/254] New translations forms.php (Zulu)
---
resources/lang/zu-ZA/forms.php | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
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',
From 634777db3ea56d995fa96cc388b248d9fca336a6 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:29 +0100
Subject: [PATCH 043/254] New translations forms.php (Spanish)
---
resources/lang/es-ES/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 59c25e87ab001c4f6dcb4653a93c04fcd92399c5 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:32 +0100
Subject: [PATCH 044/254] New translations cachet.php (Swedish)
---
resources/lang/sv-SE/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php
index e0ec12a8..7b9a2466 100644
--- a/resources/lang/sv-SE/cachet.php
+++ b/resources/lang/sv-SE/cachet.php
@@ -92,6 +92,7 @@ return [
'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.',
+ '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.',
From 14943057e65402d950c21c96a435ab5696137244 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:35 +0100
Subject: [PATCH 045/254] New translations forms.php (Swedish)
---
resources/lang/sv-SE/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 010670e2896f04052ef4443b821022cc9be3c82b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:38 +0100
Subject: [PATCH 046/254] New translations cachet.php (Thai)
---
resources/lang/th-TH/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/th-TH/cachet.php b/resources/lang/th-TH/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/th-TH/cachet.php
+++ b/resources/lang/th-TH/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 909ecc35f4481cf51dc4811d9796aa2b03d8d406 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:40 +0100
Subject: [PATCH 047/254] New translations forms.php (Thai)
---
resources/lang/th-TH/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 1abcff52860aa1d2f5f4375ce22548fa630aee80 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:43 +0100
Subject: [PATCH 048/254] New translations cachet.php (Turkish)
---
resources/lang/tr-TR/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/tr-TR/cachet.php b/resources/lang/tr-TR/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/tr-TR/cachet.php
+++ b/resources/lang/tr-TR/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From d60269c70a30bda26abf0bd029100ae3eb185cdc Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:45 +0100
Subject: [PATCH 049/254] New translations forms.php (Persian)
---
resources/lang/fa-IR/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 7a3e819f788617efa6407981a4a9849e8f6b5e93 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:46 +0100
Subject: [PATCH 050/254] New translations cachet.php (Persian)
---
resources/lang/fa-IR/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/fa-IR/cachet.php b/resources/lang/fa-IR/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/fa-IR/cachet.php
+++ b/resources/lang/fa-IR/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From fbf9dff47e2dba3da4f61e62a40c6e62c076c97f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:48 +0100
Subject: [PATCH 051/254] New translations forms.php (Greek)
---
resources/lang/el-GR/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From a30666d50eab99edfb1003d49236903abe05378a Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:50 +0100
Subject: [PATCH 052/254] New translations cachet.php (German)
---
resources/lang/de-DE/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php
index c64afe57..3f96a6dd 100644
--- a/resources/lang/de-DE/cachet.php
+++ b/resources/lang/de-DE/cachet.php
@@ -92,6 +92,7 @@ return [
'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.',
+ '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.',
From a68f8f1a0e915d02ccb28e55897ac1b2c744de77 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:52 +0100
Subject: [PATCH 053/254] New translations forms.php (German)
---
resources/lang/de-DE/forms.php | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
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',
From e78a89e2320890816b9147e8dd5e10ac95c094c9 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:55 +0100
Subject: [PATCH 054/254] New translations cachet.php (Greek)
---
resources/lang/el-GR/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/el-GR/cachet.php b/resources/lang/el-GR/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/el-GR/cachet.php
+++ b/resources/lang/el-GR/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 77bde7ac0d4a8fc5dd6fd93f197d635a8c4d8695 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:12:59 +0100
Subject: [PATCH 055/254] New translations cachet.php (Hebrew)
---
resources/lang/he-IL/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/he-IL/cachet.php b/resources/lang/he-IL/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/he-IL/cachet.php
+++ b/resources/lang/he-IL/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 7fab08e1f7f1e30f8629588bcc638ecb6b4ba0c2 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:02 +0100
Subject: [PATCH 056/254] New translations forms.php (Hebrew)
---
resources/lang/he-IL/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 40e3c6ba1b9bfee433ef9aa8fe8fe63f78283da7 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:05 +0100
Subject: [PATCH 057/254] New translations cachet.php (Hungarian)
---
resources/lang/hu-HU/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/hu-HU/cachet.php b/resources/lang/hu-HU/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/hu-HU/cachet.php
+++ b/resources/lang/hu-HU/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 33847a3c4909affc4620af2b0a6c00fff2f3069a Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:08 +0100
Subject: [PATCH 058/254] New translations cachet.php (Estonian)
---
resources/lang/et-EE/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/et-EE/cachet.php b/resources/lang/et-EE/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/et-EE/cachet.php
+++ b/resources/lang/et-EE/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 8285e4a5048b2ff6adfdacc57ebb87094570ec75 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:10 +0100
Subject: [PATCH 059/254] New translations forms.php (Estonian)
---
resources/lang/et-EE/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 7a50e5d769101930c4d0048fda38197a05c7ebd7 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:13 +0100
Subject: [PATCH 060/254] New translations cachet.php (Finnish)
---
resources/lang/fi-FI/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/fi-FI/cachet.php b/resources/lang/fi-FI/cachet.php
index 3908057a..457d0062 100644
--- a/resources/lang/fi-FI/cachet.php
+++ b/resources/lang/fi-FI/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From e88538da80452e81971100d190db5a7e64168e49 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:16 +0100
Subject: [PATCH 061/254] New translations forms.php (Finnish)
---
resources/lang/fi-FI/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From ff25184e51d37ebf1ba404a86c71f858a8327496 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:18 +0100
Subject: [PATCH 062/254] New translations cachet.php (French)
---
resources/lang/fr-FR/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php
index cf6964f6..f7972029 100644
--- a/resources/lang/fr-FR/cachet.php
+++ b/resources/lang/fr-FR/cachet.php
@@ -92,6 +92,7 @@ return [
'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.',
+ '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.',
From 8224b73c0139d54cf040f56e2a7c3f10d1683a87 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:21 +0100
Subject: [PATCH 063/254] New translations forms.php (French)
---
resources/lang/fr-FR/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 1c9e478fdc26f29fb4064e32245857dcd3175a07 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:24 +0100
Subject: [PATCH 064/254] New translations forms.php (Mongolian)
---
resources/lang/mn-MN/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From d7637c4d4c0fbb57b5f9da407f11b840e28940ba Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:25 +0100
Subject: [PATCH 065/254] New translations cachet.php (Korean)
---
resources/lang/ko-KR/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/ko-KR/cachet.php b/resources/lang/ko-KR/cachet.php
index 8c86d81a..715e604a 100644
--- a/resources/lang/ko-KR/cachet.php
+++ b/resources/lang/ko-KR/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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' => '이메일 구독 취소',
From bf1e4f89e750e1f9cd4fd36b2f61da498fe9adaa Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:28 +0100
Subject: [PATCH 066/254] New translations forms.php (Korean)
---
resources/lang/ko-KR/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 13830a1cdd763aaf126de77b332963ed529b2670 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:30 +0100
Subject: [PATCH 067/254] New translations cachet.php (Mongolian)
---
resources/lang/mn-MN/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/mn-MN/cachet.php b/resources/lang/mn-MN/cachet.php
index 0efae29c..d08577d5 100644
--- a/resources/lang/mn-MN/cachet.php
+++ b/resources/lang/mn-MN/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From e1a446127da2df160ac837a502d03739f8258f2c Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:34 +0100
Subject: [PATCH 068/254] New translations cachet.php (Norwegian)
---
resources/lang/no-NO/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/no-NO/cachet.php b/resources/lang/no-NO/cachet.php
index 4618f6c7..642b17ed 100644
--- a/resources/lang/no-NO/cachet.php
+++ b/resources/lang/no-NO/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 1cd44aaa665e7dd500f945e559be462f5bfa93f5 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:37 +0100
Subject: [PATCH 069/254] New translations forms.php (Norwegian)
---
resources/lang/no-NO/forms.php | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
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',
From c0b737ef429ba1c2c4c20826cbf109dced19b994 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:40 +0100
Subject: [PATCH 070/254] New translations forms.php (Hungarian)
---
resources/lang/hu-HU/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From af6f54858ed406e07e9b582f6aebd5c225cb53e4 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:43 +0100
Subject: [PATCH 071/254] New translations cachet.php (Indonesian)
---
resources/lang/id-ID/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php
index 80b97f83..e3966bd1 100644
--- a/resources/lang/id-ID/cachet.php
+++ b/resources/lang/id-ID/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 1ba2fd8b8efb3b5e6e3b24a793183b4d31e2ca2c Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:45 +0100
Subject: [PATCH 072/254] New translations forms.php (Indonesian)
---
resources/lang/id-ID/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 2f25c411cdccb0ae4d8613ef9ca352c700439b70 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:48 +0100
Subject: [PATCH 073/254] New translations cachet.php (Italian)
---
resources/lang/it-IT/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php
index 54dee3ce..83355706 100644
--- a/resources/lang/it-IT/cachet.php
+++ b/resources/lang/it-IT/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From f5ddf8f9a470b7bf768d4ba1c529f39a43dcf287 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:50 +0100
Subject: [PATCH 074/254] New translations forms.php (Turkish)
---
resources/lang/tr-TR/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From a37b20954cd0ef4493aedad5567fbb18f7ebcb5c Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:51 +0100
Subject: [PATCH 075/254] New translations forms.php (Italian)
---
resources/lang/it-IT/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From a2407aedb6b6e4be0141ab56726414c6216af128 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:54 +0100
Subject: [PATCH 076/254] New translations cachet.php (Japanese)
---
resources/lang/ja-JP/cachet.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php
index cc731f83..703c5a54 100644
--- a/resources/lang/ja-JP/cachet.php
+++ b/resources/lang/ja-JP/cachet.php
@@ -92,6 +92,7 @@ return [
'email' => [
'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.',
From 4532df34440f8c2339d9dceac836aaa2f449ebda Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Thu, 11 Jul 2019 13:13:56 +0100
Subject: [PATCH 077/254] New translations forms.php (Japanese)
---
resources/lang/ja-JP/forms.php | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
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',
From 9114905550d827b68fddb11d01396ab46853e065 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:32 +0100
Subject: [PATCH 078/254] New translations cachet.php (German)
---
resources/lang/de-DE/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php
index 3f96a6dd..efbc9155 100644
--- a/resources/lang/de-DE/cachet.php
+++ b/resources/lang/de-DE/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From c6e3f3eedc748ad3d34107a69c1fbd14760b052d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:34 +0100
Subject: [PATCH 079/254] New translations notifications.php (French)
---
resources/lang/fr-FR/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/resources/lang/fr-FR/notifications.php b/resources/lang/fr-FR/notifications.php
index 6a65c6bd..4d98ec75 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' => 'Manage subscription',
+ ],
+ ],
],
'system' => [
'test' => [
From 36af9ff1ac2eef8db7da4c4a71b93c30786892d8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:39 +0100
Subject: [PATCH 080/254] New translations cachet.php (French)
---
resources/lang/fr-FR/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php
index f7972029..9ec13211 100644
--- a/resources/lang/fr-FR/cachet.php
+++ b/resources/lang/fr-FR/cachet.php
@@ -90,15 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :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.',
- '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.',
+ '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.',
],
],
From 1b87156ceaf3119551cf46f3355125a223eba017 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:40 +0100
Subject: [PATCH 081/254] New translations notifications.php (Finnish)
---
resources/lang/fi-FI/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 365a28df120bfc3320236e78572e9ca19012824d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:43 +0100
Subject: [PATCH 082/254] New translations cachet.php (Finnish)
---
resources/lang/fi-FI/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/fi-FI/cachet.php b/resources/lang/fi-FI/cachet.php
index 457d0062..76bbbce5 100644
--- a/resources/lang/fi-FI/cachet.php
+++ b/resources/lang/fi-FI/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 59108e77000f15824f9749d9236f00a11781e0fb Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:44 +0100
Subject: [PATCH 083/254] New translations notifications.php (Estonian)
---
resources/lang/et-EE/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 534a31c86880821b71dc52653950b668ef13d711 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:48 +0100
Subject: [PATCH 084/254] New translations cachet.php (Estonian)
---
resources/lang/et-EE/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/et-EE/cachet.php b/resources/lang/et-EE/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/et-EE/cachet.php
+++ b/resources/lang/et-EE/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From d2fc6bcbd84da7f6edf2d67c422d49043462d65c Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:49 +0100
Subject: [PATCH 085/254] New translations notifications.php (English)
---
resources/lang/en-US/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 4c3a5abdd034e5d70b6ab0ad36fcb2b35b125441 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:53 +0100
Subject: [PATCH 086/254] New translations cachet.php (English)
---
resources/lang/en-US/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/en-US/cachet.php b/resources/lang/en-US/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/en-US/cachet.php
+++ b/resources/lang/en-US/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 8ca680f36374c6ef23a509973c7ea07d371dd1df Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:55 +0100
Subject: [PATCH 087/254] New translations cachet.php (Italian)
---
resources/lang/it-IT/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php
index 83355706..5a0aa4c4 100644
--- a/resources/lang/it-IT/cachet.php
+++ b/resources/lang/it-IT/cachet.php
@@ -90,15 +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',
- '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.',
+ '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.',
],
],
From 47d980b1769889bcae67d769073b9ca65cf26aa8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:20:56 +0100
Subject: [PATCH 088/254] New translations notifications.php (Indonesian)
---
resources/lang/id-ID/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From e336bc719e1eab04cd888fd0ed05db1bffc336f1 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:00 +0100
Subject: [PATCH 089/254] New translations cachet.php (Indonesian)
---
resources/lang/id-ID/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php
index e3966bd1..3022b3b7 100644
--- a/resources/lang/id-ID/cachet.php
+++ b/resources/lang/id-ID/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 5e5ced2f61563cf08b951232c226a658b9abd97d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:01 +0100
Subject: [PATCH 090/254] New translations notifications.php (Hungarian)
---
resources/lang/hu-HU/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 8b52e1dba8960ba7840c393c836ecc33fb79ece4 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:04 +0100
Subject: [PATCH 091/254] New translations cachet.php (Hungarian)
---
resources/lang/hu-HU/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/hu-HU/cachet.php b/resources/lang/hu-HU/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/hu-HU/cachet.php
+++ b/resources/lang/hu-HU/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 07eaeb788a7e251a7e374ea4193aa38afc253728 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:05 +0100
Subject: [PATCH 092/254] New translations notifications.php (German)
---
resources/lang/de-DE/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 409d1231de48c542bb8da88a61aa55340e8b28c1 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:06 +0100
Subject: [PATCH 093/254] New translations notifications.php (Hebrew)
---
resources/lang/he-IL/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From fbb5e857c15c3d0fb92586c1645a499cd60c7b94 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:10 +0100
Subject: [PATCH 094/254] New translations cachet.php (Hebrew)
---
resources/lang/he-IL/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/he-IL/cachet.php b/resources/lang/he-IL/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/he-IL/cachet.php
+++ b/resources/lang/he-IL/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 641d178bff749bdecda6a048f6b45ecb7c3b18e2 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:12 +0100
Subject: [PATCH 095/254] New translations notifications.php (Greek)
---
resources/lang/el-GR/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 66dd548aa9d6feee234bbf578157625249f0bbbd Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:15 +0100
Subject: [PATCH 096/254] New translations cachet.php (Greek)
---
resources/lang/el-GR/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/el-GR/cachet.php b/resources/lang/el-GR/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/el-GR/cachet.php
+++ b/resources/lang/el-GR/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 556e61cc35ad1a6b9aac327a040efcd1178e20ef Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:17 +0100
Subject: [PATCH 097/254] New translations notifications.php (Dutch)
---
resources/lang/nl-NL/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 87aeb32203a3d4a45f3a6b31afa6b88158458216 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:21 +0100
Subject: [PATCH 098/254] New translations cachet.php (Catalan)
---
resources/lang/ca-ES/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/ca-ES/cachet.php b/resources/lang/ca-ES/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/ca-ES/cachet.php
+++ b/resources/lang/ca-ES/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 66a0d76f59f45d0348d9c419bda9fb8f8ba2a8d7 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:23 +0100
Subject: [PATCH 099/254] New translations notifications.php (Arabic)
---
resources/lang/ar-SA/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 662d8437ada327b55bf259c8382e8340b58d10d8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:26 +0100
Subject: [PATCH 100/254] New translations cachet.php (Arabic)
---
resources/lang/ar-SA/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php
index 5272a95c..77b1043a 100644
--- a/resources/lang/ar-SA/cachet.php
+++ b/resources/lang/ar-SA/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 3674c5f7a32796dc0c69283fc1d48140f96aa4ce Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:27 +0100
Subject: [PATCH 101/254] New translations notifications.php (Albanian)
---
resources/lang/sq-AL/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 3533d5247bf6683ea620538a9a88b67f336e0dc6 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:28 +0100
Subject: [PATCH 102/254] New translations cachet.php (Chinese Simplified)
---
resources/lang/zh-CN/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php
index b404abca..10c553da 100644
--- a/resources/lang/zh-CN/cachet.php
+++ b/resources/lang/zh-CN/cachet.php
@@ -90,15 +90,16 @@ return [
'manage_at_link' => '在 :link 管理你的订阅',
],
'email' => [
- 'subscribe' => '订阅电子邮件更新。',
- 'subscribed' => '您已经订阅电子邮件通知,请检查您的电子邮件进行确认。',
- 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
- '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' => '您已经订阅电子邮件通知,请检查您的电子邮件进行确认。',
+ 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'verified' => '您的电子邮件订阅已确认。谢谢!',
+ 'manage' => '管理您的订阅',
+ 'unsubscribe' => '取消电子邮件订阅。',
+ 'unsubscribed' => '您的电子邮件订阅已被取消。',
+ 'failure' => '邮件订阅失败。',
+ 'already-subscribed' => '无法订阅,因为这个邮箱地址 ( :email ) 已经在订阅列表中了。',
],
],
From 484ef277d3faaf40b31467a2ffba483be6d912b7 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:31 +0100
Subject: [PATCH 103/254] New translations cachet.php (Albanian)
---
resources/lang/sq-AL/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/sq-AL/cachet.php b/resources/lang/sq-AL/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/sq-AL/cachet.php
+++ b/resources/lang/sq-AL/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From e227f9ec28276a3701ac9ce6599fe342b1c8e3a7 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:32 +0100
Subject: [PATCH 104/254] New translations notifications.php (Afrikaans)
---
resources/lang/af-ZA/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From e76a9d1cf828c84e1d281e77fead10304ad7ee84 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:36 +0100
Subject: [PATCH 105/254] New translations cachet.php (Afrikaans)
---
resources/lang/af-ZA/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/af-ZA/cachet.php b/resources/lang/af-ZA/cachet.php
index 8bc41f2e..c1fbab84 100644
--- a/resources/lang/af-ZA/cachet.php
+++ b/resources/lang/af-ZA/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From a5e74123be8a13cfbbd72b7b56e54076b8991862 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:37 +0100
Subject: [PATCH 106/254] New translations cachet.php (Chinese Traditional)
---
resources/lang/zh-TW/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php
index 5379ce26..457ea32c 100644
--- a/resources/lang/zh-TW/cachet.php
+++ b/resources/lang/zh-TW/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From cac3ca650ff8b4727728ec01207f7ca2741771c3 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:39 +0100
Subject: [PATCH 107/254] New translations notifications.php (Catalan)
---
resources/lang/ca-ES/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 1c64f898125e10b1ca5402fe27c8ff87a61b2d3f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:45 +0100
Subject: [PATCH 108/254] New translations cachet.php (Dutch)
---
resources/lang/nl-NL/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php
index bfdf98ad..1cf6eb27 100644
--- a/resources/lang/nl-NL/cachet.php
+++ b/resources/lang/nl-NL/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 9e966096ba887206f9a1da3699ea199c093461fc Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:46 +0100
Subject: [PATCH 109/254] New translations notifications.php (Danish)
---
resources/lang/da-DK/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 064f8223df3509875f11ab509527f48ac72ac9ba Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:50 +0100
Subject: [PATCH 110/254] New translations cachet.php (Danish)
---
resources/lang/da-DK/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php
index c09d1e2d..34a6536a 100644
--- a/resources/lang/da-DK/cachet.php
+++ b/resources/lang/da-DK/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From e33f2591e4691468c275d0b63ea5e148ef0009c4 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:52 +0100
Subject: [PATCH 111/254] New translations notifications.php (Czech)
---
resources/lang/cs-CZ/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/resources/lang/cs-CZ/notifications.php b/resources/lang/cs-CZ/notifications.php
index 6a65c6bd..4d98ec75 100644
--- a/resources/lang/cs-CZ/notifications.php
+++ b/resources/lang/cs-CZ/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' => [
From 0bb60e62db0c7d4ab369826d38ab84044430f9aa Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:55 +0100
Subject: [PATCH 112/254] New translations notifications.php (Chinese
Simplified)
---
resources/lang/zh-CN/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/resources/lang/zh-CN/notifications.php b/resources/lang/zh-CN/notifications.php
index dc58fe26..4f70731d 100644
--- a/resources/lang/zh-CN/notifications.php
+++ b/resources/lang/zh-CN/notifications.php
@@ -85,6 +85,14 @@ return [
'action' => '验证',
],
],
+ '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' => [
From 1c0b540fd0594782918a38bf657eba73f3ab1c76 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:21:58 +0100
Subject: [PATCH 113/254] New translations notifications.php (Chinese
Traditional)
---
resources/lang/zh-TW/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 0c71f5433aea1ab01829a4768588c55215c1f52f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:00 +0100
Subject: [PATCH 114/254] New translations cachet.php (Czech)
---
resources/lang/cs-CZ/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php
index f0712cee..fbf702a3 100644
--- a/resources/lang/cs-CZ/cachet.php
+++ b/resources/lang/cs-CZ/cachet.php
@@ -90,15 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- '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' => 'You\'ve succesfully updated your subscriptions.',
- '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.',
+ 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ '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' => 'You\'ve succesfully updated your subscriptions.',
+ '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.',
],
],
From 75605b7df66ea9f3ba608182c78fa002e77e588d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:04 +0100
Subject: [PATCH 115/254] New translations cachet.php (Spanish)
---
resources/lang/es-ES/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php
index d4e91bbc..0e02a5de 100644
--- a/resources/lang/es-ES/cachet.php
+++ b/resources/lang/es-ES/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From e083541539eaf14d8dae9868e83b2c7fccde9b80 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:06 +0100
Subject: [PATCH 116/254] New translations notifications.php (Spanish)
---
resources/lang/es-ES/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 151dbd6d076396a1ccaedd1bfe683babb92e2c5d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:07 +0100
Subject: [PATCH 117/254] New translations cachet.php (Swedish)
---
resources/lang/sv-SE/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php
index 7b9a2466..e22854f8 100644
--- a/resources/lang/sv-SE/cachet.php
+++ b/resources/lang/sv-SE/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From b2cf34d54ecb2878d7b2840fcb9d2da4aa18a6aa Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:11 +0100
Subject: [PATCH 118/254] New translations notifications.php (Slovenian)
---
resources/lang/sl-SI/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 1910b2661274e3ccac62c3188684c7de3589bf83 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:15 +0100
Subject: [PATCH 119/254] New translations cachet.php (Slovenian)
---
resources/lang/sl-SI/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/sl-SI/cachet.php b/resources/lang/sl-SI/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/sl-SI/cachet.php
+++ b/resources/lang/sl-SI/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 26bb60a694339762aafd6760229986b7b4783caa Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:16 +0100
Subject: [PATCH 120/254] New translations notifications.php (Russian)
---
resources/lang/ru-RU/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 724ad6733c96e228687cd0cf58fc087cf5ded1d2 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:20 +0100
Subject: [PATCH 121/254] New translations cachet.php (Russian)
---
resources/lang/ru-RU/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/ru-RU/cachet.php b/resources/lang/ru-RU/cachet.php
index daf1cb4f..97ca6dac 100644
--- a/resources/lang/ru-RU/cachet.php
+++ b/resources/lang/ru-RU/cachet.php
@@ -90,15 +90,16 @@ return [
'manage_at_link' => 'Manage your subscriptions at :link',
],
'email' => [
- 'subscribe' => 'Подписка на рассылку об изменениях.',
- 'subscribed' => 'Вы подписались на рассылку email уведомлений. Проверьте вашу почту, чтобы подтвердить подписку.',
- 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
- '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, т.к. на него уже оформлена подписка.',
],
],
From 93364236d56afd2b4d89abf0aa5cd879e52e6e6b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:21 +0100
Subject: [PATCH 122/254] New translations notifications.php (Romanian)
---
resources/lang/ro-RO/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 0ae03349d8a24151154a18dabf83f89b48fb1c03 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:22 +0100
Subject: [PATCH 123/254] New translations notifications.php (Swedish)
---
resources/lang/sv-SE/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From fc33c449f2d23b0b0b211597eda0dc4fad511ba0 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:25 +0100
Subject: [PATCH 124/254] New translations cachet.php (Thai)
---
resources/lang/th-TH/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/th-TH/cachet.php b/resources/lang/th-TH/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/th-TH/cachet.php
+++ b/resources/lang/th-TH/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From d77de734feff1cb65d56ce77fd288a02d8c2232f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:28 +0100
Subject: [PATCH 125/254] New translations cachet.php (Zulu)
---
resources/lang/zu-ZA/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/zu-ZA/cachet.php b/resources/lang/zu-ZA/cachet.php
index c4d03a4b..5a16f960 100644
--- a/resources/lang/zu-ZA/cachet.php
+++ b/resources/lang/zu-ZA/cachet.php
@@ -90,15 +90,16 @@ return [
'manage_at_link' => 'crwdns1432:0crwdne1432:0',
],
'email' => [
- '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',
+ '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',
],
],
From a5528b5709b56cf3c333d5a380759e38cbe0fab2 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:29 +0100
Subject: [PATCH 126/254] New translations notifications.php (Vietnamese)
---
resources/lang/vi-VN/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From e9a75f23d5f0fd4d29ab982733e7d20c11f22a03 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:34 +0100
Subject: [PATCH 127/254] New translations cachet.php (Vietnamese)
---
resources/lang/vi-VN/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/vi-VN/cachet.php b/resources/lang/vi-VN/cachet.php
index 96d1c5c9..152a80e9 100644
--- a/resources/lang/vi-VN/cachet.php
+++ b/resources/lang/vi-VN/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 21c0de312ad7819bef2b2631c48eb34268599149 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:35 +0100
Subject: [PATCH 128/254] New translations notifications.php (Ukrainian)
---
resources/lang/uk-UA/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 5121f0ce7184ea9bea46c596ffb3014564272cd7 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:39 +0100
Subject: [PATCH 129/254] New translations cachet.php (Ukrainian)
---
resources/lang/uk-UA/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/uk-UA/cachet.php b/resources/lang/uk-UA/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/uk-UA/cachet.php
+++ b/resources/lang/uk-UA/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 5d6152889a972ea11138617dca8cb8d5fa78a01f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:42 +0100
Subject: [PATCH 130/254] New translations cachet.php (Turkish)
---
resources/lang/tr-TR/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/tr-TR/cachet.php b/resources/lang/tr-TR/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/tr-TR/cachet.php
+++ b/resources/lang/tr-TR/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 1a60473ac57df8f550ba121aae843e8cddce3ac8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:43 +0100
Subject: [PATCH 131/254] New translations notifications.php (Thai)
---
resources/lang/th-TH/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 60255da8b678eed95e60796160dc891777e9068a Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:49 +0100
Subject: [PATCH 132/254] New translations cachet.php (Norwegian)
---
resources/lang/no-NO/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/no-NO/cachet.php b/resources/lang/no-NO/cachet.php
index 642b17ed..34215acc 100644
--- a/resources/lang/no-NO/cachet.php
+++ b/resources/lang/no-NO/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From f477cca6b513c42f05d2b272024b2574dfda0fc2 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:50 +0100
Subject: [PATCH 133/254] New translations notifications.php (Mongolian)
---
resources/lang/mn-MN/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From c182c71d8b49075b5e158e3e6a94b2df5f432949 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:53 +0100
Subject: [PATCH 134/254] New translations cachet.php (Mongolian)
---
resources/lang/mn-MN/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/mn-MN/cachet.php b/resources/lang/mn-MN/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/mn-MN/cachet.php
+++ b/resources/lang/mn-MN/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From b9b4a02a4ef6134218726a2bfe9898f67e2f87cb Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:54 +0100
Subject: [PATCH 135/254] New translations notifications.php (Korean)
---
resources/lang/ko-KR/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 429ef0e44d3802d4588e96d6a63f9f7d4e5faaae Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:57 +0100
Subject: [PATCH 136/254] New translations cachet.php (Korean)
---
resources/lang/ko-KR/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/ko-KR/cachet.php b/resources/lang/ko-KR/cachet.php
index 715e604a..89e7f10b 100644
--- a/resources/lang/ko-KR/cachet.php
+++ b/resources/lang/ko-KR/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 5ed3162fde2c945ef4b8237a72081792b00c72b9 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:22:59 +0100
Subject: [PATCH 137/254] New translations notifications.php (Japanese)
---
resources/lang/ja-JP/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 271a93e12f0e5f0e6bf289294276b6fd7eb81d9d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:03 +0100
Subject: [PATCH 138/254] New translations cachet.php (Japanese)
---
resources/lang/ja-JP/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php
index 703c5a54..e0a0d0ef 100644
--- a/resources/lang/ja-JP/cachet.php
+++ b/resources/lang/ja-JP/cachet.php
@@ -90,15 +90,16 @@ return [
'manage_at_link' => '購読の管理',
],
'email' => [
- '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 の購読ができません。',
+ '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 の購読ができません。',
],
],
From 1c23252e5d91784ebbfaa0ff4fc401b2190a9cf3 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:04 +0100
Subject: [PATCH 139/254] New translations notifications.php (Italian)
---
resources/lang/it-IT/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 4e6946fa82dde2e28a65bfca142b9a1fa9d9f203 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:08 +0100
Subject: [PATCH 140/254] New translations notifications.php (Turkish)
---
resources/lang/tr-TR/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 30ecd8a7914433126d09bde492016dbdabea1128 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:10 +0100
Subject: [PATCH 141/254] New translations cachet.php (Romanian)
---
resources/lang/ro-RO/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/ro-RO/cachet.php b/resources/lang/ro-RO/cachet.php
index dabe4dba..07939e84 100644
--- a/resources/lang/ro-RO/cachet.php
+++ b/resources/lang/ro-RO/cachet.php
@@ -90,15 +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.',
- '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ă.',
+ '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ă.',
],
],
From 73998c72950d17554070d065f27c6f84eed5fe11 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:11 +0100
Subject: [PATCH 142/254] New translations notifications.php (Polish)
---
resources/lang/pl-PL/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 9f6073d29dc0309d2feb3ab9c0f2c8e7421ef43c Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:12 +0100
Subject: [PATCH 143/254] New translations notifications.php (Portuguese,
Brazilian)
---
resources/lang/pt-BR/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/resources/lang/pt-BR/notifications.php b/resources/lang/pt-BR/notifications.php
index 6a65c6bd..e74f1da1 100644
--- a/resources/lang/pt-BR/notifications.php
+++ b/resources/lang/pt-BR/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' => 'Gerenciar inscrição',
+ ],
+ ],
],
'system' => [
'test' => [
From 0cd4363d6e967cde6462bc4f92edec844065f372 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:16 +0100
Subject: [PATCH 144/254] New translations cachet.php (Portuguese, Brazilian)
---
resources/lang/pt-BR/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php
index 1ae18446..db6632d7 100644
--- a/resources/lang/pt-BR/cachet.php
+++ b/resources/lang/pt-BR/cachet.php
@@ -90,15 +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.',
- 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
- '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' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ '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' => 'You\'ve succesfully updated your subscriptions.',
+ '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.',
],
],
From 7a2b95bd3526de0b5208101181a24def3356ff65 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:17 +0100
Subject: [PATCH 145/254] New translations notifications.php (Portuguese)
---
resources/lang/pt-PT/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 9aff530cc84f9835fcd0a53d44d8327a6f75413b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:21 +0100
Subject: [PATCH 146/254] New translations cachet.php (Portuguese)
---
resources/lang/pt-PT/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php
index d4b8f91a..1d4d2e64 100644
--- a/resources/lang/pt-PT/cachet.php
+++ b/resources/lang/pt-PT/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 1c5233a9623e19ade32ab47b8d14a65479a2a194 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:24 +0100
Subject: [PATCH 147/254] New translations cachet.php (Polish)
---
resources/lang/pl-PL/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php
index 26ed58b4..5019704e 100644
--- a/resources/lang/pl-PL/cachet.php
+++ b/resources/lang/pl-PL/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From 4302bcfa35d23b099e073c9f7831c68962bf2b6a Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:25 +0100
Subject: [PATCH 148/254] New translations notifications.php (Persian)
---
resources/lang/fa-IR/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From 17b8fdf43a33a5c1cbfffd5d2159c7682acd3498 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:30 +0100
Subject: [PATCH 149/254] New translations cachet.php (Persian)
---
resources/lang/fa-IR/cachet.php | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/resources/lang/fa-IR/cachet.php b/resources/lang/fa-IR/cachet.php
index d08577d5..b15c7ad7 100644
--- a/resources/lang/fa-IR/cachet.php
+++ b/resources/lang/fa-IR/cachet.php
@@ -90,15 +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.',
- '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.',
+ '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.',
],
],
From c9db3a996d6c6bda8e5715f328945e10a6ab35ac Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:31 +0100
Subject: [PATCH 150/254] New translations notifications.php (Norwegian)
---
resources/lang/no-NO/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From e94522aeb82ab8dc9cd1e252ab0574bb5c3a2170 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 13 Jul 2019 09:23:32 +0100
Subject: [PATCH 151/254] New translations notifications.php (Zulu)
---
resources/lang/zu-ZA/notifications.php | 8 ++++++++
1 file changed, 8 insertions(+)
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' => [
From bbb0661e146f5beb1989f9a1fd96c701a86515df Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 00:20:15 +0100
Subject: [PATCH 152/254] New translations forms.php (Portuguese, Brazilian)
---
resources/lang/pt-BR/forms.php | 62 +++++++++++++++++-----------------
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php
index 7b59bd76..3acdee3b 100644
--- a/resources/lang/pt-BR/forms.php
+++ b/resources/lang/pt-BR/forms.php
@@ -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' => [
@@ -74,7 +74,7 @@ return [
'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?',
+ '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,17 +153,17 @@ 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)',
+ 'time_before_refresh' => 'Frequência de atualização da página de status (em segundos)',
'major_outage_rate' => 'Major outage threshold (in %)',
'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)',
+ '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',
@@ -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,12 @@ 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' => [
@@ -246,7 +246,7 @@ return [
'remove' => 'Remover',
'invite' => 'Convite',
'signup' => 'Cadastrar-se',
- 'manage_updates' => 'Manage Updates',
+ 'manage_updates' => 'Gerenciar atualizações',
// Other
'optional' => '* Opcional',
From c0099ca48f6eedcb9a90ebb786251e8a74c343cb Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 00:30:15 +0100
Subject: [PATCH 153/254] New translations forms.php (Portuguese, Brazilian)
---
resources/lang/pt-BR/forms.php | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php
index 3acdee3b..b3651bdd 100644
--- a/resources/lang/pt-BR/forms.php
+++ b/resources/lang/pt-BR/forms.php
@@ -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
@@ -73,7 +73,7 @@ return [
'status' => 'Status',
'message' => 'Mensagem',
'message-help' => 'Você também pode usar o Markdown.',
- 'scheduled_at' => 'When is this maintenance scheduled for?',
+ 'scheduled_at' => 'Esta manutenção foi programada para quando?',
'completed_at' => 'Quando esta manutenção foi concluída?',
'templates' => [
'name' => 'Nome',
@@ -154,11 +154,11 @@ return [
'about-this-page' => 'Sobre esta página',
'days-of-incidents' => 'Quantos dias de incidentes para mostrar?',
'time_before_refresh' => 'Frequência de atualização da página de status (em segundos)',
- 'major_outage_rate' => 'Major outage threshold (in %)',
+ 'major_outage_rate' => 'Limite de indisponibilidade (em %)',
'banner' => 'Imagem do banner',
'banner-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?',
+ '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' => 'Ativar dependências de terceiros (Google Fonts, Trackers, etc...)',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Código do Google Analytics',
'analytics_gosquared' => 'Código do GoSquared Analytics',
- 'analytics_piwik_url' => 'URL of your Piwik instance',
+ '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',
From d725b08190d251662fad9e324ea31bdfe3cc02a9 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 00:30:17 +0100
Subject: [PATCH 154/254] New translations notifications.php (Portuguese,
Brazilian)
---
resources/lang/pt-BR/notifications.php | 64 +++++++++++++-------------
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a/resources/lang/pt-BR/notifications.php b/resources/lang/pt-BR/notifications.php
index e74f1da1..e96298ce 100644
--- a/resources/lang/pt-BR/notifications.php
+++ b/resources/lang/pt-BR/notifications.php
@@ -13,42 +13,42 @@ 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',
+ 'subject' => 'Incidente Atualizado',
+ 'content' => ':name foi atualizado',
'title' => ':name was updated to :new_status',
- 'action' => 'View',
+ 'action' => 'Visualizar',
],
'slack' => [
'title' => ':name Updated',
@@ -65,10 +65,10 @@ return [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
- 'action' => 'View',
+ 'action' => 'Visualizar',
],
'slack' => [
- 'title' => 'New Schedule Created!',
+ 'title' => 'Novo Agendamento Criado!',
'content' => ':name was scheduled for :date',
],
'sms' => [
@@ -79,17 +79,17 @@ return [
'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' => '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.',
+ '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',
],
],
@@ -97,8 +97,8 @@ return [
'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' => '🔔',
],
],
@@ -106,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',
],
],
],
From d5250be2b7adfc669f48149e9ca4a1156513e792 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 00:40:14 +0100
Subject: [PATCH 155/254] New translations cachet.php (Portuguese, Brazilian)
---
resources/lang/pt-BR/cachet.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php
index db6632d7..0c6f7925 100644
--- a/resources/lang/pt-BR/cachet.php
+++ b/resources/lang/pt-BR/cachet.php
@@ -90,10 +90,10 @@ return [
'manage_at_link' => 'Gerencie suas inscrições aqui :link',
],
'email' => [
- 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ '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' => 'You\'ve succesfully updated your subscriptions.',
+ '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.',
From b9820a36561f1e08920ede395595b855ea2e6329 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 00:40:16 +0100
Subject: [PATCH 156/254] New translations forms.php (Portuguese, Brazilian)
---
resources/lang/pt-BR/forms.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php
index b3651bdd..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',
@@ -230,8 +230,8 @@ return [
],
'seo' => [
- 'title' => 'SEO Title',
- 'description' => 'SEO Description',
+ 'title' => 'Título para SEO',
+ 'description' => 'Descrição para SEO',
],
// Buttons
From a7d933f6f2d0759352633b19e70d4587b1575741 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 00:40:17 +0100
Subject: [PATCH 157/254] New translations validation.php (Portuguese,
Brazilian)
---
resources/lang/pt-BR/validation.php | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
index 01313bfe..c71d9703 100644
--- a/resources/lang/pt-BR/validation.php
+++ b/resources/lang/pt-BR/validation.php
@@ -44,17 +44,17 @@ 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.',
+ 'numeric' => 'O campo :attribute não deve ser maior que :max.',
'file' => 'The :attribute may not be greater than :max kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.',
'array' => 'A: atributo não pode ter mais de que :max itens.',
@@ -66,11 +66,11 @@ return [
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
],
- 'not_in' => 'The selected :attribute is invalid.',
+ 'not_in' => 'O campo :attribute é inválido.',
'numeric' => 'The :attribute must be a number.',
'present' => 'O campo :attribute deve estar presente.',
'regex' => 'O formato de :attribute é inválido.',
- 'required' => 'The :attribute field is required.',
+ 'required' => 'O campo :attribute é obrigatório.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_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.',
From 0caf225172ce4fb43f65836dca2bff54a1a09953 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 00:40:18 +0100
Subject: [PATCH 158/254] New translations notifications.php (Portuguese,
Brazilian)
---
resources/lang/pt-BR/notifications.php | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/resources/lang/pt-BR/notifications.php b/resources/lang/pt-BR/notifications.php
index e96298ce..a4fb2098 100644
--- a/resources/lang/pt-BR/notifications.php
+++ b/resources/lang/pt-BR/notifications.php
@@ -47,32 +47,32 @@ return [
'mail' => [
'subject' => 'Incidente Atualizado',
'content' => ':name foi atualizado',
- 'title' => ':name was updated to :new_status',
+ '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.',
+ 'subject' => 'Novo Agendamento Criado',
+ 'content' => ':name foi agendado para :date',
+ 'title' => 'Uma nova manutenção agendada foi criada.',
'action' => 'Visualizar',
],
'slack' => [
'title' => 'Novo Agendamento Criado!',
- 'content' => ':name was scheduled for :date',
+ 'content' => ':name foi agendado para :date',
],
'sms' => [
- 'content' => ':name was scheduled for :date',
+ 'content' => ':name foi agendado para :date',
],
],
],
From 45fd71c193271407390803c74056bef5ab5d4633 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 14 Jul 2019 00:50:15 +0100
Subject: [PATCH 159/254] New translations validation.php (Portuguese,
Brazilian)
---
resources/lang/pt-BR/validation.php | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
index c71d9703..37dfb385 100644
--- a/resources/lang/pt-BR/validation.php
+++ b/resources/lang/pt-BR/validation.php
@@ -55,34 +55,34 @@ return [
'json' => 'O :attribute tem que ser uma string JSON válida.',
'max' => [
'numeric' => 'O campo :attribute não deve ser maior que :max.',
- 'file' => 'The :attribute may not be greater than :max kilobytes.',
- 'string' => 'The :attribute may not be greater than :max characters.',
+ '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' => 'O campo :attribute é inválido.',
- 'numeric' => 'The :attribute must be a number.',
+ 'numeric' => 'O campo :attribute deve ser um número.',
'present' => 'O campo :attribute deve estar presente.',
'regex' => 'O formato de :attribute é inválido.',
'required' => 'O campo :attribute é obrigatório.',
- 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_if' => 'O campo :attribute é obrigatório quando :other é :value.',
'required_unless' => 'O campo :attribute é obrigatório a não ser que :other esteja entre :values.',
'required_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.',
From e050014a41299b4e551c132495a7dceb14c4d36e Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:31 +0000
Subject: [PATCH 160/254] New translations cachet.php (Portuguese)
---
resources/lang/pt-PT/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php
index 1d4d2e64..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',
From 59107a47a61e16273c23d7b738723388dc234ff2 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:34 +0000
Subject: [PATCH 161/254] New translations cachet.php (Polish)
---
resources/lang/pl-PL/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php
index 5019704e..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',
From 88aac479fe3baebfce5c9f36f437128eacf50c57 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:35 +0000
Subject: [PATCH 162/254] New translations dashboard.php (Polish)
---
resources/lang/pl-PL/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From f68fc29c581d444e8e110f4c5d2ceabdc18a9d3d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:38 +0000
Subject: [PATCH 163/254] New translations dashboard.php (Portuguese)
---
resources/lang/pt-PT/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 8ce6fe29ff05cf670dc3340d38b4cf39550a07a4 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:39 +0000
Subject: [PATCH 164/254] New translations cachet.php (Persian)
---
resources/lang/fa-IR/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/fa-IR/cachet.php b/resources/lang/fa-IR/cachet.php
index b15c7ad7..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',
From 33e246584c8e09943ffaed7f2974bf0e9a4073d3 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:41 +0000
Subject: [PATCH 165/254] New translations cachet.php (Portuguese, Brazilian)
---
resources/lang/pt-BR/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php
index 0c6f7925..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',
From 545460083093bd50462faf1b326cc9cd79591cba Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:42 +0000
Subject: [PATCH 166/254] New translations dashboard.php (Portuguese,
Brazilian)
---
resources/lang/pt-BR/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 2c918bbe16fc767b791bca097bcc1ee81c2c9d47 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:45 +0000
Subject: [PATCH 167/254] New translations cachet.php (Romanian)
---
resources/lang/ro-RO/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/ro-RO/cachet.php b/resources/lang/ro-RO/cachet.php
index 07939e84..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',
From 2464fd3017a7d5ca8a3982559c01846bf1db7737 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:46 +0000
Subject: [PATCH 168/254] New translations dashboard.php (Romanian)
---
resources/lang/ro-RO/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From ef342e55f2c56b20798bfacaf4dde60ba9408882 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:47 +0000
Subject: [PATCH 169/254] New translations dashboard.php (Persian)
---
resources/lang/fa-IR/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From a8543a181af5d13de4e4bfe5a8ed00b7dc245772 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:49 +0000
Subject: [PATCH 170/254] New translations dashboard.php (Korean)
---
resources/lang/ko-KR/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From e2f17031abe0142d440a9d670e3d4cdd25bd0036 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:51 +0000
Subject: [PATCH 171/254] New translations cachet.php (Japanese)
---
resources/lang/ja-JP/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php
index e0a0d0ef..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 => '調査中',
From e1a80fec3a53c0eae7d06000267af569b87e1cb5 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:52 +0000
Subject: [PATCH 172/254] New translations dashboard.php (Japanese)
---
resources/lang/ja-JP/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 00ab93f11b0cfd2bdb829be4b1712d8fed56503b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:54 +0000
Subject: [PATCH 173/254] New translations cachet.php (Korean)
---
resources/lang/ko-KR/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/ko-KR/cachet.php b/resources/lang/ko-KR/cachet.php
index 89e7f10b..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',
From 19e1e173a384cf29be2c3a94310ab8a039d95d1b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:58 +0000
Subject: [PATCH 174/254] New translations cachet.php (Mongolian)
---
resources/lang/mn-MN/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/mn-MN/cachet.php b/resources/lang/mn-MN/cachet.php
index b15c7ad7..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',
From 3cd41b345909d18bb3651dd3ae6660739982caeb Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:40:59 +0000
Subject: [PATCH 175/254] New translations dashboard.php (Mongolian)
---
resources/lang/mn-MN/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From cfd8031a7497ca348c7701fcfc0907069744ebf3 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:01 +0000
Subject: [PATCH 176/254] New translations cachet.php (Norwegian)
---
resources/lang/no-NO/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/no-NO/cachet.php b/resources/lang/no-NO/cachet.php
index 34215acc..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',
From 519afdf23ef73d1c1aea275b0b8a76155f830344 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:02 +0000
Subject: [PATCH 177/254] New translations dashboard.php (Norwegian)
---
resources/lang/no-NO/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 5dc9c85e08da9664a0bd3f0469aded2619930674 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:05 +0000
Subject: [PATCH 178/254] New translations cachet.php (Russian)
---
resources/lang/ru-RU/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/ru-RU/cachet.php b/resources/lang/ru-RU/cachet.php
index 97ca6dac..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 => 'Проводим анализ проблемы',
From e316093a16b36d79cde190110fc03681a17ae221 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:06 +0000
Subject: [PATCH 179/254] New translations dashboard.php (Italian)
---
resources/lang/it-IT/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 1f8f639ebd6c0629eec12cf0b568fee8b97e8cc6 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:08 +0000
Subject: [PATCH 180/254] New translations dashboard.php (Turkish)
---
resources/lang/tr-TR/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 553ae4f64d77f7362c3412579295457d486aa990 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:10 +0000
Subject: [PATCH 181/254] New translations cachet.php (Ukrainian)
---
resources/lang/uk-UA/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/uk-UA/cachet.php b/resources/lang/uk-UA/cachet.php
index b15c7ad7..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',
From 5de2ed6254518ada17636fa525d407644eecdd6d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:12 +0000
Subject: [PATCH 182/254] New translations dashboard.php (Ukrainian)
---
resources/lang/uk-UA/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From c074c8147ada1832bbc8fa365cc086e0d8f5b94a Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:14 +0000
Subject: [PATCH 183/254] New translations cachet.php (Vietnamese)
---
resources/lang/vi-VN/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/vi-VN/cachet.php b/resources/lang/vi-VN/cachet.php
index 152a80e9..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',
From 54f4f03c029f4a7cfe43ba897acb1f98d9d60836 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:15 +0000
Subject: [PATCH 184/254] New translations dashboard.php (Vietnamese)
---
resources/lang/vi-VN/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 02e204f0d8e2e1a350146be02dd31c11d1f1fe70 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:18 +0000
Subject: [PATCH 185/254] New translations cachet.php (Zulu)
---
resources/lang/zu-ZA/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/zu-ZA/cachet.php b/resources/lang/zu-ZA/cachet.php
index 5a16f960..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',
From 85523b68e717c60447bbcb4ef08038b3eef1a595 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:19 +0000
Subject: [PATCH 186/254] New translations dashboard.php (Zulu)
---
resources/lang/zu-ZA/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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',
From 428798ee859ecccb6ab95c18ead6f72540f196cd Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:21 +0000
Subject: [PATCH 187/254] New translations cachet.php (Turkish)
---
resources/lang/tr-TR/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/tr-TR/cachet.php b/resources/lang/tr-TR/cachet.php
index b15c7ad7..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',
From af800c9a6d18d60073d717b6e3bc1bad10f2da4f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:23 +0000
Subject: [PATCH 188/254] New translations dashboard.php (Russian)
---
resources/lang/ru-RU/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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' => 'Инцидент добавлен.',
From 203cc735ce298156f272381f3690399aa33a60c0 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:25 +0000
Subject: [PATCH 189/254] New translations cachet.php (Spanish)
---
resources/lang/es-ES/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php
index 0e02a5de..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',
From ac724bd7f427da93693e2f76acb9a4f03f812b05 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:27 +0000
Subject: [PATCH 190/254] New translations cachet.php (Slovenian)
---
resources/lang/sl-SI/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/sl-SI/cachet.php b/resources/lang/sl-SI/cachet.php
index b15c7ad7..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',
From 67205549fefab474b8fddaf15dcf16801886f950 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:29 +0000
Subject: [PATCH 191/254] New translations dashboard.php (Slovenian)
---
resources/lang/sl-SI/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 164c012f69f78a9ab2e383637d9a68c7bc5d8cef Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:32 +0000
Subject: [PATCH 192/254] New translations dashboard.php (Spanish)
---
resources/lang/es-ES/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From b90510de3eb194c4cd0b9cc062c2a50ce8fa2325 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:33 +0000
Subject: [PATCH 193/254] New translations dashboard.php (Thai)
---
resources/lang/th-TH/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From b07d28c4caa37f25818ee42ef363aa302cf1f8e8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:36 +0000
Subject: [PATCH 194/254] New translations cachet.php (Swedish)
---
resources/lang/sv-SE/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php
index e22854f8..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',
From 28c956ee3da55eadf0693279be2ada770d75d872 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:37 +0000
Subject: [PATCH 195/254] New translations dashboard.php (Swedish)
---
resources/lang/sv-SE/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From ea88b2ee2a5b5f61caa41bca00c22d56819e9eb5 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:39 +0000
Subject: [PATCH 196/254] New translations cachet.php (Thai)
---
resources/lang/th-TH/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/th-TH/cachet.php b/resources/lang/th-TH/cachet.php
index b15c7ad7..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',
From 9ba36dbd77c0032cd40632246d726c42127e38cc Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:41 +0000
Subject: [PATCH 197/254] New translations cachet.php (Italian)
---
resources/lang/it-IT/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php
index 5a0aa4c4..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',
From 0c6f5e20f1c1d4ed56bd0d925e48333d911dd502 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:43 +0000
Subject: [PATCH 198/254] New translations dashboard.php (Czech)
---
resources/lang/cs-CZ/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php
index d0add6e9..260fc1b9 100644
--- a/resources/lang/cs-CZ/dashboard.php
+++ b/resources/lang/cs-CZ/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' => 'Nahlásit incident',
'success' => 'Incident byl přidán.',
From 0d485953ce09c66bb1f88cd3daa4c2840c33f17b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:44 +0000
Subject: [PATCH 199/254] New translations cachet.php (Chinese Traditional)
---
resources/lang/zh-TW/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php
index 457ea32c..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 => '調查中',
From 6107f8c27f4e3af22228c4397d0617cb0fe80192 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:46 +0000
Subject: [PATCH 200/254] New translations dashboard.php (Chinese Traditional)
---
resources/lang/zh-TW/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From fac7f888863aaf5f6927ad0f560b56a7e7b86419 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:48 +0000
Subject: [PATCH 201/254] New translations cachet.php (Czech)
---
resources/lang/cs-CZ/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php
index fbf702a3..318ad655 100644
--- a/resources/lang/cs-CZ/cachet.php
+++ b/resources/lang/cs-CZ/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Stickied Incidents',
'scheduled' => 'Maintenance',
'scheduled_at' => ', plánované na :timestamp',
- 'posted' => 'Posted :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Zkoumání příčiny',
From 6d10170257996cf6825503e823f00fae4f04d5ce Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:51 +0000
Subject: [PATCH 202/254] New translations dashboard.php (Chinese Simplified)
---
resources/lang/zh-CN/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php
index e7322165..dd3da738 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' => 'Reported :timestamp by :user',
'add' => [
'title' => '添加故障',
'success' => '故障已添加',
From e0b172a0369e59dd430627ab08924aac8d107e3f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:53 +0000
Subject: [PATCH 203/254] New translations cachet.php (Danish)
---
resources/lang/da-DK/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php
index 34a6536a..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',
From 11356975e4c175c5c7b9027590caac142480c6c8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:54 +0000
Subject: [PATCH 204/254] New translations dashboard.php (Danish)
---
resources/lang/da-DK/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 3668d24fb2a38f1394c0d9799ef12b7fc46b5d1a Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:57 +0000
Subject: [PATCH 205/254] New translations cachet.php (Dutch)
---
resources/lang/nl-NL/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/nl-NL/cachet.php b/resources/lang/nl-NL/cachet.php
index 1cf6eb27..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',
From 3c339085599da1eb1e446107495011bba9d124e7 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:41:59 +0000
Subject: [PATCH 206/254] New translations cachet.php (Chinese Simplified)
---
resources/lang/zh-CN/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php
index 10c553da..93ec97e9 100644
--- a/resources/lang/zh-CN/cachet.php
+++ b/resources/lang/zh-CN/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => '已关注的故障',
'scheduled' => '计划维护',
'scheduled_at' => ',计划于 :timestamp',
- 'posted' => '发布于 :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => '发布于 :timestamp',
'status' => [
1 => '确认中',
From d5355a03045e258943aec845d927ddbd337ed58f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:02 +0000
Subject: [PATCH 207/254] New translations cachet.php (Afrikaans)
---
resources/lang/af-ZA/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/af-ZA/cachet.php b/resources/lang/af-ZA/cachet.php
index c1fbab84..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',
From fd899c33bbb6b31de8ee72b4eb4ae5f5eb69a4f1 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:04 +0000
Subject: [PATCH 208/254] New translations dashboard.php (Afrikaans)
---
resources/lang/af-ZA/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/af-ZA/dashboard.php b/resources/lang/af-ZA/dashboard.php
index da2e7b3b..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.',
From f1e0a66cb74afff755e01a5259a1ca80130a9962 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:07 +0000
Subject: [PATCH 209/254] New translations cachet.php (Albanian)
---
resources/lang/sq-AL/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/sq-AL/cachet.php b/resources/lang/sq-AL/cachet.php
index b15c7ad7..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',
From 0ec0d380b89be743e975219e4b89c1499bc270fd Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:08 +0000
Subject: [PATCH 210/254] New translations dashboard.php (Albanian)
---
resources/lang/sq-AL/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 9f7833687b358ebc3b5833cc84435be8319e5222 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:10 +0000
Subject: [PATCH 211/254] New translations cachet.php (Arabic)
---
resources/lang/ar-SA/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php
index 77b1043a..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',
From 00031b8c42a996f9e3f594eca6b932accf910526 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:12 +0000
Subject: [PATCH 212/254] New translations dashboard.php (Arabic)
---
resources/lang/ar-SA/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From be4030b6b41a7aa5bd885793f3a533d7f66c113e Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:14 +0000
Subject: [PATCH 213/254] New translations cachet.php (Catalan)
---
resources/lang/ca-ES/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/ca-ES/cachet.php b/resources/lang/ca-ES/cachet.php
index b15c7ad7..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',
From 3ac881a7bddc7d4fdbdd7bce02d10faf9f5e43b4 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:15 +0000
Subject: [PATCH 214/254] New translations dashboard.php (Catalan)
---
resources/lang/ca-ES/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From b66aa309b22ad4631f7b76e8ebd5c12bcd02293f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:17 +0000
Subject: [PATCH 215/254] New translations dashboard.php (Dutch)
---
resources/lang/nl-NL/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From d92b098e16eaae783fc0b851d34f55b9c98ef775 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:20 +0000
Subject: [PATCH 216/254] New translations cachet.php (Greek)
---
resources/lang/el-GR/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/el-GR/cachet.php b/resources/lang/el-GR/cachet.php
index b15c7ad7..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',
From 3f75630eba71bb99056c0de3cf4428fecdd8bdb2 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:21 +0000
Subject: [PATCH 217/254] New translations dashboard.php (Greek)
---
resources/lang/el-GR/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From d0f089123803e5a1dae07671a3847867a7625e85 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:24 +0000
Subject: [PATCH 218/254] New translations cachet.php (Hebrew)
---
resources/lang/he-IL/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/he-IL/cachet.php b/resources/lang/he-IL/cachet.php
index b15c7ad7..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',
From b170ee97d4197bcfff82bc5cd393408cb1bd3707 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:26 +0000
Subject: [PATCH 219/254] New translations dashboard.php (Hebrew)
---
resources/lang/he-IL/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 8ec9cee13af8185e4536f4f7b7307708b940725d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:28 +0000
Subject: [PATCH 220/254] New translations cachet.php (Hungarian)
---
resources/lang/hu-HU/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/hu-HU/cachet.php b/resources/lang/hu-HU/cachet.php
index b15c7ad7..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',
From 35a6437d880836c0c77710a9b60332737aa984ba Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:31 +0000
Subject: [PATCH 221/254] New translations dashboard.php (Hungarian)
---
resources/lang/hu-HU/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From f09fccb0595b412df474e6df8b1c9164cc4c5195 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:33 +0000
Subject: [PATCH 222/254] New translations cachet.php (Indonesian)
---
resources/lang/id-ID/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/id-ID/cachet.php b/resources/lang/id-ID/cachet.php
index 3022b3b7..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',
From 1e61d9126246f6c3492c42c4261a7a9ce2b0b9ec Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:34 +0000
Subject: [PATCH 223/254] New translations dashboard.php (Indonesian)
---
resources/lang/id-ID/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 589aca773abd4637b2962a877f763f0ce97be506 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:38 +0000
Subject: [PATCH 224/254] New translations dashboard.php (German)
---
resources/lang/de-DE/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 5fb1de3c780e17233af269184c04a815ec1f63c7 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:39 +0000
Subject: [PATCH 225/254] New translations cachet.php (English)
---
resources/lang/en-US/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/en-US/cachet.php b/resources/lang/en-US/cachet.php
index b15c7ad7..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',
From e2a0abd48715bcad7043e1ff92e488e4d965c9d8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:41 +0000
Subject: [PATCH 226/254] New translations dashboard.php (English)
---
resources/lang/en-US/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 0224c609edc73d2a9e736b1cbe268a3447f4bd45 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:43 +0000
Subject: [PATCH 227/254] New translations cachet.php (Estonian)
---
resources/lang/et-EE/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/et-EE/cachet.php b/resources/lang/et-EE/cachet.php
index b15c7ad7..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',
From 2440790a337959c7618e7e1cb9e4b51e86542897 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:44 +0000
Subject: [PATCH 228/254] New translations dashboard.php (Estonian)
---
resources/lang/et-EE/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From aa962159cd9f6216de4ef02a3e3c5a2b44e82f48 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:47 +0000
Subject: [PATCH 229/254] New translations cachet.php (Finnish)
---
resources/lang/fi-FI/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/fi-FI/cachet.php b/resources/lang/fi-FI/cachet.php
index 76bbbce5..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',
From 8e9acd3c46dd137c1bcf990224450ef3f9b1532d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:48 +0000
Subject: [PATCH 230/254] New translations cachet.php (German)
---
resources/lang/de-DE/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/de-DE/cachet.php b/resources/lang/de-DE/cachet.php
index efbc9155..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',
From 33d6f853e6654ec6739f240642e821014d370e70 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:50 +0000
Subject: [PATCH 231/254] New translations dashboard.php (Finnish)
---
resources/lang/fi-FI/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.',
From 4dbb89767b032c83534ecc453904d1cf488cc281 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:53 +0000
Subject: [PATCH 232/254] New translations cachet.php (French)
---
resources/lang/fr-FR/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php
index 9ec13211..ffc0f408 100644
--- a/resources/lang/fr-FR/cachet.php
+++ b/resources/lang/fr-FR/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Incidents épinglés',
'scheduled' => 'Maintenance',
'scheduled_at' => ', planifé à :timestamp',
- 'posted' => 'Posté à :timestamp',
+ 'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Enquête en cours',
From 95e4c678ff3774da4463c449598b43f107b8b5b6 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sat, 2 Nov 2019 10:42:55 +0000
Subject: [PATCH 233/254] New translations dashboard.php (French)
---
resources/lang/fr-FR/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/fr-FR/dashboard.php b/resources/lang/fr-FR/dashboard.php
index 966941b6..b75641b2 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é.',
From 55f4346ba136dbaf8851f5e373f2f8e1bc4deb72 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 17 Nov 2019 16:50:15 +0000
Subject: [PATCH 234/254] New translations cachet.php (French)
---
resources/lang/fr-FR/cachet.php | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/resources/lang/fr-FR/cachet.php b/resources/lang/fr-FR/cachet.php
index ffc0f408..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,7 +32,7 @@ return [
'none' => 'Aucun incident signalé',
'past' => 'Incidents antérieurs',
'stickied' => 'Incidents épinglés',
- 'scheduled' => 'Maintenance',
+ 'scheduled' => 'Maintenance Planifiée',
'scheduled_at' => ', planifé à :timestamp',
'posted' => 'Posted :timestamp by :username',
'posted_at' => 'Posted at :timestamp',
@@ -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,16 +78,16 @@ 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' => [
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
@@ -129,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.',
],
],
From 73661de1b528a7090df3c01775b820b7857536f5 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 17 Nov 2019 16:50:16 +0000
Subject: [PATCH 235/254] New translations dashboard.php (French)
---
resources/lang/fr-FR/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/fr-FR/dashboard.php b/resources/lang/fr-FR/dashboard.php
index b75641b2..1a2420ae 100644
--- a/resources/lang/fr-FR/dashboard.php
+++ b/resources/lang/fr-FR/dashboard.php
@@ -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' => [
From f361126627ed617509a3dc55f8861a31a8f9adda Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Sun, 17 Nov 2019 16:50:18 +0000
Subject: [PATCH 236/254] New translations notifications.php (French)
---
resources/lang/fr-FR/notifications.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/fr-FR/notifications.php b/resources/lang/fr-FR/notifications.php
index 4d98ec75..ac88817d 100644
--- a/resources/lang/fr-FR/notifications.php
+++ b/resources/lang/fr-FR/notifications.php
@@ -90,7 +90,7 @@ return [
'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',
+ 'action' => 'Gérer l\'abonnement',
],
],
],
From 53fcff048c51fefe8075db5e67e24702ed178ac4 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 10 Dec 2019 04:30:16 +0000
Subject: [PATCH 237/254] New translations cachet.php (Chinese Simplified)
---
resources/lang/zh-CN/cachet.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php
index 93ec97e9..8d6d76e3 100644
--- a/resources/lang/zh-CN/cachet.php
+++ b/resources/lang/zh-CN/cachet.php
@@ -23,7 +23,7 @@ return [
'group' => [
'other' => '其他组件',
],
- 'select_all' => 'Select All',
+ 'select_all' => '全选',
'deselect_all' => 'Deselect All',
],
From e5b6f62d391d6a9321ffc665aeeaf515a4b2cae9 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Mon, 13 Jan 2020 06:50:19 +0000
Subject: [PATCH 238/254] New translations cachet.php (Chinese Simplified)
---
resources/lang/zh-CN/cachet.php | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php
index 8d6d76e3..4de895c4 100644
--- a/resources/lang/zh-CN/cachet.php
+++ b/resources/lang/zh-CN/cachet.php
@@ -24,7 +24,7 @@ return [
'other' => '其他组件',
],
'select_all' => '全选',
- 'deselect_all' => 'Deselect All',
+ 'deselect_all' => '反选所有',
],
// Incidents
@@ -34,7 +34,7 @@ return [
'stickied' => '已关注的故障',
'scheduled' => '计划维护',
'scheduled_at' => ',计划于 :timestamp',
- 'posted' => 'Posted :timestamp by :username',
+ 'posted' => '在 :timestamp 由 :username 发布',
'posted_at' => '发布于 :timestamp',
'status' => [
1 => '确认中',
@@ -77,23 +77,23 @@ 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' => [
- 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ 'manage_subscription' => '我们已经给您发送了一封电子邮件,请点击链接来管理您的订阅',
'subscribe' => '订阅电子邮件更新。',
'subscribed' => '您已经订阅电子邮件通知,请检查您的电子邮件进行确认。',
- 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
+ 'updated-subscribe' => '您已成功更新您的订阅。',
'verified' => '您的电子邮件订阅已确认。谢谢!',
'manage' => '管理您的订阅',
'unsubscribe' => '取消电子邮件订阅。',
From bdc1c0bd2090db6e3f3dc7ebeccfba0b6be086e8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Mon, 13 Jan 2020 06:50:21 +0000
Subject: [PATCH 239/254] New translations dashboard.php (Chinese Simplified)
---
resources/lang/zh-CN/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php
index dd3da738..7a8007d2 100644
--- a/resources/lang/zh-CN/dashboard.php
+++ b/resources/lang/zh-CN/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => '修改故障更新时出现问题',
],
],
- 'reported_by' => 'Reported :timestamp by :user',
+ 'reported_by' => '在 :timestamp 由 :user 报告',
'add' => [
'title' => '添加故障',
'success' => '故障已添加',
From 6cad255bae6c5c5bcc005b3fb248f0fdb72fba70 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Mon, 13 Jan 2020 06:50:22 +0000
Subject: [PATCH 240/254] New translations forms.php (Chinese Simplified)
---
resources/lang/zh-CN/forms.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php
index 4fbe596a..b85fb519 100644
--- a/resources/lang/zh-CN/forms.php
+++ b/resources/lang/zh-CN/forms.php
@@ -154,7 +154,7 @@ return [
'about-this-page' => '关于本页',
'days-of-incidents' => '每页最多显示故障天数',
'time_before_refresh' => '状态页刷新速度(秒)',
- 'major_outage_rate' => 'Major outage threshold (in %)',
+ 'major_outage_rate' => '重大故障阈值 (%)',
'banner' => '横幅图像',
'banner-help' => "建议上传文件宽度不大于 930 像素。",
'subscribers' => '允许用户订阅邮件通知',
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Google Analytics 代码',
'analytics_gosquared' => 'GoSquared Analytics 代码',
- 'analytics_piwik_url' => 'URL of your Piwik instance',
+ '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 样式表',
@@ -230,8 +230,8 @@ return [
],
'seo' => [
- 'title' => 'SEO Title',
- 'description' => 'SEO Description',
+ 'title' => 'SEO 标题',
+ 'description' => 'SEO 描述',
],
// Buttons
From 190f63281522984a27d650a697a4232d2fb27a1b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Mon, 13 Jan 2020 06:50:24 +0000
Subject: [PATCH 241/254] New translations notifications.php (Chinese
Simplified)
---
resources/lang/zh-CN/notifications.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/resources/lang/zh-CN/notifications.php b/resources/lang/zh-CN/notifications.php
index 4f70731d..54d4e2ff 100644
--- a/resources/lang/zh-CN/notifications.php
+++ b/resources/lang/zh-CN/notifications.php
@@ -87,10 +87,10 @@ return [
],
'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',
+ 'subject' => '管理您的订阅',
+ 'content' => '点击管理您对 :app_name 状态页的订阅。',
+ 'title' => '点击管理您对 :app_name 状态页的订阅。',
+ 'action' => '管理订阅',
],
],
],
From 675b7e5e946cb2385fee3eae5b5d9c54ca47568f Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 12:10:30 +0000
Subject: [PATCH 242/254] New translations cachet.php (Czech)
---
resources/lang/cs-CZ/cachet.php | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php
index 318ad655..962be0d0 100644
--- a/resources/lang/cs-CZ/cachet.php
+++ b/resources/lang/cs-CZ/cachet.php
@@ -14,7 +14,7 @@ return [
'components' => [
'last_updated' => 'Poslední aktualizace :timestamp',
'status' => [
- 0 => 'Unknown',
+ 0 => 'Neznámý',
1 => 'V provozu',
2 => 'Problémy s výkonem',
3 => 'Částečný výpadek',
@@ -23,19 +23,19 @@ return [
'group' => [
'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' => 'Nejsou nahlášeny žádné incidenty',
'past' => 'Minulé incidenty',
- 'stickied' => 'Stickied Incidents',
- 'scheduled' => 'Maintenance',
+ 'stickied' => 'Připnuté incidenty',
+ 'scheduled' => 'Plánovaná odstávka',
'scheduled_at' => ', plánované na :timestamp',
'posted' => 'Posted :timestamp by :username',
- 'posted_at' => 'Posted at :timestamp',
+ 'posted_at' => 'Publikováno :timestamp',
'status' => [
1 => 'Zkoumání příčiny',
2 => 'Problém identifikován',
@@ -47,17 +47,17 @@ return [
// 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' => [
@@ -77,7 +77,7 @@ return [
// Subscriber
'subscriber' => [
- 'subscribe' => 'Subscribe to status changes and incident updates',
+ 'subscribe' => 'Přihlaste se změnám stavu a aktualizacím incidentů',
'unsubscribe' => 'Unsubscribe',
'button' => 'Přihlásit',
'manage_subscription' => 'Manage subscription',
From 9b1e0a22afae7355d4e828ea7e1758162a9006a8 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 12:10:32 +0000
Subject: [PATCH 243/254] New translations dashboard.php (Czech)
---
resources/lang/cs-CZ/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php
index 260fc1b9..46cd43d7 100644
--- a/resources/lang/cs-CZ/dashboard.php
+++ b/resources/lang/cs-CZ/dashboard.php
@@ -74,7 +74,7 @@ return [
// Incident Maintenance
'schedule' => [
- 'schedule' => 'Maintenance',
+ 'schedule' => 'Plánovaná odstávka',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.',
'scheduled_at' => 'Naplánováno na :timestamp',
'add' => [
From 1dd362aee77714cce541ba2042bc61e60af09551 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 12:20:36 +0000
Subject: [PATCH 244/254] New translations cachet.php (Czech)
---
resources/lang/cs-CZ/cachet.php | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php
index 962be0d0..6bdb5db1 100644
--- a/resources/lang/cs-CZ/cachet.php
+++ b/resources/lang/cs-CZ/cachet.php
@@ -78,16 +78,16 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Přihlaste se změnám stavu a aktualizacím incidentů',
- 'unsubscribe' => 'Unsubscribe',
+ 'unsubscribe' => 'Odhlásit odběr',
'button' => 'Přihlásit',
- 'manage_subscription' => 'Manage subscription',
+ 'manage_subscription' => 'Spravovat odběry',
'manage' => [
'notifications' => 'Oznámení',
- 'notifications_for' => 'Manage notifications for',
+ 'notifications_for' => 'Spravujte oznámení pro',
'no_subscriptions' => 'Aktuálně jsi přihlášen(a) ke všem upozorněním.',
- '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' => [
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
@@ -129,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' => '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.',
],
],
@@ -139,7 +139,7 @@ return [
// Other
'home' => 'Hlavní stránka',
'powered_by' => 'Vytvořeno pomocí Cachet.',
- 'timezone' => 'Times are shown in :timezone.',
+ 'timezone' => 'Časová zóna je :timezone.',
'about_this_site' => 'O tomto webu',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
From 6a3992717fc9f2d13bdadb1566e55b65928d4a30 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 12:20:37 +0000
Subject: [PATCH 245/254] New translations dashboard.php (Czech)
---
resources/lang/cs-CZ/dashboard.php | 56 +++++++++++++++---------------
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php
index 46cd43d7..c1d813e4 100644
--- a/resources/lang/cs-CZ/dashboard.php
+++ b/resources/lang/cs-CZ/dashboard.php
@@ -12,27 +12,27 @@
return [
'dashboard' => 'Řídicí panel',
- 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.',
+ 'writeable_settings' => 'Nelze zapisovat do složky nastavení Cachet. Ujistěte se, že web server může zapisovat do ./bootstrap/cachet.',
// Incidents
'incidents' => [
- 'title' => 'Incidents & Maintenance',
+ 'title' => 'Incidenty & Plán odstávek',
'incidents' => 'Incidenty',
- 'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.',
+ '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 :timestamp by :user',
@@ -56,7 +56,7 @@ return [
'title' => 'Šablony incidentů',
'add' => [
'title' => 'Vytvořit šablonu incidentu',
- 'message' => 'Create your first incident template.',
+ '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.',
],
@@ -75,12 +75,12 @@ return [
// Incident Maintenance
'schedule' => [
'schedule' => 'Plánovaná odstávka',
- 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.',
+ 'logged' => '{0}Žádná údržba není v plánu, dobrá práce.|[1]Naplánovali jste jednu údržbu.|[2,*]Jsou v plánu :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',
@@ -158,12 +158,12 @@ return [
'subscribers' => [
'subscribers' => 'Odběratelé',
'description' => 'Pokud dojde ke vzniku incidentu nebo služby, odběratelé obdrží aktualizace e-mailem.',
- 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
+ 'description_disabled' => 'Chcete-li použít tuto funkci, potřebujete povolit uživatelům registraci pro oznámení.',
'verified' => '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' => 'Globally subscribed',
+ 'global' => 'Globálně odebírané',
'add' => [
'title' => 'Přidat nového odběratele',
'success' => 'Odběratel přidán.',
@@ -182,7 +182,7 @@ return [
'team' => 'Tým',
'member' => 'Člen',
'profile' => 'Profil',
- 'description' => 'Team Members will be able to add, modify & edit components and incidents.',
+ 'description' => 'Členové týmu budou schopni přidat nebo upravit komponenty a incidenty.',
'add' => [
'title' => 'Přidat nového člena týmu',
'success' => 'Nový člen týmu byl přidán.',
@@ -216,7 +216,7 @@ return [
'analytics' => 'Monitoring přístupů',
],
'log' => [
- 'log' => 'Log',
+ 'log' => 'Záznamy',
],
'localization' => [
'localization' => 'Lokální nastavení',
@@ -227,11 +227,11 @@ return [
'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' => [
@@ -253,7 +253,7 @@ return [
'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' => 'If you\'d like to support future development, check out the Cachet Patreon campaign.',
+ '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ů.',
],
],
@@ -262,7 +262,7 @@ return [
'login' => [
'login' => 'Přihlášení',
'logged_in' => 'Jste přihlášeni.',
- 'welcome' => 'Welcome back!',
+ 'welcome' => 'Vítejte zpátky!',
'two-factor' => 'Zadejte prosím váš token.',
],
@@ -280,8 +280,8 @@ return [
// Widgets
'widgets' => [
- 'support' => 'Support Cachet',
- 'support_subtitle' => 'Check out our Patreon page!',
+ 'support' => 'Podpořit Cachet',
+ 'support_subtitle' => 'Mrkněte na náš Patreon page!',
'news' => 'Poslední novinky',
'news_subtitle' => 'Získat nejnovější aktualizace',
],
From e12073a00eb3471a65badecf7a538c188e91a499 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 12:20:39 +0000
Subject: [PATCH 246/254] New translations notifications.php (Czech)
---
resources/lang/cs-CZ/notifications.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/cs-CZ/notifications.php b/resources/lang/cs-CZ/notifications.php
index 4d98ec75..bb4e9e68 100644
--- a/resources/lang/cs-CZ/notifications.php
+++ b/resources/lang/cs-CZ/notifications.php
@@ -90,7 +90,7 @@ return [
'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',
+ 'action' => 'Spravovat odběry',
],
],
],
From e789bf4719c7edb1675d7d7944aa09911b926f02 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 12:30:18 +0000
Subject: [PATCH 247/254] New translations dashboard.php (Czech)
---
resources/lang/cs-CZ/dashboard.php | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php
index c1d813e4..345f6278 100644
--- a/resources/lang/cs-CZ/dashboard.php
+++ b/resources/lang/cs-CZ/dashboard.php
@@ -83,13 +83,13 @@ return [
'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.',
],
],
@@ -288,16 +288,16 @@ return [
// 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í',
],
],
From a846b1e63da0b0087dbfca045a7652687859cfc4 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 13:00:17 +0000
Subject: [PATCH 248/254] New translations notifications.php (Czech)
---
resources/lang/cs-CZ/notifications.php | 82 +++++++++++++-------------
1 file changed, 41 insertions(+), 41 deletions(-)
diff --git a/resources/lang/cs-CZ/notifications.php b/resources/lang/cs-CZ/notifications.php
index bb4e9e68..7da9d880 100644
--- a/resources/lang/cs-CZ/notifications.php
+++ b/resources/lang/cs-CZ/notifications.php
@@ -13,83 +13,83 @@ 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' => '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.',
+ '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',
],
],
@@ -97,8 +97,8 @@ return [
'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' => '🔔',
],
],
@@ -106,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',
],
],
],
From 7d5fc926792188fcc59696d74828f4a8c7647e6b Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 13:00:18 +0000
Subject: [PATCH 249/254] New translations forms.php (Czech)
---
resources/lang/cs-CZ/forms.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/resources/lang/cs-CZ/forms.php b/resources/lang/cs-CZ/forms.php
index dff77d7e..574930fc 100644
--- a/resources/lang/cs-CZ/forms.php
+++ b/resources/lang/cs-CZ/forms.php
@@ -168,7 +168,7 @@ return [
'analytics' => [
'analytics_google' => 'Kód pro Google Analytics',
'analytics_gosquared' => 'Kód pro GoSquared Analytics',
- 'analytics_piwik_url' => 'URL of your Piwik instance',
+ 'analytics_piwik_url' => 'URL vaší instance Piwik',
'analytics_piwik_siteid' => 'Id webu Piwik',
],
'localization' => [
@@ -230,8 +230,8 @@ return [
],
'seo' => [
- 'title' => 'SEO Title',
- 'description' => 'SEO Description',
+ 'title' => 'SEO titulek',
+ 'description' => 'Popis SEO',
],
// Buttons
From d68b7d726ee5e8d2bc2f547045be8be819a783be Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 13:00:19 +0000
Subject: [PATCH 250/254] New translations pagination.php (Czech)
---
resources/lang/cs-CZ/pagination.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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ší',
];
From d3690827480850311b483b19af5b46404a50cd0d Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 13:00:20 +0000
Subject: [PATCH 251/254] New translations setup.php (Czech)
---
resources/lang/cs-CZ/setup.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/cs-CZ/setup.php b/resources/lang/cs-CZ/setup.php
index 8fe2fbe6..311b185c 100644
--- a/resources/lang/cs-CZ/setup.php
+++ b/resources/lang/cs-CZ/setup.php
@@ -11,7 +11,7 @@
return [
'setup' => 'Instalace',
- 'title' => 'Install Cachet',
+ 'title' => 'Instalace Cachet',
'service_details' => 'Podrobnosti o službě',
'env_setup' => 'Nastavení prostředí',
'status_page_setup' => 'Nastavení Stavové stránky',
From 59652741a6f78617c4ab7066205650b5d9f05576 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 13:00:22 +0000
Subject: [PATCH 252/254] New translations validation.php (Czech)
---
resources/lang/cs-CZ/validation.php | 54 ++++++++++++++---------------
1 file changed, 27 insertions(+), 27 deletions(-)
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ý.',
From 6ad805a57c8b85189d06712d1d505933b3f27f91 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 13:10:34 +0000
Subject: [PATCH 253/254] New translations cachet.php (Czech)
---
resources/lang/cs-CZ/cachet.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php
index 6bdb5db1..6a3d3b46 100644
--- a/resources/lang/cs-CZ/cachet.php
+++ b/resources/lang/cs-CZ/cachet.php
@@ -34,7 +34,7 @@ return [
'stickied' => 'Připnuté incidenty',
'scheduled' => 'Plánovaná odstávka',
'scheduled_at' => ', plánované na :timestamp',
- 'posted' => 'Posted :timestamp by :username',
+ 'posted' => 'Přidáno :timestamp od :username',
'posted_at' => 'Publikováno :timestamp',
'status' => [
1 => 'Zkoumání příčiny',
@@ -90,10 +90,10 @@ return [
'manage_at_link' => 'Spravovat odběry na :link',
],
'email' => [
- 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
+ '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' => 'You\'ve succesfully updated your subscriptions.',
+ '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í.',
From a955c5e34264dae537cb82d8d571cf0092957524 Mon Sep 17 00:00:00 2001
From: Cachet Bot <40326150+CachetBot@users.noreply.github.com>
Date: Tue, 18 Feb 2020 13:10:35 +0000
Subject: [PATCH 254/254] New translations dashboard.php (Czech)
---
resources/lang/cs-CZ/dashboard.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/lang/cs-CZ/dashboard.php b/resources/lang/cs-CZ/dashboard.php
index 345f6278..14b725e1 100644
--- a/resources/lang/cs-CZ/dashboard.php
+++ b/resources/lang/cs-CZ/dashboard.php
@@ -35,7 +35,7 @@ return [
'failure' => 'Při aktualizaci incidentu se něco pokazilo',
],
],
- 'reported_by' => 'Reported :timestamp by :user',
+ 'reported_by' => 'Nahlášeno :timestamp od :user',
'add' => [
'title' => 'Nahlásit incident',
'success' => 'Incident byl přidán.',