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": "Bir sorun oluştu!",
|
||||
"subscribed-events": "Abone Olunan Etkinlikler",
|
||||
"test-message-sent": "Test Mesajı Gönderildi",
|
||||
"message-sent": "Message Sent",
|
||||
"new-notification": "Yeni bildirim",
|
||||
"event-notifiers": "Etkinlik Bildirimleri",
|
||||
"apprise-url-skipped-if-blank": "Apprise URL'si (boşsa geçilir)",
|
||||
|
@ -160,6 +161,7 @@
|
|||
"test": "Dene",
|
||||
"themes": "Temalar",
|
||||
"thursday": "Perşembe",
|
||||
"title": "Title",
|
||||
"token": "Anahtar",
|
||||
"tuesday": "Salı",
|
||||
"type": "Tür",
|
||||
|
@ -582,7 +584,22 @@
|
|||
"upload-image": "Resim yükleyin",
|
||||
"screen-awake": "Ekranı Açık Tut",
|
||||
"remove-image": "Resmi kaldır",
|
||||
"nextStep": "Sonraki adım"
|
||||
"nextStep": "Sonraki adım",
|
||||
"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": "Advanced Search",
|
||||
|
@ -1001,6 +1018,12 @@
|
|||
"delete-recipes": "Delete Recipes",
|
||||
"source-unit-will-be-deleted": "Source Unit will be deleted"
|
||||
},
|
||||
"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": "Takma Ad Oluştur",
|
||||
"manage-aliases": "Takma Adları Yönet",
|
||||
"seed-data": "Seed Data",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue