Moriz Wahl 65f764f6d9
feat(backend): signup email localized (#8459)
* localized registration email

* localized email verification email

* localized reset password email
2025-05-05 20:44:14 +02:00

71 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"notification": "Notification",
"subjects": {
"changedGroupMemberRole": "Role in group changed",
"chatMessage": "New chat message",
"commentedOnPost": "New comment on post",
"followedUserPosted": "New post by followd user",
"mentionedInComment": "Mentioned in comment",
"mentionedInPost": "Mentioned in post",
"newEmail": "New E-Mail Address",
"removedUserFromGroup": "Removed from group",
"postInGroup": "New post in group",
"resetPassword": "Reset Password",
"userJoinedGroup": "User joined group",
"userLeftGroup": "User left group",
"wrongEmail": "Wrong E-mail?"
},
"registration": {
"introduction": "Thank you for joining our cause it's awesome to have you on board. There's just one tiny step missing before we can start shaping the world together … Please confirm your e-mail address by clicking the button below:",
"codeHint": "If the above button doesn't work, you can also copy the following code into your browser window: ",
"codeHintException": "However, this only works if you have registered through our website.",
"notYouStart": "If you didn't sign up for ",
"notYouEnd": " we recommend you to check it out! It's a social network from people for people who want to connect and change the world together.",
"ps": "PS: If you ignore this e-mail we will not create an account for you. ;)"
},
"emailVerification": {
"codeHint": "If the above button doesn't work, you can also copy the following code into your browser window: ",
"introduction": "So, you want to change your e-mail? No problem! Just click the button below to verify your new address:",
"doNotChange": "If you don't want to change your e-mail address feel free to ignore this message. "
},
"buttons": {
"confirmEmail": "Confirm your e-mail address",
"resetPassword": "Reset password",
"tryAgain": "Try a different e-mail",
"verifyEmail": "Verify e-mail address",
"viewChat": "Show Chat",
"viewComment": "View comment",
"viewGroup": "View group",
"viewPost": "View post"
},
"general": {
"greeting": "Hello",
"seeYou": "See you soon on ",
"yourTeam": " The {team} Team",
"settingsHint": "PS: If you don't want to receive e-mails anymore, change your ",
"settingsName": "notification settings",
"welcome": "Welcome to"
},
"resetPassword": {
"codeHint": "If the above button doesn't work you can also copy the following code into your browser window: ",
"ignore": "If you didn't request a new password feel free to ignore this e-mail.",
"introduction": "So, you forgot your password? No problem! Just click the button below to reset it within the next 24 hours:"
},
"wrongEmail": {
"ignoreEnd": " yet or if you didn't want to reset your password, please ignore this e-mail.",
"ignoreStart": "If you don't have an account at ",
"introduction": "You requested a password reset but unfortunately we couldn't find an account associated with your e-mail address. Did you maybe use another one when you signed up?"
},
"changedGroupMemberRole": "your role in the group “{groupName}” has been changed. Click on the button to view this group:",
"chatMessageStart": "you have received a new chat message from ",
"chatMessageEnd": ".",
"commentedOnPost": " commented on a post that you are observing with the title “{postTitle}”. Click on the button to view this comment:",
"followedUserPosted": ", a user you are following, wrote a new post with the title “{postTitle}”. Click on the button to view this post:",
"mentionedInComment": " mentioned you in a comment to the post with the title “{postTitle}”. Click on the button to view this comment:",
"mentionedInPost": " mentioned you in a post with the title “{postTitle}”. Click on the button to view this post:",
"removedUserFromGroup": "you have been removed from the group “{groupName}”.",
"postInGroup": "someone wrote a new post with the title “{postTitle}” in one of your groups. Click on the button to view this post:",
"userJoinedGroup": " joined the group “{groupName}”. Click on the button to view this group:",
"userLeftGroup": " left the group “{groupName}”. Click on the button to view this group:"
}