1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/duniter_ynh.git synced 2024-09-03 18:26:35 +02:00
This commit is contained in:
Moul 2015-05-24 17:23:28 -04:00
parent 4b6e84a0c5
commit 593f69308f
2 changed files with 9 additions and 9 deletions

View file

@ -2,5 +2,5 @@
* [uCoin project](http://ucoin.io) * [uCoin project](http://ucoin.io)
* [YunoHost project](https://yunohost.org/#/) * [YunoHost project](https://yunohost.org/#/)
* For Debian Jessie * For Debian Jessie
* There is still issue installing uCoin on Debian

View file

@ -18,8 +18,8 @@
{ {
"name": "domain", "name": "domain",
"ask": { "ask": {
"en": "Domain name for uCoin node installation", "en": "Domain name on which install uCoin node",
"fr": "Nom de domaine dinstallation du nœud uCoin" "fr": "Nom de domaine sur lequel installer le nœud uCoin"
}, },
"example": "example.com" "example": "example.com"
}, },
@ -35,8 +35,8 @@
{ {
"name": "sync_node", "name": "sync_node",
"ask": { "ask": {
"en": "Node to synchronise with", "en": "Node which synchronise with",
"fr": "Nœud avec lequel synchroniser" "fr": "Nœud avec lequel faire la synchronisation"
}, },
"example": "metab.ucoin.io", "example": "metab.ucoin.io",
"default": "metab.ucoin.io" "default": "metab.ucoin.io"
@ -44,8 +44,8 @@
{ {
"name": "sync_port", "name": "sync_port",
"ask": { "ask": {
"en": "Port to synchronise with", "en": "Port of synchronization",
"fr": "Port avec lequel faire la synchronisation" "fr": "Port de synchronisation"
}, },
"example": "9201", "example": "9201",
"default": "9201" "default": "9201"
@ -53,8 +53,8 @@
{ {
"name": "salt", "name": "salt",
"ask": { "ask": {
"en": "Enter salt of your account", "en": "Salt of your account",
"fr": "Entrez le salt de votre compte" "fr": "Salt de votre compte"
} }
}, },
{ {