mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Merge pull request #197 from tituspijean/patch-1
[fix] manifest typos and grammar
This commit is contained in:
commit
942f9ed096
1 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,8 @@
|
||||||
"id": "synapse",
|
"id": "synapse",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Instant messaging server who use matrix",
|
"en": "Instant messaging server which uses Matrix",
|
||||||
"fr": "Un serveur de messagerie instantané basé sur matrix"
|
"fr": "Un serveur de messagerie instantané basé sur Matrix"
|
||||||
},
|
},
|
||||||
"version": "1.12.4~ynh1",
|
"version": "1.12.4~ynh1",
|
||||||
"url": "http://matrix.org",
|
"url": "http://matrix.org",
|
||||||
|
@ -35,8 +35,8 @@
|
||||||
"name": "server_name",
|
"name": "server_name",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "If your synapse domain is a subdomain, you can choose a name for your Synapse server to have your matrix user-ids looking like @user:domain.org instead of @user:synapse.domain.org",
|
"en": "If your Synapse domain is a subdomain, you can choose a name for your Synapse server to have your Matrix user-ids looking like @user:domain.org instead of @user:synapse.domain.org",
|
||||||
"fr": "Si votre domaine pour synapse est un sous-domaine, vous pouvez choisir un nom pour votre serveur Synapse afin que vos identifiants matrix soient @utilisateur:domain.org plutôt que @utilisateur:synapse.domain.org"
|
"fr": "Si votre domaine pour Synapse est un sous-domaine, vous pouvez choisir un nom pour votre serveur Synapse afin que vos identifiants Matrix soient @utilisateur:domain.org plutôt que @utilisateur:synapse.domain.org"
|
||||||
},
|
},
|
||||||
"example": "domain.org",
|
"example": "domain.org",
|
||||||
"default": "Same than the domain"
|
"default": "Same than the domain"
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"name": "jitsi_server",
|
"name": "jitsi_server",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Jitsi server address for conference ?",
|
"en": "Jitsi server address for conferencing?",
|
||||||
"fr": "Adresse du serveur Jitsi pour les conférences ?"
|
"fr": "Adresse du serveur Jitsi pour les conférences ?"
|
||||||
},
|
},
|
||||||
"example": "domain.org",
|
"example": "domain.org",
|
||||||
|
|
Loading…
Reference in a new issue