diff --git a/modules/users/server/templates/reset-password-confirm-email-zh-tw.server.view.html b/modules/users/server/templates/reset-password-confirm-email-zh-tw.server.view.html new file mode 100644 index 00000000..a4bac132 --- /dev/null +++ b/modules/users/server/templates/reset-password-confirm-email-zh-tw.server.view.html @@ -0,0 +1,17 @@ + + + + + + + + +

Dear {{name}},

+

+

This is a confirmation that the password for your account has just been changed

+
+
+

The {{appName}} Support Team

+ + + diff --git a/modules/users/server/templates/reset-password-email-zh-tw.server.view.html b/modules/users/server/templates/reset-password-email-zh-tw.server.view.html new file mode 100644 index 00000000..4377bb44 --- /dev/null +++ b/modules/users/server/templates/reset-password-email-zh-tw.server.view.html @@ -0,0 +1,22 @@ + + + + + + + + +

Dear {{name}},

+
+

+ You have requested to have your password reset for your account at {{appName}} +

+

Please visit this url to reset your password:

+

{{url}}

+ If you didn't make this request, you can ignore this email. +
+
+

The {{appName}} Support Team

+ + + diff --git a/modules/users/server/templates/sign-up-active-email-zh-tw.server.view.html b/modules/users/server/templates/sign-up-active-email-zh-tw.server.view.html new file mode 100644 index 00000000..0dfe238e --- /dev/null +++ b/modules/users/server/templates/sign-up-active-email-zh-tw.server.view.html @@ -0,0 +1,22 @@ + + + + + + + + +

Dear {{name}},

+
+

+ You have requested to sign up and register for your account at {{appName}} +

+

We should verify your email address, Please visit this url to active your account in {{hours}} hours:

+

{{url}}

+ If you didn't make this request, you can ignore this email. +
+
+

The {{appName}} Support Team

+ + +