Added a few more strings to be localized and fixed one ui alignment
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
style="height:50%"
|
style="height:50%"
|
||||||
href="{% bookmarklet request %}"
|
href="{% bookmarklet request %}"
|
||||||
title="{% trans 'Drag me to your bookmarks to import recipes from anywhere' %}">
|
title="{% trans 'Drag me to your bookmarks to import recipes from anywhere' %}">
|
||||||
<img src="{% static 'assets/favicon-16x16.png' %}">{% trans 'Bookmark Me!' %} </a>
|
<img src="{% static 'assets/favicon-16x16.png' %}" style="margin-right: 1em;">{% trans 'Bookmark Me!' %} </a>
|
||||||
</div>
|
</div>
|
||||||
<nav class="nav nav-pills flex-sm-row mb-2">
|
<nav class="nav nav-pills flex-sm-row mb-2">
|
||||||
<a class="nav-link active" href="#nav-url" data-toggle="tab" role="tab" aria-controls="nav-url"
|
<a class="nav-link active" href="#nav-url" data-toggle="tab" role="tab" aria-controls="nav-url"
|
||||||
@ -50,11 +50,11 @@
|
|||||||
<div class="tab-pane fade show active" id="nav-url" role="tabpanel">
|
<div class="tab-pane fade show active" id="nav-url" role="tabpanel">
|
||||||
<div class="btn-group btn-group-toggle mt-2" data-toggle="buttons">
|
<div class="btn-group btn-group-toggle mt-2" data-toggle="buttons">
|
||||||
<label class="btn btn-outline-info btn-sm active" @click="automatic=true">
|
<label class="btn btn-outline-info btn-sm active" @click="automatic=true">
|
||||||
<input type="radio" autocomplete="off" checked> Automatic
|
<input type="radio" autocomplete="off" checked> {% trans 'Automatic' %}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label class="btn btn-outline-info btn-sm" @click="automatic=false">
|
<label class="btn btn-outline-info btn-sm" @click="automatic=false">
|
||||||
<input type="radio" autocomplete="off"> Manual
|
<input type="radio" autocomplete="off"> {% trans 'Manual' %}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div role="group" class="input-group mt-4">
|
<div role="group" class="input-group mt-4">
|
||||||
|
@ -335,5 +335,10 @@
|
|||||||
"sort_by": "Sortiere nach",
|
"sort_by": "Sortiere nach",
|
||||||
"Random Recipes": "Zufällige Rezepte",
|
"Random Recipes": "Zufällige Rezepte",
|
||||||
"recipe_filter": "Rezept-Filter",
|
"recipe_filter": "Rezept-Filter",
|
||||||
"parameter_count": "Parameter {count}"
|
"parameter_count": "Parameter {count}",
|
||||||
|
"Supermarkets": "Supermärkte",
|
||||||
|
"User": "Benutzer",
|
||||||
|
"Keyword": "Schlüsselwort",
|
||||||
|
"Advanced": "Erweitert",
|
||||||
|
"Substitutes": "Zusätze"
|
||||||
}
|
}
|
||||||
|
@ -361,5 +361,9 @@
|
|||||||
"Internal": "Internal",
|
"Internal": "Internal",
|
||||||
"Units": "Units",
|
"Units": "Units",
|
||||||
"Random Recipes": "Random Recipes",
|
"Random Recipes": "Random Recipes",
|
||||||
"parameter_count": "Parameter {count}"
|
"parameter_count": "Parameter {count}",
|
||||||
|
"Supermarkets": "Supermarkets",
|
||||||
|
"User": "User",
|
||||||
|
"Keyword": "Keyword",
|
||||||
|
"Advanced": "Advanced"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user