diff --git a/kitchenowl/lib/l10n/app_de.arb b/kitchenowl/lib/l10n/app_de.arb index 07ecd99a..ba0ab51b 100644 --- a/kitchenowl/lib/l10n/app_de.arb +++ b/kitchenowl/lib/l10n/app_de.arb @@ -232,9 +232,18 @@ "@preparationTime": {}, "@privacyPolicy": {}, "@privacyPolicyAgree": {}, + "@private": {}, + "@privateRecipeDescription": {}, "@profile": {}, + "@public": {}, + "@publicRecipeDescription": {}, "@recentItemsCategorize": {}, "@recipeAdd": {}, + "@recipeAddToHousehold": { + "placeholders": { + "householdName": {} + } + }, "@recipeAddUrl": {}, "@recipeDelete": {}, "@recipeDeleteConfirmation": { @@ -267,6 +276,7 @@ "@set": {}, "@settings": {}, "@setupTitle": {}, + "@share": {}, "@shoppingList": {}, "@shoppingListDelete": {}, "@shoppingListDeleteConfirmation": { @@ -508,9 +518,14 @@ "preparationTime": "Vorbereitungszeit", "privacyPolicy": "Datenschutzrichtlinie", "privacyPolicyAgree": "Durch das Erstellen eines Kontos stimmst du der {privacyPolicy} zu", + "private": "Privat", + "privateRecipeDescription": "Nur Mitglieder des Haushaltes können das Rezept sehen.", "profile": "Profil", + "public": "Öffentlich", + "publicRecipeDescription": "Jeder mit dem Link zum Rezept kann es sehen.", "recentItemsCategorize": "Kategorisiere zuletzt benutze Artikel", "recipeAdd": "Rezept hinzufügen", + "recipeAddToHousehold": "Zu {householdName} hinzufügen", "recipeAddUrl": "Rezept von URL hinzufügen", "recipeDelete": "Rezept löschen", "recipeDeleteConfirmation": "Bist du dir sicher, dass du {recipe} löschen möchtest?", @@ -523,7 +538,7 @@ "recipes": "Rezepte", "recipesOverwrite": "Rezepte überschreiben", "recipesOverwriteDescription": "Wenn aktiviert, werden bestehende Rezepte mit dem gleichen Namen überschrieben", - "recipesRecent": "Zuletzt benutzt", + "recipesRecent": "Zuletzt", "recipesSuggested": "Empfohlen", "redo": "Wiederherstellen", "refresh": "Aktualisieren", @@ -539,6 +554,7 @@ "set": "Setzen", "settings": "Einstellungen", "setupTitle": "Hallo! Bereit zum Einkaufen?", + "share": "Teilen", "shoppingList": "Einkaufsliste", "shoppingListDelete": "Einkaufsliste löschen", "shoppingListDeleteConfirmation": "Bist du dir sicher, dass du {shoppingList} löschen möchtest?", diff --git a/kitchenowl/lib/l10n/app_tr.arb b/kitchenowl/lib/l10n/app_tr.arb index 59266829..9bc50a4c 100644 --- a/kitchenowl/lib/l10n/app_tr.arb +++ b/kitchenowl/lib/l10n/app_tr.arb @@ -236,9 +236,18 @@ "privacyPolicy": {} } }, + "@private": {}, + "@privateRecipeDescription": {}, "@profile": {}, + "@public": {}, + "@publicRecipeDescription": {}, "@recentItemsCategorize": {}, "@recipeAdd": {}, + "@recipeAddToHousehold": { + "placeholders": { + "householdName": {} + } + }, "@recipeAddUrl": {}, "@recipeDelete": {}, "@recipeDeleteConfirmation": { @@ -271,6 +280,7 @@ "@set": {}, "@settings": {}, "@setupTitle": {}, + "@share": {}, "@shoppingList": {}, "@shoppingListDelete": {}, "@shoppingListDeleteConfirmation": { @@ -512,9 +522,14 @@ "preparationTime": "Hazırlanma zamanı", "privacyPolicy": "Gizlilik politikası", "privacyPolicyAgree": "Hesap yaratarak {privacyPolicy} kabul etmiş olursunuz", + "private": "Özel", + "privateRecipeDescription": "Tarifi yalnızca hane halkı üyeleri görüntüleyebilir.", "profile": "Profil", + "public": "Herkese açık", + "publicRecipeDescription": "Bu tarifin bağlantısına sahip olan herkes tarifi görüntüleyebilir.", "recentItemsCategorize": "Son ögeleri kategorilere ayır", "recipeAdd": "Tarif ekle", + "recipeAddToHousehold": "{householdName}'e ekle", "recipeAddUrl": "URL'den tarif ekle", "recipeDelete": "Tarif sil", "recipeDeleteConfirmation": "{recipe} tarifini kaldırmak istediğinizden emin misiniz?", @@ -543,6 +558,7 @@ "set": "Uygula", "settings": "Ayarlar", "setupTitle": "Selam! Alışverişe hazır mısınız?", + "share": "Paylaş", "shoppingList": "Alışveriş listesi", "shoppingListDelete": "Alışveriş listesini sil", "shoppingListDeleteConfirmation": "{shoppingList} listesini silmek istediğinizden emin misiniz?",