diff options
author | floatinghotpot <rjfun.mobile@gmail.com> | 2015-12-04 10:39:51 +0800 |
---|---|---|
committer | floatinghotpot <rjfun.mobile@gmail.com> | 2015-12-04 10:39:51 +0800 |
commit | 892d1a2d45f3a29ef32e755161ac5064ea6a0aeb (patch) | |
tree | 5822b62bc359489bd6169773e5e7ff3d92c3f49f /i18n/en.i18n.json | |
parent | 8d5d7ee678d9a396a0427329200e5bf0573eb730 (diff) | |
download | wekan-892d1a2d45f3a29ef32e755161ac5064ea6a0aeb.tar.gz wekan-892d1a2d45f3a29ef32e755161ac5064ea6a0aeb.tar.bz2 wekan-892d1a2d45f3a29ef32e755161ac5064ea6a0aeb.zip |
i18n-ize meteor email templates
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 4a6edfe9..3f9e4e8b 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -124,6 +124,12 @@ "editLabelPopup-title": "Change Label", "editProfilePopup-title": "Edit Profile", "email": "Email", + "email-enrollAccount-subject": "An account created for you on __url__", + "email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.\n", + "email-resetPassword-subject": "Reset your password on __url__", + "email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.\n", + "email-verifyEmail-subject": "Verify your email address on __url__", + "email-verifyEmail-text": "Hello __user__,\n\nTo verify your account email, simply click the link below.\n\n__url__\n\nThanks.\n", "error-board-notAMember": "You need to be a member of this board to do that", "error-json-malformed": "Your text is not valid JSON", "error-json-schema": "Your JSON data does not include the proper information in the correct format", |