Add AliPay & WeChat Pay methods. Fix spanish translation.

This commit is contained in:
Reckless_Satoshi 2022-04-22 07:45:49 -07:00
parent 37d5111779
commit a464a011f5
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
16 changed files with 3240 additions and 258 deletions

View File

@ -27,7 +27,7 @@ services:
build: ./frontend build: ./frontend
container_name: npm-dev container_name: npm-dev
restart: always restart: always
command: npm run build command: npm run dev
volumes: volumes:
- ./frontend:/usr/src/frontend - ./frontend:/usr/src/frontend

File diff suppressed because one or more lines are too long

View File

@ -3,6 +3,7 @@ export const paymentMethods = [
{name: "CashApp",icon:'cashapp'}, {name: "CashApp",icon:'cashapp'},
{name: "Zelle",icon:'zelle'}, {name: "Zelle",icon:'zelle'},
{name: "Strike",icon:'strike'}, {name: "Strike",icon:'strike'},
{name: "WeChat Pay", icon: 'wechatpay'},
{name: "Rebellion",icon:'rebellion'}, {name: "Rebellion",icon:'rebellion'},
{name: "Instant SEPA", icon:'sepa'}, {name: "Instant SEPA", icon:'sepa'},
{name: "Interac e-Transfer",icon:'interac'}, {name: "Interac e-Transfer",icon:'interac'},
@ -15,6 +16,7 @@ export const paymentMethods = [
{name: "Bizum",icon:'bizum'}, {name: "Bizum",icon:'bizum'},
{name: "N26",icon:'n26'}, {name: "N26",icon:'n26'},
{name: "Amazon GiftCard",icon:'amazon'}, {name: "Amazon GiftCard",icon:'amazon'},
{name: "AliPay", icon: 'alipay'},
{name: "Bancolombia",icon:'bancolombia'}, {name: "Bancolombia",icon:'bancolombia'},
{name: "SPEI",icon:'spei'}, {name: "SPEI",icon:'spei'},
{name: "PIX",icon:'pix'}, {name: "PIX",icon:'pix'},

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -148,7 +148,7 @@
"Trade Fee":"Comisión", "Trade Fee":"Comisión",
"Show community and support links":"Mostrar enlaces de comunidad y soporte", "Show community and support links":"Mostrar enlaces de comunidad y soporte",
"Show stats for nerds":"Mostrar estadísticas para nerds", "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 buy orders":"Órdenes de compra públicas",
"Public sell orders":"Órdenes de venta públicas", "Public sell orders":"Órdenes de venta públicas",
"Book liquidity":"Liquidez en el libro", "Book liquidity":"Liquidez en el libro",
@ -191,10 +191,10 @@
"Maker lost dispute":"El creador perdió la disputa", "Maker lost dispute":"El creador perdió la disputa",
"Taker lost dispute":"El tomador perdió la disputa", "Taker lost dispute":"El tomador perdió la disputa",
"Amount range":"Rango del monto", "Amount range":"Rango del monto",
"Swap destination": "Destino del intercambio", "Swap destination": "Destino del swap",
"Accepted payment methods":"Métodos de pago aceptados", "Accepted payment methods":"Métodos de pago aceptados",
"Others":"Otros", "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", "Price and Premium":"Precio y prima",
"Amount of Satoshis": "Cantidad de Sats", "Amount of Satoshis": "Cantidad de Sats",
"Premium over market price":"Prima sobre el mercado", "Premium over market price":"Prima sobre el mercado",
@ -267,7 +267,7 @@
"Enable": "Activar", "Enable": "Activar",
"Telegram enabled": "Telegram activado", "Telegram enabled": "Telegram activado",
"Public orders for {{currencyCode}}": "Órdenes públicas para {{currencyCode}}", "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)", "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!", "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.", "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.",

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff