mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-09 07:25:21 +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": "Nekaj je šlo narobe!",
|
||||
"subscribed-events": "Naročeni dogodki",
|
||||
"test-message-sent": "Testno sporočilo je bilo poslano",
|
||||
"message-sent": "Message Sent",
|
||||
"new-notification": "Novo obvestilo",
|
||||
"event-notifiers": "Obvestila o dogodkih",
|
||||
"apprise-url-skipped-if-blank": "Apprise URL (preskočeno, če je prazno)",
|
||||
|
@ -160,6 +161,7 @@
|
|||
"test": "Test",
|
||||
"themes": "Teme",
|
||||
"thursday": "Četrtek",
|
||||
"title": "Title",
|
||||
"token": "Žeton",
|
||||
"tuesday": "Torek",
|
||||
"type": "Tip",
|
||||
|
@ -582,7 +584,22 @@
|
|||
"upload-image": "Naloži sliko",
|
||||
"screen-awake": "Ohranjanje budnega zaslona",
|
||||
"remove-image": "Odstrani sliko",
|
||||
"nextStep": "Naslednji korak"
|
||||
"nextStep": "Naslednji korak",
|
||||
"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": "Napredno iskanje",
|
||||
|
@ -1001,6 +1018,12 @@
|
|||
"delete-recipes": "Izbriši recepte",
|
||||
"source-unit-will-be-deleted": "Izvorna enota bo izbrisana"
|
||||
},
|
||||
"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": "Ustvari alias",
|
||||
"manage-aliases": "Upravljanje z aliasi",
|
||||
"seed-data": "Napolni podatke",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue