mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
ask -> help
This commit is contained in:
parent
e55316dbea
commit
f6d514fb17
1 changed files with 6 additions and 4 deletions
|
@ -30,6 +30,8 @@ ram.runtime = "500M"
|
|||
[install]
|
||||
[install.domain]
|
||||
type = "domain"
|
||||
help.en = "The domain name to use. Bonfire will be installed at its root path (/). This can't be changed."
|
||||
help.fr = "Nom de domaine à utiliser. Bonfire sera installé à sa racine (/). Cela ne pourra pas être changé."
|
||||
|
||||
[install.is_public]
|
||||
type = "boolean"
|
||||
|
@ -42,8 +44,8 @@ ram.runtime = "500M"
|
|||
default = "visitors"
|
||||
|
||||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
help.en = "Choose the application language"
|
||||
help.fr = "Choisissez la langue de l'application"
|
||||
type = "string"
|
||||
choices = ["fr", "en"]
|
||||
default = "fr"
|
||||
|
@ -71,8 +73,8 @@ ram.runtime = "500M"
|
|||
"150MB"
|
||||
]
|
||||
default = "20MB"
|
||||
ask.en = "Maximum size of the media uploaded. Can be changed later."
|
||||
ask.fr = "Taille maximale des médias mis en ligne. Peut-être modifié ultérieurement."
|
||||
help.en = "Maximum size of the media uploaded. Can be changed later."
|
||||
help.fr = "Taille maximale des médias mis en ligne. Peut-être modifié ultérieurement."
|
||||
|
||||
[resources]
|
||||
|
||||
|
|
Loading…
Reference in a new issue