t-convex-nextjs-saas/messages/en.json

22 lines
561 B
JSON
Raw Normal View History

{
"HomePage": {
"title": "Hello world!"
2026-04-01 18:59:46 +00:00
},
"AuthPage": {
"SignUpTitle": "Sign up",
"SignInTitle": "Sign in",
"SignUpLink": "Sign in",
"SignInLink": "Sign up",
"NameLabel": "Name",
"NamePlaceholder": "John Doe",
"EmailLabel": "Email",
"EmailPlaceholder": "email@example.com",
"PasswordLabel": "Password",
"PasswordPlaceholder": "******",
"HidePasswordTooltip": "Hide password",
"ShowPasswordTooltip": "Show password",
"Submit": "Submit",
"RegisteredSuccessfully": "Registered successfully"
}
}