forked from thingsboard/thingsboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'aquafree-fork' into release-3.4-aquafree
- Loading branch information
Showing
7 changed files
with
2,351 additions
and
499 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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
test.message.subject=Test message from [Rocknitive] Suite | ||
activation.subject=[Rocknitive] Account-Aktivierung | ||
account.activated.subject=[Rocknitive] - Account wurde aktiviert | ||
reset.password.subject=[Rocknitive] - Zurücksetzen des Passworts angefragt | ||
password.was.reset.subject=[Rocknitive] - Passwort wurde zurückgesetzt | ||
account.lockout.subject=[Rocknitive] - Account wurde gesperrt | ||
api.usage.state=[Rocknitive] - Account limits | ||
2fa.verification.code.subject=[Rocknitive] - 2FA verification code | ||
test.message.subject=Test message from [HyGenius] Suite | ||
activation.subject=[HyGenius] Account-Aktivierung | ||
account.activated.subject=[HyGenius] - Account wurde aktiviert | ||
reset.password.subject=[HyGenius] - Zurücksetzen des Passworts angefragt | ||
password.was.reset.subject=[HyGenius] - Passwort wurde zurückgesetzt | ||
account.lockout.subject=[HyGenius] - Account wurde gesperrt | ||
api.usage.state=[HyGenius] - Account limits | ||
2fa.verification.code.subject=[HyGenius] - 2FA verification code |
528 changes: 428 additions & 100 deletions
528
application/src/main/resources/templates/account.activated.ftl
Large diffs are not rendered by default.
Oops, something went wrong.
518 changes: 428 additions & 90 deletions
518
application/src/main/resources/templates/account.lockout.ftl
Large diffs are not rendered by default.
Oops, something went wrong.
658 changes: 557 additions & 101 deletions
658
application/src/main/resources/templates/activation.ftl
Large diffs are not rendered by default.
Oops, something went wrong.
583 changes: 483 additions & 100 deletions
583
application/src/main/resources/templates/password.was.reset.ftl
Large diffs are not rendered by default.
Oops, something went wrong.
531 changes: 431 additions & 100 deletions
531
application/src/main/resources/templates/reset.password.ftl
Large diffs are not rendered by default.
Oops, something went wrong.