18 lines
357 B
JSON
18 lines
357 B
JSON
|
|
{
|
||
|
|
"status": {
|
||
|
|
"pending": "Pendent",
|
||
|
|
"completed": "Completada",
|
||
|
|
"userCancelled": "Cancel·lada per Usuari",
|
||
|
|
"adminCancelled": "Cancel·lada per Admin",
|
||
|
|
"noShow": "No Present"
|
||
|
|
},
|
||
|
|
"direction": {
|
||
|
|
"buy": "COMPRAR BTC",
|
||
|
|
"sell": "VENDRE BTC"
|
||
|
|
},
|
||
|
|
"transferMethod": {
|
||
|
|
"onchain": "Onchain",
|
||
|
|
"lightning": "Lightning"
|
||
|
|
}
|
||
|
|
}
|