2021-04-21 08:53:20 -08:00
{
2021-04-25 13:46:22 -08:00
"about" : {
2021-06-16 16:23:07 -08:00
"about" : "Acerca de" ,
2021-05-03 18:23:41 -08:00
"about-mealie" : "Acerca de Mealie" ,
"api-docs" : "Documentación API" ,
"api-port" : "Puerto API" ,
"application-mode" : "Modo de Aplicación" ,
"database-type" : "Tipo de base de datos" ,
2021-05-09 21:33:51 -08:00
"database-url" : "URL de base de datos" ,
2021-05-03 18:23:41 -08:00
"default-group" : "Grupo Predeterminado" ,
"demo" : "Versión Demo" ,
"demo-status" : "Estado Demo" ,
"development" : "Desarrollo" ,
2021-05-31 18:44:36 -08:00
"docs" : "Documentación" ,
2021-05-03 18:23:41 -08:00
"download-log" : "Descargar Log" ,
2022-04-10 14:07:35 -08:00
"download-recipe-json" : "Último JSON recuperado" ,
2021-05-29 15:48:33 -08:00
"github" : "Github" ,
2021-06-07 10:54:44 -08:00
"log-lines" : "Líneas de registro" ,
2021-05-03 18:23:41 -08:00
"not-demo" : "No Demo" ,
2021-05-29 15:48:33 -08:00
"portfolio" : "Portfolio" ,
2021-05-03 18:23:41 -08:00
"production" : "Producción" ,
2021-05-31 18:44:36 -08:00
"support" : "Soporte" ,
2022-08-19 11:43:31 -08:00
"version" : "Versión" ,
2023-01-28 16:57:34 -09:00
"unknown-version" : "desconocido" ,
2023-03-12 12:36:48 -08:00
"sponsor" : "Patrocinador"
2021-04-21 08:53:20 -08:00
} ,
2021-06-28 12:28:02 -08:00
"asset" : {
"assets" : "Recursos" ,
"code" : "Código" ,
"file" : "Archivo" ,
"image" : "Imagen" ,
"new-asset" : "Nuevo recurso" ,
"pdf" : "PDF" ,
"recipe" : "Receta" ,
2022-08-10 16:03:01 -08:00
"show-assets" : "Mostrar recursos" ,
2022-09-10 09:14:22 -08:00
"error-submitting-form" : "Se ha producido un error al enviar el formulario"
2021-06-28 12:28:02 -08:00
} ,
2021-04-29 17:47:18 -08:00
"category" : {
2022-09-10 09:14:22 -08:00
"categories" : "Categorías" ,
2021-05-03 18:23:41 -08:00
"category-created" : "Categoría creada" ,
"category-creation-failed" : "Error al crear categoría" ,
"category-deleted" : "Categoría Eliminada" ,
"category-deletion-failed" : "Error al eliminar categoría" ,
"category-filter" : "Filtros de Categorías" ,
"category-update-failed" : "Error al actualizar categoría" ,
2021-05-03 20:26:13 -08:00
"category-updated" : "Categoría actualizada" ,
2022-08-10 16:03:01 -08:00
"uncategorized-count" : "{count} no categorizado" ,
2022-09-10 09:14:22 -08:00
"create-a-category" : "Crear una categoría" ,
"category-name" : "Nombre de la categoría" ,
"category" : "Categoría"
2021-04-29 17:47:18 -08:00
} ,
2021-05-08 20:26:58 -08:00
"events" : {
2021-06-07 10:54:44 -08:00
"apprise-url" : "URL de aviso" ,
2021-05-09 21:33:51 -08:00
"database" : "Base de Datos" ,
2021-06-23 09:44:51 -08:00
"delete-event" : "Borrar evento" ,
2023-01-28 15:51:02 -09:00
"event-delete-confirmation" : "¿Estás seguro de que quieres borrar este evento?" ,
"event-deleted" : "Evento eliminado" ,
"event-updated" : "Evento actualizado" ,
2021-05-12 16:11:56 -08:00
"new-notification-form-description" : "Mealie utiliza la biblioteca Apprise para generar notificaciones. Ofrecen muchas opciones para que los servicios se usen para notificaciones. Consulte su wiki para obtener una guía completa sobre cómo crear la URL para su servicio. Si está disponible, seleccionar el tipo de notificación puede incluir características extra." ,
2021-06-23 09:44:51 -08:00
"new-version" : "¡Nueva versión disponible!" ,
2021-05-12 16:11:56 -08:00
"notification" : "Notificación" ,
2021-06-23 09:44:51 -08:00
"refresh" : "Actualizar" ,
2021-05-12 16:11:56 -08:00
"scheduled" : "Programado" ,
2021-06-19 07:13:01 -08:00
"something-went-wrong" : "¡Algo ha salido mal!" ,
2021-05-12 16:11:56 -08:00
"subscribed-events" : "Eventos suscritos" ,
2023-03-23 09:26:40 -08:00
"test-message-sent" : "Mensaje Enviado" ,
2023-04-01 17:42:04 -08:00
"new-notification" : "Nueva notificación" ,
"event-notifiers" : "Notificaciones de eventos" ,
"apprise-url-skipped-if-blank" : "URL de Apprise (omitida si está en blanco)" ,
"enable-notifier" : "Habilitar notificador" ,
"what-events" : "¿A qué eventos debe suscribirse este notificador?" ,
"user-events" : "Eventos de los usuarios" ,
"mealplan-events" : "Eventos del planificador de menús" ,
"when-a-user-in-your-group-creates-a-new-mealplan" : "Cuando un usuario de tu grupo crea un nuevo plan de comidas" ,
"shopping-list-events" : "Eventos de lista de la compra" ,
"cookbook-events" : "Eventos del recetario" ,
"tag-events" : "Eventos de etiqueta" ,
"category-events" : "Eventos de Categoría" ,
"when-a-new-user-joins-your-group" : "Cuando un nuevo usuario se une a tu grupo"
2021-05-08 20:26:58 -08:00
} ,
2021-04-21 08:53:20 -08:00
"general" : {
2021-05-03 18:23:41 -08:00
"cancel" : "Cancelar" ,
2021-05-09 21:33:51 -08:00
"clear" : "Eliminar" ,
2021-05-03 18:23:41 -08:00
"close" : "Cerrar" ,
"confirm" : "Confirmar" ,
2021-06-16 10:35:40 -08:00
"confirm-delete-generic" : "¿Estás seguro de que quieres eliminarlo?" ,
2022-09-10 09:14:22 -08:00
"copied_message" : "¡Copiado!" ,
2021-05-03 18:23:41 -08:00
"create" : "Crear" ,
2021-05-09 21:33:51 -08:00
"created" : "Creado" ,
"custom" : "Personalizar" ,
"dashboard" : "Panel de control" ,
2021-05-03 18:23:41 -08:00
"delete" : "Eliminar" ,
"disabled" : "Deshabilitado" ,
"download" : "Descargar" ,
2023-01-28 15:51:02 -09:00
"duplicate" : "Duplicar" ,
2021-05-03 18:23:41 -08:00
"edit" : "Editar" ,
"enabled" : "Habilitado" ,
"exception" : "Excepción" ,
"failed-count" : "Error: {count}" ,
"failure-uploading-file" : "Error al cargar el archivo" ,
2021-06-16 16:23:07 -08:00
"favorites" : "Favoritos" ,
2021-05-03 18:23:41 -08:00
"field-required" : "Campo Requerido" ,
"file-folder-not-found" : "No se ha encontrado el archivo o la carpeta" ,
"file-uploaded" : "Archivo cargado" ,
"filter" : "Filtro" ,
"friday" : "Viernes" ,
2021-05-08 20:26:58 -08:00
"general" : "General" ,
2021-05-03 18:23:41 -08:00
"get" : "Obtener" ,
2021-06-19 07:13:01 -08:00
"home" : "Inicio" ,
2021-05-03 18:23:41 -08:00
"image" : "Imagen" ,
"image-upload-failed" : "Error al subir la imagen" ,
"import" : "Importar" ,
2021-06-16 10:35:40 -08:00
"json" : "JSON" ,
2021-05-03 18:23:41 -08:00
"keyword" : "Etiqueta" ,
2021-05-31 18:44:36 -08:00
"link-copied" : "Enlace copiado" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"loading-events" : "Cargando Eventos" ,
2021-06-28 12:28:02 -08:00
"loading-recipes" : "Cargando recetas" ,
2023-01-28 15:51:02 -09:00
"message" : "Mensaje" ,
2021-05-09 21:33:51 -08:00
"monday" : "Lunes" ,
"name" : "Nombre" ,
"new" : "Nuevo" ,
2023-01-28 15:51:02 -09:00
"never" : "Nunca" ,
2021-04-25 13:46:22 -08:00
"no" : "No" ,
2021-06-23 09:44:51 -08:00
"no-recipe-found" : "Receta no encontrada" ,
2022-09-10 09:14:22 -08:00
"ok" : "Aceptar" ,
2021-05-09 21:33:51 -08:00
"options" : "Opciones:" ,
2021-05-22 10:55:28 -08:00
"print" : "Imprimir" ,
2023-03-12 12:36:48 -08:00
"print-preferences" : "Preferencias de impresión" ,
2021-05-09 21:33:51 -08:00
"random" : "Aleatorio" ,
"rating" : "Puntuación" ,
"recent" : "Reciente" ,
"recipe" : "Receta" ,
"recipes" : "Recetas" ,
"rename-object" : "Renombrar {0}" ,
"reset" : "Restablecer" ,
"saturday" : "Sábado" ,
"save" : "Guardar" ,
"settings" : "Ajustes" ,
2021-06-13 20:35:34 +02:00
"share" : "Compartir" ,
2021-05-09 21:33:51 -08:00
"shuffle" : "Aleatorio" ,
"sort" : "Ordenar" ,
"sort-alphabetically" : "Alfabéticamente" ,
"status" : "Estado" ,
2023-01-28 15:51:02 -09:00
"subject" : "Asunto" ,
2021-05-09 21:33:51 -08:00
"submit" : "Enviar" ,
"success-count" : "Éxito: {count}" ,
"sunday" : "Domingo" ,
"templates" : "Plantillas:" ,
2022-09-10 09:14:22 -08:00
"test" : "Prueba" ,
2021-05-09 21:33:51 -08:00
"themes" : "Temas" ,
"thursday" : "Jueves" ,
2021-04-25 13:46:22 -08:00
"token" : "Token" ,
2021-05-09 21:33:51 -08:00
"tuesday" : "Martes" ,
"type" : "Tipo" ,
"update" : "Actualizar" ,
"updated" : "Actualizado" ,
"upload" : "Subir" ,
2021-04-25 13:46:22 -08:00
"url" : "URL" ,
2021-05-31 18:44:36 -08:00
"view" : "Ver" ,
2021-05-09 21:33:51 -08:00
"wednesday" : "Miércoles" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"yes" : "Si" ,
2022-09-10 09:14:22 -08:00
"foods" : "Alimentos" ,
"units" : "Unidades" ,
"back" : "Volver" ,
"next" : "Siguiente" ,
"toggle-view" : "Cambiar vista" ,
"date" : "Fecha" ,
2022-08-10 16:03:01 -08:00
"id" : "Id" ,
2022-09-10 09:14:22 -08:00
"owner" : "Propietario" ,
"date-added" : "Fecha creación" ,
"none" : "Nada" ,
"run" : "Ejecutar" ,
"menu" : "Menú" ,
"a-name-is-required" : "Se requiere un nombre" ,
"delete-with-name" : "Eliminar {name}" ,
"confirm-delete-generic-with-name" : "¿Estás seguro de querer eliminar {name}?" ,
2023-01-28 15:51:02 -09:00
"confirm-delete-own-admin-account" : "¡Ten en cuenta que estás intentando eliminar tu propia cuenta de administrador! Esta acción no se puede deshacer y eliminará permanentemente tu cuenta." ,
2022-09-10 09:14:22 -08:00
"organizer" : "Organizador" ,
"transfer" : "Transferir" ,
"copy" : "Copiar" ,
2022-08-19 11:43:31 -08:00
"color" : "Color" ,
2023-01-28 16:57:34 -09:00
"timestamp" : "Marca de Tiempo" ,
2023-03-12 12:36:48 -08:00
"last-made" : "Última Hecha" ,
"learn-more" : "Aprender más" ,
"this-feature-is-currently-inactive" : "Esta función está actualmente inactiva" ,
2023-04-01 17:42:04 -08:00
"clipboard-not-supported" : "Portapapeles no admitido" ,
"copied-to-clipboard" : "Copiado al portapapeles" ,
"your-browser-does-not-support-clipboard" : "Su navegador no admite portapapeles" ,
"copied-items-to-clipboard" : "Ningún elemento se ha copiado al portapapeles|Un elemento se ha copiado al portapapeles|Copiados {count} elementos al portapapeles" ,
"actions" : "Acciones" ,
"selected-count" : "Seleccionado/s {count}" ,
"export-all" : "Exportar todo" ,
"refresh" : "Actualizar" ,
"upload-file" : "Subir Archivo" ,
"created-on-date" : "Creado el {0}"
2021-04-21 08:53:20 -08:00
} ,
2021-04-29 17:47:18 -08:00
"group" : {
2021-05-03 18:23:41 -08:00
"are-you-sure-you-want-to-delete-the-group" : "Por favor, confirma que deseas eliminar <b>{groupName}<b/>" ,
"cannot-delete-default-group" : "No se puede eliminar el grupo predeterminado" ,
"cannot-delete-group-with-users" : "No se puede eliminar el grupo con usuarios" ,
"confirm-group-deletion" : "Confirmar Eliminación de Grupo" ,
"create-group" : "Crear Grupo" ,
"error-updating-group" : "Error al actualizar grupo" ,
"group" : "Grupo" ,
"group-deleted" : "Grupo eliminado" ,
"group-deletion-failed" : "Error al eliminar grupo" ,
"group-id-with-value" : "ID del Grupo: {groupID}" ,
"group-name" : "Nombre del Grupo" ,
"group-not-found" : "Grupo no encontrado" ,
2022-04-10 14:07:35 -08:00
"group-with-value" : "Grupo: {groupID}" ,
2021-05-03 18:23:41 -08:00
"groups" : "Grupos" ,
2021-05-09 21:33:51 -08:00
"manage-groups" : "Administrar grupos" ,
"user-group" : "Grupo de usuarios" ,
"user-group-created" : "Grupo de usuarios creado" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"user-group-creation-failed" : "Creación de grupo fallida" ,
"settings" : {
2022-09-10 09:14:22 -08:00
"keep-my-recipes-private" : "Mantener Mis Recetas Privadas" ,
"keep-my-recipes-private-description" : "Establece su grupo y todas las recetas por defecto como privadas. Puede cambiarlo más tarde."
2023-01-28 16:57:34 -09:00
} ,
2023-04-01 17:42:04 -08:00
"manage-members" : "Gestionar miembros" ,
"manage-members-description" : "Administra los permisos de los miembros de tus grupos. {manage} permite al usuario acceder a la página de gestión de datos {invite} permite al usuario generar enlaces de invitación para otros usuarios. Los propietarios de grupos no pueden cambiar sus propios permisos." ,
"manage" : "Gestionar" ,
"invite" : "Invitar" ,
"looking-to-update-your-profile" : "¿Buscas actualizar tu perfil?" ,
"default-recipe-preferences-description" : "Estas son las opciones por defecto cuando se crea una nueva receta en tu grupo. Éstas se pueden cambiar para recetas individuales en el menú de ajustes de recetas." ,
"default-recipe-preferences" : "Preferencias de receta predeterminadas" ,
"group-preferences" : "Preferencias de grupo" ,
"private-group" : "Grupo privado" ,
"private-group-description" : "Establecer el grupo como privado, cambiará todas las opciones de visualización a las opciones predeterminadas. Puede cambiarse individualmente en la configuración de cada receta." ,
"allow-users-outside-of-your-group-to-see-your-recipes" : "Permite a los usuarios fuera de tu grupo ver tus recetas" ,
"allow-users-outside-of-your-group-to-see-your-recipes-description" : "Cuando esté habilitado, puede utilizar un enlace público para compartir recetas específicas sin autorizar al usuario. Cuando está desactivado, sólo puedes compartir recetas con usuarios que estén en tu grupo o generando un enlace privado de forma previa" ,
"show-nutrition-information" : "Mostrar la información nutricional" ,
"show-nutrition-information-description" : "Cuando esté habilitada, la información nutricional se mostrará en la receta si está disponible. Si no hay información nutricional disponible, la información nutricional no se mostrará" ,
"show-recipe-assets" : "Mostrar recursos de las recetas" ,
"show-recipe-assets-description" : "Cuando esté habilitado, los recursos de la receta se mostrarán en la receta si están disponibles" ,
"default-to-landscape-view" : "Vista apaisada por defecto" ,
"default-to-landscape-view-description" : "Cuando se habilita la sección de encabezado de recetas se mostrará en vista horizontal" ,
"disable-users-from-commenting-on-recipes" : "Desactivar los comentarios de los usuarios" ,
"disable-users-from-commenting-on-recipes-description" : "Oculta la sección de comentarios en la página de recetas y desactiva los comentarios" ,
"disable-organizing-recipe-ingredients-by-units-and-food" : "Deshabilita la organización de ingredientes de recetas por unidades y alimentos" ,
"disable-organizing-recipe-ingredients-by-units-and-food-description" : "Oculta los campos de alimento, unidad y cantidad de ingredientes y trata los ingredientes como campos de texto plano." ,
"general-preferences" : "Opciones generales" ,
"group-recipe-preferences" : "Preferencias de grupo de las recetas" ,
"report" : "Informe" ,
"group-management" : "Administración de grupos" ,
"admin-group-management" : "Gestión del grupo administrador" ,
2023-04-05 18:05:50 -08:00
"admin-group-management-text" : "Los cambios en este grupo se reflejarán inmediatamente." ,
"group-id-value" : "Id del Grupo: {0}"
2021-04-29 17:47:18 -08:00
} ,
2021-04-21 08:53:20 -08:00
"meal-plan" : {
2021-05-09 21:33:51 -08:00
"create-a-new-meal-plan" : "Crear un nuevo menú" ,
"dinner-this-week" : "Cena para esta semana" ,
"dinner-today" : "Cena para hoy" ,
"dinner-tonight" : "Cena para esta noche" ,
2021-06-07 10:54:44 -08:00
"edit-meal-plan" : "Editar menú" ,
2021-05-03 18:23:41 -08:00
"end-date" : "Fecha de Finalización" ,
2022-04-10 14:07:35 -08:00
"group" : "Agrupar (Beta)" ,
2021-06-17 08:59:41 -08:00
"main" : "Principal" ,
2021-06-07 10:54:44 -08:00
"meal-planner" : "Menús" ,
"meal-plans" : "Menús" ,
2021-05-09 21:33:51 -08:00
"mealplan-categories" : "Categorías del menú" ,
2021-06-07 10:54:44 -08:00
"mealplan-created" : "Menú creado" ,
"mealplan-creation-failed" : "Error al crear el menú" ,
2021-05-09 21:33:51 -08:00
"mealplan-deleted" : "Menú borrado" ,
"mealplan-deletion-failed" : "Error al borrar el menú" ,
"mealplan-settings" : "Ajustes del menú" ,
"mealplan-update-failed" : "Actualización del menú fallida" ,
"mealplan-updated" : "Menú actualizado" ,
"no-meal-plan-defined-yet" : "Todavía no hay ningún menú" ,
"no-meal-planned-for-today" : "No hay ningún menú para hoy" ,
"only-recipes-with-these-categories-will-be-used-in-meal-plans" : "Sólo las recetas con estas categorías se utilizarán en los menús" ,
"planner" : "Planificador" ,
2022-04-10 14:07:35 -08:00
"quick-week" : "Plan rápido" ,
"side" : "Guarnición" ,
"sides" : "Guarniciones" ,
2022-08-10 16:03:01 -08:00
"start-date" : "Fecha de Inicio" ,
2022-09-10 09:14:22 -08:00
"rule-day" : "Regla para día" ,
"meal-type" : "Tipo de comida" ,
"breakfast" : "Desayuno" ,
"lunch" : "Comida principal" ,
"dinner" : "Cena" ,
"type-any" : "Cualquiera" ,
2023-01-28 16:57:34 -09:00
"day-any" : "Cualquier" ,
"editor" : "Editor" ,
2023-04-05 18:05:50 -08:00
"meal-recipe" : "Receta de comida" ,
"meal-title" : "Título de la comida" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"meal-note" : "Nota de la Comida" ,
2023-04-05 18:05:50 -08:00
"note-only" : "Solo notas" ,
"random-meal" : "Comida aleatoria" ,
"random-dinner" : "Cena al azar" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"random-side" : "Lado Aleatorio" ,
"this-rule-will-apply" : "Esta regla se aplicará {dayCriteria} {mealTypeCriteria}." ,
2023-04-05 18:05:50 -08:00
"to-all-days" : "a todos los días" ,
"on-days" : "en {0}s" ,
"for-all-meal-types" : "para todo tipo de comidas" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"for-type-meal-types" : "para {0} tipos de comida" ,
2023-04-05 18:05:50 -08:00
"meal-plan-rules" : "Reglas del Plan de Comida" ,
"new-rule" : "Nueva Regla" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"meal-plan-rules-description" : "Puede crear reglas para la selección automática de recetas para sus planes de comidas. Estas reglas son utilizadas por el servidor para determinar el conjunto aleatorio de recetas para seleccionar al crear planes de comidas. Tenga en cuenta que si las reglas tienen las mismas restricciones de día/tipo, las categorías de las reglas se fusionarán. En la práctica, no es necesario crear reglas duplicadas, pero es posible hacerlo." ,
"new-rule-description" : "Al crear una nueva regla para un plan de comidas, puede restringir la regla para que se aplique a un día específico de la semana y/o un tipo específico de comida. Para aplicar una regla a todos los días o a todos los tipos de comida, puede establecer la regla en \"Cualquiera\", lo que la aplicará a todos los valores posibles para el día y/o el tipo de comida." ,
"recipe-rules" : "Reglas de Recetas" ,
"applies-to-all-days" : "Aplica para todos los días" ,
"applies-on-days" : "Se aplica en {0}s" ,
"meal-plan-settings" : "Configuración del Plan de Comidas"
2021-04-25 13:46:22 -08:00
} ,
"migration" : {
2023-03-21 11:46:13 -08:00
"migration-data-removed" : "Datos de migración eliminados" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"new-migration" : "Nueva Migración" ,
"no-file-selected" : "Ningún Archivo Seleccionado" ,
2023-03-21 11:46:13 -08:00
"no-migration-data-available" : "No hay datos de migración disponibles" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"previous-migrations" : "Migraciones Anteriores" ,
2023-03-21 11:46:13 -08:00
"recipe-migration" : "Migración de recetas" ,
2021-04-25 13:46:22 -08:00
"chowdown" : {
2021-05-09 21:33:51 -08:00
"description" : "Migrar datos desde Chowdown" ,
2023-03-21 11:46:13 -08:00
"description-long" : "Mealie natively supports the chowdown repository format. Download the code repository as a .zip file and upload it below." ,
2021-04-25 13:46:22 -08:00
"title" : "Chowdown"
} ,
"nextcloud" : {
2021-05-31 18:44:36 -08:00
"description" : "Migrar datos desde Nextcloud Cookbook" ,
2023-03-21 11:46:13 -08:00
"description-long" : "Nextcloud recipes can be imported from a zip file that contains the data stored in Nextcloud. See the example folder structure below to ensure your recipes are able to be imported." ,
2021-04-25 13:46:22 -08:00
"title" : "Nextcloud Cookbook"
} ,
2023-03-21 11:46:13 -08:00
"copymethat" : {
"description-long" : "Mealie can import recipes from Copy Me That. Export your recipes in HTML format, then upload the .zip below." ,
"title" : "Copy Me That Recipe Manager"
} ,
"paprika" : {
"description-long" : "Mealie can import recipes from the Paprika application. Export your recipes from paprika, rename the export extension to .zip and upload it below." ,
"title" : "Paprika Recipe Manager"
} ,
"mealie-pre-v1" : {
"description-long" : "Mealie can import recipes from the Mealie application from a pre v1.0 release. Export your recipes from your old instance, and upload the zip file below. Note that only recipes can be imported from the export." ,
"title" : "Mealie Pre v1.0"
2023-03-23 09:26:40 -08:00
} ,
2023-07-29 13:40:09 -08:00
"tandoor" : {
"description-long" : "Mealie can import recipes from Tandoor. Export your data in the \"Default\" format, then upload the .zip below." ,
"title" : "Tandoor Recipes"
} ,
2023-03-23 09:26:40 -08:00
"recipe-data-migrations" : "Recipe Data Migrations" ,
"recipe-data-migrations-explanation" : "Recipes can be migrated from another supported application to Mealie. This is a great way to get started with Mealie." ,
"choose-migration-type" : "Choose Migration Type" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"tag-all-recipes" : "Etiqueta todas las recetas con la etiqueta {tag-name}" ,
2023-03-23 09:26:40 -08:00
"nextcloud-text" : "Nextcloud recipes can be imported from a zip file that contains the data stored in Nextcloud. See the example folder structure below to ensure your recipes are able to be imported." ,
"chowdown-text" : "Mealie natively supports the chowdown repository format. Download the code repository as a .zip file and upload it below" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"recipe-1" : "Receta 1" ,
"recipe-2" : "Receta 2" ,
2023-03-23 09:26:40 -08:00
"paprika-text" : "Mealie can import recipes from the Paprika application. Export your recipes from paprika, rename the export extension to .zip and upload it below." ,
"mealie-text" : "Mealie can import recipes from the Mealie application from a pre v1.0 release. Export your recipes from your old instance, and upload the zip file below. Note that only recipes can be imported from the export."
2021-04-25 13:46:22 -08:00
} ,
"new-recipe" : {
2021-05-09 21:33:51 -08:00
"bulk-add" : "Añadir en masa" ,
2021-06-13 20:35:34 +02:00
"error-details" : "Sólo los sitios web que contengan ld+json o microdatos pueden ser importados por Mealie. La mayoría de los sitios web de recetas principales soportan esta estructura de datos. Si su sitio no puede ser importado pero hay datos json en el registro, por favor envíe un problema a github con la URL y los datos." ,
2021-06-16 10:35:40 -08:00
"error-title" : "Parece que no hemos podido encontrar nada" ,
2021-05-09 21:33:51 -08:00
"from-url" : "Importar una receta" ,
2022-04-10 14:07:35 -08:00
"github-issues" : "Incidencia de Github" ,
2021-07-01 12:42:15 -08:00
"google-ld-json-info" : "Google ld+json Info" ,
2022-04-10 14:07:35 -08:00
"must-be-a-valid-url" : "Debe ser una URL válida" ,
2021-05-09 21:33:51 -08:00
"paste-in-your-recipe-data-each-line-will-be-treated-as-an-item-in-a-list" : "Pegar los datos de tu receta. Cada línea será tratada como un elemento de una lista" ,
2022-04-10 14:07:35 -08:00
"recipe-markup-specification" : "Definición de Markup de la receta" ,
2021-05-09 21:33:51 -08:00
"recipe-url" : "URL de la receta" ,
2022-04-10 14:07:35 -08:00
"upload-a-recipe" : "Subir una receta" ,
2021-06-28 12:28:02 -08:00
"upload-individual-zip-file" : "Sube un archivo .zip individual exportado desde otra instancia de Mealie." ,
2021-07-01 12:42:15 -08:00
"url-form-hint" : "Copia y pega un enlace desde tu página web favorita" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"view-scraped-data" : "Ver información recuperada" ,
2022-09-10 09:14:22 -08:00
"trim-whitespace-description" : "Eliminar espacios en blanco iniciales y finales así como líneas en blanco" ,
"trim-prefix-description" : "Eliminar el primer carácter de cada línea" ,
"split-by-numbered-line-description" : "Intenta dividir un párrafo utilizando los patrones '1)' o '1.'" ,
"import-by-url" : "Importar una receta por URL" ,
2022-09-27 18:55:35 -08:00
"create-manually" : "Crear receta manualmente" ,
"make-recipe-image" : "Haz de esta la imagen de la receta"
2021-04-25 13:46:22 -08:00
} ,
"page" : {
2021-06-28 12:28:02 -08:00
"404-page-not-found" : "404 Página no encontrada" ,
2021-05-09 21:33:51 -08:00
"all-recipes" : "Todas las recetas" ,
"new-page-created" : "Nueva página creada" ,
2021-06-16 10:35:40 -08:00
"page" : "Página" ,
2021-05-09 21:33:51 -08:00
"page-creation-failed" : "Creación de página fallida" ,
"page-deleted" : "Página eliminada" ,
"page-deletion-failed" : "Error al eliminar la página" ,
"page-update-failed" : "Error al actualizar la página" ,
"page-updated" : "Página actualizada" ,
"pages-update-failed" : "Fallo al actualizar las páginas" ,
2022-08-19 11:43:31 -08:00
"pages-updated" : "Páginas actualizadas" ,
2022-09-10 09:14:22 -08:00
"404-not-found" : "404 Página no encontrada" ,
"an-error-occurred" : "Se ha producido un error"
2021-04-21 08:53:20 -08:00
} ,
"recipe" : {
2021-05-09 21:33:51 -08:00
"add-key" : "Añadir Clave" ,
2021-06-16 10:35:40 -08:00
"add-to-favorites" : "Añadir a favoritos" ,
2021-04-25 13:46:22 -08:00
"api-extras" : "API Extras" ,
2021-05-09 21:33:51 -08:00
"calories" : "Calorías" ,
"calories-suffix" : "calorías" ,
"carbohydrate-content" : "Hidratos de carbono" ,
"categories" : "Categorías" ,
2021-06-16 16:23:07 -08:00
"comment-action" : "Comentar" ,
2023-01-28 15:51:02 -09:00
"comment" : "Comentar" ,
2021-06-16 16:23:07 -08:00
"comments" : "Comentarios" ,
2021-05-09 21:33:51 -08:00
"delete-confirmation" : "¿Estás seguro de eliminar esta receta?" ,
"delete-recipe" : "Borrar receta" ,
"description" : "Descripción" ,
2021-06-16 10:35:40 -08:00
"disable-amount" : "Desactivar cantidades de ingredientes" ,
"disable-comments" : "Desactivar comentarios" ,
2023-01-28 15:51:02 -09:00
"duplicate" : "Duplicar receta" ,
"duplicate-name" : "Nombre de la receta" ,
2022-09-10 09:14:22 -08:00
"edit-scale" : "Editar escala" ,
2021-05-09 21:33:51 -08:00
"fat-content" : "Grasa" ,
"fiber-content" : "Fibra" ,
"grams" : "gramos" ,
"ingredient" : "Ingrediente" ,
"ingredients" : "Ingredientes" ,
2023-04-03 10:05:52 -08:00
"insert-ingredient" : "Agregar ingrediente" ,
2021-06-16 16:23:07 -08:00
"insert-section" : "Insertar sección" ,
2021-05-09 21:33:51 -08:00
"instructions" : "Instrucciones" ,
"key-name-required" : "Nombre de clave requerido" ,
"landscape-view-coming-soon" : "Vista apaisada (Próximamente)" ,
"milligrams" : "miligramos" ,
"new-key-name" : "Nuevo nombre de clave" ,
"no-white-space-allowed" : "No se permite espacio en blanco" ,
"note" : "Nota" ,
2022-04-10 14:07:35 -08:00
"nutrition" : "Valores nutricionales" ,
"object-key" : "Nombre de la clave" ,
2021-05-09 21:33:51 -08:00
"object-value" : "Valor del objeto" ,
"original-url" : "URL original" ,
"perform-time" : "Tiempo de cocción" ,
"prep-time" : "Tiempo de preparación" ,
"protein-content" : "Proteína" ,
"public-recipe" : "Receta pública" ,
"recipe-created" : "Receta creada" ,
"recipe-creation-failed" : "Error al crear la receta" ,
"recipe-deleted" : "Receta eliminada" ,
"recipe-image" : "Imagen de la receta" ,
"recipe-image-updated" : "Imagen de la receta actualizada" ,
"recipe-name" : "Nombre de la receta" ,
"recipe-settings" : "Ajustes de la receta" ,
"recipe-update-failed" : "Error al actualizar la receta" ,
"recipe-updated" : "Receta actualizada" ,
2021-06-16 10:35:40 -08:00
"remove-from-favorites" : "Eliminar de favoritos" ,
2021-06-16 16:23:07 -08:00
"remove-section" : "Eliminar sección" ,
2021-06-18 04:54:38 -08:00
"save-recipe-before-use" : "Guardar la receta antes de usar" ,
2021-06-16 16:23:07 -08:00
"section-title" : "Título de la sección" ,
2021-05-09 21:33:51 -08:00
"servings" : "Porciones" ,
2021-06-16 10:35:40 -08:00
"share-recipe-message" : "Quería compartir mi receta {0} contigo." ,
2021-05-09 21:33:51 -08:00
"show-nutrition-values" : "Mostrar valores nutricionales" ,
"sodium-content" : "Sodio" ,
"step-index" : "Paso: {step}" ,
2022-04-10 14:07:35 -08:00
"sugar-content" : "Azúcares" ,
2021-05-09 21:33:51 -08:00
"title" : "Título" ,
"total-time" : "Tiempo total" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"unable-to-delete-recipe" : "No se puede eliminar la receta" ,
2022-09-10 09:14:22 -08:00
"no-recipe" : "No hay receta" ,
"locked-by-owner" : "Bloqueada por el propietario" ,
"join-the-conversation" : "Únete a la conversación" ,
"add-recipe-to-mealplan" : "Añadir Receta al menú" ,
"entry-type" : "Tipo de entrada" ,
"date-format-hint" : "Formato MM/DD/AAAA" ,
2023-01-28 15:51:02 -09:00
"date-format-hint-yyyy-mm-dd" : "Formato AAA-MM-DD" ,
2022-09-10 09:14:22 -08:00
"add-to-list" : "Agregar a la lista" ,
"add-to-plan" : "Agregar al menú" ,
"recipe-added-to-list" : "Receta añadida a la lista" ,
"recipe-added-to-mealplan" : "Receta añadida al menú" ,
"failed-to-add-recipe-to-mealplan" : "Error al añadir receta al menú" ,
"yield" : "Raciones" ,
"quantity" : "Cantidad" ,
"choose-unit" : "Elija unidad" ,
"press-enter-to-create" : "Presione Intro para crear" ,
"choose-food" : "Elija comida" ,
"notes" : "Notas" ,
"toggle-section" : "Activar sección" ,
"see-original-text" : "Mostrar Texto Original" ,
"original-text-with-value" : "Texto original: {originalText}" ,
"ingredient-linker" : "Vincular ingredientes" ,
"linked-to-other-step" : "Enlazado a otro paso" ,
2022-08-10 16:03:01 -08:00
"auto" : "Auto" ,
2022-09-10 09:14:22 -08:00
"cook-mode" : "Modo Cocinar" ,
"link-ingredients" : "Vincular ingredientes" ,
"merge-above" : "Combinar por encima" ,
"reset-scale" : "Reiniciar" ,
"decrease-scale-label" : "Disminuir escala en 1" ,
"increase-scale-label" : "Aumentar escala en 1" ,
"locked" : "Bloqueada" ,
2022-12-18 09:44:21 -09:00
"public-link" : "Enlace público" ,
2023-01-28 15:51:02 -09:00
"edit-timeline-event" : "Editar evento en la cronología" ,
2022-12-18 09:44:21 -09:00
"timeline" : "Timeline" ,
New Crowdin updates (#2410)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Greek)
* New translations en-US.json (Slovak)
* New translations en-US.json (Dutch)
* New translations en-US.json (Dutch)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Galician)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Latvian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Japanese)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Croatian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Spanish)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Turkish)
* New translations en-US.json (Spanish)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Korean)
* New translations en-US.json (Korean)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
* New translations en-US.json (Polish)
2023-07-23 09:48:35 -08:00
"timeline-is-empty" : "Aún no hay nada en la línea de tiempo. ¡Intenta hacer esta receta!" ,
"group-global-timeline" : "Línea de tiempo global de {groupName}" ,
"open-timeline" : "Abrir línea de tiempo" ,
"made-this" : "Lo hice" ,
2022-12-18 09:44:21 -09:00
"how-did-it-turn-out" : "How did it turn out?" ,
2023-01-28 16:57:34 -09:00
"user-made-this" : "{user} made this" ,
2023-04-01 17:42:04 -08:00
"last-made-date" : "Cocinado por última vez el {date}" ,
2023-01-28 16:57:34 -09:00
"api-extras-description" : "Recipes extras are a key feature of the Mealie API. They allow you to create custom json key/value pairs within a recipe to reference from 3rd part applications. You can use these keys to contain information to trigger automation or custom messages to relay to your desired device." ,
2023-04-01 17:42:04 -08:00
"message-key" : "Clave de mensaje" ,
"parse" : "Analizar" ,
"attach-images-hint" : "Adjuntar imágenes arrastrando y soltando en el editor" ,
2023-01-28 16:57:34 -09:00
"enable-ingredient-amounts-to-use-this-feature" : "Enable ingredient amounts to use this feature" ,
2023-04-01 17:42:04 -08:00
"recipes-with-units-or-foods-defined-cannot-be-parsed" : "Las recetas con unidades o alimentos definidos no pueden ser analizadas." ,
"parse-ingredients" : "Analizar ingredientes" ,
"edit-markdown" : "Editar Markdown" ,
"recipe-creation" : "Crear Receta" ,
"select-one-of-the-various-ways-to-create-a-recipe" : "Selecciona una de las diversas formas de crear una receta" ,
2023-01-28 16:57:34 -09:00
"looking-for-migrations" : "Looking For Migrations?" ,
2023-04-01 17:42:04 -08:00
"import-with-url" : "Importar por url" ,
"create-recipe" : "Crear receta" ,
"import-with-zip" : "Importar desde .zip" ,
"create-recipe-from-an-image" : "Crear receta a partir de una imagen" ,
"bulk-url-import" : "Importación masiva desde URL" ,
"debug-scraper" : "Depurar analizador" ,
"create-a-recipe-by-providing-the-name-all-recipes-must-have-unique-names" : "Crear una receta proporcionando el nombre. Todas las recetas deben tener nombres únicos." ,
"new-recipe-names-must-be-unique" : "El nombre de la receta debe ser único" ,
"scrape-recipe" : "Analiza receta" ,
2023-01-28 16:57:34 -09:00
"scrape-recipe-description" : "Scrape a recipe by url. Provide the url for the site you want to scrape, and Mealie will attempt to scrape the recipe from that site and add it to your collection." ,
"import-original-keywords-as-tags" : "Import original keywords as tags" ,
2023-04-05 18:05:50 -08:00
"stay-in-edit-mode" : "Permanecer en modo edición" ,
2023-01-28 16:57:34 -09:00
"import-from-zip" : "Import from Zip" ,
"import-from-zip-description" : "Import a single recipe that was exported from another Mealie instance." ,
"zip-files-must-have-been-exported-from-mealie" : ".zip files must have been exported from Mealie" ,
"create-a-recipe-by-uploading-a-scan" : "Create a recipe by uploading a scan." ,
"upload-a-png-image-from-a-recipe-book" : "Upload a png image from a recipe book" ,
"recipe-bulk-importer" : "Recipe Bulk Importer" ,
"recipe-bulk-importer-description" : "The Bulk recipe importer allows you to import multiple recipes at once by queueing the sites on the backend and running the task in the background. This can be useful when initially migrating to Mealie, or when you want to import a large number of recipes." ,
"set-categories-and-tags" : "Set Categories and Tags" ,
"bulk-imports" : "Bulk Imports" ,
"bulk-import-process-has-started" : "Bulk Import process has started" ,
"bulk-import-process-has-failed" : "Bulk import process has failed" ,
"report-deletion-failed" : "Report deletion failed" ,
"recipe-debugger" : "Recipe Debugger" ,
"recipe-debugger-description" : "Grab the URL of the recipe you want to debug and paste it here. The URL will be scraped by the recipe scraper and the results will be displayed. If you don't see any data returned, the site you are trying to scrape is not supported by Mealie or its scraper library." ,
"debug" : "Debug" ,
"tree-view" : "Tree View" ,
2023-03-23 09:26:40 -08:00
"recipe-yield" : "Recipe Yield" ,
"unit" : "Unit" ,
"upload-image" : "Upload image"
2021-04-21 08:53:20 -08:00
} ,
"search" : {
2021-06-16 16:23:07 -08:00
"advanced-search" : "Búsqueda avanzada" ,
2021-05-09 21:33:51 -08:00
"and" : "y" ,
"exclude" : "Excluir" ,
"include" : "Incluir" ,
"max-results" : "Resultados máximos" ,
"or" : "O" ,
2023-02-12 11:16:39 -09:00
"has-any" : "Has Any" ,
"has-all" : "Has All" ,
2021-06-16 16:23:07 -08:00
"results" : "Resultados" ,
2021-05-09 21:33:51 -08:00
"search" : "Buscar" ,
"search-mealie" : "Buscar Mealie (presione /)" ,
"search-placeholder" : "Buscar..." ,
2022-08-19 11:43:31 -08:00
"tag-filter" : "Filtro de Etiquetas" ,
2023-01-28 16:57:34 -09:00
"search-hint" : "Presione '/'" ,
2023-03-23 09:26:40 -08:00
"advanced" : "Advanced" ,
"auto-search" : "Auto Search"
2021-04-21 08:53:20 -08:00
} ,
"settings" : {
2021-05-09 21:33:51 -08:00
"add-a-new-theme" : "Añadir un nuevo tema" ,
2022-04-10 14:07:35 -08:00
"admin-settings" : "Opciones del adminstrador" ,
2021-04-21 08:53:20 -08:00
"backup" : {
2021-05-09 21:33:51 -08:00
"backup-created-at-response-export_path" : "Copia de seguridad creada en {path}" ,
"backup-deleted" : "Copia de seguridad eliminada" ,
"backup-tag" : "Etiqueta de la copia de seguridad" ,
"create-heading" : "Crear una copia de seguridad" ,
2021-06-23 09:44:51 -08:00
"delete-backup" : "Eliminar copia de seguridad" ,
2021-05-09 21:33:51 -08:00
"error-creating-backup-see-log-file" : "Error al crear la copia de seguridad. Ver archivo de registro" ,
"full-backup" : "Copia de seguridad completa" ,
"import-summary" : "Importar resumen" ,
"partial-backup" : "Copia de seguridad parcial" ,
2023-03-23 09:26:40 -08:00
"unable-to-delete-backup" : "No se puede eliminar la copia de seguridad." ,
"experimental-description" : "Backups a total snapshots of the database and data directory of the site. This includes all data and cannot be set to exclude subsets of data. You can think off this as a snapshot of Mealie at a specific time. Currently, {not-crossed-version} (data migrations are not done automatically). These serve as a database agnostic way to export and import data or backup the site to an external location." ,
"not-crossed-version" : "this backup mechanism is not cross-version and therefore cannot be used to migrate data between versions" ,
"backup-restore" : "Backup Restore" ,
"back-restore-description" : "Restoring this backup will overwrite all the current data in your database and in the data directory and replace them with the contents of this backup. {cannot-be-undone} If the restoration is successful, you will be logged out." ,
"cannot-be-undone" : "This action cannot be undone - use with caution." ,
"postgresql-note" : "If you are using PostGreSQL, please review the {backup-restore-process} prior to restoring." ,
"backup-restore-process-in-the-documentation" : "backup/restore process in the documentation" ,
"irreversible-acknowledgment" : "I understand that this action is irreversible, destructive and may cause data loss" ,
"restore-backup" : "Restore Backup"
2021-04-21 08:53:20 -08:00
} ,
2021-05-09 21:33:51 -08:00
"backup-and-exports" : "Copias de Seguridad" ,
"change-password" : "Cambia Contraseña" ,
"current" : "Versión:" ,
"custom-pages" : "Páginas Personalizadas" ,
"edit-page" : "Editar Página" ,
"events" : "Eventos" ,
"first-day-of-week" : "Primer día de la semana" ,
"group-settings-updated" : "Configuración de grupo actualizada" ,
2021-04-21 08:53:20 -08:00
"homepage" : {
2021-05-09 21:33:51 -08:00
"all-categories" : "Todas las Categorias" ,
"card-per-section" : "Tarjeta por sección" ,
"home-page" : "Página de inicio" ,
"home-page-sections" : "Secciones de inicio" ,
"show-recent" : "Mostrar Recientes"
2021-04-21 08:53:20 -08:00
} ,
2021-05-09 21:33:51 -08:00
"language" : "Idioma" ,
"latest" : "Nuevo" ,
"local-api" : "API local" ,
2022-04-10 14:07:35 -08:00
"locale-settings" : "Configuración de idioma" ,
2021-05-09 21:33:51 -08:00
"migrations" : "Migraciones" ,
"new-page" : "Nueva página" ,
2021-05-22 10:55:28 -08:00
"notify" : "Notificar" ,
"organize" : "Organizar" ,
2021-05-09 21:33:51 -08:00
"page-name" : "Nombre de la página" ,
"pages" : "Páginas" ,
"profile" : "Perfil" ,
"remove-existing-entries-matching-imported-entries" : "Eliminar entradas existentes que coincidan con entradas importadas" ,
"set-new-time" : "Establecer nueva hora" ,
"settings-update-failed" : "Error al actualizar los ajustes" ,
"settings-updated" : "Ajustes actualizados" ,
"site-settings" : "Configuración del sitio" ,
2021-04-25 13:46:22 -08:00
"theme" : {
2021-05-09 21:33:51 -08:00
"accent" : "Destacado" ,
"dark" : "Oscuro" ,
"default-to-system" : "Sistema por defecto" ,
2021-04-25 13:46:22 -08:00
"error" : "Error" ,
2021-05-09 21:33:51 -08:00
"error-creating-theme-see-log-file" : "Error al crear el tema. Ver archivo de registro." ,
"error-deleting-theme" : "Error al eliminar el tema" ,
"error-updating-theme" : "Error al actualizar el tema" ,
2022-09-10 09:14:22 -08:00
"info" : "Información" ,
2021-05-09 21:33:51 -08:00
"light" : "Claro" ,
"primary" : "Principal" ,
"secondary" : "Secundario" ,
"success" : "Completado" ,
2021-06-16 10:35:40 -08:00
"switch-to-dark-mode" : "Cambiar a modo oscuro" ,
"switch-to-light-mode" : "Cambiar a modo claro" ,
2021-05-09 21:33:51 -08:00
"theme-deleted" : "Tema borrado" ,
"theme-name" : "Nombre del tema" ,
"theme-name-is-required" : "Se requiere el nombre del tema." ,
"theme-saved" : "Tema guardado" ,
"theme-updated" : "Tema actualizado" ,
2022-08-19 11:43:31 -08:00
"warning" : "Aviso" ,
2022-09-10 09:14:22 -08:00
"light-mode" : "Modo Claro" ,
"dark-mode" : "Modo oscuro"
2021-04-21 08:53:20 -08:00
} ,
2021-05-07 14:34:51 -08:00
"token" : {
2021-05-09 21:33:51 -08:00
"active-tokens" : "TOKENS ACTIVOS" ,
2021-05-07 14:34:51 -08:00
"api-token" : "API Token" ,
"api-tokens" : "API Tokens" ,
2021-05-09 21:33:51 -08:00
"copy-this-token-for-use-with-an-external-application-this-token-will-not-be-viewable-again" : "Copie este token para su uso con una aplicación externa. Este token no será visible de nuevo." ,
"create-an-api-token" : "Crear token API" ,
2023-03-23 09:26:40 -08:00
"token-name" : "Nombre del Token" ,
"generate" : "Generate" ,
"you-have-token-count" : "You have no active tokens.|You have one active token.|You have {count} active tokens."
2021-05-07 14:34:51 -08:00
} ,
2021-04-29 17:47:18 -08:00
"toolbox" : {
2021-05-09 21:33:51 -08:00
"assign-all" : "Asignar todos los" ,
"bulk-assign" : "Asignar en masa" ,
"new-name" : "Nombre Nuevo" ,
"no-unused-items" : "No hay elementos sin usar" ,
2022-04-10 14:07:35 -08:00
"recipes-affected" : "Ninguna receta afectada | Una receta afectada |{count} recetas afectadas" ,
2021-05-09 21:33:51 -08:00
"remove-unused" : "Eliminar los no usados" ,
2021-05-31 18:44:36 -08:00
"title-case-all" : "Primera letra en mayúscula" ,
2022-04-10 14:07:35 -08:00
"toolbox" : "Herramientas" ,
2021-05-31 18:44:36 -08:00
"unorganized" : "Sin organizar"
2021-04-29 17:47:18 -08:00
} ,
2021-04-25 13:46:22 -08:00
"webhooks" : {
2021-06-07 10:54:44 -08:00
"test-webhooks" : "Probar 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" : "Las URLs que se muestran a continuación recibirán webhooks que contienen los datos de la receta para el menú del día programado. Actualmente los Webhooks se ejecutarán en" ,
2021-05-09 21:33:51 -08:00
"webhook-url" : "Dirección URL del Webhook" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"webhooks-caps" : "WEBHOOKS" ,
2022-08-10 16:03:01 -08:00
"webhooks" : "Webhooks" ,
2023-03-23 09:26:40 -08:00
"webhook-name" : "Nombre del Webhook" ,
"description" : "The webhooks defined below will be executed when a meal is defined for the day. At the scheduled time the webhooks will be sent with the data from the recipe that is scheduled for the day. Note that webhook execution is not exact. The webhooks are executed on a 5 minutes interval so the webhooks will be executed within 5 +/- minutes of the scheduled."
} ,
"bug-report" : "Bug Report" ,
"bug-report-information" : "Use this information to report a bug. Providing details of your instance to developers is the best way to get your issues resolved quickly." ,
"tracker" : "Tracker" ,
2023-04-05 18:05:50 -08:00
"configuration" : "Configuración" ,
"docker-volume" : "Volumen de Docker" ,
2023-03-23 09:26:40 -08:00
"docker-volume-help" : "Mealie requires that the frontend container and the backend share the same docker volume or storage. This ensures that the frontend container can properly access the images and assets stored on disk." ,
"volumes-are-misconfigured" : "Volumes are misconfigured" ,
2023-04-05 18:05:50 -08:00
"volumes-are-configured-correctly" : "Los volúmenes se configuran correctamente." ,
"status-unknown-try-running-a-validation" : "Estado desconocido. Intente ejecutar una validación." ,
"validate" : "Validar" ,
"email-configuration-status" : "Estado de la Configuración del Correo Electrónico" ,
2023-03-23 09:26:40 -08:00
"ready" : "Ready" ,
"not-ready" : "Not Ready - Check Environmental Variables" ,
"succeeded" : "Succeeded" ,
"failed" : "Failed" ,
"general-about" : "General About" ,
"application-version" : "Application Version" ,
"application-version-error-text" : "Your current version ({0}) does not match the latest release. Considering updating to the latest version ({1})." ,
"mealie-is-up-to-date" : "Mealie is up to date" ,
"secure-site" : "Secure Site" ,
"secure-site-error-text" : "Serve via localhost or secure with https. Clipboard and additional browser APIs may not work." ,
"secure-site-success-text" : "Site is accessed by localhost or https" ,
"server-side-base-url" : "Server Side Base URL" ,
"server-side-base-url-error-text" : "`BASE_URL` is still the default value on API Server. This will cause issues with notifications links generated on the server for emails, etc." ,
"server-side-base-url-success-text" : "Server Side URL does not match the default" ,
"ldap-ready" : "LDAP Ready" ,
"ldap-ready-error-text" : "Not all LDAP Values are configured. This can be ignored if you are not using LDAP Authentication." ,
"ldap-ready-success-text" : "Required LDAP variables are all set." ,
"build" : "Build" ,
"recipe-scraper-version" : "Recipe Scraper Version"
2021-04-25 13:46:22 -08:00
} ,
2021-05-29 15:48:33 -08:00
"shopping-list" : {
2021-05-31 18:44:36 -08:00
"all-lists" : "Todas las listas" ,
2021-06-07 10:54:44 -08:00
"create-shopping-list" : "Crear lista de la compra" ,
"from-recipe" : "Desde receta" ,
2021-05-31 18:44:36 -08:00
"list-name" : "Nombre de la lista" ,
"new-list" : "Nueva lista" ,
"quantity" : "Cantidad: {0}" ,
"shopping-list" : "Lista de la compra" ,
2022-08-10 16:03:01 -08:00
"shopping-lists" : "Listas de la compra" ,
2022-09-10 09:14:22 -08:00
"food" : "Alimentos" ,
"note" : "Nota" ,
"label" : "Etiqueta" ,
"linked-item-warning" : "Este elemento está vinculado a una o más recetas. Ajustar las unidades o los alimentos producirá resultados inesperados al añadir o quitar la receta de esta lista." ,
2023-01-28 16:57:34 -09:00
"toggle-food" : "Mostrar nombre del alimento" ,
"manage-labels" : "Manage Labels" ,
"are-you-sure-you-want-to-delete-this-item" : "Are you sure you want to delete this item?" ,
"copy-as-text" : "Copy as Text" ,
"copy-as-markdown" : "Copy as Markdown" ,
"delete-checked" : "Delete Checked" ,
"toggle-label-sort" : "Toggle Label Sort" ,
2023-02-26 10:34:09 -09:00
"reorder-labels" : "Reorder Labels" ,
2023-01-28 16:57:34 -09:00
"uncheck-all-items" : "Uncheck All Items" ,
2023-02-19 17:07:14 -09:00
"check-all-items" : "Check All Items" ,
2023-01-28 16:57:34 -09:00
"linked-recipes-count" : "No Linked Recipes|One Linked Recipe|{count} Linked Recipes" ,
"items-checked-count" : "No items checked|One item checked|{count} items checked" ,
2023-02-26 10:34:09 -09:00
"no-label" : "No Label" ,
"completed-on" : "Completed on {date}"
2021-05-29 15:48:33 -08:00
} ,
2021-07-01 12:42:15 -08:00
"sidebar" : {
2022-04-10 14:07:35 -08:00
"all-recipes" : "Recetas" ,
2022-09-10 09:14:22 -08:00
"backups" : "Copias de Seguridad" ,
2022-04-10 14:07:35 -08:00
"categories" : "Categorías" ,
2022-09-10 09:14:22 -08:00
"cookbooks" : "Recetarios" ,
2022-04-10 14:07:35 -08:00
"dashboard" : "Consola" ,
"home-page" : "Inicio" ,
"manage-users" : "Usuarios" ,
"migrations" : "Migraciones" ,
"profile" : "Perfil" ,
"search" : "Buscar" ,
"site-settings" : "Ajustes" ,
"tags" : "Etiquetas" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"toolbox" : "Herramientas" ,
2022-09-10 09:14:22 -08:00
"language" : "Idioma" ,
"maintenance" : "Mantenimiento" ,
"background-tasks" : "Tareas en Segundo Plano" ,
"parser" : "Intérprete" ,
"developer" : "Desarrollador" ,
"cookbook" : "Recetario" ,
"create-cookbook" : "Crear un nuevo recetario"
2021-07-01 12:42:15 -08:00
} ,
2021-04-29 17:47:18 -08:00
"signup" : {
2021-05-09 21:33:51 -08:00
"error-signing-up" : "Error al registrarse" ,
"sign-up" : "Registrarse" ,
"sign-up-link-created" : "Enlace de registro creado" ,
"sign-up-link-creation-failed" : "Error al crear enlace de registro" ,
"sign-up-links" : "Enlaces de registro" ,
"sign-up-token-deleted" : "Token de registro eliminado" ,
"sign-up-token-deletion-failed" : "Error al eliminar el token de registro" ,
"welcome-to-mealie" : "¡Bienvenido a Mealie! Para convertirte en un usuario de esta instancia es necesario tener un enlace de invitación válido. Si no ha recibido una invitación no puede registrarse. Para recibir un enlace, póngase en contacto con el administrador del sitio."
2021-04-29 17:47:18 -08:00
} ,
"tag" : {
2021-05-09 21:33:51 -08:00
"tag-created" : "Etiqueta creada" ,
"tag-creation-failed" : "Creación de etiqueta fallida" ,
"tag-deleted" : "Etiqueta eliminada" ,
"tag-deletion-failed" : "Error al eliminar la etiqueta" ,
"tag-update-failed" : "Error al actualizar la etiqueta" ,
"tag-updated" : "Etiqueta actualizada" ,
"tags" : "Etiquetas" ,
2022-08-10 16:03:01 -08:00
"untagged-count" : "{count} sin etiquetar" ,
2022-09-10 09:14:22 -08:00
"create-a-tag" : "Crear una etiqueta" ,
"tag-name" : "Nombre de la etiqueta"
2021-04-29 17:47:18 -08:00
} ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"tool" : {
2022-09-10 09:14:22 -08:00
"tools" : "Utensilios" ,
"on-hand" : "Disponible" ,
"create-a-tool" : "Nuevo utensilio" ,
"tool-name" : "Nombre del utensilio" ,
"create-new-tool" : "Crear nuevo utensilio" ,
2023-01-28 16:57:34 -09:00
"on-hand-checkbox-label" : "Mostrar como disponible (marcado)" ,
"required-tools" : "Required Tools"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
2021-04-25 13:46:22 -08:00
"user" : {
2022-09-10 09:14:22 -08:00
"admin" : "Administrador/a" ,
2021-05-09 21:33:51 -08:00
"are-you-sure-you-want-to-delete-the-link" : "¿Está seguro que desea eliminar el enlace <b>{link}<b/>?" ,
"are-you-sure-you-want-to-delete-the-user" : "¿Está seguro de que desea eliminar el usuario <b>{activeName} ID: {activeId}<b/>?" ,
2023-04-05 18:05:50 -08:00
"auth-method" : "Método de autenticación" ,
2021-05-09 21:33:51 -08:00
"confirm-link-deletion" : "Confirmar eliminación de enlace" ,
"confirm-password" : "Confirmar contraseña" ,
"confirm-user-deletion" : "Confirmar Eliminación de Usuario" ,
"could-not-validate-credentials" : "No se ha podido validar los credenciales" ,
"create-link" : "Crear enlace" ,
"create-user" : "Crear usuario" ,
"current-password" : "Contraseña actual" ,
"e-mail-must-be-valid" : "El correo electrónico debe ser válido" ,
"edit-user" : "Editar Usuario" ,
2022-09-10 09:14:22 -08:00
"email" : "Correo electrónico" ,
2021-05-09 21:33:51 -08:00
"error-cannot-delete-super-user" : "¡Error! No se puede eliminar el Super Usuario" ,
"existing-password-does-not-match" : "La contraseña actual no coincide" ,
"full-name" : "Nombre completo" ,
2023-03-12 12:57:38 -08:00
"generate-password-reset-link" : "Generate Password Reset Link" ,
2022-09-10 09:14:22 -08:00
"invite-only" : "Solo por invitación" ,
2022-04-10 14:07:35 -08:00
"link-id" : "ID del enlace" ,
"link-name" : "Nombre del enlace" ,
2021-05-09 21:33:51 -08:00
"login" : "Iniciar sesión" ,
"logout" : "Cerrar Sesión" ,
"manage-users" : "Administrar usuarios" ,
"new-password" : "Nueva contraseña" ,
"new-user" : "Nuevo usuario" ,
"password-has-been-reset-to-the-default-password" : "La contraseña se ha restablecido a su valor por defecto" ,
"password-must-match" : "La contraseña debe coincidir" ,
"password-reset-failed" : "Error al restablecer la contraseña" ,
"password-updated" : "Contraseña actualizada" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"password" : "Contraseña" ,
2022-09-10 09:14:22 -08:00
"password-strength" : "Fortaleza de la contraseña: {strength}" ,
"register" : "Registrarse" ,
2021-05-09 21:33:51 -08:00
"reset-password" : "Restablecer contraseña" ,
"sign-in" : "Iniciar sesión" ,
2021-05-22 10:55:28 -08:00
"total-mealplans" : "Menús totales" ,
2021-05-09 21:33:51 -08:00
"total-users" : "Usuarios totales" ,
"upload-photo" : "Subir foto" ,
"use-8-characters-or-more-for-your-password" : "Usa 8 caracteres o más para tu contraseña" ,
"user-created" : "Usuario creado" ,
"user-creation-failed" : "Error al crear el usuario" ,
"user-deleted" : "Usuario borrado" ,
"user-id-with-value" : "ID de usuario: {id}" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"user-id" : "ID de Usuario" ,
2021-05-09 21:33:51 -08:00
"user-password" : "Contraseña" ,
"user-successfully-logged-in" : "Usuario conectado correctamente" ,
"user-update-failed" : "Error al actualizar el usuario" ,
"user-updated" : "Usuario actualizado" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"user" : "Usuario" ,
2021-05-31 18:44:36 -08:00
"username" : "Usuario" ,
"users-header" : "USUARIOS" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"users" : "Usuarios" ,
2021-06-07 10:54:44 -08:00
"webhook-time" : "Tiempo de Webhook" ,
"webhooks-enabled" : "Webhooks habilitados" ,
2021-05-09 21:33:51 -08:00
"you-are-not-allowed-to-create-a-user" : "No tiene permisos para crear usuarios" ,
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
"you-are-not-allowed-to-delete-this-user" : "No tiene permiso para eliminar este usuario" ,
2022-09-10 09:14:22 -08:00
"enable-advanced-content" : "Habilitar contenido avanzado" ,
"enable-advanced-content-description" : "Habilita funciones avanzadas como Escala de recetas, claves API, Webhooks y Gestión de Datos. No se preocupe, siempre puede volver a cambiarlo más tarde" ,
2023-01-28 16:57:34 -09:00
"favorite-recipes" : "Recetas favoritas" ,
2023-04-05 18:05:50 -08:00
"email-or-username" : "Correo electrónico o nombre de usuario" ,
2023-01-28 16:57:34 -09:00
"remember-me" : "Remember Me" ,
"please-enter-your-email-and-password" : "Please enter your email and password" ,
2023-04-05 18:05:50 -08:00
"invalid-credentials" : "Credenciales inválidas" ,
"account-locked-please-try-again-later" : "Cuenta bloqueada. Por favor, inténtalo de nuevo más tarde" ,
"user-favorites" : "Favoritos del usuario" ,
2023-01-28 16:57:34 -09:00
"password-strength-values" : {
2023-04-05 18:05:50 -08:00
"weak" : "Débil" ,
"good" : "Buena" ,
"strong" : "Segura" ,
"very-strong" : "Muy Segura"
2023-03-23 09:26:40 -08:00
} ,
2023-04-05 18:05:50 -08:00
"user-management" : "Gestión de Usuarios" ,
"reset-locked-users" : "Restablecer usuarios bloqueados" ,
"admin-user-creation" : "Creación de Usuario Administrador" ,
"user-details" : "Detalles de usuario" ,
"user-name" : "Nombre de usuario" ,
"authentication-method" : "Método de autenticación" ,
2023-03-23 09:26:40 -08:00
"authentication-method-hint" : "This specifies how a user will authenticate with Mealie. If you're not sure, choose 'Mealie" ,
2023-04-05 18:05:50 -08:00
"permissions" : "Permisos" ,
"administrator" : "Administrador" ,
"user-can-invite-other-to-group" : "El usuario puede invitar a otros al grupo" ,
"user-can-manage-group" : "El usuario puede administrar el grupo" ,
"user-can-organize-group-data" : "El usuario puede organizar los datos del grupo" ,
"enable-advanced-features" : "Habilitar Características Avanzadas"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"language-dialog" : {
2022-09-10 09:14:22 -08:00
"translated" : "traducido" ,
"choose-language" : "Seleccione el Idioma" ,
"select-description" : "Elija el idioma de la interfaz de usuario de Mealie. La configuración sólo se le aplica a usted, no a otros usuarios." ,
"how-to-contribute-description" : "¿No está traducido todavía, algo está mal traducido o tu idioma no aparece en la lista? ¡ {read-the-docs-link} sobre cómo contribuir!" ,
"read-the-docs" : "Lea la documentación"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"data-pages" : {
"foods" : {
2022-09-10 09:14:22 -08:00
"merge-dialog-text" : "Combinar los alimentos seleccionados fusionará el alimento origen y destinatario en un solo alimento. El alimento origen será eliminado y todas las referencias a él serán actualizadas para apuntar al nuevo alimento." ,
"merge-food-example" : "Fusionando {food1} con {food2}" ,
"seed-dialog-text" : "Añade a la base de datos ejemplos de alimentos basados en su idioma local. Esto creará más de 200 alimentos comunes que se pueden utilizar para organizar su base de datos. Los alimentos se traducen a través de un esfuerzo comunitario." ,
2023-01-28 16:57:34 -09:00
"seed-dialog-warning" : "Ya tiene algunos elementos en tu base de datos. Esta acción no reconciliará duplicados, tendrá que gestionarlos manualmente." ,
"combine-food" : "Combine Food" ,
"source-food" : "Source Food" ,
"target-food" : "Target Food" ,
"create-food" : "Create Food" ,
"food-label" : "Food Label" ,
"edit-food" : "Edit Food" ,
"food-data" : "Food Data"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"units" : {
2023-01-28 16:57:34 -09:00
"seed-dialog-text" : "Añade a la base de datos unidades comunes basadas en su idioma local." ,
"combine-unit-description" : "Combining the selected units will merge the Source Unit and Target Unit into a single unit. The {source-unit-will-be-deleted} and all of the references to the Source Unit will be updated to point to the Target Unit." ,
2023-04-05 18:05:50 -08:00
"combine-unit" : "Unidad de Combinación" ,
2023-01-28 16:57:34 -09:00
"source-unit" : "Source Unit" ,
"target-unit" : "Target Unit" ,
"merging-unit-into-unit" : "Merging {0} into {1}" ,
"create-unit" : "Create Unit" ,
"abbreviation" : "Abbreviation" ,
"description" : "Description" ,
"display-as-fraction" : "Display as Fraction" ,
"use-abbreviation" : "Use Abbreviation" ,
"edit-unit" : "Edit Unit" ,
"unit-data" : "Unit Data" ,
"use-abbv" : "Use Abbv." ,
"fraction" : "Fraction"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"labels" : {
2023-01-28 16:57:34 -09:00
"seed-dialog-text" : "Añade a la base de datos etiquetas comunes basadas en su idioma local." ,
"edit-label" : "Edit Label" ,
"new-label" : "New Label" ,
"labels" : "Labels"
} ,
"recipes" : {
"purge-exports" : "Purge Exports" ,
"are-you-sure-you-want-to-delete-all-export-data" : "Are you sure you want to delete all export data?" ,
"confirm-delete-recipes" : "Are you sure you want to delete the following recipes? This action cannot be undone." ,
"the-following-recipes-selected-length-will-be-exported" : "The following recipes ({0}) will be exported." ,
"settings-chosen-explanation" : "Settings chosen here, excluding the locked option, will be applied to all selected recipes." ,
2023-03-23 09:26:40 -08:00
"selected-length-recipe-s-settings-will-be-updated" : "{count} recipe(s) settings will be updated." ,
2023-01-28 16:57:34 -09:00
"recipe-data" : "Recipe Data" ,
"recipe-data-description" : "Use this section to manage the data associated with your recipes. You can perform several bulk actions on your recipes including exporting, deleting, tagging, and assigning categories." ,
"recipe-columns" : "Recipe Columns" ,
"data-exports-description" : "This section provides links to available exports that are ready to download. These exports do expire, so be sure to grab them while they're still available." ,
"data-exports" : "Data Exports" ,
"tag" : "Tag" ,
"categorize" : "Categorize" ,
"update-settings" : "Update Settings" ,
"tag-recipes" : "Tag Recipes" ,
"categorize-recipes" : "Categorize Recipes" ,
"export-recipes" : "Export Recipes" ,
"delete-recipes" : "Delete Recipes" ,
"source-unit-will-be-deleted" : "Source Unit will be deleted"
} ,
"seed-data" : "Datos de ejemplo" ,
"seed" : "Seed" ,
"data-management" : "Data Management" ,
"data-management-description" : "Select which data set you want to make changes to." ,
"select-data" : "Select Data" ,
"select-language" : "Select Language" ,
2023-03-23 09:26:40 -08:00
"columns" : "Columns" ,
"combine" : "Combine"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"user-registration" : {
2022-09-10 09:14:22 -08:00
"user-registration" : "Registro de usuario" ,
"join-a-group" : "Unirse a un grupo" ,
"create-a-new-group" : "Crear un grupo nuevo" ,
"provide-registration-token-description" : "Por favor, proporcione el token de registro asociado con el grupo al que desea unirse. Necesitará obtenerlo de un miembro del grupo." ,
"group-details" : "Detalles del grupo" ,
"group-details-description" : "Antes de crear una cuenta, debe crear un grupo. En el grupo sólo estará usted, pero puede invitar a otros más tarde. Los miembros de un grupo pueden compartir menús, listas de la compra, recetas y más..." ,
"use-seed-data" : "Utilizar datos de ejemplo" ,
"use-seed-data-description" : "Mealie incluye una colección de alimentos, unidades y etiquetas, que puede utilizar como ejemplo en su grupo, para ayudarle a organizar sus recetas." ,
"account-details" : "Información de la cuenta"
New Crowdin updates (#1214)
* New translations en-US.json (Romanian)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Turkish)
* New translations en-US.json (French)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Spanish)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Arabic)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Catalan)
* New translations en-US.json (Czech)
* New translations en-US.json (Danish)
* New translations en-US.json (German)
* New translations en-US.json (Greek)
* New translations en-US.json (Finnish)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Swedish)
* New translations en-US.json (Italian)
* New translations en-US.json (Japanese)
* New translations en-US.json (Korean)
* New translations en-US.json (Dutch)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Polish)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Russian)
* New translations en-US.json (Slovak)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (French, Canada)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (Italian)
* New translations en-US.json (French)
* New translations en-US.json (French)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Romanian)
* New translations en-US.json (Dutch)
* New translations en-US.json (English, United Kingdom)
* New translations en-US.json (Portuguese, Brazilian)
* New translations en-US.json (Vietnamese)
* New translations en-US.json (Chinese Traditional)
* New translations en-US.json (Chinese Simplified)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Turkish)
* New translations en-US.json (Swedish)
* New translations en-US.json (Serbian (Cyrillic))
* New translations en-US.json (Slovak)
* New translations en-US.json (Russian)
* New translations en-US.json (Portuguese)
* New translations en-US.json (Polish)
* New translations en-US.json (Norwegian)
* New translations en-US.json (Korean)
* New translations en-US.json (French)
* New translations en-US.json (Japanese)
* New translations en-US.json (Italian)
* New translations en-US.json (Hungarian)
* New translations en-US.json (Hebrew)
* New translations en-US.json (Finnish)
* New translations en-US.json (Greek)
* New translations en-US.json (German)
* New translations en-US.json (Danish)
* New translations en-US.json (Czech)
* New translations en-US.json (Catalan)
* New translations en-US.json (Bulgarian)
* New translations en-US.json (Arabic)
* New translations en-US.json (Afrikaans)
* New translations en-US.json (Spanish)
* New translations en-US.json (French, Canada)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Ukrainian)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
* New translations en-US.json (Danish)
2022-05-15 15:30:49 -08:00
} ,
"validation" : {
2022-09-10 09:14:22 -08:00
"group-name-is-taken" : "El nombre de grupo ya está en uso" ,
"username-is-taken" : "El nombre de usuario ya está en uso" ,
2023-03-23 09:26:40 -08:00
"email-is-taken" : "Este correo ya está en uso" ,
"this-field-is-required" : "This Field is Required"
2022-08-10 16:03:01 -08:00
} ,
"export" : {
2022-09-10 09:14:22 -08:00
"export" : "Exportar" ,
"file-name" : "Nombre del archivo" ,
"size" : "Tamaño" ,
"link-expires" : "El enlace expira"
2022-08-10 16:03:01 -08:00
} ,
"recipe-share" : {
2022-09-10 09:14:22 -08:00
"expiration-date" : "Fecha de vencimiento" ,
"share-recipe" : "Compartir receta" ,
"default-30-days" : "Por defecto 30 días" ,
"expires-at" : "Expira el" ,
"recipe-link-copied-message" : "Enlace copiado al portapapeles"
2022-08-19 11:43:31 -08:00
} ,
"banner-experimental" : {
2022-09-10 09:14:22 -08:00
"title" : "Funciones experimentales" ,
"description" : "Esta página contiene funciones experimentales o sin terminar. Por favor, disculpe el caos." ,
"issue-link-text" : "Compruebe nuestro progreso"
2022-08-19 11:43:31 -08:00
} ,
"form" : {
2022-09-10 09:14:22 -08:00
"quantity-label-abbreviated" : "Cant."
2022-08-19 11:43:31 -08:00
} ,
"markdown-editor" : {
2022-09-10 09:14:22 -08:00
"preview-markdown-button-label" : "Vista previa Markdown"
2022-08-19 11:43:31 -08:00
} ,
"demo" : {
2022-09-10 09:14:22 -08:00
"info_message_with_version" : "Esta es una demostración para la versión: {version}" ,
"demo_username" : "Nombre de usuario: {username}" ,
"demo_password" : "Contraseña: {password}"
2022-09-27 18:55:35 -08:00
} ,
"ocr-editor" : {
"ocr-editor" : "Editor de OCR" ,
"selection-mode" : "Selection mode" ,
"pan-and-zoom-picture" : "Pan and zoom picture" ,
"split-text" : "Split text" ,
"preserve-line-breaks" : "Preserve original line breaks" ,
"split-by-block" : "Split by text block" ,
"flatten" : "Flatten regardless of original formating" ,
"help" : {
"selection-mode" : "Selection Mode (default)" ,
"selection-mode-desc" : "The selection mode is the main mode that can be used to enter data:" ,
"selection-mode-steps" : {
"draw" : "Draw a rectangle on the text you want to select." ,
"click" : "Click on any field on the right and then click back on the rectangle above the image." ,
"result" : "The selected text will appear inside the previously selected field."
} ,
"pan-and-zoom-mode" : "Pan and Zoom Mode" ,
"pan-and-zoom-desc" : "Select pan and zoom by clicking the icon. This mode allows to zoom inside the image and move around to make using big images easier." ,
"split-text-mode" : "Split Text modes" ,
"split-modes" : {
"line-mode" : "Line mode (default)" ,
"line-mode-desc" : "In line mode, the text will be propagated by keeping the original line breaks. This mode is useful when using bulk add on a list of ingredients where one ingredient is one line." ,
"block-mode" : "Block mode" ,
"block-mode-desc" : "In block mode, the text will be split in blocks. This mode is useful when bulk adding instructions that are usually written in paragraphs." ,
"flat-mode" : "Flat mode" ,
"flat-mode-desc" : "In flat mode, the text will be added to the selected recipe field with no line breaks."
}
}
2022-12-29 14:27:49 -08:00
} ,
"admin" : {
"maintenance" : {
"storage-details" : "Storage Details" ,
"page-title" : "Site Maintenance" ,
"summary-title" : "Summary" ,
"button-label-get-summary" : "Get Summary" ,
"button-label-open-details" : "Details" ,
"info-description-data-dir-size" : "Data Directory Size" ,
"info-description-log-file-size" : "Log File Size" ,
"info-description-cleanable-directories" : "Cleanable Directories" ,
"info-description-cleanable-images" : "Cleanable Images" ,
"storage" : {
"title-temporary-directory" : "Temporary Directory (.temp)" ,
"title-backups-directory" : "Backups Directory (backups)" ,
"title-groups-directory" : "Groups Directory (groups)" ,
"title-recipes-directory" : "Recipes Directory (recipes)" ,
"title-user-directory" : "User Directory (user)"
} ,
"action-delete-log-files-name" : "Delete Log Files" ,
"action-delete-log-files-description" : "Deletes all the log files" ,
"action-clean-directories-name" : "Clean Directories" ,
"action-clean-directories-description" : "Removes all the recipe folders that are not valid UUIDs" ,
"action-clean-temporary-files-name" : "Clean Temporary Files" ,
"action-clean-temporary-files-description" : "Removes all files and folders in the .temp directory" ,
"action-clean-images-name" : "Clean Images" ,
"action-clean-images-description" : "Removes all the images that don't end with .webp" ,
"actions-description" : "Maintenance actions are {destructive_in_bold} and should be used with caution. Performing any of these actions is {irreversible_in_bold}." ,
"actions-description-destructive" : "destructive" ,
"actions-description-irreversible" : "irreversible" ,
"logs-action-refresh" : "Refresh Logs" ,
"logs-page-title" : "Mealie Logs" ,
"logs-tail-lines-label" : "Tail Lines"
} ,
"mainentance" : {
"actions-title" : "Actions"
2023-03-23 09:26:40 -08:00
} ,
"ingredients-natural-language-processor" : "Ingredients Natural Language Processor" ,
"ingredients-natural-language-processor-explanation" : "Mealie uses Conditional Random Fields (CRFs) for parsing and processing ingredients. The model used for ingredients is based off a data set of over 100,000 ingredients from a dataset compiled by the New York Times. Note that as the model is trained in English only, you may have varied results when using the model in other languages. This page is a playground for testing the model." ,
"ingredients-natural-language-processor-explanation-2" : "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients." ,
"nlp" : "NLP" ,
"brute" : "Brute" ,
"show-individual-confidence" : "Show individual confidence" ,
"ingredient-text" : "Ingredient Text" ,
"average-confident" : "{0} Confident" ,
"try-an-example" : "Try an example" ,
"parser" : "Parser" ,
"background-tasks" : "Background Tasks" ,
"background-tasks-description" : "Here you can view all the running background tasks and their status" ,
"no-logs-found" : "No Logs Found" ,
"tasks" : "Tasks"
2023-01-28 16:57:34 -09:00
} ,
"profile" : {
"welcome-user" : "👋 Welcome, {0}" ,
"description" : "Manage your profile, recipes, and group settings." ,
"get-invite-link" : "Get Invite Link" ,
"account-summary" : "Account Summary" ,
"account-summary-description" : "Here's a summary of your group's information" ,
"group-statistics" : "Group Statistics" ,
"group-statistics-description" : "Your Group Statistics provide some insight how you're using Mealie." ,
"storage-capacity" : "Storage Capacity" ,
"storage-capacity-description" : "Your storage capacity is a calculation of the images and assets you have uploaded." ,
"personal" : "Personal" ,
"personal-description" : "These are settings that are personal to you. Changes here won't affect other users" ,
"user-settings" : "User Settings" ,
"user-settings-description" : "Manage your preferences, change your password, and update your email" ,
"api-tokens-description" : "Manage your API Tokens for access from external applications" ,
"group-description" : "These items are shared within your group. Editing one of them will change it for the whole group!" ,
"group-settings" : "Group Settings" ,
"group-settings-description" : "Manage your common group settings like mealplan and privacy settings." ,
"cookbooks-description" : "Manage a collection of recipe categories and generate pages for them." ,
"members" : "Members" ,
"members-description" : "See who's in your group and manage their permissions." ,
"webhooks-description" : "Setup webhooks that trigger on days that you have have mealplan scheduled." ,
"notifiers" : "Notifiers" ,
"notifiers-description" : "Setup email and push notifications that trigger on specific events." ,
"manage-data" : "Manage Data" ,
"manage-data-description" : "Manage your Food and Units (more options coming soon)" ,
"data-migrations" : "Data Migrations" ,
"data-migrations-description" : "Migrate your existing data from other applications like Nextcloud Recipes and Chowdown" ,
"email-sent" : "Email Sent" ,
"error-sending-email" : "Error Sending Email" ,
"personal-information" : "Personal Information" ,
"preferences" : "Preferences" ,
"show-advanced-description" : "Show advanced features (API Keys, Webhooks, and Data Management)" ,
"back-to-profile" : "Back to Profile" ,
2023-03-23 09:26:40 -08:00
"looking-for-privacy-settings" : "Looking for Privacy Settings?" ,
"manage-your-api-tokens" : "Manage Your API Tokens" ,
"manage-user-profile" : "Manage User Profile" ,
"manage-cookbooks" : "Manage Cookbooks" ,
"manage-members" : "Manage Members" ,
"manage-webhooks" : "Manage Webhooks" ,
"manage-notifiers" : "Manage Notifiers" ,
"manage-data-migrations" : "Manage Data Migrations"
2023-01-28 16:57:34 -09:00
} ,
"cookbook" : {
"cookbooks" : "Cookbooks" ,
"description" : "Cookbooks are another way to organize recipes by creating cross sections of recipes and tags. Creating a cookbook will add an entry to the side-bar and all the recipes with the tags and categories chosen will be displayed in the cookbook." ,
"public-cookbook" : "Public Cookbook" ,
"public-cookbook-description" : "Public Cookbooks can be shared with non-mealie users and will be displayed on your groups page." ,
"filter-options" : "Filter Options" ,
"filter-options-description" : "When require all is selected the cookbook will only include recipes that have all of the items selected. This applies to each subset of selectors and not a cross section of the selected items." ,
"require-all-categories" : "Require All Categories" ,
"require-all-tags" : "Require All Tags" ,
"require-all-tools" : "Require All Tools" ,
"cookbook-name" : "Cookbook Name" ,
"cookbook-with-name" : "Cookbook {0}"
2021-04-21 08:53:20 -08:00
}
2022-04-10 14:07:35 -08:00
}