From dffe3d5ade15582ec71714031509a314a2616667 Mon Sep 17 00:00:00 2001 From: nztqa Date: Mon, 27 Nov 2017 16:44:19 +0900 Subject: Add test SMTP settings --- i18n/en.i18n.json | 1 + 1 file changed, 1 insertion(+) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 63e5be1c..11a9eef6 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -386,6 +386,7 @@ "smtp-password": "Password", "smtp-tls": "TLS support", "send-from": "From", + "send-smtp-test": "Send a test mail to my user", "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.", -- cgit v1.2.3-1-g7c22 From 44559b52a6d45df57f1ca8eeaae25d55eb7e8148 Mon Sep 17 00:00:00 2001 From: nztqa Date: Tue, 28 Nov 2017 13:26:46 +0900 Subject: Add smtp test email translations --- i18n/en.i18n.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 11a9eef6..91a06ed2 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -184,6 +184,7 @@ "email-enrollAccount-subject": "An account created for you on __siteName__", "email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.", "email-fail": "Sending email failed", + "email-fail-text": "Error trying to send email", "email-invalid": "Invalid email", "email-invite": "Invite via Email", "email-invite-subject": "__inviter__ sent you an invitation", @@ -239,6 +240,7 @@ "initials": "Initials", "invalid-date": "Invalid date", "invalid-time": "Invalid time", + "invalid-user": "Invalid user", "joined": "joined", "just-invited": "You are just invited to this board", "keyboard-shortcuts": "Keyboard shortcuts", @@ -390,6 +392,8 @@ "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.", + "email-smtp-test-subject": "SMTP Test Email From Wekan", + "email-smtp-test-text": "You have successfully sent an email", "error-invitation-code-not-exist": "Invitation code doesn't exist", "error-notAuthorized": "You are not authorized to view this page.", "outgoing-webhooks": "Outgoing Webhooks", -- cgit v1.2.3-1-g7c22 From 596dd87862ecf866f701b683dd0b24ad70c64d8c Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 28 Nov 2017 09:30:22 +0200 Subject: Fix typo --- i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 91a06ed2..34fd08d7 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -388,7 +388,7 @@ "smtp-password": "Password", "smtp-tls": "TLS support", "send-from": "From", - "send-smtp-test": "Send a test mail to my user", + "send-smtp-test": "Send a test email to my user", "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.", -- cgit v1.2.3-1-g7c22 From f224934ae01fffa81c391220821eb3308a037b86 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 29 Nov 2017 10:53:08 +0200 Subject: Update translations. --- i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 34fd08d7..1419c3e0 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -388,7 +388,7 @@ "smtp-password": "Password", "smtp-tls": "TLS support", "send-from": "From", - "send-smtp-test": "Send a test email to my user", + "send-smtp-test": "Send a test email to yourself", "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.", -- cgit v1.2.3-1-g7c22