chore: starter template

This commit is contained in:
e2e
2026-07-10 19:42:56 +02:00
commit e5c3377b6b
157 changed files with 6462 additions and 0 deletions

42
apps/app/messages/en.json Normal file
View 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"
}

36
apps/app/messages/fr.json Normal file
View File

@@ -0,0 +1,36 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"common__loading": "Chargement…",
"common__email": "Email",
"common__email_placeholder": "vous@exemple.com",
"common__password": "Mot de passe",
"common__password_placeholder": "••••••••",
"common__name": "Nom",
"common__name_placeholder": "Ada Lovelace",
"validation__required": "Requis.",
"validation__email_invalid": "Saisissez une adresse email valide.",
"app__name": "Fabric Starter",
"auth__or": "ou",
"auth__continue_with_google": "Continuer avec Google",
"auth__google_error": "Impossible de continuer avec Google pour l'instant.",
"auth__login__title": "Se connecter",
"auth__login__description": "Bon retour sur {name}.",
"auth__login__cta": "Se connecter",
"auth__login__invalid_credentials": "Cet email et ce mot de passe ne correspondent pas.",
"auth__login__error": "Impossible de se connecter pour l'instant.",
"auth__login__footer_prompt": "Pas encore de compte ?",
"auth__login__footer_action": "S'inscrire",
"auth__signup__title": "Créez votre compte",
"auth__signup__description": "Commencez avec {name}.",
"auth__signup__cta": "Créer un compte",
"auth__signup__email_in_use": "Un compte avec cet email existe déjà.",
"auth__signup__error": "Impossible de créer votre compte pour l'instant.",
"auth__signup__footer_prompt": "Vous avez déjà un compte ?",
"auth__signup__footer_action": "Se connecter",
"nav__home": "Accueil",
"app_shell__sign_out": "Se déconnecter",
"home__title": "Bonjour, monde.",
"home__body": "Vous êtes connecté à {name}. C'est le point de départ minimal de chaque projet — décrivez ce que vous voulez construire et tout se reconstruit à partir d'ici.",
"preferences__language": "Langue",
"preferences__theme": "Thème"
}