1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Translate packages.json strings to French

This commit is contained in:
JocelynDelalande 2018-06-03 21:04:56 +02:00 committed by GitHub
parent 2d2aedf3da
commit a6eafdb347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,8 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path (for now, only / works)" "en": "Choose a path (for now, only / works)",
"fr": "Choisir un chemin pour (pour l'instant, seul / fonctionne)"
}, },
"example": "/", "example": "/",
"default": "/" "default": "/"
@ -42,7 +43,8 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Should Funkwhale be publicly accessible?" "en": "Should Funkwhale be publicly accessible?",
"en": "Funkwhale doit-il être publiquement accessible ?"
}, },
"default": "0" "default": "0"
}, },
@ -50,7 +52,8 @@
"name": "admin", "name": "admin",
"type": "user", "type": "user",
"ask": { "ask": {
"en": "Choose an admin user for Funkwhale?" "en": "Choose an admin user for Funkwhale?",
"fr": "Choisir l'utilisateur YunoHost administrateur pour FunkWhale"
}, },
"example": "jibec" "example": "jibec"
} }