- Turborepo + pnpm workspaces with apps/web and packages/types - SvelteKit app: Tailwind, Paraglide i18n (en/es), keycloak-js, Supabase client, auth/collective stores, PWA service worker skeleton, all route placeholders - packages/types: domain types (User, Collective, ShoppingList, etc.) and database.ts placeholder for generated types - Justfile with dev, db-*, kc-*, build, backup, restore, deploy recipes - infra/docker-compose.dev.yml: Postgres 15, GoTrue, PostgREST, Realtime v2.83, Storage, Kong (port 8001), Studio, Keycloak 24 - infra/docker-compose.prod.yml, kong.yml, db-init scripts, backup/deploy scripts - keycloak/realm-export.json with colectivo realm and 5 dev test users - supabase/config.toml and seed.sql with sample collective and items - GitHub Actions: ci.yml (lint+typecheck+build) and deploy.yml (GHCR + SSH) - .env.example documenting all required variables - Fixed docker-compose issues: Studio image tag, Kong port conflict (8001), internal role passwords init script, Realtime METRICS_JWT_SECRET/APP_NAME Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
52 lines
1.8 KiB
JSON
52 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
"nav_lists": "Listas",
|
|
"nav_tasks": "Tareas",
|
|
"nav_notes": "Notas",
|
|
"nav_search": "Buscar",
|
|
"nav_settings": "Ajustes",
|
|
"app_name": "Colectivo",
|
|
"loading": "Cargando…",
|
|
"error_generic": "Algo salió mal. Por favor, inténtalo de nuevo.",
|
|
"login_title": "Accede a Colectivo",
|
|
"login_button": "Iniciar sesión",
|
|
"logout_button": "Cerrar sesión",
|
|
"onboarding_title": "Bienvenido a Colectivo",
|
|
"onboarding_create_collective": "Crear un colectivo",
|
|
"onboarding_join_collective": "Unirme con un enlace de invitación",
|
|
"collective_name_label": "Nombre del colectivo",
|
|
"collective_name_placeholder": "p. ej. Nuestro Hogar",
|
|
"settings_title": "Ajustes",
|
|
"settings_display_name": "Nombre visible",
|
|
"settings_language": "Idioma",
|
|
"settings_avatar": "Avatar",
|
|
"settings_save": "Guardar cambios",
|
|
"settings_saved": "Cambios guardados",
|
|
"invite_member": "Invitar miembro",
|
|
"invite_email_label": "Correo electrónico",
|
|
"invite_send": "Enviar invitación",
|
|
"lists_title": "Listas de la compra",
|
|
"list_add_item": "Añadir producto…",
|
|
"list_to_buy": "Por comprar",
|
|
"list_checked": "Marcado",
|
|
"list_finish_shopping": "Terminar compra",
|
|
"list_finish_confirm": "¿Marcar esta lista como completada?",
|
|
"list_finish_confirm_yes": "Sí, terminar",
|
|
"list_finish_confirm_no": "Seguir comprando",
|
|
"tasks_title": "Tareas",
|
|
"notes_title": "Notas",
|
|
"search_title": "Buscar",
|
|
"search_placeholder": "Busca listas, tareas, notas…",
|
|
"trash_restore": "Restaurar",
|
|
"trash_delete_permanent": "Eliminar definitivamente",
|
|
"trash_empty": "La papelera está vacía",
|
|
"trash_expires_in": "Expira en {days} días",
|
|
"confirm_delete": "¿Eliminar?",
|
|
"cancel": "Cancelar",
|
|
"save": "Guardar",
|
|
"delete": "Eliminar",
|
|
"edit": "Editar",
|
|
"add": "Añadir",
|
|
"done": "Listo"
|
|
}
|