Add AliPay & WeChat Pay methods. Fix spanish translation.
@ -27,7 +27,7 @@ services:
|
||||
build: ./frontend
|
||||
container_name: npm-dev
|
||||
restart: always
|
||||
command: npm run build
|
||||
command: npm run dev
|
||||
volumes:
|
||||
- ./frontend:/usr/src/frontend
|
||||
|
||||
|
@ -3,6 +3,7 @@ export const paymentMethods = [
|
||||
{name: "CashApp",icon:'cashapp'},
|
||||
{name: "Zelle",icon:'zelle'},
|
||||
{name: "Strike",icon:'strike'},
|
||||
{name: "WeChat Pay", icon: 'wechatpay'},
|
||||
{name: "Rebellion",icon:'rebellion'},
|
||||
{name: "Instant SEPA", icon:'sepa'},
|
||||
{name: "Interac e-Transfer",icon:'interac'},
|
||||
@ -15,6 +16,7 @@ export const paymentMethods = [
|
||||
{name: "Bizum",icon:'bizum'},
|
||||
{name: "N26",icon:'n26'},
|
||||
{name: "Amazon GiftCard",icon:'amazon'},
|
||||
{name: "AliPay", icon: 'alipay'},
|
||||
{name: "Bancolombia",icon:'bancolombia'},
|
||||
{name: "SPEI",icon:'spei'},
|
||||
{name: "PIX",icon:'pix'},
|
||||
|
BIN
frontend/src/components/payment-methods/alipay.png
Normal file
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
BIN
frontend/src/components/payment-methods/wechatpay.png
Normal file
After Width: | Height: | Size: 39 KiB |
@ -148,7 +148,7 @@
|
||||
"Trade Fee":"Comisión",
|
||||
"Show community and support links":"Mostrar enlaces de comunidad y soporte",
|
||||
"Show stats for nerds":"Mostrar estadísticas para nerds",
|
||||
"Exchange Summary":"Resumen de intercambio",
|
||||
"Exchange Summary":"Resumen del Exchange",
|
||||
"Public buy orders":"Órdenes de compra públicas",
|
||||
"Public sell orders":"Órdenes de venta públicas",
|
||||
"Book liquidity":"Liquidez en el libro",
|
||||
@ -191,10 +191,10 @@
|
||||
"Maker lost dispute":"El creador perdió la disputa",
|
||||
"Taker lost dispute":"El tomador perdió la disputa",
|
||||
"Amount range":"Rango del monto",
|
||||
"Swap destination": "Destino del intercambio",
|
||||
"Swap destination": "Destino del swap",
|
||||
"Accepted payment methods":"Métodos de pago aceptados",
|
||||
"Others":"Otros",
|
||||
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/bitcoin - Prima: {{premium}}%",
|
||||
"{{price}} {{currencyCode}}/BTC - Premium: {{premium}}%": "{{price}} {{currencyCode}}/BTC - Prima: {{premium}}%",
|
||||
"Price and Premium":"Precio y prima",
|
||||
"Amount of Satoshis": "Cantidad de Sats",
|
||||
"Premium over market price":"Prima sobre el mercado",
|
||||
@ -267,7 +267,7 @@
|
||||
"Enable": "Activar",
|
||||
"Telegram enabled": "Telegram activado",
|
||||
"Public orders for {{currencyCode}}": "Órdenes públicas para {{currencyCode}}",
|
||||
"Premium rank": "Rango de prima",
|
||||
"Premium rank": "Percentil de la prima",
|
||||
"Among public {{currencyCode}} orders (higher is cheaper)": "Entre las órdenes públicas de {{currencyCode}} (más alto, más barato)",
|
||||
"A taker has been found!": "¡Un tomador ha sido encontrado!",
|
||||
"Please wait for the taker to lock a bond. If the taker does not lock a bond in time, the order will be made public again.": "Por favor, espera a que el tomador bloquee su fianza. Si no lo hace a tiempo, la orden será pública de nuevo.",
|
||||
|