Merge pull request #2301 from CachetHQ/l10n_2.4

New Crowdin translations
This commit is contained in:
James Brooks 2017-01-05 19:17:42 +00:00 committed by GitHub
commit 8f51b880b7
52 changed files with 4501 additions and 191 deletions

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'status' => [
0 => 'Unknown',
1 => 'تشغيل',
2 => 'Performance Issues',
3 => 'Partial Outage',
4 => 'Major Outage',
],
'group' => [
'other' => 'Other Components',
],
],
// Incidents
'incidents' => [
'none' => 'No incidents reported',
'past' => 'Past Incidents',
'previous_week' => 'الأسبوع السابق',
'next_week' => 'الاسبوع القادم',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Scheduled Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Investigating',
2 => 'Identified',
3 => 'Watching',
4 => 'Fixed',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
],
'api' => [
'regenerate' => 'Regenerate API Key',
'revoke' => 'Revoke API Key',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'الساعة الأخيرة',
'hourly' => 'Last 12 Hours',
'weekly' => 'أسبوع',
'monthly' => 'شهر',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the updates',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscribe',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],
'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.',
],
],
'signup' => [
'title' => 'سجل',
'username' => 'Username',
'email' => 'Email',
'password' => 'Password',
'success' => 'Your account has been created.',
'failure' => 'Something went wrong with the signup.',
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
],
// Modal
'modal' => [
'close' => 'Close',
'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',
],
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'About This Site',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Darrera actualització :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operatiu',
2 => 'Problemes de rendiment',
3 => 'Interrupció parcial',
4 => 'Interrupció major',
],
'group' => [
'other' => 'Altres components',
],
],
// Incidents
'incidents' => [
'none' => 'No s\'han registrat incidents',
'past' => 'Incidents anteriors',
'previous_week' => 'Setmana Anterior',
'next_week' => 'Següent Setmana',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Interrupció programada',
'scheduled_at' => ', programat',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Investigant',
2 => 'Identificat',
3 => 'En observació',
4 => 'Resolt',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Sistema en funcionament | [2, Inf] Tots els sistemes estan en funcionament',
'bad' => '[0,1] Actualment el sistema està experimentant problemes| [2, Inf] Alguns sistemes estan experimentant problemes',
'major' => '[0,1] El servei està experimentant una interrupció major| [2, Inf] Alguns sistemes estan experimentant una interrupció major',
],
'api' => [
'regenerate' => 'Regenerau la clau de l\'API',
'revoke' => 'Revocau la clau de l\'API',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Darrera hora',
'hourly' => 'Darreres 12 hores',
'weekly' => 'Setmana',
'monthly' => 'Mes',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Subscriviu-vos per rebre les darreres actualitzacions',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscriviu-vos',
'manage' => [
'no_subscriptions' => 'Actualment estau subscrits a totes les actualitzacions.',
'my_subscriptions' => 'Actualment estau subscrits a les següents actualitzacions.',
],
'email' => [
'subscribe' => 'Subscriviu-vos a les actualitzacions del correu electrònic.',
'subscribed' => 'Heu estat subscrits a les actualitzacions del correu electrònic. Per favor, consultau el vostre correu electrònic per confirmar la subscripció.',
'verified' => 'La vostra subscripció al correu electrònic ha estat confirmada. Gràcies!',
'manage' => 'Gestionar la teva subscripció',
'unsubscribe' => 'Des-subscriviu-vos.',
'unsubscribed' => 'La vostra subscripció del correu electrònic ha estat cancel·lada.',
'failure' => 'Alguna cosa ha anat malament en el procés de subscripció.',
'already-subscribed' => 'No pot subscriure\'s :email perquè ja està subscrit.',
],
],
'signup' => [
'title' => 'Crea un compte',
'username' => 'Nom de l\'usuari',
'email' => 'Correu electrònic',
'password' => 'Contrasenya',
'success' => 'El vostre compte s\'ha creat.',
'failure' => 'Something went wrong with the signup.',
],
'system' => [
'update' => 'Hi ha una nova versió de Cachet disponible. Pots llegir la documentació sobre com actualitzar <a href="https://docs.cachethq.io/docs/updating-cachet">aquí</a>!',
],
// Modal
'modal' => [
'close' => 'Tanca',
'subscribe' => [
'title' => 'Subscriure\'s als canvis dels components',
'body' => 'Escrigui el seu correu electrònic per subscriure\'s a les actualitzacions dels components. Si vostè ja està registrat, ja rebrà missatges de correu per aquest component.',
'button' => 'Subscriviu-vos',
],
],
// Other
'home' => 'Inici',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Funciona amb <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'Sobre aquest lloc',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Estat',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Poslední aktualizace :timestamp',
'status' => [
0 => 'Unknown',
1 => 'V provozu',
2 => 'Problémy s výkonem',
3 => 'Částečný výpadek',
4 => 'Závažný výpadek',
],
'group' => [
'other' => 'Ostatní služby',
],
],
// Incidents
'incidents' => [
'none' => 'Nejsou nahlášeny žádné incidenty',
'past' => 'Minulé incidenty',
'previous_week' => 'Předchozí týden',
'next_week' => 'Příští týden',
'stickied' => 'Připnuté incidenty',
'scheduled' => 'Plánovaná odstávka',
'scheduled_at' => ', plánované na :timestamp',
'posted' => 'Publikováno :timestamp',
'status' => [
1 => 'Zkoumání příčiny',
2 => 'Problém identifikován',
3 => 'Sledování',
4 => 'Opraveno',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Služba je v provozu|[2,Inf] Všechny služby fungují bez problémů',
'bad' => '[0,1] Služba má problémy|[2,Inf] Některá ze služeb má problémy',
'major' => '[0,1] Služba má celkový výpadek|[2,Inf] Některé služby mají celkový výpadek',
],
'api' => [
'regenerate' => 'Obnovit API klíč',
'revoke' => 'Zrušit API klíč',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Před hodinou',
'hourly' => 'Posledních 12 hodin',
'weekly' => 'Týden',
'monthly' => 'Měsíc',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Přihlásit se k odběru upozornění',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Přihlásit',
'manage' => [
'no_subscriptions' => 'Aktuálně jsi přihlášen(a) ke všem upozorněním.',
'my_subscriptions' => 'Aktuálně jsi přihlášen(a) k následujícím upozorněním.',
],
'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.',
'verified' => 'E-mail pro zasílání upozornění byl ověřen. Děkujeme!',
'manage' => 'Spravovat 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' => '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' => 'Je k dispozici nová verze Cachet. Jak provést update najdeš <a href="https://docs.cachethq.io/docs/updating-cachet">zde</a>!',
],
// Modal
'modal' => [
'close' => 'Zavřít',
'subscribe' => [
'title' => 'Přihlásit se k odběru upozornění',
'body' => 'Zadej svůj email pro odběr upozornění pro tuto službu. Pokud již odebíráš upozornění, budeš nadále dostávat emaily pro tuto službu.',
'button' => 'Přihlásit',
],
],
// Other
'home' => 'Hlavní stránka',
'description' => 'Držte krok s nejnovějšími aktualizacemi od: app.',
'powered_by' => 'Vytvořeno pomocí <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Časová zóna je :timezone.',
'about_this_site' => 'O tomto webu',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Kanál stavů',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Sidst opdateret :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Normal',
2 => 'Hastighedsproblemer',
3 => 'Nogen udfald',
4 => 'Store problemer',
],
'group' => [
'other' => 'Andre komponenter',
],
],
// Incidents
'incidents' => [
'none' => 'Ingen hændelser er rapporteret',
'past' => 'Tidligere hændelser',
'previous_week' => 'Forrige uge',
'next_week' => 'Næste uge',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Planlagt vedligeholdelse',
'scheduled_at' => ', planlagt til :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Undersøger',
2 => 'Identificeret',
3 => 'Overvåger',
4 => 'Rettet',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Systemet virker|[2,Inf] Alle systemer virker',
'bad' => '[0,1] Systemet har i øjeblikket problemer|[2,Inf] Nogle systemer har i øjeblikket problemer',
'major' => '[0,1] Systemet har i øjeblikket store problemer|[2,Inf] Nogle systemer har i øjeblikket store problemer',
],
'api' => [
'regenerate' => 'Generer en ny API nøgle',
'revoke' => 'Tilbagekald API nøgle',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Sidste time',
'hourly' => 'Sidste 12 timer',
'weekly' => 'Ugentlig',
'monthly' => 'Månedlig',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Tilmeld dig for at få de seneste opdateringer',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Abonner',
'manage' => [
'no_subscriptions' => 'Du abonner i øjeblikket på alle opdateringer.',
'my_subscriptions' => 'Du abonnere i øjeblikket på følgende opdateringer.',
],
'email' => [
'subscribe' => 'Abonner på email opdateringer.',
'subscribed' => 'Du er blevet tilmeldt email notifikationer. Vi har sendt dig en bekræftelse på den indtastede email-adresse.',
'verified' => 'Din tilmelding er nu blevet bekræftet, tak.',
'manage' => 'Administrer dit abonnement',
'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.',
],
],
'signup' => [
'title' => 'Tilmeld',
'username' => 'Brugernavn',
'email' => 'Email',
'password' => 'Adgangskode',
'success' => 'Din konto er nu oprettet.',
'failure' => 'Noget gik galt under tilmeldingen.',
],
'system' => [
'update' => 'Der er en nyere version af Cachet tilgængelig. Du kan læse mere om hvordan du opdatere <a href="https://docs.cachethq.io/docs/updating-cachet">her</a>!',
],
// Modal
'modal' => [
'close' => 'Luk',
'subscribe' => [
'title' => 'Abonner på komponent opdateringer',
'body' => 'Indtast din email adresse for at abonnere på opdateringer angående dette komponent. Hvis du allerede er tilmeldt, vil du modtage emails angående dette komponent.',
'button' => 'Abonner',
],
],
// Other
'home' => 'Hjem',
'description' => 'Hold dig opdateret med de seneste opdateringer fra :app.',
'powered_by' => 'Drevet af <a href="https://cachethq.io" class="links"> Cachet</a>.',
'timezone' => 'Tidspunkter er vist i :timezone.',
'about_this_site' => 'Om denne side',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Letztes Update :timestamp',
'status' => [
0 => 'Unbekannt',
1 => 'Funktionsfähig',
2 => 'Leistungsprobleme',
3 => 'Teilweiser Ausfall',
4 => 'Schwerer Ausfall',
],
'group' => [
'other' => 'Andere Komponenten',
],
],
// Incidents
'incidents' => [
'none' => 'Es liegen keine Ereignisse vor',
'past' => 'Vergangene Ereignisse',
'previous_week' => 'Vorherige Woche',
'next_week' => 'Nächste Woche',
'stickied' => 'Angepinnte Vorfälle',
'scheduled' => 'Geplante Wartungen',
'scheduled_at' => ', geplant :timestamp',
'posted' => 'Veröffentlicht :timestamp',
'status' => [
1 => 'Untersuchungen laufen',
2 => 'Identifiziert',
3 => 'Unter Beobachtung',
4 => 'Behoben',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Bevorstehend',
1 => 'In Bearbeitung',
2 => 'Abgeschlossen',
],
],
// Service Status
'service' => [
'good' => '[0,1] System funktioniert einwandfrei|[2,Inf] Alle Systeme funktionieren einwandfrei',
'bad' => '[0,1] System hat momentan Probleme|[2,Inf] Mehrere Systeme haben momentan Probleme',
'major' => '[0,1] System hat ein schwerwiegendes Problem|[2,Inf] Mehrere Systeme haben ein schwerwiegendes Problem',
],
'api' => [
'regenerate' => 'API-Schlüssel erneuern',
'revoke' => 'API-Schlüssel widerrufen',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Letzte Stunde',
'hourly' => 'Letzte 12 Stunden',
'weekly' => 'Wöchentlich',
'monthly' => 'Monatlich',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Abonnieren',
'manage' => [
'no_subscriptions' => 'Du hast im Augenblick alle Updates abonniert.',
'my_subscriptions' => 'Du hast im Augenblick folgende Updates abonniert.',
],
'email' => [
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
'manage' => 'Verwalte deine Abonnements',
'unsubscribe' => 'Abonnement widerrufen.',
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde beendet.',
'failure' => 'Beim aktivieren des Abonnements ist ein Fehler aufgetreten.',
'already-subscribed' => 'Abonnement für :email konnte nicht registriert werden, da die E-Mail Adresse schon registriert ist.',
],
],
'signup' => [
'title' => 'Registrieren',
'username' => 'Benutzername',
'email' => 'E-Mail',
'password' => 'Passwort',
'success' => 'Ihr Konto wurde erfolgreich erstellt.',
'failure' => 'Mit der Registrierung ist etwas schief gelaufen.',
],
'system' => [
'update' => 'Es ist eine neuere Version von Cachet verfügbar. Lerne <a href="https://docs.cachethq.io/docs/updating-cachet">hier</a>!, wie du updaten kannst!',
],
// Modal
'modal' => [
'close' => 'Schließen',
'subscribe' => [
'title' => 'Abonniere die Komponenten-Updates',
'body' => 'Gib deine E-Mail Adresse ein, um Updates für diesen Komponenten zu erhalten. Wenn du bereits abonniert bist, erhälst du schon Updates für diesen Komponenten.',
'button' => 'Abonnieren',
],
],
// Other
'home' => 'Startseite',
'description' => 'Bleiben sie auf dem Laufenden mit den neuesten Service-Updates von :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Uhrzeiten werden in :timezone angezeigt.',
'about_this_site' => 'Über diese Seite',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status-Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Λειτουργικό',
2 => 'Προβλήματα επιδόσης',
3 => 'Μερική Διακοπή',
4 => 'Σημαντική Διακοπή',
],
'group' => [
'other' => 'Other Components',
],
],
// Incidents
'incidents' => [
'none' => 'Δεν υπάρχουν περιστατικά',
'past' => 'Προηγούμενα περιστατικά',
'previous_week' => 'Previous week',
'next_week' => 'Next week',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Προγραμματισμένη Συντήρηση',
'scheduled_at' => ', προγραμματισμένη :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Διερευνάται',
2 => 'Προσδιορίστηκε',
3 => 'Παρακολούθηση',
4 => 'Διορθωμένο',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Το σύστημα βρίσκεται σε λειτουργία[2,Inf] Όλα τα συστήματα βρίσκονται σε λειτουργία',
'bad' => '[0,1] Το σύστημα αντιμετωπίζει προβλήματα|[2,Inf] Κάποια συστήματα αντιμετωπίζουν προβλήματα',
'major' => '[0,1] Η υπηρεσία αντιμετωπίζει μία σημαντική διακοπή|[2,Inf] Κάποια συστήματα αντιμετωπίζουν μία σημαντική διακοπή',
],
'api' => [
'regenerate' => 'Αλλαγή κλειδιού API',
'revoke' => 'Ακύρωση κλειδιού API',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Τελευταία ώρα',
'hourly' => 'Τελευταίες 12 ώρες',
'weekly' => 'Εβδομάδα',
'monthly' => 'Μήνας',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Εγγραφείτε για να λάβετε τις τελευταίες ενημερώσεις',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Εγγραφή',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],
'email' => [
'subscribe' => 'Εγγραφή στις ενημερώσεις μέσω email.',
'subscribed' => 'Έχετε εγγραφεί στις ενημερώσεις μέσω email, παρακαλώ ελέγξτε το email σας για να επιβεβαιώσετε την εγγραφή σας.',
'verified' => 'Η εγγραφή σας έχει επιβεβαιωθεί. Ευχαριστούμε!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'Διαγραφή από τις ενημερώσεις μέσω email.',
'unsubscribed' => 'Η εγγραφή σας έχει ακυρωθεί.',
'failure' => 'Προέκυψε ένα σφάλμα σχετικά με την εγγραφή.',
'already-subscribed' => 'Δεν ήταν δυνατή η εγγραφή του :email επειδή είναι ήδη εγγεγραμμένο.',
],
],
'signup' => [
'title' => 'Εγγραφή',
'username' => 'Username',
'email' => 'E-mail',
'password' => 'Κωδικός πρόσβασης',
'success' => 'Ο λογαριασμός σας έχει δημιουργηθεί.',
'failure' => 'Προέκυψε κάποιο σφάλμα σχετικά με την εγγραφή.',
],
'system' => [
'update' => 'Μια ενημερωμένη έκδοση του Cache είναι διαθέσιμη. Δείτε πως μπορείτε να αναβαθμίσετε <a href="https://docs.cachethq.io/docs/updating-cachet">εδώ</a>!',
],
// Modal
'modal' => [
'close' => 'Κλείσιμο',
'subscribe' => [
'title' => 'Εγγραφή στις ενημερώσεις στοιχείων',
'body' => 'Συμπληρώστε το email σας για να εγγραφείτε στις ενημερώσεις αυτού του στοιχείου. Αν είστε ήδη εγγεγραμένος, τότε λαμβάνεται ήδη emails για αυτό το στοιχείο.',
'button' => 'Εγγραφή',
],
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'Σχετικά με αυτόν τον ιστότοπο',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'crwdns1326:0crwdne1326:0',
'title' => 'crwdns1327:0crwdne1327:0',
'content' => 'crwdns1328:0crwdne1328:0',
],
],
'incident' => [
'new' => [
'subject' => 'crwdns1329:0crwdne1329:0',
'content' => 'crwdns1330:0crwdne1330:0',
'title' => 'crwdns1331:0crwdne1331:0',
'action' => 'crwdns1332:0crwdne1332:0',
],
'update' => [
'subject' => 'crwdns1333:0crwdne1333:0',
'content' => 'crwdns1334:0crwdne1334:0',
'title' => 'crwdns1335:0crwdne1335:0',
'action' => 'crwdns1336:0crwdne1336:0',
],
],
'schedule' => [
'new' => [
'subject' => 'crwdns1337:0crwdne1337:0',
'content' => 'crwdns1338:0crwdne1338:0',
'title' => 'crwdns1339:0crwdne1339:0',
'action' => 'crwdns1340:0crwdne1340:0',
],
],
'subscriber' => [
'verify' => [
'subject' => 'crwdns1341:0crwdne1341:0',
'content' => 'crwdns1342:0crwdne1342:0',
'title' => 'crwdns1343:0crwdne1343:0',
'action' => 'crwdns1344:0crwdne1344:0',
],
],
'system' => [
'test' => [
'subject' => 'crwdns1345:0crwdne1345:0',
'content' => 'crwdns1346:0crwdne1346:0',
'title' => 'crwdns1347:0crwdne1347:0',
],
],
'user' => [
'invite' => [
'subject' => 'crwdns1348:0crwdne1348:0',
'content' => 'crwdns1349:0crwdne1349:0',
'title' => 'crwdns1350:0crwdne1350:0',
'action' => 'crwdns1351:0crwdne1351:0',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operational',
2 => 'Performance Issues',
3 => 'Partial Outage',
4 => 'Major Outage',
],
'group' => [
'other' => 'Other Components',
],
],
// Incidents
'incidents' => [
'none' => 'No incidents reported',
'past' => 'Past Incidents',
'previous_week' => 'Previous Week',
'next_week' => 'Next Week',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Scheduled Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Investigating',
2 => 'Identified',
3 => 'Watching',
4 => 'Fixed',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
],
'api' => [
'regenerate' => 'Regenerate API Key',
'revoke' => 'Revoke API Key',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Last Hour',
'hourly' => 'Last 12 Hours',
'weekly' => 'Week',
'monthly' => 'Month',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the most recent updates',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscribe',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],
'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.',
],
],
'signup' => [
'title' => 'Sign Up',
'username' => 'Username',
'email' => 'Email',
'password' => 'Password',
'success' => 'Your account has been created.',
'failure' => 'Something went wrong with the signup.',
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
],
// Modal
'modal' => [
'close' => 'Close',
'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',
],
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'About This Site',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Última actualización :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operacional',
2 => 'Problemas de rendimiento',
3 => 'Interrupción parcial',
4 => 'Interrupción mayor',
],
'group' => [
'other' => 'Otros componentes',
],
],
// Incidents
'incidents' => [
'none' => 'Ningún incidente reportado',
'past' => 'Incidencias anteriores',
'previous_week' => 'Semana anterior',
'next_week' => 'Semana siguiente',
'stickied' => 'Incidentes pegados',
'scheduled' => 'Mantenimiento programado',
'scheduled_at' => ', programado para :timestamp',
'posted' => 'Publicado :timestamp',
'status' => [
1 => 'Investigando',
2 => 'Identificado',
3 => 'Observando',
4 => 'Corregido',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Sistema operativo | [2,Inf] Todos los sistemas están operativos',
'bad' => '[0,1] El sistema está actualmente experimentando problemas | [2,Inf] Algunos sistemas están experimentando problemas',
'major' => '[0,1] El servicio está experimentando una interrupción mayor | [2, Inf] Algunos sistemas están experimentando una interrupción mayor',
],
'api' => [
'regenerate' => 'Regenerar API Key',
'revoke' => 'Revocar API Key',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Última hora',
'hourly' => 'Últimas 12 horas',
'weekly' => 'Semana',
'monthly' => 'Mes',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Suscríbete para obtener las actualizaciones más recientes',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Suscríbete',
'manage' => [
'no_subscriptions' => 'Actualmente estás suscrito a todas las actualizaciones.',
'my_subscriptions' => 'Actualmente estás suscrito a las siguientes actualizaciones.',
],
'email' => [
'subscribe' => 'Suscríbete para recibir actualizaciones por correo electrónico.',
'subscribed' => 'Te has subscrito a las notificaciones por correo electrónico, por favor verifica tu correo electrónico para confirmar tu subscripción.',
'verified' => 'Tu subscripción por correo electrónico ha sido confirmada. Gracias!',
'manage' => 'Administre su suscripción',
'unsubscribe' => 'Darse de baja de alertas.',
'unsubscribed' => 'Tu subscripción de correo electrónico ha sido cancelada.',
'failure' => 'Algo salió mal con la subscripción.',
'already-subscribed' => 'No se puede suscribir :email porque ya esta suscrito.',
],
],
'signup' => [
'title' => 'Registrarse',
'username' => 'Nombre de usario',
'email' => 'Correo electrónico',
'password' => 'Contraseña',
'success' => 'Tu cuenta ha sido creada.',
'failure' => 'Hubo algún error al registrarse.',
],
'system' => [
'update' => 'Hay disponible una versión de Cachet más nueva. Puedes aprender sobre cómo actualizarla <a href="https://docs.cachethq.io/docs/updating-cachet">aquí</a>!',
],
// Modal
'modal' => [
'close' => 'Cerrar',
'subscribe' => [
'title' => 'Subscribirse a actualizaciones de componentes',
'body' => 'Introduce tu dirección de correo electrónico para subscribirte a las actualizaciones de este componente. Si ya estás subscrito, ya recibirás los correos electrónicos para este componente.',
'button' => 'Suscríbete',
],
],
// Other
'home' => 'Inicio',
'description' => 'Mantente informado con las últimas actualizaciones de servicio de :app.',
'powered_by' => 'La página de estado de :app está proporcionada por <a href="https://cachethq.io">Cachet</a>.',
'timezone' => 'Las horarios son mostrados en :timezone.',
'about_this_site' => 'Acerca de este sitio',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Estado del Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'آخرین بروز رسانی :timestamp',
'status' => [
0 => 'Unknown',
1 => 'عملیاتی',
2 => 'مسائل مربوط به عملکرد',
3 => 'قطعی جزیی',
4 => 'قطعی بزرگ',
],
'group' => [
'other' => 'کامپوننت‌های دیگر',
],
],
// Incidents
'incidents' => [
'none' => 'هیچ حادثه ای گزارش نشده است',
'past' => 'حوادث گذشته',
'previous_week' => 'هفته گذشته',
'next_week' => 'هفته آینده',
'stickied' => 'Stickied Incidents',
'scheduled' => 'تعمیرات زمان‌بندی شده',
'scheduled_at' => '، برنامه ریزی شده :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'در دست بررسی',
2 => 'شناسایی شده',
3 => 'در دست بررسی تغييرات',
4 => 'برطرف شده',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] سامانه فعال است | [2,Inf] همه سامانه‌ها فعالند',
'bad' => '[0,1] سامانه در حال حاضر دچار اشکال است | [2,Inf] برخی از سامانه‌ها دچار اشکال شده‌اند',
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
],
'api' => [
'regenerate' => 'ساخت مجدد کلید API',
'revoke' => 'غیرفعال نمودن کلید API',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'ساعت گذشته',
'hourly' => '12 ساعت گذشته',
'weekly' => 'هفته',
'monthly' => 'ماه',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'مشترک شوید تا از آخرین به‌روزرسانی‌ها آگاه شوید',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'اشتراک اطلاع‌رسانی',
'manage' => [
'no_subscriptions' => 'در حال حاضر شما برای همه به‌روزرسانی‌ها مشترک هستید.',
'my_subscriptions' => 'در حال حاضر شما برای این به‌روزرسانی‌ها مشترک هستید.',
],
'email' => [
'subscribe' => 'اشتراک در به‌روزرسانی‌های ایمیلی.',
'subscribed' => 'شما در اطلاع‌رسانی‌های ایمیلی مشترک هستید، لطفا ایمیل خود را جهت تایید اشتراک، کنترل نمایید.',
'verified' => 'ایمیل اشتراک شما با موفقیت تایید شد. با تشکر!',
'manage' => 'Manage your subscription',
'unsubscribe' => 'لغو اشتراک ایمیلی برای به‌روزرسانی‌ها.',
'unsubscribed' => 'اشتراک ایمیلی شما لغو گردید.',
'failure' => 'هنگام عضویت اشتراک خطایی رخ داد.',
'already-subscribed' => 'امکان مشترک شدن :email وجود ندارد، زیرا در حال حاضر این ایمیل مشترک می‌باشد.',
],
],
'signup' => [
'title' => 'نام‌نویسی',
'username' => 'نام‌کاربری',
'email' => 'ایمیل',
'password' => 'رمزعبور',
'success' => 'حساب کاربری شما ایجاد گردید.',
'failure' => 'Something went wrong with the signup.',
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
],
// Modal
'modal' => [
'close' => 'بستن',
'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' => 'اشتراک اطلاع‌رسانی',
],
],
// Other
'home' => 'خانه',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'درباره این سایت',
'rss-feed' => 'خوراک (RSS)',
'atom-feed' => 'خوراک (Atom)',
'feed' => 'فید (خوراک) وضعیت',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Viimeksi päivitetty :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Toiminnassa',
2 => 'Suorituskykyyn liittyviä ongelmia',
3 => 'Osittainen katkos',
4 => 'Merkittävä katkos',
],
'group' => [
'other' => 'Muut komponentit',
],
],
// Incidents
'incidents' => [
'none' => 'Ei raportoitavia tapauksia',
'past' => 'Aikaisemmat tapahtumat',
'previous_week' => 'Edellinen viikko',
'next_week' => 'Seuraava viikko',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Ajastettu tapahtuma',
'scheduled_at' => ', ajoitettu :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Tutkitaan',
2 => 'Tunnistettu',
3 => 'Valvotaan',
4 => 'Korjattu',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] järjestelmät ovat toiminnassa| [2, Inf] Kaikki järjestelmät ovat toiminnassa',
'bad' => '[0,1] järjestelmässä on tällä hetkellä ongelmia| [2, Inf] Joissakin järjestelmissä on ongelmia',
'major' => '[0,1] Palvelussa on merkittävä katkos| [2, Inf] Joissakin järjestelmissä on merkittävä katkoksia',
],
'api' => [
'regenerate' => 'Luo API-avain',
'revoke' => 'Peruuta API-avain',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Viimeisen tunnin',
'hourly' => 'Viimeisen 12 tunnin',
'weekly' => 'Viikko',
'monthly' => 'Kuukausi',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Tilaa uusimmat päivitykset',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Tilaa',
'manage' => [
'no_subscriptions' => 'Olet tällä hetkellä tilannut kaikki ilmoitukset.',
'my_subscriptions' => 'Olet tällä hetkellä tilannut seuraavat ilmoitukset.',
],
'email' => [
'subscribe' => 'Tilaa sähköpostiin päivitykset.',
'subscribed' => 'Olet tilannut sähköposti-ilmoitukset, tarkista sähköpostisi vahvistaaksesi tilauksen.',
'verified' => 'Sähköpostitilauksesi on vahvistettu. Kiitos!',
'manage' => 'Hallinnoi tilaustasi',
'unsubscribe' => 'Lopeta sähköpostitilaus.',
'unsubscribed' => 'Sähköpostitilauksesi on peruutettu.',
'failure' => 'Jokin meni vikaan sähköpostitilauksen käsittelyssä.',
'already-subscribed' => 'Ei voida tilata ilmoituksia sähköpostilla :email koska on jo tilattu.',
],
],
'signup' => [
'title' => 'Rekisteröidy',
'username' => 'Käyttäjätunnus',
'email' => 'Sähköposti',
'password' => 'Salasana',
'success' => 'Tilisi on luotu.',
'failure' => 'Jokin meni vikaan sähköpostitilauksen käsittelyssä.',
],
'system' => [
'update' => 'Cachetistä on saatavilla uudempi versio. Katso miten päivitetään uudempaan versioon <a href="https://docs.cachethq.io/docs/updating-cachet">täältä</a>!',
],
// Modal
'modal' => [
'close' => 'Sulje',
'subscribe' => [
'title' => 'Tilaa sähköpostiin ilmoituksia komponenttien tilasta',
'body' => 'Kirjoita sähköpostiosoitteesi tilaaksesi päivitykset tästä komponetista. Jos olet jo tilaaja, saat jo sähköposti ilmoituksia tästä komponetista.',
'button' => 'Tilaa',
],
],
// Other
'home' => 'Etusivu',
'description' => 'Pysy ajan tasalla tilaamalla uusimmat päivitykset :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links"> Cachet</a>.',
'timezone' => 'Aika näytetään :timezone.',
'about_this_site' => 'Tietoa sivustosta',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Statussyöte',
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Dernière mise à jour :timestamp',
'status' => [
0 => 'Inconnu',
1 => 'Opérationnel',
2 => 'Problèmes de performances',
3 => 'Panne partielle',
4 => 'Panne majeure',
],
'group' => [
'other' => 'Autres composants',
],
],
// Incidents
'incidents' => [
'none' => 'Aucun incident signalé',
'past' => 'Incidents antérieurs',
'previous_week' => 'Semaine précédente',
'next_week' => 'Semaine suivante',
'stickied' => 'Incidents épinglés',
'scheduled' => 'Maintenance Planifiée',
'scheduled_at' => ', planifé à :timestamp',
'posted' => 'Posté à :timestamp',
'status' => [
1 => 'Enquête en cours',
2 => 'Identifié',
3 => 'Sous surveillance',
4 => 'Corrigé',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Imminent',
1 => 'En cours',
2 => 'Terminé',
],
],
// Service Status
'service' => [
'good' => '[0,1] Système opérationnel|[2,Inf] 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] Le service rencontre une panne majeure|[2,Inf] Certains systèmes rencontrent une panne majeure',
],
'api' => [
'regenerate' => 'Régénérer la clé API',
'revoke' => 'Révoquer la clé API',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Dernière heure',
'hourly' => 'Les 12 dernières heures',
'weekly' => 'Semaine',
'monthly' => 'Mois',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Abonnez-vous pour obtenir les dernières mises à jour.',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'S\'abonner',
'manage' => [
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.',
'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.',
],
'email' => [
'subscribe' => 'S\'abonner aux notifications par email.',
'subscribed' => 'Vous êtes abonné aux notifications par email, veuillez vérifier votre messagerie pour confirmer votre adresse.',
'verified' => 'Votre abonnement aux notifications par email a été confirmé. Merci !',
'manage' => 'Gérer votre abonnement',
'unsubscribe' => 'Désinscription des mises à jour par courriel.',
'unsubscribed' => 'Votre abonnement aux notifications par email a été annulé.',
'failure' => 'Une erreur est survenue lors de l\'abonnement.',
'already-subscribed' => 'Impossible de s\'abonner avec l\'adresse e-mail :email car celle-ci est déjà abonnée.',
],
],
'signup' => [
'title' => 'Inscription',
'username' => 'Nom d\'utilisateur',
'email' => 'Adresse e-mail',
'password' => 'Mot de passe ',
'success' => 'Votre compte a été créé.',
'failure' => 'Un problème est survenu lors de votre inscription.',
],
'system' => [
'update' => 'Il y a une nouvelle version de Cachet disponible. Vous pouvez trouver des renseignements concernant la procédure de mise à jour <a href="https://docs.cachethq.io/docs/updating-cachet">ici</a>!',
],
// Modal
'modal' => [
'close' => 'Fermer',
'subscribe' => [
'title' => 'S\'abonner aux mises à jour du status du composant',
'body' => 'Entrez votre adresse e-mail pour vous abonner aux mises à jour de ce composant. Si vous êtes déjà abonné, vous recevez déjà des notifications pour ce composant.',
'button' => 'S\'abonner',
],
],
// Other
'home' => 'Accueil',
'description' => 'Restez à jour avec les dernières mises à jour de :app.',
'powered_by' => 'Propulsé par <a href="https://cachethq.io">Cachet</a>.',
'timezone' => 'Les heures sont affichées avec le fuseau horaire :timezone.',
'about_this_site' => 'À propos du site',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Flux des statuts',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operational',
2 => 'בעיות ביצועים',
3 => 'Partial Outage',
4 => 'Major Outage',
],
'group' => [
'other' => 'Other Components',
],
],
// Incidents
'incidents' => [
'none' => 'No incidents reported',
'past' => 'Past Incidents',
'previous_week' => 'Previous week',
'next_week' => 'Next week',
'stickied' => 'Stickied Incidents',
'scheduled' => 'תחזוקה מתוזמנת',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Investigating',
2 => 'מזוהה',
3 => 'צופה',
4 => 'תוקן',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
],
'api' => [
'regenerate' => 'צור מפתח API',
'revoke' => 'לבטל את מפתח ה-API',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Last Hour',
'hourly' => 'Last 12 Hours',
'weekly' => 'Week',
'monthly' => 'Month',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the updates',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscribe',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],
'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.',
],
],
'signup' => [
'title' => 'Sign Up',
'username' => 'Username',
'email' => 'כתובת דוא"ל',
'password' => 'סיסמא',
'success' => 'Your account has been created.',
'failure' => 'Something went wrong with the signup.',
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
],
// Modal
'modal' => [
'close' => 'Close',
'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',
],
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'About This Site',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Utoljára frissítve: :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Működik',
2 => 'Teljesítmény problémák',
3 => 'Részleges leállás',
4 => 'Teljes leállás',
],
'group' => [
'other' => 'Egyéb komponensek',
],
],
// Incidents
'incidents' => [
'none' => 'Nincs incidens jelentve',
'past' => 'Múltbeli incidensek',
'previous_week' => 'Előző hét',
'next_week' => 'Következő hét',
'stickied' => 'Kitűzőtt Incidensek',
'scheduled' => 'Ütemezett karbantartás',
'scheduled_at' => ', ütemezett :timestamp',
'posted' => 'Közzétéve :timestamp',
'status' => [
1 => 'Kivizsgálás',
2 => 'Azonosítva',
3 => 'Megfigyelés',
4 => 'Javítva',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Rendszer üzemképes|[2,Inf] Az összes rendszer üzemképes',
'bad' => '[0,1] A rendszer problémát észlelt|[2,Inf] Több rendszer problémát észlelt',
'major' => '[0,1] A szolgáltatás jelenleg nem elérhető|[2,Inf] Több szolgáltatás nem elérhető',
],
'api' => [
'regenerate' => 'API kulcs újragenerálása',
'revoke' => 'API kulcs visszavonása',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Előző óra',
'hourly' => 'Elmúlt 12 óra',
'weekly' => 'Heti',
'monthly' => 'Havi',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Kérjük iratkozzon fel a legújabb frissítésekért',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Feliratkozás',
'manage' => [
'no_subscriptions' => 'Minden frissítésre feliratkozva.',
'my_subscriptions' => 'A következő frissítésekre feliratkozva.',
],
'email' => [
'subscribe' => 'Feliratkozás e-mail értesítésekre.',
'subscribed' => 'Ön feliratkozott e-mailen, kérjük ellenőrizze e-mail fiókját a véglegesítéshez.',
'verified' => 'Feliratkozásod megerősítve. Köszönjük!',
'manage' => 'Feliratkozás kezelése',
'unsubscribe' => 'E-mail értesítések kikapcsolása.',
'unsubscribed' => 'E-mail feliratkozás törölve.',
'failure' => 'Hiba történt a feliratkozással.',
'already-subscribed' => ':email már fel van iratkozva.',
],
],
'signup' => [
'title' => 'Regisztráció',
'username' => 'Felhasználónév',
'email' => 'E-mail cím',
'password' => 'Jelszó',
'success' => 'Fiókja elkészült.',
'failure' => 'Hiba történt regisztráció közben.',
],
'system' => [
'update' => 'Cachet frissítések találhatók! <a href="https://docs.cachethq.io/docs/updating-cachet">Itt</a> olvashatsz utána, hogyan kell frissíteni.',
],
// Modal
'modal' => [
'close' => 'Bezárás',
'subscribe' => [
'title' => 'Feliratkozás komponens frissítésekre',
'body' => 'Kérjük adja meg az e-mail címét hogy értesítéseket kapjon ezen komponens frissítéseire. Ha már feliratkozott, akkor nincs miért aggódnia.',
'button' => 'Feliratkozás',
],
],
// Other
'home' => 'Kezdőoldal',
'description' => 'Maradjon mindig naprakész :app legújabb frissítéseivel.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Alkalmazott időzóna: :timezone.',
'about_this_site' => 'A webhelyről',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Státusz Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Update terakhir :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operasional',
2 => 'Masalah Kinerja',
3 => 'Gagal Sebagian',
4 => 'Kegagalan Sistem',
],
'group' => [
'other' => 'Komponen Lain',
],
],
// Incidents
'incidents' => [
'none' => 'Tidak ada insiden yang dilaporkan',
'past' => 'Insiden sebelumnya',
'previous_week' => 'Pekan sebelumnya',
'next_week' => 'Pekan selanjutnya',
'stickied' => 'Insiden sticky',
'scheduled' => 'Jadwal Pemeliharaan',
'scheduled_at' => ', dijadwalkan pada :timestamp',
'posted' => 'Dikirim: timestamp',
'status' => [
1 => 'Investigasi',
2 => 'Teridentifikasi',
3 => 'Dimonitor',
4 => 'Selesai',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] sistem operasional | [2, Inf] Semua sistem operasional',
'bad' => '[0,1] sistem ini sedang mengalami masalah | [2, Inf] Beberapa sistem mengalami masalah',
'major' => '[0,1] Layanan mengalami outage besar | [2, Inf] Beberapa sistem mengalami outage besar',
],
'api' => [
'regenerate' => 'Buat ulang API Key',
'revoke' => 'Cabut API Key',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Jam terakhir',
'hourly' => 'Last 12 Hours',
'weekly' => 'Week',
'monthly' => 'Month',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Ikuti newsletter untuk mendapat update terbaru.',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Daftar',
'manage' => [
'no_subscriptions' => 'Anda saat ini terdaftar untuk semua update.',
'my_subscriptions' => 'Anda saat ini berlangganan update berikut.',
],
'email' => [
'subscribe' => 'Langganan update email.',
'subscribed' => 'Anda berhasil terdaftar pada notifikasi email, mohon periksa email anda untuk mengkonfirmasi pendaftaran ini.',
'verified' => 'Pendaftaran newsletter anda berhasil dikonfirmasi. Terima kasih!',
'manage' => 'Mengelola langganan Anda',
'unsubscribe' => 'Hapus saya dari update email.',
'unsubscribed' => 'Langganan email anda sudah dihentikan.',
'failure' => 'Ada yang salah dengan sistem langganan email.',
'already-subscribed' => 'Tidak bisa mendaftarkan :email karena sudah berlangganan.',
],
],
'signup' => [
'title' => 'Daftar',
'username' => 'Username',
'email' => 'Email',
'password' => 'Password',
'success' => 'Akun anda berhasil dibuat.',
'failure' => 'Ada masalah dalam pendaftaran.',
],
'system' => [
'update' => 'Ada versi terbaru Cachet yang tersedia. Anda dapat mempelajari cara update <a href="https://docs.cachethq.io/docs/updating-cachet"> di sini</a>!',
],
// Modal
'modal' => [
'close' => 'Tutup',
'subscribe' => [
'title' => 'Berlangganan update komponen',
'body' => 'Masukkan alamat email Anda untuk berlangganan update komponen ini. Jika sudah berlangganan, Anda akan menerima email untuk komponen ini.',
'button' => 'Daftar',
],
],
// Other
'home' => 'Depan',
'description' => 'Tetap up to date dengan layanan terbaru dari :app.',
'powered_by' => 'Ditenagai oleh <a href="https://cachethq.io" class="links"> Cachet</a>.',
'timezone' => 'Waktu dalam :timezone.',
'about_this_site' => 'Tentang situs ini',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Pasokan Status',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Laatst bijgewerkt :timestamp',
'status' => [
0 => 'Onbekend',
1 => 'Operationeel',
2 => 'Prestatieproblemen',
3 => 'Gedeeltelijke Storing',
4 => 'Grote Storing',
],
'group' => [
'other' => 'Andere componenten',
],
],
// Incidents
'incidents' => [
'none' => 'Geen incidenten gemeld',
'past' => 'Oude incidenten',
'previous_week' => 'Vorige week',
'next_week' => 'Volgende week',
'stickied' => 'Vastgezette incidenten',
'scheduled' => 'Gepland onderhoud',
'scheduled_at' => ', gepland :timestamp',
'posted' => 'Geplaatst op :timestamp',
'status' => [
1 => 'In onderzoek',
2 => 'Geïdentificeerd',
3 => 'Aan het opvolgen',
4 => 'Opgelost',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Aankomend',
1 => 'Wordt uitgevoerd',
2 => 'Voltooid',
],
],
// Service Status
'service' => [
'good' => '[0,1] Systeem operationeel|[2,Inf] Alle systemen zijn operationeel',
'bad' => '[0,1] Het systeem ondervind momenteel problemen |[2,Inf] Sommige systemen ondervinden momenteel problemen',
'major' => '[0,1] De service ondervind momenteel a grote storing|[2,Inf] Sommige systemen ondervinden momenteel een grote storing',
],
'api' => [
'regenerate' => 'Hergenereer API-sleutel',
'revoke' => 'API-sleutel Intrekken',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Laatste uur',
'hourly' => 'Laatste 12 uur',
'weekly' => 'Wekelijks',
'monthly' => 'Maandelijks',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Abonneer voor de meest recente updates',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Abonneren',
'manage' => [
'no_subscriptions' => 'Je bent momenteel geabonneerd op alle updates.',
'my_subscriptions' => 'Je bent momenteel geabonneerd op de volgende updates.',
],
'email' => [
'subscribe' => 'Abonneren op e-mail updates.',
'subscribed' => 'U bent geabonneerd op e-mail notificaties, controleer uw e-mail om uw abonnement te bevestigen.',
'verified' => 'Uw e-mail abonnement is bevestigd. Bedankt!',
'manage' => 'Beheer je abonnement',
'unsubscribe' => 'Afmelden voor e-mail updates.',
'unsubscribed' => 'Uw e-mail abonnement is opgezegd.',
'failure' => 'Er ging iets fout tijdens het aanmelden.',
'already-subscribed' => 'Kan niet aanmelden voor :email omdat deze momenteel al is aangemeld.',
],
],
'signup' => [
'title' => 'Registreer',
'username' => 'Gebruikersnaam',
'email' => 'E-mail',
'password' => 'Wachtwoord',
'success' => 'Uw account is aangemaakt.',
'failure' => 'Er is iets misgegaan met het inschrijven.',
],
'system' => [
'update' => 'Er is een nieuwere versie van Cachet beschikbaar. Kijk hoe je moet updaten <a href="https://docs.cachethq.io/docs/updating-cachet">hier</a>!',
],
// Modal
'modal' => [
'close' => 'Sluiten',
'subscribe' => [
'title' => 'Abonneren voor component updates',
'body' => 'Vul uw e-mailadres in om updates te krijgen voor dit component. Als u al ingeschreven bent, krijgt u al emails voor dit component.',
'button' => 'Abonneren',
],
],
// Other
'home' => 'Home',
'description' => 'Blijf op de hoogte van de laatste service updates over :app.',
'powered_by' => 'Mogelijk gemaakt door <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Tijden worden getoond in :timezone.',
'about_this_site' => 'Over deze website',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Ostatnia aktualizacja :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Funktionsfähig',
2 => 'Leistungsprobleme',
3 => 'Teilweiser Ausfall',
4 => 'Schwerer Ausfall',
],
'group' => [
'other' => 'Pozostałe komponenty',
],
],
// Incidents
'incidents' => [
'none' => 'Brak zgłoszonych incydentów',
'past' => 'Vergangene Vorfälle',
'previous_week' => 'Poprzedni tydzień',
'next_week' => 'W przyszłym tygodniu',
'stickied' => 'Przyklejone incydenty',
'scheduled' => 'Geplante Wartungen',
'scheduled_at' => ', geplant :timestamp',
'posted' => 'Opublikowano :timestamp',
'status' => [
1 => 'Untersuchungen laufen',
2 => 'Identifiziert',
3 => 'Unter Beobachtung',
4 => 'Behoben',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] System działa poprawnie|[2,Inf] Wszystkie systemy działają poprawnie',
'bad' => '[0,1] W systemie obecnie występują problemy|[2,Inf] W niektórych systemach występują problemy',
'major' => '[0,1] Usługa jest poważnie przeciążona|[2,Inf] Niektóre systemy są poważnie przeciążone',
],
'api' => [
'regenerate' => 'API-Schlüssel neu generieren',
'revoke' => 'API-Schlüssel widerrufen',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Ostatnia godzina',
'hourly' => 'Letzte 12 Stunden',
'weekly' => 'Wöchentlich',
'monthly' => 'Monatlich',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Abonnieren',
'manage' => [
'no_subscriptions' => 'Jesteś obecnie zapisany na wszystkie aktualizacje.',
'my_subscriptions' => 'Jesteś obecnie zapisany na poniższe aktualizacje.',
],
'email' => [
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
'manage' => 'Zarządzanie subskrypcją',
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
'already-subscribed' => 'Subskrypcja niemożliwa, :email jest już zapisany.',
],
],
'signup' => [
'title' => 'Zarejestruj się',
'username' => 'Benutzername',
'email' => 'E-Mail',
'password' => 'Passwort',
'success' => 'Twoje konto zostało utworzone.',
'failure' => 'Coś poszło nie tak w trakcje rejestracji.',
],
'system' => [
'update' => 'Nowsza wersja Cachet\'a jest dostępna. Kliknij <a href="https://docs.cachethq.io/docs/updating-cachet">tutaj</a>, aby dowiedzieć się jak dokonać aktualizacji!',
],
// Modal
'modal' => [
'close' => 'Zamknij',
'subscribe' => [
'title' => 'Subskrybuj aktualizacje komponentu',
'body' => 'Podaj swój adres email w celu subskrypcji aktualizacji dla tego komponentu. Jeśli byłeś już zapisany, otrzymujesz aktualizacje dla tego komponentu.',
'button' => 'Abonnieren',
],
],
// Other
'home' => 'Strona Główna',
'description' => 'Bądź na bieżąco z aktualizacjami z :app.',
'powered_by' => 'Obsługiwany przez <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Czas według strefy :timezone.',
'about_this_site' => 'Über diese Seite',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status-Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -14,6 +14,7 @@ return [
'components' => [
'last_updated' => 'Última atualização :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operacional',
2 => 'Problemas de performance',
3 => 'Indisponibilidade parcial',
@ -28,12 +29,13 @@ return [
'incidents' => [
'none' => 'Nenhum incidente reportado',
'past' => 'Incidentes anteriores',
'previous_week' => 'Semana anterior',
'previous_week' => 'Última semana',
'next_week' => 'Próxima semana',
'stickied' => 'Incidentes fixados',
'scheduled' => 'Manutenção Agendada',
'scheduled_at' => ', agendada :timestamp',
'posted' => 'Postado :timestamp',
'status' => [
0 => 'Agendado', // TODO: Hopefully remove this.
1 => 'Investigando',
2 => 'Identificado',
3 => 'Observando',
@ -41,6 +43,15 @@ return [
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Sistema operacional|[2,Inf] Todos os sistemas estão operacionais',
@ -65,9 +76,10 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
'button' => 'Inscreva-se',
'manage' => [
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Inscreva-se',
'manage' => [
'no_subscriptions' => 'Você está atualmente inscrito a todas as atualizações.',
'my_subscriptions' => 'Você está atualmente inscrito para as seguintes atualizações.',
],
@ -80,32 +92,6 @@ return [
'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.',
'verify' => [
'text' => "Por favor, confirme sua assinatura de e-mail para receber atualizações de status de :app_name. \n:link",
'html' => '<p>Por favor, confirme sua assinatura de e-mail para receber atualizações de status de :app_name.</p>',
'button' => 'Confirmar inscrição',
],
'maintenance' => [
'subject' => '[Manutenção Programada] :name',
],
'incident' => [
'subject' => '[Novo incidente] :status: :name',
],
'component' => [
'subject' => 'Atualização do Estado do Componente',
'text' => 'O componente :component_name teve uma mudança de estado. O componente está agora em :component_human_status.\nObrigado, :app_name',
'html' => '<p>O componente :component_name teve uma mudança de estado. O componente está agora em :component_human_status.</p><p>Obrigado, :app_name</p>',
'tooltip-title' => 'Inscrever-se as notificações de :component_name.',
],
],
],
'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' => '<p>Você foi convidado para a página de status da equipe :app_name, para se inscrever siga o seguinte link.</p> <p><a href=":link">:link</a></p> <p>Obrigado, :app_name</p>',
],
],
],
@ -136,6 +122,7 @@ return [
'home' => 'Início',
'description' => 'Mantenha-se atualizado com as últimas atualizações de serviço de: app.',
'powered_by' => 'Desenvolvido por <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Horário é mostrado em :timezone.',
'about_this_site' => 'Sobre este Site',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -12,15 +12,16 @@
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'last_updated' => 'Ultima actualização :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operacional',
2 => 'Problemas de performance',
3 => 'Indisponibilidade parcial',
4 => 'Indisponibilidade total',
],
'group' => [
'other' => 'Other Components',
'other' => 'Outros componentes',
],
],
@ -29,11 +30,12 @@ return [
'none' => 'Nenhum incidente reportado',
'past' => 'Incidentes anteriores',
'previous_week' => 'Semana anterior',
'next_week' => 'Próxima semana',
'next_week' => 'Próxima Semana',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Manutenção Agendada',
'scheduled_at' => ', agendada :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
0 => 'Agendada', // TODO: Hopefully remove this.
1 => 'Investigando',
2 => 'Identificado',
3 => 'Observando',
@ -41,6 +43,15 @@ return [
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Sistema operacional|[2,Inf] Todos os sistemas estão operacionais',
@ -65,47 +76,22 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
'button' => 'Subscrever',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscrever',
'manage' => [
'no_subscriptions' => 'Actualmente está subscrito para todas as actualizações.',
'my_subscriptions' => 'Actualmente está subscrito para as seguintes actualizações.',
],
'email' => [
'subscribe' => 'Subscrever actualizações via email.',
'subscribed' => 'Subscreveu as notificações por e-mail, por favor verifique o seu e-mail para confirmar a subscrição.',
'verified' => 'A sua subscrição por e-mail foi confirmada. Obrigado!',
'manage' => 'Manage your subscription',
'manage' => 'Gerir as suas subscrições',
'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.',
'verify' => [
'text' => "Please confirm your email subscription to :app_name status updates.\n:link",
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p>',
'button' => 'Confirm Subscription',
],
'maintenance' => [
'subject' => '[Maintenance Scheduled] :name',
],
'incident' => [
'subject' => '[New Incident] :status: :name',
],
'component' => [
'subject' => 'Atualização do Estado do Componente',
'text' => 'O componente :component_name teve uma mudança de estado. O componente está agora em :component_human_status.\nObrigado, :app_name',
'html' => '<p>O componente :component_name teve uma mudança de estado. O componente está agora em :component_human_status.</p><p>Obrigado, :app_name</p>',
'tooltip-title' => 'Subscrever a notificações de :component_name.',
],
],
],
'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' => '<p>Foi convidado para a equipa :app_name página de status, para se inscrever siga o seguinte link.</p> <p><a href=":link">:link</a></p> <p>Obrigado, :app_name</p>',
],
],
],
@ -133,9 +119,10 @@ return [
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'home' => 'Início',
'description' => 'Mantenha-se actualizado relativamente às alterações de serviço do :app.',
'powered_by' => 'Suportado por <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'Sobre este Site',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Ultima actualizare :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Operaţional',
2 => 'Probleme de performanţă',
3 => 'Ȋntrerupere parțială',
4 => 'Ȋntrerupere gravă',
],
'group' => [
'other' => 'Alte Componente',
],
],
// Incidents
'incidents' => [
'none' => 'Nici un incident raportat',
'past' => 'Incidente anterioare',
'previous_week' => 'Săptămâna Anterioară',
'next_week' => 'Săptămâna Următoare',
'stickied' => 'Incidente fixate',
'scheduled' => 'Întreținere programată',
'scheduled_at' => ', programată: timestamp',
'posted' => 'Publicat :timestamp',
'status' => [
1 => 'Sub investigație',
2 => 'Identificat',
3 => 'Sub observație',
4 => 'Remediat',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Sistem operaţional|[2,Inf] Toate sistemele sunt operaţionale',
'bad' => '[0,1] Sistemul se confruntă cu probleme|[2,Inf] Unele sisteme se confruntă cu probleme',
'major' => '[0,1] Serviciul se confruntă cu o întrerupere a funcționării majoră| [2, Inf] Unele sisteme se confruntă cu întreruperi de funcţionare majore',
],
'api' => [
'regenerate' => 'Regenerează cheia API',
'revoke' => 'Revocă cheia API',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Ultima Oră',
'hourly' => 'Ultimele 12 ore',
'weekly' => 'Săptămână',
'monthly' => 'Lună',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Abonează-te pentru a primi cele mai recente actualizări',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Abonează-te',
'manage' => [
'no_subscriptions' => 'Acum eşti abonat la toate actualizările.',
'my_subscriptions' => 'Acum eşti abonat la următoarele actualizări.',
],
'email' => [
'subscribe' => 'Abonează-te la actualizări prin email.',
'subscribed' => 'Te-ai abonat la actualizări prin email, te rugăm să îți verifici adresa email și să confirmi abonarea.',
'verified' => 'Abonarea prin email a fost confirmată. Mulțumim!',
'manage' => 'Gestionează-ţi abonările',
'unsubscribe' => 'Dezabonare de la actualizări prin email.',
'unsubscribed' => 'Actualizările prin email au fost anulate.',
'failure' => 'Ceva nu a funcționat în legătură cu abonarea.',
'already-subscribed' => 'Adresa :email nu poate fi folosită deoarece este deja abonată.',
],
],
'signup' => [
'title' => 'Înregistrează-te',
'username' => 'Utilizator',
'email' => 'Email',
'password' => 'Parolă',
'success' => 'Contul tău a fost creat.',
'failure' => 'Ceva a mers greșit cu procesul de înregistrare.',
],
'system' => [
'update' => 'O nouă versiune a Cachet este disponibilă. Află cum să o actualizezi <a href="https://docs.cachethq.io/docs/updating-cachet">aici</a>!',
],
// Modal
'modal' => [
'close' => 'Închide',
'subscribe' => [
'title' => 'Abonează-te la actualizările componentei',
'body' => 'Introdu adresa ta de email pentru a te abona la actualizări pentru această componentă. Dacă ești deja abonat, vei primi deja emailuri pentru această componentă.',
'button' => 'Abonează-te',
],
],
// Other
'home' => 'Acasă',
'description' => 'Fii la curent cu cele mai recente actualizări ale serviciilor pentru :app.',
'powered_by' => 'Cu sprijinul <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Orele sunt afișate după fusul orar :timezone.',
'about_this_site' => 'Despre acest Site',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Feed Stare',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Последнее обновление :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Работает',
2 => 'Падение производительности',
3 => 'Перебои в работе',
4 => 'Значительные неполадки',
],
'group' => [
'other' => 'Другие компоненты',
],
],
// Incidents
'incidents' => [
'none' => 'Без происшествий',
'past' => 'Последние инциденты',
'previous_week' => 'Предыдущая неделя',
'next_week' => 'Следующая неделя',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Плановые работы',
'scheduled_at' => ', запланированы :timestamp',
'posted' => 'Отправлено :timestamp',
'status' => [
1 => 'Проводим анализ проблемы',
2 => 'Причина определена',
3 => 'Под наблюдением',
4 => 'Исправлено',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] Система работает исправно|[2,Inf] Все системы работают исправно',
'bad' => '[0,1] В системе есть неполадки|[2,Inf] В некоторых системах есть неполадки',
'major' => '[0,1] Система не работает|[2,Inf] Некоторые системы не работают',
],
'api' => [
'regenerate' => 'Сгенерировать ключ API заново',
'revoke' => 'Отозвать ключ API',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Последний час',
'hourly' => 'Последние 12 часов',
'weekly' => 'Неделя',
'monthly' => 'Месяц',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Подпишитесь, чтобы получать информацию об изменениях',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Подписаться',
'manage' => [
'no_subscriptions' => 'Вы подписаны на все изменения.',
'my_subscriptions' => 'Вы подписаны на следующие изменения.',
],
'email' => [
'subscribe' => 'Подписка на рассылку об изменениях.',
'subscribed' => 'Вы подписались на рассылку email уведомлений. Проверьте вашу почту, чтобы подтвердить подписку.',
'verified' => 'Ваша подписка подтверждена. Спасибо!',
'manage' => 'Управление подпиской',
'unsubscribe' => 'Отписаться от рассылки.',
'unsubscribed' => 'Ваша подписка отменена.',
'failure' => 'Произошла ошибка при подписке на рассылку.',
'already-subscribed' => 'Невозможно оформить подписку на :email, т.к. на него уже оформлена подписка.',
],
],
'signup' => [
'title' => 'Зарегистрироваться',
'username' => 'Имя пользователя',
'email' => 'Email',
'password' => 'Пароль',
'success' => 'Ваша учетная запись создана.',
'failure' => 'Что-то пошло не так при регистрации.',
],
'system' => [
'update' => 'Доступна новая версия Cachet. Инструкции по обновлению можно получить <a href="https://docs.cachethq.io/docs/updating-cachet">здесь</a>!',
],
// Modal
'modal' => [
'close' => 'Закрыть',
'subscribe' => [
'title' => 'Подписка на изменения статуса компонента',
'body' => 'Введите ваш email, чтобы подписаться на изменения статуса этого компонента. Если вы уже подписаны на обновления, значит сообщения об этом компоненте вам должны приходить.',
'button' => 'Подписаться',
],
],
// Other
'home' => 'Главный экран',
'description' => 'Будьте в курсе последних новостей о состоянии сервиса от :app.',
'powered_by' => 'Работает на <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Время указано в :timezone.',
'about_this_site' => 'Об этом сайте',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Статусная лента',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -12,15 +12,16 @@
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'last_updated' => 'Senast uppdaterad :timestamp',
'status' => [
0 => 'Okänd',
1 => 'Fungerar',
2 => 'Prestandaproblem',
3 => 'Mindre avbrott',
4 => 'Större avbrott',
],
'group' => [
'other' => 'Other Components',
'other' => 'Andra komponenter',
],
],
@ -28,12 +29,13 @@ return [
'incidents' => [
'none' => 'Inga händelser har rapporterats',
'past' => 'Tidigare händelser',
'previous_week' => 'Förra veckan',
'previous_week' => 'Föregående vecka',
'next_week' => 'Nästa vecka',
'stickied' => 'Fästa incidenter',
'scheduled' => 'Planerat underhåll',
'scheduled_at' => ', schemalagda: tidsstämpel',
'posted' => 'Upplagd :timestamp',
'status' => [
0 => 'Schemalagd', // TODO: Hopefully remove this.
1 => 'Undersöker',
2 => 'Identifierat',
3 => 'Bevakar',
@ -41,6 +43,15 @@ return [
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Kommande',
1 => 'Pågående',
2 => 'Slutförd',
],
],
// Service Status
'service' => [
'good' => '[0,1] Systemet fungerar |[2,Inf] Alla system fungerar',
@ -65,47 +76,22 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Prenumerera för att få de senaste uppdateringarna',
'button' => 'Prenumerera',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
'subscribe' => 'Prenumerera för att få de senaste uppdateringarna',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Prenumerera',
'manage' => [
'no_subscriptions' => 'Du prenumererar på alla uppdateringar.',
'my_subscriptions' => 'Du prenumererar på följande uppdateringar.',
],
'email' => [
'subscribe' => 'Prenumerera på epost-uppdateringar.',
'subscribed' => 'Du har börjat prenumerera på e-postmeddelanden, vänligen kontrollera din e-post för att bekräfta din prenumeration.',
'verified' => 'Din epost-prenumeration har bekräftats. Tack!',
'manage' => 'Manage your subscription',
'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.',
'verify' => [
'text' => "Please confirm your email subscription to :app_name status updates.\n:link",
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p>',
'button' => 'Confirm Subscription',
],
'maintenance' => [
'subject' => '[Maintenance Scheduled] :name',
],
'incident' => [
'subject' => '[New Incident] :status: :name',
],
'component' => [
'subject' => 'Komponentstatusuppdatering',
'text' => 'Komponenten :component_name har fått en ny status. Komponenten har nu status :component_human_status.\nTack, :app_name',
'html' => '<p>Komponenten :component_name har fått en ny status. Komponenten har nu status :component_human_status.</p><p>Tack, :app_name</p>',
'tooltip-title' => 'Prenumerera på uppdateringar för :component_name.',
],
],
],
'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' => '<p>Du har blivit inbjuden till teamet :app_names statussida. Registrera dig genom att trycka på <a href=":link"> den här länken</a></p> <p>Tack, :app_name</p>',
],
],
],
@ -133,9 +119,10 @@ return [
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'home' => 'Hem',
'description' => 'Håll dig uppdaterad med de senaste service-uppdateringarna från :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Tider visas i :timezone.',
'about_this_site' => 'Om sidan',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Працює',
2 => 'Проблеми з продуктивністю',
3 => 'Partial Outage',
4 => 'Major Outage',
],
'group' => [
'other' => 'Other Components',
],
],
// Incidents
'incidents' => [
'none' => 'No incidents reported',
'past' => 'Past Incidents',
'previous_week' => 'Previous week',
'next_week' => 'Next week',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Scheduled Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Investigating',
2 => 'Identified',
3 => 'Watching',
4 => 'Fixed',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
],
'api' => [
'regenerate' => 'Regenerate API Key',
'revoke' => 'Revoke API Key',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Last Hour',
'hourly' => 'Last 12 Hours',
'weekly' => 'Week',
'monthly' => 'Month',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the updates',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscribe',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],
'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.',
],
],
'signup' => [
'title' => 'Sign Up',
'username' => 'Ім’я користувача',
'email' => 'Електронна пошта',
'password' => 'Пароль',
'success' => 'Your account has been created.',
'failure' => 'Something went wrong with the signup.',
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
],
// Modal
'modal' => [
'close' => 'Close',
'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',
],
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'About This Site',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -0,0 +1,131 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Components
'components' => [
'last_updated' => 'Lần cập nhật cuối :timestamp',
'status' => [
0 => 'Unknown',
1 => 'Hoạt động',
2 => 'Vấn đề hiệu suất',
3 => 'Ngưng hoạt động một phần',
4 => 'Ngừng hoạt động toàn bộ',
],
'group' => [
'other' => 'Các thành phần khác',
],
],
// Incidents
'incidents' => [
'none' => 'Không có báo cáo về sự số nào',
'past' => 'Sự số trong quá khứ',
'previous_week' => 'Previous week',
'next_week' => 'Next week',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Bảo trì định kỳ',
'scheduled_at' => ', định kỳ :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
1 => 'Đang điều tra',
2 => 'Xác định',
3 => 'Đang xem',
4 => 'Đã sửa',
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
],
'api' => [
'regenerate' => 'Tạo lại Khóa API',
'revoke' => 'Thu hồi Khóa API',
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Last Hour',
'hourly' => 'Last 12 Hours',
'weekly' => 'Tuần',
'monthly' => 'Tháng',
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the updates',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Đăng ký',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],
'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.',
],
],
'signup' => [
'title' => 'Đăng ký',
'username' => 'Tên người dùng',
'email' => 'Email',
'password' => 'Mật khẩu',
'success' => 'Tài khoản của bạn đã được tạo.',
'failure' => 'Có lỗi xảy ra khi đăng ký.',
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
],
// Modal
'modal' => [
'close' => 'Close',
'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' => 'Đăng ký',
],
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => 'Về trang web này',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -14,8 +14,9 @@ return [
'components' => [
'last_updated' => '最后更新 :timestamp',
'status' => [
0 => '未知',
1 => '运行正常',
2 => '负载较高',
2 => '性能问题',
3 => 'Partial Outage',
4 => 'Major Outage',
],
@ -28,12 +29,13 @@ return [
'incidents' => [
'none' => '无故障报告',
'past' => '历史状态',
'previous_week' => '前一周',
'next_week' => '后一周',
'previous_week' => '上一周',
'next_week' => '下一周',
'stickied' => '已关注的故障',
'scheduled' => 'Scheduled Maintenance',
'scheduled_at' => ', scheduled :timestamp',
'posted' => '发布于 :timestamp',
'status' => [
0 => '计划中', // TODO: Hopefully remove this.
1 => '确认中',
2 => '修复中',
3 => '已更新',
@ -41,6 +43,15 @@ return [
],
],
// Schedule
'schedules' => [
'status' => [
0 => '即将进行',
1 => '正在进行',
2 => '已完成',
],
],
// Service Status
'service' => [
'good' => '[0,1] 系统工作正常|[2,Inf] 所有系统工作正常',
@ -65,9 +76,10 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => '订阅最新的更新。',
'button' => 'Subscribe',
'manage' => [
'subscribe' => '订阅最新的更新。',
'unsubscribe' => 'Unsubscribe at :link',
'button' => 'Subscribe',
'manage' => [
'no_subscriptions' => '您当前已订阅所有更新。',
'my_subscriptions' => '您当前已订阅下列更新',
],
@ -80,40 +92,14 @@ return [
'unsubscribed' => 'Your email subscription has been cancelled.',
'failure' => 'Something went wrong with the subscription.',
'already-subscribed' => '无法订阅,因为这个邮箱地址 ( :email ) 已经在订阅列表中了。',
'verify' => [
'text' => "请确认您的 :app_name 状态更新邮件订阅。\n:link",
'html' => '<p>请确认您的 :app_name 状态更新邮件订阅。</p>',
'button' => '确认订阅',
],
'maintenance' => [
'subject' => '[计划维护] :name',
],
'incident' => [
'subject' => '[新事件] :status: :name',
],
'component' => [
'subject' => '组件状态更新',
'text' => '组件 :component_name 的状态已经更新。:component_name 现在的状态为 :component_human_status。\n谢谢, :app_name',
'html' => '<p>组件 :component_name 有状态变更。:component_name 当前 :component_human_status。</p><p>谢谢, :app_name</p>',
'tooltip-title' => '订阅来自 component_name 的更新',
],
],
],
'users' => [
'email' => [
'invite' => [
'text' => "您已被邀请加入 :app_name 团队的状态页, 请点击以下链接进行注册。\n:link\n谢谢, :app_name",
'html' => '<p>您已被邀请加入 :app_name 团队的状态页, 请点击以下链接进行注册。</p><p><a href=":link">:link</a></p><p>谢谢, :app_name</p>',
],
],
],
'signup' => [
'title' => '注册',
'username' => 'Username',
'username' => '用户名',
'email' => '电子邮箱',
'password' => 'Password',
'password' => '密码',
'success' => '您的账号已注册成功。',
'failure' => '注册失败。',
],
@ -136,6 +122,7 @@ return [
'home' => '主屏幕',
'description' => '始终保持对 :app 服务状态的关注。',
'powered_by' => '由 <a href="https://cachethq.io" class="links">Cachet</a> 驱动。',
'timezone' => '时间将以 :timezone 时区显示。',
'about_this_site' => '关于我们',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];

View File

@ -12,28 +12,30 @@
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'last_updated' => '最後更新',
'status' => [
0 => 'Unknown',
1 => '正常',
2 => '效能問題',
3 => '部分停止運作',
4 => '停止運作',
],
'group' => [
'other' => 'Other Components',
'other' => '其他组件',
],
],
// Incidents
'incidents' => [
'none' => 'No incidents reported',
'none' => '沒有任何報告',
'past' => '過去的事件',
'previous_week' => '上一週',
'next_week' => '下一週',
'stickied' => 'Stickied Incidents',
'scheduled' => '排程維護',
'scheduled_at' => ',於:timestamp',
'posted' => 'Posted :timestamp',
'status' => [
0 => '排程中的維護', // TODO: Hopefully remove this.
1 => '調查中',
2 => '已辨明',
3 => '警戒中',
@ -41,11 +43,20 @@ return [
],
],
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The service is experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
'good' => '[0,1] 系統運作正常|[2,Inf] 所有系統運作正常',
'bad' => '[0,1] 系統目前發生異常情形。|[2,Inf] 部分系統發生異常情形。',
'major' => '[0,1] 一個系統出現重大故障|[2,Inf] 一些系統出現重大故障',
],
'api' => [
@ -56,7 +67,7 @@ return [
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Last Hour',
'last_hour' => '一小時前',
'hourly' => '最近12小時',
'weekly' => '週',
'monthly' => '月',
@ -65,47 +76,22 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => '訂閱最新的狀態更新。',
'button' => '訂閱',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
'subscribe' => '訂閱最新的狀態更新。',
'unsubscribe' => 'Unsubscribe at :link',
'button' => '訂閱',
'manage' => [
'no_subscriptions' => '您目前已安裝所有的更新。',
'my_subscriptions' => '您目前已安裝下列更新',
],
'email' => [
'subscribe' => '訂閱 電子郵件 系統狀態更新。',
'subscribed' => '您已經訂閱電子郵件通知,請檢查您的電子郵件,確認您的訂閱。',
'verified' => '您的電子郵件訂閱已確認。謝謝!',
'manage' => 'Manage your subscription',
'manage' => '管理您的訂閱',
'unsubscribe' => '取消電子郵件訂閱。',
'unsubscribed' => '您的電子郵件訂閱已取消。',
'failure' => '郵件訂閱失敗。',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'verify' => [
'text' => "Please confirm your email subscription to :app_name status updates.\n:link",
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p>',
'button' => 'Confirm Subscription',
],
'maintenance' => [
'subject' => '[Maintenance Scheduled] :name',
],
'incident' => [
'subject' => '[New Incident] :status: :name',
],
'component' => [
'subject' => 'Component Status Update',
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
'tooltip-title' => 'Subscribe to notifications for :component_name.',
],
],
],
'users' => [
'email' => [
'invite' => [
'text' => "您已被邀請加入 :app_name 團隊的狀態頁, 請點擊以下鏈接進行註冊。\n:link\n謝謝, :app_name",
'html' => '<p>您已被邀請加入 :app_name 團隊的狀態頁, 請點擊以下鏈接進行註冊。</p><p><a href=":link">:link</a></p><p>謝謝, :app_name</p>',
],
'already-subscribed' => '無法訂閱,因为這個郵件地址 :email 已經在訂閱列表中了。',
],
],
@ -119,23 +105,24 @@ return [
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
'update' => '有新版的Cachet可用您可以<a href="https://docs.cachethq.io/docs/updating-cachet">點這裡</a>獲取更新諮詢',
],
// Modal
'modal' => [
'close' => 'Close',
'close' => '關閉',
'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.',
'title' => '訂閱組件狀態更新',
'body' => '請輸入您用於接收訂閱該組件更新通知的電子信箱。如果您已經訂閱,您應該已收到關於這個組件的相關的電子郵件。',
'button' => '訂閱',
],
],
// Other
'home' => 'Home',
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'home' => '首頁',
'description' => '始終保持對 :app 服務狀態的關注。',
'powered_by' => '由 <a href="https://cachethq.io" class="links">Cachet</a> 提供。',
'timezone' => 'Times are shown in :timezone.',
'about_this_site' => '關於此站點',
'rss-feed' => 'RSS 訂閱',
'atom-feed' => 'Atom 訂閱',

View File

@ -0,0 +1,65 @@
<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
'component' => [
'status_update' => [
'subject' => 'Component Status Updated',
'title' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
],
],
'incident' => [
'new' => [
'subject' => 'New Incident Reported',
'content' => ':name was reported',
'title' => 'A new incident was reported at :app_name status page.',
'action' => 'View',
],
'update' => [
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
],
'schedule' => [
'new' => [
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
],
'subscriber' => [
'verify' => [
'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',
],
],
'system' => [
'test' => [
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
'user' => [
'invite' => [
'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',
],
],
];