mirror of
https://github.com/cachethq/cachet.git
synced 2026-03-06 00:37:00 +00:00
Compare commits
32 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d466699324 | ||
|
|
4822243c4b | ||
|
|
8096fdf699 | ||
|
|
4712b297c5 | ||
|
|
f8bbc1eca5 | ||
|
|
3120cdaf08 | ||
|
|
731a8438df | ||
|
|
9864c3d51a | ||
|
|
4970b7bef0 | ||
|
|
ef91d84b3d | ||
|
|
d0f244cdba | ||
|
|
8dfe2a70cc | ||
|
|
3873eb5ce0 | ||
|
|
467a267036 | ||
|
|
985f34bd00 | ||
|
|
3e97a874fa | ||
|
|
517d0a813f | ||
|
|
1b688a7ec4 | ||
|
|
ed0864f2c5 | ||
|
|
3d80cc7f21 | ||
|
|
f5c267f958 | ||
|
|
42b92608a7 | ||
|
|
ef356273de | ||
|
|
c618f3da17 | ||
|
|
3163440eaa | ||
|
|
7fbb4dc428 | ||
|
|
5bbfb5c0cc | ||
|
|
16cbf0a94a | ||
|
|
b39af1862e | ||
|
|
186aab4d16 | ||
|
|
970a661e82 | ||
|
|
38a455bc88 |
13
LICENSE
13
LICENSE
@@ -1,12 +1,9 @@
|
||||
Copyright (c) 2015-2019 Alt Three Services Limited.
|
||||
All rights reserved.
|
||||
The MIT License (MIT)
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
Copyright (c) James Brooks
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
3. Neither the name of the Cachet nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
@@ -30,7 +30,7 @@ For more information on the Cachet rebuild and our plans for 3.x, you can read t
|
||||
- PHP 7.1.3 – 7.3
|
||||
- HTTP server with PHP support (e.g.: Apache, Nginx, Caddy)
|
||||
- [Composer](https://getcomposer.org)
|
||||
- A supported database: MySQL, PostgreSQL or SQLite
|
||||
- A supported database: MariaDB, MySQL, PostgreSQL or SQLite
|
||||
|
||||
## Installation, Upgrades and Documentation
|
||||
|
||||
|
||||
@@ -126,7 +126,8 @@ class CreateIncidentCommandHandler
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
false
|
||||
null,
|
||||
true // Silent mode
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -111,7 +111,8 @@ class UpdateIncidentCommandHandler
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
false
|
||||
null,
|
||||
true // Silent mode
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,8 @@ class ApiController extends AbstractApiController
|
||||
$component->group_id,
|
||||
$component->enabled,
|
||||
$component->meta,
|
||||
false
|
||||
$component->tags,
|
||||
true // Silent mode
|
||||
));
|
||||
} catch (QueryException $e) {
|
||||
throw new BadRequestHttpException();
|
||||
@@ -78,7 +79,8 @@ class ApiController extends AbstractApiController
|
||||
$component->group_id,
|
||||
$component->enabled,
|
||||
$component->meta,
|
||||
true
|
||||
$component->tags,
|
||||
true // Silent mode
|
||||
));
|
||||
} catch (QueryException $e) {
|
||||
throw new BadRequestHttpException();
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Templaat',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Templaat',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nom',
|
||||
'template' => 'Plantilla',
|
||||
'twig' => 'Les plantilles d\'incidents poden fer ús del llenguatge de plantilles <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Les plantilles d\'incidents poden fer ús del llenguatge de plantilles <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Jméno',
|
||||
'template' => 'Šablona',
|
||||
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Jméno',
|
||||
'template' => 'Šablona',
|
||||
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Jméno',
|
||||
'template' => 'Šablona',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Navn',
|
||||
'template' => 'Skabelon',
|
||||
'twig' => 'Hændelse skabeloner kan gøre brug af <a href="http://twig.sensiolabs.org/" target="_blank"> Twigs</a> skabelon sprog.',
|
||||
'twig' => 'Hændelse skabeloner kan gøre brug af <a href="https://twig.symfony.com" target="_blank"> Twigs</a> skabelon sprog.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Navn',
|
||||
'template' => 'Skabelon',
|
||||
'twig' => 'Hændelse skabeloner kan gøre brug af <a href="http://twig.sensiolabs.org/" target="_blank"> Twigs</a> skabelon sprog.',
|
||||
'twig' => 'Hændelse skabeloner kan gøre brug af <a href="https://twig.symfony.com" target="_blank"> Twigs</a> skabelon sprog.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Navn',
|
||||
'template' => 'Skabelon',
|
||||
'twig' => 'Hændelse skabeloner kan gøre brug af <a href="http://twig.sensiolabs.org/" target="_blank"> Twigs</a> skabelon sprog.',
|
||||
'twig' => 'Hændelse skabeloner kan gøre brug af <a href="https://twig.symfony.com" target="_blank"> Twigs</a> skabelon sprog.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ return [
|
||||
'stickied' => 'Angepinnte Vorfälle',
|
||||
'scheduled' => 'Wartungsarbeiten',
|
||||
'scheduled_at' => ', geplant :timestamp',
|
||||
'posted' => 'Posted :timestamp by :username',
|
||||
'posted' => 'Veröffentlicht :timestamp von :username',
|
||||
'posted_at' => 'Veröffentlicht am :timestamp',
|
||||
'status' => [
|
||||
1 => 'Untersuchungen laufen',
|
||||
@@ -85,21 +85,21 @@ return [
|
||||
'notifications' => 'Benachrichtigungen',
|
||||
'notifications_for' => 'Verwalten von Benachrichtigungen für',
|
||||
'no_subscriptions' => 'Du hast im Augenblick alle Updates abonniert.',
|
||||
'update_subscription' => 'Update-Abonnement',
|
||||
'update_subscription' => 'Aktualisieren',
|
||||
'my_subscriptions' => 'Du hast im Augenblick folgende Updates abonniert.',
|
||||
'manage_at_link' => 'Verwalte deine Abonnements unter :link',
|
||||
],
|
||||
'email' => [
|
||||
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
|
||||
'manage_subscription' => 'Wir haben Ihnen eine E-Mail gesendet. Klicken Sie bitte auf den Link, um Ihr Abonnement zu verwalten.',
|
||||
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
|
||||
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
|
||||
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
|
||||
'subscribed' => 'Sie haben die E-Mail-Benachrichtigungen bestätigt.',
|
||||
'updated-subscribe' => 'Abonnement erfolgreich aktualisiert',
|
||||
'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.',
|
||||
'failure' => 'Beim Aktivieren des Abonnements ist ein Fehler aufgetreten.',
|
||||
'already-subscribed' => 'Abonnement für :email konnte nicht registriert werden, da die E-Mail-Adresse bereits registriert ist.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -109,11 +109,11 @@ return [
|
||||
'email' => 'E-Mail',
|
||||
'password' => 'Passwort',
|
||||
'success' => 'Ihr Konto wurde erfolgreich erstellt.',
|
||||
'failure' => 'Mit der Registrierung ist etwas schief gelaufen.',
|
||||
'failure' => 'Bei 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!',
|
||||
'update' => 'Es ist eine neuere Version von Cachet verfügbar. Erfahre <a href="https://docs.cachethq.io/docs/updating-cachet">hier</a>!, wie du aktualisieren kannst!',
|
||||
],
|
||||
|
||||
// Modal
|
||||
@@ -121,7 +121,7 @@ return [
|
||||
'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.',
|
||||
'body' => 'Gib deine E-Mail-Adresse ein, um Updates für diese Komponente(n) zu erhalten. Wenn du bereits Abonnent bist, erhältst du automatisch Updates.',
|
||||
'button' => 'Abonnieren',
|
||||
],
|
||||
],
|
||||
@@ -138,7 +138,7 @@ return [
|
||||
|
||||
// Other
|
||||
'home' => 'Startseite',
|
||||
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'powered_by' => 'Unterstützt von <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Uhrzeiten werden in :timezone angezeigt.',
|
||||
'about_this_site' => 'Über diese Seite',
|
||||
'rss-feed' => 'RSS',
|
||||
|
||||
@@ -20,54 +20,54 @@ return [
|
||||
'incidents' => 'Ereignisse',
|
||||
'logged' => '{0}Es gibt keine Ereignisse, gute Arbeit.|[1]Du hast ein Ereignis gemeldet.|[2,*]Du hast <strong>:count</strong> Ereignisse gemeldet.',
|
||||
'incident-create-template' => 'Vorlage erstellen',
|
||||
'incident-templates' => 'Ereignis Vorlagen',
|
||||
'incident-templates' => 'Ereignis-Vorlagen',
|
||||
'updates' => [
|
||||
'title' => 'Vorfall Updates für :incident',
|
||||
'title' => 'Vorfall-Updates für :incident',
|
||||
'count' => '{0}Keine Updates|[1]Ein Update|[2]Zwei Updates|[3,*]Mehrere Updates',
|
||||
'add' => [
|
||||
'title' => 'Vorfall-Update erstellen',
|
||||
'success' => 'Dein Vorfall Update wurde erstellt.',
|
||||
'failure' => 'Etwas ist mit dem Vorfall Update schief gelaufen.',
|
||||
'success' => 'Dein Vorfall-Update wurde erstellt.',
|
||||
'failure' => 'Beim Erstellen des Vorfalls ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Vorfall Update bearbeiten',
|
||||
'title' => 'Vorfall-Update bearbeiten',
|
||||
'success' => 'Vorfall wurde aktualisiert.',
|
||||
'failure' => 'Etwas ist mit dem Aktualisieren des Vorfall Updates schief gelaufen',
|
||||
'failure' => 'Beim Bearbeiten des Vorfalls ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported :timestamp by :user',
|
||||
'reported_by' => 'Veröffentlicht :timestamp von :user',
|
||||
'add' => [
|
||||
'title' => 'Ereignis hinzufügen',
|
||||
'success' => 'Ereignis hinzugefügt.',
|
||||
'failure' => 'Es ist ein Fehler beim Hinzufügen der Störung aufgetreten. Bitte erneut versuchen.',
|
||||
'failure' => 'Beim Erstellen des Ereignisses ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Ereignis bearbeiten',
|
||||
'success' => 'Ereignis aktualisiert.',
|
||||
'failure' => 'Es ist ein Fehler beim Editieren der Störung aufgetreten. Bitte erneut versuchen.',
|
||||
'failure' => 'Beim Bearbeiten des Ereignisses ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Das Ereignis wurde gelöscht und wird nicht mehr angezeigt.',
|
||||
'failure' => 'Die Störung konnte nicht gelöscht werden. Bitte versuche es erneut.',
|
||||
'failure' => 'Beim Löschen des Ereignisses ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'Ereignis Vorlagen',
|
||||
'title' => 'Ereignis-Vorlagen',
|
||||
'add' => [
|
||||
'title' => 'Ereignisvorlage erstellen',
|
||||
'message' => 'Du solltest eine Ereignis-Vorlage hinzufügen.',
|
||||
'message' => 'Noch keine Ereignis-Vorlage erstellt.',
|
||||
'success' => 'Deine neue Ereignis-Vorlage wurde angelegt.',
|
||||
'failure' => 'Etwas ist mit der Ereignis-Vorlage schief gelaufen.',
|
||||
'failure' => 'Beim Erstellen der Ereignis-Vorlage ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Vorlage bearbeiten',
|
||||
'success' => 'Die Ereignis-Vorlage wurde aktualisiert.',
|
||||
'failure' => 'Etwas ist mit dem Aktualisieren der Ereignis-Vorlage schief gelaufen',
|
||||
'failure' => 'Beim Bearbeiten der Ereignis-Vorlage ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Die Ereignis-Vorlage wurde gelöscht.',
|
||||
'failure' => 'Die Ereignis-Vorlage konnte nicht gelöscht werden. Bitte versuche es erneut.',
|
||||
'failure' => 'Beim Löschen der Ereignis-Vorlage ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -80,16 +80,16 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Wartungsarbeiten hinzufügen',
|
||||
'success' => 'Wartungsarbeiten hinzugefügt.',
|
||||
'failure' => 'Etwas lief schief mit dem Hinzufügen des Zeitplans. Bitte versuchen Sie es erneut.',
|
||||
'failure' => 'Beim Erstellen des Zeitplans ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Planmäßige Wartung bearbeiten',
|
||||
'success' => 'Wartungsarbeiten wurden aktualisiert!',
|
||||
'failure' => 'Etwas lief schief mit dem Editieren des Zeitplans. Bitte versuchen Sie es erneut.',
|
||||
'failure' => 'Beim Bearbeiten des Zeitplans ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Der Zeitplan wurde gelöscht und wird nicht auf Ihrer Statusseite angezeigt.',
|
||||
'failure' => 'Der Zeitplan konnte nicht gelöscht werden. Bitte versuchen Sie es erneut.',
|
||||
'failure' => 'Beim Löschen des Zeitplans ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -102,16 +102,16 @@ return [
|
||||
'title' => 'Komponente hinzufügen',
|
||||
'message' => 'Sie sollten eine Komponente erstellen.',
|
||||
'success' => 'Komponente erstellt.',
|
||||
'failure' => 'Etwas ist schief gelaufen mit der Komponenten-Gruppe, versuchen sie es erneut.',
|
||||
'failure' => 'Beim Erstellen der Komponente ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Komponente bearbeiten',
|
||||
'success' => 'Komponente aktualisiert.',
|
||||
'failure' => 'Etwas ist schief gelaufen mit der Komponenten-Gruppe, versuchen sie es erneut.',
|
||||
'failure' => 'Beim Bearbeiten der Komponente ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Die Komponente wurde gelöscht!',
|
||||
'failure' => 'Die Komponente konnte nicht gelöscht werden. Bitte versuche es erneut.',
|
||||
'failure' => 'Beim Löschen der Komponente ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
@@ -121,16 +121,16 @@ return [
|
||||
'add' => [
|
||||
'title' => 'Eine Komponentengruppe hinzufügen',
|
||||
'success' => 'Komponentengruppe hinzugefügt.',
|
||||
'failure' => 'Etwas ist schief gelaufen mit der Komponenten-Gruppe, versuchen sie es erneut.',
|
||||
'failure' => 'Beim Erstellen der Komponentengruppe ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Komponentengruppe bearbeiten',
|
||||
'success' => 'Komponentengruppe aktualisiert.',
|
||||
'failure' => 'Etwas ist schief gelaufen mit der Komponenten-Gruppe, versuchen sie es erneut.',
|
||||
'failure' => 'Beim Bearbeiten der Komponentengruppe ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Die Komponentengruppe wurde gelöscht!',
|
||||
'failure' => 'Die Komponentengruppe konnte nicht gelöscht werden. Bitte versuche es erneut.',
|
||||
'failure' => 'Beim Löschen der Komponentengruppe ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
],
|
||||
],
|
||||
@@ -140,18 +140,18 @@ return [
|
||||
'metrics' => 'Metriken',
|
||||
'add' => [
|
||||
'title' => 'Metrik erstellen',
|
||||
'message' => 'Du solltest eine Metrik hinzufügen.',
|
||||
'message' => 'Noch keine Metrik erstellt.',
|
||||
'success' => 'Metrik erstellt.',
|
||||
'failure' => 'Es lieft etwas mit der Metrik schief, bitte nochmal versuchen.',
|
||||
'failure' => 'Beim Erstellen der Metrik ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Metrik bearbeiten',
|
||||
'success' => 'Metrik aktualisiert.',
|
||||
'failure' => 'Es lieft etwas mit der Metrik schief, bitte nochmal versuchen.',
|
||||
'failure' => 'Beim Bearbeiten der Metrik ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Die Metrik wurde gelöscht und wird nicht mehr angezeigt.',
|
||||
'failure' => 'Die Metrik konnte nicht gelöscht werden. Bitte versuche es erneut.',
|
||||
'failure' => 'Beim Löschen der Metrik ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
],
|
||||
// Subscribers
|
||||
@@ -160,20 +160,20 @@ return [
|
||||
'description' => 'Abonnenten erhalten E-Mail Updates, wenn Vorfälle erstellt oder Komponenten bearbeitet werden.',
|
||||
'description_disabled' => 'Um diese Funktion nutzen zu können, musst du zulassen, dass sich Personen für Benachrichtigungen anmelden dürfen.',
|
||||
'verified' => 'Bestätigt',
|
||||
'not_verified' => 'Nicht Bestätigt',
|
||||
'not_verified' => 'Nicht bestätigt',
|
||||
'subscriber' => ':email, abonniert am :date',
|
||||
'no_subscriptions' => 'Aktualisierungen per E-Mail abonnieren',
|
||||
'global' => 'Alles abonniert',
|
||||
'add' => [
|
||||
'title' => 'Einen neuen Abonnenten hinzufügen',
|
||||
'success' => 'Abonnent hinzugefügt.',
|
||||
'failure' => 'Etwas lief schief dem dem Hinzufügen eines Abonnenten. Bitte versuchen Sie es erneut.',
|
||||
'failure' => 'Beim Hinzufügen des Abonnenten ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
'help' => 'Gib jeden Abonnenten in eine neue Zeile ein.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Abonnent aktualisieren',
|
||||
'success' => 'Abonnent aktualisiert.',
|
||||
'failure' => 'Etwas lief schief mit dem Bearbeiten eines Abonnenten. Bitte versuchen sie es erneut.',
|
||||
'failure' => 'Beim Bearbeiten des Abonnenten ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -182,25 +182,25 @@ return [
|
||||
'team' => 'Team',
|
||||
'member' => 'Mitglied',
|
||||
'profile' => 'Profil',
|
||||
'description' => 'Teammitglieder werden die Möglichkeit haben, Komponente sowie Vorfälle hinzuzufügen und zu verändern.',
|
||||
'description' => 'Teammitglieder werden die Möglichkeit haben, Komponente sowie Vorfälle hinzuzufügen und zu verändern.',
|
||||
'add' => [
|
||||
'title' => 'Neues Teammitglied hinzufügen',
|
||||
'success' => 'Teammitglied hinzugefügt.',
|
||||
'failure' => 'Teammitglied konnte nicht hinzugefügt werden. Bitte versuchen Sie es erneut.',
|
||||
'failure' => 'Beim Hinzufügen des Teammitglieds ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Profil aktualisieren',
|
||||
'success' => 'Profil aktualisiert.',
|
||||
'failure' => 'Etwas lief schief mit dem Aktualisieren des Profils. Bitte versuchen Sie es erneut.',
|
||||
'failure' => 'Beim Bearbeiten des Teammitglieds ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Benutzer aktualisiert.',
|
||||
'failure' => 'Teammitglied konnte nicht hinzugefügt werden. Bitte versuchen Sie es erneut.',
|
||||
'failure' => 'Beim Löschen des Teammitglieds ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Ein neues Teammitglied einladen',
|
||||
'success' => 'Eine Einladung wurde verschickt',
|
||||
'failure' => 'Diese Einladung konnte nicht versendet werden. Bitte versuchen Sie es erneut.',
|
||||
'failure' => 'Beim Einladen des Teammitglieds ist ein Fehler aufgetreten. Versuche es bitte erneut.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -210,7 +210,7 @@ return [
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Anwendungsinstallation',
|
||||
'images-only' => 'Es können nur Bilder hochgeladen werden.',
|
||||
'too-big' => 'Die von Ihnen hochgeladene Datei ist zu groß. Sie können Dateien bis zu einer Maximalgröße von :size hochladen.',
|
||||
'too-big' => 'Die hochgeladene Datei ist zu groß. Es sind nur Dateien mit einer Maximalgröße von :size erlaubt.',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'Analytics',
|
||||
@@ -231,7 +231,7 @@ return [
|
||||
'test' => 'Test',
|
||||
'email' => [
|
||||
'subject' => 'Test-Benachrichtigung von Cachet',
|
||||
'body' => 'Dies ist ein Test-Benachrichtigung von Cachet.',
|
||||
'body' => 'Dies ist eine Test-Benachrichtigung von Cachet.',
|
||||
],
|
||||
],
|
||||
'security' => [
|
||||
@@ -246,7 +246,7 @@ return [
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Einstellungen gespeichert.',
|
||||
'failure' => 'Einstellungen konnten nicht gespeichert werden.',
|
||||
'failure' => 'Beim Speichern der Einstellungen ist ein Fehler aufgetreten.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'Danksagungen',
|
||||
@@ -263,7 +263,7 @@ return [
|
||||
'login' => 'Einloggen',
|
||||
'logged_in' => 'Sie sind eingeloggt.',
|
||||
'welcome' => 'Willkommen zurück!',
|
||||
'two-factor' => 'Bitte geben Sie Ihren Token ein.',
|
||||
'two-factor' => 'Zwei-Faktor-Authentifizierung',
|
||||
],
|
||||
|
||||
// Sidebar footer
|
||||
@@ -281,7 +281,7 @@ return [
|
||||
// Widgets
|
||||
'widgets' => [
|
||||
'support' => 'Cachet unterstützen',
|
||||
'support_subtitle' => 'Unterstütze uns unter <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
|
||||
'support_subtitle' => 'Unterstütze uns auf <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
|
||||
'news' => 'Aktuelle Neuigkeiten',
|
||||
'news_subtitle' => 'Erhalte die neusten Nachrichten',
|
||||
],
|
||||
@@ -289,7 +289,7 @@ return [
|
||||
// Welcome modal
|
||||
'welcome' => [
|
||||
'welcome' => 'Willkommen zu Deiner Status Seite!',
|
||||
'message' => 'Ihre Statusseite ist fast fertig! Vielleicht möchten Sie diese zusätzlichen Einstellungen konfigurieren',
|
||||
'message' => 'Deine Statusseite ist fast fertig! Vielleicht möchtest Du diese zusätzlichen Einstellungen konfigurieren.',
|
||||
'close' => 'Gehe einfach direkt zu meinem Dashboard',
|
||||
'steps' => [
|
||||
'component' => 'Komponenten erstellen',
|
||||
|
||||
@@ -33,7 +33,7 @@ return [
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Username oder E-Mail',
|
||||
'login' => 'Nutzername oder E-Mail',
|
||||
'email' => 'E-Mail',
|
||||
'password' => 'Passwort',
|
||||
'2fauth' => 'Authentifizierungscode',
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Vorlage',
|
||||
'twig' => 'Ereignis Vorlagen können den <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> Syntax nutzen.',
|
||||
'twig' => 'Ereignis-Vorlagen können den <a href="https://twig.symfony.com" target="_blank">Twig</a> Syntax nutzen.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Vorlage',
|
||||
'twig' => 'Ereignis Vorlagen können den <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> Syntax nutzen.',
|
||||
'twig' => 'Ereignis-Vorlagen können den <a href="https://twig.symfony.com" target="_blank">Twig</a> Syntax nutzen.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -221,7 +221,7 @@ return [
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Laden Sie Ihre Teammitglieder ein, indem Sie deren E-Mail-Adressen hier eingeben.',
|
||||
'email' => 'Die E-Mail Adresse des Teammitgliedes',
|
||||
'email' => 'E-Mail-Adresse des Teammitgliedes',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Vorlage',
|
||||
'twig' => 'Vorfall Vorlagen können den <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> Syntax nutzen.',
|
||||
'twig' => 'Vorfall Vorlagen können den <a href="https://twig.symfony.com" target="_blank">Twig</a> Syntax nutzen.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ return [
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Registrarse',
|
||||
'username' => 'Nombre de usario',
|
||||
'username' => 'Nombre de usuario',
|
||||
'email' => 'Correo electrónico',
|
||||
'password' => 'Contraseña',
|
||||
'success' => 'Tu cuenta ha sido creada.',
|
||||
|
||||
@@ -14,7 +14,7 @@ return [
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'Correo electrónico',
|
||||
'username' => 'Nombre de usario',
|
||||
'username' => 'Nombre de usuario',
|
||||
'password' => 'Contraseña',
|
||||
'site_name' => 'Nombre del sitio',
|
||||
'site_domain' => 'Dominio de sitio',
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nombre',
|
||||
'template' => 'Plantilla',
|
||||
'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nombre',
|
||||
'template' => 'Plantilla',
|
||||
'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -205,7 +205,7 @@ return [
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Nombre de usario',
|
||||
'username' => 'Nombre de usuario',
|
||||
'email' => 'Correo electrónico',
|
||||
'password' => 'Contraseña',
|
||||
'api-token' => 'API Token',
|
||||
|
||||
@@ -111,7 +111,7 @@ return [
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Registrarse',
|
||||
'username' => 'Nombre de usario',
|
||||
'username' => 'Nombre de usuario',
|
||||
'email' => 'Correo electrónico',
|
||||
'password' => 'Contraseña',
|
||||
'success' => 'Tu cuenta ha sido creada.',
|
||||
|
||||
@@ -14,7 +14,7 @@ return [
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'Correo electrónico',
|
||||
'username' => 'Nombre de usario',
|
||||
'username' => 'Nombre de usuario',
|
||||
'password' => 'Contraseña',
|
||||
'site_name' => 'Nombre del sitio',
|
||||
'site_domain' => 'Dominio de sitio',
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nombre',
|
||||
'template' => 'Plantilla',
|
||||
'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -149,7 +149,7 @@ return [
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Nombre de usario',
|
||||
'username' => 'Nombre de usuario',
|
||||
'email' => 'Correo electrónico',
|
||||
'password' => 'Contraseña',
|
||||
'api-token' => 'API Token',
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nimi',
|
||||
'template' => 'Malli',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
return [
|
||||
// Components
|
||||
'components' => [
|
||||
'last_updated' => 'Dernière mise à jour :timestamp',
|
||||
'last_updated' => 'Dernière mise-à-jour le :timestamp',
|
||||
'status' => [
|
||||
0 => 'Inconnu',
|
||||
1 => 'Opérationnel',
|
||||
@@ -21,7 +21,7 @@ return [
|
||||
4 => 'Panne majeure',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Autres composants',
|
||||
'other' => 'Autres services',
|
||||
],
|
||||
'select_all' => 'Tout sélectionner',
|
||||
'deselect_all' => 'Tout désélectionner',
|
||||
@@ -32,12 +32,12 @@ return [
|
||||
'none' => 'Aucun incident signalé',
|
||||
'past' => 'Incidents antérieurs',
|
||||
'stickied' => 'Incidents épinglés',
|
||||
'scheduled' => 'Maintenance Planifiée',
|
||||
'scheduled_at' => ', planifé à :timestamp',
|
||||
'posted' => 'Posted :timestamp by :username',
|
||||
'posted_at' => 'Posted at :timestamp',
|
||||
'scheduled' => 'Maintenance planifiée',
|
||||
'scheduled_at' => ', planifé le :timestamp',
|
||||
'posted' => 'Signalé :timestamp par :username',
|
||||
'posted_at' => 'Signalé :timestamp',
|
||||
'status' => [
|
||||
1 => 'Enquête en cours',
|
||||
1 => 'En cours d’investigation',
|
||||
2 => 'Identifié',
|
||||
3 => 'Sous surveillance',
|
||||
4 => 'Corrigé',
|
||||
@@ -55,9 +55,9 @@ return [
|
||||
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => '[0,1] Système opérationnel|[2,*] Tous les systèmes sont opérationnels',
|
||||
'bad' => '[0,1] Le système rencontre actuellement des problèmes|[2,Inf] Certains systèmes rencontrent des problèmes',
|
||||
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues',
|
||||
'good' => 'Aucun incident signalé',
|
||||
'bad' => 'Incident en cours',
|
||||
'major' => 'Incident majeur en cours',
|
||||
],
|
||||
|
||||
'api' => [
|
||||
@@ -77,36 +77,36 @@ return [
|
||||
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Subscribe to status changes and incident updates',
|
||||
'subscribe' => 'Être informé des nouveaux signalements d’incidents et changements de statut',
|
||||
'unsubscribe' => 'Se désabonner',
|
||||
'button' => 'S\'abonner',
|
||||
'manage_subscription' => 'Gérer l\'abonnement',
|
||||
'button' => 'S’abonner',
|
||||
'manage_subscription' => 'Gérer l’abonnement',
|
||||
'manage' => [
|
||||
'notifications' => 'Notifications',
|
||||
'notifications_for' => 'Gérer les notifications pour',
|
||||
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises à jour.',
|
||||
'update_subscription' => 'Mettre à jour l’abonnement',
|
||||
'my_subscriptions' => 'Vous êtes actuellement abonné aux mises à jour suivantes.',
|
||||
'no_subscriptions' => 'Vous êtes actuellement abonné à toutes les mises-à-jour.',
|
||||
'update_subscription' => 'Mettre-à-jour l’abonnement',
|
||||
'my_subscriptions' => 'Vous êtes actuellement abonné aux mises-à-jour suivantes.',
|
||||
'manage_at_link' => 'Gérer vos abonnements à :link',
|
||||
],
|
||||
'email' => [
|
||||
'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription',
|
||||
'subscribe' => 'S\'abonner aux notifications par email.',
|
||||
'subscribed' => 'Vous êtes abonné aux notifications par email, veuillez vérifier votre messagerie pour confirmer votre adresse.',
|
||||
'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.',
|
||||
'verified' => 'Votre abonnement aux notifications par email a été confirmé. Merci !',
|
||||
'manage_subscription' => 'Un courriel vous a été envoyé ; merci de cliquer sur le lien pour gérer votre abonnement',
|
||||
'subscribe' => 'S’abonner aux notifications par courriel.',
|
||||
'subscribed' => 'Vous êtes abonné aux notifications par courriel, veuillez vérifier votre messagerie pour confirmer votre adresse.',
|
||||
'updated-subscribe' => 'Vous avez mis-à-jour vos abonnements avec succès.',
|
||||
'verified' => 'Votre abonnement aux notifications par courriel 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.',
|
||||
'unsubscribe' => 'Se désabonner des mises à jour par courriel.',
|
||||
'unsubscribed' => 'Votre abonnement aux notifications par courriel a été annulé.',
|
||||
'failure' => 'Une erreur est survenue lors de l’abonnement.',
|
||||
'already-subscribed' => 'Impossible de s’abonner avec l’adresse mail :email car celle-ci est déjà abonnée.',
|
||||
],
|
||||
],
|
||||
|
||||
'signup' => [
|
||||
'title' => 'Inscription',
|
||||
'username' => 'Nom d\'utilisateur',
|
||||
'email' => 'Adresse e-mail',
|
||||
'username' => 'Nom d’utilisateur',
|
||||
'email' => 'Adresse mail',
|
||||
'password' => 'Mot de passe',
|
||||
'success' => 'Votre compte a été créé.',
|
||||
'failure' => 'Un problème est survenu lors de votre inscription.',
|
||||
@@ -120,19 +120,19 @@ return [
|
||||
'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',
|
||||
'title' => 'S’abonner aux mises-à-jour du statut du service',
|
||||
'body' => 'Entrez votre adresse mail pour vous abonner aux mises-à-jour de ce service. Si vous êtes déjà abonné, vous recevez déjà des notifications pour ce service.',
|
||||
'button' => 'S’abonner',
|
||||
],
|
||||
],
|
||||
|
||||
// Meta descriptions
|
||||
'meta' => [
|
||||
'description' => [
|
||||
'incident' => 'Détails et mises à jour sur l\'incident :name qui a eu lieu le :date',
|
||||
'incident' => 'Détails et mises-à-jour sur l’incident :name qui a eu lieu le :date',
|
||||
'schedule' => 'Détails sur la période de maintenance planifiée :name débutant le :startDate',
|
||||
'subscribe' => 'S’abonner à :app afin de recevoir les mises à jour des incidents et des périodes de maintenance planifiée',
|
||||
'overview' => 'Restez à jour avec les dernières mises à jour de :app.',
|
||||
'subscribe' => 'S’abonner à :app afin de recevoir les mises-à-jour des incidents et des périodes de maintenance planifiée',
|
||||
'overview' => 'Restez à jour avec les dernières mises-à-jour de :app.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -12,168 +12,169 @@
|
||||
return [
|
||||
|
||||
'dashboard' => 'Tableau de bord',
|
||||
'writeable_settings' => 'Le dossier des paramètres de Cachet n\'est pas accessible en écriture. Veuillez vous assurer que le serveur web peut écrire dans <code>./bootstrap/cachet</code>.',
|
||||
'writeable_settings' => 'Le dossier des paramètres de Cachet n’est pas accessible en écriture. Veuillez vous assurer que le serveur web peut écrire dans <code>./bootstrap/cachet</code>.',
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'title' => 'Incidents & Maintenance',
|
||||
'title' => 'Incidents & Maintenances',
|
||||
'incidents' => 'Incidents',
|
||||
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.',
|
||||
'logged' => '{0}Il n’y a aucun incident, bon travail.|[1]Vous avez reporté un incident.|[2,*]Vous avez reporté <strong>:count</strong> incidents.',
|
||||
'incident-create-template' => 'Créer un modèle',
|
||||
'incident-templates' => 'Modèles d\'incident',
|
||||
'incident-templates' => 'Modèles d’incident',
|
||||
'updates' => [
|
||||
'title' => 'Incident updates for :incident',
|
||||
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
|
||||
'title' => 'Mises-à-jour d’incident pour :incident',
|
||||
'count' => '{0}aucune|[1]une mise-à-jour|[2]deux mises-à-jour|[3,*]plusieurs mises-à-jour',
|
||||
'add' => [
|
||||
'title' => 'Créer une mise à jour d\'incident',
|
||||
'success' => 'Your new incident update has been created.',
|
||||
'failure' => 'Something went wrong with the incident update.',
|
||||
'title' => 'Créer une mise à jour d’incident',
|
||||
'success' => 'Votre nouvelle mise-à-jour d’incident a été créée.',
|
||||
'failure' => 'Un problème est survenu avec la mise-à-jour d’incident.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit incident update',
|
||||
'success' => 'The incident update has been updated.',
|
||||
'failure' => 'Something went wrong updating the incident update',
|
||||
'title' => 'Modifier la mise-à-jour d’incident',
|
||||
'success' => 'La mise-à-jour d’incident a été modifiée.',
|
||||
'failure' => 'Un problème est survenu avec la modification de la mise-à-jour d’incident.',
|
||||
],
|
||||
],
|
||||
'reported_by' => 'Reported :timestamp by :user',
|
||||
'reported_by' => 'Signalé :timestamp par :user',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un incident',
|
||||
'success' => 'Incident ajouté.',
|
||||
'failure' => 'Une erreur s\'est produite en ajoutant l\'incident, veuillez réessayer.',
|
||||
'failure' => 'Une erreur s’est produite en ajoutant l’incident, veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifier un incident',
|
||||
'success' => 'Incident mis à jour.',
|
||||
'failure' => 'Une erreur s\'est produite en modifiant l\'incident, veuillez réessayer.',
|
||||
'success' => 'Incident modifié.',
|
||||
'failure' => 'Une erreur s’est produite en modifiant l’incident, veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'L\'incident a été supprimé et ne sera pas affiché sur votre page de statut.',
|
||||
'failure' => 'L\'incident n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
'success' => 'L’incident a été supprimé et ne sera pas affiché sur votre page de statut.',
|
||||
'failure' => 'L’incident n’a pas pu être supprimé. Veuillez réessayer.',
|
||||
],
|
||||
|
||||
// Incident templates
|
||||
'templates' => [
|
||||
'title' => 'Modèles d\'incident',
|
||||
'title' => 'Modèles d’incident',
|
||||
'add' => [
|
||||
'title' => 'Créer un modèle d\'incident',
|
||||
'message' => 'Create your first incident template.',
|
||||
'success' => 'Votre nouveau modèle d\'incident a été créé.',
|
||||
'failure' => 'Une erreur est survenue avec le modèle d\'incident.',
|
||||
'title' => 'Créer un modèle d’incident',
|
||||
'message' => 'Créer votre premier modèle d’incident.',
|
||||
'success' => 'Votre nouveau modèle d’incident a été créé.',
|
||||
'failure' => 'Une erreur est survenue avec le modèle d’incident.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Éditer le modèle',
|
||||
'success' => 'Le modèle d\'incident a été mis à jour.',
|
||||
'failure' => 'Une erreur est survenue lors de la mise à jour du modèle d\'incident',
|
||||
'success' => 'Le modèle d’incident a été mis-à-jour.',
|
||||
'failure' => 'Une erreur est survenue lors de la mise-à-jour du modèle d’incident',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Le modèle d\'incident a été supprimé.',
|
||||
'failure' => 'Le modèle d\'incident n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
'success' => 'Le modèle d’incident a été supprimé.',
|
||||
'failure' => 'Le modèle d’incident n’a pas pu être supprimé. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
// Incident Maintenance
|
||||
'schedule' => [
|
||||
'schedule' => 'Maintenance Planifiée',
|
||||
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
|
||||
'scheduled_at' => 'Planifiée à :timestamp',
|
||||
'schedule' => 'Maintenances planifiées',
|
||||
'logged' => '{0}Il n’y a aucune maintenance, bon travail.|[1]Vous avez reporté une maintenance.|[2,*]Vous avez reporté <strong>:count</strong> maintenances.',
|
||||
'scheduled_at' => 'Planifiée le :timestamp',
|
||||
'add' => [
|
||||
'title' => 'Add Maintenance',
|
||||
'success' => 'Maintenance added.',
|
||||
'failure' => 'Something went wrong adding the Maintenance, please try again.',
|
||||
'title' => 'Ajouter une maintenance',
|
||||
'success' => 'Maintenance ajoutée.',
|
||||
'failure' => 'Un problème est survenu avec l’ajout de la maintenance. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Edit Maintenance',
|
||||
'success' => 'Maintenance has been updated!',
|
||||
'failure' => 'Something went wrong editing the Maintenance, please try again.',
|
||||
'title' => 'Modifier la maintenance',
|
||||
'success' => 'La maintrnance a été modifiée !',
|
||||
'failure' => 'Un problème est survenu avec la modification de la maintenance. Veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'The Maintenance has been deleted and will not show on your status page.',
|
||||
'failure' => 'The Maintenance could not be deleted, please try again.',
|
||||
'success' => 'TLa maitenance a été supprimée et de s’affichera plus sur la page de statut.',
|
||||
'failure' => 'Un problème est survenu avec la suppression de la maintenance. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components
|
||||
'components' => [
|
||||
'components' => 'Composants',
|
||||
'component_statuses' => 'Statut des composants',
|
||||
'listed_group' => 'Groupés par :nom',
|
||||
'components' => 'Services',
|
||||
'component_statuses' => 'Statut des services',
|
||||
'listed_group' => 'Groupé par :name',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un composant',
|
||||
'message' => 'Vous devez ajouter un composant.',
|
||||
'success' => 'Composant créé.',
|
||||
'failure' => 'Un problème est survenu avec le composant. Veuillez réessayer.',
|
||||
'title' => 'Ajouter un service',
|
||||
'message' => 'Vous devez ajouter un service.',
|
||||
'success' => 'Service créé.',
|
||||
'failure' => 'Un problème est survenu avec la création du service. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifier un composant',
|
||||
'success' => 'Composant mis à jour.',
|
||||
'failure' => 'Un problème est survenu avec le composant. Veuillez réessayer.',
|
||||
'title' => 'Modifier un service',
|
||||
'success' => 'Service modifié.',
|
||||
'failure' => 'Un problème est survenu avec la modification du service. Veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Le composant a été supprimé !',
|
||||
'failure' => 'Le composant n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
'success' => 'Le service a été supprimé !',
|
||||
'failure' => 'Un problème est survenu avec la suppression du service. Veuillez réessayer.',
|
||||
],
|
||||
|
||||
// Component groups
|
||||
'groups' => [
|
||||
'groups' => 'Groupe de composants|Groupes de composants',
|
||||
'no_components' => 'Vous devez ajouter un groupe de composants.',
|
||||
'groups' => '[0,1]Groupe de services|[2,*]Groupes de services',
|
||||
'no_components' => 'Vous devez ajouter un groupe de services.',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un groupe de composants',
|
||||
'success' => 'Groupe de composants ajouté.',
|
||||
'failure' => 'Un problème est survenu avec le composant. Veuillez réessayer.',
|
||||
'title' => 'Ajouter un groupe de services',
|
||||
'success' => 'Groupe de services ajouté.',
|
||||
'failure' => 'Un problème est survenu avec l’ajout du groupe de services. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifier un groupe de composants',
|
||||
'success' => 'Groupe de composants mis à jour.',
|
||||
'failure' => 'Un problème est survenu avec le composant. Veuillez réessayer.',
|
||||
'title' => 'Modifier un groupe de services',
|
||||
'success' => 'Groupe de services modifié.',
|
||||
'failure' => 'Un problème est survenu avec la modification du groupe de services. Veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Le groupe de composants a été supprimé !',
|
||||
'failure' => 'Le groupe de composants n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
'title' => 'Supprimer le groupe de services',
|
||||
'success' => 'Le groupe de services a été supprimé !',
|
||||
'failure' => 'Un problème est survenu avec la suppression du groupe de services. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
// Metrics
|
||||
'metrics' => [
|
||||
'metrics' => 'Indicateur',
|
||||
'metrics' => 'Indicateurs',
|
||||
'add' => [
|
||||
'title' => 'Créer une métrique',
|
||||
'message' => 'Vous devez ajouter un indicateur.',
|
||||
'success' => 'Indicateur créé.',
|
||||
'failure' => 'Une erreur est survenue avec l\'indicateur. Veuillez réessayer.',
|
||||
'failure' => 'Une erreur est survenue avec l’ajout de l’indicateur. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Modifier une métrique',
|
||||
'success' => 'Indicateur mise à jour.',
|
||||
'failure' => 'Une erreur est survenue avec l\'indicateur. Veuillez réessayer.',
|
||||
'success' => 'Indicateur modifié.',
|
||||
'failure' => 'Une erreur est survenue avec la modification de l’indicateur. Veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'La métrique a été supprimé et ne sera plus visible sur votre page de statut.',
|
||||
'failure' => 'L\'indicateur n\'a pas pu être supprimé. Veuillez réessayer.',
|
||||
'failure' => 'Une erreur est survenue avec la suppression de l’indicateur. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
// Subscribers
|
||||
'subscribers' => [
|
||||
'subscribers' => 'Abonnés',
|
||||
'description' => 'Les abonnés recevront des notifications par e-mail lorsque des incidents sont créés ou des composants sont mis à jour.',
|
||||
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
|
||||
'description' => 'Les abonnés recevront des notifications par courriel lorsque des incidents sont créés ou des services sont mis-à-jour.',
|
||||
'description_disabled' => 'Pour utiliser cette fonction, vous devez autoriser l’abonnement aux notifications.',
|
||||
'verified' => 'Vérifié',
|
||||
'not_verified' => 'Non vérifié',
|
||||
'subscriber' => ':email, abonné à :date',
|
||||
'no_subscriptions' => 'Souscrire à toutes les mises à jour',
|
||||
'global' => 'Globally subscribed',
|
||||
'subscriber' => ':email, abonné le :date',
|
||||
'no_subscriptions' => 'Aucun abonnement',
|
||||
'global' => 'Abonné à tout',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un abonné',
|
||||
'success' => 'L\'abonné a été ajouté !',
|
||||
'failure' => 'Une erreur s\'est produite lors de l\'ajout de l\'abonné. Veuillez réessayer.',
|
||||
'success' => 'L’abonné a été ajouté !',
|
||||
'failure' => 'Une erreur s’est produite lors de l’ajout de l’abonné. Veuillez réessayer.',
|
||||
'help' => 'Saisissez un abonné par ligne.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Mettre à jour l\'abonné',
|
||||
'success' => 'L\'abonné a été mis à jour !',
|
||||
'failure' => 'Une erreur s\'est produite lors de la modification de l\'abonné. Veuillez réessayer.',
|
||||
'title' => 'Modifier l’abonné',
|
||||
'success' => 'L’abonné a été modifié !',
|
||||
'failure' => 'Une erreur s’est produite lors de la modification de l’abonné. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -182,25 +183,25 @@ return [
|
||||
'team' => 'Équipe',
|
||||
'member' => 'Membre',
|
||||
'profile' => 'Profil utilisateur',
|
||||
'description' => 'Les membres de l\'équipe pourront ajouter & modifier les composants et les incidents.',
|
||||
'description' => 'Les membres de l’équipe pourront ajouter & modifier les services et les incidents.',
|
||||
'add' => [
|
||||
'title' => 'Ajouter un nouveau membre de l\'équipe',
|
||||
'success' => 'Membre de l\'équipe a ajouté.',
|
||||
'failure' => 'Le membre de l\'équipe n\'a pas pu être ajouté. Veuillez réessayer.',
|
||||
'title' => 'Ajouter un nouveau membre à l’équipe',
|
||||
'success' => 'Membre d’équipe a ajouté.',
|
||||
'failure' => 'Le membre n’a pas pu être ajouté à l’équipe. Veuillez réessayer.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Mettre le profil à jour',
|
||||
'success' => 'Profil mis à jour.',
|
||||
'failure' => 'Une erreur s\'est produite lors de la mise à jour du profil. Veuillez réessayer.',
|
||||
'title' => 'Modifier le profil',
|
||||
'success' => 'Profil modifié.',
|
||||
'failure' => 'Une erreur s’est produite lors de la modification du profil. Veuillez réessayer.',
|
||||
],
|
||||
'delete' => [
|
||||
'success' => 'Le membre de l\'équipe a été supprimé et n\'aura plus l\'accès au tableau de bord !',
|
||||
'failure' => 'Le membre de l\'équipe n\'a pas pu être ajouté. Veuillez réessayer.',
|
||||
'success' => 'Le membre été supprimé de l’équipe et n’aura plus l’accès au tableau de bord !',
|
||||
'failure' => 'Le membre n’a pas pu être supprimé de l’équipe. Veuillez réessayer.',
|
||||
],
|
||||
'invite' => [
|
||||
'title' => 'Inviter un nouveau membre de l\'équipe',
|
||||
'title' => 'Inviter un nouveau membre dans l’équipe',
|
||||
'success' => 'Nouveau membre invité.',
|
||||
'failure' => 'L\'invitation n\'a pas pu être envoyé. Veuillez réessayer.',
|
||||
'failure' => 'L’invitation n’a pas pu être envoyé. Veuillez réessayer.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -208,15 +209,15 @@ return [
|
||||
'settings' => [
|
||||
'settings' => 'Paramètres',
|
||||
'app-setup' => [
|
||||
'app-setup' => 'Configuration de l\'application',
|
||||
'app-setup' => 'Configuration de l’application',
|
||||
'images-only' => 'Seules les images peuvent être envoyées.',
|
||||
'too-big' => 'Le fichier envoyé est trop grand. Envoyer une image d\'une taille inférieur à :size',
|
||||
'too-big' => 'Le fichier envoyé est trop grand. Envoyer une image d’une taille inférieur à :size',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics' => 'Analytics',
|
||||
],
|
||||
'log' => [
|
||||
'log' => 'Log',
|
||||
'log' => 'Journal',
|
||||
],
|
||||
'localization' => [
|
||||
'localization' => 'Localisation',
|
||||
@@ -224,7 +225,7 @@ return [
|
||||
'customization' => [
|
||||
'customization' => 'Personnalisation',
|
||||
'header' => 'Entête HTML personnalisé',
|
||||
'footer' => 'Pied de page HTML personnalisé',
|
||||
'footer' => 'Pied-de-page HTML personnalisé',
|
||||
],
|
||||
'mail' => [
|
||||
'mail' => 'Courriel',
|
||||
@@ -246,7 +247,7 @@ return [
|
||||
],
|
||||
'edit' => [
|
||||
'success' => 'Paramètres sauvegardés.',
|
||||
'failure' => 'Les paramètres n\'ont pas pu être sauvegardés.',
|
||||
'failure' => 'Les paramètres n’ont pas pu être sauvegardés.',
|
||||
],
|
||||
'credits' => [
|
||||
'credits' => 'Crédits',
|
||||
@@ -280,7 +281,7 @@ return [
|
||||
|
||||
// Widgets
|
||||
'widgets' => [
|
||||
'support' => 'Supportez Cachet',
|
||||
'support' => 'Soutenez Cachet',
|
||||
'support_subtitle' => 'Jetez un œil à la page <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
|
||||
'news' => 'Dernières actualités',
|
||||
'news_subtitle' => 'Obtenez les dernières mises à jour',
|
||||
@@ -292,7 +293,7 @@ return [
|
||||
'message' => 'Votre page de statut est presque prête ! Vous voudrez peut-être configurer ces paramètres supplémentaires',
|
||||
'close' => 'Aller directement à mon tableau de bord',
|
||||
'steps' => [
|
||||
'component' => 'Créer des composants',
|
||||
'component' => 'Créer des services',
|
||||
'incident' => 'Créer des incidents',
|
||||
'customize' => 'Personnaliser',
|
||||
'team' => 'Ajouter des utilisateurs',
|
||||
|
||||
@@ -13,34 +13,34 @@ return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'Adresse e-mail',
|
||||
'username' => 'Nom d\'utilisateur',
|
||||
'email' => 'Adresse électronique',
|
||||
'username' => 'Nom d’utilisateur',
|
||||
'password' => 'Mot de passe',
|
||||
'site_name' => 'Nom du site',
|
||||
'site_domain' => 'Nom de domaine du site',
|
||||
'site_timezone' => 'Choisissez votre fuseau horaire',
|
||||
'site_locale' => 'Sélectionner votre langue',
|
||||
'enable_google2fa' => 'Activer l\'authentification à deux facteurs de Google',
|
||||
'enable_google2fa' => 'Activer l’authentification à deux facteurs de Google',
|
||||
'cache_driver' => 'Gestionnaire de cache',
|
||||
'queue_driver' => 'Pilote de fil',
|
||||
'session_driver' => 'Gestionnaire de session',
|
||||
'mail_driver' => 'Gestionnaire de mail',
|
||||
'mail_host' => 'Serveur de mail',
|
||||
'mail_address' => 'Adresse de l\'expéditeur du mail',
|
||||
'mail_username' => 'Nom d\'utilisateur de mail',
|
||||
'mail_address' => 'Adresse de l’expéditeur du mail',
|
||||
'mail_username' => 'Nom d’utilisateur de mail',
|
||||
'mail_password' => 'Mot de passe du serveur de mail',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => 'Nom d\'utilisateur ou e-mail',
|
||||
'email' => 'Adresse e-mail',
|
||||
'login' => 'Nom d’utilisateur ou courriel',
|
||||
'email' => 'Adresse électronique',
|
||||
'password' => 'Mot de passe',
|
||||
'2fauth' => 'Code d\'authentification',
|
||||
'invalid' => 'Nom d\'utilisateur ou mot de passe incorrect',
|
||||
'2fauth' => 'Code d’authentification',
|
||||
'invalid' => 'Nom d’utilisateur ou mot de passe incorrect',
|
||||
'invalid-token' => 'Jeton invalide',
|
||||
'cookies' => 'Vous devez activer les cookies pour vous connecter.',
|
||||
'rate-limit' => 'Limite de tentatives atteinte.',
|
||||
'rate-limit' => 'Limite de tentatives de connexion atteinte.',
|
||||
'remember_me' => 'Se souvenir de moi',
|
||||
],
|
||||
|
||||
@@ -48,14 +48,14 @@ return [
|
||||
'incidents' => [
|
||||
'name' => 'Nom',
|
||||
'status' => 'Statut',
|
||||
'component' => 'Composant',
|
||||
'component_status' => 'Component Status',
|
||||
'component' => 'Service',
|
||||
'component_status' => 'Statut de service',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'Vous pouvez également utiliser le format Markdown.',
|
||||
'occurred_at' => 'Quand s\'est produit cet incident ?',
|
||||
'notify_subscribers' => 'Notifier les abonnés ?',
|
||||
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
|
||||
'visibility' => 'Visibilité de l\'incident',
|
||||
'occurred_at' => 'Quand s’est produit cet incident ?',
|
||||
'notify_subscribers' => 'Notifier les abonnés ?',
|
||||
'notify_disabled' => 'Suite à une maintenance plannifiée, les notifications sur cet incident ou ses services seront supprimées.',
|
||||
'visibility' => 'Visibilité de l’incident',
|
||||
'stick_status' => 'Incident épinglé',
|
||||
'stickied' => 'Épinglé',
|
||||
'not_stickied' => 'Non épinglé',
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nom',
|
||||
'template' => 'Modèle',
|
||||
'twig' => 'Vous pouvez utiliser <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> pour créer des modèles par langues pour les modèles d\'incidents.',
|
||||
'twig' => 'Vous pouvez utiliser <a href="https://twig.symfony.com" target="_blank">Twig</a> pour créer des modèles par langues pour les modèles d’incidents.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -73,12 +73,12 @@ return [
|
||||
'status' => 'Statut',
|
||||
'message' => 'Message',
|
||||
'message-help' => 'Vous pouvez également utiliser le format Markdown.',
|
||||
'scheduled_at' => 'Pour quand la maintenance est-elle planifiée ?',
|
||||
'completed_at' => 'Quand est-ce que cette maintenance sera terminée ?',
|
||||
'scheduled_at' => 'Pour quand la maintenance est-elle planifiée ?',
|
||||
'completed_at' => 'Quand est-ce que cette maintenance sera terminée ?',
|
||||
'templates' => [
|
||||
'name' => 'Nom',
|
||||
'template' => 'Modèle',
|
||||
'twig' => 'Vous pouvez utiliser <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> pour créer des modèles par langues pour les modèles d\'incidents.',
|
||||
'twig' => 'Vous pouvez utiliser <a href="https://twig.symfony.com" target="_blank">Twig</a> pour créer des modèles par langues pour les modèles d’incidents.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -91,17 +91,17 @@ return [
|
||||
'link' => 'Lien',
|
||||
'tags' => 'Mots-clés',
|
||||
'tags-help' => 'Séparés par des virgules.',
|
||||
'enabled' => 'Activer le composant ?',
|
||||
'enabled' => 'Activer le service ?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Nom',
|
||||
'collapsing' => 'Afficher/Cacher les options',
|
||||
'visible' => 'Toujours déplier',
|
||||
'collapsed' => 'Réduire le groupe par défaut',
|
||||
'collapsed_incident' => 'Réduire le groupe par défaut, mais déplier s\'il y a des incidents',
|
||||
'collapsed_incident' => 'Réduire le groupe par défaut, mais déplier s’il y a des incidents',
|
||||
'visibility' => 'Visibilité',
|
||||
'visibility_public' => 'Visible au public',
|
||||
'visibility_authenticated' => 'Visible uniquement aux utilisateurs connectés',
|
||||
'visibility_public' => 'Visible par le public',
|
||||
'visibility_authenticated' => 'Visible uniquement par les utilisateurs connectés',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -114,7 +114,7 @@ return [
|
||||
'schedule_frequency' => 'Fréquence de planification (en secondes)',
|
||||
'completion_latency' => 'Délai d’achèvement (en secondes)',
|
||||
'group' => 'Groupe',
|
||||
'active' => 'Actif ?',
|
||||
'active' => 'Actif ?',
|
||||
'groups' => [
|
||||
'name' => 'Nom du groupe',
|
||||
],
|
||||
@@ -126,14 +126,14 @@ return [
|
||||
'suffix' => 'Suffixe',
|
||||
'description' => 'Description',
|
||||
'description-help' => 'Vous pouvez également utiliser le format Markdown.',
|
||||
'display-chart' => 'Afficher le graphique sur la page de statut ?',
|
||||
'display-chart' => 'Afficher le graphique sur la page de statut ?',
|
||||
'default-value' => 'Valeur par défaut',
|
||||
'calc_type' => 'Calcul des données',
|
||||
'type_sum' => 'Somme',
|
||||
'type_avg' => 'Moyenne',
|
||||
'places' => 'Nombre de chiffres après la virgule',
|
||||
'default_view' => 'Vue par défaut',
|
||||
'threshold' => 'Quel intervalle en minutes entre chaque point de métrique ?',
|
||||
'threshold' => 'Quel intervalle en minutes entre chaque point de métrique ?',
|
||||
'visibility' => 'Visibilité',
|
||||
'visibility_authenticated' => 'Visible aux utilisateurs authentifiés',
|
||||
'visibility_public' => 'Visible à tous',
|
||||
@@ -150,50 +150,50 @@ return [
|
||||
'app-setup' => [
|
||||
'site-name' => 'Nom du site',
|
||||
'site-url' => 'URL du site',
|
||||
'display-graphs' => 'Afficher les graphiques sur la page de statut ?',
|
||||
'display-graphs' => 'Afficher les graphiques sur la page de statut ?',
|
||||
'about-this-page' => 'À propos de cette page',
|
||||
'days-of-incidents' => 'Combien de jours d\'incidents à montrer ?',
|
||||
'time_before_refresh' => 'Status page refresh rate (in seconds)',
|
||||
'major_outage_rate' => 'Major outage threshold (in %)',
|
||||
'banner' => 'Image d\'en-tête',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide",
|
||||
'subscribers' => 'Permettre aux personnes de s\'inscrire aux notifications par e-mail ?',
|
||||
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
|
||||
'skip_subscriber_verification' => 'Ne pas vérifier les utilisateurs ? (Attention, vous pourriez être spammé)',
|
||||
'automatic_localization' => 'Traduire automatiquement votre page de statut dans la langue du visiteur ?',
|
||||
'enable_external_dependencies' => 'Activer les dépendances tierces (Google Fonts, Trackers, etc...)',
|
||||
'show_timezone' => 'Show the timezone the status page is running in',
|
||||
'only_disrupted_days' => 'Afficher uniquement les jours contenant des incidents dans la timeline ?',
|
||||
'days-of-incidents' => 'Combien de jours d’incidents à montrer ?',
|
||||
'time_before_refresh' => 'Taux de rafraîchissement de la page de statut (en secondes)',
|
||||
'major_outage_rate' => 'Seuil pour les pannes majeures (en %)',
|
||||
'banner' => 'Image d’entête',
|
||||
'banner-help' => 'Il est recommandé de téléverser des images d’une largeur d’au plus 930 pixels.',
|
||||
'subscribers' => 'Permettre aux personnes de s’inscrire aux notifications par courriel ?',
|
||||
'suppress_notifications_in_maintenance' => 'Désactiver les notifications lorsqu’un incident se produit pendant une période de maintenance ?',
|
||||
'skip_subscriber_verification' => 'Ne pas vérifier les utilisateurs ? (Attention, vous pourriez être spammé)',
|
||||
'automatic_localization' => 'Traduire automatiquement votre page de statut dans la langue du visiteur ?',
|
||||
'enable_external_dependencies' => 'Activer les dépendances tierces (Google Fonts, Trackers, etc.)',
|
||||
'show_timezone' => 'Afficher le fuseau horaire du site',
|
||||
'only_disrupted_days' => 'Afficher uniquement les jours contenant des incidents dans la timeline ?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Code de Google Analytics',
|
||||
'analytics_gosquared' => 'Code de GoSquared Analytics',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance',
|
||||
'analytics_piwik_url' => 'URL de votre instance Piwik',
|
||||
'analytics_piwik_siteid' => 'Id du site de Piwik',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'Fuseau horaire du site',
|
||||
'site-locale' => 'Langue du site',
|
||||
'date-format' => 'Format de la date',
|
||||
'incident-date-format' => 'Format de la date de l\'incident',
|
||||
'incident-date-format' => 'Format de la date de l’incident',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Domaines autorisés',
|
||||
'allowed-domains-help' => 'Séparés par des virgules. Le domaine défini ci-dessus est automatiquement autorisé par défaut.',
|
||||
'always-authenticate' => 'Always authenticate',
|
||||
'always-authenticate-help' => 'Require login to view any Cachet page',
|
||||
'allowed-domains-help' => 'Les domaines définis ci-dessus sont automatiquement autorisés par défaut (séparés par des virgules).',
|
||||
'always-authenticate' => 'Authentification systématique',
|
||||
'always-authenticate-help' => 'Une authentification est nécessaire pour accéer à la moindre page Cachet.',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Feuille de style personnalisée',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Couleur de fond',
|
||||
'background-fills' => 'Couleur de remplissage de l\'arrière-plan (composants, incidents, pied de page)',
|
||||
'banner-background-color' => 'Couleur d\'arrière-plan de l\'en-tête',
|
||||
'banner-padding' => 'Marge de l\'en-tête',
|
||||
'fullwidth-banner' => 'Enable full width banner?',
|
||||
'background-fills' => 'Couleur de remplissage de l’arrière-plan (services, incidents, pied-de-page)',
|
||||
'banner-background-color' => 'Couleur d’arrière-plan de l’entête',
|
||||
'banner-padding' => 'Marge de l’entête',
|
||||
'fullwidth-banner' => 'Activer la pleine largeur de bannière ?',
|
||||
'text-color' => 'Couleur du texte',
|
||||
'dashboard-login' => 'Afficher le bouton "Tableau de bord" dans le pied de page ?',
|
||||
'dashboard-login' => 'Afficher le bouton « Tableau de bord » dans le pied-de-page ?',
|
||||
'reds' => 'Rouge (utilisé pour les erreurs)',
|
||||
'blues' => 'Bleu (utilisé pour les informations)',
|
||||
'greens' => 'Vert (utilisé pour les succès)',
|
||||
@@ -205,23 +205,23 @@ return [
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Nom d\'utilisateur',
|
||||
'email' => 'Adresse e-mail',
|
||||
'username' => 'Nom d’utilisateur',
|
||||
'email' => 'Adresse électronique',
|
||||
'password' => 'Mot de passe',
|
||||
'api-token' => 'Jeton de l\'API',
|
||||
'api-token-help' => 'Régénérer votre jeton API empêchera les applications existantes d\'accéder à Cachet.',
|
||||
'api-token' => 'Jeton de l’API',
|
||||
'api-token-help' => 'Régénérer votre jeton API empêchera les applications existantes d’accéder à Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'Niveau de l\'utilisateur',
|
||||
'user_level' => 'Niveau de l’utilisateur',
|
||||
'levels' => [
|
||||
'admin' => 'Administrateur',
|
||||
'user' => 'Utilisateur',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'Activer l\'authentification à deux facteurs augmente la sécurité de votre compte. Vous aurez besoin de télécharger <a href="https://support.google.com/accounts/answer/1066447?hl=en"> Google Authenticator</a> ou une application similaire sur votre appareil mobile. Lorsque vous vous connectez, il vous sera demandé de fournir un jeton généré par l\'application.',
|
||||
'help' => 'Activer l’authentification à deux facteurs augmente la sécurité de votre compte. Vous aurez besoin de télécharger <a href="https://support.google.com/accounts/answer/1066447?hl=en"> Google Authenticator</a> ou une application similaire sur votre appareil mobile. Lorsque vous vous connectez, il vous sera demandé de fournir un jeton généré par l’application.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invitez les membres de votre équipe en entrant leurs adresses e-mail ici.',
|
||||
'email' => 'Your Team Members Email Address',
|
||||
'description' => 'Invitez les membres de votre équipe en entrant leurs adresses électroniques ici.',
|
||||
'email' => 'L’adresse électronique du membre de votre équipe',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -230,8 +230,8 @@ return [
|
||||
],
|
||||
|
||||
'seo' => [
|
||||
'title' => 'SEO Title',
|
||||
'description' => 'SEO Description',
|
||||
'title' => 'Titre SEO',
|
||||
'description' => 'Description SEO',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
@@ -246,7 +246,7 @@ return [
|
||||
'remove' => 'Enlever',
|
||||
'invite' => 'Inviter',
|
||||
'signup' => 'Inscription',
|
||||
'manage_updates' => 'Manage Updates',
|
||||
'manage_updates' => 'Gérer les mises-à-jour',
|
||||
|
||||
// Other
|
||||
'optional' => '* Optionnel',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
?php
|
||||
|
||||
/*
|
||||
* This file is part of Cachet.
|
||||
@@ -13,92 +13,92 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => 'View',
|
||||
'subject' => 'Évolution du statut d’un service',
|
||||
'greeting' => 'Le statut d’un service a été mis-à-jour !',
|
||||
'content' => 'L’état du service :name est passé de :old_status à :new_status.',
|
||||
'action' => 'Voir le statut',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'title' => 'Évolution du statut d’un service',
|
||||
'content' => 'L’état du service :name est passé de :old_status à :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'content' => 'L’état du service :name est passé de :old_status à :new_status.',
|
||||
],
|
||||
],
|
||||
],
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => 'View',
|
||||
'subject' => 'Nouvel incident signalé',
|
||||
'greeting' => 'Un nouvel incident a été signalé pour :app_name.',
|
||||
'content' => 'L’incident :name a été signalé',
|
||||
'action' => 'Voir l’incident',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Incident :name Reported',
|
||||
'content' => 'A new incident was reported at :app_name',
|
||||
'title' => 'Nouvel incident signalé',
|
||||
'content' => 'Un nouvel incident a été signalé pour :app_name.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Un nouvel incident a été signalé pour :app_name.',
|
||||
],
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => 'View',
|
||||
'subject' => 'Mise-à-jour d’un incident',
|
||||
'content' => 'L’incident :name a été mis-à-jour.',
|
||||
'title' => 'L’incident :name est passé à :new_status',
|
||||
'action' => 'Voir l’incident',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
'title' => 'Mise-à-jour d’un incident',
|
||||
'content' => 'L’incident :name est passé à :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Incident :name was updated',
|
||||
'content' => 'L’incident :name a été mis-à-jour',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => 'View',
|
||||
'subject' => 'Nouvelle maintenance planifiée',
|
||||
'content' => 'Une maintenance :name a été planifiée pour le :date.',
|
||||
'title' => 'Une nouvelle maintenance est planifiée.',
|
||||
'action' => 'Voir la maintenance',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'Nouvelle maintenance planifiée !',
|
||||
'content' => 'Une maintenance :name a été planifiée pour le :date.',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name was scheduled for :date',
|
||||
'content' => 'Une maintenance :name a été planifiée pour le :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => 'Verify',
|
||||
'subject' => 'Confirmez votre abonnement',
|
||||
'content' => 'Cliquez pour valider votre adresse mail et confirmer votre abonnement à la page de statut :app_name.',
|
||||
'title' => 'Confirmez votre abonnement à la page de statut :app_name.',
|
||||
'action' => 'Confirmer l’abonnement',
|
||||
],
|
||||
],
|
||||
'manage' => [
|
||||
'mail' => [
|
||||
'subject' => 'Manage Your Subscription',
|
||||
'content' => 'Click to manage your subscription to :app_name status page.',
|
||||
'title' => 'Click to manage your subscription to :app_name status page.',
|
||||
'action' => 'Gérer l\'abonnement',
|
||||
'subject' => 'Gérez votre abonnement',
|
||||
'content' => 'Cliquez pour gérer votre abonnement à la page de statut :app_name.',
|
||||
'title' => 'Cliquez pour gérer votre abonnement à la page de statut :app_name.',
|
||||
'action' => 'Gérer l’abonnement',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'subject' => 'Ping depuis Cachet!',
|
||||
'content' => 'Ceci est un test de notification depuis Cachet !',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -106,10 +106,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => 'Your invitation is inside...',
|
||||
'content' => 'You have been invited to join :app_name status page.',
|
||||
'title' => 'You\'re invited to join :app_name status page.',
|
||||
'action' => 'Accept',
|
||||
'subject' => 'Vous avez reçu une invitation…',
|
||||
'content' => 'Vous avez été invité à rejoindre la page de statut :app_name.',
|
||||
'title' => 'Vous êtes invité à rejoindre la page de statut :app_name.',
|
||||
'action' => 'Accepter',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
@@ -22,7 +22,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
'previous' => 'précédent',
|
||||
'next' => 'suivant',
|
||||
|
||||
];
|
||||
|
||||
@@ -13,11 +13,11 @@ return [
|
||||
'setup' => 'Installation',
|
||||
'title' => 'Configuration de Cachet',
|
||||
'service_details' => 'Détails du service',
|
||||
'env_setup' => 'Configuration de l\'environnement',
|
||||
'env_setup' => 'Configuration de l’environnement',
|
||||
'status_page_setup' => 'Configuration de la page de statut',
|
||||
'show_support' => 'Afficher votre soutien à Cachet ?',
|
||||
'show_support' => 'Afficher votre soutien à Cachet ?',
|
||||
'admin_account' => 'Compte administrateur',
|
||||
'complete_setup' => 'Terminer la configuration',
|
||||
'completed' => 'Cachet a été configuré avec succès !',
|
||||
'completed' => 'Cachet a été configuré avec succès !',
|
||||
'finish_setup' => 'Aller au tableau de bord',
|
||||
];
|
||||
|
||||
@@ -23,7 +23,7 @@ return [
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute doit être accepté.',
|
||||
'active_url' => ':attribute n\'est pas une URL valide.',
|
||||
'active_url' => ':attribute n’est pas une URL valide.',
|
||||
'after' => ':attribute doit être une date supérieure à :date.',
|
||||
'alpha' => ':attribute ne doit contenir que des lettres.',
|
||||
'alpha_dash' => ':attribute doit contenir seulement des lettres, nombres et des tirets.',
|
||||
@@ -38,7 +38,7 @@ return [
|
||||
],
|
||||
'boolean' => 'Le champ :attribute doit être vrai ou faux.',
|
||||
'confirmed' => 'La confirmation de :attribute ne correspond pas.',
|
||||
'date' => ':attribute n\'est pas une date valide.',
|
||||
'date' => ':attribute n’est pas une date valide.',
|
||||
'date_format' => ':attribute ne correspond pas au format :format.',
|
||||
'different' => ':attribute et :other doivent être différents.',
|
||||
'digits' => ':attribute doit avoir :digits chiffres.',
|
||||
@@ -49,7 +49,7 @@ return [
|
||||
'filled' => 'Le champ :attribute est requis.',
|
||||
'image' => ':attribute doit être une image.',
|
||||
'in' => 'Le :attribute sélectionné est invalide.',
|
||||
'in_array' => 'Le champ :attribute n\'existe pas dans :other.',
|
||||
'in_array' => 'Le champ :attribute n’existe pas dans :other.',
|
||||
'integer' => ':attribute doit être un nombre entier.',
|
||||
'ip' => ':attribute doit être une adresse IP valide.',
|
||||
'json' => ':attribut doit être une chaîne JSON valide.',
|
||||
@@ -69,25 +69,25 @@ return [
|
||||
'not_in' => 'Le :attribute sélectionné est invalide.',
|
||||
'numeric' => ':attribute doit être un nombre.',
|
||||
'present' => 'Le champs :attribute doit être rempli.',
|
||||
'regex' => 'Le format de :attribute n\'est pas valide.',
|
||||
'regex' => 'Le format de :attribute n’est pas valide.',
|
||||
'required' => 'Le champ :attribute est requis.',
|
||||
'required_if' => 'Le champ :attribute est requis lorsque :other est :value.',
|
||||
'required_unless' => 'Le champ :attribute est requis sauf si :other est dans :values.',
|
||||
'required_with' => 'Le champ :attribute est requis lorsque :values est présent.',
|
||||
'required_with_all' => 'Le champ :attribute est requis lorsque :values est présent.',
|
||||
'required_without' => 'Le champ :attribute est nécessaire quand :values n\'est pas présent.',
|
||||
'required_without' => 'Le champ :attribute est nécessaire quand :values n’est pas présent.',
|
||||
'required_without_all' => 'Le champ :attribute est requis lorsque aucune des :values sont présentes.',
|
||||
'same' => 'Le :attribute et :other doivent correspondre.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute doit faire :size.',
|
||||
'file' => 'attribute doit être de :size kilo-octets.',
|
||||
'string' => 'L\'attribut ":attribute" doit faire :size caractères.',
|
||||
'string' => 'L’attribut ":attribute" doit faire :size caractères.',
|
||||
'array' => ':attribute doit contenir :size éléments.',
|
||||
],
|
||||
'string' => ':attribut doit être une chaîne de caractères.',
|
||||
'timezone' => ':attribute doit être une zone valide.',
|
||||
'unique' => ':attribute a déjà été pris.',
|
||||
'url' => 'Le format de :attribute n\'est pas valide.',
|
||||
'url' => 'Le format de :attribute n’est pas valide.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nom',
|
||||
'template' => 'Modèle',
|
||||
'twig' => 'Vous pouvez utiliser <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> pour créer des modèles par langues pour les modèles d\'incidents.',
|
||||
'twig' => 'Vous pouvez utiliser <a href="https://twig.symfony.com" target="_blank">Twig</a> pour créer des modèles par langues pour les modèles d\'incidents.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'שם',
|
||||
'template' => 'תבנית',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Név',
|
||||
'template' => 'Sablon',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nama',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Template Insiden ini bisa menggunakan bahasa template <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Template Insiden ini bisa menggunakan bahasa template <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nama',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Template Insiden ini bisa menggunakan bahasa template <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Template Insiden ini bisa menggunakan bahasa template <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nama',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nome',
|
||||
'template' => 'Modello',
|
||||
'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nome',
|
||||
'template' => 'Modello',
|
||||
'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nome',
|
||||
'template' => 'Modello',
|
||||
'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => '名前',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => '이름',
|
||||
'template' => '템플릿',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Naam',
|
||||
'template' => 'Sjabloon',
|
||||
'twig' => 'Incident Templates kunnen gebruik maken van de <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> template taal.',
|
||||
'twig' => 'Incident Templates kunnen gebruik maken van de <a href="https://twig.symfony.com" target="_blank">Twig</a> template taal.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Naam',
|
||||
'template' => 'Sjabloon',
|
||||
'twig' => 'Incident Templates kunnen gebruik maken van de <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> template taal.',
|
||||
'twig' => 'Incident Templates kunnen gebruik maken van de <a href="https://twig.symfony.com" target="_blank">Twig</a> template taal.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Naam',
|
||||
'template' => 'Sjabloon',
|
||||
'twig' => 'Incident Templates kunnen gebruik maken van de <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> template taal.',
|
||||
'twig' => 'Incident Templates kunnen gebruik maken van de <a href="https://twig.symfony.com" target="_blank">Twig</a> template taal.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Navn',
|
||||
'template' => 'Mal',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Navn',
|
||||
'template' => 'Mal',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Navn',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nazwa',
|
||||
'template' => 'Szablon',
|
||||
'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nazwa',
|
||||
'template' => 'Szablon',
|
||||
'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Vorlage',
|
||||
'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nome',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nome',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nome',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nome',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nume',
|
||||
'template' => 'Șablon',
|
||||
'twig' => 'Şabloanele pentru incidente pot folosi limbajul <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Şabloanele pentru incidente pot folosi limbajul <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Nume',
|
||||
'template' => 'Șablon',
|
||||
'twig' => 'Şabloanele pentru incidente pot folosi limbajul <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'Şabloanele pentru incidente pot folosi limbajul <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Название',
|
||||
'template' => 'Шаблон',
|
||||
'twig' => 'В шаблонах инцидентов можно использовать <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'В шаблонах инцидентов можно использовать <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Название',
|
||||
'template' => 'Шаблон',
|
||||
'twig' => 'В шаблонах инцидентов можно использовать <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'В шаблонах инцидентов можно использовать <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Название',
|
||||
'template' => 'Шаблон',
|
||||
'twig' => 'В шаблонах инцидентов можно использовать <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>.',
|
||||
'twig' => 'В шаблонах инцидентов можно использовать <a href="https://twig.symfony.com" target="_blank">Twig</a>.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Emri',
|
||||
'template' => 'Paraqitja',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Namn',
|
||||
'template' => 'Mall',
|
||||
'twig' => 'Händelsmallar kan använda <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>-mallspråk.',
|
||||
'twig' => 'Händelsmallar kan använda <a href="https://twig.symfony.com" target="_blank">Twig</a>-mallspråk.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Namn',
|
||||
'template' => 'Mall',
|
||||
'twig' => 'Händelsmallar kan använda <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a>-mallspråk.',
|
||||
'twig' => 'Händelsmallar kan använda <a href="https://twig.symfony.com" target="_blank">Twig</a>-mallspråk.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'İsim',
|
||||
'template' => 'Tema',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Ім’я',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Name',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => 'Tên',
|
||||
'template' => 'Template',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => '名称',
|
||||
'template' => '模板',
|
||||
'twig' => '故障模板可以使用 <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> 模板语言',
|
||||
'twig' => '故障模板可以使用 <a href="https://twig.symfony.com" target="_blank">Twig</a> 模板语言',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => '名称',
|
||||
'template' => '模板',
|
||||
'twig' => '故障模板可以使用 <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> 模板语言',
|
||||
'twig' => '故障模板可以使用 <a href="https://twig.symfony.com" target="_blank">Twig</a> 模板语言',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => '名稱',
|
||||
'template' => '範本',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -78,7 +78,7 @@ return [
|
||||
'templates' => [
|
||||
'name' => '名稱',
|
||||
'template' => '範本',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
'twig' => 'Incident Templates can make use of the <a href="https://twig.symfony.com" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<div class="btn-group">
|
||||
<button type="submit" class="btn btn-success">{{ trans('forms.invite') }}</button>
|
||||
<a class="btn btn-default" href="{{ cachet_route('dashboard.team') }}">{{ trans('forms.cancel') }}</a>
|
||||
<button type="button" @click="add" class="btn btn-primary">Add</button>
|
||||
<button type="button" @click="add" class="btn btn-primary">{{ trans('forms.add') }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user