mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Test manifest : upload
This commit is contained in:
parent
0b15f0d5f3
commit
36ca5ade7b
1 changed files with 14 additions and 5 deletions
|
@ -45,8 +45,8 @@
|
||||||
{
|
{
|
||||||
"name": "calibre_path",
|
"name": "calibre_path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Select the folder containing the library",
|
"en": "Select the folder containing the Calibre library",
|
||||||
"fr": "Choisissez le répertoire contenant la bibliothèque"
|
"fr": "Choisissez le répertoire contenant la bibliothèque Calibre"
|
||||||
},
|
},
|
||||||
"help": {
|
"help": {
|
||||||
"en": "This folder should have read write access. It will be created if it does not exist.",
|
"en": "This folder should have read write access. It will be created if it does not exist.",
|
||||||
|
@ -75,12 +75,21 @@
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "language",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the application language",
|
"en": "Select a default language (you may change it later in the app)",
|
||||||
"fr": "Choisissez la langue de l'application"
|
"fr": "Choisissez une langue par défaut (vous pourrez la changer ultérieurement dans l'application)"
|
||||||
},
|
},
|
||||||
"choices": ["fr", "en"],
|
"choices": ["fr", "en"],
|
||||||
"default": "fr"
|
"default": "fr"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "upload",
|
||||||
|
"type":"boolean",
|
||||||
|
"ask": {
|
||||||
|
"en": "Do you want to allow uploading of books (you may change it later in the app)?",
|
||||||
|
"fr": "Voulez vous autoriser l'upload de livres (vous pourrez la changer ultérieurement dans l'application)?"
|
||||||
|
},
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "password",
|
"name": "password",
|
||||||
"type": "password",
|
"type": "password",
|
||||||
|
@ -92,7 +101,7 @@
|
||||||
"en": "Use the help field to add an information for the admin about this question.",
|
"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."
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
||||||
},
|
},
|
||||||
"example": "Choose a password"
|
"example": "Averystrongpassword"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue