mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-07 14:35:25 +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": "Coś poszło nie tak!",
|
||||
"subscribed-events": "Zasubskrybowane wydarzenia",
|
||||
"test-message-sent": "Wiadomość została wysłana",
|
||||
"message-sent": "Message Sent",
|
||||
"new-notification": "Nowe powiadomienie",
|
||||
"event-notifiers": "Powiadomienia o zdarzeniach",
|
||||
"apprise-url-skipped-if-blank": "URL Apprise (pominięty, jeśli puste)",
|
||||
|
@ -160,6 +161,7 @@
|
|||
"test": "Testuj",
|
||||
"themes": "Motywy",
|
||||
"thursday": "Czwartek",
|
||||
"title": "Title",
|
||||
"token": "Token",
|
||||
"tuesday": "Wtorek",
|
||||
"type": "Typ",
|
||||
|
@ -582,7 +584,22 @@
|
|||
"upload-image": "Prześlij obraz",
|
||||
"screen-awake": "Pozostaw ekran włączony",
|
||||
"remove-image": "Usuń obraz",
|
||||
"nextStep": "Następny krok"
|
||||
"nextStep": "Następny krok",
|
||||
"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": "Wyszukiwanie zaawansowane",
|
||||
|
@ -1001,6 +1018,12 @@
|
|||
"delete-recipes": "Usuń Przepisy",
|
||||
"source-unit-will-be-deleted": "Jednostka źródłowa zostanie usunięta"
|
||||
},
|
||||
"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": "Utwórz alias",
|
||||
"manage-aliases": "Zarządzaj aliasami",
|
||||
"seed-data": "Dane przykładowe",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue