mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-08 18:55:00 -04:00
Merge branch 'mealie-next' into chore/update-dev-container-settings
This commit is contained in:
commit
d29f6ffbea
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Voeg by plan",
|
||||
"add-to-timeline": "Voeg by tydlyn",
|
||||
"recipe-added-to-list": "Resep by lys gevoeg",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Resep is by die maaltydplan gevoeg",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Kon nie resep by maaltydplan voeg nie",
|
||||
"yield": "Resultaat",
|
||||
"quantity": "Hoeveelheid",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recipe added to mealplan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Failed to add recipe to mealplan",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Добави към план",
|
||||
"add-to-timeline": "Добави към времевата линия",
|
||||
"recipe-added-to-list": "Рецептата е добавена към списъка",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Рецептата е добавена към хранителния план",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Рецептата не беше добавена към хранителния план",
|
||||
"yield": "Добив",
|
||||
"quantity": "Количество",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Afegiu al menú",
|
||||
"add-to-timeline": "Afegir a la cronologia",
|
||||
"recipe-added-to-list": "Recepta afegida a la llista",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recepta afegida al menú",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "S'ha produït un error afegint la recepta al menú",
|
||||
"yield": "Racions",
|
||||
"quantity": "Quantitat",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Přidat do jídelníčku",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recept byl přidán na seznam",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recept byl přidán do jídelníčku",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Přidání receptu do jídelníčku selhalo",
|
||||
"yield": "Úroda",
|
||||
"quantity": "Množství",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Tilføj til madplan",
|
||||
"add-to-timeline": "Tilføj til tidslinje",
|
||||
"recipe-added-to-list": "Opskrift tilføjet til listen",
|
||||
"recipes-added-to-list": "Opskrifter tilføjet til listen",
|
||||
"recipe-added-to-mealplan": "Opskrift tilføjet til madplanen",
|
||||
"failed-to-add-recipes-to-list": "Kunne ikke tilføje opskrift til listen",
|
||||
"failed-to-add-recipe-to-mealplan": "Kunne ikke tilføje opskrift til madplanen",
|
||||
"yield": "Portioner",
|
||||
"quantity": "Antal",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Zum Essensplan hinzufügen",
|
||||
"add-to-timeline": "Zum Zeitstrahl hinzufügen",
|
||||
"recipe-added-to-list": "Rezept wurde zur Einkaufsliste hinzugefügt",
|
||||
"recipes-added-to-list": "Rezepte wurden zur Einkaufsliste hinzugefügt",
|
||||
"recipe-added-to-mealplan": "Rezept zum Essensplan hinzugefügt",
|
||||
"failed-to-add-recipes-to-list": "Fehler beim Hinzufügen des Rezepts zur Einkaufsliste",
|
||||
"failed-to-add-recipe-to-mealplan": "Fehler beim Hinzufügen des Rezepts zum Essensplan",
|
||||
"yield": "Portionsangabe",
|
||||
"quantity": "Menge",
|
||||
@ -957,17 +959,17 @@
|
||||
"categories": {
|
||||
"edit-category": "Kategorie bearbeiten",
|
||||
"new-category": "Neue Kategorie",
|
||||
"category-data": "Kategorie-Daten"
|
||||
"category-data": "Kategorien-Daten"
|
||||
},
|
||||
"tags": {
|
||||
"new-tag": "Neues Schlagwort",
|
||||
"edit-tag": "Schlagwort bearbeiten",
|
||||
"tag-data": "Schlagwort-Daten"
|
||||
"tag-data": "Schlagworte-Daten"
|
||||
},
|
||||
"tools": {
|
||||
"new-tool": "Neues Utensil",
|
||||
"edit-tool": "Utensil bearbeiten",
|
||||
"tool-data": "Utensil-Daten"
|
||||
"tool-data": "Utensilien-Daten"
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recipe added to mealplan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Failed to add recipe to mealplan",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recipe added to mealplan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Failed to add recipe to mealplan",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -370,7 +370,7 @@
|
||||
"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",
|
||||
"import-by-url": "Importar una receta desde URL",
|
||||
"create-manually": "Crear receta manualmente",
|
||||
"make-recipe-image": "Haz de esta la imagen de la receta"
|
||||
},
|
||||
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Agregar al menú",
|
||||
"add-to-timeline": "Añadir al cronograma",
|
||||
"recipe-added-to-list": "Receta añadida a la lista",
|
||||
"recipes-added-to-list": "Recetas añadidas a la lista",
|
||||
"recipe-added-to-mealplan": "Receta añadida al menú",
|
||||
"failed-to-add-recipes-to-list": "Error al añadir las recetas a la lista",
|
||||
"failed-to-add-recipe-to-mealplan": "Error al añadir receta al menú",
|
||||
"yield": "Raciones",
|
||||
"quantity": "Cantidad",
|
||||
@ -501,7 +503,7 @@
|
||||
"how-did-it-turn-out": "¿Cómo resultó esto?",
|
||||
"user-made-this": "{user} hizo esto",
|
||||
"last-made-date": "Cocinado por última vez el {date}",
|
||||
"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.",
|
||||
"api-extras-description": "Los extras de las recetas son una característica clave de la API de Mealie. Permiten crear pares json clave/valor personalizados dentro de una receta para acceder desde aplicaciones de terceros. Puede utilizar estas claves para almacenar información, para activar la automatización o mensajes personalizados para transmitir al dispositivo deseado.",
|
||||
"message-key": "Clave de mensaje",
|
||||
"parse": "Analizar",
|
||||
"attach-images-hint": "Adjuntar imágenes arrastrando y soltando en el editor",
|
||||
@ -521,7 +523,7 @@
|
||||
"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",
|
||||
"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.",
|
||||
"scrape-recipe-description": "Importa una receta por URL. Proporcione la URL para el sitio que desea importar, y Mealie intentará importar la receta de ese sitio y añadirla a su colección.",
|
||||
"import-original-keywords-as-tags": "Importar palabras clave originales como etiquetas",
|
||||
"stay-in-edit-mode": "Permanecer en modo edición",
|
||||
"import-from-zip": "Importar desde zip",
|
||||
@ -653,14 +655,14 @@
|
||||
"you-have-token-count": "Usted no tiene tokens activos.|Usted tiene un token activo.|Usted tiene {count} tokens activos."
|
||||
},
|
||||
"toolbox": {
|
||||
"assign-all": "Asignar todos los",
|
||||
"assign-all": "Asignar todos",
|
||||
"bulk-assign": "Asignar en masa",
|
||||
"new-name": "Nombre Nuevo",
|
||||
"new-name": "Nuevo Nombre",
|
||||
"no-unused-items": "No hay elementos sin usar",
|
||||
"recipes-affected": "Ninguna receta afectada | Una receta afectada |{count} recetas afectadas",
|
||||
"remove-unused": "Eliminar los no usados",
|
||||
"recipes-affected": "Ninguna receta afectada|Una receta afectada|{count} recetas afectadas",
|
||||
"remove-unused": "Eliminar los no utilizados",
|
||||
"title-case-all": "Primera letra en mayúscula",
|
||||
"toolbox": "Herramientas",
|
||||
"toolbox": "Utensilios",
|
||||
"unorganized": "Sin organizar"
|
||||
},
|
||||
"webhooks": {
|
||||
@ -744,7 +746,7 @@
|
||||
"search": "Buscar",
|
||||
"site-settings": "Ajustes",
|
||||
"tags": "Etiquetas",
|
||||
"toolbox": "Herramientas",
|
||||
"toolbox": "Utensilios",
|
||||
"language": "Idioma",
|
||||
"maintenance": "Mantenimiento",
|
||||
"background-tasks": "Tareas en Segundo Plano",
|
||||
@ -782,7 +784,7 @@
|
||||
"tool-name": "Nombre del utensilio",
|
||||
"create-new-tool": "Crear nuevo utensilio",
|
||||
"on-hand-checkbox-label": "Mostrar como disponible (marcado)",
|
||||
"required-tools": "Herramientas necesarias"
|
||||
"required-tools": "Utensilios necesarios"
|
||||
},
|
||||
"user": {
|
||||
"admin": "Administrador/a",
|
||||
@ -910,8 +912,8 @@
|
||||
"use-abbreviation": "Usar Abreviaturas",
|
||||
"edit-unit": "Editar unidad",
|
||||
"unit-data": "Unit Data",
|
||||
"use-abbv": "Use Abbv.",
|
||||
"fraction": "Fraction",
|
||||
"use-abbv": "Usar Abr.",
|
||||
"fraction": "Fracción",
|
||||
"example-unit-singular": "ej: Cucharada",
|
||||
"example-unit-plural": "ej: Cucharadas",
|
||||
"example-unit-abbreviation-singular": "ej: Cda",
|
||||
@ -921,11 +923,11 @@
|
||||
"seed-dialog-text": "Añade a la base de datos etiquetas comunes basadas en su idioma local.",
|
||||
"edit-label": "Editar etiqueta",
|
||||
"new-label": "Nueva etiqueta",
|
||||
"labels": "Labels"
|
||||
"labels": "Etiquetas"
|
||||
},
|
||||
"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?",
|
||||
"purge-exports": "Limpiar exportaciones",
|
||||
"are-you-sure-you-want-to-delete-all-export-data": "¿Está seguro de que desea eliminar todos sus datos de exportación?",
|
||||
"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.",
|
||||
@ -938,7 +940,7 @@
|
||||
"tag": "Etiqueta",
|
||||
"categorize": "Clasificar",
|
||||
"update-settings": "Actualizar configuración",
|
||||
"tag-recipes": "Tag Recipes",
|
||||
"tag-recipes": "Etiquetar Recetas",
|
||||
"categorize-recipes": "Categorizar recetas",
|
||||
"export-recipes": "Exportar recetas",
|
||||
"delete-recipes": "Borrar Recetas",
|
||||
@ -947,7 +949,7 @@
|
||||
"create-alias": "Crear un Alias",
|
||||
"manage-aliases": "Administrar Alias",
|
||||
"seed-data": "Datos de ejemplo",
|
||||
"seed": "Seed",
|
||||
"seed": "Semilla",
|
||||
"data-management": "Data Management",
|
||||
"data-management-description": "Select which data set you want to make changes to.",
|
||||
"select-data": "Seleccionar datos",
|
||||
@ -955,19 +957,19 @@
|
||||
"columns": "Columnas",
|
||||
"combine": "Combinar",
|
||||
"categories": {
|
||||
"edit-category": "Edit Category",
|
||||
"new-category": "New Category",
|
||||
"category-data": "Category Data"
|
||||
"edit-category": "Editar Categoría",
|
||||
"new-category": "Nueva Categoría",
|
||||
"category-data": "Datos de la categoría"
|
||||
},
|
||||
"tags": {
|
||||
"new-tag": "New Tag",
|
||||
"edit-tag": "Edit Tag",
|
||||
"tag-data": "Tag Data"
|
||||
"new-tag": "Nueva Etiqueta",
|
||||
"edit-tag": "Editar Etiqueta",
|
||||
"tag-data": "Etiquetar Datos"
|
||||
},
|
||||
"tools": {
|
||||
"new-tool": "New Tool",
|
||||
"edit-tool": "Edit Tool",
|
||||
"tool-data": "Tool Data"
|
||||
"new-tool": "Nuevo Utensilio",
|
||||
"edit-tool": "Editar Utensilio",
|
||||
"tool-data": "Datos Utensilio"
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
@ -1019,7 +1021,7 @@
|
||||
"ocr-editor": {
|
||||
"ocr-editor": "Editor de OCR",
|
||||
"selection-mode": "Modo de selección",
|
||||
"pan-and-zoom-picture": "Pan and zoom picture",
|
||||
"pan-and-zoom-picture": "Desplazar y hacer zoom en la imagen",
|
||||
"split-text": "Split text",
|
||||
"preserve-line-breaks": "Preserve original line breaks",
|
||||
"split-by-block": "Split by text block",
|
||||
@ -1067,16 +1069,16 @@
|
||||
"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-temporary-files-name": "Eliminar archivos temporales",
|
||||
"action-clean-temporary-files-description": "Eliminar todos los archivos y carpetas del directorio .temp",
|
||||
"action-clean-images-name": "Limpiar imágenes",
|
||||
"action-clean-images-description": "Elimina todas las imágenes que no terminan con .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": "Las acciones de mantenimiento son {destructive_in_bold} y deben utilizarse con precaución. Realizar cualquiera de estas acciones es {irreversible_in_bold}.",
|
||||
"actions-description-destructive": "destructivas",
|
||||
"actions-description-irreversible": "irreversible",
|
||||
"logs-action-refresh": "Refresh Logs",
|
||||
"logs-page-title": "Mealie Logs",
|
||||
"logs-tail-lines-label": "Tail Lines"
|
||||
"logs-action-refresh": "Actualizar Logs",
|
||||
"logs-page-title": "Logs de Mealie",
|
||||
"logs-tail-lines-label": "Últimas Líneas"
|
||||
},
|
||||
"mainentance": {
|
||||
"actions-title": "Acciones"
|
||||
@ -1090,28 +1092,28 @@
|
||||
"ingredient-text": "Ingredient Text",
|
||||
"average-confident": "{0} Confident",
|
||||
"try-an-example": "Try an example",
|
||||
"parser": "Parser",
|
||||
"background-tasks": "Background Tasks",
|
||||
"parser": "Procesador",
|
||||
"background-tasks": "Tareas en Segundo Plano",
|
||||
"background-tasks-description": "Here you can view all the running background tasks and their status",
|
||||
"no-logs-found": "No Logs Found",
|
||||
"tasks": "Tasks"
|
||||
"tasks": "Tareas"
|
||||
},
|
||||
"profile": {
|
||||
"welcome-user": "👋 Welcome, {0}",
|
||||
"description": "Manage your profile, recipes, and group settings.",
|
||||
"get-invite-link": "Get Invite Link",
|
||||
"get-public-link": "Get Public Link",
|
||||
"account-summary": "Account Summary",
|
||||
"account-summary-description": "Here's a summary of your group's information",
|
||||
"welcome-user": "👋 Hola, {0}",
|
||||
"description": "Administra tu perfil, recetas y ajustes de grupo.",
|
||||
"get-invite-link": "Obtener enlace de invitación",
|
||||
"get-public-link": "Obtener enlace público",
|
||||
"account-summary": "Información de la cuenta",
|
||||
"account-summary-description": "Este es un resumen de la información de tu grupo",
|
||||
"group-statistics": "Group Statistics",
|
||||
"group-statistics-description": "Your Group Statistics provide some insight how you're using Mealie.",
|
||||
"storage-capacity": "Storage Capacity",
|
||||
"storage-capacity": "Capacidad de almacenamiento",
|
||||
"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",
|
||||
"user-settings": "Ajustes de usuario",
|
||||
"user-settings-description": "Administrar preferencias, cambiar contraseña y actualizar correo electrónico",
|
||||
"api-tokens-description": "Administra tus API Tokens para acceder desde aplicaciones externas",
|
||||
"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.",
|
||||
@ -1138,19 +1140,19 @@
|
||||
"manage-members": "Gestionar miembros",
|
||||
"manage-webhooks": "Manage Webhooks",
|
||||
"manage-notifiers": "Manage Notifiers",
|
||||
"manage-data-migrations": "Manage Data Migrations"
|
||||
"manage-data-migrations": "Administrar Migraciones de Datos"
|
||||
},
|
||||
"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.",
|
||||
"cookbooks": "Recetarios",
|
||||
"description": "Los recetarios son otra forma de organizar recetas creando secciones cruzadas de recetas y etiquetas. Crear un recetario añadirá una entrada a la barra lateral y todas las recetas con las etiquetas y categorías elegidas se mostrarán en el recetario.",
|
||||
"public-cookbook": "Recetario público",
|
||||
"public-cookbook-description": "Los recetarios públicos se pueden compartir con usuarios externos y se mostrarán en su página de grupos.",
|
||||
"filter-options": "Opciones de filtro",
|
||||
"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}"
|
||||
"filter-options-description": "Cuando \"Requerir todo\" esté seleccionado, el recetario solo incluirá recetas que tengan todos los elementos seleccionados. Esto se aplica a cada subconjunto de selectores y no a una sección de los elementos seleccionados.",
|
||||
"require-all-categories": "Requerir todas las categorías",
|
||||
"require-all-tags": "Requerir todas las etiquetas",
|
||||
"require-all-tools": "Requiere todos los utensilios",
|
||||
"cookbook-name": "Nombre del recetario",
|
||||
"cookbook-with-name": "Recetario {0}"
|
||||
}
|
||||
}
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Lisää suunnitelmaan",
|
||||
"add-to-timeline": "Lisää aikajanalle",
|
||||
"recipe-added-to-list": "Resepti lisätty listalle",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Resepti lisätty ateriasuunnitelmaan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Reseptiä ei voitu lisätä ateriasuunnitelmaan",
|
||||
"yield": "Sato",
|
||||
"quantity": "Määrä",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Ajouter à la planification des repas",
|
||||
"add-to-timeline": "Ajouter à l’historique",
|
||||
"recipe-added-to-list": "Recette ajoutée à la liste",
|
||||
"recipes-added-to-list": "Recettes ajoutées à la liste",
|
||||
"recipe-added-to-mealplan": "Recette ajoutée à la planification des repas",
|
||||
"failed-to-add-recipes-to-list": "Impossible d’ajouter la recette à la liste",
|
||||
"failed-to-add-recipe-to-mealplan": "Échec de l'ajout de la recette à la planification des repas",
|
||||
"yield": "Rendement",
|
||||
"quantity": "Quantité",
|
||||
@ -955,19 +957,19 @@
|
||||
"columns": "Colonnes",
|
||||
"combine": "Combiner",
|
||||
"categories": {
|
||||
"edit-category": "Edit Category",
|
||||
"new-category": "New Category",
|
||||
"category-data": "Category Data"
|
||||
"edit-category": "Modifier la catégorie",
|
||||
"new-category": "Nouvelle catégorie",
|
||||
"category-data": "Données de catégorie"
|
||||
},
|
||||
"tags": {
|
||||
"new-tag": "New Tag",
|
||||
"edit-tag": "Edit Tag",
|
||||
"tag-data": "Tag Data"
|
||||
"new-tag": "Nouvelle étiquette",
|
||||
"edit-tag": "Modifier l'étiquette",
|
||||
"tag-data": "Données de l'étiquette"
|
||||
},
|
||||
"tools": {
|
||||
"new-tool": "New Tool",
|
||||
"edit-tool": "Edit Tool",
|
||||
"tool-data": "Tool Data"
|
||||
"new-tool": "Nouvel outil",
|
||||
"edit-tool": "Modifier l'outil",
|
||||
"tool-data": "Données de l'outil"
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Ajouter au menu",
|
||||
"add-to-timeline": "Ajouter à l’historique",
|
||||
"recipe-added-to-list": "Recette ajoutée à la liste",
|
||||
"recipes-added-to-list": "Recettes ajoutées à la liste",
|
||||
"recipe-added-to-mealplan": "Recette ajoutée au menu",
|
||||
"failed-to-add-recipes-to-list": "Impossible d’ajouter la recette à la liste",
|
||||
"failed-to-add-recipe-to-mealplan": "Échec de l’ajout de la recette au menu",
|
||||
"yield": "Nombre de portions",
|
||||
"quantity": "Quantité",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recipe added to mealplan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Failed to add recipe to mealplan",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "הוספה לתכנית",
|
||||
"add-to-timeline": "הוסף לציר הזמן",
|
||||
"recipe-added-to-list": "מתכון נוסף לרשימה",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "מתכון נוסף לתכנון ארוחות",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "הוספת מתכון לתכנון ארוחות נכשלה",
|
||||
"yield": "תשואה",
|
||||
"quantity": "כמות",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Dodaj u Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recept je dodan na popis",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recept je dodan u Plan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Nije uspjelo dodavanje recepta u plan obroka",
|
||||
"yield": "Konačna Količina",
|
||||
"quantity": "Količina",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Hozzáadás az étkezési tervhez",
|
||||
"add-to-timeline": "Hozzáadás idővonalhoz",
|
||||
"recipe-added-to-list": "Recept hozzáadva listához",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recept hozzáadva menütervhez",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Nem sikerült hozzáadni a receptet a menütervhez",
|
||||
"yield": "Adag",
|
||||
"quantity": "Mennyiség",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Aggiungi al piano giornaliero",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Ricetta aggiunta alla lista",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Ricetta aggiunta al piano alimentare",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Impossibile aggiungere la ricetta al piano alimentare",
|
||||
"yield": "Porzioni",
|
||||
"quantity": "Quantità",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "レシピを献立に追加しました。",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "レシピを献立に追加する事に失敗しました。",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recipe added to mealplan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Failed to add recipe to mealplan",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Pridėti prie plano",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recepts pridėtas į sąrašą",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recepts pridėtas prie mitybos plano",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Nepavyko pridėti recepto prie mitybos plano",
|
||||
"yield": "Išeiga",
|
||||
"quantity": "Kiekis",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recipe added to mealplan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Failed to add recipe to mealplan",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -297,7 +297,7 @@
|
||||
"for-type-meal-types": "voor {0} maaltijdsoorten",
|
||||
"meal-plan-rules": "Maaltijdplanregels",
|
||||
"new-rule": "Nieuwe regel",
|
||||
"meal-plan-rules-description": "You can create rules for auto selecting recipes for your meal plans. These rules are used by the server to determine the random pool of recipes to select from when creating meal plans. Note that if rules have the same day/type constraints then the categories of the rules will be merged. In practice, it's unnecessary to create duplicate rules, but it's possible to do so.",
|
||||
"meal-plan-rules-description": "Je kunt regels maken voor het automatisch selecteren van recepten voor je maaltijdplanning. Deze regels worden gebruikt door de server om de recepten te selecteren bij het maken van een maaltijdplanning. Houdt er rekening mee dat als regels dezelfde dag en type restricties hebben de categorieën van de regels worden samengevoegd. In de praktijk is het dus niet nodig om dubbele regels te maken, maar het is wel mogelijk.",
|
||||
"new-rule-description": "Bij het opstellen van een nieuwe regel voor een maaltijdplan kunt u de regel beperken tot een specifieke dag van de week en/of een specifiek type maaltijd. Om een regel toe te passen op alle dagen of alle maaltijden kunt u de regel op \"Ieder\" instellen die deze toepast op alle mogelijke waarden voor het type dag en/of maaltijd.",
|
||||
"recipe-rules": "Recept Regels",
|
||||
"applies-to-all-days": "Van toepassing op alle dagen",
|
||||
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Toevoegen aan plan",
|
||||
"add-to-timeline": "Aan tijdlijn toevoegen",
|
||||
"recipe-added-to-list": "Recept toegevoegd aan de lijst",
|
||||
"recipes-added-to-list": "Recept toegevoegd aan de lijst",
|
||||
"recipe-added-to-mealplan": "Recept toegevoegd aan het maaltijdplan",
|
||||
"failed-to-add-recipes-to-list": "Kon recept niet aan de lijst toevoegen ",
|
||||
"failed-to-add-recipe-to-mealplan": "Recept aan maaltijdplan toevoegen mislukt",
|
||||
"yield": "Resultaat",
|
||||
"quantity": "Hoeveelheid",
|
||||
@ -738,7 +740,7 @@
|
||||
"cookbooks": "Kookboeken",
|
||||
"dashboard": "Dashboard",
|
||||
"home-page": "Homepagina",
|
||||
"manage-users": "Beheer gebruikers",
|
||||
"manage-users": "Beheer Gebruikers",
|
||||
"migrations": "Migraties",
|
||||
"profile": "Profiel",
|
||||
"search": "Zoeken",
|
||||
@ -955,19 +957,19 @@
|
||||
"columns": "Kolommen",
|
||||
"combine": "Samenvoegen",
|
||||
"categories": {
|
||||
"edit-category": "Edit Category",
|
||||
"new-category": "New Category",
|
||||
"category-data": "Category Data"
|
||||
"edit-category": "Categorie Bewerken",
|
||||
"new-category": "Categorie Toevoegen",
|
||||
"category-data": "Categorie Overzicht"
|
||||
},
|
||||
"tags": {
|
||||
"new-tag": "New Tag",
|
||||
"edit-tag": "Edit Tag",
|
||||
"tag-data": "Tag Data"
|
||||
"new-tag": "Label Toevoegen",
|
||||
"edit-tag": "Label Bewerken",
|
||||
"tag-data": "Label Overzicht"
|
||||
},
|
||||
"tools": {
|
||||
"new-tool": "New Tool",
|
||||
"edit-tool": "Edit Tool",
|
||||
"tool-data": "Tool Data"
|
||||
"new-tool": "Keukengerei Toevoegen",
|
||||
"edit-tool": "Keukengerei Bewerken",
|
||||
"tool-data": "Keukengerei Overzicht"
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Legg til i Plan",
|
||||
"add-to-timeline": "Legg til på tidslinjen",
|
||||
"recipe-added-to-list": "Oppskriften er lagt til i listen",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Oppskriften er lagt til i listen",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Klarte ikke å legge til oppskrift på måltidsplan",
|
||||
"yield": "Utbytte",
|
||||
"quantity": "Antall",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Dodaj do planu",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Przepis dodany do listy",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Przepis dodany do planu posiłków",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Nie udało się dodać przepisu do planu posiłków",
|
||||
"yield": "Wydajność",
|
||||
"quantity": "Ilość",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Adicionar ao Plano",
|
||||
"add-to-timeline": "Adicionar à linha do tempo",
|
||||
"recipe-added-to-list": "Receita adicionada à lista",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Receita adicionada ao plano de refeições",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Falha ao adicionar a receita ao plano de refeições",
|
||||
"yield": "Rendimento",
|
||||
"quantity": "Quantidade",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Adicionar ao plano",
|
||||
"add-to-timeline": "Adicionar à Linha Temporal",
|
||||
"recipe-added-to-list": "Receita adicionada à lista",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Receita adicionada ao plano de refeições",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Erro ao adicionar receita ao plano de refeições",
|
||||
"yield": "Rendimento",
|
||||
"quantity": "Quantidade",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Adaugă la Plan",
|
||||
"add-to-timeline": "Adaugă la Cronologie",
|
||||
"recipe-added-to-list": "Rețeta a fost adăugată la listă",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Rețeta a fist adăugată la planul de mese",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Adăugarea rețetei la planul de mese a eșuat",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Добавить к плану",
|
||||
"add-to-timeline": "Добавить в историю",
|
||||
"recipe-added-to-list": "Рецепт добавлен в список",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Рецепт добавлен в план питания",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Не удалось добавить рецепт в план питания",
|
||||
"yield": "Выход",
|
||||
"quantity": "Количество",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Pridať do plánu",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recept bol pridaný do zoznamu",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recept bol pridaný do stravovacieho plánu",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Pridanie receptu do stravovacieho plánu zlyhalo",
|
||||
"yield": "Počet porcií",
|
||||
"quantity": "Množstvo",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Dodaj v načrt",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recept dodan na seznam",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recept dodan v načrtovanje obroka",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Napaka pri dodajanji recepta v načrtovanje obroka",
|
||||
"yield": "Donos",
|
||||
"quantity": "Količina",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Додај на временску линију",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Рецепт је додат у јеловник",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Неуспешно додавање рецепта у јеловник",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Lägg till i plan",
|
||||
"add-to-timeline": "Lägg till i tidslinje",
|
||||
"recipe-added-to-list": "Recept tillagt i listan",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recept tillagt i måltidsplanen",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Det gick inte att lägga till recept i måltidsplanen",
|
||||
"yield": "Ger",
|
||||
"quantity": "Antal",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Plana Ekle",
|
||||
"add-to-timeline": "Zaman Tüneline Ekle",
|
||||
"recipe-added-to-list": "Tarif listeye eklendi",
|
||||
"recipes-added-to-list": "Tarifler listeye eklendi",
|
||||
"recipe-added-to-mealplan": "Tarif yemek planına eklendi",
|
||||
"failed-to-add-recipes-to-list": "Tarif listeye eklenemedi",
|
||||
"failed-to-add-recipe-to-mealplan": "Tarif yemek planına eklerken hata oluştu",
|
||||
"yield": "Yield",
|
||||
"quantity": "Miktar",
|
||||
@ -955,19 +957,19 @@
|
||||
"columns": "Columns",
|
||||
"combine": "Birleştir",
|
||||
"categories": {
|
||||
"edit-category": "Edit Category",
|
||||
"new-category": "New Category",
|
||||
"category-data": "Category Data"
|
||||
"edit-category": "Kategori Düzenle",
|
||||
"new-category": "Yeni Kategori",
|
||||
"category-data": "Kategori Verisi"
|
||||
},
|
||||
"tags": {
|
||||
"new-tag": "New Tag",
|
||||
"edit-tag": "Edit Tag",
|
||||
"tag-data": "Tag Data"
|
||||
"new-tag": "Yeni Etiket",
|
||||
"edit-tag": "Etiketi Düzenle",
|
||||
"tag-data": "Etiket Verisi"
|
||||
},
|
||||
"tools": {
|
||||
"new-tool": "New Tool",
|
||||
"edit-tool": "Edit Tool",
|
||||
"tool-data": "Tool Data"
|
||||
"new-tool": "Yeni Araç",
|
||||
"edit-tool": "Araçları Düzenle",
|
||||
"tool-data": "Araç Verisi"
|
||||
}
|
||||
},
|
||||
"user-registration": {
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Додати до плану",
|
||||
"add-to-timeline": "Додати до хроніки",
|
||||
"recipe-added-to-list": "Рецепт додано до списку",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Рецепт додано до плану харчування",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Не вдалося додати рецепт до плану харчування",
|
||||
"yield": "Вихід",
|
||||
"quantity": "Кількість",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recipe added to mealplan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Failed to add recipe to mealplan",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "添加到计划",
|
||||
"add-to-timeline": "添加到时间线",
|
||||
"recipe-added-to-list": "食谱已被添加到列表",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "食谱已被添加到用餐计划",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "食谱未能添加到用餐计划",
|
||||
"yield": "Yield",
|
||||
"quantity": "数量",
|
||||
|
@ -463,7 +463,9 @@
|
||||
"add-to-plan": "Add to Plan",
|
||||
"add-to-timeline": "Add to Timeline",
|
||||
"recipe-added-to-list": "Recipe added to list",
|
||||
"recipes-added-to-list": "Recipes added to list",
|
||||
"recipe-added-to-mealplan": "Recipe added to mealplan",
|
||||
"failed-to-add-recipes-to-list": "Failed to add recipe to list",
|
||||
"failed-to-add-recipe-to-mealplan": "Failed to add recipe to mealplan",
|
||||
"yield": "Yield",
|
||||
"quantity": "Quantity",
|
||||
|
Loading…
x
Reference in New Issue
Block a user