Skip to content

Commit

Permalink
Fix mailing list count translations
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Sep 15, 2023
1 parent 6abadcb commit 86b570b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 2.8.6 - Unreleased

### Changed

- Improvements to the French translation.

### Fixed

- Fixed a bug in which Campaign, Contact and Mailing List element types were not being registered by the Feed Me plugin ([#412](https://github.com/putyourlightson/craft-campaign/issues/412)).
Expand Down
4 changes: 2 additions & 2 deletions src/translations/de/campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
* @author Andreas Becker
* @package Campaign
* @since 1.23.0
*/
*/
return [
'Plugin Name' => 'Campaign',
// -------------------------------------------------------------------------
'“{name}” Campaigns' => '',
'“{name}” Mailing Lists' => '',
'(reply to {email})' => '(an {email} antworten)',
'{count} pending sendout(s) queued.' => '{count} Sendung(en) in Warteschlange',
'{num, number} {num, plural, =1{mailing list} other{mailing lists}}' => '',
'{num, plural, =1{mailing list} other{mailing lists}}' => '{num, plural, =1{Mailing-Liste} other{Mailing-Listen}}',
'A contact with that email address could not be found.' => 'Es wurde kein Kontakt mit dieser E-Mail-Adresse gefunden.',
'A contact with the email "{email}" already exists. [View contact »]({url})' => '',
'A CSV file must be selected to upload.' => 'Es muss eine CSV-Datei zum Hochladen ausgewählt werden.',
Expand Down
4 changes: 2 additions & 2 deletions src/translations/en/campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
* @author PutYourLightsOn
* @package Campaign
* @since 1.0.0
*/
*/
return [
'Plugin Name' => 'Campaign',
// -------------------------------------------------------------------------
'“{name}” Campaigns' => '',
'“{name}” Mailing Lists' => '',
'(reply to {email})' => '',
'{count} pending sendout(s) queued.' => '',
'{num, number} {num, plural, =1{mailing list} other{mailing lists}}' => '',
'{num, plural, =1{mailing list} other{mailing lists}}' => '',
'A contact with that email address could not be found.' => '',
'A contact with the email "{email}" already exists. [View contact »]({url})' => '',
'A CSV file must be selected to upload.' => '',
Expand Down
6 changes: 3 additions & 3 deletions src/translations/fr/campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
* @author Scandella
* @package Campaign
* @since 1.22.0
*/
*/
return [
'Plugin Name' => 'Newsletters',
// -------------------------------------------------------------------------
'“{name}” Campaigns' => '“{name}” Newsletter',
'“{name}” Mailing Lists' => '“{name}” Listes d’envoi',
'(reply to {email})' => '(répondre à {email})',
'{count} pending sendout(s) queued.' => '{count} envoi(s) en attente.',
'{num, number} {num, plural, =1{mailing list} other{mailing lists}}' => '',
'{num, plural, =1{mailing list} other{mailing lists}}' => '{num, plural, =1{liste de diffusion} other{listes de diffusion}}',
'A contact with that email address could not be found.' => 'Le contact avec cette adresse email n’a pas été trouvé.',
'A contact with the email "{email}" already exists. [View contact »]({url})' => 'Un contact avec l’email "{email}" existe déjà. [View contact »]({url})',
'A CSV file must be selected to upload.' => 'Un fichier CSV est requis.',
Expand Down Expand Up @@ -118,7 +118,7 @@
'Cancel' => 'Annuler',
'Cancelled' => 'Annulé',
'Changing this can lead to sent campaigns not being reachable and other undesirable results.' => 'Changer ce paramètre aura pour conséquence des newsletters introuvables et d’autres résultats indésirables.',
'Chart unavailable when anonymous tracking is enabled.' => 'Le graphique est indisponible lorsque le suivi anonyme est activé.',
'Chart unavailable when anonymous tracking is enabled.' => 'Le graphique est indisponible lorsque le suivi anonyme est activé.',
'Choose a campaign' => 'Choisissez une newsletter',
'Choose a CSV file (comma-separated values) to import contact data. The first line of the file should contain the column headers.' => 'Choisissez un fichier CSV (valeurs séparées par des virgules) pour importer les données de contact. La première ligne du fichier doit contenir les en-têtes de colonne.',
'Choose a mailing list to sync. ' => 'Choisissez une liste de diffusion à synchroniser.',
Expand Down

0 comments on commit 86b570b

Please sign in to comment.