diff --git a/atomic_defi_design/Dex/Components/DexCheckBox.qml b/atomic_defi_design/Dex/Components/DexCheckBox.qml index c0bccae2b4..6f9c6b6f70 100644 --- a/atomic_defi_design/Dex/Components/DexCheckBox.qml +++ b/atomic_defi_design/Dex/Components/DexCheckBox.qml @@ -53,7 +53,6 @@ CheckBox { id: _content Layout.alignment: Qt.AlignVCenter - Layout.preferredWidth: labelWidth height: _label.height spacing: 0 @@ -63,8 +62,6 @@ CheckBox text: control.text font: control.font color: control.textColor - Layout.alignment: Qt.AlignVCenter - Layout.fillWidth: true verticalAlignment: Text.AlignVCenter leftPadding: control.indicator.width + control.spacing wrapMode: Label.Wrap diff --git a/atomic_defi_design/Dex/Constants/General.qml b/atomic_defi_design/Dex/Constants/General.qml index 6167959ca3..8faf8f4bd9 100644 --- a/atomic_defi_design/Dex/Constants/General.qml +++ b/atomic_defi_design/Dex/Constants/General.qml @@ -374,16 +374,10 @@ QtObject { } function getFeesDetailText(feetype, amount, ticker) { - return qsTr("%1 %2 %3 (%4)" - ).arg( - feetype - ).arg( - formatDouble(amount, 8, false) - ).arg( - ticker - ).arg( - General.getFiatText(amount, ticker, false) - ) + if ([feetype, amount, ticker].includes(undefined)) return "" + let fiat_text = General.getFiatText(amount, ticker, false) + amount = formatDouble(amount, 8, false).toString() + return feetype + " " + amount + " " + ticker + " (" + fiat_text + ")" } function getSimpleFromPlaceholder(selectedTicker, selectedOrder, sell_ticker_balance) { diff --git a/atomic_defi_design/Dex/Exchange/Trade/ConfirmTradeModal.qml b/atomic_defi_design/Dex/Exchange/Trade/ConfirmTradeModal.qml index fa1feb49e7..bdeab36c31 100644 --- a/atomic_defi_design/Dex/Exchange/Trade/ConfirmTradeModal.qml +++ b/atomic_defi_design/Dex/Exchange/Trade/ConfirmTradeModal.qml @@ -73,12 +73,12 @@ MultipageModal Layout.fillWidth: true Layout.alignment: Qt.AlignHCenter - // Large margin Warning + // Large margin warning FloatingBackground { Layout.alignment: Qt.AlignCenter - width: 425 - height: 30 + width: childrenRect.width + height: childrenRect.height color: Style.colorRed2 visible: Math.abs(parseFloat(API.app.trading_pg.cex_price_diff)) >= 50 @@ -95,14 +95,12 @@ MultipageModal textColor: Style.colorWhite0 visible: Math.abs(parseFloat(API.app.trading_pg.cex_price_diff)) >= 50 spacing: 2 - boxWidth: 20 - boxHeight: 20 - labelWidth: 400 + boxWidth: 16 + boxHeight: 16 label.wrapMode: Label.NoWrap text: qsTr("Trade price is more than 50% different to CEX! Confirm?") + font: DexTypo.caption } - - Item { width: 3 } } } @@ -200,7 +198,7 @@ MultipageModal Repeater { - model: root.fees.hasOwnProperty('base_transaction_fees_ticker') ? root.fees.total_fees : [] + model: root.fees.hasOwnProperty('base_transaction_fees_ticker') && !API.app.trading_pg.preimage_rpc_busy ? root.fees.total_fees : [] delegate: DefaultText { text: General.getFeesDetailText( diff --git a/atomic_defi_design/assets/languages/atomic_defi_de.ts b/atomic_defi_design/assets/languages/atomic_defi_de.ts index 8ee90d8381..c4d54e3cb3 100644 --- a/atomic_defi_design/assets/languages/atomic_defi_de.ts +++ b/atomic_defi_design/assets/languages/atomic_defi_de.ts @@ -738,78 +738,78 @@ Beispiel: Kennwort = 1234 Suffix=56 Eingabe beim Login=123456Bestätigen Sie die Austausch-Details - + Trade price is more than 50% different to CEX! Confirm? - + Der Handelspreis unterscheidet sich um mehr als 50% vom CEX-Preis. Bestätigen? - + This swap request can not be undone and is a final event! Diese Tauschanfrage kann nicht rückgängig gemacht werden und ist ein endgültiges Ereignis! - + This transaction can take up to 60 mins - DO NOT close this application! Diese Transaktion kann bis zu 60 Minuten dauern - schließen Sie diese Anwendung NICHT! - + Loading fees... Lade Gebühren... - + <b>Total %1 fees:</b> <b>Gesamt %1 Gebühren:</b> - + Security configuration Sicherheitskonfiguration - + %1 confirmations for incoming %2 transactions %1 Bestätigungen für eingehende %2 Transaktionen - + Read more about dPoW Lesen Sie mehr über dPoW - + Use custom protection settings for incoming %1 transactions TICKER Benutzerdefinierte Schutzeinstellungen für eingehende %1 Transaktionen verwenden - + Enable Komodo dPoW security Komodo dPoW-Sicherheit aktivieren - + dPoW protected - + dPoW-gesichert - + Required Confirmations Erforderliche Bestätigungen - + Warning, this atomic swap is not dPoW protected! Achtung, dieser Atomic Swap ist nicht dPoW-geschützt! - + Cancel Abbrechen - + Confirm Bestätigen @@ -1276,8 +1276,8 @@ Beispiel: Kennwort = 1234 Suffix=56 Eingabe beim Login=123456 - Close - Schließen + Cancel + Abbrechen @@ -1463,72 +1463,67 @@ Beispiel: Kennwort = 1234 Suffix=56 Eingabe beim Login=123456<b>Maker tx Gebühren:</b> - - %1 %2 %3 (%4) - %1 %2 %3 (%4) - - - + Trading Fee Handelsgebühr - + Minimum Trading Amount Mindesthandelsbetrag - + Wallet %1 already exists WALLETNAME Brieftasche %1 existiert bereits - + %1 balance is lower than the fees amount: %2 %3 Das %1 Guthaben ist niedriger als der Gebührenbetrag: %2 %3 - + Tradable (after fees) %1 balance is lower than minimum trade amount Handelbares %1 Guthaben (nach Gebühren) ist niedriger als der Mindesthandelsbetrag - + Please fill the price field Bitte füllen Sie das Preisfeld aus - + Please fill the volume field - - + + Please wait for %1 to fully activate - - + + %1 volume is lower than minimum trade amount %1 Volumen ist niedriger als der minimale Handelsbetrag - - + + %1 needs to be enabled in order to use %2 %1 muss aktiviert werden, um %2 verwenden zu können - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions Das %1 Guthaben muss finanziert werden, ein Guthaben größer Null ist erforderlich, um das Benzin von %2 Transaktionen zu bezahlen - + Unknown Error Unbekannter Fehler @@ -2322,167 +2317,152 @@ They will be removed from the orderbook until you log in again. NotificationsModal - + Matching Zusammenführung - + Order Matching Auftrag wird abgeglichen - + Matched Abgestimmt - + Order Matched Auftrag wurde abgestimmt - + Ongoing Läuft - + Swap Ongoing Austausch läuft - + Successful Erfolgreich - + Swap Successful Tausch erfolgreich - + Refunding Rückzahlung - + Failed Fehlgeschlagen - + Swap Failed Tausch fehlgeschlagen - + Unknown Unbekannt - + Unknown State Unbekannter Status - + Swap status updated Austausch-Status aktualisiert - + You sent %1 Sie %1 haben gesendet - + You received %1 Sie %1 haben erhalten - + Your wallet balance changed Ihr Guthaben hat sich geändert - + %1 Enable status TICKER - + Please check your internet connection (e.g. VPN service or firewall might block it). Bitte überprüfen Sie Ihre Internetverbindung (z. B. könnte VPN-Dienst oder Firewall sie blockieren). - + Failed to enable %1 TICKER Aktivierung von %1 fehlgeschlagen - + + Failed to disable %1 TICKER - + + Endpoint not reachable Endpunkt nicht erreichbar - + Could not reach to endpoint Endpunkt konnte nicht erreicht werden - - Mismatch at %1 custom asset configuration - TICKER - Nichtübereinstimmung bei benutzerdefinierter Konfiguration des %1 Asset - - - - Application needs to be restarted for %1 custom asset. - TICKER - Die Anwendung muss für benutzerdefiniertes Asset %1 neu gestartet werden. - - - - Batch %1 failed. Reason: %2 - Batch %1 fehlgeschlagen. Grund: %2 - - - + Show Zeigen - + Restart Neustart - + Quit Beenden - + Notifications Benachrichtigungen - + There aren't any notifications Es gibt keine Benachrichtigungen - + Mark all as read Alle als gelesen makieren @@ -2948,12 +2928,12 @@ Bitte wählen Sie einen neuen Auftrag aus. ProView - + Failed to place the order Der Auftrag konnte nicht platziert werden - + Placed the order Auftrag platziert @@ -3162,6 +3142,11 @@ Bitte wählen Sie einen neuen Auftrag aus. Gas price Gas Preis + + + Cancel + Abbrechen + Recipient's address @@ -3250,11 +3235,6 @@ Bitte wählen Sie einen neuen Auftrag aus. Only use custom fees if you know what you are doing! - - - Close - Schließen - Prepare @@ -4058,154 +4038,154 @@ Die Netzwerkgebühren können je nach ausgewähltem Handelspaar stark variieren. Trade - + Swap Tauschen - + Instant trading with best orders Sofortiger Handel mit den besten Aufträgen - + Reset form Formular zurücksetzen - + You have no tradable assets Keine handelbaren Assets vorhanden - + From Von - + Enter an amount Betrag eingeben - + MAX MAX - + To Nach - + Pick an order Auftrag auswählen - + Price Preis - + Better price found: %1. Updating forms. Besseren Preis gefunden: %1. Formulare aktualisieren. - + Better price (%1) found but received quantity (%2) is lower than your current one (%3). Click here to update the selected order. Besseren Preis (%1) gefunden, aber erhaltene Menge (%2) ist niedriger als Ihre aktuelle (%3). Klicken Sie hier, um den ausgewählten Auftrag zu aktualisieren. - + %1 %1 - + Tradable: Handelbar: - + Min: %1 Minimum: %1 - + Pick a coin Wählen Sie einen Coin - + SWAP NOW JETZT TAUSCHEN - + Failed to place the order Der Auftrag konnte nicht platziert werden - + Placed the order Auftrag platziert - + Entered amount must be superior than 0. Der eingegebene Betrag muss größer als 0 sein. - + You must select an order. Sie müssen einen Auftrag auswählen. - + Entered amount is below the minimum required by this order: %1 Der eingegebene Betrag liegt unter dem für diesen Auftrag erforderlichen Mindestbetrag: %1 - - + + %1 needs to be enabled in order to use %2 %1 muss aktiviert werden, um %2 verwenden zu können - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions Das %1 Guthaben muss finanziert werden, ein Guthaben größer Null ist erforderlich, um das Benzin von %2 Transaktionen zu bezahlen - + %1 balance does not have enough funds to pay the gas of %2 transactions Das Guthaben von %1 reicht nicht aus, um das Gas von %2 Transaktionen zu bezahlen - + No buy orders found for %1. Keine Kaufaufträge für %1 gefunden. - + You can check later or try to sell a different coin. Sie können später nachsehen oder versuchen, einen anderen Coin zu verkaufen. - + Calculating fee estimate... Geschätzten Gebühren werden berechnet... - + Total %1 fees: %1 Gesamtgebühren: - + %2 (%3) %2 (%3) diff --git a/atomic_defi_design/assets/languages/atomic_defi_en.ts b/atomic_defi_design/assets/languages/atomic_defi_en.ts index 980e1d8be6..574da37ff9 100644 --- a/atomic_defi_design/assets/languages/atomic_defi_en.ts +++ b/atomic_defi_design/assets/languages/atomic_defi_en.ts @@ -737,78 +737,78 @@ - + Trade price is more than 50% different to CEX! Confirm? - + This swap request can not be undone and is a final event! - + This transaction can take up to 60 mins - DO NOT close this application! - + Loading fees... - + <b>Total %1 fees:</b> - + Security configuration - + %1 confirmations for incoming %2 transactions - + Read more about dPoW - + Use custom protection settings for incoming %1 transactions TICKER - + Enable Komodo dPoW security - + dPoW protected - + Required Confirmations - + Warning, this atomic swap is not dPoW protected! - + Cancel Cancel - + Confirm @@ -1275,8 +1275,8 @@ - Close - + Cancel + Cancel @@ -1462,72 +1462,67 @@ - - %1 %2 %3 (%4) - - - - + Trading Fee - + Minimum Trading Amount - + Wallet %1 already exists WALLETNAME - + %1 balance is lower than the fees amount: %2 %3 - + Tradable (after fees) %1 balance is lower than minimum trade amount - + Please fill the price field - + Please fill the volume field - - + + Please wait for %1 to fully activate - - + + %1 volume is lower than minimum trade amount - - + + %1 needs to be enabled in order to use %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions - + Unknown Error @@ -2321,167 +2316,152 @@ They will be removed from the orderbook until you log in again. NotificationsModal - + Matching - + Order Matching - + Matched - + Order Matched - + Ongoing - + Swap Ongoing - + Successful - + Swap Successful - + Refunding - + Failed - + Swap Failed - + Unknown - + Unknown State - + Swap status updated - + You sent %1 - + You received %1 - + Your wallet balance changed - + %1 Enable status TICKER - + Please check your internet connection (e.g. VPN service or firewall might block it). - + Failed to enable %1 TICKER - + + Failed to disable %1 TICKER - + + Endpoint not reachable - + Could not reach to endpoint - - Mismatch at %1 custom asset configuration - TICKER - - - - - Application needs to be restarted for %1 custom asset. - TICKER - - - - - Batch %1 failed. Reason: %2 - - - - + Show - + Restart - + Quit - + Notifications - + There aren't any notifications - + Mark all as read @@ -2946,12 +2926,12 @@ Please select a new order. ProView - + Failed to place the order - + Placed the order @@ -3160,6 +3140,11 @@ Please select a new order. Gas price + + + Cancel + Cancel + Recipient's address @@ -3248,11 +3233,6 @@ Please select a new order. Only use custom fees if you know what you are doing! - - - Close - - Prepare @@ -4040,154 +4020,154 @@ Network fees can vary greatly depending on your selected trading pair. Trade - + Swap - + Instant trading with best orders - + Reset form - + You have no tradable assets - + From - + Enter an amount - + MAX - + To - + Pick an order - + Price - + Better price found: %1. Updating forms. - + Better price (%1) found but received quantity (%2) is lower than your current one (%3). Click here to update the selected order. - + %1 - + Tradable: - + Min: %1 - + Pick a coin - + SWAP NOW - + Failed to place the order - + Placed the order - + Entered amount must be superior than 0. - + You must select an order. - + Entered amount is below the minimum required by this order: %1 - - + + %1 needs to be enabled in order to use %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions - + %1 balance does not have enough funds to pay the gas of %2 transactions - + No buy orders found for %1. - + You can check later or try to sell a different coin. - + Calculating fee estimate... - + Total %1 fees: - + %2 (%3) diff --git a/atomic_defi_design/assets/languages/atomic_defi_es.ts b/atomic_defi_design/assets/languages/atomic_defi_es.ts index c5ef6a286e..c2b1055f75 100644 --- a/atomic_defi_design/assets/languages/atomic_defi_es.ts +++ b/atomic_defi_design/assets/languages/atomic_defi_es.ts @@ -737,78 +737,78 @@ Confirmar Detalles de Intercambio - + Trade price is more than 50% different to CEX! Confirm? ¡El precio comercial es más del 50% diferente al de CEX! ¿Confirmar? - + This swap request can not be undone and is a final event! ¡Esta solicitud de intercambio no se puede deshacer y es un evento final! - + This transaction can take up to 60 mins - DO NOT close this application! Esta transacción puede demorar hasta 60 minutos. ¡NO cierre esta aplicación! - + Loading fees... Cargando tarifas... - + <b>Total %1 fees:</b> - <b>Total de %1 fees:</b> + <b>Cuota total de %1:</b> - + Security configuration Configuración de seguridad - + %1 confirmations for incoming %2 transactions %1 confirmaciones para %2 transacciones entrantes - + Read more about dPoW Obtenga más información sobre dPoW - + Use custom protection settings for incoming %1 transactions TICKER Utilice configuraciones de protección personalizadas para %1 transacciones entrantes - + Enable Komodo dPoW security Habilite la seguridad dPoW de Komodo - + dPoW protected - dPoW protegida + Protegido por dPoW - + Required Confirmations Confirmaciones Requeridas - + Warning, this atomic swap is not dPoW protected! Advertencia, este intercambio atómico no está protegido por dPoW! - + Cancel Cancelar - + Confirm Confirmar @@ -1275,8 +1275,8 @@ - Close - Cerrar + Cancel + Cancelar @@ -1444,90 +1444,85 @@ <b>Taker tx fee:</b> - <b>Taker tx fee:</b> + <b>Cuota de tx del taker:</b> <b>Dex tx fee:</b> - <b>Dex tx fee:</b> + <b>Cuota de tx del Dex:</b> <b>Dex fee:</b> - <b>Dex fee:</b> + <b>Cuota Dex:</b> <b>Maker tx fee:</b> - <b>Maker tx fee:</b> + <b>Cuota tx del maker:</b> - - %1 %2 %3 (%4) - %1 %2 %3 (%4) - - - + Trading Fee Tarifa de Intercambio - + Minimum Trading Amount Cantidad Mínima de Intercambio - + Wallet %1 already exists WALLETNAME Monedero %1 ya existe - + %1 balance is lower than the fees amount: %2 %3 El saldo de %1 es inferior al monto de las tarifas: %2 %3 - + Tradable (after fees) %1 balance is lower than minimum trade amount El saldo de %1 (después de las tarifas) es inferior al monto mínimo de intercambio - + Please fill the price field Por favor complete el campo de precio - + Please fill the volume field Complete el campo de volumen - - + + Please wait for %1 to fully activate Espere a que %1 se active por completo - - + + %1 volume is lower than minimum trade amount El volumen de %1 es inferior al monto mínimo de intercambio - - + + %1 needs to be enabled in order to use %2 %1 debe habilitarse para usar %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions se debe rellenar el saldo de %1, se requiere un saldo distinto de cero para pagar el gas de %2 transacciones - + Unknown Error Error Desconocido @@ -2324,167 +2319,152 @@ Se eliminarán del libro de pedidos hasta que vuelva a iniciar sesión. NotificationsModal - + Matching Emparejando - + Order Matching Emparejando Orden - + Matched Emparejado - + Order Matched Orden Emparejada - + Ongoing En Curso - + Swap Ongoing Intercambio En Curso - + Successful Exitoso - + Swap Successful Intercambio exitoso - + Refunding Reembolso - + Failed Fallo - + Swap Failed Intercambio fallido - + Unknown Desconocido - + Unknown State Estado Desconocido - + Swap status updated Estado de Intercambio Actualizado - + You sent %1 Enviaste %1 - + You received %1 Recibiste %1 - + Your wallet balance changed El saldo de tu billetera cambió - + %1 Enable status TICKER %1 habilitar el estado - + Please check your internet connection (e.g. VPN service or firewall might block it). Verifica tu conexión a Internet (por ejemplo, el servicio VPN o el firewall pueden bloquearlo). - + Failed to enable %1 TICKER No se pudo habilitar %1 - + + Failed to disable %1 TICKER Error al deshabilitar %1 - + + Endpoint not reachable Punto final no accesible - + Could not reach to endpoint No se pudo llegar al punto final - - Mismatch at %1 custom asset configuration - TICKER - Falta de emparejamiento en %1 configuración de recurso personalizado - - - - Application needs to be restarted for %1 custom asset. - TICKER - Es necesario reiniciar la aplicación para %1 recurso personalizado. - - - - Batch %1 failed. Reason: %2 - El lote %1 falló. Razón: %2 - - - + Show Mostrar - + Restart Reiniciar - + Quit Salir - + Notifications Notificaciones - + There aren't any notifications No hay ' notificaciones - + Mark all as read Marcar todo como leído @@ -2950,12 +2930,12 @@ Seleccione un nuevo pedido. ProView - + Failed to place the order Error al realizar el pedido - + Placed the order Realizó el pedido El @@ -3164,6 +3144,11 @@ Seleccione un nuevo pedido. Gas price Precio del gas + + + Cancel + Cancelar + Recipient's address @@ -3252,11 +3237,6 @@ Seleccione un nuevo pedido. Only use custom fees if you know what you are doing! ¡Solo use tarifas personalizadas si sabe lo que está haciendo! - - - Close - Cerrar - Prepare @@ -4060,154 +4040,154 @@ Las tarifas de la red pueden variar mucho según el par comercial seleccionado.< Trade - + Swap Intercambiar - + Instant trading with best orders Comercio instantáneo con las mejores órdenes - + Reset form Restablecer formulario - + You have no tradable assets No tiene activos intercambiables - + From Desde - + Enter an amount Ingrese una cantidad - + MAX MAX - + To A - + Pick an order Elegir una orden - + Price Precio - + Better price found: %1. Updating forms. Mejor precio encontrado: %1. Actualización de formularios. - + Better price (%1) found but received quantity (%2) is lower than your current one (%3). Click here to update the selected order. Mejor precio (%1) encontrado pero la cantidad recibida (%2) es más baja que la actual (%3). Haga clic aquí para actualizar el pedido seleccionado. - + %1 %1 - + Tradable: Negociable: - + Min: %1 Mín.: %1 - + Pick a coin Elija una moneda - + SWAP NOW CAMBIE AHORA - + Failed to place the order Error al realizar el pedido - + Placed the order Realizó el pedido El - + Entered amount must be superior than 0. monto ingresado debe ser superior a 0. - + You must select an order. Debe seleccionar un pedido. - + Entered amount is below the minimum required by this order: %1 El monto ingresado está por debajo del mínimo requerido por esta orden: %1 - - + + %1 needs to be enabled in order to use %2 %1 debe habilitarse para usar %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions se debe rellenar el saldo de %1, se requiere un saldo distinto de cero para pagar el gas de %2 transacciones - + %1 balance does not have enough funds to pay the gas of %2 transactions %1 el saldo no tiene fondos suficientes para pagar el gas de %2 transacciones - + No buy orders found for %1. No se encontraron órdenes de compra para %1. - + You can check later or try to sell a different coin. Puede verificar más tarde o intentar vender una moneda diferente. - + Calculating fee estimate... Calculando tarifa estimada... - + Total %1 fees: Total de %1 tarifas: - + %2 (%3) %2 (%3) diff --git a/atomic_defi_design/assets/languages/atomic_defi_fr.ts b/atomic_defi_design/assets/languages/atomic_defi_fr.ts index 8fb7f616ca..ca2981786a 100644 --- a/atomic_defi_design/assets/languages/atomic_defi_fr.ts +++ b/atomic_defi_design/assets/languages/atomic_defi_fr.ts @@ -737,78 +737,78 @@ Détails de la confirmation de l'échange - + This swap request can not be undone and is a final event! La requête de ce swap ne peut pas être annulé, c'est irréversible ! - + Security configuration Configuration de la sécurité - + Read more about dPoW En savoir plus sur dPoW - + Use custom protection settings for incoming %1 transactions TICKER - Utiliser les paramètres de protection personnalisés pour les transactions%1 entrantes + Utiliser les paramètres de protection personnalisés pour les transactions %1 entrantes - + Enable Komodo dPoW security Activer la sécurité de Komodo dPoW - + %1 confirmations for incoming %2 transactions Il y a %1 confirmations pour les transactions entrantes du ticker %2 - + This transaction can take up to 60 mins - DO NOT close this application! Cette transaction peut prendre jusqu'à 60 minutes - NE fermez PAS cette application ! - + Trade price is more than 50% different to CEX! Confirm? - + Le prix est supérieur à 50% du prix sur les CEX ! Êtes-vous sûr ? - + Loading fees... - + <b>Total %1 fees:</b> - + Frais totaux %1: - + dPoW protected - + Protégé par dPoW - + Required Confirmations Confirmations requises - + Warning, this atomic swap is not dPoW protected! Attention, ce swap atomique n'est pas protégé par dPoW ! - + Cancel Annuler - + Confirm Confirmer @@ -1258,6 +1258,11 @@ Change assets limit Limiter le nombre d'actifs + + + Cancel + Annuler + Select all assets @@ -1273,11 +1278,6 @@ Add a custom asset - - - Close - Fermer - Enable @@ -1444,90 +1444,85 @@ <b>Taker tx fee:</b> - + Taxes de transaction du preneur: <b>Dex tx fee:</b> - + Taxes de transaction de DEX: <b>Dex fee:</b> - + Taxes de DEX: <b>Maker tx fee:</b> - - - - - %1 %2 %3 (%4) - + Taxes de transaction du créateur - + Trading Fee Frais d'échanges - + Minimum Trading Amount Frais d'échange minimum - + Wallet %1 already exists WALLETNAME Le portefeuille %1 existe déjà - + %1 balance is lower than the fees amount: %2 %3 La %1 balance est inférieur aux frais: %2 %3 - + Tradable (after fees) %1 balance is lower than minimum trade amount Le solde négociable (après frais) %1 est inférieur au montant minimum de la transaction - + Please fill the price field Veuillez remplir le champ de prix - + Please fill the volume field - - + + Please wait for %1 to fully activate - - + + %1 volume is lower than minimum trade amount Le volume de %1 est inférieur au montant minimum de la transaction - - + + %1 needs to be enabled in order to use %2 %1 doit être activé pour utiliser %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions Le solde %1 doit être financé, un solde différent de zéro est requis pour payer les frais de transactions de %2 - + Unknown Error Erreur inconnue @@ -2321,167 +2316,152 @@ They will be removed from the orderbook until you log in again. NotificationsModal - + Matching Recherche en cours - + Order Matching Recherche d'un ordre - + Matched Trouvé - + Order Matched Ordre trouvé - + Ongoing En cours - + Swap Ongoing Échange en cours - + Successful Réussi - + Swap Successful Échange terminé - + Refunding En cours de remboursement - + Failed Échoué - + Swap Failed Erreur lors de l'échange - + Unknown Inconnue - + Unknown State État inconnu - + Swap status updated État du swap mis à jour - + You sent %1 Vous avez envoyé %1 - + You received %1 Vous avez reçu %1 - + Your wallet balance changed Le solde de votre portefeuille a changé - + %1 Enable status TICKER - + Please check your internet connection (e.g. VPN service or firewall might block it). Veuillez vérifier votre connexion Internet (par exemple, le service VPN ou le pare-feu peut la bloquer). - + Failed to enable %1 TICKER Échec de l'activation de %1 - + + Failed to disable %1 TICKER - + + Endpoint not reachable Point final non accessible - + Could not reach to endpoint Impossible d'atteindre le point de terminaison - - Mismatch at %1 custom asset configuration - TICKER - Non-correspondance à la configuration de l'asset personnalisé %1 - - - - Application needs to be restarted for %1 custom asset. - TICKER - L'application doit être redémarrée pour l'asset personnalisé %1. - - - - Batch %1 failed. Reason: %2 - Le lot %1 a échoué. Raison :%2 - - - + Show Montrer - + Restart Redémarrer - + Quit Quitter - + Notifications - + There aren't any notifications - + Mark all as read Tout marquer comme lu @@ -2946,12 +2926,12 @@ Please select a new order. ProView - + Failed to place the order Échec lors du placement de l'ordre - + Placed the order L'ordre a été placé avec succès @@ -3160,6 +3140,11 @@ Please select a new order. Gas price Prix ​​du gaz + + + Cancel + Annuler + Recipient's address @@ -3248,11 +3233,6 @@ Please select a new order. Only use custom fees if you know what you are doing! - - - Close - Fermer - Prepare @@ -4042,154 +4022,154 @@ Network fees can vary greatly depending on your selected trading pair. Trade - + Swap Échange - + Instant trading with best orders Trading instantané avec les meilleurs ordres - + Reset form - + You have no tradable assets - + From De - + Enter an amount Entrez un montant - + MAX MAX - + To Vers - + Pick an order Choisir une commande - + Price Prix - + Better price found: %1. Updating forms. Meilleur prix trouvé : %1. Mise à jour du formulaire. - + Better price (%1) found but received quantity (%2) is lower than your current one (%3). Click here to update the selected order. Meilleur prix (%1) trouvé mais la quantité reçue (%2) est inférieure à votre montant de réception (%3). Cliquez ici pour mettre à jour la commande sélectionnée. - + %1 - + Tradable: Disponible: - + Min: %1 - + Pick a coin Choisissez un actif - + SWAP NOW ÉCHANGER MAINTENANT - + Failed to place the order Échec lors du placement de l'ordre - + Placed the order L'ordre a été placé - + Entered amount must be superior than 0. Le montant saisi doit être supérieur à 0. - + You must select an order. Vous devez sélectionner une commande. - + Entered amount is below the minimum required by this order: %1 Le montant saisi est inférieur au minimum requis par cette commande : %1 - - + + %1 needs to be enabled in order to use %2 %1 doit être activé pour utiliser %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions Le solde %1 doit être financé, un solde différent de zéro est requis pour payer les frais de transactions de %2 - + %1 balance does not have enough funds to pay the gas of %2 transactions - + No buy orders found for %1. Aucun ordre d'achat trouvé pour %1. - + You can check later or try to sell a different coin. Vous pouvez vérifier plus tard ou essayer de vendre un actif différent. - + Calculating fee estimate... - + Total %1 fees: Frais totaux %1 : - + %2 (%3) diff --git a/atomic_defi_design/assets/languages/atomic_defi_ru.ts b/atomic_defi_design/assets/languages/atomic_defi_ru.ts index 29f2549db9..31ae9a0ed6 100644 --- a/atomic_defi_design/assets/languages/atomic_defi_ru.ts +++ b/atomic_defi_design/assets/languages/atomic_defi_ru.ts @@ -737,78 +737,78 @@ Подтвердить данные обмена - + Trade price is more than 50% different to CEX! Confirm? - + Стоимость обмена в сравнении с CEX дороже более чем на 50%, вы подтверждаете сделку? - + This swap request can not be undone and is a final event! Этот запрос на своп не может быть отменен и является окончательным! - + This transaction can take up to 60 mins - DO NOT close this application! Эта транзакция может занять до 60 минут - НЕ закрывайте приложение! - + Loading fees... - + <b>Total %1 fees:</b> - + Security configuration Настройки безопасности - + %1 confirmations for incoming %2 transactions %1 подтверждений для входящих %2 транзакций - + Read more about dPoW Узнать больше о dPoW - + Use custom protection settings for incoming %1 transactions TICKER Использовать пользовательские настройки защиты для входящих транзакций %1 - + Enable Komodo dPoW security Включить Komodo dPoW - + dPoW protected - + dPoW защита - + Required Confirmations Необходимое количество подтверждений - + Warning, this atomic swap is not dPoW protected! Предупреждение, этот атомарный своп не защищен dPoW! - + Cancel Отменить - + Confirm Подтверждение @@ -1258,6 +1258,11 @@ Change assets limit Изменить лимит + + + Cancel + + Select all assets @@ -1273,11 +1278,6 @@ Add a custom asset - - - Close - Закрыть - Enable @@ -1468,72 +1468,67 @@ - - %1 %2 %3 (%4) - %2 (%3) {1 %2 %3 ?} {4)?} - - - + Trading Fee Торговая комиссия - + Minimum Trading Amount Минимальный объем сделки - + Wallet %1 already exists WALLETNAME Кошелек %1 уже существует - + %1 balance is lower than the fees amount: %2 %3 %1 баланс менее чем размер комиссий: %2 %3 - + Tradable (after fees) %1 balance is lower than minimum trade amount Торгуемый (после комиссий) баланс %1 - меньше минимальной суммы сделки - + Please fill the price field Пожалуйста, укажите цену - + Please fill the volume field - - + + Please wait for %1 to fully activate - - + + %1 volume is lower than minimum trade amount Сумма %1 меньше минимальной суммы сделки - - + + %1 needs to be enabled in order to use %2 %1 должен быть активным для использования %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions нужно пополнить баланс %1 для оплаты газа %2 транзакций - + Unknown Error Неизвестная ошибка @@ -2327,167 +2322,152 @@ They will be removed from the orderbook until you log in again. NotificationsModal - + Matching Матчинг - + Order Matching Матчинг ордеров - + Matched Сматчен - + Order Matched Ордер сматчен - + Ongoing В процессе - + Swap Ongoing Обмен продолжается - + Successful Успешно - + Swap Successful Обмен успешно завершен - + Refunding Проводится возврат - + Failed Не завершено - + Swap Failed Обмен не был завершен - + Unknown Неизвестно - + Unknown State Статус неизвестен - + Swap status updated Обновление статуса Свопа - + You sent %1 Вы отправили %1 - + You received %1 Вы получили %1 - + Your wallet balance changed Баланс вашего кошелька изменился - + %1 Enable status TICKER - + Please check your internet connection (e.g. VPN service or firewall might block it). Пожалуйста, проверьте ваше интернет-соединение (например, служба VPN или брандмауэр могут блокировать подключение). - + Failed to enable %1 TICKER Не получается включить %1 - + + Failed to disable %1 TICKER - + + Endpoint not reachable Эндпоинт не доступен - + Could not reach to endpoint Не удалось подключиться - - Mismatch at %1 custom asset configuration - TICKER - Несоответствие в конфигурации актива %1 - - - - Application needs to be restarted for %1 custom asset. - TICKER - Необходимо перезапустить приложение для %1. - - - - Batch %1 failed. Reason: %2 - Группа %1 .не удалась. Причина: %2 - - - + Show Показать - + Restart Перезапустить - + Quit Выйти - + Notifications - + There aren't any notifications - + Mark all as read Отметить все как прочитанные @@ -2952,12 +2932,12 @@ Please select a new order. ProView - + Failed to place the order Не удалось разместить ордер - + Placed the order Ордер размещен @@ -3166,6 +3146,11 @@ Please select a new order. Gas price Цена газа + + + Cancel + + Recipient's address @@ -3254,11 +3239,6 @@ Please select a new order. Only use custom fees if you know what you are doing! - - - Close - Закрыть - Prepare @@ -4046,154 +4026,154 @@ Network fees can vary greatly depending on your selected trading pair. Trade - + Swap Обменять - + Instant trading with best orders Быстрая торговля с лучшими ордерами - + Reset form - + You have no tradable assets - + From От - + Enter an amount Введите количество - + MAX МАКС - + To Получатель - + Pick an order Выберите ордер - + Price Цена - + Better price found: %1. Updating forms. Найдена цена лучше: %1.Обновляю форму. - + Better price (%1) found but received quantity (%2) is lower than your current one (%3). Click here to update the selected order. Лучшая цена (%1) была обнаружена но количество (%2) меньше чем в вашем текущем ордере (%3).Нажмите чтобы обновить выбранный ордер. - + %1 %1 - + Tradable: Доступно: - + Min: %1 Мин: %1 - + Pick a coin Выберите монету - + SWAP NOW - + Failed to place the order Не удалось разместить ордер - + Placed the order Ордер размещен - + Entered amount must be superior than 0. Введенная сумма должна быть больше 0. - + You must select an order. Вы должны выбрать ордер. - + Entered amount is below the minimum required by this order: %1 Введнная сумма меньше минимальной для этого ордера: %1 - - + + %1 needs to be enabled in order to use %2 %1 должен быть активным для использования %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions нужно пополнить баланс %1 для оплаты газа %2 транзакций - + %1 balance does not have enough funds to pay the gas of %2 transactions - + No buy orders found for %1. Не найдено ордеров на покупку дл] %1. - + You can check later or try to sell a different coin. Вы можете попробовать позже или попробовать продать другой актив. - + Calculating fee estimate... - + Total %1 fees: Всего %1 комиссий: - + %2 (%3) %2 (%3) diff --git a/atomic_defi_design/assets/languages/atomic_defi_tr.ts b/atomic_defi_design/assets/languages/atomic_defi_tr.ts index d688587fed..d4fe94d9c5 100644 --- a/atomic_defi_design/assets/languages/atomic_defi_tr.ts +++ b/atomic_defi_design/assets/languages/atomic_defi_tr.ts @@ -737,78 +737,78 @@ Al-Sat Detaylarını Onayla - + This swap request can not be undone and is a final event! Bu takas isteği geri döndürülemez! - + Security configuration Güvenlik yapılandırması - + Read more about dPoW dPoW hakkında daha fazla bilgi - + Use custom protection settings for incoming %1 transactions TICKER %1 işlemleri için özel güvenlik ayarları kullan - + Enable Komodo dPoW security Komodo dPoW güvenliğini etkinleştir - + %1 confirmations for incoming %2 transactions Gelen %2 işlemleri için %1 onay - + This transaction can take up to 60 mins - DO NOT close this application! Bu işlem 60 dakikayı bulabilir - Programı KAPATMAYINIZ! - + Trade price is more than 50% different to CEX! Confirm? - + Takas ücreti CEX ile karşılaştırıldığında %50'den daha fazla farka sahip. Onaylıyor musunuz? - + Loading fees... - + <b>Total %1 fees:</b> - + <b>Toplam %1 işlem giderleri: </b> - + dPoW protected - + dPoW korumalı - + Required Confirmations Gereken Onaylar - + Warning, this atomic swap is not dPoW protected! Uyarı, bu atomik takas dPoW korumalı değil! - + Cancel İptal - + Confirm Onayla @@ -1258,6 +1258,11 @@ Change assets limit Varlıkların limitini değiştirin + + + Cancel + İptal + Select all assets @@ -1273,11 +1278,6 @@ Add a custom asset - - - Close - Kapat - Enable @@ -1456,72 +1456,67 @@ - - %1 %2 %3 (%4) - %2 (%3) {1 %2 %3 ?} {4)?} - - - + Trading Fee Takas Ücreti - + Minimum Trading Amount Minimum Takas Hacmi - + Wallet %1 already exists WALLETNAME %1 cüzdanı zaten mevcut - + %1 balance is lower than the fees amount: %2 %3 %1 bakiye ücret tutarının altında: %2 %3 - + Tradable (after fees) %1 balance is lower than minimum trade amount Takas edilebilir (ücretlerden sonra)%1 bakiyesi minimum işlem ücretinden düşük - + Please fill the price field Lütfen fiyat alanını doldurun - + Please fill the volume field - - + + Please wait for %1 to fully activate - - + + %1 volume is lower than minimum trade amount %1 hacmi, minimum işlem ücretinden düşük - - + + %1 needs to be enabled in order to use %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions - + Unknown Error Bilinmeyen Hata @@ -2315,167 +2310,152 @@ They will be removed from the orderbook until you log in again. NotificationsModal - + Matching Eşleşiyor - + Order Matching Emir Eşleşiyor - + Matched Eşleşti - + Order Matched Emir Eşleşti - + Ongoing Devam ediyor - + Swap Ongoing Takas Devam Ediyor - + Successful Başarılı - + Swap Successful Takas Başarılı - + Refunding Geri ödeniyor - + Failed Başarısız - + Swap Failed Takas Başarısız - + Unknown Bilinmiyor - + Unknown State Bilinmeyen durum - + Swap status updated Takas durumu güncellendi - + You sent %1 %1 gönderdiniz - + You received %1 %1 aldınız - + Your wallet balance changed Cüzdan bakiyeniz değişti - + %1 Enable status TICKER - + Please check your internet connection (e.g. VPN service or firewall might block it). Lütfen internet bağlantınızı kontrol edin (ör. VPN hizmeti veya güvenlik duvarı bağlantıyı engelliyor olabilir). - + Failed to enable %1 TICKER %1 etkinleştirilemedi - + + Failed to disable %1 TICKER - + + Endpoint not reachable Uç nokta ulaşılabilir değil - + Could not reach to endpoint Uç noktaya ulaşılamadı - - Mismatch at %1 custom asset configuration - TICKER - %1 özel varlık yapılandırmasında uyuşmazlık - - - - Application needs to be restarted for %1 custom asset. - TICKER - %1 özel varlığı için uygulamanın yeniden başlatılması gerekiyor. - - - - Batch %1 failed. Reason: %2 - %1 toplu işlemi başarısız oldu. Sebep: %2 - - - + Show Göster - + Restart Yeniden Başlat - + Quit Çık - + Notifications - + There aren't any notifications - + Mark all as read @@ -2940,12 +2920,12 @@ Please select a new order. ProView - + Failed to place the order Emir başarısız oldu - + Placed the order Emir başarılı @@ -3154,6 +3134,11 @@ Please select a new order. Gas price + + + Cancel + İptal + Recipient's address @@ -3242,11 +3227,6 @@ Please select a new order. Only use custom fees if you know what you are doing! - - - Close - Kapat - Prepare @@ -4034,154 +4014,154 @@ Network fees can vary greatly depending on your selected trading pair. Trade - + Swap Takasla - + Instant trading with best orders En iyi emirlerle anında alım satım - + Reset form - + You have no tradable assets - + From Gönderen - + Enter an amount Bir miktar gir - + MAX MAKS - + To Alan - + Pick an order Emri seç - + Price Fiyat - + Better price found: %1. Updating forms. Daha iyi fiyat bulundu: %1. Formları güncelliyor. - + Better price (%1) found but received quantity (%2) is lower than your current one (%3). Click here to update the selected order. Daha iyi fiyat (%1) bulundu, ancak alınan miktar (%2) mevcut fiyattan (%3) daha düşük. Seçilen emri güncellemek için buraya tıklayın. - + %1 %1 - + Tradable: Al sat yapılabilir: - + Min: %1 - + Pick a coin - + SWAP NOW - + Failed to place the order Emir başarısız oldu - + Placed the order Emir başarılı - + Entered amount must be superior than 0. Girilen tutar 0'dan büyük olmalıdır. - + You must select an order. Bir emir seçmelisiniz. - + Entered amount is below the minimum required by this order: %1 Girilen miktar, bu emrin gerektirdiği minimum %1 tutarının altında - - + + %1 needs to be enabled in order to use %2 - - + + %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions - + %1 balance does not have enough funds to pay the gas of %2 transactions - + No buy orders found for %1. - + You can check later or try to sell a different coin. - + Calculating fee estimate... - + Total %1 fees: Toplam %1 işlem giderleri: - + %2 (%3) %2 (%3)