aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/lib/i18n/en/sign-in
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/lib/i18n/en/sign-in')
-rw-r--r--apps/kit/src/lib/i18n/en/sign-in/index.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/kit/src/lib/i18n/en/sign-in/index.ts b/apps/kit/src/lib/i18n/en/sign-in/index.ts
new file mode 100644
index 0000000..3c9c104
--- /dev/null
+++ b/apps/kit/src/lib/i18n/en/sign-in/index.ts
@@ -0,0 +1,10 @@
+import type { BaseTranslation } from "../../i18n-types"
+
+const en_sign_in: BaseTranslation = {
+ signIn: "Sign In",
+ createANewAccount: "create a new account",
+ notMyComputer: "This is not my computer",
+ resetPassword: "Reset password"
+}
+
+export default en_sign_in \ No newline at end of file