mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Add Spanish language (#510)
* New translations en-US.json (Spanish) * Add Spanish language Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
parent
27bf3802fe
commit
a5b93630c8
@ -96,7 +96,7 @@
|
|||||||
"saturday": "Sábado",
|
"saturday": "Sábado",
|
||||||
"save": "Guardar",
|
"save": "Guardar",
|
||||||
"settings": "Ajustes",
|
"settings": "Ajustes",
|
||||||
"share": "Share",
|
"share": "Compartir",
|
||||||
"shuffle": "Aleatorio",
|
"shuffle": "Aleatorio",
|
||||||
"sort": "Ordenar",
|
"sort": "Ordenar",
|
||||||
"sort-alphabetically": "Alfabéticamente",
|
"sort-alphabetically": "Alfabéticamente",
|
||||||
@ -118,7 +118,7 @@
|
|||||||
"view": "Ver",
|
"view": "Ver",
|
||||||
"wednesday": "Miércoles",
|
"wednesday": "Miércoles",
|
||||||
"yes": "Si",
|
"yes": "Si",
|
||||||
"more": "More"
|
"more": "Más"
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"are-you-sure-you-want-to-delete-the-group": "Por favor, confirma que deseas eliminar <b>{groupName}<b/>",
|
"are-you-sure-you-want-to-delete-the-group": "Por favor, confirma que deseas eliminar <b>{groupName}<b/>",
|
||||||
@ -180,8 +180,8 @@
|
|||||||
},
|
},
|
||||||
"new-recipe": {
|
"new-recipe": {
|
||||||
"bulk-add": "Añadir en masa",
|
"bulk-add": "Añadir en masa",
|
||||||
"error-title": "Looks Like We Couldn't Find Anything",
|
"error-title": "Parece que no hemos podido encontrar nada",
|
||||||
"error-details": "Only websites containing ld+json or microdata can be imported imported by Mealie. Most major recipe websites support this data structure. If your site cannot be imported but there is json data in the log, please submit a github issue with the URL and data.",
|
"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.",
|
||||||
"from-url": "Importar una receta",
|
"from-url": "Importar una receta",
|
||||||
"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",
|
"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",
|
||||||
"recipe-url": "URL de la receta",
|
"recipe-url": "URL de la receta",
|
||||||
@ -217,7 +217,7 @@
|
|||||||
"ingredient": "Ingrediente",
|
"ingredient": "Ingrediente",
|
||||||
"ingredients": "Ingredientes",
|
"ingredients": "Ingredientes",
|
||||||
"instructions": "Instrucciones",
|
"instructions": "Instrucciones",
|
||||||
"share-recipe-message": "I wanted to share my {0} recipe with you.",
|
"share-recipe-message": "Quería compartir mi receta {0} contigo.",
|
||||||
"key-name-required": "Nombre de clave requerido",
|
"key-name-required": "Nombre de clave requerido",
|
||||||
"landscape-view-coming-soon": "Vista apaisada (Próximamente)",
|
"landscape-view-coming-soon": "Vista apaisada (Próximamente)",
|
||||||
"milligrams": "miligramos",
|
"milligrams": "miligramos",
|
||||||
@ -253,8 +253,8 @@
|
|||||||
"total-time": "Tiempo total",
|
"total-time": "Tiempo total",
|
||||||
"unable-to-delete-recipe": "No se puede eliminar la receta",
|
"unable-to-delete-recipe": "No se puede eliminar la receta",
|
||||||
"view-recipe": "Ver Receta",
|
"view-recipe": "Ver Receta",
|
||||||
"add-to-favorites": "Add to Favorites",
|
"add-to-favorites": "Añadir a favoritos",
|
||||||
"remove-from-favorites": "Remove from Favorites"
|
"remove-from-favorites": "Eliminar de favoritos"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"and": "y",
|
"and": "y",
|
||||||
@ -340,8 +340,8 @@
|
|||||||
"theme-settings": "Ajustes del tema",
|
"theme-settings": "Ajustes del tema",
|
||||||
"theme-updated": "Tema actualizado",
|
"theme-updated": "Tema actualizado",
|
||||||
"warning": "Aviso",
|
"warning": "Aviso",
|
||||||
"switch-to-light-mode": "Switch to light mode",
|
"switch-to-light-mode": "Cambiar a modo claro",
|
||||||
"switch-to-dark-mode": "Switch to dark mode"
|
"switch-to-dark-mode": "Cambiar a modo oscuro"
|
||||||
},
|
},
|
||||||
"token": {
|
"token": {
|
||||||
"active-tokens": "TOKENS ACTIVOS",
|
"active-tokens": "TOKENS ACTIVOS",
|
||||||
|
@ -5,6 +5,7 @@ Vue.use(Vuetify);
|
|||||||
|
|
||||||
import de from "vuetify/es5/locale/de";
|
import de from "vuetify/es5/locale/de";
|
||||||
import en from "vuetify/es5/locale/en";
|
import en from "vuetify/es5/locale/en";
|
||||||
|
import es from "vuetify/es5/locale/es";
|
||||||
import fr from "vuetify/es5/locale/fr";
|
import fr from "vuetify/es5/locale/fr";
|
||||||
import nl from "vuetify/es5/locale/nl";
|
import nl from "vuetify/es5/locale/nl";
|
||||||
import pl from "vuetify/es5/locale/pl";
|
import pl from "vuetify/es5/locale/pl";
|
||||||
@ -43,6 +44,7 @@ const vuetify = new Vuetify({
|
|||||||
locales: {
|
locales: {
|
||||||
"de-DE": de,
|
"de-DE": de,
|
||||||
"en-US": en,
|
"en-US": en,
|
||||||
|
"es-ES": es,
|
||||||
"fr-FR": fr,
|
"fr-FR": fr,
|
||||||
"nl-NL": nl,
|
"nl-NL": nl,
|
||||||
"pl-PL": pl,
|
"pl-PL": pl,
|
||||||
|
@ -13,6 +13,10 @@ const state = {
|
|||||||
name: "Deutsch (German)",
|
name: "Deutsch (German)",
|
||||||
value: "de-DE",
|
value: "de-DE",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Español (Spanish)",
|
||||||
|
value: "es-ES",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Français (French)",
|
name: "Français (French)",
|
||||||
value: "fr-FR",
|
value: "fr-FR",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user