diff --git a/locale/de/app.dex.json b/locale/de/app.dex.json index c472a77326..14b69846ba 100644 --- a/locale/de/app.dex.json +++ b/locale/de/app.dex.json @@ -47,6 +47,7 @@ "last": "Letzte", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Fee", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Gesamt" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "Ein neues Konto erstellen", "or": "oder", diff --git a/locale/de/app.utils.json b/locale/de/app.utils.json index 259fff4e0f..5b31cf992d 100644 --- a/locale/de/app.utils.json +++ b/locale/de/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Please do not deposit BNT from smart contracts! Do not deposit other ERC20 tokens! Only Bancor is allowed." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Geben Sie diese Adresse in Ihren BTC-Kunden oder Ihr Wallet ein.", "warningMinAmountText": "Wenn sie weniger als {{minAmount, BigNumber}} {{assetTicker}} senden, werden sie dieses Geld verlieren.", "warningMinAmountTitle": "Die Mindesteinzahlung beträgt {{minAmount, BigNumber}} {{assetTicker}}", "warningText": "Das Senden einer anderen Währung an diese Adresse kann zum Verlust ihrer Einzahlung führen.", @@ -293,6 +295,8 @@ "warningTitle": "Send only ERGO to this deposit address" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "Überprüfen sie, ob ihre Wallet oder ihre Exchange Smart Contracts verwendet, um ETH zurückzuziehen. Wir akzeptieren solche Transaktionen nicht und können sie nicht zurückerstatten. Sie werden dieses Geld verlieren.", @@ -302,7 +306,15 @@ "helpDescrText": "Sobald die Transaktion bestätigt ist, verarbeitet das Gateway die Übertragung der VST Token zu einem Token in ihrem Waves Account.", "helpDescrTitle": "Geben Sie diese Adresse in Ihren VST-Kunden oder Ihr Wallet ein.", "warningMinAmountTitle": "Der Mindesteinzahlungsbetrag beträgt {{minAmount, BigNumber}} {{assetTicker}}, der Höchsteinzahlungsbetrag beträgt {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Sobald die Transaktion bestätigt ist, verarbeitet das Gateway die Übertragung der WEST Token zu einem Token in ihrem Waves Account.", + "helpDescrText_copy": "Sobald die Transaktion bestätigt ist, verarbeitet das Gateway die Übertragung der WEST Token zu einem Token in ihrem Waves Account.", + "helpDescrTitle": "Geben Sie diese Adresse in Ihren WEST-Kunden oder Ihr Wallet ein.", + "helpDescrTitle_copy": "Geben Sie diese Adresse in Ihren WEST-Kunden oder Ihr Wallet ein.", + "warningMinAmountTitle": "Der Mindesteinzahlungsbetrag beträgt {{minAmount, BigNumber}} {{assetTicker}}, der Höchsteinzahlungsbetrag beträgt {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "Der Mindesteinzahlungsbetrag beträgt {{minAmount, BigNumber}} {{assetTicker}}, der Höchsteinzahlungsbetrag beträgt {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Smart Assets sind Assets, die ein Skript enthalten, in dem die Bedingungen für die Verbreitung des Tokens festgelegt sind.{div}[Wir empfehlen nicht, Vorgänge mit Smart Assets durchzuführen, wenn Sie ein unerfahrener Benutzer sind. Bevor Sie eine Transaktion tätigen, lesen Sie bitte die Informationen zum Asset und dessen Skript sorgfältig durch.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Der VST Service ist vorübergehend nicht verfügbar. Versuchen sie es später noch einmal." }, + "wavesEnterprise": { + "serverError_copy": "Der WEST Service ist vorübergehend nicht verfügbar. Versuchen sie es später noch einmal." + }, "wtry": { "info": "Bei Problemen mit der Zahlungsabwicklung wenden sie sich bitte an das Support-Team von Digilira - [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Verbesserte App-Navigation und Startseitenoberfläche.]", "1_3_18": "{span.line}[1. Added login to wallet using a private key.]\n{span.line}[2. The 24 hours price change of a token is now bound to token/WAVES pair.]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line}[1. Das VST-Gateway wurde gestartet.] \n {span.line}[2. Verbesserte Benutzeroberfläche und zusätzliche kleinere Fehler wurden behoben.]", + "1_3_2": "{span.line}[1. Das WEST-Gateway wurde gestartet.] \n {span.line}[2. Verbesserte Benutzeroberfläche und zusätzliche kleinere Fehler wurden behoben.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. A tab with [wsoc.io](https://wsoc.io) contest tokens has been added.]\n{span.line}[2. French language support added.]\n{span.line}[3. Additional minor bugs have been fixed.]", "1_3_7": "{span.line}[1. Integration with [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) Now you can rate tokens directly in the app.]\n{span.line}[2. Additional minor bugs have been fixed.]", diff --git a/locale/en/app.dex.json b/locale/en/app.dex.json index fdefb0cd25..9cad1ab1d8 100644 --- a/locale/en/app.dex.json +++ b/locale/en/app.dex.json @@ -47,6 +47,7 @@ "last": "Last", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Fee", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Total" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "Create a new account", "or": "or", diff --git a/locale/en/app.utils.json b/locale/en/app.utils.json index 6fc82e05a5..bac2dfd930 100644 --- a/locale/en/app.utils.json +++ b/locale/en/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Please do not deposit BNT from smart contracts! Do not deposit other ERC20 tokens! Only Bancor is allowed." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your BTC client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "Sending any other currency to this address may result in the loss of your deposit.", @@ -293,6 +295,8 @@ "warningTitle": "Send only ERGO to this deposit address" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "Check if your wallet or exchange uses smart-contracts to withdraw ETH. We do not accept such transactions and can’t refund them. You will lose that money.", @@ -302,7 +306,15 @@ "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of VST to a token in your Waves account.", "helpDescrTitle": "Enter this address into your VST client or wallet", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrText_copy": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your WEST client or wallet", + "helpDescrTitle_copy": "Enter this address into your WEST client or wallet", + "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Smart assets are assets that include a script that sets the conditions for the circulation of the token.{div}[We do not recommend you perform operations with smart assets if you are an inexperienced user. Before making a transaction, please read the information about the asset and its script carefully.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Service VST temporarily unavailable. Try again later." }, + "wavesEnterprise": { + "serverError_copy": "Service WEST temporarily unavailable. Try again later." + }, "wtry": { "info": "In case of problems with payment processing, please contact the Digilira support team — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Improved app navigation and start page interface.]", "1_3_18": "{span.line}[1. Added login to wallet using a private key.]\n{span.line}[2. The 24 hours price change of a token is now bound to token/WAVES pair.]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line}[1. VST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", + "1_3_2": "{span.line}[1. WEST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. A tab with [wsoc.io](https://wsoc.io) contest tokens has been added.]\n{span.line}[2. French language support added.]\n{span.line}[3. Additional minor bugs have been fixed.]", "1_3_7": "{span.line}[1. Integration with [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) Now you can rate tokens directly in the app.]\n{span.line}[2. Additional minor bugs have been fixed.]", diff --git a/locale/es/app.dex.json b/locale/es/app.dex.json index ea0e87ec4d..cdefbc120e 100644 --- a/locale/es/app.dex.json +++ b/locale/es/app.dex.json @@ -47,6 +47,7 @@ "last": "Última", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Fee", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Total" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "cree una cuenta nueva", "or": "o", diff --git a/locale/es/app.utils.json b/locale/es/app.utils.json index 4b34e70fb3..5e05f7d18f 100644 --- a/locale/es/app.utils.json +++ b/locale/es/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Por favor, no deposite BNT desde contratos inteligentes! No deposite otros tokens ERC20! Sólo se permite Bancor." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Ingrese esta dirección en su cartera o cliente BTC", "warningMinAmountText": "Si mandas menos de {{minAmount, BigNumber}} {{assetTicker}} perderás tu dinero.", "warningMinAmountTitle": "La cantidad mínima a depositar es de {{minAmount, BigNumber}} {{assetTicker}}", "warningText": "Enviar otro tipo de moneda a esta dirección puede ocasionar la pérdida de tu depósito.", @@ -293,6 +295,8 @@ "warningTitle": "Enviar solo ERGO a esta dirección de depósito" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "Si mandas menos de {{minAmount, BigNumber}} {{assetTicker}} perderás tu dinero.", "warningMinAmountTitle": "La cantidad mínima de depósito es {{minAmount, BigNumber}} {{assetTicker}}, la cantidad máxima de depósito es {{maxAmount}} {{assetTicker}}", "warningText": "Comprueba si tu monedero o tu exchange utiliza Smart-contracts para retirar ETH. No aceptamos ese tipo de transacción y no podemos devolverlo. Perderás ese dinero.", @@ -302,7 +306,15 @@ "helpDescrText": "Una vez que se confirma la transacción, la puerta de enlace procesará la transferencia de VST en forma de token a su cuenta Waves.", "helpDescrTitle": "Ingrese esta dirección en su cartera o cliente VST", "warningMinAmountTitle": "La cantidad mínima de depósito es {{minAmount, BigNumber}} {{assetTicker}}, la cantidad máxima de depósito es {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Una vez que se confirma la transacción, la puerta de enlace procesará la transferencia de WEST en forma de token a su cuenta Waves.", + "helpDescrText_copy": "Una vez que se confirma la transacción, la puerta de enlace procesará la transferencia de WEST en forma de token a su cuenta Waves.", + "helpDescrTitle": "Ingrese esta dirección en su cartera o cliente WEST", + "helpDescrTitle_copy": "Ingrese esta dirección en su cartera o cliente WEST", + "warningMinAmountTitle": "La cantidad mínima de depósito es {{minAmount, BigNumber}} {{assetTicker}}, la cantidad máxima de depósito es {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "La cantidad mínima de depósito es {{minAmount, BigNumber}} {{assetTicker}}, la cantidad máxima de depósito es {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Los Smart Assets son activos que incluyen un script que establece las condiciones para la circulación del token.{div}[Le recomendamos que no realice operaciones con Smart Assets si es un usuario sin la experiencia suficiente. Antes de realizar una transacción, lea atentamente la información sobre el activo y su script.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Servicio VST temporalmente no disponible. Inténtalo de nuevo más tarde." }, + "wavesEnterprise": { + "serverError_copy": "Servicio WEST temporalmente no disponible. Inténtalo de nuevo más tarde." + }, "wtry": { "info": "Si tuvieras problemas con el proceso de pago, por favor, contacta con el equipo de soporte de Digilira - [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "\"span.line\" [1. Se ha mejorado la navegación de la aplicación y la interfaz de la página de inicio.]", "1_3_18": "{span.line} [1. Inicio de sesión agregado a la billetera con clave privada.] \n {span.line} [2. El cambio de precio de 24 horas de un token ahora está vinculado al par de tokens / WAVES.]", "1_3_19": "{span.line}[1. Se ha puesto en marcha la puerta de enlace Bancor.]\n{span.line}[2. Se ha corregido la interfaz de usuario y algunos errores menores.]", - "1_3_2": "\"span.line\" [1. Se ha puesto en marcha la puerta de enlace VST.]\n\"span.line\" [2. Se ha corregido la interfaz de usuario y algunos errores menores.]", + "1_3_2": "\"span.line\" [1. Se ha puesto en marcha la puerta de enlace WEST.]\n\"span.line\" [2. Se ha corregido la interfaz de usuario y algunos errores menores.]", "1_3_20": "{span.line} [1. Sistema mejorado para almacenar y restaurar cuentas desde el almacenamiento local (es necesario actualizar la [aplicación de escritorio] (https://wavesplatform.com/technology/wallet)).] \n {span.line} [2. Se corrigió el redondeo de precios en el libro de pedidos.]", "1_3_5": "\"span.line\" [1. Se ha añadido una pestaña con tokens de concurso [wsoc.io](https://wsoc.io).\n\"span.line\" [2. Se ha añadido compatibilidad con el idioma francés.]\n\"span.line\" [3. Se han corregido errores menores adicionales.]", "1_3_7": "\"span.line\" [1. Integración con [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) Ahora puede calificar tokens directamente en la aplicación.]\n\"span.line\" [2. Se han corregido errores menores.]", diff --git a/locale/et_EE/app.dex.json b/locale/et_EE/app.dex.json index 70c674c7c9..5ae896089f 100644 --- a/locale/et_EE/app.dex.json +++ b/locale/et_EE/app.dex.json @@ -47,6 +47,7 @@ "last": "Viimane", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Fee", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Kokku" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "Loo uus konto", "or": "või", diff --git a/locale/et_EE/app.utils.json b/locale/et_EE/app.utils.json index 729a06d443..182e5f92e9 100644 --- a/locale/et_EE/app.utils.json +++ b/locale/et_EE/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Please do not deposit BNT from smart contracts! Do not deposit other ERC20 tokens! Only Bancor is allowed." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your BTC client or wallet", "warningMinAmountText": "Kui saadate vähem kui {{minAmount, BigNumber}} {{assetTicker}}, kaotate selle raha.", "warningMinAmountTitle": "Minimaalne sissemakse summa on {{minAmount, BigNumber}} {{assetTicker}}", "warningText": "Muude valuutade saatmine sellele aadressile võib kaasa tuua teie deposiidi kadumise.", @@ -293,6 +295,8 @@ "warningTitle": "Send only ERGO to this deposit address" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "Kontrollige, kas teie rahakott või börs kasutab ETH-i väljavõtmiseks smart-kontrakte. Me ei aktsepteeri selliseid tehinguid ja ei saa neid tagasi maksta. Te kaotate selle raha.", @@ -302,7 +306,15 @@ "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of VST to a token in your Waves account.", "helpDescrTitle": "Enter this address into your VST client or wallet", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrText_copy": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your WEST client or wallet", + "helpDescrTitle_copy": "Enter this address into your WEST client or wallet", + "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Smart assets are assets that include a script that sets the conditions for the circulation of the token.{div}[We do not recommend you perform operations with smart assets if you are an inexperienced user. Before making a transaction, please read the information about the asset and its script carefully.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Service VST temporarily unavailable. Try again later." }, + "wavesEnterprise": { + "serverError_copy": "Service WEST temporarily unavailable. Try again later." + }, "wtry": { "info": "Makse töötlemisega seotud probleemide korral palun võtke ühendust Digilira tugimeeskonnaga — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Improved app navigation and start page interface.]", "1_3_18": "{span.line}[1. Added login to wallet using a private key.]\n{span.line}[2. The 24 hours price change of a token is now bound to token/WAVES pair.]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line}[1. VST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", + "1_3_2": "{span.line}[1. WEST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. A tab with [wsoc.io](https://wsoc.io) contest tokens has been added.]\n{span.line}[2. French language support added.]\n{span.line}[3. Additional minor bugs have been fixed.]", "1_3_7": "{span.line}[1. Integration with [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) Now you can rate tokens directly in the app.]\n{span.line}[2. Additional minor bugs have been fixed.]", diff --git a/locale/fr/app.dex.json b/locale/fr/app.dex.json index b41e6268be..c5c759df89 100644 --- a/locale/fr/app.dex.json +++ b/locale/fr/app.dex.json @@ -47,6 +47,7 @@ "last": "Dernier", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Frais", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Total" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "Créer un nouveau compte", "or": "ou", diff --git a/locale/fr/app.utils.json b/locale/fr/app.utils.json index 2f7cb56fa1..6305425936 100644 --- a/locale/fr/app.utils.json +++ b/locale/fr/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Veuillez ne pas déposer BNT depuis un smart-contract! Ne déposez pas d'autres jetons ERC20! Seul Bancor est autorisé." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Entrez cette adresse dans votre client ou portefeuille BTC", "warningMinAmountText": "Si vous envoyez moins de {{minAmount, BigNumber}} {{assetTicker}}, vous perdrez cet argent.", "warningMinAmountTitle": "Le montant minimum de dépôt est {{minAmount, BigNumber}} {{assetTicker}}", "warningText": "L'envoi de toute autre devise à cette adresse peut entraîner la perte de votre dépôt.", @@ -293,6 +295,8 @@ "warningTitle": "Envoyez uniquement de l'ERGO à cette adresse de dépôt" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "Si vous envoyez moins de {{minAmount, BigNumber}} {{assetTicker}}, vous perdrez cet argent.", "warningMinAmountTitle": "Le montant minimum du dépôt est de {{minAmount, BigNumber}} {{assetTicker}}, le montant maximum du dépôt est de {{maxAmount}} {{assetTicker}}", "warningText": "Vérifiez si votre portefeuille ou votre plateforme d'échange utilise des smart-contracts pour retirer ETH. Nous n'acceptons pas de telles transactions et ne pouvons pas les rembourser. Vous perdrez cet argent.", @@ -302,7 +306,15 @@ "helpDescrText": "Une fois la transaction confirmée, le portail traitera le transfert de VST vers un jeton dans votre compte Waves.", "helpDescrTitle": "Entrez cette adresse dans votre client ou portefeuille VST", "warningMinAmountTitle": "Le montant minimum du dépôt est de {{minAmount, BigNumber}} {{assetTicker}}, le montant maximum du dépôt est de {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Une fois la transaction confirmée, le portail traitera le transfert de WEST vers un jeton dans votre compte Waves.", + "helpDescrText_copy": "Une fois la transaction confirmée, le portail traitera le transfert de WEST vers un jeton dans votre compte Waves.", + "helpDescrTitle": "Entrez cette adresse dans votre client ou portefeuille WEST", + "helpDescrTitle_copy": "Entrez cette adresse dans votre client ou portefeuille WEST", + "warningMinAmountTitle": "Le montant minimum du dépôt est de {{minAmount, BigNumber}} {{assetTicker}}, le montant maximum du dépôt est de {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "Le montant minimum du dépôt est de {{minAmount, BigNumber}} {{assetTicker}}, le montant maximum du dépôt est de {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Les actifs intelligents sont des actifs qui incluent un script qui définit les conditions de la circulation du jeton. {div}[Nous vous déconseillons d'effectuer des opérations avec des actifs intelligents si vous êtes un utilisateur inexpérimenté. Avant d'effectuer une transaction, veuillez lire attentivement les informations sur l'actif et son script.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Service VST temporairement indisponible. Veuillez réessayez plus tard." }, + "wavesEnterprise": { + "serverError_copy": "Service WEST temporairement indisponible. Veuillez réessayez plus tard." + }, "wtry": { "info": "En cas de problèmes avec le traitement des paiements, veuillez contacter l'équipe de support Digilira - [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Amélioration de la navigation dans l'application et de l'interface de la page de démarrage.]", "1_3_18": "{span.line}[1. Ajout de la connexion au portefeuille à l'aide d'une clé privée.] \n{span.line}[2. Le changement de prix d'un jeton sur 24 heures est désormais lié à la paire jeton/WAVES.]", "1_3_19": "{span.line}[1. Le portail Bancor a été lancé.] \n{span.line}[2. Interface utilisateur améliorée.]", - "1_3_2": "{span.line} [1. Le portail VST a été lancé.] \n{span.line} [2. Interface utilisateur améliorée et correction de bugs mineurs supplémentaires.]", + "1_3_2": "{span.line} [1. Le portail WEST a été lancé.] \n{span.line} [2. Interface utilisateur améliorée et correction de bugs mineurs supplémentaires.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. Un onglet avec les jetons du concours [wsoc.io] (https://wsoc.io) a été ajouté.] \n {span.line}[2. Prise en charge de la langue française ajoutée.] \n {span.line}[3. Des bugs mineurs supplémentaires ont été corrigés.]", "1_3_7": "{span.line}[1. Intégration avec [tokenrating.wavesexplorer.com] (https://tokenrating.wavesexplorer.com) Vous pouvez maintenant noter les jetons directement dans l'application.] \n {span.line}[2. Des bugs mineurs supplémentaires ont été corrigés.]", diff --git a/locale/hi_IN/app.dex.json b/locale/hi_IN/app.dex.json index 50c1326efa..9c08f782a3 100644 --- a/locale/hi_IN/app.dex.json +++ b/locale/hi_IN/app.dex.json @@ -47,6 +47,7 @@ "last": "अंतिम", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Fee", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "कुल योग" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "एक नया खाता बनाएं", "or": "या", diff --git a/locale/hi_IN/app.utils.json b/locale/hi_IN/app.utils.json index 1026350fd8..4975ea0445 100644 --- a/locale/hi_IN/app.utils.json +++ b/locale/hi_IN/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Please do not deposit BNT from smart contracts! Do not deposit other ERC20 tokens! Only Bancor is allowed." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your BTC client or wallet", "warningMinAmountText": "यदि आप {{minAmount, BigNumber}} {{assetTicker}} से कम राशि भेजेंगे तो आप उस धन को खो देंगे।", "warningMinAmountTitle": "न्यूनतम जमा राशि {{minAmount, BigNumber}} {{assetTicker}} है।", "warningText": "इस पते पर कोई और करेंसी भेजने से आपकी जमा राशि की हानि हो सकती है।", @@ -293,6 +295,8 @@ "warningTitle": "Send only ERGO to this deposit address" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "क करें किया क्या आपका वॉलेट या एक्सचेंज, ETH निकासी के लिए स्मार्ट-कॉन्ट्रैक्ट का उपयोग करता है। हम ऐसे लेनेदेन स्वीकार नहीं करते हैं और उनको रिफंड नहीं कर सकते हैं। आपको उस धन की हानि हो जाएगी।", @@ -302,7 +306,15 @@ "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of VST to a token in your Waves account.", "helpDescrTitle": "Enter this address into your VST client or wallet", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrText_copy": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your WEST client or wallet", + "helpDescrTitle_copy": "Enter this address into your WEST client or wallet", + "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Smart assets are assets that include a script that sets the conditions for the circulation of the token.{div}[We do not recommend you perform operations with smart assets if you are an inexperienced user. Before making a transaction, please read the information about the asset and its script carefully.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Service VST temporarily unavailable. Try again later." }, + "wavesEnterprise": { + "serverError_copy": "Service WEST temporarily unavailable. Try again later." + }, "wtry": { "info": "भुगतान प्रोसेसिंग की समस्याओं की स्थिति में, कृपया Digilira सपोर्टिंग टीम से संपर्क करें — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Improved app navigation and start page interface.]", "1_3_18": "{span.line}[1. Added login to wallet using a private key.]\n{span.line}[2. The 24 hours price change of a token is now bound to token/WAVES pair.]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line}[1. VST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", + "1_3_2": "{span.line}[1. WEST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. A tab with [wsoc.io](https://wsoc.io) contest tokens has been added.]\n{span.line}[2. French language support added.]\n{span.line}[3. Additional minor bugs have been fixed.]", "1_3_7": "{span.line}[1. Integration with [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) Now you can rate tokens directly in the app.]\n{span.line}[2. Additional minor bugs have been fixed.]", diff --git a/locale/id/app.dex.json b/locale/id/app.dex.json index 8decb82845..e820b8ccb4 100644 --- a/locale/id/app.dex.json +++ b/locale/id/app.dex.json @@ -47,6 +47,7 @@ "last": "Terakhir", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Biaya", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Total" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "Buat akun baru", "or": "atau", diff --git a/locale/id/app.utils.json b/locale/id/app.utils.json index 60cf8f563c..cbb89751e9 100644 --- a/locale/id/app.utils.json +++ b/locale/id/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Tolong jangan setorkan BNT dari kontrak pintar! Jangan setorkan token ERC20 lainnya! Hanya Bancor yang diizinkan." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Masukkan alamat ini ke klien atau dompet BTC Anda", "warningMinAmountText": "Jika Anda akan mengirim kurang dari {{minAmount, BigNumber}} {{assetTicker}}, Anda akan kehilangan uang itu.", "warningMinAmountTitle": "Jumlah minimum setoran adalah {{minAmount, BigNumber}} {{assetTicker}} , jumlah setoran maksimum adalah {{maxAmount}} {{assetTicker}}", "warningText": "Mengirimkan mata uang lain ke alamat ini dapat menyebabkan hilangnya deposit Anda.", @@ -293,6 +295,8 @@ "warningTitle": "Kirim hanya ERGO ke alamat penyetoran ini" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "Jika Anda akan mengirim kurang dari {{minAmount, BigNumber}} {{assetTicker}} , Anda akan kehilangan uang itu.", "warningMinAmountTitle": "Jumlah minimum setoran adalah {{minAmount, BigNumber}} {{assetTicker}} , jumlah setoran maksimum adalah {{maxAmount}} {{assetTicker}}", "warningText": "Periksa apakah dompet atau pertukaran Anda menggunakan kontrak cerdas untuk menarik ETH. Kami tidak menerima transaksi semacam itu dan dapat mengembalikan uang mereka. Anda akan kehilangan uang itu.", @@ -302,7 +306,15 @@ "helpDescrText": "Setelah transaksi dikonfirmasi, gateway akan memproses transfer VST ke token di akun Waves Anda.", "helpDescrTitle": "Masukkan alamat ini ke klien atau dompet VST Anda", "warningMinAmountTitle": "Jumlah minimum deposit adalah {{minAmount, BigNumber}} {{assetTicker}}, jumlah deposit maksimum adalah {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Setelah transaksi dikonfirmasi, gateway akan memproses transfer WEST ke token di akun Waves Anda.", + "helpDescrText_copy": "Setelah transaksi dikonfirmasi, gateway akan memproses transfer WEST ke token di akun Waves Anda.", + "helpDescrTitle": "Masukkan alamat ini ke klien atau dompet WEST Anda", + "helpDescrTitle_copy": "Masukkan alamat ini ke klien atau dompet WEST Anda", + "warningMinAmountTitle": "Jumlah minimum deposit adalah {{minAmount, BigNumber}} {{assetTicker}}, jumlah deposit maksimum adalah {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "Jumlah minimum deposit adalah {{minAmount, BigNumber}} {{assetTicker}}, jumlah deposit maksimum adalah {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Aset pintar adalah aset yang menyertakan skrip yang menetapkan kondisi untuk sirkulasi token. {div} [Kami tidak menyarankan Anda melakukan operasi dengan aset pintar jika Anda adalah pengguna yang tidak berpengalaman. Sebelum melakukan transaksi, harap baca informasi tentang aset dan skripnya dengan cermat.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Layanan VST sementara tidak tersedia. Coba lagi nanti." }, + "wavesEnterprise": { + "serverError_copy": "Layanan WEST sementara tidak tersedia. Coba lagi nanti." + }, "wtry": { "info": "Jika ada masalah dengan proses pembayaran, silakan hubungi tim dukungan Digilira — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line} [1. Navigasi aplikasi yang ditingkatkan dan antarmuka halaman mulai.]", "1_3_18": "{span.line} [1. Menambahkan login ke dompet menggunakan kunci pribadi.] \n{span.line} [2. Perubahan harga 24 jam dari token sekarang terikat ke pasangan token/WAVES.]", "1_3_19": "{span.line} [1. Gerbang Bancor telah diluncurkan.] \n {span.line} [2. Antarmuka menu pengguna telah ditingkatkan.]", - "1_3_2": "{span.line} [1. Gateway VST telah diluncurkan.] \n{span.line} [2. UI yang diperbaiki dan bug minor tambahan telah diperbaiki.]", + "1_3_2": "{span.line} [1. Gateway WEST telah diluncurkan.] \n{span.line} [2. UI yang diperbaiki dan bug minor tambahan telah diperbaiki.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line} [1. Tab dengan token kontes [wsoc.io] (https://wsoc.io) telah ditambahkan.] \n {span.line} [2. Dukungan bahasa Perancis ditambahkan.] \n {span.line} [3. Bug minor tambahan telah diperbaiki.]", "1_3_7": "{span.line}[1. Integrasi dengan [tokenrating.wavesexplorer.com] (https://tokenrating.wavesexplorer.com) Sekarang Anda dapat menilai token langsung di app.] \n {span.line}[2. Bug minor tambahan telah diperbaiki.]", diff --git a/locale/it/app.dex.json b/locale/it/app.dex.json index 11a7c87628..a46de99212 100644 --- a/locale/it/app.dex.json +++ b/locale/it/app.dex.json @@ -47,6 +47,7 @@ "last": "Ultimi", "limit": "Ordine limite", "market": "Ordine di mercato", + "marketPriceField": "Price", "matcherFee": "Spese", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "Si tratta di un ordine automatico di acquisto o di vendita ad un prezzo predeterminato.", "total": "Totale" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "crea un nuovo account", "or": "oppure", diff --git a/locale/it/app.utils.json b/locale/it/app.utils.json index c65c0971e4..694bb9be46 100644 --- a/locale/it/app.utils.json +++ b/locale/it/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Per favore, non inviare BNT da smart contracts! Non inviare token ERC20! Accettiamo esclusivamente Bancor." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Inserisci questo indirizzo nel tuo client BTC o nel tuo wallet", "warningMinAmountText": "Inviando meno di {{minAmount, BigNumber}} {{assetTicker}}, l'importo trasferito andrà perduto.", "warningMinAmountTitle": "Il deposito minimo è di {{minAmount, BigNumber}} {{assetTicker}}, il deposito massimo è di {{maxAmount}} {{assetTicker}}", "warningText": "Inviare qualunque altra valuta a questo indirizzo potrebbe risultare in una perdita di quanto inviato.", @@ -293,6 +295,8 @@ "warningTitle": "Invia esclusivamente ERGO a questo indirizzo" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "Inviando meno di {{minAmount, BigNumber}} {{assetTicker}}, l'importo trasferito andrà perduto.", "warningMinAmountTitle": "L'importo minimo di deposito è di {{minAmount, BigNumber}} {{assetTicker}}, l'importo massimo di deposito è di {{maxAmount}} {{assetTicker}}", "warningText": "Controlla se il tuo wallet o exchange utilizza smart contract per trasferire ETH. Non accettiamo questo tipo di transazioni e non ci sarà possibile rimborsarle. L'importo trasferito andrà perduto.", @@ -302,7 +306,15 @@ "helpDescrText": "Una volta che la transazione sarà confermata, il gateway processerà il trasferimento di VST in favore di un token nel tuo account Waves.", "helpDescrTitle": "Inserisci questo indirizzo nel tuo client VST o nel tuo wallet", "warningMinAmountTitle": "L'importo minimo di deposito è di {{minAmount, BigNumber}} {{assetTicker}}, l'importo massimo di deposito è di {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Una volta che la transazione sarà confermata, il gateway processerà il trasferimento di WEST in favore di un token nel tuo account Waves.", + "helpDescrText_copy": "Una volta che la transazione sarà confermata, il gateway processerà il trasferimento di WEST in favore di un token nel tuo account Waves.", + "helpDescrTitle": "Inserisci questo indirizzo nel tuo client WEST o nel tuo wallet", + "helpDescrTitle_copy": "Inserisci questo indirizzo nel tuo client WEST o nel tuo wallet", + "warningMinAmountTitle": "L'importo minimo di deposito è di {{minAmount, BigNumber}} {{assetTicker}}, l'importo massimo di deposito è di {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "L'importo minimo di deposito è di {{minAmount, BigNumber}} {{assetTicker}}, l'importo massimo di deposito è di {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Gli smart asset sono risorse che includono uno script in grado di definire le condizioni relative alla circolazione di un token.{div}[Si sconsiglia di eseguire operazioni con smart asset a meno di essere utenti esperti. Prima di effettuare una transazione, leggere attentamente le informazioni sull'asset e sul relativo script.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Servizio VST temporaneamente non disponibile. Riprova più tardi." }, + "wavesEnterprise": { + "serverError_copy": "Servizio WEST temporaneamente non disponibile. Riprova più tardi." + }, "wtry": { "info": "In caso di problema con la procedura di pagamento, per favore contattare il team di supporto di Digilira — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Miglioramento dell'interfaccia do navigazione della pagina iniziale.]", "1_3_18": "{span.line} [1. Aggiunto login al wallet utilizzando una chiave privata.]\n{span.line} [2. La modifica del prezzo di 24 ore di un token è ora associata alla coppia token/WAVES.]", "1_3_19": "{span.line} [1. Lancio del gateway Bancor.] \n{span.line} [2.Miglioramento dell'interfaccia del menu utente.]", - "1_3_2": "{span.line} [1. Lancio del gateway VST.] \n{span.line} [2. Miglioramento dell'interfaccia utente e risoluzione di altri bug minori.]", + "1_3_2": "{span.line} [1. Lancio del gateway WEST.] \n{span.line} [2. Miglioramento dell'interfaccia utente e risoluzione di altri bug minori.]", "1_3_20": "{span.line} [1. Miglioramento del sistema di archiviazione e ripristino di account da dispositivi di archiviazione locali (è necessario aggiornare [l'applicazione desktop](https://wavesplatform.com/technology/wallet)).] \n {span.line} [2. Risolto il problema relativo all'arrotondamento dei prezzi nel registro ordini.]", "1_3_5": "{span.line}[1. Aggiunto il tab al concorso [wsoc.io](https://wsoc.io) tokens.]\n{span.line}[2. Aggiunto il supporto alla lingua Francese.]\n{span.line}[3. Risoluzione di bug minori.]", "1_3_7": "{span.line} [1. Integrazione con [tokenrating.wavesexplorer.com] (https://tokenrating.wavesexplorer.com) Ora puoi valutare i token direttamente nell'app.] \n {span.line} [2. Sono stati corretti altri bug minori.]", diff --git a/locale/ja/app.dex.json b/locale/ja/app.dex.json index 14e23c5047..e320f27401 100644 --- a/locale/ja/app.dex.json +++ b/locale/ja/app.dex.json @@ -47,6 +47,7 @@ "last": "最終", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "手数料", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "合計" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "新しいアカウントを作成", "or": "または", diff --git a/locale/ja/app.utils.json b/locale/ja/app.utils.json index b0ea6ad10a..b950c2daa1 100644 --- a/locale/ja/app.utils.json +++ b/locale/ja/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Please do not deposit BNT from smart contracts! Do not deposit other ERC20 tokens! Only Bancor is allowed." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "このアドレスをBTCクライアント、またはウォレットに入力してください", "warningMinAmountText": "{{minAmount, BigNumber}}以下の {{assetTicker}}を送金した場合、資産を紛失します。", "warningMinAmountTitle": "最小デポジットは {{minAmount, BigNumber}} {{assetTicker}}です", "warningText": "このアドレスに他の通貨を送信した場合、資産の消失につながる可能性があります。", @@ -293,6 +295,8 @@ "warningTitle": "このデポジットアドレスにはERGOのみ送信してください" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "あなたのウォレットと取引所がスマートコントラクトを用いて、ETHを引出していないか、確認してください。私たちはそのような形式のトランザクションを受け入れておらず、返金することもできません。あなたはあなたの資金を失います。", @@ -302,7 +306,15 @@ "helpDescrText": "トランザクションが承認されると、ゲートウェイはVSTの送信を進め、あなたのWavesアカウントにトークンが反映されます。", "helpDescrTitle": "このアドレスをVSTクライアント、またはウォレットに入力してください", "warningMinAmountTitle": "最小デポジット額は{{minAmount, BigNumber}} {{assetTicker}}、最大デポジット額は{{maxAmount}} {{assetTicker}}です" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "トランザクションが承認されると、ゲートウェイはWESTの送信を進め、あなたのWavesアカウントにトークンが反映されます。", + "helpDescrText_copy": "トランザクションが承認されると、ゲートウェイはWESTの送信を進め、あなたのWavesアカウントにトークンが反映されます。", + "helpDescrTitle": "このアドレスをWESTクライアント、またはウォレットに入力してください", + "helpDescrTitle_copy": "このアドレスをWESTクライアント、またはウォレットに入力してください", + "warningMinAmountTitle": "最小デポジット額は{{minAmount, BigNumber}} {{assetTicker}}、最大デポジット額は{{maxAmount}} {{assetTicker}}です" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "最小デポジット額は{{minAmount, BigNumber}} {{assetTicker}}、最大デポジット額は{{maxAmount}} {{assetTicker}}です" }, "dexScriptedPair": { "body": "スマートアセットはトークンの流通に対して条件を設定できるスクリプトを含むアセットです。{div}[もし、あなたが十分な知識を有していない場合、スマートアセットを利用することは推奨しません。トランザクションを作成する前に、アセットとスクリプトに関する情報を慎重に読んでください。]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "現在、一時的に、VSTのサービスがご利用いただけません。再度お試しください。" }, + "wavesEnterprise": { + "serverError_copy": "現在、一時的に、WESTのサービスがご利用いただけません。再度お試しください。" + }, "wtry": { "info": "送金処理に問題が生じた場合、Digiliraのサポートチームに連絡してください。— [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line} [1. アプリのナビゲーションとスタートページのインターフェースが改善されました。]", "1_3_18": "{span.line}[1. 秘密鍵によるログインが可能になりました。]{span.line}[2. 24時間以内のトークン価格の変化がトークン/WAVESペアに対応しました。]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line} [1. VSTのゲートウェイが追加されました。 \n{span.line} [2. UIの改善と、いくつかのマイナーなバグを修正しました。]", + "1_3_2": "{span.line} [1. WESTのゲートウェイが追加されました。 \n{span.line} [2. UIの改善と、いくつかのマイナーなバグを修正しました。]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. [wsoc.io](https://wsoc.io) コンテスト用のトークンタブが追加されました。]{span.line}[2. フランス語に対応しました。]{span.line}[3. 一部のマイナーバグを修正しました。]", "1_3_7": "{span.line}[1.[tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) に対応。アプリから直接トークンのレーティングが可能に。]{span.line}[2. 追加のマイナーバグを修正しました。]", diff --git a/locale/ko/app.dex.json b/locale/ko/app.dex.json index 2ed1a18269..acd7af6140 100644 --- a/locale/ko/app.dex.json +++ b/locale/ko/app.dex.json @@ -47,6 +47,7 @@ "last": "체결가", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "수수료", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "총금액" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "신규 계정을 생성하여", "or": "또는", diff --git a/locale/ko/app.utils.json b/locale/ko/app.utils.json index 185cb597a1..0accd6b266 100644 --- a/locale/ko/app.utils.json +++ b/locale/ko/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Please do not deposit BNT from smart contracts! Do not deposit other ERC20 tokens! Only Bancor is allowed." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "이 주소를 BTC 클라이언트 또는 지갑에 입력하세요", "warningMinAmountText": "{{minAmount, BigNumber}} 미만의 {{assetTicker}}를 입금할 경우 귀하의 자산을 잃게 됩니다.", "warningMinAmountTitle": "최소 입금액은 {{minAmount, BigNumber}} {{assetTicker}} 입니다", "warningText": "이 주소로 다른 암호화폐를 전송할 경우 귀하의 자산을 잃게 됩니다.", @@ -293,6 +295,8 @@ "warningTitle": "Send only ERGO to this deposit address" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "ETH를 출금하려고 하는 지갑 또는 거래소가 Smart-Contracts를 사용하는지 확인하세요. 당사는 해당 트랜잭션을 수신하지 않으며 환불 또한 불가능합니다. 귀하의 자산을 잃게 됩니다.", @@ -302,7 +306,15 @@ "helpDescrText": "트랜잭션이 승인되면 게이트웨이가 귀하의 Waves 계정에서 VST를 토큰으로 전송하는 작업을 처리할 것입니다.", "helpDescrTitle": "이 주소를 VST 클라이언트 또는 지갑에 입력하세요", "warningMinAmountTitle": "최소 입금액은 {{minAmount, BigNumber}} {{assetTicker}} 이며 최대 입금액은 {{maxAmount}} {{assetTicker}} 입니다." - } + }, + "wavesGatewayWEST": { + "helpDescrText": "트랜잭션이 승인되면 게이트웨이가 귀하의 Waves 계정에서 WEST를 토큰으로 전송하는 작업을 처리할 것입니다.", + "helpDescrText_copy": "트랜잭션이 승인되면 게이트웨이가 귀하의 Waves 계정에서 WEST를 토큰으로 전송하는 작업을 처리할 것입니다.", + "helpDescrTitle": "이 주소를 WEST 클라이언트 또는 지갑에 입력하세요", + "helpDescrTitle_copy": "이 주소를 WEST 클라이언트 또는 지갑에 입력하세요", + "warningMinAmountTitle": "최소 입금액은 {{minAmount, BigNumber}} {{assetTicker}} 이며 최대 입금액은 {{maxAmount}} {{assetTicker}} 입니다." + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "최소 입금액은 {{minAmount, BigNumber}} {{assetTicker}} 이며 최대 입금액은 {{maxAmount}} {{assetTicker}} 입니다." }, "dexScriptedPair": { "body": "스마트 자산은 토큰의 순한을 위한 조건을 설정하는 스크립트가 포함된 자산입니다.{div}[숙련된 사용자가 아니라면 스마트 자산을 사용하는 작업을 수행하는 것을 권장하지 않습니다. 트랜잭션 전 해당 자산과 스크립트에 대한 정보를 반드시 확인하시기 바랍니다.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "VST 서비스를 일시적으로 사용할 수 없습니다. 나중에 다시 시도하세요." }, + "wavesEnterprise": { + "serverError_copy": "WEST를 서비스를 일시적으로 사용할 수 없습니다. 나중에 다시 시도하세요." + }, "wtry": { "info": "지불 처리와 관련된 문제가 있을 경우 Digilira 지원팀에 문의하세요 — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. 앱 네비게이션 및 시작 페이지 인터페이스 개선.]", "1_3_18": "{span.line}[1. Added login to wallet using a private key.]\n{span.line}[2. The 24 hours price change of a token is now bound to token/WAVES pair.]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line}[1. VST 게이트웨이 런칭 완료.]\n{span.line}[2. UI 개선 및 기타 버그 픽스.]", + "1_3_2": "{span.line}[1. WEST 게이트웨이 런칭 완료.]\n{span.line}[2. UI 개선 및 기타 버그 픽스.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. [wsoc.io](https://wsoc.io) 컨테스트 토큰 탭 추가 완료.]\n{span.line}[2. 프랑스어 지원 추가.]\n{span.line}[3. 기타 버그 픽스.]", "1_3_7": "{span.line}[1. Integration with [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com)과의 통합. 앱에서 토큰을 평가할 수 있습니다.]\n{span.line}[2. 기타 버그 픽스.]", diff --git a/locale/nl_NL/app.dex.json b/locale/nl_NL/app.dex.json index be711ca191..940dfacc29 100644 --- a/locale/nl_NL/app.dex.json +++ b/locale/nl_NL/app.dex.json @@ -47,6 +47,7 @@ "last": "Laatste", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Transactiekosten", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Totaal" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "Maak een nieuw account aan", "or": "of", diff --git a/locale/nl_NL/app.utils.json b/locale/nl_NL/app.utils.json index 7774c78063..c5b1d401c0 100644 --- a/locale/nl_NL/app.utils.json +++ b/locale/nl_NL/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Stort BNT niet via smart contracts! Stort geen andere ERC20-tokens! Alleen Bancor is toegestaan." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Dit adres invoeren in uw BTC-client of wallet", "warningMinAmountText": "Als u minder dan {{minAmount, BigNumber}} {{assetTicker}} verstuurd raakt u dit geld kwijt.", "warningMinAmountTitle": "Het minimale stortingsbedrag is {{minAmount, BigNumber}} {{assetTicker}}, het maximale stortingsbedrag is {{maxAmount}} {{assetTicker}}", "warningText": "Het versturen van elke andere currency naar dit adres kan resulteren in het verlies van uw storting.", @@ -293,6 +295,8 @@ "warningTitle": "Stuur alleen ERGO naar dit stortingsadres" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "Als u minder dan {{minAmount, BigNumber}} {{assetTicker}} verstuurt, verliest u dat geld.", "warningMinAmountTitle": "Het minimale stortingsbedrag is {{minAmount, BigNumber}} {{assetTicker}}, het maximale stortingsbedrag is {{maxAmount}} {{assetTicker}}", "warningText": "Controleer of uw wallet of exchange smart-contracts gebruikt om ETH the withdrawen. Wij accepteren zulke transacties niet en kunnen dit niet terug betalen. U raakt op deze manier uw geld kwijt.", @@ -302,7 +306,15 @@ "helpDescrText": "Zodra de transactie bevestigd is zal de gateway de transactie behandelen en dit omzetten naar een VST token in uw Waves account.", "helpDescrTitle": "Dit adres invoeren in uw VST-client of wallet", "warningMinAmountTitle": "Het minimale stortingsbedrag is {{minAmount, BigNumber}} {{assetTicker}}, het maximale stortingsbedrag is {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Zodra de transactie bevestigd is zal de gateway de transactie behandelen en dit omzetten naar een WEST token in uw Waves account.", + "helpDescrText_copy": "Zodra de transactie bevestigd is zal de gateway de transactie behandelen en dit omzetten naar een WEST token in uw Waves account.", + "helpDescrTitle": "Dit adres invoeren in uw WEST-client of wallet", + "helpDescrTitle_copy": "Dit adres invoeren in uw WEST-client of wallet", + "warningMinAmountTitle": "Het minimale stortingsbedrag is {{minAmount, BigNumber}} {{assetTicker}}, het maximale stortingsbedrag is {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "Het minimale stortingsbedrag is {{minAmount, BigNumber}} {{assetTicker}}, het maximale stortingsbedrag is {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Smart assets zijn assets die een script bevatten dat die voorwaarden van het token bepalen.{div}[We raden u niet aan om smart assets te gebruiken als u een onervaren gebruiker bent. Lees de informatie over het asset en het script zorgvuldig voordat u een transactie uitvoert.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Service VST tijdelijk niet beschikbaar. Probeer het later opnieuw." }, + "wavesEnterprise": { + "serverError_copy": "Service WEST tijdelijk niet beschikbaar. Probeer het later opnieuw." + }, "wtry": { "info": "Neem in geval van problemen met de betalingsverwerking contact op met het Digilira-ondersteuningsteam - [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Spam tokens and transactions have been hidden in client.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", "1_3_18": "{span.line}[1. Added login to wallet using a private key.]\n{span.line}[2. The 24 hours price change of a token is now bound to token/WAVES pair.]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line}[1. VST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", + "1_3_2": "{span.line}[1. WEST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. A tab with [wsoc.io](https://wsoc.io) contest tokens has been added.]\n{span.line}[2. French language support added.]\n{span.line}[3. Additional minor bugs have been fixed.]", "1_3_7": "{span.line}[1. Integration with [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) Now you can rate tokens directly in the app.]\n{span.line}[2. Additional minor bugs have been fixed.]", diff --git a/locale/pl/app.dex.json b/locale/pl/app.dex.json index 0eac057692..437cb6f023 100644 --- a/locale/pl/app.dex.json +++ b/locale/pl/app.dex.json @@ -47,6 +47,7 @@ "last": "Ostatni", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Prowizja", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Ogółem" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "utwórz nowe konto", "or": "albo", diff --git a/locale/pl/app.utils.json b/locale/pl/app.utils.json index b3fcc63076..345e17dcf8 100644 --- a/locale/pl/app.utils.json +++ b/locale/pl/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Proszę nie deponować BNT z inteligentnych kontraktów (smart contracts)! Proszę nie deponować innych tokenów ERC20! Tylko Bancor dozwolony." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Wprowadź ten adres w swoim kliencie albo portfelu BTC", "warningMinAmountText": "Jeśli wyślesz mniej niż {{minAmount, BigNumber}} {{assetTicker}}, stracisz te pieniądze.", "warningMinAmountTitle": "Minimalna kwota depozytu to {{minAmount, BigNumber}} {{assetTicker}} , maksymalna kwota depozytu to {{maxAmount}} {{assetTicker}}", "warningText": "Przesłanie dowolnej innej waluty pod ten adres może spowodować utratę depozytu.", @@ -293,6 +295,8 @@ "warningTitle": "Wysyłaj tylko ERGO na ten adres depozytu" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "Jeśli wyślesz mniej niż {{minAmount, BigNumber}} {{assetTicker}} , stracisz te środki.", "warningMinAmountTitle": "Minimalna kwota depozytu to {{minAmount, BigNumber}} {{assetTicker}} , maksymalna kwota depozytu to {{maxAmount}} {{assetTicker}}", "warningText": "Sprawdź czy portfel lub giełda używają inteligentnych kontraktów (smart contracts) do wycofania ETH. Nie akceptujemy takich transakcji i nie możemy ich zwrócić. Stracisz te pieniądze.", @@ -302,7 +306,15 @@ "helpDescrText": "Jeżeli transakcja zostanie potwierdzona, system wymieni VST na tokeny w Twoim koncie Waves.", "helpDescrTitle": "Wprowadź ten adres w swoim kliencie albo portfelu VST", "warningMinAmountTitle": "Minimalna kwota depozytu to {{minAmount, BigNumber}} {{assetTicker}}, maksymalna kwota depozytu to {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Jeżeli transakcja zostanie potwierdzona, system wymieni WEST na tokeny w Twoim koncie Waves.", + "helpDescrText_copy": "Jeżeli transakcja zostanie potwierdzona, system wymieni WEST na tokeny w Twoim koncie Waves.", + "helpDescrTitle": "Wprowadź ten adres w swoim kliencie albo portfelu WEST", + "helpDescrTitle_copy": "Wprowadź ten adres w swoim kliencie albo portfelu WEST", + "warningMinAmountTitle": "Minimalna kwota depozytu to {{minAmount, BigNumber}} {{assetTicker}}, maksymalna kwota depozytu to {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "Minimalna kwota depozytu to {{minAmount, BigNumber}} {{assetTicker}}, maksymalna kwota depozytu to {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Smart Assets (zasoby inteligentne) to aktywa, które zawierają skrypt określający warunki obiegu tokena. {div} [Nie zalecamy wykonywania operacji za pomocą inteligentnych zasobów, jeśli jesteś niedoświadczonym użytkownikiem. Przed dokonaniem transakcji przeczytaj uważnie informacje o takim aktywie i jego skrypcie.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Usługa VST jest tymczasowo niedostępna. Spróbuj ponownie później." }, + "wavesEnterprise": { + "serverError_copy": "Usługa WEST jest tymczasowo niedostępna. Spróbuj ponownie później." + }, "wtry": { "info": "Na wypadek problemów z procesem płatności, proszę kontaktować się z Digilira support team — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Ulepszona nawigacja aplikacji i interfejs strony startowej.]", "1_3_18": "{span.line} [1. Dodano login do portfela za pomocą klucza prywatnego.] \n {span.line} [2. 24-godzinna zmiana ceny tokena jest teraz powiązana z parą token / WAVES.]", "1_3_19": "{span.line} [1. Uruchomiono bramę Bancor.] \n {span.line} [2. Interfejs menu użytkownika został ulepszony.]", - "1_3_2": "{span.line} [1. Uruchomiono bramę (gateway) VST.] \n {span.line} [2. Poprawiony interfejs użytkownika i dodatkowo zostały naprawione drobne błędy.]", + "1_3_2": "{span.line} [1. Uruchomiono bramę (gateway) WEST.] \n {span.line} [2. Poprawiony interfejs użytkownika i dodatkowo zostały naprawione drobne błędy.]", "1_3_20": "{span.line} [1. Ulepszony system przechowywania i przywracania kont z lokalnego magazynu (potrzeba aktualizacji [aplikacji komputerowej] (https://wavesplatform.com/technology/wallet)).] \n {span.line} [2. Naprawiono zaokrąglanie cen w księdze zamówień.]", "1_3_5": "{span.line} [1. Dodano zakładkę z tokenami konkursowymi [wsoc.io] (https://wsoc.io).] \n {span.line} [2. Dodano obsługę języka francuskiego.] \n {span.line} [3. Dodatkowe drobne błędy zostały naprawione.]", "1_3_7": "{span.line} [1. Integracja z [tokenrating.wavesexplorer.com] (https://tokenrating.wavesexplorer.com) Teraz możesz oceniać tokeny bezpośrednio w aplikacji.] \n {span.line} [2. Dodatkowe drobne błędy zostały naprawione.]", diff --git a/locale/pt_BR/app.dex.json b/locale/pt_BR/app.dex.json index 7a483844c8..d84a65f322 100644 --- a/locale/pt_BR/app.dex.json +++ b/locale/pt_BR/app.dex.json @@ -47,6 +47,7 @@ "last": "Last", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Fee", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Total" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "Criar uma nova conta", "or": "ou", diff --git a/locale/pt_BR/app.utils.json b/locale/pt_BR/app.utils.json index ccb86c2b94..39a4f58e57 100644 --- a/locale/pt_BR/app.utils.json +++ b/locale/pt_BR/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Please do not deposit BNT from smart contracts! Do not deposit other ERC20 tokens! Only Bancor is allowed." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your BTC client or wallet", "warningMinAmountText": "Se você enviar menos de {{minAmount, BigNumber}} {{assetTicker}}, você perderá esse dinheiro.", "warningMinAmountTitle": "O depósito mínimo é {{minAmount, BigNumber}} {{assetTicker}}", "warningText": "Se enviar qualquer outra moeda para este endereço, poderá resultar na perda do seu depósito.", @@ -293,6 +295,8 @@ "warningTitle": "Send only ERGO to this deposit address" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "Verifique se a sua carteira ou exchange usa smart contracts para transferir ETH. Nós não aceitamos essas transações e você perderá esse dinheiro, pois não podemos reembolsar.", @@ -302,7 +306,15 @@ "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of VST to a token in your Waves account.", "helpDescrTitle": "Enter this address into your VST client or wallet", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrText_copy": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your WEST client or wallet", + "helpDescrTitle_copy": "Enter this address into your WEST client or wallet", + "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Smart assets are assets that include a script that sets the conditions for the circulation of the token.{div}[We do not recommend you perform operations with smart assets if you are an inexperienced user. Before making a transaction, please read the information about the asset and its script carefully.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Service VST temporarily unavailable. Try again later." }, + "wavesEnterprise": { + "serverError_copy": "Service WEST temporarily unavailable. Try again later." + }, "wtry": { "info": "Em caso de problemas com o processamento de pagamentos, entre em contato com a equipe de suporte da Digilira — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Improved app navigation and start page interface.]", "1_3_18": "{span.line}[1. Added login to wallet using a private key.]\n{span.line}[2. The 24 hours price change of a token is now bound to token/WAVES pair.]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line}[1. VST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", + "1_3_2": "{span.line}[1. WEST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. A tab with [wsoc.io](https://wsoc.io) contest tokens has been added.]\n{span.line}[2. French language support added.]\n{span.line}[3. Additional minor bugs have been fixed.]", "1_3_7": "{span.line}[1. Integration with [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) Now you can rate tokens directly in the app.]\n{span.line}[2. Additional minor bugs have been fixed.]", diff --git a/locale/pt_PT/app.dex.json b/locale/pt_PT/app.dex.json index fdefb0cd25..9cad1ab1d8 100644 --- a/locale/pt_PT/app.dex.json +++ b/locale/pt_PT/app.dex.json @@ -47,6 +47,7 @@ "last": "Last", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Fee", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Total" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "Create a new account", "or": "or", diff --git a/locale/pt_PT/app.utils.json b/locale/pt_PT/app.utils.json index e97420476b..803d6ce37c 100644 --- a/locale/pt_PT/app.utils.json +++ b/locale/pt_PT/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Please do not deposit BNT from smart contracts! Do not deposit other ERC20 tokens! Only Bancor is allowed." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your BTC client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "Sending any other currency to this address may result in the loss of your deposit.", @@ -293,6 +295,8 @@ "warningTitle": "Send only ERGO to this deposit address" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "Check if your wallet or exchange uses smart-contracts to withdraw ETH. We do not accept such transactions and can’t refund them. You will lose that money.", @@ -302,7 +306,15 @@ "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of VST to a token in your Waves account.", "helpDescrTitle": "Enter this address into your VST client or wallet", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrText_copy": "Once the transaction is confirmed, the gateway will process the transfer of WEST to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your WEST client or wallet", + "helpDescrTitle_copy": "Enter this address into your WEST client or wallet", + "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Smart assets are assets that include a script that sets the conditions for the circulation of the token.{div}[We do not recommend you perform operations with smart assets if you are an inexperienced user. Before making a transaction, please read the information about the asset and its script carefully.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Service VST temporarily unavailable. Try again later." }, + "wavesEnterprise": { + "serverError_copy": "Service WEST temporarily unavailable. Try again later." + }, "wtry": { "info": "In case of problems with payment processing, please contact the Digilira support team — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Improved app navigation and start page interface.]", "1_3_18": "{span.line}[1. Added login to wallet using a private key.]\n{span.line}[2. The 24 hours price change of a token is now bound to token/WAVES pair.]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line}[1. VST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", + "1_3_2": "{span.line}[1. WEST gateway has been launched.]\n{span.line}[2. Improved UI and additional minor bugs have been fixed.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. A tab with [wsoc.io](https://wsoc.io) contest tokens has been added.]\n{span.line}[2. French language support added.]\n{span.line}[3. Additional minor bugs have been fixed.]", "1_3_7": "{span.line}[1. Integration with [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) Now you can rate tokens directly in the app.]\n{span.line}[2. Additional minor bugs have been fixed.]", diff --git a/locale/ru/app.dex.json b/locale/ru/app.dex.json index 84a038b7f7..8c74dc219e 100644 --- a/locale/ru/app.dex.json +++ b/locale/ru/app.dex.json @@ -47,6 +47,7 @@ "last": "Last", "limit": "Лимит Ордер", "market": "Маркет Ордер", + "marketPriceField": "Цена", "matcherFee": "Комис.", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "Это автоматически действующий ордер на покупку или продажу по заранее установленной цене", "total": "Сумма" }, + "createorder": { + "yourBalance": "Ваш баланс" + }, "demo": { "createAccount": "создайте новый аккаунт", "or": "или", diff --git a/locale/ru/app.utils.json b/locale/ru/app.utils.json index 4c81f964e6..c1be377ad9 100644 --- a/locale/ru/app.utils.json +++ b/locale/ru/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Не отправляйте BNT со смарт-контрактов! Не отправляйте другие ERC20-токены! Только Bancor." }, "wavesGatewayBTC": { + "helpDescrText": "Как только транзакция будет подтверждена, шлюз отправит BTC-токен на ваш аккаунт Waves.", + "helpDescrTitle": "Введите этот адрес в ваш BTC клиент или кошелёк.", "warningMinAmountText": "Если вы отправите меньше чем {{minAmount, BigNumber}} {{assetTicker}}, вы потеряете деньги.", "warningMinAmountTitle": "Минимальная сумма депозита {{minAmount, BigNumber}} {{assetTicker}}, максимальная сумма депозита {{maxAmount}} {{assetTicker}}", "warningText": "Отправка любой другой валюты на этот адрес может повлечь за собой потерю средств.", @@ -293,6 +295,8 @@ "warningTitle": "Отправляйте только ERGO на этот адрес" }, "wavesGatewayETH": { + "helpDescrText": "Как только транзакция будет подтверждена, шлюз отправит ETH-токен на ваш аккаунт Waves.", + "helpDescrTitle": "Введите этот адрес в ваш ETH клиент или кошелёк.", "warningMinAmountText": "Если вы отправите меньше чем {{minAmount, BigNumber}} {{assetTicker}}, вы потеряете деньги.", "warningMinAmountTitle": "Минимальная сумма депозита {{minAmount, BigNumber}} {{assetTicker}}, максимальная сумма депозита {{maxAmount}} {{assetTicker}}", "warningText": "Проверьте, не использует ли ваш кошелёк или биржа смарт-контракты для отправки ETH. Мы не принимаем такие переводы и не можем возместить их. Вы потеряете эти деньги.", @@ -302,7 +306,15 @@ "helpDescrText": "Как только транзакция будет подтверждена, шлюз отправит VST-токен на ваш аккаунт Waves.", "helpDescrTitle": "Введите этот адрес в ваш VST клиент или кошелёк.", "warningMinAmountTitle": "Минимальная сумма депозита {{minAmount, BigNumber}} {{assetTicker}}, максимальная сумма депозита {{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "Как только транзакция будет подтверждена, шлюз отправит WEST-токен на ваш аккаунт Waves.", + "helpDescrText_copy": "Как только транзакция будет подтверждена, шлюз отправит WEST-токен на ваш аккаунт Waves.", + "helpDescrTitle": "Введите этот адрес в ваш WEST клиент или кошелёк.", + "helpDescrTitle_copy": "Введите этот адрес в ваш WEST клиент или кошелёк.", + "warningMinAmountTitle": "Минимальная сумма депозита {{minAmount, BigNumber}} {{assetTicker}}, максимальная сумма депозита {{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "Минимальная сумма депозита {{minAmount, BigNumber}} {{assetTicker}}, максимальная сумма депозита {{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "Смарт-ассеты — это ассеты со скриптом, который устанавливает условия обращения данного токена.{div}[Мы не рекомендуем совершать операции со смарт-ассетами, если вы неопытный пользователь. Перед совершением транзакции изучите информацию об ассете и его скрипт.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "Сервис VST временно недоступен. Попробуйте, пожалуйста, позже." }, + "wavesEnterprise": { + "serverError_copy": "Сервис WEST временно недоступен. Попробуйте, пожалуйста, позже." + }, "wtry": { "info": "Если у вас возникнут проблемы с процессингом, пожалуйста, обратитесь в службу поддержки Digilira — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Улучшена навигация приложения и интерфейс стартовых страниц.]", "1_3_18": "{span.line}[1. Добавлен импорт из приватного ключа.]\n{span.line}[2. Изменение цены токена теперь считается по паре с WAVES.]", "1_3_19": "{span.line}[1. Запущен шлюз Bancor]\n{span.line}[2. Улучшен интерфейс меню пользователя.]", - "1_3_2": "{span.line}[1. Запущен шлюз VST.]\n{span.line}[2. Улучшен UI и исправлено несколько багов.]", + "1_3_2": "{span.line}[1. Запущен шлюз WEST.]\n{span.line}[2. Улучшен UI и исправлено несколько багов.]", "1_3_20": "{span.line}[1. Улучшена система хранения и восстановления аккаунтов из локального хранилища (Необходимо обновить [desktop-приложение](https://wavesplatform.com/technology/wallet))]\n{span.line}[2. Исправлено округление цен в ордербуке]", "1_3_5": "{span.line}[1. Добавлена вкладка с токенами конкурса [wsoc.io](https://wsoc.io)]\n{span.line}[2. Добавлена поддержка франзуского языка]\n{span.line}[3. Исправлены мелкие ошибки]", "1_3_7": "{span.line}[1. Интеграция с [tokenrating.wavesexplorer.com](https://tokenrating.wavesexplorer.com) Теперь вы можете голосовать за токены прямо в приложении]\n{span.line}[2. Исправлены мелкие ошибки]", diff --git a/locale/tr/app.dex.json b/locale/tr/app.dex.json index e66eb72851..a0a235523c 100644 --- a/locale/tr/app.dex.json +++ b/locale/tr/app.dex.json @@ -47,6 +47,7 @@ "last": "Son", "limit": "Limit Order", "market": "Market Order", + "marketPriceField": "Price", "matcherFee": "Komisyon", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "This is an automatic buy or sell order at a predetermined price", "total": "Toplam" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "Yeni bir hesap oluştur", "or": "veya", diff --git a/locale/tr/app.utils.json b/locale/tr/app.utils.json index 0ad3da5bf3..3410146407 100644 --- a/locale/tr/app.utils.json +++ b/locale/tr/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "Please do not deposit BNT from smart contracts! Do not deposit other ERC20 tokens! Only Bancor is allowed." }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "Bu adresi BTC cüzdanına ya da uygulamasına giriniz.", "warningMinAmountText": "{{minAmount, BigNumber}} {{assetTicker}}'nin altında gönderim yaparsanız paranızı kaybedersiniz.", "warningMinAmountTitle": "Minimum yatırma tutarı {{minAmount, BigNumber}} {{assetTicker}}'dir", "warningText": "Bu adrese başka bir kripto para gönderilmesi kayıplara yol açabilir.", @@ -293,6 +295,8 @@ "warningTitle": "Bu adrese ERGO dışında bir kripto para göndermeyin" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "If you will send less than {{minAmount, BigNumber}} {{assetTicker}}, you will lose that money.", "warningMinAmountTitle": "The minimum amount of deposit is {{minAmount, BigNumber}} {{assetTicker}}, the maximum amount of deposit is {{maxAmount}} {{assetTicker}}", "warningText": "Cüzdanınızın veya Kripto para borsasının ETH çekimlerinde akıllı kontrat kullanıp kullanmadığını kontrol edin. Akıllı kontratlar tarafından gelen transferleri kabul edemiyoruz. Paranızı kaybedersiniz.", @@ -302,7 +306,15 @@ "helpDescrText": "İşlem onaylandıktan sonra VSTlar Waves adresinize geçit tarafından gönderilir.", "helpDescrTitle": "Bu adresi VST cüzdanına ya da uygulamasına giriniz.", "warningMinAmountTitle": "Minimum yatırma tutarı {{minAmount, BigNumber}} {{assetTicker}}'dir. Maksimum yatırma tutarı ise {{maxAmount}} {{assetTicker}}'dir." - } + }, + "wavesGatewayWEST": { + "helpDescrText": "İşlem onaylandıktan sonra WESTlar Waves adresinize geçit tarafından gönderilir.", + "helpDescrText_copy": "İşlem onaylandıktan sonra WESTlar Waves adresinize geçit tarafından gönderilir.", + "helpDescrTitle": "Bu adresi WEST cüzdanına ya da uygulamasına giriniz.", + "helpDescrTitle_copy": "Bu adresi WEST cüzdanına ya da uygulamasına giriniz.", + "warningMinAmountTitle": "Minimum yatırma tutarı {{minAmount, BigNumber}} {{assetTicker}}'dir. Maksimum yatırma tutarı ise {{maxAmount}} {{assetTicker}}'dir." + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "Minimum yatırma tutarı {{minAmount, BigNumber}} {{assetTicker}}'dir. Maksimum yatırma tutarı ise {{maxAmount}} {{assetTicker}}'dir." }, "dexScriptedPair": { "body": "Akıllı kripto paralar, kripto paraların dolaşım standartlarını belirleryen scriptlerden oluşur. {div}[Deneyimsiz bir kullanıcı iseniz akıllı kripto paralar ile işlem yapmanızı önermiyoruz. Bir işlem yapmadan önce akıllı kripto paralar ve Script'ler ile ilgili bilgileri dikkatlice okuyunuz.]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "VST geçici olarak hizmet dışıdır. Daha sonra tekrar deneyiniz." }, + "wavesEnterprise": { + "serverError_copy": "WEST geçici olarak hizmet dışıdır. Daha sonra tekrar deneyiniz." + }, "wtry": { "info": "Ödemeler konusunda herhangi bir problem yaşarsanız — [destek@digilira.com](mailto:destek@digilira.com) 'a e-posta gönderebilirsiniz." }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1. Açılış sayfası güncellendi ve sayfalar arası dolaşım geliştirildi.]", "1_3_18": "{span.line}[1. Özel anahtar ile giriş eklendi]\n{span.line}[2. Bir token'in 24 saatlik değişimi token/WAVES olarak ayarlandı.]", "1_3_19": "{span.line}[1. Bancor gateway has been launched.]\n{span.line}[2. User menu interface has been improved.]", - "1_3_2": "{span.line}[1. VST geçidi faaliyete alındı.]\n{span.line}[2. Görsel tasarım geliştirildi ve ufak hatalar giderildi.]", + "1_3_2": "{span.line}[1. WEST geçidi faaliyete alındı.]\n{span.line}[2. Görsel tasarım geliştirildi ve ufak hatalar giderildi.]", "1_3_20": "{span.line}[1. Improved system for storing and restoring accounts from local storage (Need to update the [desktop application](https://wavesplatform.com/technology/wallet)).]\n{span.line}[2. Fixed rounding of prices in the orderbook.]", "1_3_5": "{span.line}[1. [wsoc.io](https://wsoc.io) Yarışma kripto paraları eklendi.]\n{span.line}[2. Fransızca desteği eklendi.]\n{span.line}[3. Ufak hatalar giderildi.]", "1_3_7": "{span.line}[1. [tokenrating.wavesexplorer.com] entegrasyonu (https://tokenrating.wavesexplorer.com) Artık uygulamadan kripto paralar için derecelendirme puanı verebilirsiniz.]\n{span.line}[2. Ufak hatalar giderildi.]", diff --git a/locale/zh_CN/app.dex.json b/locale/zh_CN/app.dex.json index f8e6fe28e7..3e7bddf2f2 100644 --- a/locale/zh_CN/app.dex.json +++ b/locale/zh_CN/app.dex.json @@ -47,6 +47,7 @@ "last": "最新交易价", "limit": "限价单", "market": "市场订单", + "marketPriceField": "Price", "matcherFee": "费用", "notifications": { "error": { @@ -74,6 +75,9 @@ "stopPriceHelp": "这是一个以预定价格自动买卖的订单", "total": "总额" }, + "createorder": { + "yourBalance": "Your balance" + }, "demo": { "createAccount": "创建新账户", "or": "或", diff --git a/locale/zh_CN/app.utils.json b/locale/zh_CN/app.utils.json index 4fdf0cbff9..16cf503a86 100644 --- a/locale/zh_CN/app.utils.json +++ b/locale/zh_CN/app.utils.json @@ -279,6 +279,8 @@ "warningTitle": "请不要从智能合约中存入BNT!不要存入其他ERC20代币!只允许Bancor。" }, "wavesGatewayBTC": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of BTC to a token in your Waves account.", + "helpDescrTitle": "在您的BTC客户端或钱包中输入此地址", "warningMinAmountText": "如果您发送的费用低于{{minAmount, BigNumber}} {{assetTicker}},您将失去这笔钱。", "warningMinAmountTitle": "最低存款金额为{{minAmount,BigNumber}} {{assetTicker}} ,最高存款金额为{{maxAmount}} {{assetTicker}}", "warningText": "如通过该地址发送任何其他代币,您的代币将失去。", @@ -293,6 +295,8 @@ "warningTitle": "仅将ERGO发送至此存款地址" }, "wavesGatewayETH": { + "helpDescrText": "Once the transaction is confirmed, the gateway will process the transfer of ETH to a token in your Waves account.", + "helpDescrTitle": "Enter this address into your ETH client or wallet", "warningMinAmountText": "如果你发送少于{{minAmount, BigNumber}} {{assetTicker}},你将失去这笔钱。", "warningMinAmountTitle": "最低存款金额为{{minAmount,BigNumber}} {{assetTicker}} ,最高存款金额为{{maxAmount}} {{assetTicker}}", "warningText": "检查您的钱包或交易所是否为收回ETH使用智能合约。我们不接受这种交易,也不能退款。您将会失去这笔钱。", @@ -302,7 +306,15 @@ "helpDescrText": "确认交易后,网关将处理将VST转移到Waves帐户中的代币。", "helpDescrTitle": "在您的VST客户端或钱包中输入此地址", "warningMinAmountTitle": "最低存款金额为{{minAmount, BigNumber}} {{assetTicker}},最高存款金额为{{maxAmount}} {{assetTicker}}" - } + }, + "wavesGatewayWEST": { + "helpDescrText": "确认交易后,网关将处理将WEST转移到Waves帐户中的代币。", + "helpDescrText_copy": "确认交易后,网关将处理将WEST转移到Waves帐户中的代币。", + "helpDescrTitle": "在您的WEST客户端或钱包中输入此地址", + "helpDescrTitle_copy": "在您的WEST客户端或钱包中输入此地址", + "warningMinAmountTitle": "最低存款金额为{{minAmount, BigNumber}} {{assetTicker}},最高存款金额为{{maxAmount}} {{assetTicker}}" + }, + "wavesGatewayWEST:warningMinAmountTitle_copy": "最低存款金额为{{minAmount, BigNumber}} {{assetTicker}},最高存款金额为{{maxAmount}} {{assetTicker}}" }, "dexScriptedPair": { "body": "智能资产是包含脚本的资产,该脚本设置令牌流通的条件。 {div}[如果您是没有经验的用户,我们不建议您使用智能资产执行操作。在进行交易之前,请仔细阅读有关资产及其脚本的信息。]", @@ -483,6 +495,9 @@ "vostok": { "serverError": "VST服务暂时无法使用。稍后再试。" }, + "wavesEnterprise": { + "serverError_copy": "WEST服务暂时无法使用。稍后再试。" + }, "wtry": { "info": "如果付款处理出了问题,请联系Digilira支持团队 — [support@digilira.com](mailto:support@digilira.com)" }, @@ -969,7 +984,7 @@ "1_3_0": "{span.line}[1。改进了应用程序导航和起始页面界面。]", "1_3_18": "{span.line} [1。使用私钥添加了对钱包的登录。] \n {span.line} [2。令牌的24小时价格变化现在绑定到代币/ WAVES对。]", "1_3_19": "{span.line} [1。 Bancor网关已经推出。] \n {span.line} [2。用户菜单界面已得到改进。]", - "1_3_2": "{span.line} [1。 VST网关已经推出。] \n {span.line} [2。改进的用户界面和其他小错误已得到修复。]", + "1_3_2": "{span.line} [1。 WEST网关已经推出。] \n {span.line} [2。改进的用户界面和其他小错误已得到修复。]", "1_3_20": "{span.line} [1。改进了从本地存储中存储和恢复帐户的系统(需要更新[桌面应用程序](https://wavesplatform.com/technology/wallet))。 \n {span.line} [2。修正了订单中价格的四舍五入。]", "1_3_5": "{span.line} [1。已添加包含[wsoc.io](https://wsoc.io)竞赛代币的标签。 \n {span.line} [2。增加了法语支持。] \n {span.line} [3。其他小错误已得到修复。]", "1_3_7": "{span.line} [1。与[tokenrating.wavesexplorer.com]集成(https://tokenrating.wavesexplorer.com)现在您可以直接在应用程序中对令牌进行评分。 \n {span.line} [2。其他小错误已得到修复。]", diff --git a/package-lock.json b/package-lock.json index 4c383e9c56..7560bd56f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10492,9 +10492,9 @@ "dev": true }, "jquery": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.0.tgz", - "integrity": "sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==" + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz", + "integrity": "sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw==" }, "js-cookie": { "version": "2.2.0", diff --git a/package.json b/package.json index df8f9ec2da..a49a487139 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waves-client", - "version": "1.4.7", + "version": "1.4.8", "description": "The official client application for the Waves platform", "private": true, "repository": { @@ -125,7 +125,7 @@ "i18next": "9.1.0", "i18next-locize-backend": "1.2.1", "identity-img": "1.0.0", - "jquery": "^3.4.0", + "jquery": "^3.4.1", "js-cookie": "2.2.0", "mobile-detect": "^1.4.1", "mousetrap": "1.6.1", diff --git a/src/index.hbs b/src/index.hbs index 6aeb804dfc..9e54b7ab65 100644 --- a/src/index.hbs +++ b/src/index.hbs @@ -319,6 +319,8 @@ */ var WavesApp = { name: 'Waves DEX', + platform: config.platform(), + electronVersion: config.electronVersion, version: config.pack.version, type: !config.isWeb() ? 'desktop' : 'web', matcherPriorityList: config.network.matcherPriorityList, diff --git a/src/modules/app/services/User.js b/src/modules/app/services/User.js index 9cf5e92206..9f05835d51 100644 --- a/src/modules/app/services/User.js +++ b/src/modules/app/services/User.js @@ -565,7 +565,8 @@ storage.save('multiAccountData', ''), storage.save('multiAccountHash', ''), storage.save('multiAccountUsers', ''), - storage.save('userList', '') + storage.save('userList', ''), + storage.save('termsAccepted', false) ]); } diff --git a/src/modules/migrate/templates/migrate.html b/src/modules/migrate/templates/migrate.html index b35a520d75..d04c299eb4 100644 --- a/src/modules/migrate/templates/migrate.html +++ b/src/modules/migrate/templates/migrate.html @@ -60,6 +60,8 @@
+ + @@ -122,4 +124,4 @@ - \ No newline at end of file + diff --git a/src/modules/signIn/controllers/SignInCtrl.js b/src/modules/signIn/controllers/SignInCtrl.js index 8d3c82cb8f..3156db33dd 100644 --- a/src/modules/signIn/controllers/SignInCtrl.js +++ b/src/modules/signIn/controllers/SignInCtrl.js @@ -88,6 +88,8 @@ } else { $state.go('create'); } + }).catch(() => { + return null; }); } diff --git a/src/modules/ui/directives/assetInfoHead/AssetInfoHead.js b/src/modules/ui/directives/assetInfoHead/AssetInfoHead.js index ec72d02d67..64fc78c9c6 100644 --- a/src/modules/ui/directives/assetInfoHead/AssetInfoHead.js +++ b/src/modules/ui/directives/assetInfoHead/AssetInfoHead.js @@ -27,6 +27,11 @@ */ tokenratingLink; + /** + * @type {number | null} + */ + rating = null; + $postLink() { this._getAssetInfo(); this._setLink(); @@ -43,11 +48,7 @@ this.ticker = asset.ticker; const { hasLabel, isGateway } = utils.getDataFromOracles(asset.id); this.hasLabel = hasLabel; - this.isGatewayOrWaves = this.assetId === WavesApp.defaultAssets.WAVES || - isGateway && - this.assetId !== WavesApp.defaultAssets.VST && - this.assetId !== WavesApp.defaultAssets.ERGO && - this.assetId !== WavesApp.defaultAssets.BNT; + this.isGatewayOrWaves = this.assetId === WavesApp.defaultAssets.WAVES || isGateway; $scope.$apply(); }); @@ -71,7 +72,7 @@ this.ratingError = true; return null; } - if (!assetList[0]) { + if (assetList.length === 0) { return null; } diff --git a/src/modules/ui/directives/helpIcon/helpIcon.less b/src/modules/ui/directives/helpIcon/helpIcon.less index 91aa06e380..cec6d4d7a4 100644 --- a/src/modules/ui/directives/helpIcon/helpIcon.less +++ b/src/modules/ui/directives/helpIcon/helpIcon.less @@ -3,6 +3,10 @@ @import (reference) '../../../app/less/typography'; .help-icon { + display: inline-flex; + z-index: 10; + flex-shrink: 0; + &__icon { margin-left: 7px; border-radius: 50%; @@ -74,12 +78,6 @@ margin-bottom: 5px; margin-top: 0; } -} - -w-help-icon { - display: inline-flex; - z-index: 10; - flex-shrink: 0; &.info { .help-icon { diff --git a/src/modules/ui/directives/mainHeader/less/largeHeader/dropdown-toggler.less b/src/modules/ui/directives/mainHeader/less/largeHeader/dropdown-toggler.less index abc521d340..572ef75ede 100644 --- a/src/modules/ui/directives/mainHeader/less/largeHeader/dropdown-toggler.less +++ b/src/modules/ui/directives/mainHeader/less/largeHeader/dropdown-toggler.less @@ -82,4 +82,8 @@ } } } + + &.dropdown-toggler_right:hover::after { + display: none; + } } diff --git a/src/modules/ui/directives/ratingStars/tooltip.less b/src/modules/ui/directives/ratingStars/tooltip.less index 16c72366a9..f428ffb591 100644 --- a/src/modules/ui/directives/ratingStars/tooltip.less +++ b/src/modules/ui/directives/ratingStars/tooltip.less @@ -101,8 +101,9 @@ } // account type helper tooltip -.avatar-container.has-helper { - w-help-icon { +.avatar-container.has-helper, +.dropdown-toggler__avatar.dropdown-toggler__avatar_has-helper { + .help-icon { position: absolute; right: 0; bottom: 0; @@ -114,7 +115,6 @@ text-align: center; background: @color-white; margin: 0; - overflow: hidden; display: flex; align-items: center; justify-content: center; @@ -135,18 +135,13 @@ font-size: 11px; content: '+'; color: @color-black; - background-color: @color-white; } } &__content { - width: 150px; - left: 0; - top: 100%; padding: 11px; line-height: 1em; font-size: 11px; - transform: translate(-50%, 5px); } &__row { @@ -191,6 +186,42 @@ } } +.avatar-container.has-helper { + .help-icon { + &__icon { + overflow: hidden; + } + + &__content { + width: 150px; + left: 0; + top: 100%; + transform: translate(-50%, 5px); + } + } +} + +.dropdown-toggler__avatar.dropdown-toggler__avatar_has-helper { + z-index: 11; + + .help-icon { + .help-icon__icon::after { + top: 23px; + } + + .help-icon__row { + white-space: nowrap; + } + + .help-icon__content { + width: auto; + left: auto; + right: -35px; + top: -3px; + } + } +} + .tooltip_unpin { transform: translate(-8px, -30px); visibility: hidden; diff --git a/src/modules/utils/modals/settings/SettingsCtrl.js b/src/modules/utils/modals/settings/SettingsCtrl.js index a538543728..c77754f8c7 100644 --- a/src/modules/utils/modals/settings/SettingsCtrl.js +++ b/src/modules/utils/modals/settings/SettingsCtrl.js @@ -253,6 +253,7 @@ this.scamListUrl = WavesApp.network.scamListUrl; this.tokensNameListUrl = WavesApp.network.tokensNameListUrl; this.oracleWaves = WavesApp.oracles.waves; + this.assetsOracleTmp = this.oracleWaves; this.api = WavesApp.network.api; } @@ -285,6 +286,10 @@ modalManager.showDeleteAccountModal(); } + onBlurSetting(prop) { + this[prop] = this[prop] ? this[prop] : undefined; + } + } return new SettingsCtrl(); diff --git a/src/modules/utils/modals/settings/settings.html b/src/modules/utils/modals/settings/settings.html index 99984f3c5d..137ad9c162 100644 --- a/src/modules/utils/modals/settings/settings.html +++ b/src/modules/utils/modals/settings/settings.html @@ -209,7 +209,7 @@
- +
@@ -219,7 +219,7 @@
- +
@@ -288,7 +288,7 @@
- +
diff --git a/src/modules/utils/services/Storage.js b/src/modules/utils/services/Storage.js index 3bfab08cb2..2c5eb7f26d 100644 --- a/src/modules/utils/services/Storage.js +++ b/src/modules/utils/services/Storage.js @@ -27,7 +27,8 @@ return saveUsersWithUniqueName(storage) .then(data => addNewGateway(data, WavesApp.defaultAssets.BNT)); }, - '1.4.0': storage => migrateCommonSettings(storage) + '1.4.0': storage => migrateCommonSettings(storage), + '1.4.6': storage => fixMigrateCommonSettings(storage) }; function newTerms(storage) { @@ -93,6 +94,84 @@ }); } + function fixSettings(user) { + const newDefaultSettings = defaultSettings.create(); + const pinnedList = newDefaultSettings.get('pinnedAssetIdList'); + + if (!user || typeof user.settings !== 'object') { + return {}; + } + + const settings = { ...user.settings }; + + if (settings.pinnedAssetIdList && settings.pinnedAssetIdList.length) { + const list = [ ...settings.pinnedAssetIdList ]; + + for (let assetIndex = list.length; assetIndex--; ) { + if (list[assetIndex] == null) { + list[assetIndex] = pinnedList[assetIndex]; + } + } + + settings.pinnedAssetIdList = list; + } + + if (settings.dex && settings.dex.watchlist && settings.dex.watchlist.favourite) { + const dexSettings = { ... settings.dex }; + dexSettings.watchlist = { ...dexSettings.watchlist }; + + if (!Array.isArray(dexSettings.watchlist.favourite)) { + dexSettings.watchlist.favourite = []; + } + + const favourite = dexSettings.watchlist.favourite + .map(pair => { + if (!pair || pair.length === 0) { + return null; + } + + if (!pair[0] || !pair[1]) { + return null; + } + + return pair; + }) + .filter(Boolean); + + dexSettings.watchlist.favourite = favourite; + settings.dex = dexSettings; + } + + return settings; + } + + function fixMigrateCommonSettings(storage) { + return Promise.all([storage.load('userList'), storage.load('multiAccountUsers')]).then(([userList, multiAccountUsers]) => { + try { + if (userList && userList.length) { + userList = userList.map(user => ({ ...user, settings: fixSettings(user) })); + } + + if (multiAccountUsers && typeof multiAccountUsers === 'object') { + const users = Object.entries(multiAccountUsers); + multiAccountUsers = users.reduce((acc, [key, user]) => { + user = { ...user, settings: fixSettings(user) }; + acc[key] = user; + return acc; + }, Object.create(null)); + } + } catch (e) { + + } + + return Promise.all([ + storage.save('multiAccountUsers', multiAccountUsers), + storage.save('userList', userList) + ]); + + }); + } + function migrateCommonSettings(storage) { return storage.load('userList').then(userList => { const commonSettings = defaultSettings.create(); diff --git a/src/modules/utils/services/gateways/CoinomatService.js b/src/modules/utils/services/gateways/CoinomatService.js index 994ed98c7b..30c850b49f 100644 --- a/src/modules/utils/services/gateways/CoinomatService.js +++ b/src/modules/utils/services/gateways/CoinomatService.js @@ -91,7 +91,7 @@ getSupportMap(asset) { if (GATEWAYS[asset.id]) { return { - deposit: true, + deposit: asset.id !== WavesApp.defaultAssets.BTC, withdraw: true, errorAddressMessage: true }; diff --git a/src/modules/utils/services/gateways/WavesGatewayService.js b/src/modules/utils/services/gateways/WavesGatewayService.js index b57bd07a6d..cfdf22d2d4 100644 --- a/src/modules/utils/services/gateways/WavesGatewayService.js +++ b/src/modules/utils/services/gateways/WavesGatewayService.js @@ -5,7 +5,8 @@ [WavesApp.defaultAssets.VST]: { waves: 'WVST', gateway: 'VST' }, [WavesApp.defaultAssets.ERGO]: { waves: 'WERGO', gateway: 'ERGO' }, [WavesApp.defaultAssets.BNT]: { waves: 'WBNT', gateway: 'BNT' }, - [WavesApp.defaultAssets.ETH]: { waves: 'ETH', gateway: 'ETH' } + [WavesApp.defaultAssets.ETH]: { waves: 'ETH', gateway: 'ETH' }, + [WavesApp.defaultAssets.BTC]: { waves: 'WBTC', gateway: 'BTC' } }; const PATH = `${WavesApp.network.wavesGateway}/api/v1`; @@ -30,7 +31,7 @@ if (GATEWAYS[asset.id]) { return { deposit: true, - withdraw: true, + withdraw: asset.id !== WavesApp.defaultAssets.BTC, errorAddressMessage: true, wrongAddressMessage: true }; diff --git a/src/modules/utils/services/whatsNew.js b/src/modules/utils/services/whatsNew.js index e40e4e3b7d..2d8e3aec02 100644 --- a/src/modules/utils/services/whatsNew.js +++ b/src/modules/utils/services/whatsNew.js @@ -82,6 +82,8 @@ } function handleLogin() { + notification.destroyAll(); + const notShownUpdates = user.getSetting('whatsNewList') .filter(version => { if (migration.gt(version, WavesApp.version)) { diff --git a/src/modules/wallet/modules/assets/directives/asset/Asset.js b/src/modules/wallet/modules/assets/directives/asset/Asset.js index 9c69425a63..c203fb941a 100644 --- a/src/modules/wallet/modules/assets/directives/asset/Asset.js +++ b/src/modules/wallet/modules/assets/directives/asset/Asset.js @@ -25,7 +25,9 @@ this.isVerified = isVerified; this.isGateway = isGateway; this.isTokenomica = isTokenomica; - createPoll(this, this._getTokenRating, this._setTokenRating, 60 * 1000); + if (!this.isGateway) { + createPoll(this, this._getTokenRating, this._setTokenRating, 60 * 1000); + } } isUnpinned() { @@ -39,7 +41,7 @@ } _setTokenRating(assetList) { - if (!assetList || !assetList[0]) { + if (!assetList || assetList.length === 0) { return null; } diff --git a/src/modules/wallet/modules/portfolio/directives/portfolioRow/PortfolioRow.js b/src/modules/wallet/modules/portfolio/directives/portfolioRow/PortfolioRow.js index cb8a754afa..f6b3563089 100644 --- a/src/modules/wallet/modules/portfolio/directives/portfolioRow/PortfolioRow.js +++ b/src/modules/wallet/modules/portfolio/directives/portfolioRow/PortfolioRow.js @@ -190,7 +190,7 @@ } = utils.getDataFromOracles(this.balance.asset.id); this.isVST = this.balance.asset.id === WavesApp.defaultAssets.VST; - + this.isGateway = isGateway; this.isVerifiedOrGateway = isVerified || isGateway; const html = template({ @@ -361,7 +361,9 @@ ); }).catch(() => null); - if (typeof balance.rating === 'number') { + const hasRate = balance.rating !== null; + + if (hasRate && !this.isGateway && balance.asset.id !== WavesApp.defaultAssets.WAVES) { new RatingStarsFactory({ $container: this.$node.find(`.${SELECTORS.STARS_CONTAINER}`), rating: balance.rating, diff --git a/ts-scripts/utils.ts b/ts-scripts/utils.ts index 9015e92f15..e163189ff7 100644 --- a/ts-scripts/utils.ts +++ b/ts-scripts/utils.ts @@ -476,6 +476,26 @@ export async function getInitScript( } }; + + config.platform = function() { + const userAgent = navigator.userAgent; + const platform = navigator.platform; + const macosPlatforms = ['Macintosh', 'MacIntel', 'MacPPC', 'Mac68K']; + const windowsPlatforms = ['Win32', 'Win64', 'Windows', 'WinCE']; + const iosPlatforms = ['iPhone', 'iPad', 'iPod']; + + switch (true) { + case (macosPlatforms.indexOf(platform) !== -1): return 'mac'; + case (iosPlatforms.indexOf(platform) !== -1): return 'ios'; + case (windowsPlatforms.indexOf(platform) !== -1): return 'win'; + case (/Android/.test(userAgent)): return 'android'; + case (/Linux/.test(platform)): return 'linux'; + default: return 'linux'; + } + }; + + config.electronVersion = config.isDesktop() ? navigator.userAgent.replace(/.*?waves-(client|dex)\/(\d+\.\d+\.\d+).*/g, '$2') : ''; + config.remappedAssetNames = {}; config.remappedAssetNames[config.network.assets.EUR] = 'Euro'; config.remappedAssetNames[config.network.assets.USD] = 'US Dollar';