aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/lib/i18n/en/sign-in/index.ts
blob: 3c9c104040b2f2ed5c2917768a5876f17a93eec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
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