Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/seanlane/gochowdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiliavir <tiliavir@users.noreply.github.com>2021-01-05 20:40:56 +0300
committertiliavir <tiliavir@users.noreply.github.com>2021-01-05 20:40:56 +0300
commitf951d34c02a1002d807744db29e57b1776ad51e8 (patch)
treef0c39b96483858a4a8fae2a09198239304ebe10e
parentad934edbefa1278aa3bfb9233511d7ba1340cc9c (diff)
Add german translation and fix english strings
-rw-r--r--i18n/de.toml74
-rw-r--r--i18n/en.toml16
2 files changed, 82 insertions, 8 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..fcefbe9
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,74 @@
+[yields]
+other = "Zutaten für"
+
+[prepTime]
+other = "Vorbereitungszeit"
+
+[cookTime]
+other = "Koch-/Backzeit"
+
+[ingredients]
+other = "Zutaten"
+
+[directions]
+other = "Arbeitsschritte"
+
+[components]
+other = "Komponenten"
+
+[steps]
+other = "Arbeitsschritte"
+
+[category]
+other = "Kategorie"
+
+[cuisine]
+other = "Küche"
+
+[tags]
+other = "Tags"
+
+[inspired]
+other = "inspiriert"
+
+[by]
+other = "durch"
+
+[from]
+other = "von"
+
+[powered-by]
+other = "Powered by"
+
+[for-the-home-chef]
+other = "Für den Küchenchef"
+
+[save-recipes]
+other = "Speichern Sie Rezepte in Sekundenschnelle mit Klartextformatierung"
+
+[create-beautiful]
+other = "Erstellen Sie schöne Rezeptseiten mit automatisierter Leichtigkeit"
+
+[use-recipes]
+other = "Verwenden Sie Ihre Rezepte in jeder App"
+
+[our-favorite]
+other = "Unser Favorit ist"
+
+[share]
+other = "Teilen Sie mit Familie und Freunden"
+
+[for-the-developer]
+other = "Für den Entwickler"
+
+[markdown-hugo]
+other = "Markdown + Hugo under the hood"
+
+[recipes-stored]
+other = "Im Klartext gespeicherte Rezepte, bereit zum Hacken"
+
+[open-source]
+other = "Open source, alles ist auf GitHub"
+
+[contribute]
+other = "dazu beitragen"
diff --git a/i18n/en.toml b/i18n/en.toml
index 5b95088..24778b5 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,17 +1,17 @@
[yields]
-other = "yields"
+other = "Yields"
[prepTime]
-other = "prepTime"
+other = "Preparation time"
[cookTime]
-other = "cookTime"
+other = "Cooking time"
[ingredients]
-other = "ingredients"
+other = "Ingredients"
[directions]
-other = "directions"
+other = "Directions"
[components]
other = "Components"
@@ -20,13 +20,13 @@ other = "Components"
other = "Steps"
[category]
-other = "category"
+other = "Category"
[cuisine]
-other = "cuisine"
+other = "Cuisine"
[tags]
-other = "tags"
+other = "Tags"
[inspired]
other = "inspired"