Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Mar 8, 2024
1 parent 9a4bd8b commit f3ac497
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/jobs/ImportJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function processItem(mixed $item): void
*/
protected function defaultDescription(): string
{
return Craft::t('campaign', 'Importing contacts.');
return Craft::t('campaign', 'Importing contacts');
}

private function _getImport(): ?ImportModel
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/SendoutJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ protected function processItem(mixed $item): void
*/
protected function defaultDescription(): string
{
return Craft::t('campaign', 'Sending “{title}” sendout.', [
return Craft::t('campaign', 'Sending “{title}” sendout', [
'title' => $this->title,
]);
}
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/SyncJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function processItem(mixed $item): void
*/
protected function defaultDescription(): string
{
return Craft::t('campaign', 'Syncing mailing list.');
return Craft::t('campaign', 'Syncing mailing list');
}

private function _getMailingList(): ?MailingListElement
Expand Down
6 changes: 3 additions & 3 deletions src/translations/de/campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
'Import' => 'Importieren',
'Import History' => '',
'Imported By' => 'Importiert von',
'Importing contacts.' => 'Importiere Kontakte.',
'Importing contacts' => 'Importiere Kontakte',
'Initialising plugin' => 'Initialisiere Plugin',
'Inline' => 'Inline',
'Interaction' => 'Interaktion',
Expand Down Expand Up @@ -504,7 +504,7 @@
'Send sendouts' => 'Verschicke Sendungen',
'Send Test Email' => 'Sende Test-E-Mail',
'Send Test' => 'Sende Test',
'Sending “{title}” sendout.' => 'Sende “{title}”-Sendung.',
'Sending “{title}” sendout' => 'Sende “{title}”-Sendung',
'Sending completed: {title}' => 'Senden beendet: {title}',
'Sending failed: {title}' => 'Senden fehlgeschlagen: {title}',
'Sending failed. Please check your email settings and the error in the logs.' => 'Senden fehlgeschlagen. Bitte überprüfen Sie Ihre E-Mail-Einstellungen und den Fehler-Log.',
Expand Down Expand Up @@ -576,7 +576,7 @@
'Sync' => 'Synchronisation',
'Synced' => 'Synchronisiert',
'Synced Mailing Lists' => 'Synchronisierte Mailing-Liste',
'Syncing mailing list.' => 'Synchronisiere Mailing-Liste.',
'Syncing mailing list' => 'Synchronisiere Mailing-Liste',
'Syncing successfully removed.' => 'Synchronsation erfolgreich entfernt.',
'System issues found!' => 'Systemprobleme gefunden!',
'Template Condition' => 'Template-Bedingung',
Expand Down
6 changes: 3 additions & 3 deletions src/translations/en/campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
'Import' => '',
'Import History' => '',
'Imported By' => '',
'Importing contacts.' => '',
'Importing contacts' => '',
'Initialising plugin' => '',
'Inline' => '',
'Interaction' => '',
Expand Down Expand Up @@ -503,7 +503,7 @@
'Send sendouts' => '',
'Send Test Email' => '',
'Send Test' => '',
'Sending “{title}” sendout.' => '',
'Sending “{title}” sendout' => '',
'Sending completed: {title}' => '',
'Sending failed: {title}' => '',
'Sending failed. Please check your email settings and the error in the logs.' => '',
Expand Down Expand Up @@ -575,7 +575,7 @@
'Sync' => '',
'Synced' => '',
'Synced Mailing Lists' => '',
'Syncing mailing list.' => '',
'Syncing mailing list' => '',
'Syncing successfully removed.' => '',
'System issues found!' => '',
'Template Condition' => '',
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 @@ -313,7 +313,7 @@
'Import' => 'Importer',
'Import History' => 'Importer l’historique',
'Imported By' => 'Importer par',
'Importing contacts.' => 'Importer des contacts',
'Importing contacts' => 'Importer des contact',
'Initialising plugin' => 'Initialisation du plugin',
'Inline' => 'En ligne',
'Interaction' => 'Interaction',
Expand Down Expand Up @@ -504,7 +504,7 @@
'Send sendouts' => 'Envoyer les campagnes',
'Send Test Email' => 'Envoyer un mail de test',
'Send Test' => 'Envoyer le test',
'Sending “{title}” sendout.' => 'Envoi de “{title}”.',
'Sending “{title}” sendout' => 'Envoi de “{title}”',
'Sending completed: {title}' => 'Envoi complété : {title}',
'Sending failed: {title}' => 'Échec de l’envoi : {title}',
'Sending failed. Please check your email settings and the error in the logs.' => 'Échec de l’envoi. Veuillez vérifiez les réglages de vos emails et les erreurs dans les logs.',
Expand Down Expand Up @@ -576,7 +576,7 @@
'Sync' => 'Synchroniser',
'Synced' => 'Synchronisé',
'Synced Mailing Lists' => 'Listes de diffusion synchronisées',
'Syncing mailing list.' => 'Synchronisation de la liste de diffusion.',
'Syncing mailing list' => 'Synchronisation de la liste de diffusion',
'Syncing successfully removed.' => 'Synchronisation supprimée.',
'System issues found!' => 'Des problèmes système sont survenus !',
'Template Condition' => 'Condition du template',
Expand Down

0 comments on commit f3ac497

Please sign in to comment.