aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/lib/i18n/en/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/lib/i18n/en/index.ts')
-rw-r--r--apps/kit/src/lib/i18n/en/index.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/kit/src/lib/i18n/en/index.ts b/apps/kit/src/lib/i18n/en/index.ts
index 4c1ad04..5a3ccc8 100644
--- a/apps/kit/src/lib/i18n/en/index.ts
+++ b/apps/kit/src/lib/i18n/en/index.ts
@@ -13,6 +13,14 @@ const en: BaseTranslation = {
success: "Success",
tryAgainSoon: "Try again soon",
unexpectedError: "An unexpected error occured",
+ requestAPasswordReset: "Request a password reset",
+ signIntoYourAccount: "sign into your account",
+ requestSentMessage: "If we find your email address in our systems, you will receive an email with instructions on how to set a new password for your account.",
+ signIn: "Sign In",
+ createANewAccount: "create a new account",
+ notMyComputer: "This is not my computer",
+ resetPassword: "Reset password",
+ createYourNewAccount: "Create your new account"
};
export default en;