From 7cbb096934a66b601b4317cf0de9480d0849f953 Mon Sep 17 00:00:00 2001 From: aljawaid <10233708+aljawaid@users.noreply.github.com> Date: Wed, 18 Jan 2023 04:30:55 +0000 Subject: [PATCH] FIX: Translation Strings - #17 - #9 --- Locale/de_DE/translations.php | 10 ++++++++-- Locale/en_GB/translations.php | 9 ++++++++- Locale/fr_FR/translations.php | 9 ++++++++- Locale/translations-starter-template.php | 9 ++++++++- Template/action_creation/event.php | 4 ++-- 5 files changed, 34 insertions(+), 7 deletions(-) diff --git a/Locale/de_DE/translations.php b/Locale/de_DE/translations.php index b4192ed..c58cae1 100644 --- a/Locale/de_DE/translations.php +++ b/Locale/de_DE/translations.php @@ -27,7 +27,6 @@ // 'Define Automatic Action Parameters' => 'Definieren Sie automatische Aktionsparameter', 'Selected Action' => 'Ausgewählte Aktion', - 'Event' => 'Ereignis', 'Selected Event' => 'Ausgewähltes Ereignis', 'Options' => 'Optionen', 'Activity Report' => 'Aufgabenaktivitätsbericht', @@ -80,5 +79,12 @@ // 'Comments' => 'Bemerkungen', 'No comments' => 'Keine Kommentare', + // + // action_creation/event.php + // + 'Select an event for this Automatic Action' => 'Wählen Sie ein Ereignis für diese automatische Aktion aus', + 'Event' => 'Ereignis', + 'When the selected event occurs execute the corresponding action' => 'Wenn das ausgewählte Ereignis eintritt, führen Sie die entsprechende Aktion aus', + 'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.' => 'Diese automatische Aktion sendet einen Abschlussbericht per E-Mail, sobald die Aufgabe abgeschlossen ist. E-Mails werden einzeln gesendet, die die Aufgabenbeschreibung und den vollständigen Kommentarverlauf enthalten.', + 'An automatic comment is added to the task for each successful email sent.' => 'Für jede erfolgreich gesendete E-Mail wird der Aufgabe ein automatischer Kommentar hinzugefügt.', ); - diff --git a/Locale/en_GB/translations.php b/Locale/en_GB/translations.php index 9678f77..82ea3e7 100644 --- a/Locale/en_GB/translations.php +++ b/Locale/en_GB/translations.php @@ -27,7 +27,6 @@ // 'Define Automatic Action Parameters' => 'Define Automatic Action Parameters', 'Selected Action' => 'Selected Action', - 'Event' => 'Event', 'Selected Event' => 'Selected Event', 'Options' => 'Options', 'Activity Report' => 'Activity Report', @@ -80,4 +79,12 @@ // 'Comments' => 'Comments', 'No comments' => 'No comments', + // + // action_creation/event.php + // + 'Select an event for this Automatic Action' => 'Select an event for this Automatic Action', + 'Event' => 'Event', + 'When the selected event occurs execute the corresponding action' => 'When the selected event occurs execute the corresponding action', + 'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.' => 'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.', + 'An automatic comment is added to the task for each successful email sent.' => 'An automatic comment is added to the task for each successful email sent.', ); diff --git a/Locale/fr_FR/translations.php b/Locale/fr_FR/translations.php index f1ed6bd..fd6e0e8 100644 --- a/Locale/fr_FR/translations.php +++ b/Locale/fr_FR/translations.php @@ -27,7 +27,6 @@ // 'Define Automatic Action Parameters' => 'Définir les paramètres d\'action automatique', 'Selected Action' => 'Action sélectionnée', - 'Event' => 'Événement', 'Selected Event' => 'Événement Sélectionné', 'Options' => 'Choix', 'Activity Report' => 'Rapport d\'activité de tâche', @@ -80,4 +79,12 @@ // 'Comments' => 'Commentaires', 'No comments' => 'Sans commentaires', + // + // action_creation/event.php + // + 'Select an event for this Automatic Action' => 'Sélectionnez un événement pour cette action automatique', + 'Event' => 'Événement', + 'When the selected event occurs execute the corresponding action' => 'Lorsque l\'événement sélectionné se produit, exécutez l\'action correspondante', + 'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.' => 'Cette action automatique envoie un rapport final par e-mail une fois la tâche fermée. Les e-mails sont envoyés individuellement en détaillant la description de la tâche et l\'historique complet des commentaires.', + 'An automatic comment is added to the task for each successful email sent.' => 'Un commentaire automatique est ajouté à la tâche pour chaque e-mail envoyé avec succès.', ); diff --git a/Locale/translations-starter-template.php b/Locale/translations-starter-template.php index 9d0dd08..645d8bd 100644 --- a/Locale/translations-starter-template.php +++ b/Locale/translations-starter-template.php @@ -36,7 +36,6 @@ // 'Define Automatic Action Parameters' => '', 'Selected Action' => '', - 'Event' => '', 'Selected Event' => '', 'Options' => '', 'Activity Report' => '', @@ -89,4 +88,12 @@ // 'Comments' => '', 'No comments' => '', + // + // action_creation/event.php + // + 'Select an event for this Automatic Action' => '', + 'Event' => '', + 'When the selected event occurs execute the corresponding action' => '', + 'This Automatic Action emails a final report once the task is closed. Emails are sent individually detailing the task description and full comment history.' => '', + 'An automatic comment is added to the task for each successful email sent.' => '', ); diff --git a/Template/action_creation/event.php b/Template/action_creation/event.php index 5e90164..8bb9402 100644 --- a/Template/action_creation/event.php +++ b/Template/action_creation/event.php @@ -1,5 +1,5 @@ -