mirror of
https://github.com/YunoHost-Apps/question2answer_ynh.git
synced 2024-09-03 20:16:07 +02:00
Add help for is_public
This commit is contained in:
parent
c029b3b1c7
commit
c295735b2d
1 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,11 @@
|
||||||
"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 ?"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"en": "If the application is made private, only the users known to this YunoHost instance will be able to see it.",
|
||||||
|
"fr": "Si l'application est privée, seuls les utilisateurs de cette instance YunuHost pourront y accéder."
|
||||||
},
|
},
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
|
@ -87,10 +91,6 @@
|
||||||
"en": "Set the administrator password",
|
"en": "Set the administrator password",
|
||||||
"fr": "Définissez le mot de passe administrateur"
|
"fr": "Définissez le mot de passe administrateur"
|
||||||
},
|
},
|
||||||
"help": {
|
|
||||||
"en": "Use the help field to add an information for the admin about this question.",
|
|
||||||
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
||||||
},
|
|
||||||
"example": "Choose a password"
|
"example": "Choose a password"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue