diff --git a/CHANGELOG.md b/CHANGELOG.md index b98efc8e..72ca0420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Campaign +## 3.5.1 - 2024-09-30 + +### Changed + +- Improved French and German translations ([#499](https://github.com/putyourlightson/craft-campaign/issues/499)). + ## 3.5.0 - 2024-09-19 ### Added diff --git a/composer.json b/composer.json index cd4cc095..a513e8e8 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "putyourlightson/craft-campaign", "description": "Send and manage email campaigns, contacts and mailing lists.", - "version": "3.5.0", + "version": "3.5.1", "type": "craft-plugin", "homepage": "https://putyourlightson.com/plugins/campaign", "license": "proprietary", diff --git a/src/translations/de/campaign.php b/src/translations/de/campaign.php index 51a1ce20..5caa7f7c 100644 --- a/src/translations/de/campaign.php +++ b/src/translations/de/campaign.php @@ -120,8 +120,8 @@ 'Click Rate is calculated by dividing the number of contacts that clicked on a link in an email by the number of contacts that opened the email.' => 'Die Klickrate ist die Division der Anzahl der Kontakte, die auf einen Link in einer E-Mail geklickt haben, durch die Anzahl der Kontakte, die die E-Mail geöffnet haben.', 'Click Rate' => 'Klickrate', 'Clicked' => 'Geklickt', - 'clicked a link in any campaign' => '', - 'clicked a link in the campaign' => '', + 'clicked a link in any campaign' => 'hat einen Link in einer beliebigen Kampagne angeklickt', + 'clicked a link in the campaign' => 'hat einen Link in der Kampagne angeklickt', 'Clicks' => 'Klicks', 'Client' => 'Client', 'Close campaign' => 'Kampagne schließen', @@ -375,8 +375,8 @@ 'month(s)' => 'Monat(e)', 'Months' => 'Monate', 'Name' => 'Name', - 'never opened any campaign' => '', - 'never opened the campaign' => '', + 'never opened any campaign' => 'hat noch nie eine Kampagne geöffnet', + 'never opened the campaign' => 'hat die Kampagne nie geöffnet', 'New {campaignType} campaign' => 'Neue {campaignType}-Kampagne', 'New {mailingListType} mailing list' => 'Neue {mailingListType}-Mailing-Liste', 'New {sendoutType} sendout' => 'Neue {sendoutType}-Sendung', @@ -422,8 +422,8 @@ 'Open Rate' => 'Öffnungsrate', 'Open Rate is calculated by dividing the number of contacts that opened an email by the number of contacts that received the email.' => 'Die Öffnungsrate wird berechnet, indem die Anzahl der Kontakte, die eine E-Mail geöffnet haben, durch die Anzahl der Kontakte, die die E-Mail erhalten haben, geteilt wird.', 'Opened' => 'Geöffnet', - 'opened any campaign' => '', - 'opened the campaign' => '', + 'opened any campaign' => 'hat eine beliebige Kampagne geöffnet', + 'opened the campaign' => 'hat die Kampagne geöffnet', 'Opens' => 'Öffnungen', 'OR' => 'OR', 'OS' => 'OS', diff --git a/tests/TESTS.md b/tests/TESTS.md index 97a8dd16..4e12cc89 100644 --- a/tests/TESTS.md +++ b/tests/TESTS.md @@ -10,7 +10,8 @@ This document outlines the test specification for the Campaign plugin. _Tests the architecture of the plugin._ -![Pass](https://raw.githubusercontent.com/putyourlightson/craft-generate-test-spec/main/icons/pass.svg) Source code does not contain any “dump or die” statements. +![Pass](https://raw.githubusercontent.com/putyourlightson/craft-generate-test-spec/main/icons/pass.svg) Source code does not contain any `Craft::dd` statements. +![Pass](https://raw.githubusercontent.com/putyourlightson/craft-generate-test-spec/main/icons/pass.svg) Source code does not contain any `var_dump` or `die` statements. ## Feature Tests