From 578a6d0d487b0fcf731048c662f15201987ba41e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 31 Mar 2025 21:48:09 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Add=20release=20tweet=20for=20v25.4.1=20-?= =?UTF-8?q?=20=F0=9F=94=80=20Workflows=20-=20automate=20device=20managemen?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/tweet.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/tweet.md diff --git a/.github/tweet.md b/.github/tweet.md new file mode 100644 index 00000000..3ce4a717 --- /dev/null +++ b/.github/tweet.md @@ -0,0 +1,2 @@ +🎉 New release: **v25.4.1 - 🔀 Workflows - automate device management ** is live! 🚀 +Check it out here: https://github.com/jokob-sk/NetAlertX/releases/tag/v25.4.1 From 46a8bb66e7ff48c01070550b224f51f5f4a5878c Mon Sep 17 00:00:00 2001 From: Sylvain Pichon Date: Tue, 1 Apr 2025 06:29:17 +0200 Subject: [PATCH 2/2] Translated using Weblate (French) Currently translated at 100.0% (743 of 743 strings) Translation: NetAlertX/core Translate-URL: https://hosted.weblate.org/projects/pialert/core/fr/ --- front/php/templates/language/fr_fr.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 front/php/templates/language/fr_fr.json diff --git a/front/php/templates/language/fr_fr.json b/front/php/templates/language/fr_fr.json old mode 100755 new mode 100644 index e931ecb4..6b5bd729 --- a/front/php/templates/language/fr_fr.json +++ b/front/php/templates/language/fr_fr.json @@ -683,15 +683,15 @@ "WF_Condition_value": "Valeur", "WF_Conditions": "Conditions", "WF_Conditions_logic_rules": "Règles logiques", - "WF_Duplicate": "", + "WF_Duplicate": "Dupliquer le workflow", "WF_Enabled": "Workflow activé", - "WF_Export": "", - "WF_Export_Copy": "", - "WF_Import": "", - "WF_Import_Copy": "", + "WF_Export": "Exporter le workflow", + "WF_Export_Copy": "Copier le workflow ci-dessous pour pouvoir l'importer au besoin.", + "WF_Import": "Importer un workflow", + "WF_Import_Copy": "Coller le workflow précédemment copié.", "WF_Name": "Nom du workflow", "WF_Remove": "Supprimer le workflow", - "WF_Remove_Copy": "", + "WF_Remove_Copy": "Voulez-vous supprimer ce workflow ?", "WF_Save": "Enregistrer les workflows", "WF_Trigger": "Déclencheur", "WF_Trigger_event_type": "Type d'événement", @@ -742,4 +742,4 @@ "settings_update_item_warning": "Mettre à jour la valeur ci-dessous. Veillez à bien suivre le même format qu'auparavant. Il n'y a pas de pas de contrôle.", "test_event_icon": "fa-vial-circle-check", "test_event_tooltip": "Enregistrer d'abord vos modifications avant de tester vôtre paramétrage." -} \ No newline at end of file +}