Added a few more strings to be localized and fixed one ui alignment

This commit is contained in:
MaxJa4
2022-02-27 22:38:58 +01:00
parent 089e634d69
commit b393d026f7
3 changed files with 14 additions and 5 deletions

View File

@ -335,5 +335,10 @@
"sort_by": "Sortiere nach",
"Random Recipes": "Zufällige Rezepte",
"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"
}

View File

@ -361,5 +361,9 @@
"Internal": "Internal",
"Units": "Units",
"Random Recipes": "Random Recipes",
"parameter_count": "Parameter {count}"
"parameter_count": "Parameter {count}",
"Supermarkets": "Supermarkets",
"User": "User",
"Keyword": "Keyword",
"Advanced": "Advanced"
}