mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Merge pull request #15 from frju365/master
Translation into German. To be spell checked, though.
This commit is contained in:
commit
3358b98729
1 changed files with 14 additions and 7 deletions
|
@ -4,7 +4,8 @@
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Flarum (open-source forum software) package for YunoHost.",
|
"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/",
|
"url": "http://flarum.org/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -29,7 +30,8 @@
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain name for Flarum",
|
"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"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
|
@ -38,7 +40,8 @@
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for Flarum",
|
"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",
|
"example": "/flarum",
|
||||||
"default": "/flarum"
|
"default": "/flarum"
|
||||||
|
@ -48,7 +51,8 @@
|
||||||
"type": "user",
|
"type": "user",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose an admin user",
|
"en": "Choose an admin user",
|
||||||
"fr": "Choisissez l’administrateur"
|
"fr": "Choisissez l’administrateur",
|
||||||
|
"de": "Wählen einen Administrator"
|
||||||
},
|
},
|
||||||
"example": "johndoe",
|
"example": "johndoe",
|
||||||
"optional": true
|
"optional": true
|
||||||
|
@ -58,7 +62,8 @@
|
||||||
"type": "password",
|
"type": "password",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Put your password",
|
"en": "Put your password",
|
||||||
"fr": "Insérez votre mot de passe"
|
"fr": "Insérez votre mot de passe",
|
||||||
|
"de": "Einfügen eure Passwort"
|
||||||
},
|
},
|
||||||
"example": "******",
|
"example": "******",
|
||||||
"optional": true
|
"optional": true
|
||||||
|
@ -67,7 +72,8 @@
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a title for your forum",
|
"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",
|
"example": "My forum",
|
||||||
"default": "",
|
"default": "",
|
||||||
|
@ -78,7 +84,8 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Is it a public application?",
|
"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
|
"default": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue