-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(locales): support German language
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"emailPasswordlessSubject": "Passwordless Link to Sign in to CPE app", | ||
"greetingsNoName": "Hello,", | ||
"passwordLessIntro": "We received a request to sign in to Congregation Program for Everyone using this email address. If you want to sign in with your {{ email }} account, please use the link below.", | ||
"signIn": "Sign in", | ||
"passwordLessIgnore": "If you did not request this link, you can safely ignore this email.", | ||
"passwordLessLinkFull": "If you are having trouble opening the link above, please use the following link. Make sure the link is not cropped when you are opening it.", | ||
"thankYou": "Thank you", | ||
"sws2appsTeam": "The Scheduling Workbox System Team", | ||
"emailOTPCodeSubject": "Verification Code for for sign in to CPE app", | ||
"emailOTPCodeTemplate": "<p>Hello</p>\n<p>Here’s your verification code to sign in to Congregation Program for Everyone:</p>\n<p class='otp-code'>{{ emailOTPCode }}</p>\n<p>Please make sure you never share this code with anyone.\n<br><strong>Note:</strong> The code will expire in 5 minutes.</p>", | ||
"emailFooter": "<p>Thank you\n<br>The Scheduling Workbox System Team</p>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters