Merge branch 'develop' of https://github.com/vabene1111/recipes into develop

This commit is contained in:
vabene1111
2023-06-21 17:06:06 +02:00
3 changed files with 42 additions and 26 deletions

View File

@@ -15,10 +15,10 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-18 14:28+0200\n" "POT-Creation-Date: 2023-05-18 14:28+0200\n"
"PO-Revision-Date: 2023-02-09 13:55+0000\n" "PO-Revision-Date: 2023-06-21 14:19+0000\n"
"Last-Translator: Marion Kämpfer <marion@murphyslantech.de>\n" "Last-Translator: Tobias Huppertz <tobias.huppertz@mail.de>\n"
"Language-Team: German <http://translate.tandoor.dev/projects/tandoor/recipes-" "Language-Team: German <http://translate.tandoor.dev/projects/tandoor/"
"backend/de/>\n" "recipes-backend/de/>\n"
"Language: de\n" "Language: de\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -600,9 +600,8 @@ msgid "Imported %s recipes."
msgstr "%s Rezepte importiert." msgstr "%s Rezepte importiert."
#: .\cookbook\integration\openeats.py:26 #: .\cookbook\integration\openeats.py:26
#, fuzzy
msgid "Recipe source:" msgid "Recipe source:"
msgstr "Rezept-Hauptseite" msgstr "Rezept-Quelle:"
#: .\cookbook\integration\paprika.py:49 #: .\cookbook\integration\paprika.py:49
msgid "Notes" msgid "Notes"

View File

@@ -31,22 +31,22 @@
"Step_start_time": "", "Step_start_time": "",
"Sort_by_new": "", "Sort_by_new": "",
"Table_of_Contents": "", "Table_of_Contents": "",
"Recipes_per_page": "", "Recipes_per_page": "Receptů na stránku",
"Show_as_header": "", "Show_as_header": "",
"Hide_as_header": "", "Hide_as_header": "",
"Add_nutrition_recipe": "", "Add_nutrition_recipe": "Přidat nutriční hodnoty",
"Remove_nutrition_recipe": "", "Remove_nutrition_recipe": "Smazat nutriční hodnoty",
"Copy_template_reference": "", "Copy_template_reference": "",
"Save_and_View": "", "Save_and_View": "Uložit & Zobrazit",
"Manage_Books": "", "Manage_Books": "",
"Meal_Plan": "", "Meal_Plan": "Jídelníček",
"Select_Book": "", "Select_Book": "",
"Select_File": "", "Select_File": "Vybrat soubor",
"Recipe_Image": "", "Recipe_Image": "",
"Import_finished": "", "Import_finished": "Import dokončen",
"View_Recipes": "", "View_Recipes": "Zobrazit recepty",
"Log_Cooking": "", "Log_Cooking": "",
"New_Recipe": "", "New_Recipe": "Nový recept",
"Url_Import": "", "Url_Import": "",
"Reset_Search": "", "Reset_Search": "",
"Recently_Viewed": "", "Recently_Viewed": "",
@@ -54,21 +54,21 @@
"New_Keyword": "", "New_Keyword": "",
"Delete_Keyword": "", "Delete_Keyword": "",
"Edit_Keyword": "", "Edit_Keyword": "",
"Edit_Recipe": "", "Edit_Recipe": "Upravit recept",
"Move_Keyword": "", "Move_Keyword": "",
"Merge_Keyword": "", "Merge_Keyword": "",
"Hide_Keywords": "", "Hide_Keywords": "",
"Hide_Recipes": "", "Hide_Recipes": "",
"Move_Up": "", "Move_Up": "Nahoru",
"Move_Down": "", "Move_Down": "Dolů",
"Step_Name": "", "Step_Name": "Název kroku",
"Step_Type": "", "Step_Type": "",
"Make_Header": "", "Make_Header": "",
"Make_Ingredient": "", "Make_Ingredient": "",
"Amount": "", "Amount": "Množství",
"Enable_Amount": "", "Enable_Amount": "Zobrazit množství",
"Disable_Amount": "", "Disable_Amount": "Skrýt množství",
"Ingredient Editor": "", "Ingredient Editor": "Editace ingrediencí",
"Description_Replace": "", "Description_Replace": "",
"Instruction_Replace": "", "Instruction_Replace": "",
"Auto_Sort": "", "Auto_Sort": "",
@@ -79,8 +79,8 @@
"Add_Step": "", "Add_Step": "",
"Keywords": "", "Keywords": "",
"Books": "", "Books": "",
"Proteins": "", "Proteins": "Proteiny",
"Fats": "", "Fats": "Tuky",
"Carbohydrates": "", "Carbohydrates": "",
"Calories": "", "Calories": "",
"Energy": "", "Energy": "",

View File

@@ -481,5 +481,22 @@
"Amount": "Menge", "Amount": "Menge",
"Original_Text": "Originaler Text", "Original_Text": "Originaler Text",
"Import Recipe": "Rezept importieren", "Import Recipe": "Rezept importieren",
"Create Recipe": "Rezept erstellen" "Create Recipe": "Rezept erstellen",
"recipe_property_info": "Sie können auch Eigenschaften zu Lebensmitteln hinzufügen, um sie automatisch auf der Grundlage Ihres Rezepts zu berechnen!",
"per_serving": "pro Portion",
"open_data_help_text": "Das Tandoor Open Data Projekt bietet von der Gemeinschaft bereitgestellte Daten für Tandoor. Dieses Feld wird beim Importieren automatisch ausgefüllt und ermöglicht künftige Aktualisierungen.",
"Open_Data_Import": "Datenimport öffnen",
"Update_Existing_Data": "Vorhandene Daten aktualisieren",
"Data_Import_Info": "Verbessern Sie Ihren Space, indem Sie eine von der Community kuratierte Liste von Lebensmitteln, Einheiten und mehr importieren, um Ihre Rezeptsammlung zu verbessern.",
"Learn_More": "Mehr erfahren",
"Use_Metric": "Metrische Einheiten verwenden",
"converted_unit": "Umgerechnete Einheit",
"converted_amount": "Umgerechneter Betrag",
"base_unit": "Basiseinheit",
"base_amount": "Grundbetrag",
"Datatype": "Datentyp",
"Number of Objects": "Anzahl von Objekten",
"Property": "Eigenschaft",
"Conversion": "Umrechnung",
"Properties": "Eigenschaften"
} }