Skip to content

Commit

Permalink
Update German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Sep 30, 2024
1 parent b0d5a98 commit f1ef7a8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 6 additions & 6 deletions src/translations/de/campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
3 changes: 2 additions & 1 deletion tests/TESTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f1ef7a8

Please sign in to comment.