From 77409abc5aec6f60d1eeed0a76e68751f8dd17f9 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 7 Aug 2016 16:10:12 -0400 Subject: [PATCH] Applied fixes from StyleCI [ci skip] [skip ci] --- .../SendIncidentEmailNotificationHandler.php | 4 +- ...endMaintenanceEmailNotificationHandler.php | 6 +- ...SendSubscriberVerificationEmailHandler.php | 6 +- .../User/SendInviteUserEmailHandler.php | 6 +- app/Http/Controllers/SetupController.php | 10 ++-- app/Http/Routes/DashboardRoutes.php | 4 +- config/app.php | 4 +- config/database.php | 32 +++++------ config/langs.php | 56 +++++++++---------- resources/lang/af/cachet.php | 4 +- resources/lang/af/forms.php | 8 +-- resources/lang/ar/cachet.php | 4 +- resources/lang/ar/forms.php | 8 +-- resources/lang/ca/cachet.php | 4 +- resources/lang/ca/forms.php | 8 +-- resources/lang/cs/cachet.php | 4 +- resources/lang/cs/forms.php | 8 +-- resources/lang/da/cachet.php | 4 +- resources/lang/da/forms.php | 8 +-- resources/lang/de/cachet.php | 4 +- resources/lang/de/forms.php | 8 +-- resources/lang/el/cachet.php | 4 +- resources/lang/el/forms.php | 8 +-- resources/lang/en-UD/cachet.php | 4 +- resources/lang/en-UD/forms.php | 8 +-- resources/lang/en/cachet.php | 4 +- resources/lang/en/forms.php | 8 +-- resources/lang/es/cachet.php | 4 +- resources/lang/es/forms.php | 8 +-- resources/lang/fa/cachet.php | 8 +-- resources/lang/fa/forms.php | 8 +-- resources/lang/fi/cachet.php | 4 +- resources/lang/fi/forms.php | 8 +-- resources/lang/fr/cachet.php | 4 +- resources/lang/fr/forms.php | 8 +-- resources/lang/he/cachet.php | 4 +- resources/lang/he/forms.php | 8 +-- resources/lang/hu/cachet.php | 4 +- resources/lang/hu/forms.php | 8 +-- resources/lang/id/cachet.php | 4 +- resources/lang/id/forms.php | 8 +-- resources/lang/it/forms.php | 8 +-- resources/lang/ja/cachet.php | 4 +- resources/lang/ja/forms.php | 8 +-- resources/lang/ko/cachet.php | 4 +- resources/lang/ko/forms.php | 8 +-- resources/lang/nl/cachet.php | 4 +- resources/lang/nl/forms.php | 8 +-- resources/lang/no/cachet.php | 4 +- resources/lang/no/forms.php | 8 +-- resources/lang/pl/cachet.php | 4 +- resources/lang/pl/forms.php | 8 +-- resources/lang/pt-BR/cachet.php | 4 +- resources/lang/pt-BR/forms.php | 8 +-- resources/lang/pt-PT/cachet.php | 4 +- resources/lang/pt-PT/forms.php | 8 +-- resources/lang/ro/cachet.php | 4 +- resources/lang/ro/forms.php | 8 +-- resources/lang/ru/cachet.php | 4 +- resources/lang/ru/forms.php | 8 +-- resources/lang/sq/cachet.php | 4 +- resources/lang/sq/forms.php | 8 +-- resources/lang/sr/cachet.php | 4 +- resources/lang/sr/forms.php | 8 +-- resources/lang/sv-SE/cachet.php | 4 +- resources/lang/sv-SE/forms.php | 8 +-- resources/lang/tr/cachet.php | 4 +- resources/lang/tr/forms.php | 8 +-- resources/lang/uk/cachet.php | 4 +- resources/lang/uk/forms.php | 8 +-- resources/lang/vi/cachet.php | 4 +- resources/lang/vi/forms.php | 8 +-- resources/lang/zh-CN/cachet.php | 4 +- resources/lang/zh-CN/forms.php | 8 +-- resources/lang/zh-TW/cachet.php | 4 +- resources/lang/zh-TW/forms.php | 8 +-- 76 files changed, 268 insertions(+), 268 deletions(-) diff --git a/app/Bus/Handlers/Events/Incident/SendIncidentEmailNotificationHandler.php b/app/Bus/Handlers/Events/Incident/SendIncidentEmailNotificationHandler.php index f92e49c0f..3558ff7cc 100644 --- a/app/Bus/Handlers/Events/Incident/SendIncidentEmailNotificationHandler.php +++ b/app/Bus/Handlers/Events/Incident/SendIncidentEmailNotificationHandler.php @@ -106,8 +106,8 @@ class SendIncidentEmailNotificationHandler $component = AutoPresenter::decorate($event->incident->component); $mail = [ - 'email' => $subscriber->email, - 'subject' => trans('cachet.subscriber.email.incident.subject', [ + 'email' => $subscriber->email, + 'subject' => trans('cachet.subscriber.email.incident.subject', [ 'status' => $incident->human_status, 'name' => $incident->name, ]), diff --git a/app/Bus/Handlers/Events/Incident/SendMaintenanceEmailNotificationHandler.php b/app/Bus/Handlers/Events/Incident/SendMaintenanceEmailNotificationHandler.php index faa4fd38a..d87abf6a8 100644 --- a/app/Bus/Handlers/Events/Incident/SendMaintenanceEmailNotificationHandler.php +++ b/app/Bus/Handlers/Events/Incident/SendMaintenanceEmailNotificationHandler.php @@ -106,9 +106,9 @@ class SendMaintenanceEmailNotificationHandler $component = AutoPresenter::decorate($event->incident->component); $mail = [ - 'email' => $subscriber->email, - 'subject' => trans('cachet.subscriber.email.maintenance.subject', [ - 'name' => $incident->name, + 'email' => $subscriber->email, + 'subject' => trans('cachet.subscriber.email.maintenance.subject', [ + 'name' => $incident->name, ]), 'has_component' => ($event->incident->component) ? true : false, 'component_name' => $component ? $component->name : null, diff --git a/app/Bus/Handlers/Events/Subscriber/SendSubscriberVerificationEmailHandler.php b/app/Bus/Handlers/Events/Subscriber/SendSubscriberVerificationEmailHandler.php index 2ff98f02b..306280dcf 100644 --- a/app/Bus/Handlers/Events/Subscriber/SendSubscriberVerificationEmailHandler.php +++ b/app/Bus/Handlers/Events/Subscriber/SendSubscriberVerificationEmailHandler.php @@ -46,9 +46,9 @@ class SendSubscriberVerificationEmailHandler public function handle(SubscriberHasSubscribedEvent $event) { $mail = [ - 'email' => $event->subscriber->email, - 'subject' => 'Confirm your subscription.', - 'link' => route('subscribe.verify', ['code' => $event->subscriber->verify_code]), + 'email' => $event->subscriber->email, + 'subject' => 'Confirm your subscription.', + 'link' => route('subscribe.verify', ['code' => $event->subscriber->verify_code]), ]; $this->mailer->queue([ diff --git a/app/Bus/Handlers/Events/User/SendInviteUserEmailHandler.php b/app/Bus/Handlers/Events/User/SendInviteUserEmailHandler.php index 83e8f3565..419baa3a9 100644 --- a/app/Bus/Handlers/Events/User/SendInviteUserEmailHandler.php +++ b/app/Bus/Handlers/Events/User/SendInviteUserEmailHandler.php @@ -46,9 +46,9 @@ class SendInviteUserEmailHandler public function handle(UserWasInvitedEvent $event) { $mail = [ - 'email' => $event->invite->email, - 'subject' => 'You have been invited.', - 'link' => route('signup.invite', ['code' => $event->invite->code]), + 'email' => $event->invite->email, + 'subject' => 'You have been invited.', + 'link' => route('signup.invite', ['code' => $event->invite->code]), ]; $this->mailer->queue([ diff --git a/app/Http/Controllers/SetupController.php b/app/Http/Controllers/SetupController.php index ed289ec9e..2676d57ac 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -48,11 +48,11 @@ class SetupController extends Controller * @var string[] */ protected $mailDrivers = [ - 'smtp' => 'SMTP', - 'mail' => 'Mail', - 'sendmail' => 'Sendmail', - 'mailgun' => 'Mailgun', - 'mandrill' => 'Mandrill', + 'smtp' => 'SMTP', + 'mail' => 'Mail', + 'sendmail' => 'Sendmail', + 'mailgun' => 'Mailgun', + 'mandrill' => 'Mandrill', // 'ses' => 'Amazon SES', this will be available only if aws/aws-sdk-php is installed 'sparkpost' => 'SparkPost', 'log' => 'Log (Testing)', diff --git a/app/Http/Routes/DashboardRoutes.php b/app/Http/Routes/DashboardRoutes.php index b723baf6f..fcc3c4a9d 100644 --- a/app/Http/Routes/DashboardRoutes.php +++ b/app/Http/Routes/DashboardRoutes.php @@ -131,7 +131,7 @@ class DashboardRoutes $router->delete('{incident_template}/delete', 'IncidentController@deleteTemplateAction'); }); - $router->group(['as' => 'subscribers.', 'prefix' => 'subscribers'], function (Registrar $router) { + $router->group(['as' => 'subscribers.', 'prefix' => 'subscribers'], function (Registrar $router) { $router->get('/', [ 'as' => 'index', 'uses' => 'SubscriberController@showSubscribers', @@ -144,7 +144,7 @@ class DashboardRoutes $router->delete('{subscriber}/delete', 'SubscriberController@deleteSubscriberAction'); }); - $router->group(['as' => 'metrics.', 'prefix' => 'metrics'], function (Registrar $router) { + $router->group(['as' => 'metrics.', 'prefix' => 'metrics'], function (Registrar $router) { $router->get('/', [ 'as' => 'index', 'uses' => 'MetricController@showMetrics', diff --git a/config/app.php b/config/app.php index 3a5d4fd9d..40c2869f1 100644 --- a/config/app.php +++ b/config/app.php @@ -233,8 +233,8 @@ return [ 'Validator' => 'Illuminate\Support\Facades\Validator', 'View' => 'Illuminate\Support\Facades\View', - 'Binput' => 'GrahamCampbell\Binput\Facades\Binput', - 'Str' => 'Illuminate\Support\Str', + 'Binput' => 'GrahamCampbell\Binput\Facades\Binput', + 'Str' => 'Illuminate\Support\Str', ], diff --git a/config/database.php b/config/database.php index 5d47720b6..aeb167ebb 100644 --- a/config/database.php +++ b/config/database.php @@ -76,25 +76,25 @@ return [ ], 'pgsql' => [ - 'driver' => 'pgsql', - 'host' => env('DB_HOST', null), - 'database' => env('DB_DATABASE', null), - 'username' => env('DB_USERNAME', null), - 'password' => env('DB_PASSWORD', null), - 'port' => env('DB_PORT', '5432'), - 'charset' => 'utf8', - 'prefix' => env('DB_PREFIX', null), - 'schema' => env('DB_SCHEMA', 'public'), + 'driver' => 'pgsql', + 'host' => env('DB_HOST', null), + 'database' => env('DB_DATABASE', null), + 'username' => env('DB_USERNAME', null), + 'password' => env('DB_PASSWORD', null), + 'port' => env('DB_PORT', '5432'), + 'charset' => 'utf8', + 'prefix' => env('DB_PREFIX', null), + 'schema' => env('DB_SCHEMA', 'public'), ], 'sqlsrv' => [ - 'driver' => 'sqlsrv', - 'host' => env('DB_HOST', null), - 'database' => env('DB_DATABASE', null), - 'username' => env('DB_USERNAME', null), - 'password' => env('DB_PASSWORD', null), - 'port' => env('DB_PORT', null), - 'prefix' => env('DB_PREFIX', null), + 'driver' => 'sqlsrv', + 'host' => env('DB_HOST', null), + 'database' => env('DB_DATABASE', null), + 'username' => env('DB_USERNAME', null), + 'password' => env('DB_PASSWORD', null), + 'port' => env('DB_PORT', null), + 'prefix' => env('DB_PREFIX', null), ], ], diff --git a/config/langs.php b/config/langs.php index 68e8d3587..0a45741b9 100644 --- a/config/langs.php +++ b/config/langs.php @@ -11,35 +11,35 @@ return [ // Enabled langs - 'af' => [ + 'af' => [ 'name' => 'Afrikaans', 'subset' => 'latin', ], - 'ar' => [ + 'ar' => [ 'name' => 'Arabic', 'subset' => 'latin', ], - 'ca' => [ + 'ca' => [ 'name' => 'Catalan', 'subset' => 'latin', ], - 'cs' => [ + 'cs' => [ 'name' => 'Czech', 'subset' => 'latin,latin-ext', ], - 'da' => [ + 'da' => [ 'name' => 'Danish', 'subset' => 'latin,latin-ext', ], - 'de' => [ + 'de' => [ 'name' => 'Deutsch', 'subset' => 'latin,latin-ext', ], - 'el' => [ + 'el' => [ 'name' => 'Greek', 'subset' => 'greek,greek-ext', ], - 'en' => [ + 'en' => [ 'name' => 'English', 'subset' => 'latin', ], @@ -47,55 +47,55 @@ return [ 'name' => 'CrowdIn - InContext Localization', 'subset' => 'latin', ], - 'es' => [ + 'es' => [ 'name' => 'Español', 'subset' => 'latin,latin-ext', ], - 'fa' => [ + 'fa' => [ 'name' => 'Persian', 'subset' => 'latin', ], - 'fi' => [ + 'fi' => [ 'name' => 'Finnish', 'subset' => 'latin,latin-ext', ], - 'fr' => [ + 'fr' => [ 'name' => 'Français', 'subset' => 'latin,latin-ext', ], - 'he' => [ + 'he' => [ 'name' => 'Hebrew', 'subset' => 'latin', ], - 'hu' => [ + 'hu' => [ 'name' => 'Hungarian', 'subset' => 'latin,latin-ext', ], - 'id' => [ + 'id' => [ 'name' => 'Indonesian', 'subset' => 'latin', ], - 'it' => [ + 'it' => [ 'name' => 'Italiano', 'subset' => 'latin,latin-ext', ], - 'ja' => [ + 'ja' => [ 'name' => 'Japanese', 'subset' => 'latin', ], - 'ko' => [ + 'ko' => [ 'name' => '한글', 'subset' => 'latin', ], - 'nl' => [ + 'nl' => [ 'name' => 'Nederlands', 'subset' => 'latin,latin-ext', ], - 'no' => [ + 'no' => [ 'name' => 'Norwegian', 'subset' => 'latin,latin-ext', ], - 'pl' => [ + 'pl' => [ 'name' => 'Polski', 'subset' => 'latin,latin-ext', ], @@ -107,19 +107,19 @@ return [ 'name' => 'Portuguese, Portugal', 'subset' => 'latin,latin-ext', ], - 'ro' => [ + 'ro' => [ 'name' => 'Romanian', 'subset' => 'latin,latin-ext', ], - 'ru' => [ + 'ru' => [ 'name' => 'Русский', 'subset' => 'latin,cyrillic', ], - 'sq' => [ + 'sq' => [ 'name' => 'Albanian', 'subset' => 'latin,latin-ext', ], - 'sr' => [ + 'sr' => [ 'name' => 'Sebrian (Cyrillic)', 'subset' => 'latin,cyrillic,cyrillic-ext', ], @@ -127,15 +127,15 @@ return [ 'name' => 'Swedish', 'subset' => 'latin,latin-ext', ], - 'tr' => [ + 'tr' => [ 'name' => 'Turkish', 'subset' => 'latin,latin-ext', ], - 'uk' => [ + 'uk' => [ 'name' => 'Ukranian', 'subset' => 'latin,cyrillic-ext', ], - 'vi' => [ + 'vi' => [ 'name' => 'Vietnamese', 'subset' => 'latin,vietnamese', ], diff --git a/resources/lang/af/cachet.php b/resources/lang/af/cachet.php index dbec2f73f..5e4b811a6 100644 --- a/resources/lang/af/cachet.php +++ b/resources/lang/af/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/af/forms.php b/resources/lang/af/forms.php index e706de8a2..e37dce2dd 100644 --- a/resources/lang/af/forms.php +++ b/resources/lang/af/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/ar/cachet.php b/resources/lang/ar/cachet.php index f8a1cd83b..321ffabae 100644 --- a/resources/lang/ar/cachet.php +++ b/resources/lang/ar/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/ar/forms.php b/resources/lang/ar/forms.php index e706de8a2..e37dce2dd 100644 --- a/resources/lang/ar/forms.php +++ b/resources/lang/ar/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/ca/cachet.php b/resources/lang/ca/cachet.php index 8546c0efa..c113ee718 100644 --- a/resources/lang/ca/cachet.php +++ b/resources/lang/ca/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/ca/forms.php b/resources/lang/ca/forms.php index ed4941dcb..df729dabd 100644 --- a/resources/lang/ca/forms.php +++ b/resources/lang/ca/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Identificador de lloc del Piwik', ], 'localization' => [ - 'site-timezone' => 'Seleccioneu el fus horari', - 'site-locale' => 'Idioma del lloc', - 'date-format' => 'Format de la data', - 'incident-date-format' => 'Format del fus horari dels incidents', + 'site-timezone' => 'Seleccioneu el fus horari', + 'site-locale' => 'Idioma del lloc', + 'date-format' => 'Format de la data', + 'incident-date-format' => 'Format del fus horari dels incidents', ], 'security' => [ 'allowed-domains' => 'Dominis permesos', diff --git a/resources/lang/cs/cachet.php b/resources/lang/cs/cachet.php index b1654ab3a..10979af6d 100644 --- a/resources/lang/cs/cachet.php +++ b/resources/lang/cs/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/cs/forms.php b/resources/lang/cs/forms.php index e3e5a1033..fd39862d9 100644 --- a/resources/lang/cs/forms.php +++ b/resources/lang/cs/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/da/cachet.php b/resources/lang/da/cachet.php index 4811ed858..cb3deda24 100644 --- a/resources/lang/da/cachet.php +++ b/resources/lang/da/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Du er blevet inviteret til :app_name status status side, Klik på linket for at oprette dig.\n:link\nTak, :app_name", - 'html' => '

Du er blevet inviteret til :app_name status side, Klik på linket for at oprette dig.

:link

Tak, :app_name

', + 'text' => "Du er blevet inviteret til :app_name status status side, Klik på linket for at oprette dig.\n:link\nTak, :app_name", + 'html' => '

Du er blevet inviteret til :app_name status side, Klik på linket for at oprette dig.

:link

Tak, :app_name

', ], ], ], diff --git a/resources/lang/da/forms.php b/resources/lang/da/forms.php index 4875cd0ef..f9f2e6022 100644 --- a/resources/lang/da/forms.php +++ b/resources/lang/da/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Tidszone', - 'site-locale' => 'Sprog på siden', - 'date-format' => 'Datoformat', - 'incident-date-format' => 'Datoformat for hændelser', + 'site-timezone' => 'Tidszone', + 'site-locale' => 'Sprog på siden', + 'date-format' => 'Datoformat', + 'incident-date-format' => 'Datoformat for hændelser', ], 'security' => [ 'allowed-domains' => 'Tilladte domæner', diff --git a/resources/lang/de/cachet.php b/resources/lang/de/cachet.php index 6791a9306..152f8842b 100644 --- a/resources/lang/de/cachet.php +++ b/resources/lang/de/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Du wurdest in das Team :app_name Status Seite eingeladen. Um dich zu registrieren klicke den Link.\n:link\nDanke, :app_name", - 'html' => '

Du wurdest in das Team :app_name Status Seite eingeladen. Um dich zu registrieren klicke den Link.

:link

Danke, :app_name

', + 'text' => "Du wurdest in das Team :app_name Status Seite eingeladen. Um dich zu registrieren klicke den Link.\n:link\nDanke, :app_name", + 'html' => '

Du wurdest in das Team :app_name Status Seite eingeladen. Um dich zu registrieren klicke den Link.

:link

Danke, :app_name

', ], ], ], diff --git a/resources/lang/de/forms.php b/resources/lang/de/forms.php index 3eca40e15..26e51de85 100644 --- a/resources/lang/de/forms.php +++ b/resources/lang/de/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s Seiten-ID', ], 'localization' => [ - 'site-timezone' => 'Zeitzone ihrer Seite', - 'site-locale' => 'Sprache ihrer Seite', - 'date-format' => 'Datumsformat', - 'incident-date-format' => 'Vorfall Zeitstempel-Format', + 'site-timezone' => 'Zeitzone ihrer Seite', + 'site-locale' => 'Sprache ihrer Seite', + 'date-format' => 'Datumsformat', + 'incident-date-format' => 'Vorfall Zeitstempel-Format', ], 'security' => [ 'allowed-domains' => 'Erlaubte Domains', diff --git a/resources/lang/el/cachet.php b/resources/lang/el/cachet.php index 3957dec7d..a1fef4d06 100644 --- a/resources/lang/el/cachet.php +++ b/resources/lang/el/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Έχετε προσκληθεί στη σελίδα ενημερώσεων της ομάδας :app_name, εγγραφείτε στον παρακάτω σύνδεσμο.\n:link\nΕυχαριστούμε, :app_name", - 'html' => '

Έχετε προσκληθεί στη σελίδα ενημερώσεων της ομάδας :app_name, εγγραφείτε στον παρακάτω σύνδεσμο.

:link

Ευχαριστούμε, :app_name

', + 'text' => "Έχετε προσκληθεί στη σελίδα ενημερώσεων της ομάδας :app_name, εγγραφείτε στον παρακάτω σύνδεσμο.\n:link\nΕυχαριστούμε, :app_name", + 'html' => '

Έχετε προσκληθεί στη σελίδα ενημερώσεων της ομάδας :app_name, εγγραφείτε στον παρακάτω σύνδεσμο.

:link

Ευχαριστούμε, :app_name

', ], ], ], diff --git a/resources/lang/el/forms.php b/resources/lang/el/forms.php index 74b55721f..3eade0876 100644 --- a/resources/lang/el/forms.php +++ b/resources/lang/el/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/en-UD/cachet.php b/resources/lang/en-UD/cachet.php index 64dfda793..974b32d87 100644 --- a/resources/lang/en-UD/cachet.php +++ b/resources/lang/en-UD/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => 'crwdns553:0crwdne553:0', - 'html' => 'crwdns555:0crwdne555:0', + 'text' => 'crwdns553:0crwdne553:0', + 'html' => 'crwdns555:0crwdne555:0', ], ], ], diff --git a/resources/lang/en-UD/forms.php b/resources/lang/en-UD/forms.php index d5cc70fe9..3fe82aea9 100644 --- a/resources/lang/en-UD/forms.php +++ b/resources/lang/en-UD/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'crwdns594:0crwdne594:0', ], 'localization' => [ - 'site-timezone' => 'crwdns595:0crwdne595:0', - 'site-locale' => 'crwdns596:0crwdne596:0', - 'date-format' => 'crwdns597:0crwdne597:0', - 'incident-date-format' => 'crwdns598:0crwdne598:0', + 'site-timezone' => 'crwdns595:0crwdne595:0', + 'site-locale' => 'crwdns596:0crwdne596:0', + 'date-format' => 'crwdns597:0crwdne597:0', + 'incident-date-format' => 'crwdns598:0crwdne598:0', ], 'security' => [ 'allowed-domains' => 'crwdns599:0crwdne599:0', diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 3cb3070fc..b8613307e 100644 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index 00c631e1c..5f343940a 100644 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -123,10 +123,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/es/cachet.php b/resources/lang/es/cachet.php index 8ff5b59cb..e7e4e9e0e 100644 --- a/resources/lang/es/cachet.php +++ b/resources/lang/es/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Te han invitado a la página de estado del equipo de :app_name, para registrarte sigue este enlace.\n:link\nGracias, :app_name", - 'html' => '

Has sido invitado a la página de estado del equipo :app_name, para inscribirte sigue el siguiente enlace.

:link

Gracias, :app_name

', + 'text' => "Te han invitado a la página de estado del equipo de :app_name, para registrarte sigue este enlace.\n:link\nGracias, :app_name", + 'html' => '

Has sido invitado a la página de estado del equipo :app_name, para inscribirte sigue el siguiente enlace.

:link

Gracias, :app_name

', ], ], ], diff --git a/resources/lang/es/forms.php b/resources/lang/es/forms.php index 450f21d85..8525a5dd9 100644 --- a/resources/lang/es/forms.php +++ b/resources/lang/es/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Id de tu sitio Piwik', ], 'localization' => [ - 'site-timezone' => 'Zona horaria del sitio', - 'site-locale' => 'Idioma del sitio', - 'date-format' => 'Formato de la fecha', - 'incident-date-format' => 'Formato de fecha de incidente', + 'site-timezone' => 'Zona horaria del sitio', + 'site-locale' => 'Idioma del sitio', + 'date-format' => 'Formato de la fecha', + 'incident-date-format' => 'Formato de fecha de incidente', ], 'security' => [ 'allowed-domains' => 'Dominios permitidos', diff --git a/resources/lang/fa/cachet.php b/resources/lang/fa/cachet.php index 80ccbedf0..cdb60374c 100644 --- a/resources/lang/fa/cachet.php +++ b/resources/lang/fa/cachet.php @@ -92,8 +92,8 @@ return [ 'subject' => '[New Incident] :status: :name', ], 'component' => [ - 'subject' => 'به‌روزرسانی وضعیت کامپوننت', - 'text' => 'کامپوننت :component یک تغییر وضعیت دارد. این کامپوننت هم‌اکنون در حالت :component_human_status قرار دارد.\n + 'subject' => 'به‌روزرسانی وضعیت کامپوننت', + 'text' => 'کامپوننت :component یک تغییر وضعیت دارد. این کامپوننت هم‌اکنون در حالت :component_human_status قرار دارد.\n با تشکر، :app_name', 'html' => '

کامپوننت با نام :component_name یک تغییر وضعیت دارد. کامپوننت هم‌اکنون در حالت :component_human_status قرار دارد.

با تشکر :app_name

', 'tooltip-title' => 'Subscribe to notifications for :component_name.', @@ -104,8 +104,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/fa/forms.php b/resources/lang/fa/forms.php index e56f170b7..b4d8f9971 100644 --- a/resources/lang/fa/forms.php +++ b/resources/lang/fa/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/fi/cachet.php b/resources/lang/fi/cachet.php index 17c8edd73..4a6f8207b 100644 --- a/resources/lang/fi/cachet.php +++ b/resources/lang/fi/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Sinut on kutsuttu ryhmään :app_name tila sivulle, rekisteröi tästä: \n:link\n. Kiitos, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "Sinut on kutsuttu ryhmään :app_name tila sivulle, rekisteröi tästä: \n:link\n. Kiitos, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/fi/forms.php b/resources/lang/fi/forms.php index 5809c4e1a..24953e271 100644 --- a/resources/lang/fi/forms.php +++ b/resources/lang/fi/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik sivun tunnus', ], 'localization' => [ - 'site-timezone' => 'Sivuston aikavyöhyke', - 'site-locale' => 'Sivuston kieli', - 'date-format' => 'Päivämäärän muoto', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Sivuston aikavyöhyke', + 'site-locale' => 'Sivuston kieli', + 'date-format' => 'Päivämäärän muoto', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Sallittu toimialueet', diff --git a/resources/lang/fr/cachet.php b/resources/lang/fr/cachet.php index 8582a3eb2..ee6aa08fc 100644 --- a/resources/lang/fr/cachet.php +++ b/resources/lang/fr/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Vous avez été invité à la page de statut de l'équipe :app_name , veuillez suivre le lien suivant pour vous inscire \n:link\nMerci, :app_name", - 'html' => '

Vous avez été invité à la page de statut de l\'équipe :app_name, veuillez suivre le lien suivant pour vous inscrire.

:link

Merci, :app_name

', + 'text' => "Vous avez été invité à la page de statut de l'équipe :app_name , veuillez suivre le lien suivant pour vous inscire \n:link\nMerci, :app_name", + 'html' => '

Vous avez été invité à la page de statut de l\'équipe :app_name, veuillez suivre le lien suivant pour vous inscrire.

:link

Merci, :app_name

', ], ], ], diff --git a/resources/lang/fr/forms.php b/resources/lang/fr/forms.php index 46bea63c0..a590a54d3 100644 --- a/resources/lang/fr/forms.php +++ b/resources/lang/fr/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Id du site de Piwik', ], 'localization' => [ - 'site-timezone' => 'Fuseau horaire du site', - 'site-locale' => 'Langue du site', - 'date-format' => 'Format de la date', - 'incident-date-format' => 'Format de la date de l\'incident', + 'site-timezone' => 'Fuseau horaire du site', + 'site-locale' => 'Langue du site', + 'date-format' => 'Format de la date', + 'incident-date-format' => 'Format de la date de l\'incident', ], 'security' => [ 'allowed-domains' => 'Domaines autorisés', diff --git a/resources/lang/he/cachet.php b/resources/lang/he/cachet.php index ee3e48990..32cee3071 100644 --- a/resources/lang/he/cachet.php +++ b/resources/lang/he/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/he/forms.php b/resources/lang/he/forms.php index 1c2805c1a..abf82eb9f 100644 --- a/resources/lang/he/forms.php +++ b/resources/lang/he/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/hu/cachet.php b/resources/lang/hu/cachet.php index 4a9525d62..a0a1185c0 100644 --- a/resources/lang/hu/cachet.php +++ b/resources/lang/hu/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/hu/forms.php b/resources/lang/hu/forms.php index 1586c826c..9cf7d8933 100644 --- a/resources/lang/hu/forms.php +++ b/resources/lang/hu/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/id/cachet.php b/resources/lang/id/cachet.php index 36934e93d..e4ef8ea77 100644 --- a/resources/lang/id/cachet.php +++ b/resources/lang/id/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Anda diundang dalam tim Halaman Status :app_name, untuk mendaftar silakan klik tautan berikut \n:link\nTerima kasih, :app_name", - 'html' => '

Anda diundang dalam tim Halaman Status :app_name, untuk mendaftar silakan klik tautan berikut.

:link

Terima kasih, :app_name

', + 'text' => "Anda diundang dalam tim Halaman Status :app_name, untuk mendaftar silakan klik tautan berikut \n:link\nTerima kasih, :app_name", + 'html' => '

Anda diundang dalam tim Halaman Status :app_name, untuk mendaftar silakan klik tautan berikut.

:link

Terima kasih, :app_name

', ], ], ], diff --git a/resources/lang/id/forms.php b/resources/lang/id/forms.php index 1d6721a6d..a6ebd4284 100644 --- a/resources/lang/id/forms.php +++ b/resources/lang/id/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'ID situs Piwik', ], 'localization' => [ - 'site-timezone' => 'Zona Waktu', - 'site-locale' => 'Bahasa', - 'date-format' => 'Format Tanggal', - 'incident-date-format' => 'Format Waktu Insiden', + 'site-timezone' => 'Zona Waktu', + 'site-locale' => 'Bahasa', + 'date-format' => 'Format Tanggal', + 'incident-date-format' => 'Format Waktu Insiden', ], 'security' => [ 'allowed-domains' => 'Domain yang dibolehkan', diff --git a/resources/lang/it/forms.php b/resources/lang/it/forms.php index 685a1e2f5..9144d5801 100644 --- a/resources/lang/it/forms.php +++ b/resources/lang/it/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Id del sito Piwik', ], 'localization' => [ - 'site-timezone' => 'Fuso orario del sito', - 'site-locale' => 'Lingua del sito', - 'date-format' => 'Formato della data', - 'incident-date-format' => 'Formato timestamp della segnalazione', + 'site-timezone' => 'Fuso orario del sito', + 'site-locale' => 'Lingua del sito', + 'date-format' => 'Formato della data', + 'incident-date-format' => 'Formato timestamp della segnalazione', ], 'security' => [ 'allowed-domains' => 'Domini consentiti', diff --git a/resources/lang/ja/cachet.php b/resources/lang/ja/cachet.php index 9a77e6293..b67571f9a 100644 --- a/resources/lang/ja/cachet.php +++ b/resources/lang/ja/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/ja/forms.php b/resources/lang/ja/forms.php index 2e5095487..d7ab525bc 100644 --- a/resources/lang/ja/forms.php +++ b/resources/lang/ja/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/ko/cachet.php b/resources/lang/ko/cachet.php index 6e4b3869c..f930cb286 100644 --- a/resources/lang/ko/cachet.php +++ b/resources/lang/ko/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => ":app_name 팀의 상태페이지에 초대되었습니다. 가입하시려면 다음 링크를 눌러주세요.\n:link\n감사합니다, :app_name", - 'html' => '

:app_name 팀의 상태페이지에 초대되었습니다. 가입하시려면 다음 링크를 눌러주세요.

+ 'text' => ":app_name 팀의 상태페이지에 초대되었습니다. 가입하시려면 다음 링크를 눌러주세요.\n:link\n감사합니다, :app_name", + 'html' => '

:app_name 팀의 상태페이지에 초대되었습니다. 가입하시려면 다음 링크를 눌러주세요.

:link

감사합니다, :app_name

', ], ], diff --git a/resources/lang/ko/forms.php b/resources/lang/ko/forms.php index 3f3de773a..8f5f960e1 100644 --- a/resources/lang/ko/forms.php +++ b/resources/lang/ko/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik 사이트 id', ], 'localization' => [ - 'site-timezone' => '사이트 시간대', - 'site-locale' => '사이트 언어', - 'date-format' => '날짜 형식', - 'incident-date-format' => '문제 Timestamp 형식', + 'site-timezone' => '사이트 시간대', + 'site-locale' => '사이트 언어', + 'date-format' => '날짜 형식', + 'incident-date-format' => '문제 Timestamp 형식', ], 'security' => [ 'allowed-domains' => '허용된 도메인', diff --git a/resources/lang/nl/cachet.php b/resources/lang/nl/cachet.php index f568cff00..75ec21b85 100644 --- a/resources/lang/nl/cachet.php +++ b/resources/lang/nl/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "U bent uitgenodigd voor team :app_name status pagina, om u in te schrijven klik op de volgende link.\n:link\nBedankt, :app_name", - 'html' => '

U bent uitgenodigd voor team :app_name status pagina, om u in te schrijven klik op de volgende link.

:link

Bedankt, :app_name

', + 'text' => "U bent uitgenodigd voor team :app_name status pagina, om u in te schrijven klik op de volgende link.\n:link\nBedankt, :app_name", + 'html' => '

U bent uitgenodigd voor team :app_name status pagina, om u in te schrijven klik op de volgende link.

:link

Bedankt, :app_name

', ], ], ], diff --git a/resources/lang/nl/forms.php b/resources/lang/nl/forms.php index cd1b47b07..6d8aa4a0f 100644 --- a/resources/lang/nl/forms.php +++ b/resources/lang/nl/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Site-id van Piwik', ], 'localization' => [ - 'site-timezone' => 'Website tijdzone', - 'site-locale' => 'Taal van de site', - 'date-format' => 'Datum formaat', - 'incident-date-format' => 'Incident tijdsaanduiding', + 'site-timezone' => 'Website tijdzone', + 'site-locale' => 'Taal van de site', + 'date-format' => 'Datum formaat', + 'incident-date-format' => 'Incident tijdsaanduiding', ], 'security' => [ 'allowed-domains' => 'Toegestane domeinen', diff --git a/resources/lang/no/cachet.php b/resources/lang/no/cachet.php index 1d267b1f4..82260a144 100644 --- a/resources/lang/no/cachet.php +++ b/resources/lang/no/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/no/forms.php b/resources/lang/no/forms.php index 76640cff0..ccc6feb99 100644 --- a/resources/lang/no/forms.php +++ b/resources/lang/no/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/pl/cachet.php b/resources/lang/pl/cachet.php index 5977c7e2d..5c0879baf 100644 --- a/resources/lang/pl/cachet.php +++ b/resources/lang/pl/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Zostałeś zaproszony do strony statusowej zespołu :app_name. Aby się zapisać, kliknij na link umieszczony dalej.\n:link\nDziękujemy, :app_name", - 'html' => '

Zostałeś zaproszony do strony statusowej zespołu :app_name. Aby się zapisać, kliknij na link umieszczony dalej.

:link

Dziękujemy, :app_name

', + 'text' => "Zostałeś zaproszony do strony statusowej zespołu :app_name. Aby się zapisać, kliknij na link umieszczony dalej.\n:link\nDziękujemy, :app_name", + 'html' => '

Zostałeś zaproszony do strony statusowej zespołu :app_name. Aby się zapisać, kliknij na link umieszczony dalej.

:link

Dziękujemy, :app_name

', ], ], ], diff --git a/resources/lang/pl/forms.php b/resources/lang/pl/forms.php index 5b8a85930..9c0c1f7f7 100644 --- a/resources/lang/pl/forms.php +++ b/resources/lang/pl/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s Seiten-ID', ], 'localization' => [ - 'site-timezone' => 'Zeitzone ihrer Seite', - 'site-locale' => 'Sprache ihrer Seite', - 'date-format' => 'Datumsformat', - 'incident-date-format' => 'Vorfall Zeitstempel-Format', + 'site-timezone' => 'Zeitzone ihrer Seite', + 'site-locale' => 'Sprache ihrer Seite', + 'date-format' => 'Datumsformat', + 'incident-date-format' => 'Vorfall Zeitstempel-Format', ], 'security' => [ 'allowed-domains' => 'Erlaubte Domains', diff --git a/resources/lang/pt-BR/cachet.php b/resources/lang/pt-BR/cachet.php index e8ba2bd89..2f52ea1e6 100644 --- a/resources/lang/pt-BR/cachet.php +++ b/resources/lang/pt-BR/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Você foi convidado para a página de status da equipe :app_name, para se inscrever siga o próximo link.\n:link\nObrigado,: app_name", - 'html' => '

Você foi convidado para a página de status da equipe :app_name, para se inscrever siga o seguinte link.

:link

Obrigado, :app_name

', + 'text' => "Você foi convidado para a página de status da equipe :app_name, para se inscrever siga o próximo link.\n:link\nObrigado,: app_name", + 'html' => '

Você foi convidado para a página de status da equipe :app_name, para se inscrever siga o seguinte link.

:link

Obrigado, :app_name

', ], ], ], diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index 8a7f79a56..a633671aa 100644 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Id do site no Piwik', ], 'localization' => [ - 'site-timezone' => 'Fuso horário do site', - 'site-locale' => 'Idioma do site', - 'date-format' => 'Formato da data', - 'incident-date-format' => 'Formato de Hora do Incidente', + 'site-timezone' => 'Fuso horário do site', + 'site-locale' => 'Idioma do site', + 'date-format' => 'Formato da data', + 'incident-date-format' => 'Formato de Hora do Incidente', ], 'security' => [ 'allowed-domains' => 'Domínios permitidos', diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php index d9f3c2bdd..1b23057be 100644 --- a/resources/lang/pt-PT/cachet.php +++ b/resources/lang/pt-PT/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Você foi convidado para a equipa :app_name página de status, para se inscrever siga o próximo link.\n:link\nObrigado, :app_name", - 'html' => '

Foi convidado para a equipa :app_name página de status, para se inscrever siga o seguinte link.

:link

Obrigado, :app_name

', + 'text' => "Você foi convidado para a equipa :app_name página de status, para se inscrever siga o próximo link.\n:link\nObrigado, :app_name", + 'html' => '

Foi convidado para a equipa :app_name página de status, para se inscrever siga o seguinte link.

:link

Obrigado, :app_name

', ], ], ], diff --git a/resources/lang/pt-PT/forms.php b/resources/lang/pt-PT/forms.php index ddecf9a3f..cc77da2b8 100644 --- a/resources/lang/pt-PT/forms.php +++ b/resources/lang/pt-PT/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'ID do site Piwik', ], 'localization' => [ - 'site-timezone' => 'Fuso horário do site', - 'site-locale' => 'Idioma do site', - 'date-format' => 'Formato da Data', - 'incident-date-format' => 'Formato da Hora do Incidente', + 'site-timezone' => 'Fuso horário do site', + 'site-locale' => 'Idioma do site', + 'date-format' => 'Formato da Data', + 'incident-date-format' => 'Formato da Hora do Incidente', ], 'security' => [ 'allowed-domains' => 'Domínios permitidos', diff --git a/resources/lang/ro/cachet.php b/resources/lang/ro/cachet.php index e0e01642d..2a1bd08e2 100644 --- a/resources/lang/ro/cachet.php +++ b/resources/lang/ro/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/ro/forms.php b/resources/lang/ro/forms.php index e706de8a2..e37dce2dd 100644 --- a/resources/lang/ro/forms.php +++ b/resources/lang/ro/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/ru/cachet.php b/resources/lang/ru/cachet.php index d724a20af..870cbc955 100644 --- a/resources/lang/ru/cachet.php +++ b/resources/lang/ru/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Вас пригласили в команду управления статусной страницей :app_name, перейдите по следующей ссылке, чтобы зарегистрироваться.\n:link\nБлагодарим за внимание, :app_name", - 'html' => '

Вас пригласили в команду управления статусной страницей :app_name, перейдите по следующей ссылке, чтобы зарегистрироваться.

:link

Благодарим за внимание, :app_name

', + 'text' => "Вас пригласили в команду управления статусной страницей :app_name, перейдите по следующей ссылке, чтобы зарегистрироваться.\n:link\nБлагодарим за внимание, :app_name", + 'html' => '

Вас пригласили в команду управления статусной страницей :app_name, перейдите по следующей ссылке, чтобы зарегистрироваться.

:link

Благодарим за внимание, :app_name

', ], ], ], diff --git a/resources/lang/ru/forms.php b/resources/lang/ru/forms.php index 4b49c2d6b..f8db14d24 100644 --- a/resources/lang/ru/forms.php +++ b/resources/lang/ru/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Идентификатор сайта в Piwik', ], 'localization' => [ - 'site-timezone' => 'Часовой пояс сайта', - 'site-locale' => 'Язык сайта', - 'date-format' => 'Формат даты', - 'incident-date-format' => 'Формат даты и времени для инцидента', + 'site-timezone' => 'Часовой пояс сайта', + 'site-locale' => 'Язык сайта', + 'date-format' => 'Формат даты', + 'incident-date-format' => 'Формат даты и времени для инцидента', ], 'security' => [ 'allowed-domains' => 'Разрешённые домены', diff --git a/resources/lang/sq/cachet.php b/resources/lang/sq/cachet.php index 79080207c..ea5f7fdff 100644 --- a/resources/lang/sq/cachet.php +++ b/resources/lang/sq/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/sq/forms.php b/resources/lang/sq/forms.php index 3149b3fc8..6b01fff91 100644 --- a/resources/lang/sq/forms.php +++ b/resources/lang/sq/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/sr/cachet.php b/resources/lang/sr/cachet.php index f8a1cd83b..321ffabae 100644 --- a/resources/lang/sr/cachet.php +++ b/resources/lang/sr/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/sr/forms.php b/resources/lang/sr/forms.php index e706de8a2..e37dce2dd 100644 --- a/resources/lang/sr/forms.php +++ b/resources/lang/sr/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php index dfa682c3f..379b6a200 100644 --- a/resources/lang/sv-SE/cachet.php +++ b/resources/lang/sv-SE/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "Du har blivit inbjuden till teamet för :app_names statussida, registrera dig genom att trycka på länken.\n:link\nTack, :app_name", - 'html' => '

Du har blivit inbjuden till teamet :app_names statussida. Registrera dig genom att trycka på den här länken

Tack, :app_name

', + 'text' => "Du har blivit inbjuden till teamet för :app_names statussida, registrera dig genom att trycka på länken.\n:link\nTack, :app_name", + 'html' => '

Du har blivit inbjuden till teamet :app_names statussida. Registrera dig genom att trycka på den här länken

Tack, :app_name

', ], ], ], diff --git a/resources/lang/sv-SE/forms.php b/resources/lang/sv-SE/forms.php index 56dd1579c..d361de4d7 100644 --- a/resources/lang/sv-SE/forms.php +++ b/resources/lang/sv-SE/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s sajt-id', ], 'localization' => [ - 'site-timezone' => 'Webbplatsens tidszon', - 'site-locale' => 'Webbplatsspråk', - 'date-format' => 'Datumformat', - 'incident-date-format' => 'Händelsens tidsstämpelformat', + 'site-timezone' => 'Webbplatsens tidszon', + 'site-locale' => 'Webbplatsspråk', + 'date-format' => 'Datumformat', + 'incident-date-format' => 'Händelsens tidsstämpelformat', ], 'security' => [ 'allowed-domains' => 'Tillåtna domäner', diff --git a/resources/lang/tr/cachet.php b/resources/lang/tr/cachet.php index 9c89fd04a..5caccfd8d 100644 --- a/resources/lang/tr/cachet.php +++ b/resources/lang/tr/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/tr/forms.php b/resources/lang/tr/forms.php index 1fadf9f0e..f4fde2e50 100644 --- a/resources/lang/tr/forms.php +++ b/resources/lang/tr/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Site timezone', - 'site-locale' => 'Site language', - 'date-format' => 'Date format', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/uk/cachet.php b/resources/lang/uk/cachet.php index 5fed6c5f9..146db2af5 100644 --- a/resources/lang/uk/cachet.php +++ b/resources/lang/uk/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/uk/forms.php b/resources/lang/uk/forms.php index 7db00e87b..84db8f651 100644 --- a/resources/lang/uk/forms.php +++ b/resources/lang/uk/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'id сайту Piwik', ], 'localization' => [ - 'site-timezone' => 'Часовий пояс сайту', - 'site-locale' => 'Мова сайту', - 'date-format' => 'формат дати', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Часовий пояс сайту', + 'site-locale' => 'Мова сайту', + 'date-format' => 'формат дати', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/vi/cachet.php b/resources/lang/vi/cachet.php index cdd1216a9..fcd74978a 100644 --- a/resources/lang/vi/cachet.php +++ b/resources/lang/vi/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", - 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', + 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", + 'html' => '

You have been invited to the team :app_name status page, to sign up follow the next link.

:link

Thank you, :app_name

', ], ], ], diff --git a/resources/lang/vi/forms.php b/resources/lang/vi/forms.php index 1df3dcabe..602157090 100644 --- a/resources/lang/vi/forms.php +++ b/resources/lang/vi/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Múi giờ', - 'site-locale' => 'Ngôn ngữ', - 'date-format' => 'Định dạng ngày', - 'incident-date-format' => 'Incident timestamp format', + 'site-timezone' => 'Múi giờ', + 'site-locale' => 'Ngôn ngữ', + 'date-format' => 'Định dạng ngày', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ 'allowed-domains' => 'Allowed domains', diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index 1973dfa12..2f14285a5 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "您已被邀请加入 :app_name 团队的状态页, 请点击以下链接进行注册。\n:link\n谢谢, :app_name", - 'html' => '

您已被邀请加入 :app_name 团队的状态页, 请点击以下链接进行注册。

:link

谢谢, :app_name

', + 'text' => "您已被邀请加入 :app_name 团队的状态页, 请点击以下链接进行注册。\n:link\n谢谢, :app_name", + 'html' => '

您已被邀请加入 :app_name 团队的状态页, 请点击以下链接进行注册。

:link

谢谢, :app_name

', ], ], ], diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 02484c250..34a24196b 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik 的站点 id', ], 'localization' => [ - 'site-timezone' => '系统时区', - 'site-locale' => '系统语言', - 'date-format' => '日期格式', - 'incident-date-format' => '故障的时间显示格式', + 'site-timezone' => '系统时区', + 'site-locale' => '系统语言', + 'date-format' => '日期格式', + 'incident-date-format' => '故障的时间显示格式', ], 'security' => [ 'allowed-domains' => '允许的域', diff --git a/resources/lang/zh-TW/cachet.php b/resources/lang/zh-TW/cachet.php index 5fe154481..d9a31dcf1 100644 --- a/resources/lang/zh-TW/cachet.php +++ b/resources/lang/zh-TW/cachet.php @@ -103,8 +103,8 @@ return [ 'users' => [ 'email' => [ 'invite' => [ - 'text' => "您已被邀請加入 :app_name 團隊的狀態頁, 請點擊以下鏈接進行註冊。\n:link\n謝謝, :app_name", - 'html' => '

您已被邀請加入 :app_name 團隊的狀態頁, 請點擊以下鏈接進行註冊。

:link

謝謝, :app_name

', + 'text' => "您已被邀請加入 :app_name 團隊的狀態頁, 請點擊以下鏈接進行註冊。\n:link\n謝謝, :app_name", + 'html' => '

您已被邀請加入 :app_name 團隊的狀態頁, 請點擊以下鏈接進行註冊。

:link

謝謝, :app_name

', ], ], ], diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index 7d4bb1275..420ea135c 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -118,10 +118,10 @@ return [ 'analytics_piwik_siteid' => 'Piwik 的站點 id', ], 'localization' => [ - 'site-timezone' => '站點時區', - 'site-locale' => '站點語言', - 'date-format' => '日期格式', - 'incident-date-format' => '事件的時間戳格式', + 'site-timezone' => '站點時區', + 'site-locale' => '站點語言', + 'date-format' => '日期格式', + 'incident-date-format' => '事件的時間戳格式', ], 'security' => [ 'allowed-domains' => '允許的域',