- [ ] in list for easier usage in markdown based "
"documents."
msgstr ""
-"Füge - [ ] vor den Zutaten ein um sie besser in einem Markdown "
-"Dokument zu verwenden."
+"Füge - [ ] vor den Zutaten ein, um sie besser in einem "
+"Markdown-Dokument zu verwenden."
-#: .\cookbook\forms.py:118
+#: .\cookbook\forms.py:119
msgid "Export Base64 encoded image?"
-msgstr "Base64 kodiertes Bild exportieren ?"
+msgstr "Base64 kodiertes Bild exportieren?"
-#: .\cookbook\forms.py:122
+#: .\cookbook\forms.py:123
msgid "Download export directly or show on page?"
-msgstr "Direkter Download oder anzeige auf Seite ?"
+msgstr "Direkter Download oder Anzeige auf Seite ?"
-#: .\cookbook\forms.py:128
+#: .\cookbook\forms.py:129
msgid "Simply paste a JSON export into this textarea and click import."
-msgstr "Einfach JSON in die Textbox einfügen und importieren klicken."
+msgstr "Einfach JSON in die Textbox einfügen und \"Importieren\" klicken."
-#: .\cookbook\forms.py:137
+#: .\cookbook\forms.py:138
msgid "New Unit"
msgstr "Neue Einheit"
-#: .\cookbook\forms.py:138
+#: .\cookbook\forms.py:139
msgid "New unit that other gets replaced by."
-msgstr "Neue Einheit die die alte ersetzt."
+msgstr "Neue Einheit, die die alte ersetzt."
-#: .\cookbook\forms.py:143
+#: .\cookbook\forms.py:144
msgid "Old Unit"
msgstr "Alte Einheit"
-#: .\cookbook\forms.py:144
+#: .\cookbook\forms.py:145
msgid "Unit that should be replaced."
-msgstr "Einheit die ersetzt werden soll."
-
-#: .\cookbook\forms.py:154
-msgid "New Ingredient"
-msgstr "Neue Zutat"
+msgstr "Einheit, die ersetzt werden soll."
#: .\cookbook\forms.py:155
-msgid "New ingredient that other gets replaced by."
-msgstr "Neue Zutat die die alte ersetzt."
+msgid "New Food"
+msgstr "Neue Zutat"
-#: .\cookbook\forms.py:160
-msgid "Old Ingredient"
-msgstr "Alte Zutat"
+#: .\cookbook\forms.py:156
+msgid "New food that other gets replaced by."
+msgstr "Neue Zutat, die die alte ersetzt."
#: .\cookbook\forms.py:161
-msgid "Ingredient that should be replaced."
-msgstr "Zutat die ersetzt werden soll."
+msgid "Old Food"
+msgstr "Alte Zutat."
-#: .\cookbook\forms.py:173
+#: .\cookbook\forms.py:162
+msgid "Food that should be replaced."
+msgstr "Zutat, die ersetzt werden soll."
+
+#: .\cookbook\forms.py:174
msgid "Add your comment: "
msgstr "Schreibe einen Kommentar: "
-#: .\cookbook\forms.py:198
+#: .\cookbook\forms.py:199
msgid "Leave empty for dropbox and enter app password for nextcloud."
msgstr "Für Dropbox leer lassen, bei Nextcloud App-Passwort eingeben."
-#: .\cookbook\forms.py:201
+#: .\cookbook\forms.py:202
msgid "Leave empty for nextcloud and enter api token for dropbox."
-msgstr "Bei Nextcloud leer lassen, bei Dropbox API Token eingeben."
+msgstr "Für Nextcloud leer lassen, für Dropbox API-Token eingeben."
-#: .\cookbook\forms.py:209
+#: .\cookbook\forms.py:210
msgid ""
"Leave empty for dropbox and enter only base url for nextcloud "
"(/remote.php/webdav/ is added automatically)"
msgstr ""
-"Bei Dropbox leer lassen, bei Nextcloud Server URL angeben "
+"Für Dropbox leer lassen. Für Nextcloud Server-URL angeben, "
"(/remote.php/webdav/ wird automatisch hinzugefügt)"
-#: .\cookbook\forms.py:228
+#: .\cookbook\forms.py:229
msgid "Search String"
-msgstr "Such Wort"
+msgstr "Suchwort"
-#: .\cookbook\forms.py:242
+#: .\cookbook\forms.py:243
msgid "File ID"
msgstr "Datei ID"
-#: .\cookbook\forms.py:260
+#: .\cookbook\forms.py:261
msgid "You must provide at least a recipe or a title."
msgstr "Mindestens ein Rezept oder ein Titel müssen angegeben werden."
-#: .\cookbook\forms.py:269
+#: .\cookbook\forms.py:270
msgid "You can list default users to share recipes with in the settings."
msgstr ""
-"Benutzer mit denen neue Rezepte standardmäßig geteilt werden sollen können "
-"in den Einstellungen angegeben werden."
+"Benutzer, mit denen neue Rezepte standardmäßig geteilt werden sollen, können"
+" in den Einstellungen angegeben werden."
-#: .\cookbook\helper\permission_helper.py:42
-#: .\cookbook\helper\permission_helper.py:60
+#: .\cookbook\forms.py:271
+#: .\cookbook\templates\forms\edit_internal_recipe.html:323
+msgid ""
+"You can use markdown to format this field. See the docs here"
+msgstr ""
+"Markdown kann genutzt werden, um dieses Feld zu formatieren. Siehe hier für weitere Information."
+
+#: .\cookbook\forms.py:272
+msgid "Scaling factor for recipe."
+msgstr "Skalierungsfaktor für das Rezept."
+
+#: .\cookbook\forms.py:283
+msgid "A username is not required, if left blank the new user can choose one."
+msgstr ""
+"Kein Benutzername benötigt. Wenn leer gelassen, kann der neue Benutzer einen"
+" wählen."
+
+#: .\cookbook\helper\permission_helper.py:113
+#: .\cookbook\helper\permission_helper.py:155
+#: .\cookbook\helper\permission_helper.py:169
+#: .\cookbook\helper\permission_helper.py:180
+#: .\cookbook\helper\permission_helper.py:191 .\cookbook\views\data.py:27
+#: .\cookbook\views\views.py:79 .\cookbook\views\views.py:158
+msgid "You do not have the required permissions to view this page!"
+msgstr "Du hast nicht die notwendigen Rechte, um diese Seite zu anzuzeigen!"
+
+#: .\cookbook\helper\permission_helper.py:123
msgid "You are not logged in and therefore cannot view this page!"
msgstr "Du bist nicht angemeldet, daher kannst du diese Seite nicht sehen!"
-#: .\cookbook\helper\permission_helper.py:51 .\cookbook\views\views.py:167
-msgid "You do not have the required permissions to view this page!"
-msgstr "Du hast nicht die notwendigen Rechte um diese Seite zu sehen!"
-
-#: .\cookbook\helper\permission_helper.py:65 .\cookbook\views\delete.py:136
+#: .\cookbook\helper\permission_helper.py:127
+#: .\cookbook\helper\permission_helper.py:141 .\cookbook\views\delete.py:132
msgid "You cannot interact with this object as its not owned by you!"
msgstr ""
-"Du kannst mit diesem Objekt nicht interagieren da es dir nicht gehört!"
+"Du kannst mit diesem Objekt nicht interagieren, da es dir nicht gehört!"
-#: .\cookbook\models.py:50
-msgid "Search"
-msgstr "Suche"
+#: .\cookbook\helper\recipe_url_import.py:35
+msgid "The requested site provided malformed data and cannot be read."
+msgstr ""
+"Die angefragte Seite hat ungültige Daten zurückgegeben oder die Daten "
+"konnten nicht verarbeitet werden."
-#: .\cookbook\models.py:50 .\cookbook\templates\base.html:73
-#: .\cookbook\templates\meal_plan.html:4
-#: .\cookbook\templates\meal_plan.html:32 .\cookbook\views\delete.py:153
-#: .\cookbook\views\edit.py:279 .\cookbook\views\new.py:143
-msgid "Meal-Plan"
-msgstr "Plan"
+#: .\cookbook\helper\recipe_url_import.py:44
+msgid ""
+"The requested site does not provide any recognized data format to import the"
+" recipe from."
+msgstr ""
+"Die angefragte Seite stellt keine bekannten Datenformate zur Verfügung."
-#: .\cookbook\models.py:50 .\cookbook\templates\base.html:70
-msgid "Books"
-msgstr "Bücher"
+#: .\cookbook\helper\recipe_url_import.py:152
+msgid "Imported from "
+msgstr "Importiert von"
-#: .\cookbook\models.py:56
-msgid "Small"
-msgstr "Klein"
-
-#: .\cookbook\models.py:56
-msgid "Large"
-msgstr "Groß"
-
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:12
msgid "Breakfast"
msgstr "Frühstück"
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:17
msgid "Lunch"
msgstr "Mittagessen"
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:22
msgid "Dinner"
msgstr "Abendessen"
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:27
msgid "Other"
msgstr "Andere"
+#: .\cookbook\models.py:59 .\cookbook\templates\shopping_list.html:44
+msgid "Search"
+msgstr "Suche"
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:74
+#: .\cookbook\templates\meal_plan.html:5 .\cookbook\views\delete.py:149
+#: .\cookbook\views\edit.py:194 .\cookbook\views\new.py:156
+msgid "Meal-Plan"
+msgstr "Plan"
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:71
+msgid "Books"
+msgstr "Bücher"
+
+#: .\cookbook\models.py:65
+msgid "Small"
+msgstr "Klein"
+
+#: .\cookbook\models.py:65
+msgid "Large"
+msgstr "Groß"
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:149
+msgid "Text"
+msgstr "Text"
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:150
+msgid "Time"
+msgstr "Zeit"
+
#: .\cookbook\tables.py:29 .\cookbook\templates\books.html:36
#: .\cookbook\templates\generic\edit_template.html:6
#: .\cookbook\templates\generic\edit_template.html:14
+#: .\cookbook\templates\meal_plan.html:238
+#: .\cookbook\templates\recipe_view.html:36
+#: .\cookbook\templates\recipes_table.html:77
+#: .\cookbook\templates\shopping_list.html:29
msgid "Edit"
msgstr "Bearbeiten"
-#: .\cookbook\tables.py:103 .\cookbook\templates\books.html:38
-#: .\cookbook\templates\forms\edit_internal_recipe.html:52
-#: .\cookbook\templates\forms\edit_internal_recipe.html:163
+#: .\cookbook\tables.py:103 .\cookbook\tables.py:122
+#: .\cookbook\templates\books.html:38
#: .\cookbook\templates\generic\delete_template.html:5
#: .\cookbook\templates\generic\delete_template.html:13
-#: .\cookbook\templates\generic\edit_template.html:25
+#: .\cookbook\templates\generic\edit_template.html:27
+#: .\cookbook\templates\meal_plan.html:234
msgid "Delete"
msgstr "Löschen"
-#: .\cookbook\templates\base.html:59
+#: .\cookbook\tables.py:121
+msgid "Link"
+msgstr "Link"
+
+#: .\cookbook\templates\404.html:5
+msgid "404 Error"
+msgstr "404 Fehler"
+
+#: .\cookbook\templates\404.html:18
+msgid "The page you are looking for could not be found."
+msgstr "Die angeforderte Seite konnte nicht gefunden werden."
+
+#: .\cookbook\templates\404.html:33
+msgid "Take me Home"
+msgstr "Zur Hauptseite"
+
+#: .\cookbook\templates\404.html:35
+msgid "Report a Bug"
+msgstr "Einen Bug melden"
+
+#: .\cookbook\templates\api_info.html:5 .\cookbook\templates\base.html:146
+#: .\cookbook\templates\rest_framework\api.html:11
+msgid "API Documentation"
+msgstr "API-Dokumentation"
+
+#: .\cookbook\templates\base.html:60
#: .\cookbook\templates\forms\ingredients.html:7
-#: .\cookbook\templates\index.html:7 .\cookbook\templates\shopping_list.html:7
+#: .\cookbook\templates\index.html:7
msgid "Cookbook"
msgstr "Kochbuch"
-#: .\cookbook\templates\base.html:66
+#: .\cookbook\templates\base.html:67
msgid "Utensils"
msgstr "Utensilien"
-#: .\cookbook\templates\base.html:76
+#: .\cookbook\templates\base.html:77
msgid "Shopping"
msgstr "Einkaufsliste"
-#: .\cookbook\templates\base.html:86
+#: .\cookbook\templates\base.html:87
msgid "Tags"
msgstr "Schlagwörter"
-#: .\cookbook\templates\base.html:90 .\cookbook\views\delete.py:77
-#: .\cookbook\views\edit.py:166 .\cookbook\views\lists.py:18
-#: .\cookbook\views\new.py:48
+#: .\cookbook\templates\base.html:91 .\cookbook\views\delete.py:78
+#: .\cookbook\views\edit.py:76 .\cookbook\views\lists.py:20
+#: .\cookbook\views\new.py:56
msgid "Keyword"
msgstr "Schlagwort"
-#: .\cookbook\templates\base.html:92
+#: .\cookbook\templates\base.html:93
msgid "Batch Edit"
msgstr "Massenbearbeitung"
-#: .\cookbook\templates\base.html:97
+#: .\cookbook\templates\base.html:98
msgid "Storage Data"
msgstr "Datenquellen"
-#: .\cookbook\templates\base.html:101
+#: .\cookbook\templates\base.html:102
msgid "Storage Backends"
-msgstr "Speicher Quellen"
+msgstr "Speicherquellen"
-#: .\cookbook\templates\base.html:103
+#: .\cookbook\templates\base.html:104
msgid "Configure Sync"
-msgstr "Sync Einstellen"
+msgstr "Sync einstellen"
-#: .\cookbook\templates\base.html:105
+#: .\cookbook\templates\base.html:106
msgid "Discovered Recipes"
msgstr "Entdeckte Rezepte"
-#: .\cookbook\templates\base.html:107
+#: .\cookbook\templates\base.html:108
msgid "Discovery Log"
-msgstr "Entdeckungs Log"
+msgstr "Entdeckungs-Log"
-#: .\cookbook\templates\base.html:109 .\cookbook\templates\stats.html:10
+#: .\cookbook\templates\base.html:110 .\cookbook\templates\stats.html:10
msgid "Statistics"
msgstr "Statistiken"
-#: .\cookbook\templates\base.html:111
+#: .\cookbook\templates\base.html:112
msgid "Units & Ingredients"
msgstr "Einheiten & Zutaten"
-#: .\cookbook\templates\base.html:113
+#: .\cookbook\templates\base.html:114
msgid "Import Recipe"
-msgstr "Importier Rezept"
+msgstr "Importiere Rezept"
-#: .\cookbook\templates\base.html:129 .\cookbook\templates\settings.html:6
+#: .\cookbook\templates\base.html:130 .\cookbook\templates\settings.html:6
#: .\cookbook\templates\settings.html:16
msgid "Settings"
msgstr "Einstellungen"
-#: .\cookbook\templates\base.html:131 .\cookbook\templates\history.html:6
+#: .\cookbook\templates\base.html:132 .\cookbook\templates\history.html:6
#: .\cookbook\templates\history.html:14
msgid "History"
msgstr "Geschichte"
-#: .\cookbook\templates\base.html:134
+#: .\cookbook\templates\base.html:136 .\cookbook\templates\system.html:13
+msgid "System"
+msgstr "System"
+
+#: .\cookbook\templates\base.html:138
msgid "Admin"
msgstr "Admin"
-#: .\cookbook\templates\base.html:138
+#: .\cookbook\templates\base.html:142
msgid "Markdown Help"
-msgstr "Markdown Hilfe"
+msgstr "Markdown-Hilfe"
-#: .\cookbook\templates\base.html:140
+#: .\cookbook\templates\base.html:144
msgid "GitHub"
msgstr "GitHub"
-#: .\cookbook\templates\base.html:143
+#: .\cookbook\templates\base.html:148
+msgid "API Browser"
+msgstr "API Browser"
+
+#: .\cookbook\templates\base.html:151
msgid "Logout"
msgstr "Ausloggen"
-#: .\cookbook\templates\base.html:148
-#: .\cookbook\templates\registration\login.html:44
+#: .\cookbook\templates\base.html:156
+#: .\cookbook\templates\registration\login.html:4
+#: .\cookbook\templates\registration\login.html:46
msgid "Login"
msgstr "Einloggen"
#: .\cookbook\templates\batch\edit.html:6
msgid "Batch edit Category"
-msgstr "Kategorie massenbearbeitung"
+msgstr "Kategorie-Massenbearbeitung"
#: .\cookbook\templates\batch\edit.html:15
msgid "Batch edit Recipes"
-msgstr "Rezept massenbearbeitung"
+msgstr "Rezept-Massenbearbeitung"
#: .\cookbook\templates\batch\edit.html:20
msgid "Add the specified keywords to all recipes containing a word"
msgstr ""
-"Ausgewählte Schlagwörter zu allen Rezepten die das Suchwort enthalten "
+"Ausgewählte Schlagwörter zu allen Rezepten, die das Suchwort enthalten, "
"hinzufügen"
-#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:149
+#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:59
msgid "Sync"
msgstr "Synchronisieren"
@@ -370,12 +471,12 @@ msgid ""
"On this Page you can manage all storage folder locations that should be "
"monitored and synced"
msgstr ""
-"Auf dieser Seite kannst du alle Ordner verwalten die überwacht und "
-"synchronisiert werden sollen"
+"Auf dieser Seite kannst du alle Ordner verwalten, die überwacht und "
+"synchronisiert werden sollen."
#: .\cookbook\templates\batch\monitor.html:16
msgid "The path must be in the following format"
-msgstr "Der Pfad muss in folgendem Format sein"
+msgstr "Der Pfad muss folgendes Format haben"
#: .\cookbook\templates\batch\monitor.html:27
msgid "Sync Now!"
@@ -384,7 +485,7 @@ msgstr "Jetzt Synchronisieren!"
#: .\cookbook\templates\batch\waiting.html:4
#: .\cookbook\templates\batch\waiting.html:10
msgid "Importing Recipes"
-msgstr "Rezept werden importiert"
+msgstr "Rezepte werden importiert"
#: .\cookbook\templates\batch\waiting.html:23
msgid ""
@@ -396,14 +497,14 @@ msgstr ""
#: .\cookbook\templates\books.html:5 .\cookbook\templates\books.html:11
msgid "Recipe Books"
-msgstr "Rezept Bücher"
+msgstr "Rezeptbuch"
#: .\cookbook\templates\books.html:15
msgid "New Book"
msgstr "Neues Buch"
-#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:73
-#: .\cookbook\templates\recipe_view.html:320
+#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:67
+#: .\cookbook\templates\recipe_view.html:389
msgid "by"
msgstr "von"
@@ -413,8 +514,8 @@ msgstr "Rezepte umschalten"
#: .\cookbook\templates\books.html:54
#: .\cookbook\templates\meal_plan_entry.html:48
-#: .\cookbook\templates\recipe_view.html:96
-#: .\cookbook\templates\recipes_table.html:57
+#: .\cookbook\templates\recipe_view.html:90
+#: .\cookbook\templates\recipes_table.html:59
msgid "Last cooked"
msgstr "Zuletzt gekocht"
@@ -424,9 +525,11 @@ msgstr "In diesem Buch sind bisher keine Rezepte."
#: .\cookbook\templates\export.html:6
msgid "Export Recipes"
-msgstr "Exportier Rezepte"
+msgstr "Exportiere Rezepte"
#: .\cookbook\templates\export.html:19
+#: .\cookbook\templates\recipe_view.html:50
+#: .\cookbook\templates\shopping_list.html:249
msgid "Export"
msgstr "Export"
@@ -439,91 +542,260 @@ msgid "Copy to clipboard"
msgstr "In Zwischenablage kopieren"
#: .\cookbook\templates\export.html:54
-#: .\cookbook\templates\shopping_list.html:48
msgid "Copied!"
msgstr "Kopiert!"
#: .\cookbook\templates\export.html:61
-#: .\cookbook\templates\shopping_list.html:37
-#: .\cookbook\templates\shopping_list.html:55
msgid "Copy list to clipboard"
msgstr "Kopiere Liste in Zwischenablage"
#: .\cookbook\templates\forms\edit_import_recipe.html:5
#: .\cookbook\templates\forms\edit_import_recipe.html:9
msgid "Import new Recipe"
-msgstr "Rezept Importieren"
+msgstr "Rezept importieren"
#: .\cookbook\templates\forms\edit_import_recipe.html:14
-#: .\cookbook\templates\forms\edit_internal_recipe.html:50
+#: .\cookbook\templates\forms\edit_internal_recipe.html:335
+#: .\cookbook\templates\forms\edit_internal_recipe.html:359
#: .\cookbook\templates\generic\edit_template.html:23
#: .\cookbook\templates\generic\new_template.html:23
#: .\cookbook\templates\include\log_cooking.html:28
-#: .\cookbook\templates\recipe_view.html:367
-#: .\cookbook\templates\settings.html:27 .\cookbook\templates\settings.html:33
-#: .\cookbook\templates\settings.html:55 .\cookbook\templates\settings.html:69
+#: .\cookbook\templates\meal_plan.html:282
+#: .\cookbook\templates\recipe_view.html:440
+#: .\cookbook\templates\settings.html:28 .\cookbook\templates\settings.html:35
+#: .\cookbook\templates\settings.html:57 .\cookbook\templates\settings.html:72
+#: .\cookbook\templates\shopping_list.html:251
msgid "Save"
msgstr "Speichern"
-#: .\cookbook\templates\forms\edit_internal_recipe.html:8
-#: .\cookbook\templates\forms\edit_internal_recipe.html:18
+#: .\cookbook\templates\forms\edit_internal_recipe.html:7
+#: .\cookbook\templates\forms\edit_internal_recipe.html:34
msgid "Edit Recipe"
msgstr "Rezept bearbeiten"
-#: .\cookbook\templates\forms\edit_internal_recipe.html:36
-msgid "Insert a header between the ingredients."
-msgstr "Füge eine Überschrift zwischen den Zutaten ein."
+#: .\cookbook\templates\forms\edit_internal_recipe.html:59
+msgid "Preperation Time"
+msgstr "Vorbereitungszeit"
-#: .\cookbook\templates\forms\edit_internal_recipe.html:40
-msgid ""
-"Use Ctrl+Space to insert new Ingredient!The meal plan module allows planning of meals both with recipes or just notes.
\n" +"Simply select a recipe from the list of recently viewed recipes or search the one you\n" +" want and drag it to the desired plan position. You can also add a note and a title and\n" +" then drag the recipe to create a plan entry with a custom title and note. Creating only\n" +" Notes is possible by dragging the create note box into the plan.
\n" +"Click on a recipe in order to open the detail view. Here you can also add it to the\n" +" shopping list. You can also add all recipes of a day to the shopping list by\n" +" clicking the shopping cart at the top of the table.
\n" +"Since a common use case is to plan meals together you can define\n" +" users you want to share your plan with in the settings.\n" +"
\n" +"You can also edit the types of meals you want to plan. If you share your plan with\n" +" someone with\n" +" different meals, their meal types will appear in your list as well. To prevent\n" +" duplicates (e.g. Other and Misc.)\n" +" name your meal types the same as the users you share your meals with and they will be\n" +" merged.
\n" +" " +msgstr "" +"\n" +"Das Plan Modul erlaubt das Planen von Rezepten oder auch nur Notizen.
\n" +"Einfach ein Rezept raussuchen und an die Stelle im Plan ziehen an der es gekocht werden soll. Es kann außerdem eine Notiz und ein Titel hinzugefügt werden. Einen Eintrag nur als Notiz zu erstellen ist durch Eingabe einer Notiz und schieben des Notiz Blocks in den Plan möglich.
\n" +"Durch klicken auf ein Rezept öffnet sich die Detailansicht. Hier kann es auch auf die Einkaufsliste hinzugefügt werden. Es können auch alle Rezepte eines Tages auf die Einkaufsliste gesetzt werden indem der Einkaufswagen in der Tabelle angeklickt wird.
\n" +"Da Pläne häufig für mehrere Nutzer erstellt werden können andere Nutzer in den Einstellungen angegeben werden mit denen neue Pläne automatisch geteilt werden sollen.\n" +"
\n" +"Die Mahlzeiten die geplant werden sollen können bearbeitet werden. Wenn Pläne zwischen Nutzern mit unterschiedlichen Mahlzeiten geteilt werden erscheinen alle Mahlzeiten. Um Duplikate zu vermeiden (z.B. Mittagessen und Mittag) sollten Mahlzeiten teilender Nutzer gleich benannt werden, dadurch kann das System sie zusammenfassen.
\n" +" " + +#: .\cookbook\templates\meal_plan.html:558 +msgid "" +"When deleting a meal type all entries using that type will be deleted as " +"well. Deletion will apply when configuration is saved. Do you want to " +"proceed?" +msgstr "" +"Wenn eine Mahlzeit gelöscht wird werden auch alle Einträge mit dieser " +"Mahlzeit gelöscht. Die Löschung wird erst aktiv wenn die Konfiguration " +"gespeichert wird. Fortfahren ?" + +#: .\cookbook\templates\meal_plan_entry.html:6 +msgid "Meal Plan View" +msgstr "Plan Ansicht" + #: .\cookbook\templates\meal_plan_entry.html:50 msgid "Never cooked before." msgstr "Noch nie gekocht." @@ -852,66 +1267,68 @@ msgstr "Noch nie gekocht." msgid "Other meals on this day" msgstr "Andere Mahlzeiten an diesem Tag" -#: .\cookbook\templates\recipe_view.html:44 +#: .\cookbook\templates\recipe_view.html:38 msgid "Add to Book" msgstr "Zu Buch hinzufügen" -#: .\cookbook\templates\recipe_view.html:48 -msgid "Generate shopping list" -msgstr "Einkaufszettel erstellen" +#: .\cookbook\templates\recipe_view.html:44 +msgid "Add to Plan" +msgstr "Zum Plan hinzufügen" -#: .\cookbook\templates\recipe_view.html:52 -msgid "Add to Mealplan" -msgstr "Zu Plan hinzufügen" - -#: .\cookbook\templates\recipe_view.html:55 +#: .\cookbook\templates\recipe_view.html:46 +#: .\cookbook\templates\recipes_table.html:81 msgid "Log Cooking" msgstr "Kochen Protokollieren" -#: .\cookbook\templates\recipe_view.html:58 +#: .\cookbook\templates\recipe_view.html:48 msgid "Print" msgstr "Drucken" -#: .\cookbook\templates\recipe_view.html:62 -msgid "Export recipe" -msgstr "Rezept Exportieren" +#: .\cookbook\templates\recipe_view.html:53 +msgid "Share" +msgstr "Teilen" -#: .\cookbook\templates\recipe_view.html:68 +#: .\cookbook\templates\recipe_view.html:62 msgid "in" msgstr "in" -#: .\cookbook\templates\recipe_view.html:86 -#: .\cookbook\templates\recipes_table.html:44 +#: .\cookbook\templates\recipe_view.html:80 +#: .\cookbook\templates\recipes_table.html:46 +#: .\cookbook\templates\url_import.html:55 msgid "Preparation time ca." msgstr "Zubereitungszeit ca." -#: .\cookbook\templates\recipe_view.html:92 -#: .\cookbook\templates\recipes_table.html:50 +#: .\cookbook\templates\recipe_view.html:86 +#: .\cookbook\templates\recipes_table.html:52 +#: .\cookbook\templates\url_import.html:60 msgid "Waiting time ca." msgstr "Wartezeit ca." -#: .\cookbook\templates\recipe_view.html:200 +#: .\cookbook\templates\recipe_view.html:201 #: .\cookbook\templates\recipes_table.html:19 #: .\cookbook\templates\recipes_table.html:23 +#: .\cookbook\templates\url_import.html:50 msgid "Recipe Image" msgstr "Rezept Bild" -#: .\cookbook\templates\recipe_view.html:223 -#: .\cookbook\templates\recipe_view.html:257 +#: .\cookbook\templates\recipe_view.html:231 +msgid "Minutes" +msgstr "Minuten" + +#: .\cookbook\templates\recipe_view.html:331 +#: .\cookbook\templates\recipe_view.html:368 msgid "View external recipe" msgstr "Externes Rezept ansehen" -#: .\cookbook\templates\recipe_view.html:235 -msgid "Cloud not show a file preview. Maybe its not a PDF ?" -msgstr "" -"Datei konnte nicht angezeigt werden. Direkte anzeige funktioniert nur mit " -"PDF Dateien." +#: .\cookbook\templates\recipe_view.html:346 +msgid "External recipe image" +msgstr "Externes Rezeptbild" -#: .\cookbook\templates\recipe_view.html:242 +#: .\cookbook\templates\recipe_view.html:353 msgid "External recipe" msgstr "Externes Rezept" -#: .\cookbook\templates\recipe_view.html:244 +#: .\cookbook\templates\recipe_view.html:355 msgid "" "\n" " This is an external recipe, which means you can only view it by opening the link\n" @@ -927,45 +1344,81 @@ msgstr "" " Das Rezept kann durch drücken des Umwandeln Knopfes in ein schickes lokales Rezept verwandelt werden. Die originale Datei bleibt weiterhin verfügbar.\n" " " -#: .\cookbook\templates\recipe_view.html:255 +#: .\cookbook\templates\recipe_view.html:366 msgid "Convert now!" msgstr "Jetzt umwandeln!" -#: .\cookbook\templates\recipe_view.html:315 +#: .\cookbook\templates\recipe_view.html:384 #: .\cookbook\templates\stats.html:47 msgid "Comments" msgstr "Kommentare" -#: .\cookbook\templates\recipe_view.html:336 .\cookbook\views\delete.py:112 -#: .\cookbook\views\edit.py:233 +#: .\cookbook\templates\recipe_view.html:407 .\cookbook\views\delete.py:108 +#: .\cookbook\views\edit.py:143 msgid "Comment" msgstr "Kommentar" -#: .\cookbook\templates\recipes_table.html:53 +#: .\cookbook\templates\recipes_table.html:55 msgid "External" msgstr "Extern" -#: .\cookbook\templates\recipes_table.html:61 -msgid "Log" -msgstr "Log" - -#: .\cookbook\templates\registration\login.html:8 +#: .\cookbook\templates\registration\login.html:10 msgid "Your username and password didn't match. Please try again." msgstr "Nutzername oder Passwort falsch. Bitte versuch es erneut." +#: .\cookbook\templates\registration\signup.html:5 +msgid "Register" +msgstr "Registrieren" + +#: .\cookbook\templates\registration\signup.html:9 +msgid "Create your Account" +msgstr "Account erstellen" + +#: .\cookbook\templates\registration\signup.html:14 +msgid "Create User" +msgstr "Nutzer erstellen" + +#: .\cookbook\templates\rest_framework\api.html:5 +msgid "Recipe Home" +msgstr "Rezept Hauptseite" + #: .\cookbook\templates\settings.html:22 msgid "Account" msgstr "Account" -#: .\cookbook\templates\settings.html:39 +#: .\cookbook\templates\settings.html:41 msgid "Language" msgstr "Sprache" -#: .\cookbook\templates\settings.html:64 +#: .\cookbook\templates\settings.html:66 msgid "Style" msgstr "Stil" -#: .\cookbook\templates\setup.html:6 +#: .\cookbook\templates\settings.html:78 +msgid "API Token" +msgstr "API Token" + +#: .\cookbook\templates\settings.html:79 +msgid "" +"You can use both basic authentication and token based authentication to " +"access the REST API." +msgstr "" +"Sowohl basic auth als auch token basierte Authentifizierung können für die " +"REST API verwendet werden." + +#: .\cookbook\templates\settings.html:91 +msgid "" +"Use the token as an Authorization header prefixed by the word token as shown" +" in the following examples:" +msgstr "" +"Benutzt das Token als Authorization header mit dem präfix token wie in " +"folgendem Beispiel:" + +#: .\cookbook\templates\settings.html:93 +msgid "or" +msgstr "oder" + +#: .\cookbook\templates\setup.html:6 .\cookbook\templates\system.html:5 msgid "Cookbook Setup" msgstr "Kochbuch Setup" @@ -983,13 +1436,47 @@ msgstr "" msgid "Create Superuser" msgstr "Administrator Erstellen" -#: .\cookbook\templates\shopping_list.html:15 -msgid "Shopping List" -msgstr "Einkaufsliste" +#: .\cookbook\templates\shopping_list.html:71 +msgid "Shopping Recipes" +msgstr "Einkaufs Rezepte" -#: .\cookbook\templates\shopping_list.html:20 -msgid "Load" -msgstr "Laden" +#: .\cookbook\templates\shopping_list.html:75 +msgid "No recipes selected" +msgstr "Keine Rezepte ausgewählt" + +#: .\cookbook\templates\shopping_list.html:145 +msgid "Amount" +msgstr "Menge" + +#: .\cookbook\templates\shopping_list.html:206 +msgid "Finished" +msgstr "Erledigt" + +#: .\cookbook\templates\shopping_list.html:257 +msgid "Copy/Export" +msgstr "Kopieren/Exportieren" + +#: .\cookbook\templates\shopping_list.html:261 +msgid "List Prefix" +msgstr "Listen Präfix" + +#: .\cookbook\templates\shopping_list.html:476 +#: .\cookbook\templates\shopping_list.html:507 +#: .\cookbook\templates\shopping_list.html:530 +msgid "There was an error updating a resource!" +msgstr "Es gab einen Fehler beim aktualisieren der Ressource!" + +#: .\cookbook\templates\shopping_list.html:487 +msgid "Object created successfully!" +msgstr "Objekt erfolgreich erstellt!" + +#: .\cookbook\templates\shopping_list.html:496 +msgid "There was an error creating a resource!" +msgstr "Es gab einen Fehler beim erstellen einer Ressource!" + +#: .\cookbook\templates\shopping_list.html:556 +msgid "Please enter a valid food" +msgstr "Bitte ein gültiges Lebensmittel eingeben" #: .\cookbook\templates\stats.html:4 msgid "Stats" @@ -1019,15 +1506,220 @@ msgstr "Externe Rezepte" msgid "Internal Recipes" msgstr "Interne Rezepte" -#: .\cookbook\views\api.py:66 +#: .\cookbook\templates\system.html:21 .\cookbook\views\lists.py:73 +msgid "Invite Links" +msgstr "Einladungs Link" + +#: .\cookbook\templates\system.html:22 +msgid "Show Links" +msgstr "Links anzeigen" + +#: .\cookbook\templates\system.html:26 +msgid "Backup & Restore" +msgstr "Backup & Wiederherstellung" + +#: .\cookbook\templates\system.html:27 +msgid "Download Backup" +msgstr "Backup herunterladen" + +#: .\cookbook\templates\system.html:37 +msgid "System Information" +msgstr "System Information" + +#: .\cookbook\templates\system.html:39 +msgid "" +"\n" +" Django Recipes is an open source free software application. It can be found on\n" +" GitHub.\n" +" Changelogs can be found here.\n" +" " +msgstr "" +"\n" +" Django Rezepte ist eine kostenlose OpenSource Anwendung. Der Source Code befindet sich auf\n" +" GitHub.\n" +" Eine Übersicht über alle Änderungen findet sich hier.\n" +" " + +#: .\cookbook\templates\system.html:53 +msgid "Media Serving" +msgstr "Media Serving" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 +msgid "Warning" +msgstr "Warnung" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 .\cookbook\templates\system.html:100 +msgid "Ok" +msgstr "Ok" + +#: .\cookbook\templates\system.html:56 +msgid "" +"Serving media files directly using gunicorn/python is not recommend!\n" +" Please follow the steps described\n" +" here to update\n" +" your installation.\n" +" " +msgstr "" +"Serving media files directly using gunicorn/python is not recommend!\n" +" Please follow the steps described\n" +" here to update\n" +" your installation.\n" +" " + +#: .\cookbook\templates\system.html:62 .\cookbook\templates\system.html:78 +#: .\cookbook\templates\system.html:93 .\cookbook\templates\system.html:107 +msgid "Everything is fine!" +msgstr "Alles ok!" + +#: .\cookbook\templates\system.html:67 +msgid "Secret Key" +msgstr "Secret Key" + +#: .\cookbook\templates\system.html:71 +msgid "" +"\n" +" You do not have aSECRET_KEY configured in your .env file. Django defaulted to the\n"
+" standard key\n"
+" provided with the installation which is publicly know and insecure! Please set\n"
+" SECRET_KEY int the .env configuration file.\n"
+" "
+msgstr ""
+"\n"
+" You do not have a SECRET_KEY configured in your .env file. Django defaulted to the\n"
+" standard key\n"
+" provided with the installation which is publicly know and insecure! Please set\n"
+" SECRET_KEY int the .env configuration file.\n"
+" "
+
+#: .\cookbook\templates\system.html:83
+msgid "Debug Mode"
+msgstr "Debug Mode"
+
+#: .\cookbook\templates\system.html:87
+msgid ""
+"\n"
+" This application is still running in debug mode. This is most likely not needed. Turn of debug mode by\n"
+" setting\n"
+" DEBUG=0 int the .env configuration file.\n"
+" "
+msgstr ""
+"\n"
+" This application is still running in debug mode. This is most likely not needed. Turn of debug mode by\n"
+" setting\n"
+" DEBUG=0 int the .env configuration file.\n"
+" "
+
+#: .\cookbook\templates\system.html:98
+msgid "Database"
+msgstr "Datenbank"
+
+#: .\cookbook\templates\system.html:100
+msgid "Info"
+msgstr "Information"
+
+#: .\cookbook\templates\system.html:102
+msgid ""
+"\n"
+" This application is not running with a Postgres database backend. This is ok but not recommended as some\n"
+" features only work with postgres databases.\n"
+" "
+msgstr ""
+"\n"
+" This application is not running with a Postgres database backend. This is ok but not recommended as some\n"
+" features only work with postgres databases.\n"
+" "
+
+#: .\cookbook\templates\url_import.html:5
+msgid "URL Import"
+msgstr "URL Import"
+
+#: .\cookbook\templates\url_import.html:23
+msgid "Enter website URL"
+msgstr "Webseiten URL eingeben"
+
+#: .\cookbook\templates\url_import.html:44
+msgid "Recipe Name"
+msgstr "Rezept Name"
+
+#: .\cookbook\templates\url_import.html:99
+#: .\cookbook\templates\url_import.html:131
+#: .\cookbook\templates\url_import.html:186
+msgid "Select one"
+msgstr "Auswählen"
+
+#: .\cookbook\templates\url_import.html:197
+msgid "All Keywords"
+msgstr "Alle Schlagwörter"
+
+#: .\cookbook\templates\url_import.html:199
+msgid "Import all Keywords not only the ones already existing."
+msgstr "Importiert alle Schlagwörter, nicht nur die die bereits existieren."
+
+#: .\cookbook\templates\url_import.html:225
+msgid "Information"
+msgstr "Information"
+
+#: .\cookbook\templates\url_import.html:227
+msgid ""
+" Only websites containing ld+json or microdata information can currently\n"
+" be imported. Most big recipe pages support this. If you site cannot be imported but\n"
+" you think\n"
+" it probably has some kind of structured data feel free to post an example in the\n"
+" github issues."
+msgstr ""
+"Nur Webseiten mit ld+json oder microdata können importiert werden. Die "
+"meisten großen Seiten unterstützen diese Formate. Wenn eine Seite nicht "
+"importiert werden kann sie aber strukturierte Daten aufweist kann ein GitHub"
+" Issue geöffnet werden."
+
+#: .\cookbook\templates\url_import.html:235
+msgid "Google ld+json Info"
+msgstr "Google ld+json Informationen"
+
+#: .\cookbook\templates\url_import.html:238
+msgid "GitHub Issues"
+msgstr "GitHub Issues"
+
+#: .\cookbook\templates\url_import.html:240
+msgid "Recipe Markup Specification"
+msgstr "Recipe Markup Spezifikation"
+
+#: .\cookbook\templates\url_import.html:313
+msgid "Already importing the selected recipe, please wait!"
+msgstr "Das Rezept wird bereits importiert, bitte warten!"
+
+#: .\cookbook\templates\url_import.html:322
+msgid "An error occurred while trying to import this recipe!"
+msgstr "Beim importieren der Webseite ist ein Fehler aufgetreten!"
+
+#: .\cookbook\views\api.py:58
+msgid "Parameter filter_list incorrectly formatted"
+msgstr "Parameter filter_list incorrectly formatted"
+
+#: .\cookbook\views\api.py:70
+msgid "Preference for given user already exists"
+msgstr "Preference for given user already exists"
+
+#: .\cookbook\views\api.py:338
msgid "Sync successful!"
msgstr "Synchronisation erfolgreich!"
-#: .\cookbook\views\api.py:69
+#: .\cookbook\views\api.py:341
msgid "Error synchronizing with Storage"
msgstr "Fehler beim Synchronisieren"
-#: .\cookbook\views\data.py:72
+#: .\cookbook\views\api.py:396
+msgid "The requested page could not be found."
+msgstr "Die Angefragte Seite konnte nicht gefunden werden."
+
+#: .\cookbook\views\api.py:399
+msgid ""
+"The requested page refused to provide any information (Status Code 403)."
+msgstr "Die angefragte Seite hat die Anfrage abgelehnt (Status Code 403)."
+
+#: .\cookbook\views\data.py:83
#, python-format
msgid "Batch edit done. %(count)d recipe was updated."
msgid_plural "Batch edit done. %(count)d Recipes where updated."
@@ -1036,73 +1728,84 @@ msgstr[0] ""
msgstr[1] ""
"Massenbearbeitung erfolgreich. %(count)d Rezepte wurden aktualisiert."
-#: .\cookbook\views\delete.py:65
+#: .\cookbook\views\delete.py:66
msgid "Monitor"
msgstr "Monitor"
-#: .\cookbook\views\delete.py:101 .\cookbook\views\lists.py:53
-#: .\cookbook\views\new.py:67
+#: .\cookbook\views\delete.py:90 .\cookbook\views\lists.py:65
+#: .\cookbook\views\new.py:75
msgid "Storage Backend"
msgstr "Speicher Quelle"
-#: .\cookbook\views\delete.py:123 .\cookbook\views\edit.py:265
-#: .\cookbook\views\new.py:117
+#: .\cookbook\views\delete.py:97
+msgid ""
+"Could not delete this storage backend as it is used in at least one monitor."
+msgstr ""
+"Speicherquelle konnte nicht gelöscht werden da sie in mindestens einem "
+"Monitor verwendet wird."
+
+#: .\cookbook\views\delete.py:119 .\cookbook\views\edit.py:175
+#: .\cookbook\views\new.py:125
msgid "Recipe Book"
msgstr "Rezeptbuch"
-#: .\cookbook\views\delete.py:142
+#: .\cookbook\views\delete.py:138
msgid "Bookmarks"
msgstr "Lesezeichen"
-#: .\cookbook\views\edit.py:106
-msgid "There was an error converting your ingredients amount to a number: "
-msgstr "Es gab einen Fehler beim umwandeln der Menge in eine Zahl: "
+#: .\cookbook\views\delete.py:160 .\cookbook\views\new.py:181
+msgid "Invite Link"
+msgstr "Einladungslink"
-#: .\cookbook\views\edit.py:122
-msgid "Recipe saved!"
-msgstr "Rezept gespeichert!"
+#: .\cookbook\views\edit.py:93
+msgid "Food"
+msgstr "Lebensmittel"
-#: .\cookbook\views\edit.py:124
-msgid "There was an error saving this recipe!"
-msgstr "Es gab einen Fehler beim Speichern des Rezepts!"
-
-#: .\cookbook\views\edit.py:192
+#: .\cookbook\views\edit.py:102
msgid "You cannot edit this storage!"
msgstr "Du kannst diese Speicherquelle nicht bearbeiten!"
-#: .\cookbook\views\edit.py:211
+#: .\cookbook\views\edit.py:121
msgid "Storage saved!"
msgstr "Speicherquelle gespeichert!"
-#: .\cookbook\views\edit.py:213
+#: .\cookbook\views\edit.py:123
msgid "There was an error updating this storage backend!"
msgstr "Es gab einen Fehler beim aktualisierung dieser Speicher Quelle!"
-#: .\cookbook\views\edit.py:220
+#: .\cookbook\views\edit.py:130
msgid "Storage"
msgstr "Speicher"
-#: .\cookbook\views\edit.py:300
+#: .\cookbook\views\edit.py:215
msgid "Changes saved!"
msgstr "Änderungen gespeichert!"
-#: .\cookbook\views\edit.py:304
+#: .\cookbook\views\edit.py:219
msgid "Error saving changes!"
msgstr "Fehler beim Speichern der Daten!"
-#: .\cookbook\views\edit.py:334
+#: .\cookbook\views\edit.py:249
msgid "Units merged!"
msgstr "Einheiten zusammengeführt!"
-#: .\cookbook\views\edit.py:347
-msgid "Ingredients merged!"
-msgstr "Zutaten zusammengeführt!"
+#: .\cookbook\views\edit.py:262
+msgid "Foods merged!"
+msgstr "Lebensmittel vereint"
-#: .\cookbook\views\import_export.py:59
+#: .\cookbook\views\import_export.py:42
msgid "Recipe imported successfully!"
msgstr "Rezept erfolgreich importiert!"
-#: .\cookbook\views\import_export.py:106
+#: .\cookbook\views\import_export.py:45
+msgid "Something went wrong during the import!"
+msgstr "Beim Import ist etwas schief gegangen!"
+
+#: .\cookbook\views\import_export.py:48
+msgid "Could not parse the supplied JSON!"
+msgstr "Das JSON konnte nicht gelesen werden!"
+
+#: .\cookbook\views\import_export.py:79
msgid ""
"External recipes cannot be exported, please share the file directly or "
"select an internal recipe."
@@ -1110,31 +1813,41 @@ msgstr ""
"Externe Rezepte können nicht exportiert werden, bitte Datei direkt teilen "
"oder ein Internes Rezept auswählen."
-#: .\cookbook\views\lists.py:26
+#: .\cookbook\views\lists.py:28
msgid "Import Log"
msgstr "Import Log"
-#: .\cookbook\views\lists.py:35
+#: .\cookbook\views\lists.py:37
msgid "Discovery"
msgstr "Entdeckung"
-#: .\cookbook\views\new.py:90
+#: .\cookbook\views\lists.py:57
+msgid "Shopping Lists"
+msgstr "Einkaufslisten"
+
+#: .\cookbook\views\new.py:98
msgid "Imported new recipe!"
msgstr "Importier neue Rezepte!"
-#: .\cookbook\views\new.py:93
+#: .\cookbook\views\new.py:101
msgid "There was an error importing this recipe!"
msgstr "Beim importieren des Rezeptes ist ein Fehler aufgetreten!"
-#: .\cookbook\views\views.py:84
+#: .\cookbook\views\views.py:86
+msgid "You do not have the required permissions to perform this action!"
+msgstr ""
+"Sie haben nicht die notwendigen Berechtigungen um diese Aktion "
+"durchzuführen!"
+
+#: .\cookbook\views\views.py:98
msgid "Comment saved!"
msgstr "Kommentar gespeichert!"
-#: .\cookbook\views\views.py:94
+#: .\cookbook\views\views.py:108
msgid "Bookmark saved!"
msgstr "Lesezeichen gespeichert!"
-#: .\cookbook\views\views.py:267
+#: .\cookbook\views\views.py:254
msgid ""
"The setup page can only be used to create the first user! If you have "
"forgotten your superuser credentials please consult the django documentation"
@@ -1143,10 +1856,18 @@ msgstr ""
"Die Setup Seite kann nur für den ersten Nutzer verwendet werden. Zum "
"zurücksetzen von Passwörtern bitte der Django Dokumentation folgen."
-#: .\cookbook\views\views.py:274
+#: .\cookbook\views\views.py:261 .\cookbook\views\views.py:301
msgid "Passwords dont match!"
msgstr "Passwörter stimmen nicht überein!"
-#: .\cookbook\views\views.py:284
+#: .\cookbook\views\views.py:272 .\cookbook\views\views.py:310
msgid "User has been created, please login!"
msgstr "Benutzer wurde erstellt, bitte einloggen!"
+
+#: .\cookbook\views\views.py:287
+msgid "Malformed Invite Link supplied!"
+msgstr "Fehlerhaften Einladungslink angegeben!"
+
+#: .\cookbook\views\views.py:327
+msgid "Invite Link not valid or already used!"
+msgstr "Einladungslink ungültig oder bereits genutzt!"
diff --git a/cookbook/locale/en/LC_MESSAGES/django.mo b/cookbook/locale/en/LC_MESSAGES/django.mo
index 69f914c2b..edf2f8b0d 100644
Binary files a/cookbook/locale/en/LC_MESSAGES/django.mo and b/cookbook/locale/en/LC_MESSAGES/django.mo differ
diff --git a/cookbook/locale/en/LC_MESSAGES/django.po b/cookbook/locale/en/LC_MESSAGES/django.po
index 91f384b48..51ede4484 100644
--- a/cookbook/locale/en/LC_MESSAGES/django.po
+++ b/cookbook/locale/en/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-06-02 21:20+0200\n"
+"POT-Creation-Date: 2020-09-29 19:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME - [ ] in list for easier usage in markdown based "
"documents."
msgstr ""
-#: .\cookbook\forms.py:118
+#: .\cookbook\forms.py:119
msgid "Export Base64 encoded image?"
msgstr ""
-#: .\cookbook\forms.py:122
+#: .\cookbook\forms.py:123
msgid "Download export directly or show on page?"
msgstr ""
-#: .\cookbook\forms.py:128
+#: .\cookbook\forms.py:129
msgid "Simply paste a JSON export into this textarea and click import."
msgstr ""
-#: .\cookbook\forms.py:137
+#: .\cookbook\forms.py:138
msgid "New Unit"
msgstr ""
-#: .\cookbook\forms.py:138
+#: .\cookbook\forms.py:139
msgid "New unit that other gets replaced by."
msgstr ""
-#: .\cookbook\forms.py:143
+#: .\cookbook\forms.py:144
msgid "Old Unit"
msgstr ""
-#: .\cookbook\forms.py:144
+#: .\cookbook\forms.py:145
msgid "Unit that should be replaced."
msgstr ""
-#: .\cookbook\forms.py:154
-msgid "New Ingredient"
-msgstr ""
-
#: .\cookbook\forms.py:155
-msgid "New ingredient that other gets replaced by."
+msgid "New Food"
msgstr ""
-#: .\cookbook\forms.py:160
-msgid "Old Ingredient"
+#: .\cookbook\forms.py:156
+msgid "New food that other gets replaced by."
msgstr ""
#: .\cookbook\forms.py:161
-msgid "Ingredient that should be replaced."
+msgid "Old Food"
msgstr ""
-#: .\cookbook\forms.py:173
+#: .\cookbook\forms.py:162
+msgid "Food that should be replaced."
+msgstr ""
+
+#: .\cookbook\forms.py:174
msgid "Add your comment: "
msgstr ""
-#: .\cookbook\forms.py:198
+#: .\cookbook\forms.py:199
msgid "Leave empty for dropbox and enter app password for nextcloud."
msgstr ""
-#: .\cookbook\forms.py:201
+#: .\cookbook\forms.py:202
msgid "Leave empty for nextcloud and enter api token for dropbox."
msgstr ""
-#: .\cookbook\forms.py:209
+#: .\cookbook\forms.py:210
msgid ""
"Leave empty for dropbox and enter only base url for nextcloud (/remote."
"php/webdav/ is added automatically)"
msgstr ""
-#: .\cookbook\forms.py:228
+#: .\cookbook\forms.py:229
msgid "Search String"
msgstr ""
-#: .\cookbook\forms.py:242
+#: .\cookbook\forms.py:243
msgid "File ID"
msgstr ""
-#: .\cookbook\forms.py:260
+#: .\cookbook\forms.py:261
msgid "You must provide at least a recipe or a title."
msgstr ""
-#: .\cookbook\forms.py:269
+#: .\cookbook\forms.py:270
msgid "You can list default users to share recipes with in the settings."
msgstr ""
-#: .\cookbook\helper\permission_helper.py:42
-#: .\cookbook\helper\permission_helper.py:60
-msgid "You are not logged in and therefore cannot view this page!"
+#: .\cookbook\forms.py:271
+#: .\cookbook\templates\forms\edit_internal_recipe.html:323
+msgid ""
+"You can use markdown to format this field. See the docs here"
msgstr ""
-#: .\cookbook\helper\permission_helper.py:51 .\cookbook\views\views.py:167
+#: .\cookbook\forms.py:272
+msgid "Scaling factor for recipe."
+msgstr ""
+
+#: .\cookbook\forms.py:283
+msgid "A username is not required, if left blank the new user can choose one."
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:113
+#: .\cookbook\helper\permission_helper.py:155
+#: .\cookbook\helper\permission_helper.py:169
+#: .\cookbook\helper\permission_helper.py:180
+#: .\cookbook\helper\permission_helper.py:191 .\cookbook\views\data.py:27
+#: .\cookbook\views\views.py:79 .\cookbook\views\views.py:158
msgid "You do not have the required permissions to view this page!"
msgstr ""
-#: .\cookbook\helper\permission_helper.py:65 .\cookbook\views\delete.py:136
+#: .\cookbook\helper\permission_helper.py:123
+msgid "You are not logged in and therefore cannot view this page!"
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:127
+#: .\cookbook\helper\permission_helper.py:141 .\cookbook\views\delete.py:132
msgid "You cannot interact with this object as its not owned by you!"
msgstr ""
-#: .\cookbook\models.py:50
-msgid "Search"
+#: .\cookbook\helper\recipe_url_import.py:35
+msgid "The requested site provided malformed data and cannot be read."
msgstr ""
-#: .\cookbook\models.py:50 .\cookbook\templates\base.html:73
-#: .\cookbook\templates\meal_plan.html:4
-#: .\cookbook\templates\meal_plan.html:32 .\cookbook\views\delete.py:153
-#: .\cookbook\views\edit.py:279 .\cookbook\views\new.py:143
-msgid "Meal-Plan"
+#: .\cookbook\helper\recipe_url_import.py:44
+msgid ""
+"The requested site does not provide any recognized data format to import the "
+"recipe from."
msgstr ""
-#: .\cookbook\models.py:50 .\cookbook\templates\base.html:70
-msgid "Books"
+#: .\cookbook\helper\recipe_url_import.py:152
+msgid "Imported from "
msgstr ""
-#: .\cookbook\models.py:56
-msgid "Small"
-msgstr ""
-
-#: .\cookbook\models.py:56
-msgid "Large"
-msgstr ""
-
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:12
msgid "Breakfast"
msgstr ""
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:17
msgid "Lunch"
msgstr ""
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:22
msgid "Dinner"
msgstr ""
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:27
msgid "Other"
msgstr ""
+#: .\cookbook\models.py:59 .\cookbook\templates\shopping_list.html:44
+msgid "Search"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:74
+#: .\cookbook\templates\meal_plan.html:5 .\cookbook\views\delete.py:149
+#: .\cookbook\views\edit.py:194 .\cookbook\views\new.py:156
+msgid "Meal-Plan"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:71
+msgid "Books"
+msgstr ""
+
+#: .\cookbook\models.py:65
+msgid "Small"
+msgstr ""
+
+#: .\cookbook\models.py:65
+msgid "Large"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:149
+msgid "Text"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:150
+msgid "Time"
+msgstr ""
+
#: .\cookbook\tables.py:29 .\cookbook\templates\books.html:36
#: .\cookbook\templates\generic\edit_template.html:6
#: .\cookbook\templates\generic\edit_template.html:14
+#: .\cookbook\templates\meal_plan.html:238
+#: .\cookbook\templates\recipe_view.html:36
+#: .\cookbook\templates\recipes_table.html:77
+#: .\cookbook\templates\shopping_list.html:29
msgid "Edit"
msgstr ""
-#: .\cookbook\tables.py:103 .\cookbook\templates\books.html:38
-#: .\cookbook\templates\forms\edit_internal_recipe.html:52
-#: .\cookbook\templates\forms\edit_internal_recipe.html:163
+#: .\cookbook\tables.py:103 .\cookbook\tables.py:122
+#: .\cookbook\templates\books.html:38
#: .\cookbook\templates\generic\delete_template.html:5
#: .\cookbook\templates\generic\delete_template.html:13
-#: .\cookbook\templates\generic\edit_template.html:25
+#: .\cookbook\templates\generic\edit_template.html:27
+#: .\cookbook\templates\meal_plan.html:234
msgid "Delete"
msgstr ""
-#: .\cookbook\templates\base.html:59
+#: .\cookbook\tables.py:121
+msgid "Link"
+msgstr ""
+
+#: .\cookbook\templates\404.html:5
+msgid "404 Error"
+msgstr ""
+
+#: .\cookbook\templates\404.html:18
+msgid "The page you are looking for could not be found."
+msgstr ""
+
+#: .\cookbook\templates\404.html:33
+msgid "Take me Home"
+msgstr ""
+
+#: .\cookbook\templates\404.html:35
+msgid "Report a Bug"
+msgstr ""
+
+#: .\cookbook\templates\api_info.html:5 .\cookbook\templates\base.html:146
+#: .\cookbook\templates\rest_framework\api.html:11
+msgid "API Documentation"
+msgstr ""
+
+#: .\cookbook\templates\base.html:60
#: .\cookbook\templates\forms\ingredients.html:7
-#: .\cookbook\templates\index.html:7 .\cookbook\templates\shopping_list.html:7
+#: .\cookbook\templates\index.html:7
msgid "Cookbook"
msgstr ""
-#: .\cookbook\templates\base.html:66
+#: .\cookbook\templates\base.html:67
msgid "Utensils"
msgstr ""
-#: .\cookbook\templates\base.html:76
+#: .\cookbook\templates\base.html:77
msgid "Shopping"
msgstr ""
-#: .\cookbook\templates\base.html:86
+#: .\cookbook\templates\base.html:87
msgid "Tags"
msgstr ""
-#: .\cookbook\templates\base.html:90 .\cookbook\views\delete.py:77
-#: .\cookbook\views\edit.py:166 .\cookbook\views\lists.py:18
-#: .\cookbook\views\new.py:48
+#: .\cookbook\templates\base.html:91 .\cookbook\views\delete.py:78
+#: .\cookbook\views\edit.py:76 .\cookbook\views\lists.py:20
+#: .\cookbook\views\new.py:56
msgid "Keyword"
msgstr ""
-#: .\cookbook\templates\base.html:92
+#: .\cookbook\templates\base.html:93
msgid "Batch Edit"
msgstr ""
-#: .\cookbook\templates\base.html:97
+#: .\cookbook\templates\base.html:98
msgid "Storage Data"
msgstr ""
-#: .\cookbook\templates\base.html:101
+#: .\cookbook\templates\base.html:102
msgid "Storage Backends"
msgstr ""
-#: .\cookbook\templates\base.html:103
+#: .\cookbook\templates\base.html:104
msgid "Configure Sync"
msgstr ""
-#: .\cookbook\templates\base.html:105
+#: .\cookbook\templates\base.html:106
msgid "Discovered Recipes"
msgstr ""
-#: .\cookbook\templates\base.html:107
+#: .\cookbook\templates\base.html:108
msgid "Discovery Log"
msgstr ""
-#: .\cookbook\templates\base.html:109 .\cookbook\templates\stats.html:10
+#: .\cookbook\templates\base.html:110 .\cookbook\templates\stats.html:10
msgid "Statistics"
msgstr ""
-#: .\cookbook\templates\base.html:111
+#: .\cookbook\templates\base.html:112
msgid "Units & Ingredients"
msgstr ""
-#: .\cookbook\templates\base.html:113
+#: .\cookbook\templates\base.html:114
msgid "Import Recipe"
msgstr ""
-#: .\cookbook\templates\base.html:129 .\cookbook\templates\settings.html:6
+#: .\cookbook\templates\base.html:130 .\cookbook\templates\settings.html:6
#: .\cookbook\templates\settings.html:16
msgid "Settings"
msgstr ""
-#: .\cookbook\templates\base.html:131 .\cookbook\templates\history.html:6
+#: .\cookbook\templates\base.html:132 .\cookbook\templates\history.html:6
#: .\cookbook\templates\history.html:14
msgid "History"
msgstr ""
-#: .\cookbook\templates\base.html:134
-msgid "Admin"
+#: .\cookbook\templates\base.html:136 .\cookbook\templates\system.html:13
+msgid "System"
msgstr ""
#: .\cookbook\templates\base.html:138
+msgid "Admin"
+msgstr ""
+
+#: .\cookbook\templates\base.html:142
msgid "Markdown Help"
msgstr ""
-#: .\cookbook\templates\base.html:140
+#: .\cookbook\templates\base.html:144
msgid "GitHub"
msgstr ""
-#: .\cookbook\templates\base.html:143
+#: .\cookbook\templates\base.html:148
+msgid "API Browser"
+msgstr ""
+
+#: .\cookbook\templates\base.html:151
msgid "Logout"
msgstr ""
-#: .\cookbook\templates\base.html:148
-#: .\cookbook\templates\registration\login.html:44
+#: .\cookbook\templates\base.html:156
+#: .\cookbook\templates\registration\login.html:4
+#: .\cookbook\templates\registration\login.html:46
msgid "Login"
msgstr ""
@@ -339,7 +428,7 @@ msgstr ""
msgid "Add the specified keywords to all recipes containing a word"
msgstr ""
-#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:149
+#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:59
msgid "Sync"
msgstr ""
@@ -380,8 +469,8 @@ msgstr ""
msgid "New Book"
msgstr ""
-#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:73
-#: .\cookbook\templates\recipe_view.html:320
+#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:67
+#: .\cookbook\templates\recipe_view.html:389
msgid "by"
msgstr ""
@@ -391,8 +480,8 @@ msgstr ""
#: .\cookbook\templates\books.html:54
#: .\cookbook\templates\meal_plan_entry.html:48
-#: .\cookbook\templates\recipe_view.html:96
-#: .\cookbook\templates\recipes_table.html:57
+#: .\cookbook\templates\recipe_view.html:90
+#: .\cookbook\templates\recipes_table.html:59
msgid "Last cooked"
msgstr ""
@@ -405,6 +494,8 @@ msgid "Export Recipes"
msgstr ""
#: .\cookbook\templates\export.html:19
+#: .\cookbook\templates\recipe_view.html:50
+#: .\cookbook\templates\shopping_list.html:249
msgid "Export"
msgstr ""
@@ -417,13 +508,10 @@ msgid "Copy to clipboard"
msgstr ""
#: .\cookbook\templates\export.html:54
-#: .\cookbook\templates\shopping_list.html:48
msgid "Copied!"
msgstr ""
#: .\cookbook\templates\export.html:61
-#: .\cookbook\templates\shopping_list.html:37
-#: .\cookbook\templates\shopping_list.html:55
msgid "Copy list to clipboard"
msgstr ""
@@ -433,71 +521,246 @@ msgid "Import new Recipe"
msgstr ""
#: .\cookbook\templates\forms\edit_import_recipe.html:14
-#: .\cookbook\templates\forms\edit_internal_recipe.html:50
+#: .\cookbook\templates\forms\edit_internal_recipe.html:335
+#: .\cookbook\templates\forms\edit_internal_recipe.html:359
#: .\cookbook\templates\generic\edit_template.html:23
#: .\cookbook\templates\generic\new_template.html:23
#: .\cookbook\templates\include\log_cooking.html:28
-#: .\cookbook\templates\recipe_view.html:367
-#: .\cookbook\templates\settings.html:27 .\cookbook\templates\settings.html:33
-#: .\cookbook\templates\settings.html:55 .\cookbook\templates\settings.html:69
+#: .\cookbook\templates\meal_plan.html:282
+#: .\cookbook\templates\recipe_view.html:440
+#: .\cookbook\templates\settings.html:28 .\cookbook\templates\settings.html:35
+#: .\cookbook\templates\settings.html:57 .\cookbook\templates\settings.html:72
+#: .\cookbook\templates\shopping_list.html:251
msgid "Save"
msgstr ""
-#: .\cookbook\templates\forms\edit_internal_recipe.html:8
-#: .\cookbook\templates\forms\edit_internal_recipe.html:18
+#: .\cookbook\templates\forms\edit_internal_recipe.html:7
+#: .\cookbook\templates\forms\edit_internal_recipe.html:34
msgid "Edit Recipe"
msgstr ""
-#: .\cookbook\templates\forms\edit_internal_recipe.html:36
-msgid "Insert a header between the ingredients."
+#: .\cookbook\templates\forms\edit_internal_recipe.html:59
+msgid "Preperation Time"
msgstr ""
-#: .\cookbook\templates\forms\edit_internal_recipe.html:40
-msgid ""
-"Use Ctrl+Space to insert new Ingredient!The meal plan module allows planning of meals " +"both with recipes or just notes.
\n" +"Simply select a recipe from the list of " +"recently viewed recipes or search the one you\n" +" want and drag it to the desired plan " +"position. You can also add a note and a title and\n" +" then drag the recipe to create a plan entry " +"with a custom title and note. Creating only\n" +" Notes is possible by dragging the create " +"note box into the plan.
\n" +"Click on a recipe in order to open the detail " +"view. Here you can also add it to the\n" +" shopping list. You can also add all recipes " +"of a day to the shopping list by\n" +" clicking the shopping cart at the top of the " +"table.
\n" +"Since a common use case is to plan meals " +"together you can define\n" +" users you want to share your plan with in " +"the settings.\n" +"
\n" +"You can also edit the types of meals you want " +"to plan. If you share your plan with\n" +" someone with\n" +" different meals, their meal types will " +"appear in your list as well. To prevent\n" +" duplicates (e.g. Other and Misc.)\n" +" name your meal types the same as the users " +"you share your meals with and they will be\n" +" merged.
\n" +" " +msgstr "" + +#: .\cookbook\templates\meal_plan.html:558 +msgid "" +"When deleting a meal type all entries using that type will be deleted as " +"well. Deletion will apply when configuration is saved. Do you want to " +"proceed?" +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:6 +msgid "Meal Plan View" +msgstr "" + #: .\cookbook\templates\meal_plan_entry.html:50 msgid "Never cooked before." msgstr "" @@ -817,64 +1221,68 @@ msgstr "" msgid "Other meals on this day" msgstr "" -#: .\cookbook\templates\recipe_view.html:44 +#: .\cookbook\templates\recipe_view.html:38 msgid "Add to Book" msgstr "" -#: .\cookbook\templates\recipe_view.html:48 -msgid "Generate shopping list" +#: .\cookbook\templates\recipe_view.html:44 +msgid "Add to Plan" msgstr "" -#: .\cookbook\templates\recipe_view.html:52 -msgid "Add to Mealplan" -msgstr "" - -#: .\cookbook\templates\recipe_view.html:55 +#: .\cookbook\templates\recipe_view.html:46 +#: .\cookbook\templates\recipes_table.html:81 msgid "Log Cooking" msgstr "" -#: .\cookbook\templates\recipe_view.html:58 +#: .\cookbook\templates\recipe_view.html:48 msgid "Print" msgstr "" -#: .\cookbook\templates\recipe_view.html:62 -msgid "Export recipe" +#: .\cookbook\templates\recipe_view.html:53 +msgid "Share" msgstr "" -#: .\cookbook\templates\recipe_view.html:68 +#: .\cookbook\templates\recipe_view.html:62 msgid "in" msgstr "" -#: .\cookbook\templates\recipe_view.html:86 -#: .\cookbook\templates\recipes_table.html:44 +#: .\cookbook\templates\recipe_view.html:80 +#: .\cookbook\templates\recipes_table.html:46 +#: .\cookbook\templates\url_import.html:55 msgid "Preparation time ca." msgstr "" -#: .\cookbook\templates\recipe_view.html:92 -#: .\cookbook\templates\recipes_table.html:50 +#: .\cookbook\templates\recipe_view.html:86 +#: .\cookbook\templates\recipes_table.html:52 +#: .\cookbook\templates\url_import.html:60 msgid "Waiting time ca." msgstr "" -#: .\cookbook\templates\recipe_view.html:200 +#: .\cookbook\templates\recipe_view.html:201 #: .\cookbook\templates\recipes_table.html:19 #: .\cookbook\templates\recipes_table.html:23 +#: .\cookbook\templates\url_import.html:50 msgid "Recipe Image" msgstr "" -#: .\cookbook\templates\recipe_view.html:223 -#: .\cookbook\templates\recipe_view.html:257 +#: .\cookbook\templates\recipe_view.html:231 +msgid "Minutes" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:331 +#: .\cookbook\templates\recipe_view.html:368 msgid "View external recipe" msgstr "" -#: .\cookbook\templates\recipe_view.html:235 -msgid "Cloud not show a file preview. Maybe its not a PDF ?" +#: .\cookbook\templates\recipe_view.html:346 +msgid "External recipe image" msgstr "" -#: .\cookbook\templates\recipe_view.html:242 +#: .\cookbook\templates\recipe_view.html:353 msgid "External recipe" msgstr "" -#: .\cookbook\templates\recipe_view.html:244 +#: .\cookbook\templates\recipe_view.html:355 msgid "" "\n" " This is an external recipe, which means " @@ -888,45 +1296,77 @@ msgid "" " " msgstr "" -#: .\cookbook\templates\recipe_view.html:255 +#: .\cookbook\templates\recipe_view.html:366 msgid "Convert now!" msgstr "" -#: .\cookbook\templates\recipe_view.html:315 +#: .\cookbook\templates\recipe_view.html:384 #: .\cookbook\templates\stats.html:47 msgid "Comments" msgstr "" -#: .\cookbook\templates\recipe_view.html:336 .\cookbook\views\delete.py:112 -#: .\cookbook\views\edit.py:233 +#: .\cookbook\templates\recipe_view.html:407 .\cookbook\views\delete.py:108 +#: .\cookbook\views\edit.py:143 msgid "Comment" msgstr "" -#: .\cookbook\templates\recipes_table.html:53 +#: .\cookbook\templates\recipes_table.html:55 msgid "External" msgstr "" -#: .\cookbook\templates\recipes_table.html:61 -msgid "Log" +#: .\cookbook\templates\registration\login.html:10 +msgid "Your username and password didn't match. Please try again." msgstr "" -#: .\cookbook\templates\registration\login.html:8 -msgid "Your username and password didn't match. Please try again." +#: .\cookbook\templates\registration\signup.html:5 +msgid "Register" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:9 +msgid "Create your Account" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:14 +msgid "Create User" +msgstr "" + +#: .\cookbook\templates\rest_framework\api.html:5 +msgid "Recipe Home" msgstr "" #: .\cookbook\templates\settings.html:22 msgid "Account" msgstr "" -#: .\cookbook\templates\settings.html:39 +#: .\cookbook\templates\settings.html:41 msgid "Language" msgstr "" -#: .\cookbook\templates\settings.html:64 +#: .\cookbook\templates\settings.html:66 msgid "Style" msgstr "" -#: .\cookbook\templates\setup.html:6 +#: .\cookbook\templates\settings.html:78 +msgid "API Token" +msgstr "" + +#: .\cookbook\templates\settings.html:79 +msgid "" +"You can use both basic authentication and token based authentication to " +"access the REST API." +msgstr "" + +#: .\cookbook\templates\settings.html:91 +msgid "" +"Use the token as an Authorization header prefixed by the word token as shown " +"in the following examples:" +msgstr "" + +#: .\cookbook\templates\settings.html:93 +msgid "or" +msgstr "" + +#: .\cookbook\templates\setup.html:6 .\cookbook\templates\system.html:5 msgid "Cookbook Setup" msgstr "" @@ -942,12 +1382,46 @@ msgstr "" msgid "Create Superuser" msgstr "" -#: .\cookbook\templates\shopping_list.html:15 -msgid "Shopping List" +#: .\cookbook\templates\shopping_list.html:71 +msgid "Shopping Recipes" msgstr "" -#: .\cookbook\templates\shopping_list.html:20 -msgid "Load" +#: .\cookbook\templates\shopping_list.html:75 +msgid "No recipes selected" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:145 +msgid "Amount" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:206 +msgid "Finished" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:257 +msgid "Copy/Export" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:261 +msgid "List Prefix" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:476 +#: .\cookbook\templates\shopping_list.html:507 +#: .\cookbook\templates\shopping_list.html:530 +msgid "There was an error updating a resource!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:487 +msgid "Object created successfully!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:496 +msgid "There was an error creating a resource!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:556 +msgid "Please enter a valid food" msgstr "" #: .\cookbook\templates\stats.html:4 @@ -978,128 +1452,340 @@ msgstr "" msgid "Internal Recipes" msgstr "" -#: .\cookbook\views\api.py:66 +#: .\cookbook\templates\system.html:21 .\cookbook\views\lists.py:73 +msgid "Invite Links" +msgstr "" + +#: .\cookbook\templates\system.html:22 +msgid "Show Links" +msgstr "" + +#: .\cookbook\templates\system.html:26 +msgid "Backup & Restore" +msgstr "" + +#: .\cookbook\templates\system.html:27 +msgid "Download Backup" +msgstr "" + +#: .\cookbook\templates\system.html:37 +msgid "System Information" +msgstr "" + +#: .\cookbook\templates\system.html:39 +msgid "" +"\n" +" Django Recipes is an open source free software application. It can " +"be found on\n" +" GitHub.\n" +" Changelogs can be found here.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:53 +msgid "Media Serving" +msgstr "" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 +msgid "Warning" +msgstr "" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 .\cookbook\templates\system.html:100 +msgid "Ok" +msgstr "" + +#: .\cookbook\templates\system.html:56 +msgid "" +"Serving media files directly using gunicorn/python is not recommend!\n" +" Please follow the steps described\n" +" here to update\n" +" your installation.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:62 .\cookbook\templates\system.html:78 +#: .\cookbook\templates\system.html:93 .\cookbook\templates\system.html:107 +msgid "Everything is fine!" +msgstr "" + +#: .\cookbook\templates\system.html:67 +msgid "Secret Key" +msgstr "" + +#: .\cookbook\templates\system.html:71 +msgid "" +"\n" +" You do not have aSECRET_KEY configured in your "
+".env file. Django defaulted to the\n"
+" standard key\n"
+" provided with the installation which is publicly know and "
+"insecure! Please set\n"
+" SECRET_KEY int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:83
+msgid "Debug Mode"
+msgstr ""
+
+#: .\cookbook\templates\system.html:87
+msgid ""
+"\n"
+" This application is still running in debug mode. This is most "
+"likely not needed. Turn of debug mode by\n"
+" setting\n"
+" DEBUG=0 int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:98
+msgid "Database"
+msgstr ""
+
+#: .\cookbook\templates\system.html:100
+msgid "Info"
+msgstr ""
+
+#: .\cookbook\templates\system.html:102
+msgid ""
+"\n"
+" This application is not running with a Postgres database "
+"backend. This is ok but not recommended as some\n"
+" features only work with postgres databases.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:5
+msgid "URL Import"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:23
+msgid "Enter website URL"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:44
+msgid "Recipe Name"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:99
+#: .\cookbook\templates\url_import.html:131
+#: .\cookbook\templates\url_import.html:186
+msgid "Select one"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:197
+msgid "All Keywords"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:199
+msgid "Import all Keywords not only the ones already existing."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:225
+msgid "Information"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:227
+msgid ""
+" Only websites containing ld+json or microdata information can currently\n"
+" be imported. Most big recipe pages "
+"support this. If you site cannot be imported but\n"
+" you think\n"
+" it probably has some kind of structured "
+"data feel free to post an example in the\n"
+" github issues."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:235
+msgid "Google ld+json Info"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:238
+msgid "GitHub Issues"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:240
+msgid "Recipe Markup Specification"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:313
+msgid "Already importing the selected recipe, please wait!"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:322
+msgid "An error occurred while trying to import this recipe!"
+msgstr ""
+
+#: .\cookbook\views\api.py:58
+msgid "Parameter filter_list incorrectly formatted"
+msgstr ""
+
+#: .\cookbook\views\api.py:70
+msgid "Preference for given user already exists"
+msgstr ""
+
+#: .\cookbook\views\api.py:338
msgid "Sync successful!"
msgstr ""
-#: .\cookbook\views\api.py:69
+#: .\cookbook\views\api.py:341
msgid "Error synchronizing with Storage"
msgstr ""
-#: .\cookbook\views\data.py:72
+#: .\cookbook\views\api.py:396
+msgid "The requested page could not be found."
+msgstr ""
+
+#: .\cookbook\views\api.py:399
+msgid ""
+"The requested page refused to provide any information (Status Code 403)."
+msgstr ""
+
+#: .\cookbook\views\data.py:83
#, python-format
msgid "Batch edit done. %(count)d recipe was updated."
msgid_plural "Batch edit done. %(count)d Recipes where updated."
msgstr[0] ""
msgstr[1] ""
-#: .\cookbook\views\delete.py:65
+#: .\cookbook\views\delete.py:66
msgid "Monitor"
msgstr ""
-#: .\cookbook\views\delete.py:101 .\cookbook\views\lists.py:53
-#: .\cookbook\views\new.py:67
+#: .\cookbook\views\delete.py:90 .\cookbook\views\lists.py:65
+#: .\cookbook\views\new.py:75
msgid "Storage Backend"
msgstr ""
-#: .\cookbook\views\delete.py:123 .\cookbook\views\edit.py:265
-#: .\cookbook\views\new.py:117
+#: .\cookbook\views\delete.py:97
+msgid ""
+"Could not delete this storage backend as it is used in at least one monitor."
+msgstr ""
+
+#: .\cookbook\views\delete.py:119 .\cookbook\views\edit.py:175
+#: .\cookbook\views\new.py:125
msgid "Recipe Book"
msgstr ""
-#: .\cookbook\views\delete.py:142
+#: .\cookbook\views\delete.py:138
msgid "Bookmarks"
msgstr ""
-#: .\cookbook\views\edit.py:106
-msgid "There was an error converting your ingredients amount to a number: "
+#: .\cookbook\views\delete.py:160 .\cookbook\views\new.py:181
+msgid "Invite Link"
msgstr ""
-#: .\cookbook\views\edit.py:122
-msgid "Recipe saved!"
+#: .\cookbook\views\edit.py:93
+msgid "Food"
msgstr ""
-#: .\cookbook\views\edit.py:124
-msgid "There was an error saving this recipe!"
-msgstr ""
-
-#: .\cookbook\views\edit.py:192
+#: .\cookbook\views\edit.py:102
msgid "You cannot edit this storage!"
msgstr ""
-#: .\cookbook\views\edit.py:211
+#: .\cookbook\views\edit.py:121
msgid "Storage saved!"
msgstr ""
-#: .\cookbook\views\edit.py:213
+#: .\cookbook\views\edit.py:123
msgid "There was an error updating this storage backend!"
msgstr ""
-#: .\cookbook\views\edit.py:220
+#: .\cookbook\views\edit.py:130
msgid "Storage"
msgstr ""
-#: .\cookbook\views\edit.py:300
+#: .\cookbook\views\edit.py:215
msgid "Changes saved!"
msgstr ""
-#: .\cookbook\views\edit.py:304
+#: .\cookbook\views\edit.py:219
msgid "Error saving changes!"
msgstr ""
-#: .\cookbook\views\edit.py:334
+#: .\cookbook\views\edit.py:249
msgid "Units merged!"
msgstr ""
-#: .\cookbook\views\edit.py:347
-msgid "Ingredients merged!"
+#: .\cookbook\views\edit.py:262
+msgid "Foods merged!"
msgstr ""
-#: .\cookbook\views\import_export.py:59
+#: .\cookbook\views\import_export.py:42
msgid "Recipe imported successfully!"
msgstr ""
-#: .\cookbook\views\import_export.py:106
+#: .\cookbook\views\import_export.py:45
+msgid "Something went wrong during the import!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:48
+msgid "Could not parse the supplied JSON!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:79
msgid ""
"External recipes cannot be exported, please share the file directly or "
"select an internal recipe."
msgstr ""
-#: .\cookbook\views\lists.py:26
+#: .\cookbook\views\lists.py:28
msgid "Import Log"
msgstr ""
-#: .\cookbook\views\lists.py:35
+#: .\cookbook\views\lists.py:37
msgid "Discovery"
msgstr ""
-#: .\cookbook\views\new.py:90
+#: .\cookbook\views\lists.py:57
+msgid "Shopping Lists"
+msgstr ""
+
+#: .\cookbook\views\new.py:98
msgid "Imported new recipe!"
msgstr ""
-#: .\cookbook\views\new.py:93
+#: .\cookbook\views\new.py:101
msgid "There was an error importing this recipe!"
msgstr ""
-#: .\cookbook\views\views.py:84
+#: .\cookbook\views\views.py:86
+msgid "You do not have the required permissions to perform this action!"
+msgstr ""
+
+#: .\cookbook\views\views.py:98
msgid "Comment saved!"
msgstr ""
-#: .\cookbook\views\views.py:94
+#: .\cookbook\views\views.py:108
msgid "Bookmark saved!"
msgstr ""
-#: .\cookbook\views\views.py:267
+#: .\cookbook\views\views.py:254
msgid ""
"The setup page can only be used to create the first user! If you have "
"forgotten your superuser credentials please consult the django documentation "
"on how to reset passwords."
msgstr ""
-#: .\cookbook\views\views.py:274
+#: .\cookbook\views\views.py:261 .\cookbook\views\views.py:301
msgid "Passwords dont match!"
msgstr ""
-#: .\cookbook\views\views.py:284
+#: .\cookbook\views\views.py:272 .\cookbook\views\views.py:310
msgid "User has been created, please login!"
msgstr ""
+
+#: .\cookbook\views\views.py:287
+msgid "Malformed Invite Link supplied!"
+msgstr ""
+
+#: .\cookbook\views\views.py:327
+msgid "Invite Link not valid or already used!"
+msgstr ""
diff --git a/cookbook/locale/fr/LC_MESSAGES/django.mo b/cookbook/locale/fr/LC_MESSAGES/django.mo
index 53e521b80..860e8ca32 100644
Binary files a/cookbook/locale/fr/LC_MESSAGES/django.mo and b/cookbook/locale/fr/LC_MESSAGES/django.mo differ
diff --git a/cookbook/locale/fr/LC_MESSAGES/django.po b/cookbook/locale/fr/LC_MESSAGES/django.po
index 01a801b8d..558fe6fe5 100644
--- a/cookbook/locale/fr/LC_MESSAGES/django.po
+++ b/cookbook/locale/fr/LC_MESSAGES/django.po
@@ -2,31 +2,32 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR - [ ] in list for easier usage in markdown based "
"documents."
msgstr ""
-"Inclure - [ ] dans les listes pour une utilisation plus facile"
-" dans les documents Markdown."
+"Inclure - [ ] dans les listes pour une utilisation plus facile "
+"dans les documents Markdown."
-#: .\cookbook\forms.py:118
+#: .\cookbook\forms.py:119
msgid "Export Base64 encoded image?"
msgstr "Exporter l'image encodée en Base64?"
-#: .\cookbook\forms.py:122
+#: .\cookbook\forms.py:123
msgid "Download export directly or show on page?"
msgstr "Téléchargez directement l'exportation ou la montrer sur la page?"
-#: .\cookbook\forms.py:128
+#: .\cookbook\forms.py:129
msgid "Simply paste a JSON export into this textarea and click import."
msgstr ""
"Coller simplement une exportation JSON dans ce champ texte et cliquez sur "
"importer."
-#: .\cookbook\forms.py:137
+#: .\cookbook\forms.py:138
msgid "New Unit"
msgstr "Nouvelle Unité"
-#: .\cookbook\forms.py:138
+#: .\cookbook\forms.py:139
msgid "New unit that other gets replaced by."
msgstr "La nouvelle unité qui remplacera l'autre."
-#: .\cookbook\forms.py:143
+#: .\cookbook\forms.py:144
msgid "Old Unit"
msgstr "Ancienne Unité"
-#: .\cookbook\forms.py:144
+#: .\cookbook\forms.py:145
msgid "Unit that should be replaced."
msgstr "L'unité qui doit être remplacée."
-#: .\cookbook\forms.py:154
-msgid "New Ingredient"
-msgstr "Nouvel Ingrédient"
-
#: .\cookbook\forms.py:155
-msgid "New ingredient that other gets replaced by."
-msgstr "Le nouvel Ingrédient qui remplacera l'autre."
+#, fuzzy
+#| msgid "New Book"
+msgid "New Food"
+msgstr "Nouveau livre"
-#: .\cookbook\forms.py:160
-msgid "Old Ingredient"
-msgstr "Ancien Ingrédient"
+#: .\cookbook\forms.py:156
+#, fuzzy
+#| msgid "New unit that other gets replaced by."
+msgid "New food that other gets replaced by."
+msgstr "La nouvelle unité qui remplacera l'autre."
#: .\cookbook\forms.py:161
-msgid "Ingredient that should be replaced."
-msgstr "L'ingrédient qui doit être remplacé."
+msgid "Old Food"
+msgstr ""
-#: .\cookbook\forms.py:173
+#: .\cookbook\forms.py:162
+#, fuzzy
+#| msgid "Unit that should be replaced."
+msgid "Food that should be replaced."
+msgstr "L'unité qui doit être remplacée."
+
+#: .\cookbook\forms.py:174
msgid "Add your comment: "
msgstr "Ajoutez votre commentaire:"
-#: .\cookbook\forms.py:198
+#: .\cookbook\forms.py:199
msgid "Leave empty for dropbox and enter app password for nextcloud."
msgstr ""
"Laissez vide pour dropbox et renseigner votre mot de passe d'application "
"pour nextcloud."
-#: .\cookbook\forms.py:201
+#: .\cookbook\forms.py:202
msgid "Leave empty for nextcloud and enter api token for dropbox."
msgstr ""
"Laissez vide pour nextcloud et renseigner vote jeton d'api pour dropbox."
-#: .\cookbook\forms.py:209
+#: .\cookbook\forms.py:210
msgid ""
-"Leave empty for dropbox and enter only base url for nextcloud "
-"(/remote.php/webdav/ is added automatically)"
+"Leave empty for dropbox and enter only base url for nextcloud (/remote."
+"php/webdav/ is added automatically)"
msgstr ""
"Laisser vide pour Dropbox et saisissez seulement l'URL de base pour "
"Nextcloud (/remote.php/webdav/ est ajouté automatiquement)"
-#: .\cookbook\forms.py:228
+#: .\cookbook\forms.py:229
msgid "Search String"
msgstr "Texte recherché"
-#: .\cookbook\forms.py:242
+#: .\cookbook\forms.py:243
msgid "File ID"
msgstr "Fichier ID"
-#: .\cookbook\forms.py:260
+#: .\cookbook\forms.py:261
msgid "You must provide at least a recipe or a title."
msgstr "Vous devez au moins fournir une recette ou un titre."
-#: .\cookbook\forms.py:269
+#: .\cookbook\forms.py:270
msgid "You can list default users to share recipes with in the settings."
msgstr ""
"Vous pouvez lister les utilisateurs par défaut avec qui partager des "
"recettes dans les paramètres."
-#: .\cookbook\helper\permission_helper.py:42
-#: .\cookbook\helper\permission_helper.py:60
-msgid "You are not logged in and therefore cannot view this page!"
-msgstr "Vous n'êtes pas connecté et ne pouvez donc pas afficher cette page !"
+#: .\cookbook\forms.py:271
+#: .\cookbook\templates\forms\edit_internal_recipe.html:323
+msgid ""
+"You can use markdown to format this field. See the docs here"
+msgstr ""
+"Vous pouvez utiliser du markdown pour mettre ne forme ce champ. Voir la documentation ici"
-#: .\cookbook\helper\permission_helper.py:51 .\cookbook\views\views.py:167
+#: .\cookbook\forms.py:272
+msgid "Scaling factor for recipe."
+msgstr ""
+
+#: .\cookbook\forms.py:283
+msgid "A username is not required, if left blank the new user can choose one."
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:113
+#: .\cookbook\helper\permission_helper.py:155
+#: .\cookbook\helper\permission_helper.py:169
+#: .\cookbook\helper\permission_helper.py:180
+#: .\cookbook\helper\permission_helper.py:191 .\cookbook\views\data.py:27
+#: .\cookbook\views\views.py:79 .\cookbook\views\views.py:158
msgid "You do not have the required permissions to view this page!"
msgstr "Vous n'avez pas les droits suffisants pour afficher cette page !"
-#: .\cookbook\helper\permission_helper.py:65 .\cookbook\views\delete.py:136
+#: .\cookbook\helper\permission_helper.py:123
+msgid "You are not logged in and therefore cannot view this page!"
+msgstr "Vous n'êtes pas connecté et ne pouvez donc pas afficher cette page !"
+
+#: .\cookbook\helper\permission_helper.py:127
+#: .\cookbook\helper\permission_helper.py:141 .\cookbook\views\delete.py:132
msgid "You cannot interact with this object as its not owned by you!"
msgstr ""
"Vous ne pouvez pas interagir avec cet objet car vous ne le possédez pas!"
-#: .\cookbook\models.py:50
-msgid "Search"
-msgstr "Recherche"
+#: .\cookbook\helper\recipe_url_import.py:35
+msgid "The requested site provided malformed data and cannot be read."
+msgstr ""
-#: .\cookbook\models.py:50 .\cookbook\templates\base.html:73
-#: .\cookbook\templates\meal_plan.html:4
-#: .\cookbook\templates\meal_plan.html:32 .\cookbook\views\delete.py:153
-#: .\cookbook\views\edit.py:279 .\cookbook\views\new.py:143
-msgid "Meal-Plan"
-msgstr "Plan de repas"
+#: .\cookbook\helper\recipe_url_import.py:44
+msgid ""
+"The requested site does not provide any recognized data format to import the "
+"recipe from."
+msgstr ""
-#: .\cookbook\models.py:50 .\cookbook\templates\base.html:70
-msgid "Books"
-msgstr "Livres"
+#: .\cookbook\helper\recipe_url_import.py:152
+#, fuzzy
+#| msgid "Import Log"
+msgid "Imported from "
+msgstr "Importer les logs"
-#: .\cookbook\models.py:56
-msgid "Small"
-msgstr "Petit"
-
-#: .\cookbook\models.py:56
-msgid "Large"
-msgstr "Grand"
-
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:12
msgid "Breakfast"
msgstr "Petit-déjeuner"
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:17
msgid "Lunch"
msgstr "Déjeuner"
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:22
msgid "Dinner"
msgstr "Diner"
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:27
msgid "Other"
msgstr "Autre"
+#: .\cookbook\models.py:59 .\cookbook\templates\shopping_list.html:44
+msgid "Search"
+msgstr "Recherche"
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:74
+#: .\cookbook\templates\meal_plan.html:5 .\cookbook\views\delete.py:149
+#: .\cookbook\views\edit.py:194 .\cookbook\views\new.py:156
+msgid "Meal-Plan"
+msgstr "Plan de repas"
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:71
+msgid "Books"
+msgstr "Livres"
+
+#: .\cookbook\models.py:65
+msgid "Small"
+msgstr "Petit"
+
+#: .\cookbook\models.py:65
+msgid "Large"
+msgstr "Grand"
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:149
+msgid "Text"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:150
+msgid "Time"
+msgstr ""
+
#: .\cookbook\tables.py:29 .\cookbook\templates\books.html:36
#: .\cookbook\templates\generic\edit_template.html:6
#: .\cookbook\templates\generic\edit_template.html:14
+#: .\cookbook\templates\meal_plan.html:238
+#: .\cookbook\templates\recipe_view.html:36
+#: .\cookbook\templates\recipes_table.html:77
+#: .\cookbook\templates\shopping_list.html:29
msgid "Edit"
msgstr "Editer"
-#: .\cookbook\tables.py:103 .\cookbook\templates\books.html:38
-#: .\cookbook\templates\forms\edit_internal_recipe.html:52
-#: .\cookbook\templates\forms\edit_internal_recipe.html:163
+#: .\cookbook\tables.py:103 .\cookbook\tables.py:122
+#: .\cookbook\templates\books.html:38
#: .\cookbook\templates\generic\delete_template.html:5
#: .\cookbook\templates\generic\delete_template.html:13
-#: .\cookbook\templates\generic\edit_template.html:25
+#: .\cookbook\templates\generic\edit_template.html:27
+#: .\cookbook\templates\meal_plan.html:234
msgid "Delete"
msgstr "Supprimer"
-#: .\cookbook\templates\base.html:59
+#: .\cookbook\tables.py:121
+msgid "Link"
+msgstr ""
+
+#: .\cookbook\templates\404.html:5
+msgid "404 Error"
+msgstr ""
+
+#: .\cookbook\templates\404.html:18
+msgid "The page you are looking for could not be found."
+msgstr ""
+
+#: .\cookbook\templates\404.html:33
+msgid "Take me Home"
+msgstr ""
+
+#: .\cookbook\templates\404.html:35
+msgid "Report a Bug"
+msgstr ""
+
+#: .\cookbook\templates\api_info.html:5 .\cookbook\templates\base.html:146
+#: .\cookbook\templates\rest_framework\api.html:11
+msgid "API Documentation"
+msgstr ""
+
+#: .\cookbook\templates\base.html:60
#: .\cookbook\templates\forms\ingredients.html:7
-#: .\cookbook\templates\index.html:7 .\cookbook\templates\shopping_list.html:7
+#: .\cookbook\templates\index.html:7
msgid "Cookbook"
msgstr "Livre de recettes"
-#: .\cookbook\templates\base.html:66
+#: .\cookbook\templates\base.html:67
msgid "Utensils"
msgstr "Ustensiles"
-#: .\cookbook\templates\base.html:76
+#: .\cookbook\templates\base.html:77
msgid "Shopping"
msgstr "Courses"
-#: .\cookbook\templates\base.html:86
+#: .\cookbook\templates\base.html:87
msgid "Tags"
msgstr "Tags"
-#: .\cookbook\templates\base.html:90 .\cookbook\views\delete.py:77
-#: .\cookbook\views\edit.py:166 .\cookbook\views\lists.py:18
-#: .\cookbook\views\new.py:48
+#: .\cookbook\templates\base.html:91 .\cookbook\views\delete.py:78
+#: .\cookbook\views\edit.py:76 .\cookbook\views\lists.py:20
+#: .\cookbook\views\new.py:56
msgid "Keyword"
msgstr "Mot-clé"
-#: .\cookbook\templates\base.html:92
+#: .\cookbook\templates\base.html:93
msgid "Batch Edit"
msgstr "Modification en masse"
-#: .\cookbook\templates\base.html:97
+#: .\cookbook\templates\base.html:98
msgid "Storage Data"
msgstr "Données de stockage"
-#: .\cookbook\templates\base.html:101
+#: .\cookbook\templates\base.html:102
msgid "Storage Backends"
msgstr "Backends de stockage"
-#: .\cookbook\templates\base.html:103
+#: .\cookbook\templates\base.html:104
msgid "Configure Sync"
msgstr "Configurer synchro"
-#: .\cookbook\templates\base.html:105
+#: .\cookbook\templates\base.html:106
msgid "Discovered Recipes"
msgstr "Recettes découvertes"
-#: .\cookbook\templates\base.html:107
+#: .\cookbook\templates\base.html:108
msgid "Discovery Log"
msgstr "Journal des découvertes"
-#: .\cookbook\templates\base.html:109 .\cookbook\templates\stats.html:10
+#: .\cookbook\templates\base.html:110 .\cookbook\templates\stats.html:10
msgid "Statistics"
msgstr "Statistiques"
-#: .\cookbook\templates\base.html:111
+#: .\cookbook\templates\base.html:112
msgid "Units & Ingredients"
msgstr "Unités et ingrédients"
-#: .\cookbook\templates\base.html:113
+#: .\cookbook\templates\base.html:114
msgid "Import Recipe"
msgstr "Importer une Recette"
-#: .\cookbook\templates\base.html:129 .\cookbook\templates\settings.html:6
+#: .\cookbook\templates\base.html:130 .\cookbook\templates\settings.html:6
#: .\cookbook\templates\settings.html:16
msgid "Settings"
msgstr "Paramètres"
-#: .\cookbook\templates\base.html:131 .\cookbook\templates\history.html:6
+#: .\cookbook\templates\base.html:132 .\cookbook\templates\history.html:6
#: .\cookbook\templates\history.html:14
msgid "History"
msgstr "Historique"
-#: .\cookbook\templates\base.html:134
+#: .\cookbook\templates\base.html:136 .\cookbook\templates\system.html:13
+msgid "System"
+msgstr ""
+
+#: .\cookbook\templates\base.html:138
msgid "Admin"
msgstr "Admin"
-#: .\cookbook\templates\base.html:138
+#: .\cookbook\templates\base.html:142
msgid "Markdown Help"
msgstr "Aide Markdown"
-#: .\cookbook\templates\base.html:140
+#: .\cookbook\templates\base.html:144
msgid "GitHub"
msgstr "GitHub"
-#: .\cookbook\templates\base.html:143
+#: .\cookbook\templates\base.html:148
+msgid "API Browser"
+msgstr ""
+
+#: .\cookbook\templates\base.html:151
msgid "Logout"
msgstr "Déconnexion"
-#: .\cookbook\templates\base.html:148
-#: .\cookbook\templates\registration\login.html:44
+#: .\cookbook\templates\base.html:156
+#: .\cookbook\templates\registration\login.html:4
+#: .\cookbook\templates\registration\login.html:46
msgid "Login"
msgstr "Connexion"
@@ -361,10 +459,9 @@ msgstr "Modifier en masse les recettes"
#: .\cookbook\templates\batch\edit.html:20
msgid "Add the specified keywords to all recipes containing a word"
-msgstr ""
-"Ajouter les mots-clés spécifiés à toutes les recettes contenant un mot"
+msgstr "Ajouter les mots-clés spécifiés à toutes les recettes contenant un mot"
-#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:149
+#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:59
msgid "Sync"
msgstr "Synchro"
@@ -409,8 +506,8 @@ msgstr "Livres de recettes"
msgid "New Book"
msgstr "Nouveau livre"
-#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:73
-#: .\cookbook\templates\recipe_view.html:320
+#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:67
+#: .\cookbook\templates\recipe_view.html:389
msgid "by"
msgstr "par"
@@ -420,8 +517,8 @@ msgstr "Activer les Recettes"
#: .\cookbook\templates\books.html:54
#: .\cookbook\templates\meal_plan_entry.html:48
-#: .\cookbook\templates\recipe_view.html:96
-#: .\cookbook\templates\recipes_table.html:57
+#: .\cookbook\templates\recipe_view.html:90
+#: .\cookbook\templates\recipes_table.html:59
msgid "Last cooked"
msgstr "Cuisiné récemment"
@@ -434,6 +531,8 @@ msgid "Export Recipes"
msgstr "Exporter des Recettes"
#: .\cookbook\templates\export.html:19
+#: .\cookbook\templates\recipe_view.html:50
+#: .\cookbook\templates\shopping_list.html:249
msgid "Export"
msgstr "Exporter"
@@ -446,13 +545,10 @@ msgid "Copy to clipboard"
msgstr "Copier dans le presse-papier"
#: .\cookbook\templates\export.html:54
-#: .\cookbook\templates\shopping_list.html:48
msgid "Copied!"
msgstr "Copié!"
#: .\cookbook\templates\export.html:61
-#: .\cookbook\templates\shopping_list.html:37
-#: .\cookbook\templates\shopping_list.html:55
msgid "Copy list to clipboard"
msgstr "Copier la liste dans le presse-papier"
@@ -462,75 +558,291 @@ msgid "Import new Recipe"
msgstr "Importer une nouvelle Recette"
#: .\cookbook\templates\forms\edit_import_recipe.html:14
-#: .\cookbook\templates\forms\edit_internal_recipe.html:50
+#: .\cookbook\templates\forms\edit_internal_recipe.html:335
+#: .\cookbook\templates\forms\edit_internal_recipe.html:359
#: .\cookbook\templates\generic\edit_template.html:23
#: .\cookbook\templates\generic\new_template.html:23
#: .\cookbook\templates\include\log_cooking.html:28
-#: .\cookbook\templates\recipe_view.html:367
-#: .\cookbook\templates\settings.html:27 .\cookbook\templates\settings.html:33
-#: .\cookbook\templates\settings.html:55 .\cookbook\templates\settings.html:69
+#: .\cookbook\templates\meal_plan.html:282
+#: .\cookbook\templates\recipe_view.html:440
+#: .\cookbook\templates\settings.html:28 .\cookbook\templates\settings.html:35
+#: .\cookbook\templates\settings.html:57 .\cookbook\templates\settings.html:72
+#: .\cookbook\templates\shopping_list.html:251
msgid "Save"
msgstr "Sauvegarder"
-#: .\cookbook\templates\forms\edit_internal_recipe.html:8
-#: .\cookbook\templates\forms\edit_internal_recipe.html:18
+#: .\cookbook\templates\forms\edit_internal_recipe.html:7
+#: .\cookbook\templates\forms\edit_internal_recipe.html:34
msgid "Edit Recipe"
msgstr "Éditer une Recette"
-#: .\cookbook\templates\forms\edit_internal_recipe.html:36
-msgid "Insert a header between the ingredients."
-msgstr "Insérer un en-tête entre les ingrédients."
+#: .\cookbook\templates\forms\edit_internal_recipe.html:59
+#, fuzzy
+#| msgid "Preparation time ca."
+msgid "Preperation Time"
+msgstr "Temps de préparation appr."
-#: .\cookbook\templates\forms\edit_internal_recipe.html:40
-msgid ""
-"Use Ctrl+Space to insert new Ingredient!The meal plan module allows planning of meals " +"both with recipes or just notes.
\n" +"Simply select a recipe from the list of " +"recently viewed recipes or search the one you\n" +" want and drag it to the desired plan " +"position. You can also add a note and a title and\n" +" then drag the recipe to create a plan entry " +"with a custom title and note. Creating only\n" +" Notes is possible by dragging the create " +"note box into the plan.
\n" +"Click on a recipe in order to open the detail " +"view. Here you can also add it to the\n" +" shopping list. You can also add all recipes " +"of a day to the shopping list by\n" +" clicking the shopping cart at the top of the " +"table.
\n" +"Since a common use case is to plan meals " +"together you can define\n" +" users you want to share your plan with in " +"the settings.\n" +"
\n" +"You can also edit the types of meals you want " +"to plan. If you share your plan with\n" +" someone with\n" +" different meals, their meal types will " +"appear in your list as well. To prevent\n" +" duplicates (e.g. Other and Misc.)\n" +" name your meal types the same as the users " +"you share your meals with and they will be\n" +" merged.
\n" +" " +msgstr "" + +#: .\cookbook\templates\meal_plan.html:558 +msgid "" +"When deleting a meal type all entries using that type will be deleted as " +"well. Deletion will apply when configuration is saved. Do you want to " +"proceed?" +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:6 +msgid "Meal Plan View" +msgstr "Vue Plan des Repas" + #: .\cookbook\templates\meal_plan_entry.html:50 msgid "Never cooked before." msgstr "N'a jamais été cuisiné." @@ -860,119 +1360,171 @@ msgstr "N'a jamais été cuisiné." msgid "Other meals on this day" msgstr "Autres repas ce jour" -#: .\cookbook\templates\recipe_view.html:44 +#: .\cookbook\templates\recipe_view.html:38 msgid "Add to Book" msgstr "Ajouter au Livre" -#: .\cookbook\templates\recipe_view.html:48 -msgid "Generate shopping list" -msgstr "Générer une liste de courses" - -#: .\cookbook\templates\recipe_view.html:52 -msgid "Add to Mealplan" +#: .\cookbook\templates\recipe_view.html:44 +#, fuzzy +#| msgid "Add to Mealplan" +msgid "Add to Plan" msgstr "Ajouter au Plan des Repas" -#: .\cookbook\templates\recipe_view.html:55 +#: .\cookbook\templates\recipe_view.html:46 +#: .\cookbook\templates\recipes_table.html:81 msgid "Log Cooking" msgstr "Mémoriser la cuisine" -#: .\cookbook\templates\recipe_view.html:58 +#: .\cookbook\templates\recipe_view.html:48 msgid "Print" msgstr "Imprimer" -#: .\cookbook\templates\recipe_view.html:62 -msgid "Export recipe" -msgstr "Exporter la recette" +#: .\cookbook\templates\recipe_view.html:53 +#, fuzzy +#| msgid "Shared with" +msgid "Share" +msgstr "Partagé avec" -#: .\cookbook\templates\recipe_view.html:68 +#: .\cookbook\templates\recipe_view.html:62 msgid "in" msgstr "en" -#: .\cookbook\templates\recipe_view.html:86 -#: .\cookbook\templates\recipes_table.html:44 +#: .\cookbook\templates\recipe_view.html:80 +#: .\cookbook\templates\recipes_table.html:46 +#: .\cookbook\templates\url_import.html:55 msgid "Preparation time ca." msgstr "Temps de préparation appr." -#: .\cookbook\templates\recipe_view.html:92 -#: .\cookbook\templates\recipes_table.html:50 +#: .\cookbook\templates\recipe_view.html:86 +#: .\cookbook\templates\recipes_table.html:52 +#: .\cookbook\templates\url_import.html:60 msgid "Waiting time ca." msgstr "Temps de repos appr." -#: .\cookbook\templates\recipe_view.html:200 +#: .\cookbook\templates\recipe_view.html:201 #: .\cookbook\templates\recipes_table.html:19 #: .\cookbook\templates\recipes_table.html:23 +#: .\cookbook\templates\url_import.html:50 msgid "Recipe Image" msgstr "Image de la Recette" -#: .\cookbook\templates\recipe_view.html:223 -#: .\cookbook\templates\recipe_view.html:257 +#: .\cookbook\templates\recipe_view.html:231 +msgid "Minutes" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:331 +#: .\cookbook\templates\recipe_view.html:368 msgid "View external recipe" msgstr "Voir la recette externe" -#: .\cookbook\templates\recipe_view.html:235 -msgid "Cloud not show a file preview. Maybe its not a PDF ?" -msgstr "" +#: .\cookbook\templates\recipe_view.html:346 +#, fuzzy +#| msgid "External recipe" +msgid "External recipe image" +msgstr "Recette externe" -#: .\cookbook\templates\recipe_view.html:242 +#: .\cookbook\templates\recipe_view.html:353 msgid "External recipe" msgstr "Recette externe" -#: .\cookbook\templates\recipe_view.html:244 +#: .\cookbook\templates\recipe_view.html:355 msgid "" "\n" -" This is an external recipe, which means you can only view it by opening the link\n" +" This is an external recipe, which means " +"you can only view it by opening the link\n" " above.\n" -" You can convert this recipe to a fancy recipe by pressing the convert button. The\n" +" You can convert this recipe to a fancy " +"recipe by pressing the convert button. The\n" " original\n" " file\n" " will still be accessible.\n" " " msgstr "" "\n" -"Ceci est une recette externe, ce qui veut dire qu'elle ne peut être consultée qu'en cliquant sur le lien ci-dessus.\n" -"Vous pouvez convertir cette recette en une Recette à l'aide du bouton Convertir. Le fichier original sera toujours accessible." +"Ceci est une recette externe, ce qui veut dire qu'elle ne peut être " +"consultée qu'en cliquant sur le lien ci-dessus.\n" +"Vous pouvez convertir cette recette en une Recette à l'aide du bouton " +"Convertir. Le fichier original sera toujours accessible." -#: .\cookbook\templates\recipe_view.html:255 +#: .\cookbook\templates\recipe_view.html:366 msgid "Convert now!" msgstr "Convertir !" -#: .\cookbook\templates\recipe_view.html:315 +#: .\cookbook\templates\recipe_view.html:384 #: .\cookbook\templates\stats.html:47 msgid "Comments" msgstr "Commentaires" -#: .\cookbook\templates\recipe_view.html:336 .\cookbook\views\delete.py:112 -#: .\cookbook\views\edit.py:233 +#: .\cookbook\templates\recipe_view.html:407 .\cookbook\views\delete.py:108 +#: .\cookbook\views\edit.py:143 msgid "Comment" msgstr "Commentaire" -#: .\cookbook\templates\recipes_table.html:53 +#: .\cookbook\templates\recipes_table.html:55 msgid "External" msgstr "Externe" -#: .\cookbook\templates\recipes_table.html:61 -msgid "Log" -msgstr "Log" - -#: .\cookbook\templates\registration\login.html:8 +#: .\cookbook\templates\registration\login.html:10 msgid "Your username and password didn't match. Please try again." msgstr "" "Votre nom d'utilisateur et mot de passe ne correspondent pas. Veuillez " "réessayer." +#: .\cookbook\templates\registration\signup.html:5 +msgid "Register" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:9 +#, fuzzy +#| msgid "Created by" +msgid "Create your Account" +msgstr "Créé par" + +#: .\cookbook\templates\registration\signup.html:14 +#, fuzzy +#| msgid "Create Superuser" +msgid "Create User" +msgstr "Créer un super-utilisateur" + +#: .\cookbook\templates\rest_framework\api.html:5 +#, fuzzy +#| msgid "Recipe Image" +msgid "Recipe Home" +msgstr "Image de la Recette" + #: .\cookbook\templates\settings.html:22 msgid "Account" msgstr "Compte" -#: .\cookbook\templates\settings.html:39 +#: .\cookbook\templates\settings.html:41 msgid "Language" msgstr "Langue" -#: .\cookbook\templates\settings.html:64 +#: .\cookbook\templates\settings.html:66 msgid "Style" msgstr "Style" -#: .\cookbook\templates\setup.html:6 +#: .\cookbook\templates\settings.html:78 +msgid "API Token" +msgstr "" + +#: .\cookbook\templates\settings.html:79 +msgid "" +"You can use both basic authentication and token based authentication to " +"access the REST API." +msgstr "" + +#: .\cookbook\templates\settings.html:91 +msgid "" +"Use the token as an Authorization header prefixed by the word token as shown " +"in the following examples:" +msgstr "" + +#: .\cookbook\templates\settings.html:93 +msgid "or" +msgstr "" + +#: .\cookbook\templates\setup.html:6 .\cookbook\templates\system.html:5 msgid "Cookbook Setup" msgstr "Paramètres du Livre de recettes" @@ -990,13 +1542,59 @@ msgstr "" msgid "Create Superuser" msgstr "Créer un super-utilisateur" -#: .\cookbook\templates\shopping_list.html:15 -msgid "Shopping List" +#: .\cookbook\templates\shopping_list.html:71 +#, fuzzy +#| msgid "Shopping List" +msgid "Shopping Recipes" msgstr "Liste de courses" -#: .\cookbook\templates\shopping_list.html:20 -msgid "Load" -msgstr "Charger" +#: .\cookbook\templates\shopping_list.html:75 +msgid "No recipes selected" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:145 +#, fuzzy +#| msgid "Account" +msgid "Amount" +msgstr "Compte" + +#: .\cookbook\templates\shopping_list.html:206 +msgid "Finished" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:257 +#, fuzzy +#| msgid "Export" +msgid "Copy/Export" +msgstr "Exporter" + +#: .\cookbook\templates\shopping_list.html:261 +msgid "List Prefix" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:476 +#: .\cookbook\templates\shopping_list.html:507 +#: .\cookbook\templates\shopping_list.html:530 +#, fuzzy +#| msgid "There was an error saving this recipe!" +msgid "There was an error updating a resource!" +msgstr "Erreur lors de la sauvegarde de cette recette !" + +#: .\cookbook\templates\shopping_list.html:487 +#, fuzzy +#| msgid "Recipe imported successfully!" +msgid "Object created successfully!" +msgstr "Recette importée avec succès !" + +#: .\cookbook\templates\shopping_list.html:496 +#, fuzzy +#| msgid "There was an error saving this recipe!" +msgid "There was an error creating a resource!" +msgstr "Erreur lors de la sauvegarde de cette recette !" + +#: .\cookbook\templates\shopping_list.html:556 +msgid "Please enter a valid food" +msgstr "" #: .\cookbook\templates\stats.html:4 msgid "Stats" @@ -1026,15 +1624,220 @@ msgstr "Recettes externes" msgid "Internal Recipes" msgstr "Recettes internes" -#: .\cookbook\views\api.py:66 +#: .\cookbook\templates\system.html:21 .\cookbook\views\lists.py:73 +#, fuzzy +#| msgid "Images & Links" +msgid "Invite Links" +msgstr "Images & Liens" + +#: .\cookbook\templates\system.html:22 +msgid "Show Links" +msgstr "" + +#: .\cookbook\templates\system.html:26 +msgid "Backup & Restore" +msgstr "" + +#: .\cookbook\templates\system.html:27 +msgid "Download Backup" +msgstr "" + +#: .\cookbook\templates\system.html:37 +msgid "System Information" +msgstr "" + +#: .\cookbook\templates\system.html:39 +msgid "" +"\n" +" Django Recipes is an open source free software application. It can " +"be found on\n" +" GitHub.\n" +" Changelogs can be found here.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:53 +#, fuzzy +#| msgid "Servings" +msgid "Media Serving" +msgstr "Portion" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 +#, fuzzy +#| msgid "Security Warning" +msgid "Warning" +msgstr "Avertissement de sécurité" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 .\cookbook\templates\system.html:100 +msgid "Ok" +msgstr "" + +#: .\cookbook\templates\system.html:56 +msgid "" +"Serving media files directly using gunicorn/python is not recommend!\n" +" Please follow the steps described\n" +" here to update\n" +" your installation.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:62 .\cookbook\templates\system.html:78 +#: .\cookbook\templates\system.html:93 .\cookbook\templates\system.html:107 +msgid "Everything is fine!" +msgstr "" + +#: .\cookbook\templates\system.html:67 +msgid "Secret Key" +msgstr "" + +#: .\cookbook\templates\system.html:71 +msgid "" +"\n" +" You do not have aSECRET_KEY configured in your "
+".env file. Django defaulted to the\n"
+" standard key\n"
+" provided with the installation which is publicly know and "
+"insecure! Please set\n"
+" SECRET_KEY int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:83
+msgid "Debug Mode"
+msgstr ""
+
+#: .\cookbook\templates\system.html:87
+msgid ""
+"\n"
+" This application is still running in debug mode. This is most "
+"likely not needed. Turn of debug mode by\n"
+" setting\n"
+" DEBUG=0 int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:98
+msgid "Database"
+msgstr ""
+
+#: .\cookbook\templates\system.html:100
+msgid "Info"
+msgstr ""
+
+#: .\cookbook\templates\system.html:102
+msgid ""
+"\n"
+" This application is not running with a Postgres database "
+"backend. This is ok but not recommended as some\n"
+" features only work with postgres databases.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:5
+#, fuzzy
+#| msgid "Import"
+msgid "URL Import"
+msgstr "Importer"
+
+#: .\cookbook\templates\url_import.html:23
+msgid "Enter website URL"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:44
+#, fuzzy
+#| msgid "Recipe Image"
+msgid "Recipe Name"
+msgstr "Image de la Recette"
+
+#: .\cookbook\templates\url_import.html:99
+#: .\cookbook\templates\url_import.html:131
+#: .\cookbook\templates\url_import.html:186
+msgid "Select one"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:197
+#, fuzzy
+#| msgid "Keywords"
+msgid "All Keywords"
+msgstr "Mot-clés"
+
+#: .\cookbook\templates\url_import.html:199
+msgid "Import all Keywords not only the ones already existing."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:225
+#, fuzzy
+#| msgid "Formatting"
+msgid "Information"
+msgstr "Mise en forme"
+
+#: .\cookbook\templates\url_import.html:227
+msgid ""
+" Only websites containing ld+json or microdata information can currently\n"
+" be imported. Most big recipe pages "
+"support this. If you site cannot be imported but\n"
+" you think\n"
+" it probably has some kind of structured "
+"data feel free to post an example in the\n"
+" github issues."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:235
+msgid "Google ld+json Info"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:238
+#, fuzzy
+#| msgid "GitHub"
+msgid "GitHub Issues"
+msgstr "GitHub"
+
+#: .\cookbook\templates\url_import.html:240
+msgid "Recipe Markup Specification"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:313
+msgid "Already importing the selected recipe, please wait!"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:322
+#, fuzzy
+#| msgid "There was an error importing this recipe!"
+msgid "An error occurred while trying to import this recipe!"
+msgstr "Une erreur s'est produite lors de l'import de cette recette !"
+
+#: .\cookbook\views\api.py:58
+msgid "Parameter filter_list incorrectly formatted"
+msgstr ""
+
+#: .\cookbook\views\api.py:70
+msgid "Preference for given user already exists"
+msgstr ""
+
+#: .\cookbook\views\api.py:338
msgid "Sync successful!"
msgstr "Synchro réussie !"
-#: .\cookbook\views\api.py:69
+#: .\cookbook\views\api.py:341
msgid "Error synchronizing with Storage"
msgstr "Erreur lors de la synchronisation avec le stockage"
-#: .\cookbook\views\data.py:72
+#: .\cookbook\views\api.py:396
+msgid "The requested page could not be found."
+msgstr ""
+
+#: .\cookbook\views\api.py:399
+msgid ""
+"The requested page refused to provide any information (Status Code 403)."
+msgstr ""
+
+#: .\cookbook\views\data.py:83
#, python-format
msgid "Batch edit done. %(count)d recipe was updated."
msgid_plural "Batch edit done. %(count)d Recipes where updated."
@@ -1043,120 +1846,208 @@ msgstr[0] ""
msgstr[1] ""
"Modification en masse effectuée. %(count)drecettes ont été mises à jour."
-#: .\cookbook\views\delete.py:65
+#: .\cookbook\views\delete.py:66
msgid "Monitor"
msgstr "Surveiller"
-#: .\cookbook\views\delete.py:101 .\cookbook\views\lists.py:53
-#: .\cookbook\views\new.py:67
+#: .\cookbook\views\delete.py:90 .\cookbook\views\lists.py:65
+#: .\cookbook\views\new.py:75
msgid "Storage Backend"
msgstr "Backend de stockage"
-#: .\cookbook\views\delete.py:123 .\cookbook\views\edit.py:265
-#: .\cookbook\views\new.py:117
+#: .\cookbook\views\delete.py:97
+msgid ""
+"Could not delete this storage backend as it is used in at least one monitor."
+msgstr ""
+
+#: .\cookbook\views\delete.py:119 .\cookbook\views\edit.py:175
+#: .\cookbook\views\new.py:125
msgid "Recipe Book"
msgstr "Livre de recettes"
-#: .\cookbook\views\delete.py:142
+#: .\cookbook\views\delete.py:138
msgid "Bookmarks"
msgstr "Marques pages"
-#: .\cookbook\views\edit.py:106
-msgid "There was an error converting your ingredients amount to a number: "
-msgstr "La conversion des quantités d'ingrédients en nombre a échoué :"
+#: .\cookbook\views\delete.py:160 .\cookbook\views\new.py:181
+msgid "Invite Link"
+msgstr ""
-#: .\cookbook\views\edit.py:122
-msgid "Recipe saved!"
-msgstr "Recette sauvegardée !"
+#: .\cookbook\views\edit.py:93
+msgid "Food"
+msgstr ""
-#: .\cookbook\views\edit.py:124
-msgid "There was an error saving this recipe!"
-msgstr "Erreur lors de la sauvegarde de cette recette !"
-
-#: .\cookbook\views\edit.py:192
+#: .\cookbook\views\edit.py:102
msgid "You cannot edit this storage!"
msgstr "Vous ne pouvez pas modifier ce stockage !"
-#: .\cookbook\views\edit.py:211
+#: .\cookbook\views\edit.py:121
msgid "Storage saved!"
msgstr "Stockage sauvegardé !"
-#: .\cookbook\views\edit.py:213
+#: .\cookbook\views\edit.py:123
msgid "There was an error updating this storage backend!"
msgstr ""
"Une erreur s'est produite lors de la mise à jour de ce backend de stockage !"
-#: .\cookbook\views\edit.py:220
+#: .\cookbook\views\edit.py:130
msgid "Storage"
msgstr "Stockage"
-#: .\cookbook\views\edit.py:300
+#: .\cookbook\views\edit.py:215
msgid "Changes saved!"
msgstr "Modifications sauvegardées !"
-#: .\cookbook\views\edit.py:304
+#: .\cookbook\views\edit.py:219
msgid "Error saving changes!"
msgstr "Erreur lors de la sauvegarde des modifications !"
-#: .\cookbook\views\edit.py:334
+#: .\cookbook\views\edit.py:249
msgid "Units merged!"
msgstr "Unités fusionnées !"
-#: .\cookbook\views\edit.py:347
-msgid "Ingredients merged!"
-msgstr "Ingrédients fusionnés !"
+#: .\cookbook\views\edit.py:262
+#, fuzzy
+#| msgid "Units merged!"
+msgid "Foods merged!"
+msgstr "Unités fusionnées !"
-#: .\cookbook\views\import_export.py:59
+#: .\cookbook\views\import_export.py:42
msgid "Recipe imported successfully!"
msgstr "Recette importée avec succès !"
-#: .\cookbook\views\import_export.py:106
+#: .\cookbook\views\import_export.py:45
+msgid "Something went wrong during the import!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:48
+msgid "Could not parse the supplied JSON!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:79
msgid ""
"External recipes cannot be exported, please share the file directly or "
"select an internal recipe."
msgstr ""
-"Les recettes externes ne peuvent pas être exportées. Vous pouvez partager ce"
-" fichier directement ou sélectionner une recette interne."
+"Les recettes externes ne peuvent pas être exportées. Vous pouvez partager ce "
+"fichier directement ou sélectionner une recette interne."
-#: .\cookbook\views\lists.py:26
+#: .\cookbook\views\lists.py:28
msgid "Import Log"
msgstr "Importer les logs"
-#: .\cookbook\views\lists.py:35
+#: .\cookbook\views\lists.py:37
msgid "Discovery"
msgstr "Découverte"
-#: .\cookbook\views\new.py:90
+#: .\cookbook\views\lists.py:57
+#, fuzzy
+#| msgid "Shopping List"
+msgid "Shopping Lists"
+msgstr "Liste de courses"
+
+#: .\cookbook\views\new.py:98
msgid "Imported new recipe!"
msgstr "Nouvelle recette importée !"
-#: .\cookbook\views\new.py:93
+#: .\cookbook\views\new.py:101
msgid "There was an error importing this recipe!"
msgstr "Une erreur s'est produite lors de l'import de cette recette !"
-#: .\cookbook\views\views.py:84
+#: .\cookbook\views\views.py:86
+#, fuzzy
+#| msgid "You do not have the required permissions to view this page!"
+msgid "You do not have the required permissions to perform this action!"
+msgstr "Vous n'avez pas les droits suffisants pour afficher cette page !"
+
+#: .\cookbook\views\views.py:98
msgid "Comment saved!"
msgstr "Commentaire enregistré !"
-#: .\cookbook\views\views.py:94
+#: .\cookbook\views\views.py:108
msgid "Bookmark saved!"
msgstr "Marque-page enregistré !"
-#: .\cookbook\views\views.py:267
+#: .\cookbook\views\views.py:254
msgid ""
"The setup page can only be used to create the first user! If you have "
-"forgotten your superuser credentials please consult the django documentation"
-" on how to reset passwords."
+"forgotten your superuser credentials please consult the django documentation "
+"on how to reset passwords."
msgstr ""
"Cette page d'installation peut uniquement être utilisée pour créer le "
"premier utilisateur ! Si vous avez oublié vos identifiants de super-"
"utilisateur, counsultez la documentation Django pour savoir comment "
"réinitialiser le mot de passe."
-#: .\cookbook\views\views.py:274
+#: .\cookbook\views\views.py:261 .\cookbook\views\views.py:301
msgid "Passwords dont match!"
msgstr "Les mots de passe ne correspondent pas !"
-#: .\cookbook\views\views.py:284
+#: .\cookbook\views\views.py:272 .\cookbook\views\views.py:310
msgid "User has been created, please login!"
msgstr "L'utilisateur a été créer, veuillez vous connecter !"
+
+#: .\cookbook\views\views.py:287
+msgid "Malformed Invite Link supplied!"
+msgstr ""
+
+#: .\cookbook\views\views.py:327
+msgid "Invite Link not valid or already used!"
+msgstr ""
+
+#~ msgid "New ingredient that other gets replaced by."
+#~ msgstr "Le nouvel Ingrédient qui remplacera l'autre."
+
+#~ msgid "Old Ingredient"
+#~ msgstr "Ancien Ingrédient"
+
+#~ msgid "Ingredient that should be replaced."
+#~ msgstr "L'ingrédient qui doit être remplacé."
+
+#~ msgid "Insert a header between the ingredients."
+#~ msgstr "Insérer un en-tête entre les ingrédients."
+
+#~ msgid ""
+#~ "Use Ctrl+Space to insert new Ingredient!- [ ] in list for easier usage in markdown based "
"documents."
@@ -105,244 +111,335 @@ msgstr ""
"Voeg -[ ]in de lijst toe voor gemakkelijker gebruik in op "
"markdown gebaseerde documenten."
-#: .\cookbook\forms.py:118
+#: .\cookbook\forms.py:119
msgid "Export Base64 encoded image?"
msgstr "Afbeelding exporteren in Base64 codering?"
-#: .\cookbook\forms.py:122
+#: .\cookbook\forms.py:123
msgid "Download export directly or show on page?"
msgstr "Wilt u de export direct downloaden of op de pagina weergeven?"
-#: .\cookbook\forms.py:128
+#: .\cookbook\forms.py:129
msgid "Simply paste a JSON export into this textarea and click import."
msgstr "Plak een JSON export in dit tekstveld en klik op importeren."
-#: .\cookbook\forms.py:137
+#: .\cookbook\forms.py:138
msgid "New Unit"
msgstr "Nieuwe eenheid"
-#: .\cookbook\forms.py:138
+#: .\cookbook\forms.py:139
msgid "New unit that other gets replaced by."
msgstr "Nieuwe eenheid waarmee de andere wordt vervangen."
-#: .\cookbook\forms.py:143
+#: .\cookbook\forms.py:144
msgid "Old Unit"
msgstr "Oude eenheid"
-#: .\cookbook\forms.py:144
+#: .\cookbook\forms.py:145
msgid "Unit that should be replaced."
msgstr "Eenheid wat vervangen dient te worden."
-#: .\cookbook\forms.py:154
-msgid "New Ingredient"
-msgstr "nieuw ingrediënt"
-
#: .\cookbook\forms.py:155
-msgid "New ingredient that other gets replaced by."
-msgstr "Nieuw ingrediënt waarmee de andere wordt vervangen. "
+#, fuzzy
+#| msgid "New Book"
+msgid "New Food"
+msgstr "Nieuw boek"
-#: .\cookbook\forms.py:160
-msgid "Old Ingredient"
-msgstr "oud ingrediënt"
+#: .\cookbook\forms.py:156
+#, fuzzy
+#| msgid "New unit that other gets replaced by."
+msgid "New food that other gets replaced by."
+msgstr "Nieuwe eenheid waarmee de andere wordt vervangen."
#: .\cookbook\forms.py:161
-msgid "Ingredient that should be replaced."
-msgstr "Ingrediënten die vervangen dienen te worden."
+msgid "Old Food"
+msgstr ""
-#: .\cookbook\forms.py:173
+#: .\cookbook\forms.py:162
+#, fuzzy
+#| msgid "Unit that should be replaced."
+msgid "Food that should be replaced."
+msgstr "Eenheid wat vervangen dient te worden."
+
+#: .\cookbook\forms.py:174
msgid "Add your comment: "
msgstr "Voeg een opmerking toe:"
-#: .\cookbook\forms.py:198
+#: .\cookbook\forms.py:199
msgid "Leave empty for dropbox and enter app password for nextcloud."
msgstr "Laat leeg voor dropbox en vul het app wachtwoord in voor nextcloud."
-#: .\cookbook\forms.py:201
+#: .\cookbook\forms.py:202
msgid "Leave empty for nextcloud and enter api token for dropbox."
msgstr "Laat leeg voor nextcloud en vul de api token in voor dropbox."
-#: .\cookbook\forms.py:209
+#: .\cookbook\forms.py:210
msgid ""
-"Leave empty for dropbox and enter only base url for nextcloud "
-"(/remote.php/webdav/ is added automatically)"
+"Leave empty for dropbox and enter only base url for nextcloud (/remote."
+"php/webdav/ is added automatically)"
msgstr ""
-"Laat leeg voor dropbox en vul enkel de base url voor nextcloud in. "
-"(/remote.php/webdav/ wordt automatisch toegevoegd.)"
+"Laat leeg voor dropbox en vul enkel de base url voor nextcloud in. (/"
+"remote.php/webdav/ wordt automatisch toegevoegd.)"
-#: .\cookbook\forms.py:228
+#: .\cookbook\forms.py:229
msgid "Search String"
msgstr "Zoekopdracht"
-#: .\cookbook\forms.py:242
+#: .\cookbook\forms.py:243
msgid "File ID"
msgstr "Bestand ID"
-#: .\cookbook\forms.py:260
+#: .\cookbook\forms.py:261
msgid "You must provide at least a recipe or a title."
msgstr "U dient minimaal een recept of een titel te specificeren."
-#: .\cookbook\forms.py:269
+#: .\cookbook\forms.py:270
msgid "You can list default users to share recipes with in the settings."
msgstr ""
-"U kunt in de instellingen standaard gebruikers in stellen om de recepten met"
-" te delen."
+"U kunt in de instellingen standaard gebruikers in stellen om de recepten met "
+"te delen."
-#: .\cookbook\helper\permission_helper.py:42
-#: .\cookbook\helper\permission_helper.py:60
+#: .\cookbook\forms.py:271
+#: .\cookbook\templates\forms\edit_internal_recipe.html:323
+msgid ""
+"You can use markdown to format this field. See the docs here"
+msgstr ""
+"Je kunt markdown gebruiken om dit veld te formatteren. Bekijk de documentatie hier."
+
+#: .\cookbook\forms.py:272
+msgid "Scaling factor for recipe."
+msgstr ""
+
+#: .\cookbook\forms.py:283
+msgid "A username is not required, if left blank the new user can choose one."
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:113
+#: .\cookbook\helper\permission_helper.py:155
+#: .\cookbook\helper\permission_helper.py:169
+#: .\cookbook\helper\permission_helper.py:180
+#: .\cookbook\helper\permission_helper.py:191 .\cookbook\views\data.py:27
+#: .\cookbook\views\views.py:79 .\cookbook\views\views.py:158
+msgid "You do not have the required permissions to view this page!"
+msgstr "U heeft niet de benodigde machtigingen om deze pagina te bekijken!"
+
+#: .\cookbook\helper\permission_helper.py:123
msgid "You are not logged in and therefore cannot view this page!"
msgstr ""
"U bent niet ingelogd en bent daarom niet gemachtigd deze pagina te bekijken!"
-#: .\cookbook\helper\permission_helper.py:51 .\cookbook\views\views.py:167
-msgid "You do not have the required permissions to view this page!"
-msgstr "U heeft niet de benodigde machtigingen om deze pagina te bekijken!"
-
-#: .\cookbook\helper\permission_helper.py:65 .\cookbook\views\delete.py:136
+#: .\cookbook\helper\permission_helper.py:127
+#: .\cookbook\helper\permission_helper.py:141 .\cookbook\views\delete.py:132
msgid "You cannot interact with this object as its not owned by you!"
msgstr "U kunt dit object niet bewerken omdat u de eigenaar niet bent!"
-#: .\cookbook\models.py:50
-msgid "Search"
-msgstr "Zoeken"
+#: .\cookbook\helper\recipe_url_import.py:35
+msgid "The requested site provided malformed data and cannot be read."
+msgstr ""
-#: .\cookbook\models.py:50 .\cookbook\templates\base.html:73
-#: .\cookbook\templates\meal_plan.html:4
-#: .\cookbook\templates\meal_plan.html:32 .\cookbook\views\delete.py:153
-#: .\cookbook\views\edit.py:279 .\cookbook\views\new.py:143
-msgid "Meal-Plan"
-msgstr "Maaltijdplan"
+#: .\cookbook\helper\recipe_url_import.py:44
+msgid ""
+"The requested site does not provide any recognized data format to import the "
+"recipe from."
+msgstr ""
-#: .\cookbook\models.py:50 .\cookbook\templates\base.html:70
-msgid "Books"
-msgstr "Boeken"
+#: .\cookbook\helper\recipe_url_import.py:152
+#, fuzzy
+#| msgid "Import Log"
+msgid "Imported from "
+msgstr "Import logboek"
-#: .\cookbook\models.py:56
-msgid "Small"
-msgstr "Klein"
-
-#: .\cookbook\models.py:56
-msgid "Large"
-msgstr "Groot"
-
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:12
msgid "Breakfast"
msgstr "Ontbijt"
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:17
msgid "Lunch"
msgstr "Lunch"
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:22
msgid "Dinner"
msgstr "Avondeten"
-#: .\cookbook\models.py:219
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:27
msgid "Other"
msgstr "Overige"
+#: .\cookbook\models.py:59 .\cookbook\templates\shopping_list.html:44
+msgid "Search"
+msgstr "Zoeken"
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:74
+#: .\cookbook\templates\meal_plan.html:5 .\cookbook\views\delete.py:149
+#: .\cookbook\views\edit.py:194 .\cookbook\views\new.py:156
+msgid "Meal-Plan"
+msgstr "Maaltijdplan"
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:71
+msgid "Books"
+msgstr "Boeken"
+
+#: .\cookbook\models.py:65
+msgid "Small"
+msgstr "Klein"
+
+#: .\cookbook\models.py:65
+msgid "Large"
+msgstr "Groot"
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:149
+msgid "Text"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:150
+msgid "Time"
+msgstr ""
+
#: .\cookbook\tables.py:29 .\cookbook\templates\books.html:36
#: .\cookbook\templates\generic\edit_template.html:6
#: .\cookbook\templates\generic\edit_template.html:14
+#: .\cookbook\templates\meal_plan.html:238
+#: .\cookbook\templates\recipe_view.html:36
+#: .\cookbook\templates\recipes_table.html:77
+#: .\cookbook\templates\shopping_list.html:29
msgid "Edit"
msgstr "Bewerken"
-#: .\cookbook\tables.py:103 .\cookbook\templates\books.html:38
-#: .\cookbook\templates\forms\edit_internal_recipe.html:52
-#: .\cookbook\templates\forms\edit_internal_recipe.html:163
+#: .\cookbook\tables.py:103 .\cookbook\tables.py:122
+#: .\cookbook\templates\books.html:38
#: .\cookbook\templates\generic\delete_template.html:5
#: .\cookbook\templates\generic\delete_template.html:13
-#: .\cookbook\templates\generic\edit_template.html:25
+#: .\cookbook\templates\generic\edit_template.html:27
+#: .\cookbook\templates\meal_plan.html:234
msgid "Delete"
msgstr "verwijderen"
-#: .\cookbook\templates\base.html:59
+#: .\cookbook\tables.py:121
+msgid "Link"
+msgstr ""
+
+#: .\cookbook\templates\404.html:5
+msgid "404 Error"
+msgstr ""
+
+#: .\cookbook\templates\404.html:18
+msgid "The page you are looking for could not be found."
+msgstr ""
+
+#: .\cookbook\templates\404.html:33
+msgid "Take me Home"
+msgstr ""
+
+#: .\cookbook\templates\404.html:35
+msgid "Report a Bug"
+msgstr ""
+
+#: .\cookbook\templates\api_info.html:5 .\cookbook\templates\base.html:146
+#: .\cookbook\templates\rest_framework\api.html:11
+msgid "API Documentation"
+msgstr ""
+
+#: .\cookbook\templates\base.html:60
#: .\cookbook\templates\forms\ingredients.html:7
-#: .\cookbook\templates\index.html:7 .\cookbook\templates\shopping_list.html:7
+#: .\cookbook\templates\index.html:7
msgid "Cookbook"
msgstr "kookboek"
-#: .\cookbook\templates\base.html:66
+#: .\cookbook\templates\base.html:67
msgid "Utensils"
msgstr "gebruiksvoorwerpen"
-#: .\cookbook\templates\base.html:76
+#: .\cookbook\templates\base.html:77
msgid "Shopping"
msgstr "Winkelen"
-#: .\cookbook\templates\base.html:86
+#: .\cookbook\templates\base.html:87
msgid "Tags"
msgstr "Tags"
-#: .\cookbook\templates\base.html:90 .\cookbook\views\delete.py:77
-#: .\cookbook\views\edit.py:166 .\cookbook\views\lists.py:18
-#: .\cookbook\views\new.py:48
+#: .\cookbook\templates\base.html:91 .\cookbook\views\delete.py:78
+#: .\cookbook\views\edit.py:76 .\cookbook\views\lists.py:20
+#: .\cookbook\views\new.py:56
msgid "Keyword"
msgstr "Sleutelwoord"
-#: .\cookbook\templates\base.html:92
+#: .\cookbook\templates\base.html:93
msgid "Batch Edit"
msgstr "Batch bewerking"
-#: .\cookbook\templates\base.html:97
+#: .\cookbook\templates\base.html:98
msgid "Storage Data"
msgstr "Opslag data"
-#: .\cookbook\templates\base.html:101
+#: .\cookbook\templates\base.html:102
msgid "Storage Backends"
msgstr "Opslag Backends"
-#: .\cookbook\templates\base.html:103
+#: .\cookbook\templates\base.html:104
msgid "Configure Sync"
msgstr "Synchronisatie configureren"
-#: .\cookbook\templates\base.html:105
+#: .\cookbook\templates\base.html:106
msgid "Discovered Recipes"
msgstr "Ontdekte recepten"
-#: .\cookbook\templates\base.html:107
+#: .\cookbook\templates\base.html:108
msgid "Discovery Log"
msgstr "Ontdekkingslogboek"
-#: .\cookbook\templates\base.html:109 .\cookbook\templates\stats.html:10
+#: .\cookbook\templates\base.html:110 .\cookbook\templates\stats.html:10
msgid "Statistics"
msgstr "statistieken"
-#: .\cookbook\templates\base.html:111
+#: .\cookbook\templates\base.html:112
msgid "Units & Ingredients"
msgstr "eenheden & ingrediënten"
-#: .\cookbook\templates\base.html:113
+#: .\cookbook\templates\base.html:114
msgid "Import Recipe"
msgstr "Recept importeren"
-#: .\cookbook\templates\base.html:129 .\cookbook\templates\settings.html:6
+#: .\cookbook\templates\base.html:130 .\cookbook\templates\settings.html:6
#: .\cookbook\templates\settings.html:16
msgid "Settings"
msgstr "instellingen"
-#: .\cookbook\templates\base.html:131 .\cookbook\templates\history.html:6
+#: .\cookbook\templates\base.html:132 .\cookbook\templates\history.html:6
#: .\cookbook\templates\history.html:14
msgid "History"
msgstr "Geschiedenis"
-#: .\cookbook\templates\base.html:134
+#: .\cookbook\templates\base.html:136 .\cookbook\templates\system.html:13
+msgid "System"
+msgstr ""
+
+#: .\cookbook\templates\base.html:138
msgid "Admin"
msgstr "Admin"
-#: .\cookbook\templates\base.html:138
+#: .\cookbook\templates\base.html:142
msgid "Markdown Help"
msgstr "Markdown hulp"
-#: .\cookbook\templates\base.html:140
+#: .\cookbook\templates\base.html:144
msgid "GitHub"
msgstr "GitHub"
-#: .\cookbook\templates\base.html:143
+#: .\cookbook\templates\base.html:148
+msgid "API Browser"
+msgstr ""
+
+#: .\cookbook\templates\base.html:151
msgid "Logout"
msgstr "uitloggen"
-#: .\cookbook\templates\base.html:148
-#: .\cookbook\templates\registration\login.html:44
+#: .\cookbook\templates\base.html:156
+#: .\cookbook\templates\registration\login.html:4
+#: .\cookbook\templates\registration\login.html:46
msgid "Login"
msgstr "inloggen"
@@ -360,7 +457,7 @@ msgstr ""
"Voeg het gespecificeerde sleutelwoord toe aan alle recepten die een woord "
"bevatten."
-#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:149
+#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:59
msgid "Sync"
msgstr "Synchroniseren"
@@ -405,8 +502,8 @@ msgstr "Kookboeken"
msgid "New Book"
msgstr "Nieuw boek"
-#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:73
-#: .\cookbook\templates\recipe_view.html:320
+#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:67
+#: .\cookbook\templates\recipe_view.html:389
msgid "by"
msgstr "door"
@@ -416,8 +513,8 @@ msgstr "Recepten wisselen"
#: .\cookbook\templates\books.html:54
#: .\cookbook\templates\meal_plan_entry.html:48
-#: .\cookbook\templates\recipe_view.html:96
-#: .\cookbook\templates\recipes_table.html:57
+#: .\cookbook\templates\recipe_view.html:90
+#: .\cookbook\templates\recipes_table.html:59
msgid "Last cooked"
msgstr "Laatst bereid"
@@ -430,6 +527,8 @@ msgid "Export Recipes"
msgstr "Recepten exporteren"
#: .\cookbook\templates\export.html:19
+#: .\cookbook\templates\recipe_view.html:50
+#: .\cookbook\templates\shopping_list.html:249
msgid "Export"
msgstr "Exporteren"
@@ -442,13 +541,10 @@ msgid "Copy to clipboard"
msgstr "Naar het klembord kopiëren"
#: .\cookbook\templates\export.html:54
-#: .\cookbook\templates\shopping_list.html:48
msgid "Copied!"
msgstr "Gekopieerd!"
#: .\cookbook\templates\export.html:61
-#: .\cookbook\templates\shopping_list.html:37
-#: .\cookbook\templates\shopping_list.html:55
msgid "Copy list to clipboard"
msgstr "Lijst naar het klembord kopiëren"
@@ -458,75 +554,291 @@ msgid "Import new Recipe"
msgstr "Nieuw recept importeren"
#: .\cookbook\templates\forms\edit_import_recipe.html:14
-#: .\cookbook\templates\forms\edit_internal_recipe.html:50
+#: .\cookbook\templates\forms\edit_internal_recipe.html:335
+#: .\cookbook\templates\forms\edit_internal_recipe.html:359
#: .\cookbook\templates\generic\edit_template.html:23
#: .\cookbook\templates\generic\new_template.html:23
#: .\cookbook\templates\include\log_cooking.html:28
-#: .\cookbook\templates\recipe_view.html:367
-#: .\cookbook\templates\settings.html:27 .\cookbook\templates\settings.html:33
-#: .\cookbook\templates\settings.html:55 .\cookbook\templates\settings.html:69
+#: .\cookbook\templates\meal_plan.html:282
+#: .\cookbook\templates\recipe_view.html:440
+#: .\cookbook\templates\settings.html:28 .\cookbook\templates\settings.html:35
+#: .\cookbook\templates\settings.html:57 .\cookbook\templates\settings.html:72
+#: .\cookbook\templates\shopping_list.html:251
msgid "Save"
msgstr "Opslaan"
-#: .\cookbook\templates\forms\edit_internal_recipe.html:8
-#: .\cookbook\templates\forms\edit_internal_recipe.html:18
+#: .\cookbook\templates\forms\edit_internal_recipe.html:7
+#: .\cookbook\templates\forms\edit_internal_recipe.html:34
msgid "Edit Recipe"
msgstr "Recept bewerken"
-#: .\cookbook\templates\forms\edit_internal_recipe.html:36
-msgid "Insert a header between the ingredients."
-msgstr "Voeg een kop tussen de ingrediënten toe"
+#: .\cookbook\templates\forms\edit_internal_recipe.html:59
+#, fuzzy
+#| msgid "Preparation time ca."
+msgid "Preperation Time"
+msgstr "Geschatte voorbereidingstijd"
-#: .\cookbook\templates\forms\edit_internal_recipe.html:40
-msgid ""
-"Use Ctrl+Space to insert new Ingredient!The meal plan module allows planning of meals " +"both with recipes or just notes.
\n" +"Simply select a recipe from the list of " +"recently viewed recipes or search the one you\n" +" want and drag it to the desired plan " +"position. You can also add a note and a title and\n" +" then drag the recipe to create a plan entry " +"with a custom title and note. Creating only\n" +" Notes is possible by dragging the create " +"note box into the plan.
\n" +"Click on a recipe in order to open the detail " +"view. Here you can also add it to the\n" +" shopping list. You can also add all recipes " +"of a day to the shopping list by\n" +" clicking the shopping cart at the top of the " +"table.
\n" +"Since a common use case is to plan meals " +"together you can define\n" +" users you want to share your plan with in " +"the settings.\n" +"
\n" +"You can also edit the types of meals you want " +"to plan. If you share your plan with\n" +" someone with\n" +" different meals, their meal types will " +"appear in your list as well. To prevent\n" +" duplicates (e.g. Other and Misc.)\n" +" name your meal types the same as the users " +"you share your meals with and they will be\n" +" merged.
\n" +" " +msgstr "" + +#: .\cookbook\templates\meal_plan.html:558 +msgid "" +"When deleting a meal type all entries using that type will be deleted as " +"well. Deletion will apply when configuration is saved. Do you want to " +"proceed?" +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:6 +msgid "Meal Plan View" +msgstr "Maaltijdenplan bekijken" + #: .\cookbook\templates\meal_plan_entry.html:50 msgid "Never cooked before." msgstr "Nog nooit bereidt." @@ -858,121 +1357,171 @@ msgstr "Nog nooit bereidt." msgid "Other meals on this day" msgstr "Andere maaltijden op deze dag" -#: .\cookbook\templates\recipe_view.html:44 +#: .\cookbook\templates\recipe_view.html:38 msgid "Add to Book" msgstr "Aan een boek toevoegen" -#: .\cookbook\templates\recipe_view.html:48 -msgid "Generate shopping list" -msgstr "Winkellijstje genereren" - -#: .\cookbook\templates\recipe_view.html:52 -msgid "Add to Mealplan" +#: .\cookbook\templates\recipe_view.html:44 +#, fuzzy +#| msgid "Add to Mealplan" +msgid "Add to Plan" msgstr "toevoegen aan maaltijdenplan" -#: .\cookbook\templates\recipe_view.html:55 +#: .\cookbook\templates\recipe_view.html:46 +#: .\cookbook\templates\recipes_table.html:81 msgid "Log Cooking" msgstr "Bakken loggen" -#: .\cookbook\templates\recipe_view.html:58 +#: .\cookbook\templates\recipe_view.html:48 msgid "Print" msgstr "Printen" -#: .\cookbook\templates\recipe_view.html:62 -msgid "Export recipe" -msgstr "Recept exporteren" +#: .\cookbook\templates\recipe_view.html:53 +#, fuzzy +#| msgid "Shared with" +msgid "Share" +msgstr "gedeeld met" -#: .\cookbook\templates\recipe_view.html:68 +#: .\cookbook\templates\recipe_view.html:62 msgid "in" msgstr "binnen" -#: .\cookbook\templates\recipe_view.html:86 -#: .\cookbook\templates\recipes_table.html:44 +#: .\cookbook\templates\recipe_view.html:80 +#: .\cookbook\templates\recipes_table.html:46 +#: .\cookbook\templates\url_import.html:55 msgid "Preparation time ca." msgstr "Geschatte voorbereidingstijd" -#: .\cookbook\templates\recipe_view.html:92 -#: .\cookbook\templates\recipes_table.html:50 +#: .\cookbook\templates\recipe_view.html:86 +#: .\cookbook\templates\recipes_table.html:52 +#: .\cookbook\templates\url_import.html:60 msgid "Waiting time ca." msgstr "Geschatte wachttijd " -#: .\cookbook\templates\recipe_view.html:200 +#: .\cookbook\templates\recipe_view.html:201 #: .\cookbook\templates\recipes_table.html:19 #: .\cookbook\templates\recipes_table.html:23 +#: .\cookbook\templates\url_import.html:50 msgid "Recipe Image" msgstr "Recept afbeelding" -#: .\cookbook\templates\recipe_view.html:223 -#: .\cookbook\templates\recipe_view.html:257 +#: .\cookbook\templates\recipe_view.html:231 +msgid "Minutes" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:331 +#: .\cookbook\templates\recipe_view.html:368 msgid "View external recipe" msgstr "Extern recept bekijken" -#: .\cookbook\templates\recipe_view.html:235 -msgid "Cloud not show a file preview. Maybe its not a PDF ?" -msgstr "" -"Kon geen preview weergave van het bestand vertonen. Wellicht is het geen PDF" -" bestand?" +#: .\cookbook\templates\recipe_view.html:346 +#, fuzzy +#| msgid "External recipe" +msgid "External recipe image" +msgstr "Extern recept" -#: .\cookbook\templates\recipe_view.html:242 +#: .\cookbook\templates\recipe_view.html:353 msgid "External recipe" msgstr "Extern recept" -#: .\cookbook\templates\recipe_view.html:244 +#: .\cookbook\templates\recipe_view.html:355 msgid "" "\n" -" This is an external recipe, which means you can only view it by opening the link\n" +" This is an external recipe, which means " +"you can only view it by opening the link\n" " above.\n" -" You can convert this recipe to a fancy recipe by pressing the convert button. The\n" +" You can convert this recipe to a fancy " +"recipe by pressing the convert button. The\n" " original\n" " file\n" " will still be accessible.\n" " " msgstr "" "\n" -"Dit is een extern recept, dat betekend dat u het dient te openen met de bovenstaand link.\n" -"u kunt dit recept naar een fancy recept converteren door op de converteer knop te klikken.\n" +"Dit is een extern recept, dat betekend dat u het dient te openen met de " +"bovenstaand link.\n" +"u kunt dit recept naar een fancy recept converteren door op de converteer " +"knop te klikken.\n" "Het originele bestand blijft beschikbaar." -#: .\cookbook\templates\recipe_view.html:255 +#: .\cookbook\templates\recipe_view.html:366 msgid "Convert now!" msgstr "Nu converteren" -#: .\cookbook\templates\recipe_view.html:315 +#: .\cookbook\templates\recipe_view.html:384 #: .\cookbook\templates\stats.html:47 msgid "Comments" msgstr "Opmerkingen" -#: .\cookbook\templates\recipe_view.html:336 .\cookbook\views\delete.py:112 -#: .\cookbook\views\edit.py:233 +#: .\cookbook\templates\recipe_view.html:407 .\cookbook\views\delete.py:108 +#: .\cookbook\views\edit.py:143 msgid "Comment" msgstr "Opmerking" -#: .\cookbook\templates\recipes_table.html:53 +#: .\cookbook\templates\recipes_table.html:55 msgid "External" msgstr "Extern" -#: .\cookbook\templates\recipes_table.html:61 -msgid "Log" -msgstr "logboek" - -#: .\cookbook\templates\registration\login.html:8 +#: .\cookbook\templates\registration\login.html:10 msgid "Your username and password didn't match. Please try again." msgstr "" "uw gebruikersnaam en wachtwoord komen niet overeen. Probeer het opnieuw." +#: .\cookbook\templates\registration\signup.html:5 +msgid "Register" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:9 +#, fuzzy +#| msgid "Created by" +msgid "Create your Account" +msgstr "Gemaakt door" + +#: .\cookbook\templates\registration\signup.html:14 +#, fuzzy +#| msgid "Create Superuser" +msgid "Create User" +msgstr "Superuser creëren" + +#: .\cookbook\templates\rest_framework\api.html:5 +#, fuzzy +#| msgid "Recipe Image" +msgid "Recipe Home" +msgstr "Recept afbeelding" + #: .\cookbook\templates\settings.html:22 msgid "Account" msgstr "Account" -#: .\cookbook\templates\settings.html:39 +#: .\cookbook\templates\settings.html:41 msgid "Language" msgstr "Taal" -#: .\cookbook\templates\settings.html:64 +#: .\cookbook\templates\settings.html:66 msgid "Style" msgstr "Stijl" -#: .\cookbook\templates\setup.html:6 +#: .\cookbook\templates\settings.html:78 +msgid "API Token" +msgstr "" + +#: .\cookbook\templates\settings.html:79 +msgid "" +"You can use both basic authentication and token based authentication to " +"access the REST API." +msgstr "" + +#: .\cookbook\templates\settings.html:91 +msgid "" +"Use the token as an Authorization header prefixed by the word token as shown " +"in the following examples:" +msgstr "" + +#: .\cookbook\templates\settings.html:93 +msgid "or" +msgstr "" + +#: .\cookbook\templates\setup.html:6 .\cookbook\templates\system.html:5 msgid "Cookbook Setup" msgstr "Kookboek Setup" @@ -990,13 +1539,59 @@ msgstr "" msgid "Create Superuser" msgstr "Superuser creëren" -#: .\cookbook\templates\shopping_list.html:15 -msgid "Shopping List" +#: .\cookbook\templates\shopping_list.html:71 +#, fuzzy +#| msgid "Shopping List" +msgid "Shopping Recipes" msgstr "Boodschappenlijstje" -#: .\cookbook\templates\shopping_list.html:20 -msgid "Load" -msgstr "Laden" +#: .\cookbook\templates\shopping_list.html:75 +msgid "No recipes selected" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:145 +#, fuzzy +#| msgid "Account" +msgid "Amount" +msgstr "Account" + +#: .\cookbook\templates\shopping_list.html:206 +msgid "Finished" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:257 +#, fuzzy +#| msgid "Export" +msgid "Copy/Export" +msgstr "Exporteren" + +#: .\cookbook\templates\shopping_list.html:261 +msgid "List Prefix" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:476 +#: .\cookbook\templates\shopping_list.html:507 +#: .\cookbook\templates\shopping_list.html:530 +#, fuzzy +#| msgid "There was an error saving this recipe!" +msgid "There was an error updating a resource!" +msgstr "Er is een fout opgetreden bij het opslaan van dit recept!" + +#: .\cookbook\templates\shopping_list.html:487 +#, fuzzy +#| msgid "Recipe imported successfully!" +msgid "Object created successfully!" +msgstr "Recept succesvol geïmporteerd!" + +#: .\cookbook\templates\shopping_list.html:496 +#, fuzzy +#| msgid "There was an error saving this recipe!" +msgid "There was an error creating a resource!" +msgstr "Er is een fout opgetreden bij het opslaan van dit recept!" + +#: .\cookbook\templates\shopping_list.html:556 +msgid "Please enter a valid food" +msgstr "" #: .\cookbook\templates\stats.html:4 msgid "Stats" @@ -1026,90 +1621,304 @@ msgstr "Externe recepten" msgid "Internal Recipes" msgstr "Interne recepten" -#: .\cookbook\views\api.py:66 +#: .\cookbook\templates\system.html:21 .\cookbook\views\lists.py:73 +#, fuzzy +#| msgid "Images & Links" +msgid "Invite Links" +msgstr "Afbeeldingen & Links" + +#: .\cookbook\templates\system.html:22 +msgid "Show Links" +msgstr "" + +#: .\cookbook\templates\system.html:26 +msgid "Backup & Restore" +msgstr "" + +#: .\cookbook\templates\system.html:27 +msgid "Download Backup" +msgstr "" + +#: .\cookbook\templates\system.html:37 +msgid "System Information" +msgstr "" + +#: .\cookbook\templates\system.html:39 +msgid "" +"\n" +" Django Recipes is an open source free software application. It can " +"be found on\n" +" GitHub.\n" +" Changelogs can be found here.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:53 +#, fuzzy +#| msgid "Servings" +msgid "Media Serving" +msgstr "Porties" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 +#, fuzzy +#| msgid "Security Warning" +msgid "Warning" +msgstr "Veiligheidswaarschuwing" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 .\cookbook\templates\system.html:100 +msgid "Ok" +msgstr "" + +#: .\cookbook\templates\system.html:56 +msgid "" +"Serving media files directly using gunicorn/python is not recommend!\n" +" Please follow the steps described\n" +" here to update\n" +" your installation.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:62 .\cookbook\templates\system.html:78 +#: .\cookbook\templates\system.html:93 .\cookbook\templates\system.html:107 +msgid "Everything is fine!" +msgstr "" + +#: .\cookbook\templates\system.html:67 +msgid "Secret Key" +msgstr "" + +#: .\cookbook\templates\system.html:71 +msgid "" +"\n" +" You do not have aSECRET_KEY configured in your "
+".env file. Django defaulted to the\n"
+" standard key\n"
+" provided with the installation which is publicly know and "
+"insecure! Please set\n"
+" SECRET_KEY int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:83
+msgid "Debug Mode"
+msgstr ""
+
+#: .\cookbook\templates\system.html:87
+msgid ""
+"\n"
+" This application is still running in debug mode. This is most "
+"likely not needed. Turn of debug mode by\n"
+" setting\n"
+" DEBUG=0 int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:98
+msgid "Database"
+msgstr ""
+
+#: .\cookbook\templates\system.html:100
+msgid "Info"
+msgstr ""
+
+#: .\cookbook\templates\system.html:102
+msgid ""
+"\n"
+" This application is not running with a Postgres database "
+"backend. This is ok but not recommended as some\n"
+" features only work with postgres databases.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:5
+#, fuzzy
+#| msgid "Import"
+msgid "URL Import"
+msgstr "Importeer"
+
+#: .\cookbook\templates\url_import.html:23
+msgid "Enter website URL"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:44
+#, fuzzy
+#| msgid "Recipe Image"
+msgid "Recipe Name"
+msgstr "Recept afbeelding"
+
+#: .\cookbook\templates\url_import.html:99
+#: .\cookbook\templates\url_import.html:131
+#: .\cookbook\templates\url_import.html:186
+msgid "Select one"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:197
+#, fuzzy
+#| msgid "Keywords"
+msgid "All Keywords"
+msgstr "Sleutelwoorden"
+
+#: .\cookbook\templates\url_import.html:199
+msgid "Import all Keywords not only the ones already existing."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:225
+#, fuzzy
+#| msgid "Formatting"
+msgid "Information"
+msgstr "Formattering"
+
+#: .\cookbook\templates\url_import.html:227
+msgid ""
+" Only websites containing ld+json or microdata information can currently\n"
+" be imported. Most big recipe pages "
+"support this. If you site cannot be imported but\n"
+" you think\n"
+" it probably has some kind of structured "
+"data feel free to post an example in the\n"
+" github issues."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:235
+msgid "Google ld+json Info"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:238
+#, fuzzy
+#| msgid "GitHub"
+msgid "GitHub Issues"
+msgstr "GitHub"
+
+#: .\cookbook\templates\url_import.html:240
+msgid "Recipe Markup Specification"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:313
+msgid "Already importing the selected recipe, please wait!"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:322
+#, fuzzy
+#| msgid "There was an error importing this recipe!"
+msgid "An error occurred while trying to import this recipe!"
+msgstr "Er is een fout opgetreden bij het importeren van dit recept!"
+
+#: .\cookbook\views\api.py:58
+msgid "Parameter filter_list incorrectly formatted"
+msgstr ""
+
+#: .\cookbook\views\api.py:70
+msgid "Preference for given user already exists"
+msgstr ""
+
+#: .\cookbook\views\api.py:338
msgid "Sync successful!"
msgstr "Synchronisatie succesvol"
-#: .\cookbook\views\api.py:69
+#: .\cookbook\views\api.py:341
msgid "Error synchronizing with Storage"
msgstr "Een fout is opgetreden bij het synchroniseren met opslag."
-#: .\cookbook\views\data.py:72
+#: .\cookbook\views\api.py:396
+msgid "The requested page could not be found."
+msgstr ""
+
+#: .\cookbook\views\api.py:399
+msgid ""
+"The requested page refused to provide any information (Status Code 403)."
+msgstr ""
+
+#: .\cookbook\views\data.py:83
#, python-format
msgid "Batch edit done. %(count)d recipe was updated."
msgid_plural "Batch edit done. %(count)d Recipes where updated."
msgstr[0] "Batch bewerking voldaan. %(count)d het recept is ge-update."
msgstr[1] "Batch bewerking voldaan. %(count)d Recepten zijn ge-update."
-#: .\cookbook\views\delete.py:65
+#: .\cookbook\views\delete.py:66
msgid "Monitor"
msgstr "Observeren"
-#: .\cookbook\views\delete.py:101 .\cookbook\views\lists.py:53
-#: .\cookbook\views\new.py:67
+#: .\cookbook\views\delete.py:90 .\cookbook\views\lists.py:65
+#: .\cookbook\views\new.py:75
msgid "Storage Backend"
msgstr "Opslag backend"
-#: .\cookbook\views\delete.py:123 .\cookbook\views\edit.py:265
-#: .\cookbook\views\new.py:117
+#: .\cookbook\views\delete.py:97
+msgid ""
+"Could not delete this storage backend as it is used in at least one monitor."
+msgstr ""
+
+#: .\cookbook\views\delete.py:119 .\cookbook\views\edit.py:175
+#: .\cookbook\views\new.py:125
msgid "Recipe Book"
msgstr "Kookboek"
-#: .\cookbook\views\delete.py:142
+#: .\cookbook\views\delete.py:138
msgid "Bookmarks"
msgstr "Bladwijzers"
-#: .\cookbook\views\edit.py:106
-msgid "There was an error converting your ingredients amount to a number: "
+#: .\cookbook\views\delete.py:160 .\cookbook\views\new.py:181
+msgid "Invite Link"
msgstr ""
-"Er is een fout opgetreden bij het converteren van uw ingrediënten "
-"hoeveelheid naar een nummer:"
-#: .\cookbook\views\edit.py:122
-msgid "Recipe saved!"
-msgstr "Recept opgeslagen!"
+#: .\cookbook\views\edit.py:93
+msgid "Food"
+msgstr ""
-#: .\cookbook\views\edit.py:124
-msgid "There was an error saving this recipe!"
-msgstr "Er is een fout opgetreden bij het opslaan van dit recept!"
-
-#: .\cookbook\views\edit.py:192
+#: .\cookbook\views\edit.py:102
msgid "You cannot edit this storage!"
msgstr "U kunt deze opslag niet bewerken!"
-#: .\cookbook\views\edit.py:211
+#: .\cookbook\views\edit.py:121
msgid "Storage saved!"
msgstr "Opslag opgeslagen!"
-#: .\cookbook\views\edit.py:213
+#: .\cookbook\views\edit.py:123
msgid "There was an error updating this storage backend!"
msgstr "Er is een fout opgetreden bij het updaten van deze opslag backend!"
-#: .\cookbook\views\edit.py:220
+#: .\cookbook\views\edit.py:130
msgid "Storage"
msgstr "Opslag"
-#: .\cookbook\views\edit.py:300
+#: .\cookbook\views\edit.py:215
msgid "Changes saved!"
msgstr "Wijzigingen opgeslagen!"
-#: .\cookbook\views\edit.py:304
+#: .\cookbook\views\edit.py:219
msgid "Error saving changes!"
msgstr "Fout bij het opslaan van de wijzigingen!"
-#: .\cookbook\views\edit.py:334
+#: .\cookbook\views\edit.py:249
msgid "Units merged!"
msgstr "Eenheden samengevoegd!"
-#: .\cookbook\views\edit.py:347
-msgid "Ingredients merged!"
-msgstr "Ingredienten samengevoegd!"
+#: .\cookbook\views\edit.py:262
+#, fuzzy
+#| msgid "Units merged!"
+msgid "Foods merged!"
+msgstr "Eenheden samengevoegd!"
-#: .\cookbook\views\import_export.py:59
+#: .\cookbook\views\import_export.py:42
msgid "Recipe imported successfully!"
msgstr "Recept succesvol geïmporteerd!"
-#: .\cookbook\views\import_export.py:106
+#: .\cookbook\views\import_export.py:45
+msgid "Something went wrong during the import!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:48
+msgid "Could not parse the supplied JSON!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:79
msgid ""
"External recipes cannot be exported, please share the file directly or "
"select an internal recipe."
@@ -1117,44 +1926,124 @@ msgstr ""
"Het is niet mogelijk om externe recepten te exporteren. Deel het bestand "
"zelf of selecteer een intern recept."
-#: .\cookbook\views\lists.py:26
+#: .\cookbook\views\lists.py:28
msgid "Import Log"
msgstr "Import logboek"
-#: .\cookbook\views\lists.py:35
+#: .\cookbook\views\lists.py:37
msgid "Discovery"
msgstr "Ontdekken"
-#: .\cookbook\views\new.py:90
+#: .\cookbook\views\lists.py:57
+#, fuzzy
+#| msgid "Shopping List"
+msgid "Shopping Lists"
+msgstr "Boodschappenlijstje"
+
+#: .\cookbook\views\new.py:98
msgid "Imported new recipe!"
msgstr "Nieuw recept geïmporteerd!"
-#: .\cookbook\views\new.py:93
+#: .\cookbook\views\new.py:101
msgid "There was an error importing this recipe!"
msgstr "Er is een fout opgetreden bij het importeren van dit recept!"
-#: .\cookbook\views\views.py:84
+#: .\cookbook\views\views.py:86
+#, fuzzy
+#| msgid "You do not have the required permissions to view this page!"
+msgid "You do not have the required permissions to perform this action!"
+msgstr "U heeft niet de benodigde machtigingen om deze pagina te bekijken!"
+
+#: .\cookbook\views\views.py:98
msgid "Comment saved!"
msgstr "Opmerking opgeslagen!"
-#: .\cookbook\views\views.py:94
+#: .\cookbook\views\views.py:108
msgid "Bookmark saved!"
msgstr "Bladwijzer opgeslagen!"
-#: .\cookbook\views\views.py:267
+#: .\cookbook\views\views.py:254
msgid ""
"The setup page can only be used to create the first user! If you have "
-"forgotten your superuser credentials please consult the django documentation"
-" on how to reset passwords."
+"forgotten your superuser credentials please consult the django documentation "
+"on how to reset passwords."
msgstr ""
"De setup pagina kan alleen gebruikt worden om de eerste gebruiker te "
-"creëren! Indien u uw superuser inloggegevens bent vergeten dient u de django"
-" documentatie raad te plegen voor hoe u uw wachtwoord kunt resetten."
+"creëren! Indien u uw superuser inloggegevens bent vergeten dient u de django "
+"documentatie raad te plegen voor hoe u uw wachtwoord kunt resetten."
-#: .\cookbook\views\views.py:274
+#: .\cookbook\views\views.py:261 .\cookbook\views\views.py:301
msgid "Passwords dont match!"
msgstr "Wachtwoorden komen niet overeen!"
-#: .\cookbook\views\views.py:284
+#: .\cookbook\views\views.py:272 .\cookbook\views\views.py:310
msgid "User has been created, please login!"
msgstr "Gebruiker is gecreëerd, Log in alstublieft!"
+
+#: .\cookbook\views\views.py:287
+msgid "Malformed Invite Link supplied!"
+msgstr ""
+
+#: .\cookbook\views\views.py:327
+msgid "Invite Link not valid or already used!"
+msgstr ""
+
+#~ msgid "New ingredient that other gets replaced by."
+#~ msgstr "Nieuw ingrediënt waarmee de andere wordt vervangen. "
+
+#~ msgid "Old Ingredient"
+#~ msgstr "oud ingrediënt"
+
+#~ msgid "Ingredient that should be replaced."
+#~ msgstr "Ingrediënten die vervangen dienen te worden."
+
+#~ msgid "Insert a header between the ingredients."
+#~ msgstr "Voeg een kop tussen de ingrediënten toe"
+
+#~ msgid ""
+#~ "Use Ctrl+Space to insert new Ingredient!- [ ] in list for easier usage in markdown based "
+"documents."
+msgstr ""
+
+#: .\cookbook\forms.py:119
+msgid "Export Base64 encoded image?"
+msgstr ""
+
+#: .\cookbook\forms.py:123
+msgid "Download export directly or show on page?"
+msgstr ""
+
+#: .\cookbook\forms.py:129
+msgid "Simply paste a JSON export into this textarea and click import."
+msgstr ""
+
+#: .\cookbook\forms.py:138
+msgid "New Unit"
+msgstr ""
+
+#: .\cookbook\forms.py:139
+msgid "New unit that other gets replaced by."
+msgstr ""
+
+#: .\cookbook\forms.py:144
+msgid "Old Unit"
+msgstr ""
+
+#: .\cookbook\forms.py:145
+msgid "Unit that should be replaced."
+msgstr ""
+
+#: .\cookbook\forms.py:155
+msgid "New Food"
+msgstr ""
+
+#: .\cookbook\forms.py:156
+msgid "New food that other gets replaced by."
+msgstr ""
+
+#: .\cookbook\forms.py:161
+msgid "Old Food"
+msgstr ""
+
+#: .\cookbook\forms.py:162
+msgid "Food that should be replaced."
+msgstr ""
+
+#: .\cookbook\forms.py:174
+msgid "Add your comment: "
+msgstr ""
+
+#: .\cookbook\forms.py:199
+msgid "Leave empty for dropbox and enter app password for nextcloud."
+msgstr ""
+
+#: .\cookbook\forms.py:202
+msgid "Leave empty for nextcloud and enter api token for dropbox."
+msgstr ""
+
+#: .\cookbook\forms.py:210
+msgid ""
+"Leave empty for dropbox and enter only base url for nextcloud (/remote."
+"php/webdav/ is added automatically)"
+msgstr ""
+
+#: .\cookbook\forms.py:229
+msgid "Search String"
+msgstr ""
+
+#: .\cookbook\forms.py:243
+msgid "File ID"
+msgstr ""
+
+#: .\cookbook\forms.py:261
+msgid "You must provide at least a recipe or a title."
+msgstr ""
+
+#: .\cookbook\forms.py:270
+msgid "You can list default users to share recipes with in the settings."
+msgstr ""
+
+#: .\cookbook\forms.py:271
+#: .\cookbook\templates\forms\edit_internal_recipe.html:323
+msgid ""
+"You can use markdown to format this field. See the docs here"
+msgstr ""
+
+#: .\cookbook\forms.py:272
+msgid "Scaling factor for recipe."
+msgstr ""
+
+#: .\cookbook\forms.py:283
+msgid "A username is not required, if left blank the new user can choose one."
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:113
+#: .\cookbook\helper\permission_helper.py:155
+#: .\cookbook\helper\permission_helper.py:169
+#: .\cookbook\helper\permission_helper.py:180
+#: .\cookbook\helper\permission_helper.py:191 .\cookbook\views\data.py:27
+#: .\cookbook\views\views.py:79 .\cookbook\views\views.py:158
+msgid "You do not have the required permissions to view this page!"
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:123
+msgid "You are not logged in and therefore cannot view this page!"
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:127
+#: .\cookbook\helper\permission_helper.py:141 .\cookbook\views\delete.py:132
+msgid "You cannot interact with this object as its not owned by you!"
+msgstr ""
+
+#: .\cookbook\helper\recipe_url_import.py:35
+msgid "The requested site provided malformed data and cannot be read."
+msgstr ""
+
+#: .\cookbook\helper\recipe_url_import.py:44
+msgid ""
+"The requested site does not provide any recognized data format to import the "
+"recipe from."
+msgstr ""
+
+#: .\cookbook\helper\recipe_url_import.py:152
+msgid "Imported from "
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:12
+msgid "Breakfast"
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:17
+msgid "Lunch"
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:22
+msgid "Dinner"
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:27
+msgid "Other"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\shopping_list.html:44
+msgid "Search"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:74
+#: .\cookbook\templates\meal_plan.html:5 .\cookbook\views\delete.py:149
+#: .\cookbook\views\edit.py:194 .\cookbook\views\new.py:156
+msgid "Meal-Plan"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:71
+msgid "Books"
+msgstr ""
+
+#: .\cookbook\models.py:65
+msgid "Small"
+msgstr ""
+
+#: .\cookbook\models.py:65
+msgid "Large"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:149
+msgid "Text"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:150
+msgid "Time"
+msgstr ""
+
+#: .\cookbook\tables.py:29 .\cookbook\templates\books.html:36
+#: .\cookbook\templates\generic\edit_template.html:6
+#: .\cookbook\templates\generic\edit_template.html:14
+#: .\cookbook\templates\meal_plan.html:238
+#: .\cookbook\templates\recipe_view.html:36
+#: .\cookbook\templates\recipes_table.html:77
+#: .\cookbook\templates\shopping_list.html:29
+msgid "Edit"
+msgstr ""
+
+#: .\cookbook\tables.py:103 .\cookbook\tables.py:122
+#: .\cookbook\templates\books.html:38
+#: .\cookbook\templates\generic\delete_template.html:5
+#: .\cookbook\templates\generic\delete_template.html:13
+#: .\cookbook\templates\generic\edit_template.html:27
+#: .\cookbook\templates\meal_plan.html:234
+msgid "Delete"
+msgstr ""
+
+#: .\cookbook\tables.py:121
+msgid "Link"
+msgstr ""
+
+#: .\cookbook\templates\404.html:5
+msgid "404 Error"
+msgstr ""
+
+#: .\cookbook\templates\404.html:18
+msgid "The page you are looking for could not be found."
+msgstr ""
+
+#: .\cookbook\templates\404.html:33
+msgid "Take me Home"
+msgstr ""
+
+#: .\cookbook\templates\404.html:35
+msgid "Report a Bug"
+msgstr ""
+
+#: .\cookbook\templates\api_info.html:5 .\cookbook\templates\base.html:146
+#: .\cookbook\templates\rest_framework\api.html:11
+msgid "API Documentation"
+msgstr ""
+
+#: .\cookbook\templates\base.html:60
+#: .\cookbook\templates\forms\ingredients.html:7
+#: .\cookbook\templates\index.html:7
+msgid "Cookbook"
+msgstr ""
+
+#: .\cookbook\templates\base.html:67
+msgid "Utensils"
+msgstr ""
+
+#: .\cookbook\templates\base.html:77
+msgid "Shopping"
+msgstr ""
+
+#: .\cookbook\templates\base.html:87
+msgid "Tags"
+msgstr ""
+
+#: .\cookbook\templates\base.html:91 .\cookbook\views\delete.py:78
+#: .\cookbook\views\edit.py:76 .\cookbook\views\lists.py:20
+#: .\cookbook\views\new.py:56
+msgid "Keyword"
+msgstr ""
+
+#: .\cookbook\templates\base.html:93
+msgid "Batch Edit"
+msgstr ""
+
+#: .\cookbook\templates\base.html:98
+msgid "Storage Data"
+msgstr ""
+
+#: .\cookbook\templates\base.html:102
+msgid "Storage Backends"
+msgstr ""
+
+#: .\cookbook\templates\base.html:104
+msgid "Configure Sync"
+msgstr ""
+
+#: .\cookbook\templates\base.html:106
+msgid "Discovered Recipes"
+msgstr ""
+
+#: .\cookbook\templates\base.html:108
+msgid "Discovery Log"
+msgstr ""
+
+#: .\cookbook\templates\base.html:110 .\cookbook\templates\stats.html:10
+msgid "Statistics"
+msgstr ""
+
+#: .\cookbook\templates\base.html:112
+msgid "Units & Ingredients"
+msgstr ""
+
+#: .\cookbook\templates\base.html:114
+msgid "Import Recipe"
+msgstr ""
+
+#: .\cookbook\templates\base.html:130 .\cookbook\templates\settings.html:6
+#: .\cookbook\templates\settings.html:16
+msgid "Settings"
+msgstr ""
+
+#: .\cookbook\templates\base.html:132 .\cookbook\templates\history.html:6
+#: .\cookbook\templates\history.html:14
+msgid "History"
+msgstr ""
+
+#: .\cookbook\templates\base.html:136 .\cookbook\templates\system.html:13
+msgid "System"
+msgstr ""
+
+#: .\cookbook\templates\base.html:138
+msgid "Admin"
+msgstr ""
+
+#: .\cookbook\templates\base.html:142
+msgid "Markdown Help"
+msgstr ""
+
+#: .\cookbook\templates\base.html:144
+msgid "GitHub"
+msgstr ""
+
+#: .\cookbook\templates\base.html:148
+msgid "API Browser"
+msgstr ""
+
+#: .\cookbook\templates\base.html:151
+msgid "Logout"
+msgstr ""
+
+#: .\cookbook\templates\base.html:156
+#: .\cookbook\templates\registration\login.html:4
+#: .\cookbook\templates\registration\login.html:46
+msgid "Login"
+msgstr ""
+
+#: .\cookbook\templates\batch\edit.html:6
+msgid "Batch edit Category"
+msgstr ""
+
+#: .\cookbook\templates\batch\edit.html:15
+msgid "Batch edit Recipes"
+msgstr ""
+
+#: .\cookbook\templates\batch\edit.html:20
+msgid "Add the specified keywords to all recipes containing a word"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:59
+msgid "Sync"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:10
+msgid "Manage watched Folders"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:14
+msgid ""
+"On this Page you can manage all storage folder locations that should be "
+"monitored and synced"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:16
+msgid "The path must be in the following format"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:27
+msgid "Sync Now!"
+msgstr ""
+
+#: .\cookbook\templates\batch\waiting.html:4
+#: .\cookbook\templates\batch\waiting.html:10
+msgid "Importing Recipes"
+msgstr ""
+
+#: .\cookbook\templates\batch\waiting.html:23
+msgid ""
+"This can take a few minutes, depending on the number of recipes in sync, "
+"please wait."
+msgstr ""
+
+#: .\cookbook\templates\books.html:5 .\cookbook\templates\books.html:11
+msgid "Recipe Books"
+msgstr ""
+
+#: .\cookbook\templates\books.html:15
+msgid "New Book"
+msgstr ""
+
+#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:67
+#: .\cookbook\templates\recipe_view.html:389
+msgid "by"
+msgstr ""
+
+#: .\cookbook\templates\books.html:34
+msgid "Toggle Recipes"
+msgstr ""
+
+#: .\cookbook\templates\books.html:54
+#: .\cookbook\templates\meal_plan_entry.html:48
+#: .\cookbook\templates\recipe_view.html:90
+#: .\cookbook\templates\recipes_table.html:59
+msgid "Last cooked"
+msgstr ""
+
+#: .\cookbook\templates\books.html:71
+msgid "There are no recipes in this book yet."
+msgstr ""
+
+#: .\cookbook\templates\export.html:6
+msgid "Export Recipes"
+msgstr ""
+
+#: .\cookbook\templates\export.html:19
+#: .\cookbook\templates\recipe_view.html:50
+#: .\cookbook\templates\shopping_list.html:249
+msgid "Export"
+msgstr ""
+
+#: .\cookbook\templates\export.html:31
+msgid "Exported Recipe"
+msgstr ""
+
+#: .\cookbook\templates\export.html:42
+msgid "Copy to clipboard"
+msgstr ""
+
+#: .\cookbook\templates\export.html:54
+msgid "Copied!"
+msgstr ""
+
+#: .\cookbook\templates\export.html:61
+msgid "Copy list to clipboard"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_import_recipe.html:5
+#: .\cookbook\templates\forms\edit_import_recipe.html:9
+msgid "Import new Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_import_recipe.html:14
+#: .\cookbook\templates\forms\edit_internal_recipe.html:335
+#: .\cookbook\templates\forms\edit_internal_recipe.html:359
+#: .\cookbook\templates\generic\edit_template.html:23
+#: .\cookbook\templates\generic\new_template.html:23
+#: .\cookbook\templates\include\log_cooking.html:28
+#: .\cookbook\templates\meal_plan.html:282
+#: .\cookbook\templates\recipe_view.html:440
+#: .\cookbook\templates\settings.html:28 .\cookbook\templates\settings.html:35
+#: .\cookbook\templates\settings.html:57 .\cookbook\templates\settings.html:72
+#: .\cookbook\templates\shopping_list.html:251
+msgid "Save"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:7
+#: .\cookbook\templates\forms\edit_internal_recipe.html:34
+msgid "Edit Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:59
+msgid "Preperation Time"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:62
+msgid "Waiting Time"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:73
+msgid "Select Keywords"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:97
+#: .\cookbook\templates\forms\edit_internal_recipe.html:386
+#: .\cookbook\templates\recipe_view.html:228
+msgid "Step"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:113
+msgid "Delete Step"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:118
+msgid "Show as header"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:124
+msgid "Hide as header"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:129
+msgid "Move Up"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:134
+msgid "Move Down"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:143
+msgid "Step Name"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:147
+msgid "Step Type"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:158
+msgid "Step time in Minutes"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:212
+#: .\cookbook\templates\shopping_list.html:158
+msgid "Select Unit"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:213
+#: .\cookbook\templates\forms\edit_internal_recipe.html:237
+#: .\cookbook\templates\shopping_list.html:159
+#: .\cookbook\templates\shopping_list.html:181
+msgid "Create"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:214
+#: .\cookbook\templates\forms\edit_internal_recipe.html:238
+#: .\cookbook\templates\shopping_list.html:160
+#: .\cookbook\templates\shopping_list.html:182
+#: .\cookbook\templates\url_import.html:100
+#: .\cookbook\templates\url_import.html:132
+msgid "Select"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:236
+#: .\cookbook\templates\shopping_list.html:180
+msgid "Select Food"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:253
+#: .\cookbook\templates\meal_plan.html:213
+#: .\cookbook\templates\url_import.html:147
+msgid "Note"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:270
+msgid "Delete Ingredient"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:276
+msgid "Make Header"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:282
+msgid "Make Ingredient"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:288
+msgid "Disable Amount"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:294
+msgid "Enable Amount"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:320
+#: .\cookbook\templates\recipe_view.html:210
+#: .\cookbook\templates\url_import.html:171
+msgid "Instructions"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:333
+#: .\cookbook\templates\forms\edit_internal_recipe.html:356
+msgid "Save & View"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:337
+#: .\cookbook\templates\forms\edit_internal_recipe.html:362
+msgid "Add Step"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:339
+#: .\cookbook\templates\forms\edit_internal_recipe.html:365
+msgid "View Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:341
+#: .\cookbook\templates\forms\edit_internal_recipe.html:367
+msgid "Delete Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:373
+msgid "Steps"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:494
+#: .\cookbook\templates\forms\edit_internal_recipe.html:512
+#: .\cookbook\templates\forms\edit_internal_recipe.html:526
+#: .\cookbook\templates\forms\edit_internal_recipe.html:607
+#: .\cookbook\templates\forms\edit_internal_recipe.html:626
+#: .\cookbook\templates\forms\edit_internal_recipe.html:646
+#: .\cookbook\templates\meal_plan.html:396
+#: .\cookbook\templates\meal_plan.html:408
+#: .\cookbook\templates\meal_plan.html:458
+#: .\cookbook\templates\meal_plan.html:471
+#: .\cookbook\templates\meal_plan.html:482
+#: .\cookbook\templates\meal_plan.html:508
+#: .\cookbook\templates\meal_plan.html:519
+#: .\cookbook\templates\meal_plan.html:533
+#: .\cookbook\templates\meal_plan.html:540
+#: .\cookbook\templates\meal_plan.html:548
+#: .\cookbook\templates\shopping_list.html:421
+#: .\cookbook\templates\shopping_list.html:446
+#: .\cookbook\templates\shopping_list.html:476
+#: .\cookbook\templates\shopping_list.html:496
+#: .\cookbook\templates\shopping_list.html:507
+#: .\cookbook\templates\shopping_list.html:530
+#: .\cookbook\templates\shopping_list.html:556
+#: .\cookbook\templates\shopping_list.html:572
+#: .\cookbook\templates\shopping_list.html:614
+#: .\cookbook\templates\shopping_list.html:624
+#: .\cookbook\templates\shopping_list.html:633
+#: .\cookbook\templates\url_import.html:308
+#: .\cookbook\templates\url_import.html:313
+#: .\cookbook\templates\url_import.html:322
+#: .\cookbook\templates\url_import.html:366
+#: .\cookbook\templates\url_import.html:384
+#: .\cookbook\templates\url_import.html:403
+msgid "Error"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:494
+msgid "There was an error loading the recipe!"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:505
+#: .\cookbook\templates\forms\edit_internal_recipe.html:522
+#: .\cookbook\templates\shopping_list.html:487
+#: .\cookbook\templates\shopping_list.html:503
+msgid "Updated"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:505
+#: .\cookbook\templates\forms\edit_internal_recipe.html:522
+#: .\cookbook\templates\shopping_list.html:503
+msgid "Changes saved successfully!"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:512
+#: .\cookbook\templates\forms\edit_internal_recipe.html:526
+msgid "There was an error updating the recipe!"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:570
+msgid "Are you sure that you want to delete this ingredient?"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:575
+msgid "Are you sure that you want to delete this step?"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:607
+#: .\cookbook\templates\forms\edit_internal_recipe.html:626
+#: .\cookbook\templates\forms\edit_internal_recipe.html:646
+#: .\cookbook\templates\meal_plan.html:396
+#: .\cookbook\templates\meal_plan.html:408
+#: .\cookbook\templates\meal_plan.html:458
+#: .\cookbook\templates\meal_plan.html:471
+#: .\cookbook\templates\meal_plan.html:482
+#: .\cookbook\templates\meal_plan.html:508
+#: .\cookbook\templates\meal_plan.html:519
+#: .\cookbook\templates\meal_plan.html:533
+#: .\cookbook\templates\meal_plan.html:540
+#: .\cookbook\templates\meal_plan.html:548
+#: .\cookbook\templates\shopping_list.html:421
+#: .\cookbook\templates\shopping_list.html:446
+#: .\cookbook\templates\shopping_list.html:572
+#: .\cookbook\templates\shopping_list.html:614
+#: .\cookbook\templates\shopping_list.html:624
+#: .\cookbook\templates\shopping_list.html:633
+#: .\cookbook\templates\url_import.html:308
+#: .\cookbook\templates\url_import.html:366
+#: .\cookbook\templates\url_import.html:384
+#: .\cookbook\templates\url_import.html:403
+msgid "There was an error loading a resource!"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:15
+msgid "Edit Ingredients"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:16
+msgid ""
+"\n"
+" The following form can be used if, accidentally, two (or more) units "
+"or ingredients where created that should be\n"
+" the same.\n"
+" It merges two units or ingredients and updates all recipes using "
+"them.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:24
+#: .\cookbook\templates\stats.html:26
+msgid "Units"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:26
+msgid "Are you sure that you want to merge these two units ?"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:31
+#: .\cookbook\templates\forms\ingredients.html:40
+msgid "Merge"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:36
+msgid "Are you sure that you want to merge these two ingredients ?"
+msgstr ""
+
+#: .\cookbook\templates\generic\delete_template.html:18
+#, python-format
+msgid "Are you sure you want to delete the %(title)s: %(object)s "
+msgstr ""
+
+#: .\cookbook\templates\generic\delete_template.html:21
+msgid "Confirm"
+msgstr ""
+
+#: .\cookbook\templates\generic\edit_template.html:30
+msgid "View"
+msgstr ""
+
+#: .\cookbook\templates\generic\edit_template.html:34
+msgid "Delete original file"
+msgstr ""
+
+#: .\cookbook\templates\generic\list_template.html:6
+#: .\cookbook\templates\generic\list_template.html:12
+msgid "List"
+msgstr ""
+
+#: .\cookbook\templates\generic\list_template.html:25
+msgid "Filter"
+msgstr ""
+
+#: .\cookbook\templates\generic\list_template.html:30
+msgid "Import all"
+msgstr ""
+
+#: .\cookbook\templates\generic\new_template.html:6
+#: .\cookbook\templates\generic\new_template.html:14
+#: .\cookbook\templates\meal_plan.html:280
+msgid "New"
+msgstr ""
+
+#: .\cookbook\templates\generic\table_template.html:76
+#: .\cookbook\templates\recipes_table.html:112
+msgid "previous"
+msgstr ""
+
+#: .\cookbook\templates\generic\table_template.html:98
+#: .\cookbook\templates\recipes_table.html:134
+msgid "next"
+msgstr ""
+
+#: .\cookbook\templates\history.html:20
+msgid "View Log"
+msgstr ""
+
+#: .\cookbook\templates\history.html:24
+msgid "Cook Log"
+msgstr ""
+
+#: .\cookbook\templates\import.html:6
+msgid "Import Recipes"
+msgstr ""
+
+#: .\cookbook\templates\import.html:14
+#: .\cookbook\templates\url_import.html:203 .\cookbook\views\delete.py:54
+#: .\cookbook\views\edit.py:161
+msgid "Import"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:7
+msgid "Log Recipe Cooking"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:13
+msgid "All fields are optional and can be left empty."
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:16
+msgid "Servings"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:19
+msgid "Rating"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:27
+#: .\cookbook\templates\include\recipe_open_modal.html:18
+#: .\cookbook\templates\meal_plan.html:240
+#: .\cookbook\templates\meal_plan.html:284
+#: .\cookbook\templates\meal_plan.html:323
+msgid "Close"
+msgstr ""
+
+#: .\cookbook\templates\include\recipe_open_modal.html:7
+#: .\cookbook\templates\meal_plan.html:207 .\cookbook\views\delete.py:25
+#: .\cookbook\views\edit.py:227 .\cookbook\views\new.py:36
+msgid "Recipe"
+msgstr ""
+
+#: .\cookbook\templates\include\recipe_open_modal.html:32
+msgid "Open Recipe"
+msgstr ""
+
+#: .\cookbook\templates\include\storage_backend_warning.html:4
+msgid "Security Warning"
+msgstr ""
+
+#: .\cookbook\templates\include\storage_backend_warning.html:5
+msgid ""
+"\n"
+" The Password and Token field are stored as plain text "
+"inside the database.\n"
+" This is necessary because they are needed to make API requests, but "
+"it also increases the risk of\n"
+" someone stealing it. The meal plan module allows planning of meals " +"both with recipes or just notes.
\n" +"Simply select a recipe from the list of " +"recently viewed recipes or search the one you\n" +" want and drag it to the desired plan " +"position. You can also add a note and a title and\n" +" then drag the recipe to create a plan entry " +"with a custom title and note. Creating only\n" +" Notes is possible by dragging the create " +"note box into the plan.
\n" +"Click on a recipe in order to open the detail " +"view. Here you can also add it to the\n" +" shopping list. You can also add all recipes " +"of a day to the shopping list by\n" +" clicking the shopping cart at the top of the " +"table.
\n" +"Since a common use case is to plan meals " +"together you can define\n" +" users you want to share your plan with in " +"the settings.\n" +"
\n" +"You can also edit the types of meals you want " +"to plan. If you share your plan with\n" +" someone with\n" +" different meals, their meal types will " +"appear in your list as well. To prevent\n" +" duplicates (e.g. Other and Misc.)\n" +" name your meal types the same as the users " +"you share your meals with and they will be\n" +" merged.
\n" +" " +msgstr "" + +#: .\cookbook\templates\meal_plan.html:558 +msgid "" +"When deleting a meal type all entries using that type will be deleted as " +"well. Deletion will apply when configuration is saved. Do you want to " +"proceed?" +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:6 +msgid "Meal Plan View" +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:50 +msgid "Never cooked before." +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:76 +msgid "Other meals on this day" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:38 +msgid "Add to Book" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:44 +msgid "Add to Plan" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:46 +#: .\cookbook\templates\recipes_table.html:81 +msgid "Log Cooking" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:48 +msgid "Print" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:53 +msgid "Share" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:62 +msgid "in" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:80 +#: .\cookbook\templates\recipes_table.html:46 +#: .\cookbook\templates\url_import.html:55 +msgid "Preparation time ca." +msgstr "" + +#: .\cookbook\templates\recipe_view.html:86 +#: .\cookbook\templates\recipes_table.html:52 +#: .\cookbook\templates\url_import.html:60 +msgid "Waiting time ca." +msgstr "" + +#: .\cookbook\templates\recipe_view.html:201 +#: .\cookbook\templates\recipes_table.html:19 +#: .\cookbook\templates\recipes_table.html:23 +#: .\cookbook\templates\url_import.html:50 +msgid "Recipe Image" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:231 +msgid "Minutes" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:331 +#: .\cookbook\templates\recipe_view.html:368 +msgid "View external recipe" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:346 +msgid "External recipe image" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:353 +msgid "External recipe" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:355 +msgid "" +"\n" +" This is an external recipe, which means " +"you can only view it by opening the link\n" +" above.\n" +" You can convert this recipe to a fancy " +"recipe by pressing the convert button. The\n" +" original\n" +" file\n" +" will still be accessible.\n" +" " +msgstr "" + +#: .\cookbook\templates\recipe_view.html:366 +msgid "Convert now!" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:384 +#: .\cookbook\templates\stats.html:47 +msgid "Comments" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:407 .\cookbook\views\delete.py:108 +#: .\cookbook\views\edit.py:143 +msgid "Comment" +msgstr "" + +#: .\cookbook\templates\recipes_table.html:55 +msgid "External" +msgstr "" + +#: .\cookbook\templates\registration\login.html:10 +msgid "Your username and password didn't match. Please try again." +msgstr "" + +#: .\cookbook\templates\registration\signup.html:5 +msgid "Register" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:9 +msgid "Create your Account" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:14 +msgid "Create User" +msgstr "" + +#: .\cookbook\templates\rest_framework\api.html:5 +msgid "Recipe Home" +msgstr "" + +#: .\cookbook\templates\settings.html:22 +msgid "Account" +msgstr "" + +#: .\cookbook\templates\settings.html:41 +msgid "Language" +msgstr "" + +#: .\cookbook\templates\settings.html:66 +msgid "Style" +msgstr "" + +#: .\cookbook\templates\settings.html:78 +msgid "API Token" +msgstr "" + +#: .\cookbook\templates\settings.html:79 +msgid "" +"You can use both basic authentication and token based authentication to " +"access the REST API." +msgstr "" + +#: .\cookbook\templates\settings.html:91 +msgid "" +"Use the token as an Authorization header prefixed by the word token as shown " +"in the following examples:" +msgstr "" + +#: .\cookbook\templates\settings.html:93 +msgid "or" +msgstr "" + +#: .\cookbook\templates\setup.html:6 .\cookbook\templates\system.html:5 +msgid "Cookbook Setup" +msgstr "" + +#: .\cookbook\templates\setup.html:14 +msgid "Setup" +msgstr "" + +#: .\cookbook\templates\setup.html:15 +msgid "To start using this application you must first create a superuser." +msgstr "" + +#: .\cookbook\templates\setup.html:20 +msgid "Create Superuser" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:71 +msgid "Shopping Recipes" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:75 +msgid "No recipes selected" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:145 +msgid "Amount" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:206 +msgid "Finished" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:257 +msgid "Copy/Export" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:261 +msgid "List Prefix" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:476 +#: .\cookbook\templates\shopping_list.html:507 +#: .\cookbook\templates\shopping_list.html:530 +msgid "There was an error updating a resource!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:487 +msgid "Object created successfully!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:496 +msgid "There was an error creating a resource!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:556 +msgid "Please enter a valid food" +msgstr "" + +#: .\cookbook\templates\stats.html:4 +msgid "Stats" +msgstr "" + +#: .\cookbook\templates\stats.html:19 +msgid "Number of objects" +msgstr "" + +#: .\cookbook\templates\stats.html:30 +msgid "Recipe Imports" +msgstr "" + +#: .\cookbook\templates\stats.html:38 +msgid "Objects stats" +msgstr "" + +#: .\cookbook\templates\stats.html:41 +msgid "Recipes without Keywords" +msgstr "" + +#: .\cookbook\templates\stats.html:43 +msgid "External Recipes" +msgstr "" + +#: .\cookbook\templates\stats.html:45 +msgid "Internal Recipes" +msgstr "" + +#: .\cookbook\templates\system.html:21 .\cookbook\views\lists.py:73 +msgid "Invite Links" +msgstr "" + +#: .\cookbook\templates\system.html:22 +msgid "Show Links" +msgstr "" + +#: .\cookbook\templates\system.html:26 +msgid "Backup & Restore" +msgstr "" + +#: .\cookbook\templates\system.html:27 +msgid "Download Backup" +msgstr "" + +#: .\cookbook\templates\system.html:37 +msgid "System Information" +msgstr "" + +#: .\cookbook\templates\system.html:39 +msgid "" +"\n" +" Django Recipes is an open source free software application. It can " +"be found on\n" +" GitHub.\n" +" Changelogs can be found here.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:53 +msgid "Media Serving" +msgstr "" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 +msgid "Warning" +msgstr "" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 .\cookbook\templates\system.html:100 +msgid "Ok" +msgstr "" + +#: .\cookbook\templates\system.html:56 +msgid "" +"Serving media files directly using gunicorn/python is not recommend!\n" +" Please follow the steps described\n" +" here to update\n" +" your installation.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:62 .\cookbook\templates\system.html:78 +#: .\cookbook\templates\system.html:93 .\cookbook\templates\system.html:107 +msgid "Everything is fine!" +msgstr "" + +#: .\cookbook\templates\system.html:67 +msgid "Secret Key" +msgstr "" + +#: .\cookbook\templates\system.html:71 +msgid "" +"\n" +" You do not have aSECRET_KEY configured in your "
+".env file. Django defaulted to the\n"
+" standard key\n"
+" provided with the installation which is publicly know and "
+"insecure! Please set\n"
+" SECRET_KEY int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:83
+msgid "Debug Mode"
+msgstr ""
+
+#: .\cookbook\templates\system.html:87
+msgid ""
+"\n"
+" This application is still running in debug mode. This is most "
+"likely not needed. Turn of debug mode by\n"
+" setting\n"
+" DEBUG=0 int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:98
+msgid "Database"
+msgstr ""
+
+#: .\cookbook\templates\system.html:100
+msgid "Info"
+msgstr ""
+
+#: .\cookbook\templates\system.html:102
+msgid ""
+"\n"
+" This application is not running with a Postgres database "
+"backend. This is ok but not recommended as some\n"
+" features only work with postgres databases.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:5
+msgid "URL Import"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:23
+msgid "Enter website URL"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:44
+msgid "Recipe Name"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:99
+#: .\cookbook\templates\url_import.html:131
+#: .\cookbook\templates\url_import.html:186
+msgid "Select one"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:197
+msgid "All Keywords"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:199
+msgid "Import all Keywords not only the ones already existing."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:225
+msgid "Information"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:227
+msgid ""
+" Only websites containing ld+json or microdata information can currently\n"
+" be imported. Most big recipe pages "
+"support this. If you site cannot be imported but\n"
+" you think\n"
+" it probably has some kind of structured "
+"data feel free to post an example in the\n"
+" github issues."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:235
+msgid "Google ld+json Info"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:238
+msgid "GitHub Issues"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:240
+msgid "Recipe Markup Specification"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:313
+msgid "Already importing the selected recipe, please wait!"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:322
+msgid "An error occurred while trying to import this recipe!"
+msgstr ""
+
+#: .\cookbook\views\api.py:58
+msgid "Parameter filter_list incorrectly formatted"
+msgstr ""
+
+#: .\cookbook\views\api.py:70
+msgid "Preference for given user already exists"
+msgstr ""
+
+#: .\cookbook\views\api.py:338
+msgid "Sync successful!"
+msgstr ""
+
+#: .\cookbook\views\api.py:341
+msgid "Error synchronizing with Storage"
+msgstr ""
+
+#: .\cookbook\views\api.py:396
+msgid "The requested page could not be found."
+msgstr ""
+
+#: .\cookbook\views\api.py:399
+msgid ""
+"The requested page refused to provide any information (Status Code 403)."
+msgstr ""
+
+#: .\cookbook\views\data.py:83
+#, python-format
+msgid "Batch edit done. %(count)d recipe was updated."
+msgid_plural "Batch edit done. %(count)d Recipes where updated."
+msgstr[0] ""
+msgstr[1] ""
+
+#: .\cookbook\views\delete.py:66
+msgid "Monitor"
+msgstr ""
+
+#: .\cookbook\views\delete.py:90 .\cookbook\views\lists.py:65
+#: .\cookbook\views\new.py:75
+msgid "Storage Backend"
+msgstr ""
+
+#: .\cookbook\views\delete.py:97
+msgid ""
+"Could not delete this storage backend as it is used in at least one monitor."
+msgstr ""
+
+#: .\cookbook\views\delete.py:119 .\cookbook\views\edit.py:175
+#: .\cookbook\views\new.py:125
+msgid "Recipe Book"
+msgstr ""
+
+#: .\cookbook\views\delete.py:138
+msgid "Bookmarks"
+msgstr ""
+
+#: .\cookbook\views\delete.py:160 .\cookbook\views\new.py:181
+msgid "Invite Link"
+msgstr ""
+
+#: .\cookbook\views\edit.py:93
+msgid "Food"
+msgstr ""
+
+#: .\cookbook\views\edit.py:102
+msgid "You cannot edit this storage!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:121
+msgid "Storage saved!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:123
+msgid "There was an error updating this storage backend!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:130
+msgid "Storage"
+msgstr ""
+
+#: .\cookbook\views\edit.py:215
+msgid "Changes saved!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:219
+msgid "Error saving changes!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:249
+msgid "Units merged!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:262
+msgid "Foods merged!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:42
+msgid "Recipe imported successfully!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:45
+msgid "Something went wrong during the import!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:48
+msgid "Could not parse the supplied JSON!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:79
+msgid ""
+"External recipes cannot be exported, please share the file directly or "
+"select an internal recipe."
+msgstr ""
+
+#: .\cookbook\views\lists.py:28
+msgid "Import Log"
+msgstr ""
+
+#: .\cookbook\views\lists.py:37
+msgid "Discovery"
+msgstr ""
+
+#: .\cookbook\views\lists.py:57
+msgid "Shopping Lists"
+msgstr ""
+
+#: .\cookbook\views\new.py:98
+msgid "Imported new recipe!"
+msgstr ""
+
+#: .\cookbook\views\new.py:101
+msgid "There was an error importing this recipe!"
+msgstr ""
+
+#: .\cookbook\views\views.py:86
+msgid "You do not have the required permissions to perform this action!"
+msgstr ""
+
+#: .\cookbook\views\views.py:98
+msgid "Comment saved!"
+msgstr ""
+
+#: .\cookbook\views\views.py:108
+msgid "Bookmark saved!"
+msgstr ""
+
+#: .\cookbook\views\views.py:254
+msgid ""
+"The setup page can only be used to create the first user! If you have "
+"forgotten your superuser credentials please consult the django documentation "
+"on how to reset passwords."
+msgstr ""
+
+#: .\cookbook\views\views.py:261 .\cookbook\views\views.py:301
+msgid "Passwords dont match!"
+msgstr ""
+
+#: .\cookbook\views\views.py:272 .\cookbook\views\views.py:310
+msgid "User has been created, please login!"
+msgstr ""
+
+#: .\cookbook\views\views.py:287
+msgid "Malformed Invite Link supplied!"
+msgstr ""
+
+#: .\cookbook\views\views.py:327
+msgid "Invite Link not valid or already used!"
+msgstr ""
diff --git a/cookbook/locale/rn/LC_MESSAGES/django.mo b/cookbook/locale/rn/LC_MESSAGES/django.mo
new file mode 100644
index 000000000..62a2bed5e
Binary files /dev/null and b/cookbook/locale/rn/LC_MESSAGES/django.mo differ
diff --git a/cookbook/locale/rn/LC_MESSAGES/django.po b/cookbook/locale/rn/LC_MESSAGES/django.po
new file mode 100644
index 000000000..0f1559f82
--- /dev/null
+++ b/cookbook/locale/rn/LC_MESSAGES/django.po
@@ -0,0 +1,1791 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR - [ ] in list for easier usage in markdown based "
+"documents."
+msgstr ""
+
+#: .\cookbook\forms.py:119
+msgid "Export Base64 encoded image?"
+msgstr ""
+
+#: .\cookbook\forms.py:123
+msgid "Download export directly or show on page?"
+msgstr ""
+
+#: .\cookbook\forms.py:129
+msgid "Simply paste a JSON export into this textarea and click import."
+msgstr ""
+
+#: .\cookbook\forms.py:138
+msgid "New Unit"
+msgstr ""
+
+#: .\cookbook\forms.py:139
+msgid "New unit that other gets replaced by."
+msgstr ""
+
+#: .\cookbook\forms.py:144
+msgid "Old Unit"
+msgstr ""
+
+#: .\cookbook\forms.py:145
+msgid "Unit that should be replaced."
+msgstr ""
+
+#: .\cookbook\forms.py:155
+msgid "New Food"
+msgstr ""
+
+#: .\cookbook\forms.py:156
+msgid "New food that other gets replaced by."
+msgstr ""
+
+#: .\cookbook\forms.py:161
+msgid "Old Food"
+msgstr ""
+
+#: .\cookbook\forms.py:162
+msgid "Food that should be replaced."
+msgstr ""
+
+#: .\cookbook\forms.py:174
+msgid "Add your comment: "
+msgstr ""
+
+#: .\cookbook\forms.py:199
+msgid "Leave empty for dropbox and enter app password for nextcloud."
+msgstr ""
+
+#: .\cookbook\forms.py:202
+msgid "Leave empty for nextcloud and enter api token for dropbox."
+msgstr ""
+
+#: .\cookbook\forms.py:210
+msgid ""
+"Leave empty for dropbox and enter only base url for nextcloud (/remote."
+"php/webdav/ is added automatically)"
+msgstr ""
+
+#: .\cookbook\forms.py:229
+msgid "Search String"
+msgstr ""
+
+#: .\cookbook\forms.py:243
+msgid "File ID"
+msgstr ""
+
+#: .\cookbook\forms.py:261
+msgid "You must provide at least a recipe or a title."
+msgstr ""
+
+#: .\cookbook\forms.py:270
+msgid "You can list default users to share recipes with in the settings."
+msgstr ""
+
+#: .\cookbook\forms.py:271
+#: .\cookbook\templates\forms\edit_internal_recipe.html:323
+msgid ""
+"You can use markdown to format this field. See the docs here"
+msgstr ""
+
+#: .\cookbook\forms.py:272
+msgid "Scaling factor for recipe."
+msgstr ""
+
+#: .\cookbook\forms.py:283
+msgid "A username is not required, if left blank the new user can choose one."
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:113
+#: .\cookbook\helper\permission_helper.py:155
+#: .\cookbook\helper\permission_helper.py:169
+#: .\cookbook\helper\permission_helper.py:180
+#: .\cookbook\helper\permission_helper.py:191 .\cookbook\views\data.py:27
+#: .\cookbook\views\views.py:79 .\cookbook\views\views.py:158
+msgid "You do not have the required permissions to view this page!"
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:123
+msgid "You are not logged in and therefore cannot view this page!"
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:127
+#: .\cookbook\helper\permission_helper.py:141 .\cookbook\views\delete.py:132
+msgid "You cannot interact with this object as its not owned by you!"
+msgstr ""
+
+#: .\cookbook\helper\recipe_url_import.py:35
+msgid "The requested site provided malformed data and cannot be read."
+msgstr ""
+
+#: .\cookbook\helper\recipe_url_import.py:44
+msgid ""
+"The requested site does not provide any recognized data format to import the "
+"recipe from."
+msgstr ""
+
+#: .\cookbook\helper\recipe_url_import.py:152
+msgid "Imported from "
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:12
+msgid "Breakfast"
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:17
+msgid "Lunch"
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:22
+msgid "Dinner"
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:27
+msgid "Other"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\shopping_list.html:44
+msgid "Search"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:74
+#: .\cookbook\templates\meal_plan.html:5 .\cookbook\views\delete.py:149
+#: .\cookbook\views\edit.py:194 .\cookbook\views\new.py:156
+msgid "Meal-Plan"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:71
+msgid "Books"
+msgstr ""
+
+#: .\cookbook\models.py:65
+msgid "Small"
+msgstr ""
+
+#: .\cookbook\models.py:65
+msgid "Large"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:149
+msgid "Text"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:150
+msgid "Time"
+msgstr ""
+
+#: .\cookbook\tables.py:29 .\cookbook\templates\books.html:36
+#: .\cookbook\templates\generic\edit_template.html:6
+#: .\cookbook\templates\generic\edit_template.html:14
+#: .\cookbook\templates\meal_plan.html:238
+#: .\cookbook\templates\recipe_view.html:36
+#: .\cookbook\templates\recipes_table.html:77
+#: .\cookbook\templates\shopping_list.html:29
+msgid "Edit"
+msgstr ""
+
+#: .\cookbook\tables.py:103 .\cookbook\tables.py:122
+#: .\cookbook\templates\books.html:38
+#: .\cookbook\templates\generic\delete_template.html:5
+#: .\cookbook\templates\generic\delete_template.html:13
+#: .\cookbook\templates\generic\edit_template.html:27
+#: .\cookbook\templates\meal_plan.html:234
+msgid "Delete"
+msgstr ""
+
+#: .\cookbook\tables.py:121
+msgid "Link"
+msgstr ""
+
+#: .\cookbook\templates\404.html:5
+msgid "404 Error"
+msgstr ""
+
+#: .\cookbook\templates\404.html:18
+msgid "The page you are looking for could not be found."
+msgstr ""
+
+#: .\cookbook\templates\404.html:33
+msgid "Take me Home"
+msgstr ""
+
+#: .\cookbook\templates\404.html:35
+msgid "Report a Bug"
+msgstr ""
+
+#: .\cookbook\templates\api_info.html:5 .\cookbook\templates\base.html:146
+#: .\cookbook\templates\rest_framework\api.html:11
+msgid "API Documentation"
+msgstr ""
+
+#: .\cookbook\templates\base.html:60
+#: .\cookbook\templates\forms\ingredients.html:7
+#: .\cookbook\templates\index.html:7
+msgid "Cookbook"
+msgstr ""
+
+#: .\cookbook\templates\base.html:67
+msgid "Utensils"
+msgstr ""
+
+#: .\cookbook\templates\base.html:77
+msgid "Shopping"
+msgstr ""
+
+#: .\cookbook\templates\base.html:87
+msgid "Tags"
+msgstr ""
+
+#: .\cookbook\templates\base.html:91 .\cookbook\views\delete.py:78
+#: .\cookbook\views\edit.py:76 .\cookbook\views\lists.py:20
+#: .\cookbook\views\new.py:56
+msgid "Keyword"
+msgstr ""
+
+#: .\cookbook\templates\base.html:93
+msgid "Batch Edit"
+msgstr ""
+
+#: .\cookbook\templates\base.html:98
+msgid "Storage Data"
+msgstr ""
+
+#: .\cookbook\templates\base.html:102
+msgid "Storage Backends"
+msgstr ""
+
+#: .\cookbook\templates\base.html:104
+msgid "Configure Sync"
+msgstr ""
+
+#: .\cookbook\templates\base.html:106
+msgid "Discovered Recipes"
+msgstr ""
+
+#: .\cookbook\templates\base.html:108
+msgid "Discovery Log"
+msgstr ""
+
+#: .\cookbook\templates\base.html:110 .\cookbook\templates\stats.html:10
+msgid "Statistics"
+msgstr ""
+
+#: .\cookbook\templates\base.html:112
+msgid "Units & Ingredients"
+msgstr ""
+
+#: .\cookbook\templates\base.html:114
+msgid "Import Recipe"
+msgstr ""
+
+#: .\cookbook\templates\base.html:130 .\cookbook\templates\settings.html:6
+#: .\cookbook\templates\settings.html:16
+msgid "Settings"
+msgstr ""
+
+#: .\cookbook\templates\base.html:132 .\cookbook\templates\history.html:6
+#: .\cookbook\templates\history.html:14
+msgid "History"
+msgstr ""
+
+#: .\cookbook\templates\base.html:136 .\cookbook\templates\system.html:13
+msgid "System"
+msgstr ""
+
+#: .\cookbook\templates\base.html:138
+msgid "Admin"
+msgstr ""
+
+#: .\cookbook\templates\base.html:142
+msgid "Markdown Help"
+msgstr ""
+
+#: .\cookbook\templates\base.html:144
+msgid "GitHub"
+msgstr ""
+
+#: .\cookbook\templates\base.html:148
+msgid "API Browser"
+msgstr ""
+
+#: .\cookbook\templates\base.html:151
+msgid "Logout"
+msgstr ""
+
+#: .\cookbook\templates\base.html:156
+#: .\cookbook\templates\registration\login.html:4
+#: .\cookbook\templates\registration\login.html:46
+msgid "Login"
+msgstr ""
+
+#: .\cookbook\templates\batch\edit.html:6
+msgid "Batch edit Category"
+msgstr ""
+
+#: .\cookbook\templates\batch\edit.html:15
+msgid "Batch edit Recipes"
+msgstr ""
+
+#: .\cookbook\templates\batch\edit.html:20
+msgid "Add the specified keywords to all recipes containing a word"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:59
+msgid "Sync"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:10
+msgid "Manage watched Folders"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:14
+msgid ""
+"On this Page you can manage all storage folder locations that should be "
+"monitored and synced"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:16
+msgid "The path must be in the following format"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:27
+msgid "Sync Now!"
+msgstr ""
+
+#: .\cookbook\templates\batch\waiting.html:4
+#: .\cookbook\templates\batch\waiting.html:10
+msgid "Importing Recipes"
+msgstr ""
+
+#: .\cookbook\templates\batch\waiting.html:23
+msgid ""
+"This can take a few minutes, depending on the number of recipes in sync, "
+"please wait."
+msgstr ""
+
+#: .\cookbook\templates\books.html:5 .\cookbook\templates\books.html:11
+msgid "Recipe Books"
+msgstr ""
+
+#: .\cookbook\templates\books.html:15
+msgid "New Book"
+msgstr ""
+
+#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:67
+#: .\cookbook\templates\recipe_view.html:389
+msgid "by"
+msgstr ""
+
+#: .\cookbook\templates\books.html:34
+msgid "Toggle Recipes"
+msgstr ""
+
+#: .\cookbook\templates\books.html:54
+#: .\cookbook\templates\meal_plan_entry.html:48
+#: .\cookbook\templates\recipe_view.html:90
+#: .\cookbook\templates\recipes_table.html:59
+msgid "Last cooked"
+msgstr ""
+
+#: .\cookbook\templates\books.html:71
+msgid "There are no recipes in this book yet."
+msgstr ""
+
+#: .\cookbook\templates\export.html:6
+msgid "Export Recipes"
+msgstr ""
+
+#: .\cookbook\templates\export.html:19
+#: .\cookbook\templates\recipe_view.html:50
+#: .\cookbook\templates\shopping_list.html:249
+msgid "Export"
+msgstr ""
+
+#: .\cookbook\templates\export.html:31
+msgid "Exported Recipe"
+msgstr ""
+
+#: .\cookbook\templates\export.html:42
+msgid "Copy to clipboard"
+msgstr ""
+
+#: .\cookbook\templates\export.html:54
+msgid "Copied!"
+msgstr ""
+
+#: .\cookbook\templates\export.html:61
+msgid "Copy list to clipboard"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_import_recipe.html:5
+#: .\cookbook\templates\forms\edit_import_recipe.html:9
+msgid "Import new Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_import_recipe.html:14
+#: .\cookbook\templates\forms\edit_internal_recipe.html:335
+#: .\cookbook\templates\forms\edit_internal_recipe.html:359
+#: .\cookbook\templates\generic\edit_template.html:23
+#: .\cookbook\templates\generic\new_template.html:23
+#: .\cookbook\templates\include\log_cooking.html:28
+#: .\cookbook\templates\meal_plan.html:282
+#: .\cookbook\templates\recipe_view.html:440
+#: .\cookbook\templates\settings.html:28 .\cookbook\templates\settings.html:35
+#: .\cookbook\templates\settings.html:57 .\cookbook\templates\settings.html:72
+#: .\cookbook\templates\shopping_list.html:251
+msgid "Save"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:7
+#: .\cookbook\templates\forms\edit_internal_recipe.html:34
+msgid "Edit Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:59
+msgid "Preperation Time"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:62
+msgid "Waiting Time"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:73
+msgid "Select Keywords"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:97
+#: .\cookbook\templates\forms\edit_internal_recipe.html:386
+#: .\cookbook\templates\recipe_view.html:228
+msgid "Step"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:113
+msgid "Delete Step"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:118
+msgid "Show as header"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:124
+msgid "Hide as header"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:129
+msgid "Move Up"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:134
+msgid "Move Down"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:143
+msgid "Step Name"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:147
+msgid "Step Type"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:158
+msgid "Step time in Minutes"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:212
+#: .\cookbook\templates\shopping_list.html:158
+msgid "Select Unit"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:213
+#: .\cookbook\templates\forms\edit_internal_recipe.html:237
+#: .\cookbook\templates\shopping_list.html:159
+#: .\cookbook\templates\shopping_list.html:181
+msgid "Create"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:214
+#: .\cookbook\templates\forms\edit_internal_recipe.html:238
+#: .\cookbook\templates\shopping_list.html:160
+#: .\cookbook\templates\shopping_list.html:182
+#: .\cookbook\templates\url_import.html:100
+#: .\cookbook\templates\url_import.html:132
+msgid "Select"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:236
+#: .\cookbook\templates\shopping_list.html:180
+msgid "Select Food"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:253
+#: .\cookbook\templates\meal_plan.html:213
+#: .\cookbook\templates\url_import.html:147
+msgid "Note"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:270
+msgid "Delete Ingredient"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:276
+msgid "Make Header"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:282
+msgid "Make Ingredient"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:288
+msgid "Disable Amount"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:294
+msgid "Enable Amount"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:320
+#: .\cookbook\templates\recipe_view.html:210
+#: .\cookbook\templates\url_import.html:171
+msgid "Instructions"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:333
+#: .\cookbook\templates\forms\edit_internal_recipe.html:356
+msgid "Save & View"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:337
+#: .\cookbook\templates\forms\edit_internal_recipe.html:362
+msgid "Add Step"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:339
+#: .\cookbook\templates\forms\edit_internal_recipe.html:365
+msgid "View Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:341
+#: .\cookbook\templates\forms\edit_internal_recipe.html:367
+msgid "Delete Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:373
+msgid "Steps"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:494
+#: .\cookbook\templates\forms\edit_internal_recipe.html:512
+#: .\cookbook\templates\forms\edit_internal_recipe.html:526
+#: .\cookbook\templates\forms\edit_internal_recipe.html:607
+#: .\cookbook\templates\forms\edit_internal_recipe.html:626
+#: .\cookbook\templates\forms\edit_internal_recipe.html:646
+#: .\cookbook\templates\meal_plan.html:396
+#: .\cookbook\templates\meal_plan.html:408
+#: .\cookbook\templates\meal_plan.html:458
+#: .\cookbook\templates\meal_plan.html:471
+#: .\cookbook\templates\meal_plan.html:482
+#: .\cookbook\templates\meal_plan.html:508
+#: .\cookbook\templates\meal_plan.html:519
+#: .\cookbook\templates\meal_plan.html:533
+#: .\cookbook\templates\meal_plan.html:540
+#: .\cookbook\templates\meal_plan.html:548
+#: .\cookbook\templates\shopping_list.html:421
+#: .\cookbook\templates\shopping_list.html:446
+#: .\cookbook\templates\shopping_list.html:476
+#: .\cookbook\templates\shopping_list.html:496
+#: .\cookbook\templates\shopping_list.html:507
+#: .\cookbook\templates\shopping_list.html:530
+#: .\cookbook\templates\shopping_list.html:556
+#: .\cookbook\templates\shopping_list.html:572
+#: .\cookbook\templates\shopping_list.html:614
+#: .\cookbook\templates\shopping_list.html:624
+#: .\cookbook\templates\shopping_list.html:633
+#: .\cookbook\templates\url_import.html:308
+#: .\cookbook\templates\url_import.html:313
+#: .\cookbook\templates\url_import.html:322
+#: .\cookbook\templates\url_import.html:366
+#: .\cookbook\templates\url_import.html:384
+#: .\cookbook\templates\url_import.html:403
+msgid "Error"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:494
+msgid "There was an error loading the recipe!"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:505
+#: .\cookbook\templates\forms\edit_internal_recipe.html:522
+#: .\cookbook\templates\shopping_list.html:487
+#: .\cookbook\templates\shopping_list.html:503
+msgid "Updated"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:505
+#: .\cookbook\templates\forms\edit_internal_recipe.html:522
+#: .\cookbook\templates\shopping_list.html:503
+msgid "Changes saved successfully!"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:512
+#: .\cookbook\templates\forms\edit_internal_recipe.html:526
+msgid "There was an error updating the recipe!"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:570
+msgid "Are you sure that you want to delete this ingredient?"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:575
+msgid "Are you sure that you want to delete this step?"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:607
+#: .\cookbook\templates\forms\edit_internal_recipe.html:626
+#: .\cookbook\templates\forms\edit_internal_recipe.html:646
+#: .\cookbook\templates\meal_plan.html:396
+#: .\cookbook\templates\meal_plan.html:408
+#: .\cookbook\templates\meal_plan.html:458
+#: .\cookbook\templates\meal_plan.html:471
+#: .\cookbook\templates\meal_plan.html:482
+#: .\cookbook\templates\meal_plan.html:508
+#: .\cookbook\templates\meal_plan.html:519
+#: .\cookbook\templates\meal_plan.html:533
+#: .\cookbook\templates\meal_plan.html:540
+#: .\cookbook\templates\meal_plan.html:548
+#: .\cookbook\templates\shopping_list.html:421
+#: .\cookbook\templates\shopping_list.html:446
+#: .\cookbook\templates\shopping_list.html:572
+#: .\cookbook\templates\shopping_list.html:614
+#: .\cookbook\templates\shopping_list.html:624
+#: .\cookbook\templates\shopping_list.html:633
+#: .\cookbook\templates\url_import.html:308
+#: .\cookbook\templates\url_import.html:366
+#: .\cookbook\templates\url_import.html:384
+#: .\cookbook\templates\url_import.html:403
+msgid "There was an error loading a resource!"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:15
+msgid "Edit Ingredients"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:16
+msgid ""
+"\n"
+" The following form can be used if, accidentally, two (or more) units "
+"or ingredients where created that should be\n"
+" the same.\n"
+" It merges two units or ingredients and updates all recipes using "
+"them.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:24
+#: .\cookbook\templates\stats.html:26
+msgid "Units"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:26
+msgid "Are you sure that you want to merge these two units ?"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:31
+#: .\cookbook\templates\forms\ingredients.html:40
+msgid "Merge"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:36
+msgid "Are you sure that you want to merge these two ingredients ?"
+msgstr ""
+
+#: .\cookbook\templates\generic\delete_template.html:18
+#, python-format
+msgid "Are you sure you want to delete the %(title)s: %(object)s "
+msgstr ""
+
+#: .\cookbook\templates\generic\delete_template.html:21
+msgid "Confirm"
+msgstr ""
+
+#: .\cookbook\templates\generic\edit_template.html:30
+msgid "View"
+msgstr ""
+
+#: .\cookbook\templates\generic\edit_template.html:34
+msgid "Delete original file"
+msgstr ""
+
+#: .\cookbook\templates\generic\list_template.html:6
+#: .\cookbook\templates\generic\list_template.html:12
+msgid "List"
+msgstr ""
+
+#: .\cookbook\templates\generic\list_template.html:25
+msgid "Filter"
+msgstr ""
+
+#: .\cookbook\templates\generic\list_template.html:30
+msgid "Import all"
+msgstr ""
+
+#: .\cookbook\templates\generic\new_template.html:6
+#: .\cookbook\templates\generic\new_template.html:14
+#: .\cookbook\templates\meal_plan.html:280
+msgid "New"
+msgstr ""
+
+#: .\cookbook\templates\generic\table_template.html:76
+#: .\cookbook\templates\recipes_table.html:112
+msgid "previous"
+msgstr ""
+
+#: .\cookbook\templates\generic\table_template.html:98
+#: .\cookbook\templates\recipes_table.html:134
+msgid "next"
+msgstr ""
+
+#: .\cookbook\templates\history.html:20
+msgid "View Log"
+msgstr ""
+
+#: .\cookbook\templates\history.html:24
+msgid "Cook Log"
+msgstr ""
+
+#: .\cookbook\templates\import.html:6
+msgid "Import Recipes"
+msgstr ""
+
+#: .\cookbook\templates\import.html:14
+#: .\cookbook\templates\url_import.html:203 .\cookbook\views\delete.py:54
+#: .\cookbook\views\edit.py:161
+msgid "Import"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:7
+msgid "Log Recipe Cooking"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:13
+msgid "All fields are optional and can be left empty."
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:16
+msgid "Servings"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:19
+msgid "Rating"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:27
+#: .\cookbook\templates\include\recipe_open_modal.html:18
+#: .\cookbook\templates\meal_plan.html:240
+#: .\cookbook\templates\meal_plan.html:284
+#: .\cookbook\templates\meal_plan.html:323
+msgid "Close"
+msgstr ""
+
+#: .\cookbook\templates\include\recipe_open_modal.html:7
+#: .\cookbook\templates\meal_plan.html:207 .\cookbook\views\delete.py:25
+#: .\cookbook\views\edit.py:227 .\cookbook\views\new.py:36
+msgid "Recipe"
+msgstr ""
+
+#: .\cookbook\templates\include\recipe_open_modal.html:32
+msgid "Open Recipe"
+msgstr ""
+
+#: .\cookbook\templates\include\storage_backend_warning.html:4
+msgid "Security Warning"
+msgstr ""
+
+#: .\cookbook\templates\include\storage_backend_warning.html:5
+msgid ""
+"\n"
+" The Password and Token field are stored as plain text "
+"inside the database.\n"
+" This is necessary because they are needed to make API requests, but "
+"it also increases the risk of\n"
+" someone stealing it. The meal plan module allows planning of meals " +"both with recipes or just notes.
\n" +"Simply select a recipe from the list of " +"recently viewed recipes or search the one you\n" +" want and drag it to the desired plan " +"position. You can also add a note and a title and\n" +" then drag the recipe to create a plan entry " +"with a custom title and note. Creating only\n" +" Notes is possible by dragging the create " +"note box into the plan.
\n" +"Click on a recipe in order to open the detail " +"view. Here you can also add it to the\n" +" shopping list. You can also add all recipes " +"of a day to the shopping list by\n" +" clicking the shopping cart at the top of the " +"table.
\n" +"Since a common use case is to plan meals " +"together you can define\n" +" users you want to share your plan with in " +"the settings.\n" +"
\n" +"You can also edit the types of meals you want " +"to plan. If you share your plan with\n" +" someone with\n" +" different meals, their meal types will " +"appear in your list as well. To prevent\n" +" duplicates (e.g. Other and Misc.)\n" +" name your meal types the same as the users " +"you share your meals with and they will be\n" +" merged.
\n" +" " +msgstr "" + +#: .\cookbook\templates\meal_plan.html:558 +msgid "" +"When deleting a meal type all entries using that type will be deleted as " +"well. Deletion will apply when configuration is saved. Do you want to " +"proceed?" +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:6 +msgid "Meal Plan View" +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:50 +msgid "Never cooked before." +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:76 +msgid "Other meals on this day" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:38 +msgid "Add to Book" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:44 +msgid "Add to Plan" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:46 +#: .\cookbook\templates\recipes_table.html:81 +msgid "Log Cooking" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:48 +msgid "Print" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:53 +msgid "Share" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:62 +msgid "in" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:80 +#: .\cookbook\templates\recipes_table.html:46 +#: .\cookbook\templates\url_import.html:55 +msgid "Preparation time ca." +msgstr "" + +#: .\cookbook\templates\recipe_view.html:86 +#: .\cookbook\templates\recipes_table.html:52 +#: .\cookbook\templates\url_import.html:60 +msgid "Waiting time ca." +msgstr "" + +#: .\cookbook\templates\recipe_view.html:201 +#: .\cookbook\templates\recipes_table.html:19 +#: .\cookbook\templates\recipes_table.html:23 +#: .\cookbook\templates\url_import.html:50 +msgid "Recipe Image" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:231 +msgid "Minutes" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:331 +#: .\cookbook\templates\recipe_view.html:368 +msgid "View external recipe" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:346 +msgid "External recipe image" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:353 +msgid "External recipe" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:355 +msgid "" +"\n" +" This is an external recipe, which means " +"you can only view it by opening the link\n" +" above.\n" +" You can convert this recipe to a fancy " +"recipe by pressing the convert button. The\n" +" original\n" +" file\n" +" will still be accessible.\n" +" " +msgstr "" + +#: .\cookbook\templates\recipe_view.html:366 +msgid "Convert now!" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:384 +#: .\cookbook\templates\stats.html:47 +msgid "Comments" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:407 .\cookbook\views\delete.py:108 +#: .\cookbook\views\edit.py:143 +msgid "Comment" +msgstr "" + +#: .\cookbook\templates\recipes_table.html:55 +msgid "External" +msgstr "" + +#: .\cookbook\templates\registration\login.html:10 +msgid "Your username and password didn't match. Please try again." +msgstr "" + +#: .\cookbook\templates\registration\signup.html:5 +msgid "Register" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:9 +msgid "Create your Account" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:14 +msgid "Create User" +msgstr "" + +#: .\cookbook\templates\rest_framework\api.html:5 +msgid "Recipe Home" +msgstr "" + +#: .\cookbook\templates\settings.html:22 +msgid "Account" +msgstr "" + +#: .\cookbook\templates\settings.html:41 +msgid "Language" +msgstr "" + +#: .\cookbook\templates\settings.html:66 +msgid "Style" +msgstr "" + +#: .\cookbook\templates\settings.html:78 +msgid "API Token" +msgstr "" + +#: .\cookbook\templates\settings.html:79 +msgid "" +"You can use both basic authentication and token based authentication to " +"access the REST API." +msgstr "" + +#: .\cookbook\templates\settings.html:91 +msgid "" +"Use the token as an Authorization header prefixed by the word token as shown " +"in the following examples:" +msgstr "" + +#: .\cookbook\templates\settings.html:93 +msgid "or" +msgstr "" + +#: .\cookbook\templates\setup.html:6 .\cookbook\templates\system.html:5 +msgid "Cookbook Setup" +msgstr "" + +#: .\cookbook\templates\setup.html:14 +msgid "Setup" +msgstr "" + +#: .\cookbook\templates\setup.html:15 +msgid "To start using this application you must first create a superuser." +msgstr "" + +#: .\cookbook\templates\setup.html:20 +msgid "Create Superuser" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:71 +msgid "Shopping Recipes" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:75 +msgid "No recipes selected" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:145 +msgid "Amount" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:206 +msgid "Finished" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:257 +msgid "Copy/Export" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:261 +msgid "List Prefix" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:476 +#: .\cookbook\templates\shopping_list.html:507 +#: .\cookbook\templates\shopping_list.html:530 +msgid "There was an error updating a resource!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:487 +msgid "Object created successfully!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:496 +msgid "There was an error creating a resource!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:556 +msgid "Please enter a valid food" +msgstr "" + +#: .\cookbook\templates\stats.html:4 +msgid "Stats" +msgstr "" + +#: .\cookbook\templates\stats.html:19 +msgid "Number of objects" +msgstr "" + +#: .\cookbook\templates\stats.html:30 +msgid "Recipe Imports" +msgstr "" + +#: .\cookbook\templates\stats.html:38 +msgid "Objects stats" +msgstr "" + +#: .\cookbook\templates\stats.html:41 +msgid "Recipes without Keywords" +msgstr "" + +#: .\cookbook\templates\stats.html:43 +msgid "External Recipes" +msgstr "" + +#: .\cookbook\templates\stats.html:45 +msgid "Internal Recipes" +msgstr "" + +#: .\cookbook\templates\system.html:21 .\cookbook\views\lists.py:73 +msgid "Invite Links" +msgstr "" + +#: .\cookbook\templates\system.html:22 +msgid "Show Links" +msgstr "" + +#: .\cookbook\templates\system.html:26 +msgid "Backup & Restore" +msgstr "" + +#: .\cookbook\templates\system.html:27 +msgid "Download Backup" +msgstr "" + +#: .\cookbook\templates\system.html:37 +msgid "System Information" +msgstr "" + +#: .\cookbook\templates\system.html:39 +msgid "" +"\n" +" Django Recipes is an open source free software application. It can " +"be found on\n" +" GitHub.\n" +" Changelogs can be found here.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:53 +msgid "Media Serving" +msgstr "" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 +msgid "Warning" +msgstr "" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 .\cookbook\templates\system.html:100 +msgid "Ok" +msgstr "" + +#: .\cookbook\templates\system.html:56 +msgid "" +"Serving media files directly using gunicorn/python is not recommend!\n" +" Please follow the steps described\n" +" here to update\n" +" your installation.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:62 .\cookbook\templates\system.html:78 +#: .\cookbook\templates\system.html:93 .\cookbook\templates\system.html:107 +msgid "Everything is fine!" +msgstr "" + +#: .\cookbook\templates\system.html:67 +msgid "Secret Key" +msgstr "" + +#: .\cookbook\templates\system.html:71 +msgid "" +"\n" +" You do not have aSECRET_KEY configured in your "
+".env file. Django defaulted to the\n"
+" standard key\n"
+" provided with the installation which is publicly know and "
+"insecure! Please set\n"
+" SECRET_KEY int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:83
+msgid "Debug Mode"
+msgstr ""
+
+#: .\cookbook\templates\system.html:87
+msgid ""
+"\n"
+" This application is still running in debug mode. This is most "
+"likely not needed. Turn of debug mode by\n"
+" setting\n"
+" DEBUG=0 int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:98
+msgid "Database"
+msgstr ""
+
+#: .\cookbook\templates\system.html:100
+msgid "Info"
+msgstr ""
+
+#: .\cookbook\templates\system.html:102
+msgid ""
+"\n"
+" This application is not running with a Postgres database "
+"backend. This is ok but not recommended as some\n"
+" features only work with postgres databases.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:5
+msgid "URL Import"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:23
+msgid "Enter website URL"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:44
+msgid "Recipe Name"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:99
+#: .\cookbook\templates\url_import.html:131
+#: .\cookbook\templates\url_import.html:186
+msgid "Select one"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:197
+msgid "All Keywords"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:199
+msgid "Import all Keywords not only the ones already existing."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:225
+msgid "Information"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:227
+msgid ""
+" Only websites containing ld+json or microdata information can currently\n"
+" be imported. Most big recipe pages "
+"support this. If you site cannot be imported but\n"
+" you think\n"
+" it probably has some kind of structured "
+"data feel free to post an example in the\n"
+" github issues."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:235
+msgid "Google ld+json Info"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:238
+msgid "GitHub Issues"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:240
+msgid "Recipe Markup Specification"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:313
+msgid "Already importing the selected recipe, please wait!"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:322
+msgid "An error occurred while trying to import this recipe!"
+msgstr ""
+
+#: .\cookbook\views\api.py:58
+msgid "Parameter filter_list incorrectly formatted"
+msgstr ""
+
+#: .\cookbook\views\api.py:70
+msgid "Preference for given user already exists"
+msgstr ""
+
+#: .\cookbook\views\api.py:338
+msgid "Sync successful!"
+msgstr ""
+
+#: .\cookbook\views\api.py:341
+msgid "Error synchronizing with Storage"
+msgstr ""
+
+#: .\cookbook\views\api.py:396
+msgid "The requested page could not be found."
+msgstr ""
+
+#: .\cookbook\views\api.py:399
+msgid ""
+"The requested page refused to provide any information (Status Code 403)."
+msgstr ""
+
+#: .\cookbook\views\data.py:83
+#, python-format
+msgid "Batch edit done. %(count)d recipe was updated."
+msgid_plural "Batch edit done. %(count)d Recipes where updated."
+msgstr[0] ""
+msgstr[1] ""
+
+#: .\cookbook\views\delete.py:66
+msgid "Monitor"
+msgstr ""
+
+#: .\cookbook\views\delete.py:90 .\cookbook\views\lists.py:65
+#: .\cookbook\views\new.py:75
+msgid "Storage Backend"
+msgstr ""
+
+#: .\cookbook\views\delete.py:97
+msgid ""
+"Could not delete this storage backend as it is used in at least one monitor."
+msgstr ""
+
+#: .\cookbook\views\delete.py:119 .\cookbook\views\edit.py:175
+#: .\cookbook\views\new.py:125
+msgid "Recipe Book"
+msgstr ""
+
+#: .\cookbook\views\delete.py:138
+msgid "Bookmarks"
+msgstr ""
+
+#: .\cookbook\views\delete.py:160 .\cookbook\views\new.py:181
+msgid "Invite Link"
+msgstr ""
+
+#: .\cookbook\views\edit.py:93
+msgid "Food"
+msgstr ""
+
+#: .\cookbook\views\edit.py:102
+msgid "You cannot edit this storage!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:121
+msgid "Storage saved!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:123
+msgid "There was an error updating this storage backend!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:130
+msgid "Storage"
+msgstr ""
+
+#: .\cookbook\views\edit.py:215
+msgid "Changes saved!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:219
+msgid "Error saving changes!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:249
+msgid "Units merged!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:262
+msgid "Foods merged!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:42
+msgid "Recipe imported successfully!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:45
+msgid "Something went wrong during the import!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:48
+msgid "Could not parse the supplied JSON!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:79
+msgid ""
+"External recipes cannot be exported, please share the file directly or "
+"select an internal recipe."
+msgstr ""
+
+#: .\cookbook\views\lists.py:28
+msgid "Import Log"
+msgstr ""
+
+#: .\cookbook\views\lists.py:37
+msgid "Discovery"
+msgstr ""
+
+#: .\cookbook\views\lists.py:57
+msgid "Shopping Lists"
+msgstr ""
+
+#: .\cookbook\views\new.py:98
+msgid "Imported new recipe!"
+msgstr ""
+
+#: .\cookbook\views\new.py:101
+msgid "There was an error importing this recipe!"
+msgstr ""
+
+#: .\cookbook\views\views.py:86
+msgid "You do not have the required permissions to perform this action!"
+msgstr ""
+
+#: .\cookbook\views\views.py:98
+msgid "Comment saved!"
+msgstr ""
+
+#: .\cookbook\views\views.py:108
+msgid "Bookmark saved!"
+msgstr ""
+
+#: .\cookbook\views\views.py:254
+msgid ""
+"The setup page can only be used to create the first user! If you have "
+"forgotten your superuser credentials please consult the django documentation "
+"on how to reset passwords."
+msgstr ""
+
+#: .\cookbook\views\views.py:261 .\cookbook\views\views.py:301
+msgid "Passwords dont match!"
+msgstr ""
+
+#: .\cookbook\views\views.py:272 .\cookbook\views\views.py:310
+msgid "User has been created, please login!"
+msgstr ""
+
+#: .\cookbook\views\views.py:287
+msgid "Malformed Invite Link supplied!"
+msgstr ""
+
+#: .\cookbook\views\views.py:327
+msgid "Invite Link not valid or already used!"
+msgstr ""
diff --git a/cookbook/locale/tr/LC_MESSAGES/django.mo b/cookbook/locale/tr/LC_MESSAGES/django.mo
new file mode 100644
index 000000000..066998e69
Binary files /dev/null and b/cookbook/locale/tr/LC_MESSAGES/django.mo differ
diff --git a/cookbook/locale/tr/LC_MESSAGES/django.po b/cookbook/locale/tr/LC_MESSAGES/django.po
new file mode 100644
index 000000000..2e529fbd2
--- /dev/null
+++ b/cookbook/locale/tr/LC_MESSAGES/django.po
@@ -0,0 +1,1791 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR - [ ] in list for easier usage in markdown based "
+"documents."
+msgstr ""
+
+#: .\cookbook\forms.py:119
+msgid "Export Base64 encoded image?"
+msgstr ""
+
+#: .\cookbook\forms.py:123
+msgid "Download export directly or show on page?"
+msgstr ""
+
+#: .\cookbook\forms.py:129
+msgid "Simply paste a JSON export into this textarea and click import."
+msgstr ""
+
+#: .\cookbook\forms.py:138
+msgid "New Unit"
+msgstr ""
+
+#: .\cookbook\forms.py:139
+msgid "New unit that other gets replaced by."
+msgstr ""
+
+#: .\cookbook\forms.py:144
+msgid "Old Unit"
+msgstr ""
+
+#: .\cookbook\forms.py:145
+msgid "Unit that should be replaced."
+msgstr ""
+
+#: .\cookbook\forms.py:155
+msgid "New Food"
+msgstr ""
+
+#: .\cookbook\forms.py:156
+msgid "New food that other gets replaced by."
+msgstr ""
+
+#: .\cookbook\forms.py:161
+msgid "Old Food"
+msgstr ""
+
+#: .\cookbook\forms.py:162
+msgid "Food that should be replaced."
+msgstr ""
+
+#: .\cookbook\forms.py:174
+msgid "Add your comment: "
+msgstr ""
+
+#: .\cookbook\forms.py:199
+msgid "Leave empty for dropbox and enter app password for nextcloud."
+msgstr ""
+
+#: .\cookbook\forms.py:202
+msgid "Leave empty for nextcloud and enter api token for dropbox."
+msgstr ""
+
+#: .\cookbook\forms.py:210
+msgid ""
+"Leave empty for dropbox and enter only base url for nextcloud (/remote."
+"php/webdav/ is added automatically)"
+msgstr ""
+
+#: .\cookbook\forms.py:229
+msgid "Search String"
+msgstr ""
+
+#: .\cookbook\forms.py:243
+msgid "File ID"
+msgstr ""
+
+#: .\cookbook\forms.py:261
+msgid "You must provide at least a recipe or a title."
+msgstr ""
+
+#: .\cookbook\forms.py:270
+msgid "You can list default users to share recipes with in the settings."
+msgstr ""
+
+#: .\cookbook\forms.py:271
+#: .\cookbook\templates\forms\edit_internal_recipe.html:323
+msgid ""
+"You can use markdown to format this field. See the docs here"
+msgstr ""
+
+#: .\cookbook\forms.py:272
+msgid "Scaling factor for recipe."
+msgstr ""
+
+#: .\cookbook\forms.py:283
+msgid "A username is not required, if left blank the new user can choose one."
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:113
+#: .\cookbook\helper\permission_helper.py:155
+#: .\cookbook\helper\permission_helper.py:169
+#: .\cookbook\helper\permission_helper.py:180
+#: .\cookbook\helper\permission_helper.py:191 .\cookbook\views\data.py:27
+#: .\cookbook\views\views.py:79 .\cookbook\views\views.py:158
+msgid "You do not have the required permissions to view this page!"
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:123
+msgid "You are not logged in and therefore cannot view this page!"
+msgstr ""
+
+#: .\cookbook\helper\permission_helper.py:127
+#: .\cookbook\helper\permission_helper.py:141 .\cookbook\views\delete.py:132
+msgid "You cannot interact with this object as its not owned by you!"
+msgstr ""
+
+#: .\cookbook\helper\recipe_url_import.py:35
+msgid "The requested site provided malformed data and cannot be read."
+msgstr ""
+
+#: .\cookbook\helper\recipe_url_import.py:44
+msgid ""
+"The requested site does not provide any recognized data format to import the "
+"recipe from."
+msgstr ""
+
+#: .\cookbook\helper\recipe_url_import.py:152
+msgid "Imported from "
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:12
+msgid "Breakfast"
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:17
+msgid "Lunch"
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:22
+msgid "Dinner"
+msgstr ""
+
+#: .\cookbook\migrations\0047_auto_20200602_1133.py:27
+msgid "Other"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\shopping_list.html:44
+msgid "Search"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:74
+#: .\cookbook\templates\meal_plan.html:5 .\cookbook\views\delete.py:149
+#: .\cookbook\views\edit.py:194 .\cookbook\views\new.py:156
+msgid "Meal-Plan"
+msgstr ""
+
+#: .\cookbook\models.py:59 .\cookbook\templates\base.html:71
+msgid "Books"
+msgstr ""
+
+#: .\cookbook\models.py:65
+msgid "Small"
+msgstr ""
+
+#: .\cookbook\models.py:65
+msgid "Large"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:149
+msgid "Text"
+msgstr ""
+
+#: .\cookbook\models.py:173
+#: .\cookbook\templates\forms\edit_internal_recipe.html:150
+msgid "Time"
+msgstr ""
+
+#: .\cookbook\tables.py:29 .\cookbook\templates\books.html:36
+#: .\cookbook\templates\generic\edit_template.html:6
+#: .\cookbook\templates\generic\edit_template.html:14
+#: .\cookbook\templates\meal_plan.html:238
+#: .\cookbook\templates\recipe_view.html:36
+#: .\cookbook\templates\recipes_table.html:77
+#: .\cookbook\templates\shopping_list.html:29
+msgid "Edit"
+msgstr ""
+
+#: .\cookbook\tables.py:103 .\cookbook\tables.py:122
+#: .\cookbook\templates\books.html:38
+#: .\cookbook\templates\generic\delete_template.html:5
+#: .\cookbook\templates\generic\delete_template.html:13
+#: .\cookbook\templates\generic\edit_template.html:27
+#: .\cookbook\templates\meal_plan.html:234
+msgid "Delete"
+msgstr ""
+
+#: .\cookbook\tables.py:121
+msgid "Link"
+msgstr ""
+
+#: .\cookbook\templates\404.html:5
+msgid "404 Error"
+msgstr ""
+
+#: .\cookbook\templates\404.html:18
+msgid "The page you are looking for could not be found."
+msgstr ""
+
+#: .\cookbook\templates\404.html:33
+msgid "Take me Home"
+msgstr ""
+
+#: .\cookbook\templates\404.html:35
+msgid "Report a Bug"
+msgstr ""
+
+#: .\cookbook\templates\api_info.html:5 .\cookbook\templates\base.html:146
+#: .\cookbook\templates\rest_framework\api.html:11
+msgid "API Documentation"
+msgstr ""
+
+#: .\cookbook\templates\base.html:60
+#: .\cookbook\templates\forms\ingredients.html:7
+#: .\cookbook\templates\index.html:7
+msgid "Cookbook"
+msgstr ""
+
+#: .\cookbook\templates\base.html:67
+msgid "Utensils"
+msgstr ""
+
+#: .\cookbook\templates\base.html:77
+msgid "Shopping"
+msgstr ""
+
+#: .\cookbook\templates\base.html:87
+msgid "Tags"
+msgstr ""
+
+#: .\cookbook\templates\base.html:91 .\cookbook\views\delete.py:78
+#: .\cookbook\views\edit.py:76 .\cookbook\views\lists.py:20
+#: .\cookbook\views\new.py:56
+msgid "Keyword"
+msgstr ""
+
+#: .\cookbook\templates\base.html:93
+msgid "Batch Edit"
+msgstr ""
+
+#: .\cookbook\templates\base.html:98
+msgid "Storage Data"
+msgstr ""
+
+#: .\cookbook\templates\base.html:102
+msgid "Storage Backends"
+msgstr ""
+
+#: .\cookbook\templates\base.html:104
+msgid "Configure Sync"
+msgstr ""
+
+#: .\cookbook\templates\base.html:106
+msgid "Discovered Recipes"
+msgstr ""
+
+#: .\cookbook\templates\base.html:108
+msgid "Discovery Log"
+msgstr ""
+
+#: .\cookbook\templates\base.html:110 .\cookbook\templates\stats.html:10
+msgid "Statistics"
+msgstr ""
+
+#: .\cookbook\templates\base.html:112
+msgid "Units & Ingredients"
+msgstr ""
+
+#: .\cookbook\templates\base.html:114
+msgid "Import Recipe"
+msgstr ""
+
+#: .\cookbook\templates\base.html:130 .\cookbook\templates\settings.html:6
+#: .\cookbook\templates\settings.html:16
+msgid "Settings"
+msgstr ""
+
+#: .\cookbook\templates\base.html:132 .\cookbook\templates\history.html:6
+#: .\cookbook\templates\history.html:14
+msgid "History"
+msgstr ""
+
+#: .\cookbook\templates\base.html:136 .\cookbook\templates\system.html:13
+msgid "System"
+msgstr ""
+
+#: .\cookbook\templates\base.html:138
+msgid "Admin"
+msgstr ""
+
+#: .\cookbook\templates\base.html:142
+msgid "Markdown Help"
+msgstr ""
+
+#: .\cookbook\templates\base.html:144
+msgid "GitHub"
+msgstr ""
+
+#: .\cookbook\templates\base.html:148
+msgid "API Browser"
+msgstr ""
+
+#: .\cookbook\templates\base.html:151
+msgid "Logout"
+msgstr ""
+
+#: .\cookbook\templates\base.html:156
+#: .\cookbook\templates\registration\login.html:4
+#: .\cookbook\templates\registration\login.html:46
+msgid "Login"
+msgstr ""
+
+#: .\cookbook\templates\batch\edit.html:6
+msgid "Batch edit Category"
+msgstr ""
+
+#: .\cookbook\templates\batch\edit.html:15
+msgid "Batch edit Recipes"
+msgstr ""
+
+#: .\cookbook\templates\batch\edit.html:20
+msgid "Add the specified keywords to all recipes containing a word"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:6 .\cookbook\views\edit.py:59
+msgid "Sync"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:10
+msgid "Manage watched Folders"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:14
+msgid ""
+"On this Page you can manage all storage folder locations that should be "
+"monitored and synced"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:16
+msgid "The path must be in the following format"
+msgstr ""
+
+#: .\cookbook\templates\batch\monitor.html:27
+msgid "Sync Now!"
+msgstr ""
+
+#: .\cookbook\templates\batch\waiting.html:4
+#: .\cookbook\templates\batch\waiting.html:10
+msgid "Importing Recipes"
+msgstr ""
+
+#: .\cookbook\templates\batch\waiting.html:23
+msgid ""
+"This can take a few minutes, depending on the number of recipes in sync, "
+"please wait."
+msgstr ""
+
+#: .\cookbook\templates\books.html:5 .\cookbook\templates\books.html:11
+msgid "Recipe Books"
+msgstr ""
+
+#: .\cookbook\templates\books.html:15
+msgid "New Book"
+msgstr ""
+
+#: .\cookbook\templates\books.html:27 .\cookbook\templates\recipe_view.html:67
+#: .\cookbook\templates\recipe_view.html:389
+msgid "by"
+msgstr ""
+
+#: .\cookbook\templates\books.html:34
+msgid "Toggle Recipes"
+msgstr ""
+
+#: .\cookbook\templates\books.html:54
+#: .\cookbook\templates\meal_plan_entry.html:48
+#: .\cookbook\templates\recipe_view.html:90
+#: .\cookbook\templates\recipes_table.html:59
+msgid "Last cooked"
+msgstr ""
+
+#: .\cookbook\templates\books.html:71
+msgid "There are no recipes in this book yet."
+msgstr ""
+
+#: .\cookbook\templates\export.html:6
+msgid "Export Recipes"
+msgstr ""
+
+#: .\cookbook\templates\export.html:19
+#: .\cookbook\templates\recipe_view.html:50
+#: .\cookbook\templates\shopping_list.html:249
+msgid "Export"
+msgstr ""
+
+#: .\cookbook\templates\export.html:31
+msgid "Exported Recipe"
+msgstr ""
+
+#: .\cookbook\templates\export.html:42
+msgid "Copy to clipboard"
+msgstr ""
+
+#: .\cookbook\templates\export.html:54
+msgid "Copied!"
+msgstr ""
+
+#: .\cookbook\templates\export.html:61
+msgid "Copy list to clipboard"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_import_recipe.html:5
+#: .\cookbook\templates\forms\edit_import_recipe.html:9
+msgid "Import new Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_import_recipe.html:14
+#: .\cookbook\templates\forms\edit_internal_recipe.html:335
+#: .\cookbook\templates\forms\edit_internal_recipe.html:359
+#: .\cookbook\templates\generic\edit_template.html:23
+#: .\cookbook\templates\generic\new_template.html:23
+#: .\cookbook\templates\include\log_cooking.html:28
+#: .\cookbook\templates\meal_plan.html:282
+#: .\cookbook\templates\recipe_view.html:440
+#: .\cookbook\templates\settings.html:28 .\cookbook\templates\settings.html:35
+#: .\cookbook\templates\settings.html:57 .\cookbook\templates\settings.html:72
+#: .\cookbook\templates\shopping_list.html:251
+msgid "Save"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:7
+#: .\cookbook\templates\forms\edit_internal_recipe.html:34
+msgid "Edit Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:59
+msgid "Preperation Time"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:62
+msgid "Waiting Time"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:73
+msgid "Select Keywords"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:97
+#: .\cookbook\templates\forms\edit_internal_recipe.html:386
+#: .\cookbook\templates\recipe_view.html:228
+msgid "Step"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:113
+msgid "Delete Step"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:118
+msgid "Show as header"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:124
+msgid "Hide as header"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:129
+msgid "Move Up"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:134
+msgid "Move Down"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:143
+msgid "Step Name"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:147
+msgid "Step Type"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:158
+msgid "Step time in Minutes"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:212
+#: .\cookbook\templates\shopping_list.html:158
+msgid "Select Unit"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:213
+#: .\cookbook\templates\forms\edit_internal_recipe.html:237
+#: .\cookbook\templates\shopping_list.html:159
+#: .\cookbook\templates\shopping_list.html:181
+msgid "Create"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:214
+#: .\cookbook\templates\forms\edit_internal_recipe.html:238
+#: .\cookbook\templates\shopping_list.html:160
+#: .\cookbook\templates\shopping_list.html:182
+#: .\cookbook\templates\url_import.html:100
+#: .\cookbook\templates\url_import.html:132
+msgid "Select"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:236
+#: .\cookbook\templates\shopping_list.html:180
+msgid "Select Food"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:253
+#: .\cookbook\templates\meal_plan.html:213
+#: .\cookbook\templates\url_import.html:147
+msgid "Note"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:270
+msgid "Delete Ingredient"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:276
+msgid "Make Header"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:282
+msgid "Make Ingredient"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:288
+msgid "Disable Amount"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:294
+msgid "Enable Amount"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:320
+#: .\cookbook\templates\recipe_view.html:210
+#: .\cookbook\templates\url_import.html:171
+msgid "Instructions"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:333
+#: .\cookbook\templates\forms\edit_internal_recipe.html:356
+msgid "Save & View"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:337
+#: .\cookbook\templates\forms\edit_internal_recipe.html:362
+msgid "Add Step"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:339
+#: .\cookbook\templates\forms\edit_internal_recipe.html:365
+msgid "View Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:341
+#: .\cookbook\templates\forms\edit_internal_recipe.html:367
+msgid "Delete Recipe"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:373
+msgid "Steps"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:494
+#: .\cookbook\templates\forms\edit_internal_recipe.html:512
+#: .\cookbook\templates\forms\edit_internal_recipe.html:526
+#: .\cookbook\templates\forms\edit_internal_recipe.html:607
+#: .\cookbook\templates\forms\edit_internal_recipe.html:626
+#: .\cookbook\templates\forms\edit_internal_recipe.html:646
+#: .\cookbook\templates\meal_plan.html:396
+#: .\cookbook\templates\meal_plan.html:408
+#: .\cookbook\templates\meal_plan.html:458
+#: .\cookbook\templates\meal_plan.html:471
+#: .\cookbook\templates\meal_plan.html:482
+#: .\cookbook\templates\meal_plan.html:508
+#: .\cookbook\templates\meal_plan.html:519
+#: .\cookbook\templates\meal_plan.html:533
+#: .\cookbook\templates\meal_plan.html:540
+#: .\cookbook\templates\meal_plan.html:548
+#: .\cookbook\templates\shopping_list.html:421
+#: .\cookbook\templates\shopping_list.html:446
+#: .\cookbook\templates\shopping_list.html:476
+#: .\cookbook\templates\shopping_list.html:496
+#: .\cookbook\templates\shopping_list.html:507
+#: .\cookbook\templates\shopping_list.html:530
+#: .\cookbook\templates\shopping_list.html:556
+#: .\cookbook\templates\shopping_list.html:572
+#: .\cookbook\templates\shopping_list.html:614
+#: .\cookbook\templates\shopping_list.html:624
+#: .\cookbook\templates\shopping_list.html:633
+#: .\cookbook\templates\url_import.html:308
+#: .\cookbook\templates\url_import.html:313
+#: .\cookbook\templates\url_import.html:322
+#: .\cookbook\templates\url_import.html:366
+#: .\cookbook\templates\url_import.html:384
+#: .\cookbook\templates\url_import.html:403
+msgid "Error"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:494
+msgid "There was an error loading the recipe!"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:505
+#: .\cookbook\templates\forms\edit_internal_recipe.html:522
+#: .\cookbook\templates\shopping_list.html:487
+#: .\cookbook\templates\shopping_list.html:503
+msgid "Updated"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:505
+#: .\cookbook\templates\forms\edit_internal_recipe.html:522
+#: .\cookbook\templates\shopping_list.html:503
+msgid "Changes saved successfully!"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:512
+#: .\cookbook\templates\forms\edit_internal_recipe.html:526
+msgid "There was an error updating the recipe!"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:570
+msgid "Are you sure that you want to delete this ingredient?"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:575
+msgid "Are you sure that you want to delete this step?"
+msgstr ""
+
+#: .\cookbook\templates\forms\edit_internal_recipe.html:607
+#: .\cookbook\templates\forms\edit_internal_recipe.html:626
+#: .\cookbook\templates\forms\edit_internal_recipe.html:646
+#: .\cookbook\templates\meal_plan.html:396
+#: .\cookbook\templates\meal_plan.html:408
+#: .\cookbook\templates\meal_plan.html:458
+#: .\cookbook\templates\meal_plan.html:471
+#: .\cookbook\templates\meal_plan.html:482
+#: .\cookbook\templates\meal_plan.html:508
+#: .\cookbook\templates\meal_plan.html:519
+#: .\cookbook\templates\meal_plan.html:533
+#: .\cookbook\templates\meal_plan.html:540
+#: .\cookbook\templates\meal_plan.html:548
+#: .\cookbook\templates\shopping_list.html:421
+#: .\cookbook\templates\shopping_list.html:446
+#: .\cookbook\templates\shopping_list.html:572
+#: .\cookbook\templates\shopping_list.html:614
+#: .\cookbook\templates\shopping_list.html:624
+#: .\cookbook\templates\shopping_list.html:633
+#: .\cookbook\templates\url_import.html:308
+#: .\cookbook\templates\url_import.html:366
+#: .\cookbook\templates\url_import.html:384
+#: .\cookbook\templates\url_import.html:403
+msgid "There was an error loading a resource!"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:15
+msgid "Edit Ingredients"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:16
+msgid ""
+"\n"
+" The following form can be used if, accidentally, two (or more) units "
+"or ingredients where created that should be\n"
+" the same.\n"
+" It merges two units or ingredients and updates all recipes using "
+"them.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:24
+#: .\cookbook\templates\stats.html:26
+msgid "Units"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:26
+msgid "Are you sure that you want to merge these two units ?"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:31
+#: .\cookbook\templates\forms\ingredients.html:40
+msgid "Merge"
+msgstr ""
+
+#: .\cookbook\templates\forms\ingredients.html:36
+msgid "Are you sure that you want to merge these two ingredients ?"
+msgstr ""
+
+#: .\cookbook\templates\generic\delete_template.html:18
+#, python-format
+msgid "Are you sure you want to delete the %(title)s: %(object)s "
+msgstr ""
+
+#: .\cookbook\templates\generic\delete_template.html:21
+msgid "Confirm"
+msgstr ""
+
+#: .\cookbook\templates\generic\edit_template.html:30
+msgid "View"
+msgstr ""
+
+#: .\cookbook\templates\generic\edit_template.html:34
+msgid "Delete original file"
+msgstr ""
+
+#: .\cookbook\templates\generic\list_template.html:6
+#: .\cookbook\templates\generic\list_template.html:12
+msgid "List"
+msgstr ""
+
+#: .\cookbook\templates\generic\list_template.html:25
+msgid "Filter"
+msgstr ""
+
+#: .\cookbook\templates\generic\list_template.html:30
+msgid "Import all"
+msgstr ""
+
+#: .\cookbook\templates\generic\new_template.html:6
+#: .\cookbook\templates\generic\new_template.html:14
+#: .\cookbook\templates\meal_plan.html:280
+msgid "New"
+msgstr ""
+
+#: .\cookbook\templates\generic\table_template.html:76
+#: .\cookbook\templates\recipes_table.html:112
+msgid "previous"
+msgstr ""
+
+#: .\cookbook\templates\generic\table_template.html:98
+#: .\cookbook\templates\recipes_table.html:134
+msgid "next"
+msgstr ""
+
+#: .\cookbook\templates\history.html:20
+msgid "View Log"
+msgstr ""
+
+#: .\cookbook\templates\history.html:24
+msgid "Cook Log"
+msgstr ""
+
+#: .\cookbook\templates\import.html:6
+msgid "Import Recipes"
+msgstr ""
+
+#: .\cookbook\templates\import.html:14
+#: .\cookbook\templates\url_import.html:203 .\cookbook\views\delete.py:54
+#: .\cookbook\views\edit.py:161
+msgid "Import"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:7
+msgid "Log Recipe Cooking"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:13
+msgid "All fields are optional and can be left empty."
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:16
+msgid "Servings"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:19
+msgid "Rating"
+msgstr ""
+
+#: .\cookbook\templates\include\log_cooking.html:27
+#: .\cookbook\templates\include\recipe_open_modal.html:18
+#: .\cookbook\templates\meal_plan.html:240
+#: .\cookbook\templates\meal_plan.html:284
+#: .\cookbook\templates\meal_plan.html:323
+msgid "Close"
+msgstr ""
+
+#: .\cookbook\templates\include\recipe_open_modal.html:7
+#: .\cookbook\templates\meal_plan.html:207 .\cookbook\views\delete.py:25
+#: .\cookbook\views\edit.py:227 .\cookbook\views\new.py:36
+msgid "Recipe"
+msgstr ""
+
+#: .\cookbook\templates\include\recipe_open_modal.html:32
+msgid "Open Recipe"
+msgstr ""
+
+#: .\cookbook\templates\include\storage_backend_warning.html:4
+msgid "Security Warning"
+msgstr ""
+
+#: .\cookbook\templates\include\storage_backend_warning.html:5
+msgid ""
+"\n"
+" The Password and Token field are stored as plain text "
+"inside the database.\n"
+" This is necessary because they are needed to make API requests, but "
+"it also increases the risk of\n"
+" someone stealing it. The meal plan module allows planning of meals " +"both with recipes or just notes.
\n" +"Simply select a recipe from the list of " +"recently viewed recipes or search the one you\n" +" want and drag it to the desired plan " +"position. You can also add a note and a title and\n" +" then drag the recipe to create a plan entry " +"with a custom title and note. Creating only\n" +" Notes is possible by dragging the create " +"note box into the plan.
\n" +"Click on a recipe in order to open the detail " +"view. Here you can also add it to the\n" +" shopping list. You can also add all recipes " +"of a day to the shopping list by\n" +" clicking the shopping cart at the top of the " +"table.
\n" +"Since a common use case is to plan meals " +"together you can define\n" +" users you want to share your plan with in " +"the settings.\n" +"
\n" +"You can also edit the types of meals you want " +"to plan. If you share your plan with\n" +" someone with\n" +" different meals, their meal types will " +"appear in your list as well. To prevent\n" +" duplicates (e.g. Other and Misc.)\n" +" name your meal types the same as the users " +"you share your meals with and they will be\n" +" merged.
\n" +" " +msgstr "" + +#: .\cookbook\templates\meal_plan.html:558 +msgid "" +"When deleting a meal type all entries using that type will be deleted as " +"well. Deletion will apply when configuration is saved. Do you want to " +"proceed?" +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:6 +msgid "Meal Plan View" +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:50 +msgid "Never cooked before." +msgstr "" + +#: .\cookbook\templates\meal_plan_entry.html:76 +msgid "Other meals on this day" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:38 +msgid "Add to Book" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:44 +msgid "Add to Plan" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:46 +#: .\cookbook\templates\recipes_table.html:81 +msgid "Log Cooking" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:48 +msgid "Print" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:53 +msgid "Share" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:62 +msgid "in" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:80 +#: .\cookbook\templates\recipes_table.html:46 +#: .\cookbook\templates\url_import.html:55 +msgid "Preparation time ca." +msgstr "" + +#: .\cookbook\templates\recipe_view.html:86 +#: .\cookbook\templates\recipes_table.html:52 +#: .\cookbook\templates\url_import.html:60 +msgid "Waiting time ca." +msgstr "" + +#: .\cookbook\templates\recipe_view.html:201 +#: .\cookbook\templates\recipes_table.html:19 +#: .\cookbook\templates\recipes_table.html:23 +#: .\cookbook\templates\url_import.html:50 +msgid "Recipe Image" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:231 +msgid "Minutes" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:331 +#: .\cookbook\templates\recipe_view.html:368 +msgid "View external recipe" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:346 +msgid "External recipe image" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:353 +msgid "External recipe" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:355 +msgid "" +"\n" +" This is an external recipe, which means " +"you can only view it by opening the link\n" +" above.\n" +" You can convert this recipe to a fancy " +"recipe by pressing the convert button. The\n" +" original\n" +" file\n" +" will still be accessible.\n" +" " +msgstr "" + +#: .\cookbook\templates\recipe_view.html:366 +msgid "Convert now!" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:384 +#: .\cookbook\templates\stats.html:47 +msgid "Comments" +msgstr "" + +#: .\cookbook\templates\recipe_view.html:407 .\cookbook\views\delete.py:108 +#: .\cookbook\views\edit.py:143 +msgid "Comment" +msgstr "" + +#: .\cookbook\templates\recipes_table.html:55 +msgid "External" +msgstr "" + +#: .\cookbook\templates\registration\login.html:10 +msgid "Your username and password didn't match. Please try again." +msgstr "" + +#: .\cookbook\templates\registration\signup.html:5 +msgid "Register" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:9 +msgid "Create your Account" +msgstr "" + +#: .\cookbook\templates\registration\signup.html:14 +msgid "Create User" +msgstr "" + +#: .\cookbook\templates\rest_framework\api.html:5 +msgid "Recipe Home" +msgstr "" + +#: .\cookbook\templates\settings.html:22 +msgid "Account" +msgstr "" + +#: .\cookbook\templates\settings.html:41 +msgid "Language" +msgstr "" + +#: .\cookbook\templates\settings.html:66 +msgid "Style" +msgstr "" + +#: .\cookbook\templates\settings.html:78 +msgid "API Token" +msgstr "" + +#: .\cookbook\templates\settings.html:79 +msgid "" +"You can use both basic authentication and token based authentication to " +"access the REST API." +msgstr "" + +#: .\cookbook\templates\settings.html:91 +msgid "" +"Use the token as an Authorization header prefixed by the word token as shown " +"in the following examples:" +msgstr "" + +#: .\cookbook\templates\settings.html:93 +msgid "or" +msgstr "" + +#: .\cookbook\templates\setup.html:6 .\cookbook\templates\system.html:5 +msgid "Cookbook Setup" +msgstr "" + +#: .\cookbook\templates\setup.html:14 +msgid "Setup" +msgstr "" + +#: .\cookbook\templates\setup.html:15 +msgid "To start using this application you must first create a superuser." +msgstr "" + +#: .\cookbook\templates\setup.html:20 +msgid "Create Superuser" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:71 +msgid "Shopping Recipes" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:75 +msgid "No recipes selected" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:145 +msgid "Amount" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:206 +msgid "Finished" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:257 +msgid "Copy/Export" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:261 +msgid "List Prefix" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:476 +#: .\cookbook\templates\shopping_list.html:507 +#: .\cookbook\templates\shopping_list.html:530 +msgid "There was an error updating a resource!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:487 +msgid "Object created successfully!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:496 +msgid "There was an error creating a resource!" +msgstr "" + +#: .\cookbook\templates\shopping_list.html:556 +msgid "Please enter a valid food" +msgstr "" + +#: .\cookbook\templates\stats.html:4 +msgid "Stats" +msgstr "" + +#: .\cookbook\templates\stats.html:19 +msgid "Number of objects" +msgstr "" + +#: .\cookbook\templates\stats.html:30 +msgid "Recipe Imports" +msgstr "" + +#: .\cookbook\templates\stats.html:38 +msgid "Objects stats" +msgstr "" + +#: .\cookbook\templates\stats.html:41 +msgid "Recipes without Keywords" +msgstr "" + +#: .\cookbook\templates\stats.html:43 +msgid "External Recipes" +msgstr "" + +#: .\cookbook\templates\stats.html:45 +msgid "Internal Recipes" +msgstr "" + +#: .\cookbook\templates\system.html:21 .\cookbook\views\lists.py:73 +msgid "Invite Links" +msgstr "" + +#: .\cookbook\templates\system.html:22 +msgid "Show Links" +msgstr "" + +#: .\cookbook\templates\system.html:26 +msgid "Backup & Restore" +msgstr "" + +#: .\cookbook\templates\system.html:27 +msgid "Download Backup" +msgstr "" + +#: .\cookbook\templates\system.html:37 +msgid "System Information" +msgstr "" + +#: .\cookbook\templates\system.html:39 +msgid "" +"\n" +" Django Recipes is an open source free software application. It can " +"be found on\n" +" GitHub.\n" +" Changelogs can be found here.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:53 +msgid "Media Serving" +msgstr "" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 +msgid "Warning" +msgstr "" + +#: .\cookbook\templates\system.html:54 .\cookbook\templates\system.html:69 +#: .\cookbook\templates\system.html:85 .\cookbook\templates\system.html:100 +msgid "Ok" +msgstr "" + +#: .\cookbook\templates\system.html:56 +msgid "" +"Serving media files directly using gunicorn/python is not recommend!\n" +" Please follow the steps described\n" +" here to update\n" +" your installation.\n" +" " +msgstr "" + +#: .\cookbook\templates\system.html:62 .\cookbook\templates\system.html:78 +#: .\cookbook\templates\system.html:93 .\cookbook\templates\system.html:107 +msgid "Everything is fine!" +msgstr "" + +#: .\cookbook\templates\system.html:67 +msgid "Secret Key" +msgstr "" + +#: .\cookbook\templates\system.html:71 +msgid "" +"\n" +" You do not have aSECRET_KEY configured in your "
+".env file. Django defaulted to the\n"
+" standard key\n"
+" provided with the installation which is publicly know and "
+"insecure! Please set\n"
+" SECRET_KEY int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:83
+msgid "Debug Mode"
+msgstr ""
+
+#: .\cookbook\templates\system.html:87
+msgid ""
+"\n"
+" This application is still running in debug mode. This is most "
+"likely not needed. Turn of debug mode by\n"
+" setting\n"
+" DEBUG=0 int the .env configuration "
+"file.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\system.html:98
+msgid "Database"
+msgstr ""
+
+#: .\cookbook\templates\system.html:100
+msgid "Info"
+msgstr ""
+
+#: .\cookbook\templates\system.html:102
+msgid ""
+"\n"
+" This application is not running with a Postgres database "
+"backend. This is ok but not recommended as some\n"
+" features only work with postgres databases.\n"
+" "
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:5
+msgid "URL Import"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:23
+msgid "Enter website URL"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:44
+msgid "Recipe Name"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:99
+#: .\cookbook\templates\url_import.html:131
+#: .\cookbook\templates\url_import.html:186
+msgid "Select one"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:197
+msgid "All Keywords"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:199
+msgid "Import all Keywords not only the ones already existing."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:225
+msgid "Information"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:227
+msgid ""
+" Only websites containing ld+json or microdata information can currently\n"
+" be imported. Most big recipe pages "
+"support this. If you site cannot be imported but\n"
+" you think\n"
+" it probably has some kind of structured "
+"data feel free to post an example in the\n"
+" github issues."
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:235
+msgid "Google ld+json Info"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:238
+msgid "GitHub Issues"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:240
+msgid "Recipe Markup Specification"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:313
+msgid "Already importing the selected recipe, please wait!"
+msgstr ""
+
+#: .\cookbook\templates\url_import.html:322
+msgid "An error occurred while trying to import this recipe!"
+msgstr ""
+
+#: .\cookbook\views\api.py:58
+msgid "Parameter filter_list incorrectly formatted"
+msgstr ""
+
+#: .\cookbook\views\api.py:70
+msgid "Preference for given user already exists"
+msgstr ""
+
+#: .\cookbook\views\api.py:338
+msgid "Sync successful!"
+msgstr ""
+
+#: .\cookbook\views\api.py:341
+msgid "Error synchronizing with Storage"
+msgstr ""
+
+#: .\cookbook\views\api.py:396
+msgid "The requested page could not be found."
+msgstr ""
+
+#: .\cookbook\views\api.py:399
+msgid ""
+"The requested page refused to provide any information (Status Code 403)."
+msgstr ""
+
+#: .\cookbook\views\data.py:83
+#, python-format
+msgid "Batch edit done. %(count)d recipe was updated."
+msgid_plural "Batch edit done. %(count)d Recipes where updated."
+msgstr[0] ""
+msgstr[1] ""
+
+#: .\cookbook\views\delete.py:66
+msgid "Monitor"
+msgstr ""
+
+#: .\cookbook\views\delete.py:90 .\cookbook\views\lists.py:65
+#: .\cookbook\views\new.py:75
+msgid "Storage Backend"
+msgstr ""
+
+#: .\cookbook\views\delete.py:97
+msgid ""
+"Could not delete this storage backend as it is used in at least one monitor."
+msgstr ""
+
+#: .\cookbook\views\delete.py:119 .\cookbook\views\edit.py:175
+#: .\cookbook\views\new.py:125
+msgid "Recipe Book"
+msgstr ""
+
+#: .\cookbook\views\delete.py:138
+msgid "Bookmarks"
+msgstr ""
+
+#: .\cookbook\views\delete.py:160 .\cookbook\views\new.py:181
+msgid "Invite Link"
+msgstr ""
+
+#: .\cookbook\views\edit.py:93
+msgid "Food"
+msgstr ""
+
+#: .\cookbook\views\edit.py:102
+msgid "You cannot edit this storage!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:121
+msgid "Storage saved!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:123
+msgid "There was an error updating this storage backend!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:130
+msgid "Storage"
+msgstr ""
+
+#: .\cookbook\views\edit.py:215
+msgid "Changes saved!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:219
+msgid "Error saving changes!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:249
+msgid "Units merged!"
+msgstr ""
+
+#: .\cookbook\views\edit.py:262
+msgid "Foods merged!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:42
+msgid "Recipe imported successfully!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:45
+msgid "Something went wrong during the import!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:48
+msgid "Could not parse the supplied JSON!"
+msgstr ""
+
+#: .\cookbook\views\import_export.py:79
+msgid ""
+"External recipes cannot be exported, please share the file directly or "
+"select an internal recipe."
+msgstr ""
+
+#: .\cookbook\views\lists.py:28
+msgid "Import Log"
+msgstr ""
+
+#: .\cookbook\views\lists.py:37
+msgid "Discovery"
+msgstr ""
+
+#: .\cookbook\views\lists.py:57
+msgid "Shopping Lists"
+msgstr ""
+
+#: .\cookbook\views\new.py:98
+msgid "Imported new recipe!"
+msgstr ""
+
+#: .\cookbook\views\new.py:101
+msgid "There was an error importing this recipe!"
+msgstr ""
+
+#: .\cookbook\views\views.py:86
+msgid "You do not have the required permissions to perform this action!"
+msgstr ""
+
+#: .\cookbook\views\views.py:98
+msgid "Comment saved!"
+msgstr ""
+
+#: .\cookbook\views\views.py:108
+msgid "Bookmark saved!"
+msgstr ""
+
+#: .\cookbook\views\views.py:254
+msgid ""
+"The setup page can only be used to create the first user! If you have "
+"forgotten your superuser credentials please consult the django documentation "
+"on how to reset passwords."
+msgstr ""
+
+#: .\cookbook\views\views.py:261 .\cookbook\views\views.py:301
+msgid "Passwords dont match!"
+msgstr ""
+
+#: .\cookbook\views\views.py:272 .\cookbook\views\views.py:310
+msgid "User has been created, please login!"
+msgstr ""
+
+#: .\cookbook\views\views.py:287
+msgid "Malformed Invite Link supplied!"
+msgstr ""
+
+#: .\cookbook\views\views.py:327
+msgid "Invite Link not valid or already used!"
+msgstr ""
diff --git a/cookbook/migrations/0075_shoppinglist_shoppinglistentry_shoppinglistrecipe.py b/cookbook/migrations/0075_shoppinglist_shoppinglistentry_shoppinglistrecipe.py
new file mode 100644
index 000000000..c5e01f586
--- /dev/null
+++ b/cookbook/migrations/0075_shoppinglist_shoppinglistentry_shoppinglistrecipe.py
@@ -0,0 +1,49 @@
+# Generated by Django 3.0.7 on 2020-08-11 10:14
+
+from django.conf import settings
+from django.db import migrations, models
+import django.db.models.deletion
+import uuid
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ migrations.swappable_dependency(settings.AUTH_USER_MODEL),
+ ('cookbook', '0074_remove_keyword_created_by'),
+ ]
+
+ operations = [
+ migrations.CreateModel(
+ name='ShoppingListRecipe',
+ fields=[
+ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
+ ('multiplier', models.IntegerField(default=1)),
+ ('recipe', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='cookbook.Recipe')),
+ ],
+ ),
+ migrations.CreateModel(
+ name='ShoppingListEntry',
+ fields=[
+ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
+ ('amount', models.IntegerField(default=1)),
+ ('order', models.IntegerField(default=0)),
+ ('checked', models.BooleanField(default=False)),
+ ('food', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='cookbook.Food')),
+ ('list_recipe', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='cookbook.ShoppingListRecipe')),
+ ('unit', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='cookbook.Unit')),
+ ],
+ ),
+ migrations.CreateModel(
+ name='ShoppingList',
+ fields=[
+ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
+ ('uuid', models.UUIDField(default=uuid.uuid4)),
+ ('note', models.TextField(blank=True, null=True)),
+ ('created_at', models.DateTimeField(auto_now_add=True)),
+ ('created_by', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)),
+ ('recipes', models.ManyToManyField(blank=True, to='cookbook.ShoppingListRecipe')),
+ ('shared', models.ManyToManyField(blank=True, related_name='list_share', to=settings.AUTH_USER_MODEL)),
+ ],
+ ),
+ ]
diff --git a/cookbook/migrations/0076_shoppinglist_entries.py b/cookbook/migrations/0076_shoppinglist_entries.py
new file mode 100644
index 000000000..2c4b4eebc
--- /dev/null
+++ b/cookbook/migrations/0076_shoppinglist_entries.py
@@ -0,0 +1,18 @@
+# Generated by Django 3.0.7 on 2020-08-26 18:46
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('cookbook', '0075_shoppinglist_shoppinglistentry_shoppinglistrecipe'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='shoppinglist',
+ name='entries',
+ field=models.ManyToManyField(blank=True, to='cookbook.ShoppingListEntry'),
+ ),
+ ]
diff --git a/cookbook/migrations/0077_invitelink.py b/cookbook/migrations/0077_invitelink.py
new file mode 100644
index 000000000..99210c576
--- /dev/null
+++ b/cookbook/migrations/0077_invitelink.py
@@ -0,0 +1,29 @@
+# Generated by Django 3.0.7 on 2020-09-01 11:31
+
+import datetime
+from django.conf import settings
+from django.db import migrations, models
+import django.db.models.deletion
+import uuid
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ migrations.swappable_dependency(settings.AUTH_USER_MODEL),
+ ('cookbook', '0076_shoppinglist_entries'),
+ ]
+
+ operations = [
+ migrations.CreateModel(
+ name='InviteLink',
+ fields=[
+ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
+ ('uuid', models.UUIDField(default=uuid.uuid4)),
+ ('username', models.CharField(blank=True, max_length=64)),
+ ('valid_until', models.DateField(default=datetime.date(2020, 9, 15))),
+ ('created_at', models.DateTimeField(auto_now_add=True)),
+ ('created_by', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to=settings.AUTH_USER_MODEL)),
+ ],
+ ),
+ ]
diff --git a/cookbook/migrations/0078_invitelink_used_by.py b/cookbook/migrations/0078_invitelink_used_by.py
new file mode 100644
index 000000000..1637427c2
--- /dev/null
+++ b/cookbook/migrations/0078_invitelink_used_by.py
@@ -0,0 +1,21 @@
+# Generated by Django 3.0.7 on 2020-09-01 11:39
+
+from django.conf import settings
+from django.db import migrations, models
+import django.db.models.deletion
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ migrations.swappable_dependency(settings.AUTH_USER_MODEL),
+ ('cookbook', '0077_invitelink'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='invitelink',
+ name='used_by',
+ field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='used_by', to=settings.AUTH_USER_MODEL),
+ ),
+ ]
diff --git a/cookbook/migrations/0079_invitelink_group.py b/cookbook/migrations/0079_invitelink_group.py
new file mode 100644
index 000000000..eb1725920
--- /dev/null
+++ b/cookbook/migrations/0079_invitelink_group.py
@@ -0,0 +1,21 @@
+# Generated by Django 3.0.7 on 2020-09-01 12:54
+
+from django.db import migrations, models
+import django.db.models.deletion
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('auth', '0011_update_proxy_permissions'),
+ ('cookbook', '0078_invitelink_used_by'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='invitelink',
+ name='group',
+ field=models.ForeignKey(default=1, on_delete=django.db.models.deletion.CASCADE, to='auth.Group'),
+ preserve_default=False,
+ ),
+ ]
diff --git a/cookbook/migrations/0080_auto_20200921_2331.py b/cookbook/migrations/0080_auto_20200921_2331.py
new file mode 100644
index 000000000..b499bea37
--- /dev/null
+++ b/cookbook/migrations/0080_auto_20200921_2331.py
@@ -0,0 +1,24 @@
+# Generated by Django 3.0.7 on 2020-09-21 21:31
+
+import datetime
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('cookbook', '0079_invitelink_group'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='userpreference',
+ name='shopping_auto_sync',
+ field=models.BooleanField(default=True),
+ ),
+ migrations.AlterField(
+ model_name='invitelink',
+ name='valid_until',
+ field=models.DateField(default=datetime.date(2020, 10, 5)),
+ ),
+ ]
diff --git a/cookbook/migrations/0081_auto_20200921_2349.py b/cookbook/migrations/0081_auto_20200921_2349.py
new file mode 100644
index 000000000..fc2d4d786
--- /dev/null
+++ b/cookbook/migrations/0081_auto_20200921_2349.py
@@ -0,0 +1,18 @@
+# Generated by Django 3.0.7 on 2020-09-21 21:49
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('cookbook', '0080_auto_20200921_2331'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='userpreference',
+ name='shopping_auto_sync',
+ field=models.IntegerField(default=5),
+ ),
+ ]
diff --git a/cookbook/migrations/0082_auto_20200922_1143.py b/cookbook/migrations/0082_auto_20200922_1143.py
new file mode 100644
index 000000000..bc58831b3
--- /dev/null
+++ b/cookbook/migrations/0082_auto_20200922_1143.py
@@ -0,0 +1,24 @@
+# Generated by Django 3.0.7 on 2020-09-22 09:43
+
+import datetime
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('cookbook', '0081_auto_20200921_2349'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='invitelink',
+ name='valid_until',
+ field=models.DateField(default=datetime.date(2020, 10, 6)),
+ ),
+ migrations.AlterField(
+ model_name='shoppinglistentry',
+ name='amount',
+ field=models.DecimalField(decimal_places=16, default=0, max_digits=32),
+ ),
+ ]
diff --git a/cookbook/migrations/0083_space.py b/cookbook/migrations/0083_space.py
new file mode 100644
index 000000000..1b7662b0a
--- /dev/null
+++ b/cookbook/migrations/0083_space.py
@@ -0,0 +1,21 @@
+# Generated by Django 3.0.7 on 2020-09-22 10:24
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('cookbook', '0082_auto_20200922_1143'),
+ ]
+
+ operations = [
+ migrations.CreateModel(
+ name='Space',
+ fields=[
+ ('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
+ ('name', models.CharField(default='Default', max_length=128)),
+ ('message', models.CharField(default='', max_length=512)),
+ ],
+ ),
+ ]
diff --git a/cookbook/migrations/0084_auto_20200922_1233.py b/cookbook/migrations/0084_auto_20200922_1233.py
new file mode 100644
index 000000000..a2ddf2844
--- /dev/null
+++ b/cookbook/migrations/0084_auto_20200922_1233.py
@@ -0,0 +1,21 @@
+# Generated by Django 3.0.7 on 2020-09-22 10:33
+
+from django.db import migrations
+
+
+def create_default_space(apps, schema_editor):
+ Space = apps.get_model('cookbook', 'Space')
+ Space.objects.create(
+ name='Default',
+ message=''
+ )
+
+
+class Migration(migrations.Migration):
+ dependencies = [
+ ('cookbook', '0083_space'),
+ ]
+
+ operations = [
+ migrations.RunPython(create_default_space),
+ ]
diff --git a/cookbook/migrations/0085_auto_20200922_1235.py b/cookbook/migrations/0085_auto_20200922_1235.py
new file mode 100644
index 000000000..ff2a0e48d
--- /dev/null
+++ b/cookbook/migrations/0085_auto_20200922_1235.py
@@ -0,0 +1,18 @@
+# Generated by Django 3.0.7 on 2020-09-22 10:35
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('cookbook', '0084_auto_20200922_1233'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='space',
+ name='message',
+ field=models.CharField(blank=True, default='', max_length=512),
+ ),
+ ]
diff --git a/cookbook/migrations/0086_auto_20200929_1143.py b/cookbook/migrations/0086_auto_20200929_1143.py
new file mode 100644
index 000000000..582aa024a
--- /dev/null
+++ b/cookbook/migrations/0086_auto_20200929_1143.py
@@ -0,0 +1,24 @@
+# Generated by Django 3.0.7 on 2020-09-29 09:43
+
+import datetime
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('cookbook', '0085_auto_20200922_1235'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='mealplan',
+ name='recipe_multiplier',
+ field=models.IntegerField(default=1),
+ ),
+ migrations.AlterField(
+ model_name='invitelink',
+ name='valid_until',
+ field=models.DateField(default=datetime.date(2020, 10, 13)),
+ ),
+ ]
diff --git a/cookbook/migrations/0087_auto_20200929_1152.py b/cookbook/migrations/0087_auto_20200929_1152.py
new file mode 100644
index 000000000..8182805b8
--- /dev/null
+++ b/cookbook/migrations/0087_auto_20200929_1152.py
@@ -0,0 +1,23 @@
+# Generated by Django 3.0.7 on 2020-09-29 09:52
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('cookbook', '0086_auto_20200929_1143'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='mealplan',
+ name='recipe_multiplier',
+ field=models.DecimalField(decimal_places=4, default=1, max_digits=8),
+ ),
+ migrations.AlterField(
+ model_name='shoppinglistrecipe',
+ name='multiplier',
+ field=models.DecimalField(decimal_places=4, default=1, max_digits=8),
+ ),
+ ]
diff --git a/cookbook/migrations/0088_shoppinglist_finished.py b/cookbook/migrations/0088_shoppinglist_finished.py
new file mode 100644
index 000000000..95585cfa5
--- /dev/null
+++ b/cookbook/migrations/0088_shoppinglist_finished.py
@@ -0,0 +1,18 @@
+# Generated by Django 3.1.1 on 2020-09-29 11:55
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('cookbook', '0087_auto_20200929_1152'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='shoppinglist',
+ name='finished',
+ field=models.BooleanField(default=False),
+ ),
+ ]
diff --git a/cookbook/models.py b/cookbook/models.py
index 1496958d4..35e91e5ee 100644
--- a/cookbook/models.py
+++ b/cookbook/models.py
@@ -1,10 +1,13 @@
import re
import uuid
+from datetime import date, timedelta
+
from annoying.fields import AutoOneToOneField
from django.contrib import auth
-from django.contrib.auth.models import User
+from django.contrib.auth.models import User, Group
from django.utils.translation import gettext as _
from django.db import models
+from django_random_queryset import RandomManager
from recipes.settings import COMMENT_PREF_DEFAULT
@@ -23,6 +26,11 @@ def get_model_name(model):
return ('_'.join(re.findall('[A-Z][^A-Z]*', model.__name__))).lower()
+class Space(models.Model):
+ name = models.CharField(max_length=128, default='Default')
+ message = models.CharField(max_length=512, default='', blank=True)
+
+
class UserPreference(models.Model):
# Themes
BOOTSTRAP = 'BOOTSTRAP'
@@ -67,6 +75,7 @@ class UserPreference(models.Model):
plan_share = models.ManyToManyField(User, blank=True, related_name='plan_share_default')
ingredient_decimals = models.IntegerField(default=2)
comments = models.BooleanField(default=COMMENT_PREF_DEFAULT)
+ shopping_auto_sync = models.IntegerField(default=5)
def __str__(self):
return str(self.user)
@@ -191,6 +200,8 @@ class Recipe(models.Model):
created_at = models.DateTimeField(auto_now_add=True)
updated_at = models.DateTimeField(auto_now=True)
+ objects = RandomManager()
+
def __str__(self):
return self.name
@@ -247,6 +258,7 @@ class MealType(models.Model):
class MealPlan(models.Model):
recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE, blank=True, null=True)
+ recipe_multiplier = models.DecimalField(default=1, max_digits=8, decimal_places=4)
title = models.CharField(max_length=64, blank=True, default='')
created_by = models.ForeignKey(User, on_delete=models.CASCADE)
shared = models.ManyToManyField(User, blank=True, related_name='plan_share')
@@ -266,12 +278,74 @@ class MealPlan(models.Model):
return f'{self.get_label()} - {self.date} - {self.meal_type.name}'
+class ShoppingListRecipe(models.Model):
+ recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE, null=True, blank=True)
+ multiplier = models.DecimalField(default=1, max_digits=8, decimal_places=4)
+
+ def __str__(self):
+ return f'Shopping list recipe {self.id} - {self.recipe}'
+
+ def get_owner(self):
+ try:
+ return self.shoppinglist_set.first().created_by
+ except AttributeError:
+ return None
+
+
+class ShoppingListEntry(models.Model):
+ list_recipe = models.ForeignKey(ShoppingListRecipe, on_delete=models.CASCADE, null=True, blank=True)
+ food = models.ForeignKey(Food, on_delete=models.CASCADE)
+ unit = models.ForeignKey(Unit, on_delete=models.CASCADE, null=True, blank=True)
+ amount = models.DecimalField(default=0, decimal_places=16, max_digits=32)
+ order = models.IntegerField(default=0)
+ checked = models.BooleanField(default=False)
+
+ def __str__(self):
+ return f'Shopping list entry {self.id}'
+
+ def get_owner(self):
+ try:
+ return self.shoppinglist_set.first().created_by
+ except AttributeError:
+ return None
+
+
+class ShoppingList(models.Model):
+ uuid = models.UUIDField(default=uuid.uuid4)
+ note = models.TextField(blank=True, null=True)
+ recipes = models.ManyToManyField(ShoppingListRecipe, blank=True)
+ entries = models.ManyToManyField(ShoppingListEntry, blank=True)
+ shared = models.ManyToManyField(User, blank=True, related_name='list_share')
+ finished = models.BooleanField(default=False)
+ created_by = models.ForeignKey(User, on_delete=models.CASCADE)
+ created_at = models.DateTimeField(auto_now_add=True)
+
+ def __str__(self):
+ return f'Shopping list {self.id}'
+
+
class ShareLink(models.Model):
recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE)
uuid = models.UUIDField(default=uuid.uuid4)
created_by = models.ForeignKey(User, on_delete=models.CASCADE)
created_at = models.DateTimeField(auto_now_add=True)
+ def __str__(self):
+ return f'{self.recipe} - {self.uuid}'
+
+
+class InviteLink(models.Model):
+ uuid = models.UUIDField(default=uuid.uuid4)
+ username = models.CharField(blank=True, max_length=64)
+ group = models.ForeignKey(Group, on_delete=models.CASCADE)
+ valid_until = models.DateField(default=date.today() + timedelta(days=14))
+ used_by = models.ForeignKey(User, null=True, on_delete=models.CASCADE, related_name='used_by')
+ created_by = models.ForeignKey(User, on_delete=models.CASCADE)
+ created_at = models.DateTimeField(auto_now_add=True)
+
+ def __str__(self):
+ return f'{self.uuid}'
+
class CookLog(models.Model):
recipe = models.ForeignKey(Recipe, on_delete=models.CASCADE)
diff --git a/cookbook/serializer.py b/cookbook/serializer.py
index 01df252c0..7a46685fa 100644
--- a/cookbook/serializer.py
+++ b/cookbook/serializer.py
@@ -1,10 +1,12 @@
+from decimal import Decimal
+
from django.contrib.auth.models import User
from drf_writable_nested import WritableNestedModelSerializer, UniqueFieldsMixin
from rest_framework import serializers
-from rest_framework.exceptions import APIException, ValidationError
-from rest_framework.fields import CurrentUserDefault
+from rest_framework.exceptions import ValidationError
-from cookbook.models import MealPlan, MealType, Recipe, ViewLog, UserPreference, Storage, Sync, SyncLog, Keyword, Unit, Ingredient, Comment, RecipeImport, RecipeBook, RecipeBookEntry, ShareLink, CookLog, Food, Step
+from cookbook.models import MealPlan, MealType, Recipe, ViewLog, UserPreference, Storage, Sync, SyncLog, Keyword, Unit, Ingredient, Comment, RecipeImport, RecipeBook, RecipeBookEntry, ShareLink, CookLog, Food, Step, ShoppingList, \
+ ShoppingListEntry, ShoppingListRecipe
from cookbook.templatetags.custom_tags import markdown
@@ -14,19 +16,24 @@ class CustomDecimalField(serializers.Field):
"""
def to_representation(self, value):
- return value.normalize()
+ if isinstance(value, Decimal):
+ return value.normalize()
+ else:
+ return Decimal(value).normalize()
def to_internal_value(self, data):
if type(data) == int or type(data) == float:
return data
elif type(data) == str:
+ if data == '':
+ return 0
try:
return float(data.replace(',', ''))
except ValueError:
raise ValidationError('A valid number is required')
-class UserNameSerializer(serializers.ModelSerializer):
+class UserNameSerializer(WritableNestedModelSerializer):
username = serializers.SerializerMethodField('get_user_label')
def get_user_label(self, obj):
@@ -184,13 +191,61 @@ class MealPlanSerializer(serializers.ModelSerializer):
recipe_name = serializers.ReadOnlyField(source='recipe.name')
meal_type_name = serializers.ReadOnlyField(source='meal_type.name')
note_markdown = serializers.SerializerMethodField('get_note_markdown')
+ recipe_multiplier = CustomDecimalField()
def get_note_markdown(self, obj):
return markdown(obj.note)
class Meta:
model = MealPlan
- fields = ('id', 'title', 'recipe', 'note', 'note_markdown', 'date', 'meal_type', 'created_by', 'shared', 'recipe_name', 'meal_type_name')
+ fields = ('id', 'title', 'recipe', 'recipe_multiplier', 'note', 'note_markdown', 'date', 'meal_type', 'created_by', 'shared', 'recipe_name', 'meal_type_name')
+
+
+class ShoppingListRecipeSerializer(serializers.ModelSerializer):
+ recipe_name = serializers.ReadOnlyField(source='recipe.name')
+ multiplier = CustomDecimalField()
+
+ class Meta:
+ model = ShoppingListRecipe
+ fields = ('id', 'recipe', 'recipe_name', 'multiplier')
+ read_only_fields = ('id',)
+
+
+class ShoppingListEntrySerializer(WritableNestedModelSerializer):
+ food = FoodSerializer(allow_null=True)
+ unit = UnitSerializer(allow_null=True)
+ amount = CustomDecimalField()
+
+ class Meta:
+ model = ShoppingListEntry
+ fields = ('id', 'list_recipe', 'food', 'unit', 'amount', 'order', 'checked')
+ read_only_fields = ('id',)
+
+
+class ShoppingListEntryCheckedSerializer(serializers.ModelSerializer):
+ class Meta:
+ model = ShoppingListEntry
+ fields = ('id', 'checked')
+
+
+class ShoppingListSerializer(WritableNestedModelSerializer):
+ recipes = ShoppingListRecipeSerializer(many=True, allow_null=True)
+ entries = ShoppingListEntrySerializer(many=True, allow_null=True)
+ shared = UserNameSerializer(many=True)
+
+ class Meta:
+ model = ShoppingList
+ fields = ('id', 'uuid', 'note', 'recipes', 'entries', 'shared', 'finished', 'created_by', 'created_at',)
+ read_only_fields = ('id',)
+
+
+class ShoppingListAutoSyncSerializer(WritableNestedModelSerializer):
+ entries = ShoppingListEntryCheckedSerializer(many=True, allow_null=True)
+
+ class Meta:
+ model = ShoppingList
+ fields = ('id', 'entries',)
+ read_only_fields = ('id',)
class ShareLinkSerializer(serializers.ModelSerializer):
diff --git a/cookbook/tables.py b/cookbook/tables.py
index 30c9c67c2..a29a75366 100644
--- a/cookbook/tables.py
+++ b/cookbook/tables.py
@@ -108,6 +108,25 @@ class RecipeImportTable(tables.Table):
fields = ('id', 'name', 'file_path')
+class ShoppingListTable(tables.Table):
+ id = tables.LinkColumn('view_shopping', args=[A('id')])
+
+ class Meta:
+ model = ShoppingList
+ template_name = 'generic/table_template.html'
+ fields = ('id', 'finished', 'created_by', 'created_at')
+
+
+class InviteLinkTable(tables.Table):
+ link = tables.TemplateColumn("" + _('Link') + "")
+ delete = tables.TemplateColumn("" + _('Delete') + "")
+
+ class Meta:
+ model = InviteLink
+ template_name = 'generic/table_template.html'
+ fields = ('username', 'group', 'valid_until', 'created_by', 'created_at')
+
+
class ViewLogTable(tables.Table):
recipe = tables.LinkColumn('view_recipe', args=[A('recipe_id')])
diff --git a/cookbook/templates/base.html b/cookbook/templates/base.html
index 8f5980371..530e4287a 100644
--- a/cookbook/templates/base.html
+++ b/cookbook/templates/base.html
@@ -1,6 +1,7 @@
{% load static %}
{% load i18n %}
{% load theming_tags %}
+{% load custom_tags %}
@@ -72,7 +73,7 @@
{% trans 'Meal-Plan' %}
- {% trans 'Shopping' %}
+
+{% message_of_the_day as message_of_the_day %}
+{% if message_of_the_day %}
+