From 8dfe2a70cc85500fe5f128adab4ce188c3b63d52 Mon Sep 17 00:00:00 2001 From: DriverSpy Date: Tue, 4 Jun 2024 15:47:38 +0200 Subject: [PATCH] Update: Lang (Twig url) Update: Lang (Twig url from sensiolabs to symfony) --- resources/lang/af-ZA/forms.php | 4 ++-- resources/lang/af/forms.php | 2 +- resources/lang/ar-SA/forms.php | 4 ++-- resources/lang/ar/forms.php | 2 +- resources/lang/ca-ES/forms.php | 4 ++-- resources/lang/ca/forms.php | 2 +- resources/lang/cs-CZ/forms.php | 4 ++-- resources/lang/cs/forms.php | 2 +- resources/lang/da-DK/forms.php | 4 ++-- resources/lang/da/forms.php | 2 +- resources/lang/de-DE/forms.php | 4 ++-- resources/lang/de/forms.php | 2 +- resources/lang/el-GR/forms.php | 4 ++-- resources/lang/el/forms.php | 2 +- resources/lang/en-US/forms.php | 4 ++-- resources/lang/en/forms.php | 4 ++-- resources/lang/es-ES/forms.php | 4 ++-- resources/lang/es/forms.php | 2 +- resources/lang/et-EE/forms.php | 4 ++-- resources/lang/fa-IR/forms.php | 4 ++-- resources/lang/fa/forms.php | 2 +- resources/lang/fi-FI/forms.php | 4 ++-- resources/lang/fi/forms.php | 2 +- resources/lang/fr-FR/forms.php | 4 ++-- resources/lang/fr/forms.php | 2 +- resources/lang/he-IL/forms.php | 4 ++-- resources/lang/he/forms.php | 2 +- resources/lang/hu-HU/forms.php | 4 ++-- resources/lang/hu/forms.php | 2 +- resources/lang/id-ID/forms.php | 4 ++-- resources/lang/id/forms.php | 2 +- resources/lang/it-IT/forms.php | 4 ++-- resources/lang/it/forms.php | 2 +- resources/lang/ja-JP/forms.php | 4 ++-- resources/lang/ja/forms.php | 2 +- resources/lang/ko-KR/forms.php | 4 ++-- resources/lang/ko/forms.php | 2 +- resources/lang/mn-MN/forms.php | 4 ++-- resources/lang/nl-NL/forms.php | 4 ++-- resources/lang/nl/forms.php | 2 +- resources/lang/no-NO/forms.php | 4 ++-- resources/lang/no/forms.php | 2 +- resources/lang/pl-PL/forms.php | 4 ++-- resources/lang/pl/forms.php | 2 +- resources/lang/pt-BR/forms.php | 4 ++-- resources/lang/pt-PT/forms.php | 4 ++-- resources/lang/ro-RO/forms.php | 4 ++-- resources/lang/ro/forms.php | 2 +- resources/lang/ru-RU/forms.php | 4 ++-- resources/lang/ru/forms.php | 2 +- resources/lang/sl-SI/forms.php | 4 ++-- resources/lang/sq-AL/forms.php | 4 ++-- resources/lang/sq/forms.php | 2 +- resources/lang/sr/forms.php | 2 +- resources/lang/sv-SE/forms.php | 4 ++-- resources/lang/th-TH/forms.php | 4 ++-- resources/lang/tr-TR/forms.php | 4 ++-- resources/lang/tr/forms.php | 2 +- resources/lang/uk-UA/forms.php | 4 ++-- resources/lang/uk/forms.php | 2 +- resources/lang/vi-VN/forms.php | 4 ++-- resources/lang/vi/forms.php | 2 +- resources/lang/zh-CN/forms.php | 4 ++-- resources/lang/zh-TW/forms.php | 4 ++-- 64 files changed, 101 insertions(+), 101 deletions(-) diff --git a/resources/lang/af-ZA/forms.php b/resources/lang/af-ZA/forms.php index d87c854dc..320b27e03 100644 --- a/resources/lang/af-ZA/forms.php +++ b/resources/lang/af-ZA/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Templaat', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Templaat', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/af/forms.php b/resources/lang/af/forms.php index e37dce2dd..360ec491d 100644 --- a/resources/lang/af/forms.php +++ b/resources/lang/af/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/ar-SA/forms.php b/resources/lang/ar-SA/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/ar-SA/forms.php +++ b/resources/lang/ar-SA/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/ar/forms.php b/resources/lang/ar/forms.php index e37dce2dd..360ec491d 100644 --- a/resources/lang/ar/forms.php +++ b/resources/lang/ar/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/ca-ES/forms.php b/resources/lang/ca-ES/forms.php index a41f0b27e..68d0be799 100644 --- a/resources/lang/ca-ES/forms.php +++ b/resources/lang/ca-ES/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/ca/forms.php b/resources/lang/ca/forms.php index df729dabd..16f3923af 100644 --- a/resources/lang/ca/forms.php +++ b/resources/lang/ca/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Nom', 'template' => 'Plantilla', - 'twig' => 'Les plantilles d\'incidents poden fer ús del llenguatge de plantilles Twig.', + 'twig' => 'Les plantilles d\'incidents poden fer ús del llenguatge de plantilles Twig.', ], ], diff --git a/resources/lang/cs-CZ/forms.php b/resources/lang/cs-CZ/forms.php index 5b7165e81..364e9fc81 100644 --- a/resources/lang/cs-CZ/forms.php +++ b/resources/lang/cs-CZ/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Jméno', 'template' => 'Šablona', - 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twig.', + 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twig.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Jméno', 'template' => 'Šablona', - 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twig.', + 'twig' => 'Šablony pro incidenty mohou používat šablonovací jazyk Twig.', ], ], diff --git a/resources/lang/cs/forms.php b/resources/lang/cs/forms.php index fd39862d9..84af93c8d 100644 --- a/resources/lang/cs/forms.php +++ b/resources/lang/cs/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Jméno', 'template' => 'Šablona', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/da-DK/forms.php b/resources/lang/da-DK/forms.php index 47501adad..3b3ae58e6 100644 --- a/resources/lang/da-DK/forms.php +++ b/resources/lang/da-DK/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Navn', 'template' => 'Skabelon', - 'twig' => 'Hændelse skabeloner kan gøre brug af Twigs skabelon sprog.', + 'twig' => 'Hændelse skabeloner kan gøre brug af Twigs skabelon sprog.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Navn', 'template' => 'Skabelon', - 'twig' => 'Hændelse skabeloner kan gøre brug af Twigs skabelon sprog.', + 'twig' => 'Hændelse skabeloner kan gøre brug af Twigs skabelon sprog.', ], ], diff --git a/resources/lang/da/forms.php b/resources/lang/da/forms.php index f9f2e6022..06e0e7c1e 100644 --- a/resources/lang/da/forms.php +++ b/resources/lang/da/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Navn', 'template' => 'Skabelon', - 'twig' => 'Hændelse skabeloner kan gøre brug af Twigs skabelon sprog.', + 'twig' => 'Hændelse skabeloner kan gøre brug af Twigs skabelon sprog.', ], ], diff --git a/resources/lang/de-DE/forms.php b/resources/lang/de-DE/forms.php index d8b3faa38..d106a868a 100644 --- a/resources/lang/de-DE/forms.php +++ b/resources/lang/de-DE/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Vorlage', - 'twig' => 'Ereignis Vorlagen können den Twig Syntax nutzen.', + 'twig' => 'Ereignis Vorlagen können den Twig Syntax nutzen.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Vorlage', - 'twig' => 'Ereignis Vorlagen können den Twig Syntax nutzen.', + 'twig' => 'Ereignis Vorlagen können den Twig Syntax nutzen.', ], ], diff --git a/resources/lang/de/forms.php b/resources/lang/de/forms.php index 26e51de85..72a32ee55 100644 --- a/resources/lang/de/forms.php +++ b/resources/lang/de/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Vorlage', - 'twig' => 'Vorfall Vorlagen können den Twig Syntax nutzen.', + 'twig' => 'Vorfall Vorlagen können den Twig Syntax nutzen.', ], ], diff --git a/resources/lang/el-GR/forms.php b/resources/lang/el-GR/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/el-GR/forms.php +++ b/resources/lang/el-GR/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/el/forms.php b/resources/lang/el/forms.php index 3eade0876..c31433ed0 100644 --- a/resources/lang/el/forms.php +++ b/resources/lang/el/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/en-US/forms.php b/resources/lang/en-US/forms.php index c4ba66881..c3630ab2c 100644 --- a/resources/lang/en-US/forms.php +++ b/resources/lang/en-US/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/es-ES/forms.php b/resources/lang/es-ES/forms.php index 3a9f11a04..01109619e 100644 --- a/resources/lang/es-ES/forms.php +++ b/resources/lang/es-ES/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Nombre', 'template' => 'Plantilla', - 'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas Twig.', + 'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas Twig.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Nombre', 'template' => 'Plantilla', - 'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas Twig.', + 'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas Twig.', ], ], diff --git a/resources/lang/es/forms.php b/resources/lang/es/forms.php index 8525a5dd9..62dea8196 100644 --- a/resources/lang/es/forms.php +++ b/resources/lang/es/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Nombre', 'template' => 'Plantilla', - 'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas Twig.', + 'twig' => 'Las plantillas de incidentes pueden hacer uso del lenguaje de plantillas Twig.', ], ], diff --git a/resources/lang/et-EE/forms.php b/resources/lang/et-EE/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/et-EE/forms.php +++ b/resources/lang/et-EE/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/fa-IR/forms.php b/resources/lang/fa-IR/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/fa-IR/forms.php +++ b/resources/lang/fa-IR/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/fa/forms.php b/resources/lang/fa/forms.php index b4d8f9971..d232db3f9 100644 --- a/resources/lang/fa/forms.php +++ b/resources/lang/fa/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/fi-FI/forms.php b/resources/lang/fi-FI/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/fi-FI/forms.php +++ b/resources/lang/fi-FI/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/fi/forms.php b/resources/lang/fi/forms.php index 24953e271..173b87ac7 100644 --- a/resources/lang/fi/forms.php +++ b/resources/lang/fi/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Nimi', 'template' => 'Malli', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/fr-FR/forms.php b/resources/lang/fr-FR/forms.php index f8067d678..b43d36917 100644 --- a/resources/lang/fr-FR/forms.php +++ b/resources/lang/fr-FR/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Nom', 'template' => 'Modèle', - 'twig' => 'Vous pouvez utiliser Twig pour créer des modèles par langues pour les modèles d’incidents.', + 'twig' => 'Vous pouvez utiliser Twig pour créer des modèles par langues pour les modèles d’incidents.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Nom', 'template' => 'Modèle', - 'twig' => 'Vous pouvez utiliser Twig pour créer des modèles par langues pour les modèles d’incidents.', + 'twig' => 'Vous pouvez utiliser Twig pour créer des modèles par langues pour les modèles d’incidents.', ], ], diff --git a/resources/lang/fr/forms.php b/resources/lang/fr/forms.php index a590a54d3..697e06afb 100644 --- a/resources/lang/fr/forms.php +++ b/resources/lang/fr/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Nom', 'template' => 'Modèle', - 'twig' => 'Vous pouvez utiliser Twig pour créer des modèles par langues pour les modèles d\'incidents.', + 'twig' => 'Vous pouvez utiliser Twig pour créer des modèles par langues pour les modèles d\'incidents.', ], ], diff --git a/resources/lang/he-IL/forms.php b/resources/lang/he-IL/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/he-IL/forms.php +++ b/resources/lang/he-IL/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/he/forms.php b/resources/lang/he/forms.php index abf82eb9f..ac4817694 100644 --- a/resources/lang/he/forms.php +++ b/resources/lang/he/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'שם', 'template' => 'תבנית', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/hu-HU/forms.php b/resources/lang/hu-HU/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/hu-HU/forms.php +++ b/resources/lang/hu-HU/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/hu/forms.php b/resources/lang/hu/forms.php index 9cf7d8933..460e64937 100644 --- a/resources/lang/hu/forms.php +++ b/resources/lang/hu/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Név', 'template' => 'Sablon', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/id-ID/forms.php b/resources/lang/id-ID/forms.php index ff9df2e94..e2005e25b 100644 --- a/resources/lang/id-ID/forms.php +++ b/resources/lang/id-ID/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Nama', 'template' => 'Template', - 'twig' => 'Template Insiden ini bisa menggunakan bahasa template Twig.', + 'twig' => 'Template Insiden ini bisa menggunakan bahasa template Twig.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Nama', 'template' => 'Template', - 'twig' => 'Template Insiden ini bisa menggunakan bahasa template Twig.', + 'twig' => 'Template Insiden ini bisa menggunakan bahasa template Twig.', ], ], diff --git a/resources/lang/id/forms.php b/resources/lang/id/forms.php index a6ebd4284..4f9415927 100644 --- a/resources/lang/id/forms.php +++ b/resources/lang/id/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Nama', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/it-IT/forms.php b/resources/lang/it-IT/forms.php index 5688056f0..50d1263ae 100644 --- a/resources/lang/it-IT/forms.php +++ b/resources/lang/it-IT/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Nome', 'template' => 'Modello', - 'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating Twig.', + 'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating Twig.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Nome', 'template' => 'Modello', - 'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating Twig.', + 'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating Twig.', ], ], diff --git a/resources/lang/it/forms.php b/resources/lang/it/forms.php index 9144d5801..5d5838032 100644 --- a/resources/lang/it/forms.php +++ b/resources/lang/it/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Nome', 'template' => 'Modello', - 'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating Twig.', + 'twig' => 'I modelli di segnalazione possono usare il linguaggio di templating Twig.', ], ], diff --git a/resources/lang/ja-JP/forms.php b/resources/lang/ja-JP/forms.php index 4d5208c8b..cc51002bd 100644 --- a/resources/lang/ja-JP/forms.php +++ b/resources/lang/ja-JP/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/ja/forms.php b/resources/lang/ja/forms.php index d7ab525bc..f88b14f8f 100644 --- a/resources/lang/ja/forms.php +++ b/resources/lang/ja/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => '名前', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/ko-KR/forms.php b/resources/lang/ko-KR/forms.php index 8d6e9877e..a00cd8cb0 100644 --- a/resources/lang/ko-KR/forms.php +++ b/resources/lang/ko-KR/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/ko/forms.php b/resources/lang/ko/forms.php index 8f5f960e1..41c461516 100644 --- a/resources/lang/ko/forms.php +++ b/resources/lang/ko/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => '이름', 'template' => '템플릿', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/mn-MN/forms.php b/resources/lang/mn-MN/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/mn-MN/forms.php +++ b/resources/lang/mn-MN/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/nl-NL/forms.php b/resources/lang/nl-NL/forms.php index ac1f72e8c..f8cdc67b7 100644 --- a/resources/lang/nl-NL/forms.php +++ b/resources/lang/nl-NL/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Naam', 'template' => 'Sjabloon', - 'twig' => 'Incident Templates kunnen gebruik maken van de Twig template taal.', + 'twig' => 'Incident Templates kunnen gebruik maken van de Twig template taal.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Naam', 'template' => 'Sjabloon', - 'twig' => 'Incident Templates kunnen gebruik maken van de Twig template taal.', + 'twig' => 'Incident Templates kunnen gebruik maken van de Twig template taal.', ], ], diff --git a/resources/lang/nl/forms.php b/resources/lang/nl/forms.php index 6d8aa4a0f..e7a49176c 100644 --- a/resources/lang/nl/forms.php +++ b/resources/lang/nl/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Naam', 'template' => 'Sjabloon', - 'twig' => 'Incident Templates kunnen gebruik maken van de Twig template taal.', + 'twig' => 'Incident Templates kunnen gebruik maken van de Twig template taal.', ], ], diff --git a/resources/lang/no-NO/forms.php b/resources/lang/no-NO/forms.php index c7a5add27..3763f61e6 100644 --- a/resources/lang/no-NO/forms.php +++ b/resources/lang/no-NO/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Navn', 'template' => 'Mal', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Navn', 'template' => 'Mal', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/no/forms.php b/resources/lang/no/forms.php index ccc6feb99..92bd98fed 100644 --- a/resources/lang/no/forms.php +++ b/resources/lang/no/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Navn', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/pl-PL/forms.php b/resources/lang/pl-PL/forms.php index 691329502..0c1f804b9 100644 --- a/resources/lang/pl-PL/forms.php +++ b/resources/lang/pl-PL/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Nazwa', 'template' => 'Szablon', - 'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów Twig.', + 'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów Twig.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Nazwa', 'template' => 'Szablon', - 'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów Twig.', + 'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów Twig.', ], ], diff --git a/resources/lang/pl/forms.php b/resources/lang/pl/forms.php index 9c0c1f7f7..e76f161cb 100644 --- a/resources/lang/pl/forms.php +++ b/resources/lang/pl/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Vorlage', - 'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów Twig.', + 'twig' => 'Szablony wydarzeń mogą korzystać z języka szablonów Twig.', ], ], diff --git a/resources/lang/pt-BR/forms.php b/resources/lang/pt-BR/forms.php index 217018b2a..bc56f515f 100644 --- a/resources/lang/pt-BR/forms.php +++ b/resources/lang/pt-BR/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Nome', 'template' => 'Template', - 'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template Twig.', + 'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template Twig.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Nome', 'template' => 'Template', - 'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template Twig.', + 'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template Twig.', ], ], diff --git a/resources/lang/pt-PT/forms.php b/resources/lang/pt-PT/forms.php index 5184ca6e8..c2ebe4556 100644 --- a/resources/lang/pt-PT/forms.php +++ b/resources/lang/pt-PT/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Nome', 'template' => 'Template', - 'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template Twig.', + 'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template Twig.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Nome', 'template' => 'Template', - 'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template Twig.', + 'twig' => 'Esboços de incidentes podem fazer uso da linguagem de template Twig.', ], ], diff --git a/resources/lang/ro-RO/forms.php b/resources/lang/ro-RO/forms.php index e1422ff5f..5f167eee6 100644 --- a/resources/lang/ro-RO/forms.php +++ b/resources/lang/ro-RO/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Nume', 'template' => 'Șablon', - 'twig' => 'Şabloanele pentru incidente pot folosi limbajul Twig.', + 'twig' => 'Şabloanele pentru incidente pot folosi limbajul Twig.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Nume', 'template' => 'Șablon', - 'twig' => 'Şabloanele pentru incidente pot folosi limbajul Twig.', + 'twig' => 'Şabloanele pentru incidente pot folosi limbajul Twig.', ], ], diff --git a/resources/lang/ro/forms.php b/resources/lang/ro/forms.php index e37dce2dd..360ec491d 100644 --- a/resources/lang/ro/forms.php +++ b/resources/lang/ro/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/ru-RU/forms.php b/resources/lang/ru-RU/forms.php index 20cf46ebb..b80957cfd 100644 --- a/resources/lang/ru-RU/forms.php +++ b/resources/lang/ru-RU/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Название', 'template' => 'Шаблон', - 'twig' => 'В шаблонах инцидентов можно использовать Twig.', + 'twig' => 'В шаблонах инцидентов можно использовать Twig.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Название', 'template' => 'Шаблон', - 'twig' => 'В шаблонах инцидентов можно использовать Twig.', + 'twig' => 'В шаблонах инцидентов можно использовать Twig.', ], ], diff --git a/resources/lang/ru/forms.php b/resources/lang/ru/forms.php index f8db14d24..148f28458 100644 --- a/resources/lang/ru/forms.php +++ b/resources/lang/ru/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Название', 'template' => 'Шаблон', - 'twig' => 'В шаблонах инцидентов можно использовать Twig.', + 'twig' => 'В шаблонах инцидентов можно использовать Twig.', ], ], diff --git a/resources/lang/sl-SI/forms.php b/resources/lang/sl-SI/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/sl-SI/forms.php +++ b/resources/lang/sl-SI/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/sq-AL/forms.php b/resources/lang/sq-AL/forms.php index a8b9c348e..2cd3fff48 100644 --- a/resources/lang/sq-AL/forms.php +++ b/resources/lang/sq-AL/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/sq/forms.php b/resources/lang/sq/forms.php index 6b01fff91..6e184e600 100644 --- a/resources/lang/sq/forms.php +++ b/resources/lang/sq/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Emri', 'template' => 'Paraqitja', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/sr/forms.php b/resources/lang/sr/forms.php index e37dce2dd..360ec491d 100644 --- a/resources/lang/sr/forms.php +++ b/resources/lang/sr/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/sv-SE/forms.php b/resources/lang/sv-SE/forms.php index 5413ad1d0..1c6f0a15c 100644 --- a/resources/lang/sv-SE/forms.php +++ b/resources/lang/sv-SE/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Namn', 'template' => 'Mall', - 'twig' => 'Händelsmallar kan använda Twig-mallspråk.', + 'twig' => 'Händelsmallar kan använda Twig-mallspråk.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Namn', 'template' => 'Mall', - 'twig' => 'Händelsmallar kan använda Twig-mallspråk.', + 'twig' => 'Händelsmallar kan använda Twig-mallspråk.', ], ], diff --git a/resources/lang/th-TH/forms.php b/resources/lang/th-TH/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/th-TH/forms.php +++ b/resources/lang/th-TH/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/tr-TR/forms.php b/resources/lang/tr-TR/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/tr-TR/forms.php +++ b/resources/lang/tr-TR/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/tr/forms.php b/resources/lang/tr/forms.php index f4fde2e50..18d35750a 100644 --- a/resources/lang/tr/forms.php +++ b/resources/lang/tr/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'İsim', 'template' => 'Tema', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/uk-UA/forms.php b/resources/lang/uk-UA/forms.php index 5c5a41a9c..075b7588a 100644 --- a/resources/lang/uk-UA/forms.php +++ b/resources/lang/uk-UA/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/uk/forms.php b/resources/lang/uk/forms.php index 84db8f651..91ebe7c55 100644 --- a/resources/lang/uk/forms.php +++ b/resources/lang/uk/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Ім’я', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/vi-VN/forms.php b/resources/lang/vi-VN/forms.php index 45642b96c..bb757767e 100644 --- a/resources/lang/vi-VN/forms.php +++ b/resources/lang/vi-VN/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => 'Name', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/vi/forms.php b/resources/lang/vi/forms.php index 602157090..d9848d2a9 100644 --- a/resources/lang/vi/forms.php +++ b/resources/lang/vi/forms.php @@ -53,7 +53,7 @@ return [ 'templates' => [ 'name' => 'Tên', 'template' => 'Template', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 7d67b5021..1b74f77fa 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => '名称', 'template' => '模板', - 'twig' => '故障模板可以使用 Twig 模板语言', + 'twig' => '故障模板可以使用 Twig 模板语言', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => '名称', 'template' => '模板', - 'twig' => '故障模板可以使用 Twig 模板语言', + 'twig' => '故障模板可以使用 Twig 模板语言', ], ], diff --git a/resources/lang/zh-TW/forms.php b/resources/lang/zh-TW/forms.php index e714ba15c..c1668f98a 100644 --- a/resources/lang/zh-TW/forms.php +++ b/resources/lang/zh-TW/forms.php @@ -64,7 +64,7 @@ return [ 'templates' => [ 'name' => '名稱', 'template' => '範本', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], @@ -78,7 +78,7 @@ return [ 'templates' => [ 'name' => '名稱', 'template' => '範本', - 'twig' => 'Incident Templates can make use of the Twig templating language.', + 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ],