+
+
+ {% trans 'To prevent duplicates recipes with the same name as existing ones are ignored. Check this box to import everything.' %}
+
+
+ class="my-2"
+ accept=".zip"
+ multiple
+ v-model="recipe_files"
+ placeholder="{% trans 'Select recipe files to import or drop them here...' %}"
+ drop-placeholder="Drop recipe files here...">
@@ -123,36 +133,38 @@
-
-
+
-
+
-
+
{% trans 'Preview Recipe Data' %}
{% trans 'Drag recipe attributes from the right into the appropriate box below.' %}
@@ -163,12 +175,14 @@
{% trans 'Name' %}
-
+
-
{% trans 'Text dragged here will be appended to the name.'%}
+
{% trans 'Text dragged here will be appended to the name.' %}
-
+
[[recipe_json.name]]
@@ -178,12 +192,14 @@
{% trans 'Description' %}
-
+
-
{% trans 'Text dragged here will be appended to the description.'%}
+
{% trans 'Text dragged here will be appended to the description.' %}
-
+
[[recipe_json.description]]
@@ -193,61 +209,78 @@
{% trans 'Keywords' %}
-
+
-
{% trans 'Keywords dragged here will be appended to current list'%}
+
{% trans 'Keywords dragged here will be appended to current list' %}
-
+
-
[[kw.text]]
+
[[kw.text]]
-
+
{% trans 'Image' %}
-
+
-
+
-
+
-
+
{% trans 'Servings' %}
-
+
-
+
[[recipe_json.servings]]
-
+
{% trans 'Prep Time' %}
-
+
-
+
[[recipe_json.prepTime]]
-
+
{% trans 'Cook Time' %}
-
+
-
+
[[recipe_json.cookTime]]
@@ -258,15 +291,18 @@
{% trans 'Ingredients' %}
-
+
-
{% trans 'Ingredients dragged here will be appended to current list.'%}
+
{% trans 'Ingredients dragged here will be appended to current list.' %}
-
+
-
+
[[i.amount]]
[[i.unit.text]]
[[i.ingredient.text]]
@@ -280,14 +316,17 @@
-
+
{% trans 'Instructions' %}
-
+
-
{% trans 'Recipe instructions dragged here will be appended to current instructions.'%}
+
{% trans 'Recipe instructions dragged here will be appended to current instructions.' %}