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:
parent
2d2aedf3da
commit
a6eafdb347
1 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue