{ "$schema": "https://inlang.com/schema/inlang-message-format", "common__loading": "Loading…", "common__email": "Email", "common__email_placeholder": "you@example.com", "common__password": "Password", "common__password_placeholder": "Your password", "landing__eyebrow": "Starter template", "landing__title": "Start with the smallest real Pikku app.", "landing__subtitle": "This starter gives an AI the full path: routed frontend, generated data hooks, auth, session guard, and a tiny backend it can safely expand.", "landing__create_account": "Create account", "landing__sign_in": "Sign in", "landing__cards__frontend__title": "Frontend", "landing__cards__frontend__description": "Vite, TanStack Router, React Query, and generated Pikku hooks.", "landing__cards__backend__title": "Backend", "landing__cards__backend__description": "One protected read function, one update function, and matching HTTP routes.", "landing__cards__auth__title": "Auth", "landing__cards__auth__description": "Email and password login, cookie sessions, and a protected app route.", "auth__eyebrow": "Starter template", "auth__login__title": "Welcome back", "auth__login__description": "Sign in with your email and password.", "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": "Need an account?", "auth__login__footer_action": "Create one", "auth__signup__title": "Create your account", "auth__signup__description": "Pick an email and password to get started.", "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", "auth__verify_email__title": "Confirm your email", "auth__verify_email__verifying": "Confirming your email…", "auth__verify_email__success": "Your email is confirmed. You're all set.", "auth__verify_email__error": "This confirmation link is invalid or has expired.", "auth__verify_email__no_token": "This page needs a confirmation link from your email.", "auth__verify_email__back_to_app": "Go to your app", "app_shell__eyebrow": "Pikku + Vite + Auth.js", "app_shell__title": "Starter", "app_shell__signed_in": "Signed in", "app_shell__sign_out": "Sign out", "app_shell__nav__message": "Message", "app_shell__nav__message_description": "Starter read + update flow", "preferences__language": "Language", "preferences__theme": "Theme", "message__loading": "Loading your starter app…", "message__load_error": "The starter app could not load its message.", "message__read__eyebrow": "Read hook", "message__read__title": "Current message", "message__read__description": "This data comes from a generated `usePikkuQuery` hook.", "message__read__last_updated_by": "Last updated by {name}", "message__read__nobody": "Nobody yet", "message__update__eyebrow": "Mutate hook", "message__update__title": "Update the message", "message__update__description": "This form calls a generated `usePikkuMutation` hook and refreshes the read state.", "message__update__field_label": "Message", "message__update__placeholder": "Write the next starter message", "message__update__cta": "Update message" }