mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-20 21:43:36 -07:00
es-ES.json
Spanish translation
This commit is contained in:
parent
8e27d0b83f
commit
b08f634c08
1 changed files with 248 additions and 0 deletions
248
frontend/src/locales/messages/es-ES.json
Normal file
248
frontend/src/locales/messages/es-ES.json
Normal file
|
@ -0,0 +1,248 @@
|
||||||
|
04": {
|
||||||
|
"page-not-found": "404 Página no encontrada",
|
||||||
|
"take-me-home": "Volver a inicio"
|
||||||
|
},
|
||||||
|
"new-recipe": {
|
||||||
|
"from-url": "Importar una receta",
|
||||||
|
"recipe-url": "URL de la receta",
|
||||||
|
"url-form-hint": "Copia y pega un enlace de tu página de recetas favorita",
|
||||||
|
"error-message": "Parece que ha habido un error al analizar el enlace. Mira los logs y depura/última_receta.json para ver qué ha ido mal",
|
||||||
|
"bulk-add": "Bulk Add",
|
||||||
|
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list": "Paste in your recipe data. Each line will be treated as an item in a list"
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"upload": "Subir",
|
||||||
|
"submit": "Enviar",
|
||||||
|
"name": "Nombre",
|
||||||
|
"settings": "Ajustes",
|
||||||
|
"close": "Cerrar",
|
||||||
|
"save": "Guardar",
|
||||||
|
"image-file": "Imagen",
|
||||||
|
"update": "Actualizar",
|
||||||
|
"edit": "Editar",
|
||||||
|
"delete": "Borrar",
|
||||||
|
"select": "Seleccionar",
|
||||||
|
"random": "Aleatorio",
|
||||||
|
"new": "Nuevo",
|
||||||
|
"create": "Crear",
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"ok": "OK",
|
||||||
|
"enabled": "Activado",
|
||||||
|
"download": "Descargar",
|
||||||
|
"import": "Importar",
|
||||||
|
"options": "Opciones",
|
||||||
|
"templates": "Plantillas",
|
||||||
|
"recipes": "Recetas",
|
||||||
|
"themes": "Temas",
|
||||||
|
"confirm": "Confirmar",
|
||||||
|
"sort": "Ordenar",
|
||||||
|
"recent": "Recientes",
|
||||||
|
"sort-alphabetically": "A-Z",
|
||||||
|
"reset": "Reiniciar",
|
||||||
|
"filter": "Filtrar",
|
||||||
|
"yes": "Sí",
|
||||||
|
"no": "No",
|
||||||
|
"token": "Token",
|
||||||
|
"field-required": "Campo requerido",
|
||||||
|
"apply": "Aplicar",
|
||||||
|
"current-parenthesis": "(Actual)",
|
||||||
|
"users": "Usuarios",
|
||||||
|
"groups": "Grupos",
|
||||||
|
"about": "Sobre"
|
||||||
|
},
|
||||||
|
"page": {
|
||||||
|
"home-page": "Página de inicio",
|
||||||
|
"all-recipes": "Todas las recetas",
|
||||||
|
"recent": "Recientes"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"stay-logged-in": "¿Permanecer conectado?",
|
||||||
|
"email": "Email",
|
||||||
|
"password": "Contraseña",
|
||||||
|
"sign-in": "Iniciar sesión",
|
||||||
|
"sign-up": "Crear una cuenta",
|
||||||
|
"logout": "Cerrar sesión",
|
||||||
|
"full-name": "Nombre",
|
||||||
|
"user-group": "Grupo de usuario",
|
||||||
|
"user-password": "Contraseña",
|
||||||
|
"admin": "Admin",
|
||||||
|
"user-id": "ID de usuario",
|
||||||
|
"user-id-with-value": "ID de usuario: {id}",
|
||||||
|
"group": "Grupo",
|
||||||
|
"new-user": "Nuevo usuario",
|
||||||
|
"edit-user": "Editar usuario",
|
||||||
|
"create-user": "Crear usuario",
|
||||||
|
"confirm-user-deletion": "Confirmar eliminación de usuario",
|
||||||
|
"are-you-sure-you-want-to-delete-the-user": "¿Seguro que quieres borrar el usuario <b>{activeName} ID: {activeId}<b/>?",
|
||||||
|
"confirm-group-deletion": "Confirmar eliminación de grupo",
|
||||||
|
"total-users": "Usuarios totales",
|
||||||
|
"total-mealplans": "Planes de comida totales",
|
||||||
|
"webhooks-enabled": "Webhooks activados",
|
||||||
|
"webhook-time": "Webhook hora",
|
||||||
|
"create-group": "Crear grupo",
|
||||||
|
"sign-up-links": "Enlaces de invitación",
|
||||||
|
"create-link": "Crear enlace",
|
||||||
|
"link-name": "Nombre de enlace",
|
||||||
|
"group-id-with-value": "ID de grupo: {groupID}",
|
||||||
|
"are-you-sure-you-want-to-delete-the-group": "¿Seguro que quieres eliminar <b>{groupName}<b/>?",
|
||||||
|
"group-name": "Nombre del grupo",
|
||||||
|
"confirm-link-deletion": "Confirmar borrado de enlace",
|
||||||
|
"are-you-sure-you-want-to-delete-the-link": "¿Seguro que quieres borrar el enlace <b>{link}<b/>?",
|
||||||
|
"link-id": "ID del enlace",
|
||||||
|
"users": "Usuarios",
|
||||||
|
"groups": "Grupos",
|
||||||
|
"could-not-validate-credentials": "No se han podido validar los credenciales",
|
||||||
|
"login": "Iniciar sesión",
|
||||||
|
"groups-can-only-be-set-by-administrators": "Los grupos solo los pueden poner los administradores",
|
||||||
|
"upload-photo": "Subir foto",
|
||||||
|
"reset-password": "Reiniciar la contraseña",
|
||||||
|
"current-password": "Contraseña actual",
|
||||||
|
"new-password": "Nueva contraseña",
|
||||||
|
"confirm-password": "Confirmar contraseña",
|
||||||
|
"password-must-match": "Las contraseñas deben coincidir",
|
||||||
|
"e-mail-must-be-valid": "El correo debe ser válido",
|
||||||
|
"use-8-characters-or-more-for-your-password": "Usa al menos 8 carácteres para la contraseña"
|
||||||
|
},
|
||||||
|
"meal-plan": {
|
||||||
|
"shopping-list": "Lista de la compra",
|
||||||
|
"dinner-this-week": "Cena de esta semana",
|
||||||
|
"meal-planner": "Planificador de comida",
|
||||||
|
"dinner-today": "Cena de hoy",
|
||||||
|
"planner": "Planificador",
|
||||||
|
"edit-meal-plan": "Editar menú",
|
||||||
|
"meal-plans": "Menús",
|
||||||
|
"create-a-new-meal-plan": "Crear un nuevo menú",
|
||||||
|
"start-date": "Fecha de inicio",
|
||||||
|
"end-date": "Fecha de fin",
|
||||||
|
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Solamente las recetas con estas categorías serán usadas en los menús"
|
||||||
|
},
|
||||||
|
"recipe": {
|
||||||
|
"description": "Descripción",
|
||||||
|
"ingredients": "Ingredientes",
|
||||||
|
"categories": "Categorias",
|
||||||
|
"tags": "Etiquetas",
|
||||||
|
"instructions": "Instrucciones",
|
||||||
|
"step-index": "Paso: {step}",
|
||||||
|
"recipe-name": "Nombre de la receta",
|
||||||
|
"servings": "Raciones",
|
||||||
|
"ingredient": "Ingredientes",
|
||||||
|
"notes": "Notas",
|
||||||
|
"note": "Nota",
|
||||||
|
"original-url": "URL original",
|
||||||
|
"view-recipe": "Ver receta",
|
||||||
|
"title": "Título",
|
||||||
|
"total-time": "Tiempo total",
|
||||||
|
"prep-time": "Tiempo de preparación",
|
||||||
|
"perform-time": "Tiempo de cocinado",
|
||||||
|
"api-extras": "API Extras",
|
||||||
|
"object-key": "Object Key",
|
||||||
|
"object-value": "Object Value",
|
||||||
|
"new-key-name": "New Key Name",
|
||||||
|
"add-key": "Add Key",
|
||||||
|
"key-name-required": "Key Name Required",
|
||||||
|
"no-white-space-allowed": "No se admiten espacios en blanco",
|
||||||
|
"delete-recipe": "Borrar receta",
|
||||||
|
"delete-confirmation": "¿Seguro que quieres borrar la receta?"
|
||||||
|
},
|
||||||
|
"search": {
|
||||||
|
"search-mealie": "Buscar Mealie",
|
||||||
|
"search-placeholder": "Buscar...",
|
||||||
|
"max-results": "Resultados máximos",
|
||||||
|
"category-filter": "Filtrar por categorías",
|
||||||
|
"tag-filter": "Filtrar por etiquetas",
|
||||||
|
"include": "Incluir",
|
||||||
|
"exclude": "Excluir",
|
||||||
|
"and": "Y",
|
||||||
|
"or": "O",
|
||||||
|
"search": "Buscar"
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"general-settings": "Opciones generales",
|
||||||
|
"change-password": "Cambiar contraseña",
|
||||||
|
"admin-settings": "Ajustes de admin",
|
||||||
|
"local-api": "API local",
|
||||||
|
"language": "Idioma",
|
||||||
|
"add-a-new-theme": "Añadir un nuevo tema",
|
||||||
|
"set-new-time": "Añadir nueva hora",
|
||||||
|
"current": "Version:",
|
||||||
|
"latest": "Última",
|
||||||
|
"explore-the-docs": "Explorar la wiki",
|
||||||
|
"contribute": "Contribuir",
|
||||||
|
"backup-and-exports": "Copia de seguridad",
|
||||||
|
"backup-info": "Backups are exported in standard JSON format along with all the images stored on the file system. In your backup folder you'll find a .zip file that contains all of the recipe JSON and images from the database. Additionally, if you selected a markdown file, those will also be stored in the .zip file. To import a backup, it must be located in your backups folder. Automated backups are done each day at 3:00 AM.",
|
||||||
|
"available-backups": "Copias de seguridad disponibles",
|
||||||
|
"theme": {
|
||||||
|
"theme-name": "Nombre del tema",
|
||||||
|
"theme-settings": "Ajustes del tema",
|
||||||
|
"select-a-theme-from-the-dropdown-or-create-a-new-theme-note-that-the-default-theme-will-be-served-to-all-users-who-have-not-set-a-theme-preference": "Select a theme from the dropdown or create a new theme. Note that the default theme will be served to all users who have not set a theme preference.",
|
||||||
|
"dark-mode": "Modo oscuro",
|
||||||
|
"theme-is-required": "El tema es necesario",
|
||||||
|
"primary": "Primario",
|
||||||
|
"secondary": "Secundario",
|
||||||
|
"accent": "Énfasis",
|
||||||
|
"success": "Éxito",
|
||||||
|
"info": "Info",
|
||||||
|
"warning": "Advertencia",
|
||||||
|
"error": "Error",
|
||||||
|
"default-to-system": "Valores por defecto",
|
||||||
|
"light": "Claro",
|
||||||
|
"dark": "Oscuro",
|
||||||
|
"theme": "Tema",
|
||||||
|
"saved-color-theme": "Guardar color del tema",
|
||||||
|
"delete-theme": "Borrar tema",
|
||||||
|
"are-you-sure-you-want-to-delete-this-theme": "¿Seguro que quieres borrar el tema?",
|
||||||
|
"choose-how-mealie-looks-to-you-set-your-theme-preference-to-follow-your-system-settings-or-choose-to-use-the-light-or-dark-theme": "Choose how Mealie looks to you. Set your theme preference to follow your system settings, or choose to use the light or dark theme.",
|
||||||
|
"theme-name-is-required": "Falta el nombre del tema"
|
||||||
|
},
|
||||||
|
"webhooks": {
|
||||||
|
"meal-planner-webhooks": "Meal Planner Webhooks",
|
||||||
|
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "The URLs listed below will receive webhooks containing the recipe data for the meal plan on it's scheduled day. Currently Webhooks will execute at",
|
||||||
|
"test-webhooks": "Test Webhooks",
|
||||||
|
"webhook-url": "Webhook URL"
|
||||||
|
},
|
||||||
|
"new-version-available": "Una nueva versión de Mealie está disponible, <a {aContents}> visita el repositorio </a>",
|
||||||
|
"backup": {
|
||||||
|
"import-recipes": "Importar Recetas",
|
||||||
|
"import-themes": "Importar temas",
|
||||||
|
"import-settings": "Importar ajustes",
|
||||||
|
"create-heading": "Crear una copia de seguridad",
|
||||||
|
"backup-tag": "Etiqueta de copia de seguridad",
|
||||||
|
"full-backup": "Copia de seguridad entera",
|
||||||
|
"partial-backup": "Copia de seguridad parcial",
|
||||||
|
"backup-restore-report": "Backup Restore Report",
|
||||||
|
"successfully-imported": "Importado correctamente",
|
||||||
|
"failed-imports": "Importación fallida"
|
||||||
|
},
|
||||||
|
"homepage": {
|
||||||
|
"card-per-section": "Card Per Section",
|
||||||
|
"homepage-categories": "Homepage Categories",
|
||||||
|
"home-page": "Página de inicio",
|
||||||
|
"all-categories": "Todas las categorías",
|
||||||
|
"show-recent": "Ver recientes",
|
||||||
|
"home-page-sections": "Selecciones de página de inicio"
|
||||||
|
},
|
||||||
|
"site-settings": "Ajustes",
|
||||||
|
"manage-users": " Gestionar usuarios",
|
||||||
|
"migrations": "Migraciones",
|
||||||
|
"profile": "Perifl",
|
||||||
|
"custom-pages": "Páginas customizadas",
|
||||||
|
"new-page": "Nueva página",
|
||||||
|
"edit-page": "Editar página",
|
||||||
|
"page-name": "Nombre de página"
|
||||||
|
},
|
||||||
|
"migration": {
|
||||||
|
"recipe-migration": "Migrar recetas",
|
||||||
|
"failed-imports": "Importación fallida",
|
||||||
|
"migration-report": "Migration Report",
|
||||||
|
"successful-imports": "Importación exitosa",
|
||||||
|
"no-migration-data-available": "No Migration Data Avaiable",
|
||||||
|
"nextcloud": {
|
||||||
|
"title": "Nextcloud Cookbook",
|
||||||
|
"description": "Migrate data from a Nextcloud Cookbook intance"
|
||||||
|
},
|
||||||
|
"chowdown": {
|
||||||
|
"title": "Chowdown",
|
||||||
|
"description": "Migrate data from Chowdown"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue