1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Update manifest.json

This commit is contained in:
ericgaspar 2020-07-15 18:51:36 +02:00
parent 85d0041429
commit 6da5dd0aa2
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -2,11 +2,9 @@
"name": "Weblate", "name": "Weblate",
"id": "weblate", "id": "weblate",
"packaging_format": 1, "packaging_format": 1,
"requirements": {
"yunohost": ">= 3.5.0"
},
"description": { "description": {
"en": "A translation platform using Git and Python" "en": "A translation platform using Git and Python",
"fr": "Une plateforme de traduction utilisant Git et Python"
}, },
"version": "3.8.0~ynh3", "version": "3.8.0~ynh3",
"url": "https://weblate.org", "url": "https://weblate.org",
@ -14,6 +12,9 @@
"maintainer": { "maintainer": {
"name": "Jean-Baptiste Holcroft", "name": "Jean-Baptiste Holcroft",
"email": "jean-baptiste@holcroft.fr" "email": "jean-baptiste@holcroft.fr"
},
"requirements": {
"yunohost": ">= 3.5.0"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [
@ -25,7 +26,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain for Weblate:" "en": "Choose a domain for Weblate",
"fr": "Choisissez un domaine pour Weblate"
}, },
"example": "domain.org" "example": "domain.org"
}, },
@ -33,7 +35,8 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for Weblate:" "en": "Choose a path for Weblate",
"fr": "Choisissez un chemin pour Weblate"
}, },
"example": "/weblate", "example": "/weblate",
"default": "/weblate" "default": "/weblate"
@ -42,10 +45,12 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Should Weblate be public accessible?" "en": "Should Weblate be public accessible?",
"fr": "Weblate doit-il être accessible au public ?"
}, },
"help": { "help": {
"en": "Any YunoHost user and anonymous people from the web will be able to access the application" "en": "Any YunoHost user and anonymous people from the web will be able to access the application",
"fr": "Tout utilisateur YunoHost et les personnes anonymes pourront accéder à l'application"
}, },
"default": "0" "default": "0"
}, },
@ -53,7 +58,8 @@
"name": "admin", "name": "admin",
"type": "user", "type": "user",
"ask": { "ask": {
"en": "Choose an admin user for Weblate" "en": "Choose an admin user for Weblate",
"fr": "Choisissez l'administrateur pour Weblate"
}, },
"example": "simon" "example": "simon"
}, },
@ -61,7 +67,8 @@
"name": "github_account", "name": "github_account",
"type": "string", "type": "string",
"ask": { "ask": {
"en": "Github's username" "en": "GitHub's username",
"fr": "Nom d'utilisateur de GitHub"
}, },
"example": "simon" "example": "simon"
}, },
@ -69,7 +76,8 @@
"name": "github_token", "name": "github_token",
"type": "string", "type": "string",
"ask": { "ask": {
"en": "Github's token (oauth)" "en": "GitHub's token (OAuth)",
"fr": "Jeton GitHub (OAuth)"
}, },
"example": "simon" "example": "simon"
} }