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)
* [YunoHost project](https://yunohost.org/#/)
* For Debian Jessie
* There is still issue installing uCoin on Debian

View file

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