chore: starter template
This commit is contained in:
42
apps/app/messages/en.json
Normal file
42
apps/app/messages/en.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
||||
"error__title": "This page isn't running properly",
|
||||
"error__hint": "If an agent is building this app, just wait — it's likely mid-change and will fix this shortly, and the page will refresh on its own.",
|
||||
"error__retry": "Try again",
|
||||
"error__details": "Error details",
|
||||
"common__loading": "Loading…",
|
||||
"common__email": "Email",
|
||||
"common__email_placeholder": "you@example.com",
|
||||
"common__password": "Password",
|
||||
"common__password_placeholder": "••••••••",
|
||||
"common__name": "Name",
|
||||
"common__name_placeholder": "Ada Lovelace",
|
||||
"validation__required": "Required.",
|
||||
"validation__email_invalid": "Enter a valid email address.",
|
||||
"app__name": "Fabric Starter",
|
||||
"auth__or": "or",
|
||||
"auth__continue_with_google": "Continue with Google",
|
||||
"auth__google_error": "Unable to continue with Google right now.",
|
||||
"auth__login__title": "Sign in",
|
||||
"auth__login__description": "Welcome back to {name}.",
|
||||
"auth__login__cta": "Sign in",
|
||||
"auth__login__invalid_credentials": "That email and password don't match.",
|
||||
"auth__login__error": "Unable to sign in right now.",
|
||||
"auth__login__footer_prompt": "Don't have an account?",
|
||||
"auth__login__footer_action": "Sign up",
|
||||
"auth__dev_quick_login": "Quick login (dev)",
|
||||
"auth__dev_quick_login_hint": "Development only — signs in as test@example.com",
|
||||
"auth__signup__title": "Create your account",
|
||||
"auth__signup__description": "Get started with {name}.",
|
||||
"auth__signup__cta": "Create account",
|
||||
"auth__signup__email_in_use": "An account with this email already exists.",
|
||||
"auth__signup__error": "Unable to create your account right now.",
|
||||
"auth__signup__footer_prompt": "Already have an account?",
|
||||
"auth__signup__footer_action": "Sign in",
|
||||
"nav__home": "Home",
|
||||
"app_shell__sign_out": "Sign out",
|
||||
"home__title": "Hello, world.",
|
||||
"home__body": "You're signed in to {name}. This is the bare-bones starter every project begins from — describe what you want to build and it gets reshaped from here.",
|
||||
"preferences__language": "Language",
|
||||
"preferences__theme": "Theme"
|
||||
}
|
||||
Reference in New Issue
Block a user