Skip to content

Commit

Permalink
api: Update language files
Browse files Browse the repository at this point in the history
  • Loading branch information
pschlan committed Sep 22, 2024
1 parent 4189725 commit 1ae136a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion api/languages/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'Hi,' . "\n\n"
. 'vielen Dank, dass Sie $projectName unterstützen und unseren Dienst möglich machen!' . "\n\n"
. 'Ihr Abo wurde soeben erfolgreich aktiviert. In wenigen Fällen kann es passieren, dass der neue Status noch nicht in Ihrem Account sichtbar ist. In diesem Fall loggen Sie sich bitte einfach erneut ein.' . "\n\n"
. 'Übrigens: Ihre Belege und Rechnungen finden Sie in Ihrem Account unter Einstellungen -> Abo verwalten.' . "\n\n"
. 'Viele Grüße' . "\n\n"
. '$projectName',
'subscriptionCancelledEmail.subject' => '$projectName: Abonnement beendet',
Expand All @@ -53,5 +52,13 @@
. 'Vielen Dank, dass Sie $projectName unterstützt haben!' . "\n\n"
. 'Viele Grüße' . "\n\n"
. '$projectName',
'paymentFailedEmail.subject' => '$projectName: Abo-Zahlung fehlgeschlagen',
'paymentFailedEmail.body' =>
'Hi,' . "\n\n"
. 'unser Zahlungs-Dienstleiser hat gemeldet, dass der Einzug einer Zahlung für Ihr Abo bei $projectName fehlgeschlagen ist.' . "\n\n"
. 'Bitte prüfen Sie die Zahlungsmethode unter https://console.cron-job.org/ in den Einstellungen, um eine Beeinträchtigung des Abos zu vermeiden.' . "\n\n"
. 'Bei Rückfragen stehen wir gerne zur Verfügung.' . "\n\n"
. 'Viele Grüße' . "\n\n"
. '$projectName',
'dateFormat' => 'd.m.Y'
];
9 changes: 8 additions & 1 deletion api/languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'Hi,' . "\n\n"
. 'thanks so much for supporting $projectName and making our service possible!' . "\n\n"
. 'Your subscription has been activated successfully. In rare cases, the subscription status might not show up in your account yet. In that case, please just re-login.' . "\n\n"
. 'By the way: You can find your receipts and invoices in your account at Settings -> Manage Subscription.' . "\n\n"
. 'Best regards,' . "\n\n"
. '$projectName',
'subscriptionCancelledEmail.subject' => '$projectName: Subscription terminated',
Expand All @@ -53,5 +52,13 @@
. 'Thanks a lot for having supported $projectName!' . "\n\n"
. 'Best regards,' . "\n\n"
. '$projectName',
'paymentFailedEmail.subject' => '$projectName: Failed subscription payment',
'paymentFailedEmail.body' =>
'Hi,' . "\n\n"
. 'our payment provider reported a failed payment for your $projectName subscription.' . "\n\n"
. 'Please check your payment method at Settings in your console at https://console.cron-job.org/ to ensure the renewal of your subscription can be processed correctly.' . "\n\n"
. 'If you have questions or concerns, please do not hesitate to get in touch.' . "\n\n"
. 'Best regards,' . "\n\n"
. '$projectName',
'dateFormat' => 'Y/m/d'
];

0 comments on commit 1ae136a

Please sign in to comment.