mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 13:05:21 +02:00
chore(l10n): New Crowdin updates (#5101)
This commit is contained in:
parent
82393b0cd1
commit
28047d9b58
4 changed files with 50 additions and 50 deletions
|
@ -467,7 +467,7 @@
|
||||||
"calories-suffix": "calorías",
|
"calories-suffix": "calorías",
|
||||||
"carbohydrate-content": "Carbohidratos",
|
"carbohydrate-content": "Carbohidratos",
|
||||||
"categories": "Categorías",
|
"categories": "Categorías",
|
||||||
"cholesterol-content": "Cholesterol",
|
"cholesterol-content": "Colesterol",
|
||||||
"comment-action": "Comentar",
|
"comment-action": "Comentar",
|
||||||
"comment": "Comentario",
|
"comment": "Comentario",
|
||||||
"comments": "Comentarios",
|
"comments": "Comentarios",
|
||||||
|
@ -535,7 +535,7 @@
|
||||||
"add-recipe-to-mealplan": "Add Recipe to Mealplan",
|
"add-recipe-to-mealplan": "Add Recipe to Mealplan",
|
||||||
"entry-type": "Entry Type",
|
"entry-type": "Entry Type",
|
||||||
"date-format-hint": "Formato MM/DD/YYYY",
|
"date-format-hint": "Formato MM/DD/YYYY",
|
||||||
"date-format-hint-yyyy-mm-dd": "YYYY-MM-DD format",
|
"date-format-hint-yyyy-mm-dd": "Formato AAAA-MM-DD",
|
||||||
"add-to-list": "Add to List",
|
"add-to-list": "Add to List",
|
||||||
"add-to-plan": "Add to Plan",
|
"add-to-plan": "Add to Plan",
|
||||||
"add-to-timeline": "Add to Timeline",
|
"add-to-timeline": "Add to Timeline",
|
||||||
|
@ -553,7 +553,7 @@
|
||||||
"choose-unit": "Choose Unit",
|
"choose-unit": "Choose Unit",
|
||||||
"press-enter-to-create": "Press Enter to Create",
|
"press-enter-to-create": "Press Enter to Create",
|
||||||
"choose-food": "Choose Food",
|
"choose-food": "Choose Food",
|
||||||
"notes": "Notes",
|
"notes": "Notas",
|
||||||
"toggle-section": "Toggle Section",
|
"toggle-section": "Toggle Section",
|
||||||
"see-original-text": "See Original Text",
|
"see-original-text": "See Original Text",
|
||||||
"original-text-with-value": "Original Text: {originalText}",
|
"original-text-with-value": "Original Text: {originalText}",
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"generic": {
|
"generic": {
|
||||||
"server-error": "An unexpected error occurred"
|
"server-error": "Ocorreu un erro inesperado"
|
||||||
},
|
},
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"unique-name-error": "Recipe names must be unique",
|
"unique-name-error": "Os nomes de receitas deven ser únicos",
|
||||||
"recipe-created": "Recipe Created",
|
"recipe-created": "Receita creada",
|
||||||
"recipe-defaults": {
|
"recipe-defaults": {
|
||||||
"ingredient-note": "1 Cup Flour",
|
"ingredient-note": "1 Cup Flour",
|
||||||
"step-text": "Recipe steps as well as other fields in the recipe page support markdown syntax.\n\n**Add a link**\n\n[My Link](https://demo.mealie.io)\n"
|
"step-text": "Os pasos da receita, como outros campos na páxina da receita, suportan a sintaxe markdown.\n\n**Adicionar un link**\n\n[Meu link](https://demo.mealie.io)\n"
|
||||||
},
|
},
|
||||||
"servings-text": {
|
"servings-text": {
|
||||||
"makes": "Makes",
|
"makes": "Makes",
|
||||||
|
@ -33,26 +33,26 @@
|
||||||
"exceptions": {
|
"exceptions": {
|
||||||
"permission_denied": "You do not have permission to perform this action",
|
"permission_denied": "You do not have permission to perform this action",
|
||||||
"no-entry-found": "The requested resource was not found",
|
"no-entry-found": "The requested resource was not found",
|
||||||
"integrity-error": "Database integrity error",
|
"integrity-error": "Erro de integridade da base de datos",
|
||||||
"username-conflict-error": "This username is already taken",
|
"username-conflict-error": "Este nome de usuario xa está en uso",
|
||||||
"email-conflict-error": "This email is already in use"
|
"email-conflict-error": "This email is already in use"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"generic-created": "{name} was created",
|
"generic-created": "{name} creado",
|
||||||
"generic-updated": "{name} was updated",
|
"generic-updated": "{name} atualizado",
|
||||||
"generic-created-with-url": "{name} has been created, {url}",
|
"generic-created-with-url": "{name} foi creado, {url}",
|
||||||
"generic-updated-with-url": "{name} has been updated, {url}",
|
"generic-updated-with-url": "{name} foi atualizado, {url}",
|
||||||
"generic-duplicated": "{name} has been duplicated",
|
"generic-duplicated": "{name} foi duplicado",
|
||||||
"generic-deleted": "{name} has been deleted"
|
"generic-deleted": "{name} has been deleted"
|
||||||
},
|
},
|
||||||
"datetime": {
|
"datetime": {
|
||||||
"year": "year|years",
|
"year": "ano|anos",
|
||||||
"day": "day|days",
|
"day": "dia|dias",
|
||||||
"hour": "hour|hours",
|
"hour": "hora|horas",
|
||||||
"minute": "minute|minutes",
|
"minute": "minuto|minutos",
|
||||||
"second": "second|seconds",
|
"second": "segundo|segundos",
|
||||||
"millisecond": "millisecond|milliseconds",
|
"millisecond": "milisegundo|milisegundos",
|
||||||
"microsecond": "microsecond|microseconds"
|
"microsecond": "microsegundo|microsegundos"
|
||||||
},
|
},
|
||||||
"emails": {
|
"emails": {
|
||||||
"password": {
|
"password": {
|
||||||
|
@ -67,14 +67,14 @@
|
||||||
"header_text": "You're Invited!",
|
"header_text": "You're Invited!",
|
||||||
"message_top": "You have been invited to join Mealie.",
|
"message_top": "You have been invited to join Mealie.",
|
||||||
"message_bottom": "Please click the button above to accept the invitation.",
|
"message_bottom": "Please click the button above to accept the invitation.",
|
||||||
"button_text": "Accept Invitation"
|
"button_text": "Aceptar Convite"
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"subject": "Mealie Test Email",
|
"subject": "Mealie Test Email",
|
||||||
"header_text": "Test Email",
|
"header_text": "Test Email",
|
||||||
"message_top": "This is a test email.",
|
"message_top": "This is a test email.",
|
||||||
"message_bottom": "Please click the button above to test the email.",
|
"message_bottom": "Please click the button above to test the email.",
|
||||||
"button_text": "Open Mealie"
|
"button_text": "Abrir o Mealie"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,17 +6,17 @@
|
||||||
"name": "alfalfa sprouts"
|
"name": "alfalfa sprouts"
|
||||||
},
|
},
|
||||||
"anchovies": {
|
"anchovies": {
|
||||||
"name": "anchovies"
|
"name": "anchoas"
|
||||||
},
|
},
|
||||||
"apples": {
|
"apples": {
|
||||||
"name": "apple",
|
"name": "mazá",
|
||||||
"plural_name": "apples"
|
"plural_name": "mazás"
|
||||||
},
|
},
|
||||||
"artichoke": {
|
"artichoke": {
|
||||||
"name": "artichoke"
|
"name": "alcachofa"
|
||||||
},
|
},
|
||||||
"arugula": {
|
"arugula": {
|
||||||
"name": "arugula"
|
"name": "rúcula"
|
||||||
},
|
},
|
||||||
"asparagus": {
|
"asparagus": {
|
||||||
"name": "asparagus"
|
"name": "asparagus"
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
"name": "brussels sprouts"
|
"name": "brussels sprouts"
|
||||||
},
|
},
|
||||||
"butter": {
|
"butter": {
|
||||||
"name": "butter"
|
"name": "manteiga"
|
||||||
},
|
},
|
||||||
"butternut-pumpkin": {
|
"butternut-pumpkin": {
|
||||||
"name": "butternut pumpkin"
|
"name": "butternut pumpkin"
|
||||||
|
@ -115,8 +115,8 @@
|
||||||
"name": "caraway"
|
"name": "caraway"
|
||||||
},
|
},
|
||||||
"carrot": {
|
"carrot": {
|
||||||
"name": "carrot",
|
"name": "cenoura",
|
||||||
"plural_name": "carrots"
|
"plural_name": "cenouras"
|
||||||
},
|
},
|
||||||
"caster-sugar": {
|
"caster-sugar": {
|
||||||
"name": "caster sugar"
|
"name": "caster sugar"
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
},
|
},
|
||||||
"coconut": {
|
"coconut": {
|
||||||
"name": "coco",
|
"name": "coco",
|
||||||
"plural_name": "coconuts"
|
"plural_name": "cocos"
|
||||||
},
|
},
|
||||||
"coconut-milk": {
|
"coconut-milk": {
|
||||||
"name": "leite de coco"
|
"name": "leite de coco"
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
"name": "confectioners' sugar"
|
"name": "confectioners' sugar"
|
||||||
},
|
},
|
||||||
"coriander": {
|
"coriander": {
|
||||||
"name": "coriander"
|
"name": "coentro"
|
||||||
},
|
},
|
||||||
"corn": {
|
"corn": {
|
||||||
"name": "millo",
|
"name": "millo",
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
"name": "cream of tartar"
|
"name": "cream of tartar"
|
||||||
},
|
},
|
||||||
"cucumber": {
|
"cucumber": {
|
||||||
"name": "pepino",
|
"name": "cogombro",
|
||||||
"plural_name": "cucumbers"
|
"plural_name": "cucumbers"
|
||||||
},
|
},
|
||||||
"cumin": {
|
"cumin": {
|
||||||
|
@ -243,8 +243,8 @@
|
||||||
"plural_name": "eggplants"
|
"plural_name": "eggplants"
|
||||||
},
|
},
|
||||||
"eggs": {
|
"eggs": {
|
||||||
"name": "ovos",
|
"name": "ovo",
|
||||||
"plural_name": "eggs"
|
"plural_name": "ovos"
|
||||||
},
|
},
|
||||||
"endive": {
|
"endive": {
|
||||||
"name": "endive",
|
"name": "endive",
|
||||||
|
@ -291,14 +291,14 @@
|
||||||
"name": "garam masala"
|
"name": "garam masala"
|
||||||
},
|
},
|
||||||
"garlic": {
|
"garlic": {
|
||||||
"name": "garlic",
|
"name": "allo",
|
||||||
"plural_name": "garlics"
|
"plural_name": "allos"
|
||||||
},
|
},
|
||||||
"gem-squash": {
|
"gem-squash": {
|
||||||
"name": "gem squash"
|
"name": "gem squash"
|
||||||
},
|
},
|
||||||
"ghee": {
|
"ghee": {
|
||||||
"name": "ghee"
|
"name": "manteiga ghee"
|
||||||
},
|
},
|
||||||
"giblets": {
|
"giblets": {
|
||||||
"name": "giblets"
|
"name": "giblets"
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
"name": "herbs"
|
"name": "herbs"
|
||||||
},
|
},
|
||||||
"honey": {
|
"honey": {
|
||||||
"name": "honey"
|
"name": "mel"
|
||||||
},
|
},
|
||||||
"isomalt": {
|
"isomalt": {
|
||||||
"name": "isomalt"
|
"name": "isomalt"
|
||||||
|
@ -393,7 +393,7 @@
|
||||||
"name": "maple syrup"
|
"name": "maple syrup"
|
||||||
},
|
},
|
||||||
"meat": {
|
"meat": {
|
||||||
"name": "meat"
|
"name": "carne"
|
||||||
},
|
},
|
||||||
"milk": {
|
"milk": {
|
||||||
"name": "leite"
|
"name": "leite"
|
||||||
|
@ -440,7 +440,7 @@
|
||||||
"name": "olive oil"
|
"name": "olive oil"
|
||||||
},
|
},
|
||||||
"onion": {
|
"onion": {
|
||||||
"name": "onion"
|
"name": "cebola"
|
||||||
},
|
},
|
||||||
"onion-family": {
|
"onion-family": {
|
||||||
"name": "onion family"
|
"name": "onion family"
|
||||||
|
@ -524,7 +524,7 @@
|
||||||
"name": "arroz"
|
"name": "arroz"
|
||||||
},
|
},
|
||||||
"rice-flour": {
|
"rice-flour": {
|
||||||
"name": "rice flour"
|
"name": "fariña de arroz"
|
||||||
},
|
},
|
||||||
"rock-sugar": {
|
"rock-sugar": {
|
||||||
"name": "rock sugar"
|
"name": "rock sugar"
|
||||||
|
@ -536,7 +536,7 @@
|
||||||
"name": "salmón"
|
"name": "salmón"
|
||||||
},
|
},
|
||||||
"salt": {
|
"salt": {
|
||||||
"name": "salt"
|
"name": "sal"
|
||||||
},
|
},
|
||||||
"salt-cod": {
|
"salt-cod": {
|
||||||
"name": "bacallau en salgadura"
|
"name": "bacallau en salgadura"
|
||||||
|
@ -546,7 +546,7 @@
|
||||||
"plural_name": "scallions"
|
"plural_name": "scallions"
|
||||||
},
|
},
|
||||||
"seafood": {
|
"seafood": {
|
||||||
"name": "seafood"
|
"name": "marisco"
|
||||||
},
|
},
|
||||||
"seeds": {
|
"seeds": {
|
||||||
"name": "seeds"
|
"name": "seeds"
|
||||||
|
@ -633,7 +633,7 @@
|
||||||
},
|
},
|
||||||
"tomato": {
|
"tomato": {
|
||||||
"name": "tomate",
|
"name": "tomate",
|
||||||
"plural_name": "tomatoes"
|
"plural_name": "tomates"
|
||||||
},
|
},
|
||||||
"trout": {
|
"trout": {
|
||||||
"name": "troita"
|
"name": "troita"
|
||||||
|
|
|
@ -109,14 +109,14 @@
|
||||||
"abbreviation": ""
|
"abbreviation": ""
|
||||||
},
|
},
|
||||||
"clove": {
|
"clove": {
|
||||||
"name": "clove",
|
"name": "dente",
|
||||||
"plural_name": "cloves",
|
"plural_name": "dentes",
|
||||||
"description": "",
|
"description": "",
|
||||||
"abbreviation": ""
|
"abbreviation": ""
|
||||||
},
|
},
|
||||||
"can": {
|
"can": {
|
||||||
"name": "can",
|
"name": "lata",
|
||||||
"plural_name": "cans",
|
"plural_name": "latas",
|
||||||
"description": "",
|
"description": "",
|
||||||
"abbreviation": ""
|
"abbreviation": ""
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue