mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-09 23:45:23 +02:00
New Crowdin updates (#3542)
This commit is contained in:
parent
cca11b5a12
commit
6b4c9a400d
40 changed files with 943 additions and 46 deletions
|
@ -64,6 +64,7 @@
|
|||
"something-went-wrong": "¡Algo ha salido mal!",
|
||||
"subscribed-events": "Eventos suscritos",
|
||||
"test-message-sent": "Mensaje Enviado",
|
||||
"message-sent": "Message Sent",
|
||||
"new-notification": "Nueva notificación",
|
||||
"event-notifiers": "Notificaciones de eventos",
|
||||
"apprise-url-skipped-if-blank": "URL de Apprise (omitida si está en blanco)",
|
||||
|
@ -160,6 +161,7 @@
|
|||
"test": "Prueba",
|
||||
"themes": "Temas",
|
||||
"thursday": "Jueves",
|
||||
"title": "Title",
|
||||
"token": "Token",
|
||||
"tuesday": "Martes",
|
||||
"type": "Tipo",
|
||||
|
@ -582,7 +584,22 @@
|
|||
"upload-image": "Subir imagen",
|
||||
"screen-awake": "Mantener la pantalla encendida",
|
||||
"remove-image": "Eliminar imagen",
|
||||
"nextStep": "Siguiente paso"
|
||||
"nextStep": "Siguiente paso",
|
||||
"recipe-actions": "Recipe Actions",
|
||||
"parser": {
|
||||
"experimental-alert-text": "Mealie uses natural language processing to parse and create units and food items for your recipe ingredients. This feature is experimental and may not always work as expected. If you prefer not to use the parsed results, you can select 'Cancel' and your changes will not be saved.",
|
||||
"ingredient-parser": "Ingredient Parser",
|
||||
"explanation": "To use the ingredient parser, click the 'Parse All' button to start the process. Once the processed ingredients are available, you can review the items and verify that they were parsed correctly. The model's confidence score is displayed on the right of the item title. This score is an average of all the individual scores and may not always be completely accurate.",
|
||||
"alerts-explainer": "Alerts will be displayed if a matching foods or unit is found but does not exists in the database.",
|
||||
"select-parser": "Select Parser",
|
||||
"natural-language-processor": "Natural Language Processor",
|
||||
"brute-parser": "Brute Parser",
|
||||
"parse-all": "Parse All",
|
||||
"no-unit": "No unit",
|
||||
"missing-unit": "Create missing unit: {unit}",
|
||||
"missing-food": "Create missing food: {food}",
|
||||
"no-food": "No Food"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"advanced-search": "Búsqueda avanzada",
|
||||
|
@ -1001,6 +1018,12 @@
|
|||
"delete-recipes": "Borrar Recetas",
|
||||
"source-unit-will-be-deleted": "Se eliminará la unidad de origen"
|
||||
},
|
||||
"recipe-actions": {
|
||||
"recipe-actions-data": "Recipe Actions Data",
|
||||
"new-recipe-action": "New Recipe Action",
|
||||
"edit-recipe-action": "Edit Recipe Action",
|
||||
"action-type": "Action Type"
|
||||
},
|
||||
"create-alias": "Crear un Alias",
|
||||
"manage-aliases": "Administrar Alias",
|
||||
"seed-data": "Datos de ejemplo",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue