1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Merge pull request #2 from TheMrNomis/master

Fixing typo and french translation for installation manifest
This commit is contained in:
anmol26s 2018-11-20 23:53:26 +05:30 committed by GitHub
commit 1aef6ead7f

View file

@ -3,7 +3,8 @@
"id": "pleroma", "id": "pleroma",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon" "en": "Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon",
"fr": "Pleroma est un réseau social écrit en Elixir, compatible avec OStatus, GNU Social et Mastodon"
}, },
"version": "0.9.0", "version": "0.9.0",
"url": "https://git.pleroma.social/pleroma/pleroma", "url": "https://git.pleroma.social/pleroma/pleroma",
@ -25,7 +26,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for pleroma" "en": "Choose a domain name for pleroma",
"fr": "Choisissez un nom de domaine pour pleroma"
}, },
"example": "example.com" "example": "example.com"
}, },
@ -40,14 +42,16 @@
{ {
"name": "name", "name": "name",
"ask": { "ask": {
"en": "Choose a name for your Pleroma instance" "en": "Choose a name for your Pleroma instance",
"fr": "Choisissez un nom pour votre instance Pleroma"
} }
}, },
{ {
"name": "registration", "name": "registration",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is the registraion open for new users?" "en": "Is the registration open for new users?",
"fr": "Est-ce que l'inscription est ouverte aux nouveaux utilisateurs ?"
}, },
"default": false "default": false
}, },
@ -55,14 +59,16 @@
"name": "cache", "name": "cache",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Enable media-cache for your instance" "en": "Enable media-cache for your instance",
"fr": "Activer le cache média pour votre instance"
}, },
"default": true "default": true
}, },
{ {
"name": "size", "name": "size",
"ask": { "ask": {
"en": "Select the cache size. If you did not enabled media-cache in above option then this option will have no effect" "en": "Select the cache size. If you did not enabled media-cache in above option then this option will have no effect",
"fr": "Sélectionner la taille du cache. Si vous n'avez pas activé le cache média ci-dessus, cette option n'aura aucun effet"
}, },
"choices": ["2g","5g","10g","20g","40g","80g"], "choices": ["2g","5g","10g","20g","40g","80g"],
"default": "5g" "default": "5g"
@ -71,7 +77,8 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Is it a public application?" "en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
}, },
"default": true "default": true
} }