diff --git a/manifest.json b/manifest.json index d6fb64f..7d85065 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,8 @@ "packaging_format": 1, "description": { "en": "Flarum (open-source forum software) package for YunoHost.", - "fr": "Package Flarum (système de forum libre) pour YunoHost." + "fr": "Package Flarum (système de forum libre) pour YunoHost.", + "de": "Flarum (Open Source) ist ein Programmpaket für Yunohost." }, "url": "http://flarum.org/", "license": "MIT", @@ -29,7 +30,8 @@ "type": "domain", "ask": { "en": "Choose a domain name for Flarum", - "fr": "Choisissez un nom de domaine pour Flarum" + "fr": "Choisissez un nom de domaine pour Flarum", + "de": "Wählen einen Domain-Namen für Flarum" }, "example": "example.com" }, @@ -38,7 +40,8 @@ "type": "path", "ask": { "en": "Choose a path for Flarum", - "fr": "Choisissez un chemin pour Flarum" + "fr": "Choisissez un chemin pour Flarum", + "de": "Wählen einen Pfad für Flarum" }, "example": "/flarum", "default": "/flarum" @@ -48,7 +51,8 @@ "type": "user", "ask": { "en": "Choose an admin user", - "fr": "Choisissez l’administrateur" + "fr": "Choisissez l’administrateur", + "de": "Wählen einen Administrator" }, "example": "johndoe", "optional": true @@ -58,7 +62,8 @@ "type": "password", "ask": { "en": "Put your password", - "fr": "Insérez votre mot de passe" + "fr": "Insérez votre mot de passe", + "de": "Einfügen eure Passwort" }, "example": "******", "optional": true @@ -67,7 +72,8 @@ "name": "title", "ask": { "en": "Choose a title for your forum", - "fr": "Choisissez un titre pour votre forum" + "fr": "Choisissez un titre pour votre forum", + "de": "Wählen einen Titel für eure Internetforum" }, "example": "My forum", "default": "", @@ -78,7 +84,8 @@ "type": "boolean", "ask": { "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" + "fr": "Est-ce une application publique ?", + "de": "Ist es eine öffentliche Applikation ?" }, "default": true }