diff options
author | lkisme <lkisme@me.com> | 2017-02-26 21:11:15 +0800 |
---|---|---|
committer | lkisme <lkisme@me.com> | 2017-02-26 21:11:15 +0800 |
commit | 39f2837838ba30ec02bfe9f33c9fa0dfca05d1a6 (patch) | |
tree | 775e276109af00cb42ee81c8aaa03903b38764da /i18n/en.i18n.json | |
parent | e3c3cc0d8df14c84852a854383efa1b4bb83f218 (diff) | |
download | wekan-39f2837838ba30ec02bfe9f33c9fa0dfca05d1a6.tar.gz wekan-39f2837838ba30ec02bfe9f33c9fa0dfca05d1a6.tar.bz2 wekan-39f2837838ba30ec02bfe9f33c9fa0dfca05d1a6.zip |
wording change, email sending optimization, add texts to i18n
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index b5c1b55e..c57d9274 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -326,8 +326,21 @@ "what-to-do": "What do you want to do?", "admin-panel": "Admin Panel", "system-setting": "System Setting", - "option-setting": "Settings", - "option-people": "People", + "settings": "Settings", + "people": "People", + "registration": "Registration", + "disable-self-registration": "Disable Self-Registration", + "invite": "Invite", + "invite-people": "Invite People", + "to-boards": "To board(s)", + "email-addresses":"Email Addresses", + "smtp-host-description": "The address of the SMTP server that handles your emails.", + "smtp-port-description": "The port your SMTP server uses for outgoing emails.", + "smtp-host": "SMTP Host", + "smtp-port": "SMTP Port", + "smtp-username": "Username", + "smtp-password": "Password", + "send-from": "From", "invitation-code": "Invitation Code", "email-invite-register-subject": "__inviter__ sent you an invitation", "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to Wekan for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.\n", |