Files
starter-e2e-mrf84key/apps/app/messages/en.json
2026-07-10 19:42:56 +02:00

43 lines
2.1 KiB
JSON

{
"$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"
}