+
+
+## What is Komodo Wallet?
+
+Komodo Wallet is a secure wallet and non-custodial decentralized exchange rolled into one application. Store your coins,
+trade peer-to-peer with minimal fees and never give up control over your digital assets.
-[](https://discord.gg/tvp96Gf)
-[](https://raw.githubusercontent.com/KomodoPlatform/atomicDEX-Desktop/master/LICENSE)
-[](https://github.com/KomodoPlatform/atomicDEX-Desktop/releases)
-[](https://atomicdex.io/)
-[](https://github.com/KomodoPlatform/atomicdex-desktop/issues)
-[](https://github.com/KomodoPlatform/atomicdex-desktop/pulls)
-[](https://github.com/KomodoPlatform/atomicdex-desktop/commits/dev)
-[](https://github.com/KomodoPlatform/atomicdex-desktop/graphs/contributors)
-[](https://github.com/KomodoPlatform/atomicdex-desktop/graphs/commit-activity)
-[](https://github.com/KomodoPlatform/atomicdex-desktop/stargazers)
-[](https://twitter.com/atomicdex)
+Komodo Wallet has been tested on the following platforms:
-[](https://atomicdex.io)
+- Windows 10
+- Linux (Ubuntu 18.04+)
+- macOS (10.14 - 11.0)
-## CI/CD status
-| CI/CD Names | Status |
-|-------------|--------|
-| Windows/Linux/macOS | [](https://github.com/KomodoPlatform/atomicDEX-Desktop/actions) |
+## Get Started
-## Useful links
+You can [download](https://github.com/KomodoPlatform/komodo-wallet-desktop/releases) the pre-built beta binaries on
+our [GitHub release page](https://github.com/KomodoPlatform/komodo-wallet-desktop/releases).
-- :book: [AtomicDEX Documentation](https://developers.komodoplatform.com/basic-docs/atomicdex/atomicdex-tutorials/introduction-to-atomicdex.html)
-- :link: [AtomicDEX Website](https://atomicdex.io/)
-- :speech_balloon: [AtomicDEX Discord](https://discord.gg/tvp96Gf)
-- :hammer_and_wrench: [AtomicDEX Development Boards](https://github.com/KomodoPlatform/atomicDEX-Desktop/projects)
-- :notebook_with_decorative_cover: [AtomicDex Wiki](https://github.com/KomodoPlatform/atomicDEX-Desktop/wiki/)
+Build instructions can be found [here](https://github.com/KomodoPlatform/komodo-wallet-desktop/wiki/Build-Instructions)
-## What is AtomicDEX?
+Please join our [Discord Server](https://komodoplatform.com/discord) for support, discussions and general UI/UX
+feedback.
-AtomicDEX is a secure wallet and non-custodial decentralized exchange rolled into one application. Store your coins,
-trade peer-to-peer with minimal fees and never give up control over your digital assets.
-## On which platforms can I use AtomicDEX Desktop?
+## Useful links
-AtomicDEX Desktop has been tested on the following platforms:
+- :book: [Komodo Wallet Documentation](https://developers.komodoplatform.com/basic-docs/atomicdex/atomicdex-tutorials/introduction-to-atomicdex.html)
+- :link: [Komodo Wallet Website](https://atomicdex.io/)
+- :speech_balloon: [Komodo Wallet Discord](https://discord.gg/tvp96Gf)
+- :hammer_and_wrench: [Komodo Wallet Development Boards](https://github.com/KomodoPlatform/komodo-wallet-desktop/projects)
+- :notebook_with_decorative_cover: [Komodo Wallet Wiki](https://github.com/KomodoPlatform/komodo-wallet-desktop/wiki/)
-- Windows 10
-- Linux (Ubuntu 16.04+)
-- macOS (10.14 - 11.0)
+## Komodo Wallet mobile
-## Get Started
+Check out Komodo Wallet mobile, available for [Android and iOS](https://atomicdex.io)
-You can [download](https://github.com/KomodoPlatform/atomicDEX-Desktop/releases) the pre-built beta binaries on
-our [GitHub release page](https://github.com/KomodoPlatform/atomicDEX-Desktop/releases).
-Please join our [Discord Server](https://komodoplatform.com/discord) discussions around AtomicDEX and general UI/UX
-feedback.
+## Self-Hosted Dependencies
+
+| Dependencies | Version | Description | Categories |
+|---------------|------------|-------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|
+| boost | 1.78 | Boost provides free peer-reviewed portable C++ source libraries. | General Programming |
+| doctest | 2.3.8 | The fastest feature-rich C++11/14/17/20 single-header testing framework | Testing |
+| fmt | 7.1.0 | A modern formatting library | Formatting |
+| nlohmann_json | 3.9.1 | JSON for Modern C++ | Parsing |
+| range-v3 | 0.11.0 | Range library for C++14/17/20, basis for C++20's std::ranges | Algorithm |
+| date | 2019-11-08 | A date and time library based on the C++11/14/17 header | Timezone/Calendar |
+| spdlog | 1.8.5 | Fast C++ logging library. | Logging |
+| openssl | 1.1.1h | TLS/SSL and crypto library | Network/Crypto |
+| entt | 3.5.1 | Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more | Architecture |
+| cpprestsdk | 2.10.15-1 | The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. | HTTP |
+| taskflow | 2.2.0 | Parallel and Heterogeneous Task Programming in Modern C++ | Threading |
+| qt | 5.15.2 | Qt is a cross-platform application development framework for desktop, embedded and mobile. | GUI |
+
-## AtomicDEX mobile
+## Contributors / Thanks
+
+
-Check out AtomicDEX mobile, available
-for [Android and iOS](https://atomicdex.io) [](https://atomicdex.io)
## License
-For details please refer to our [license](https://github.com/KomodoPlatform/atomicDEX-Desktop/blob/master/LICENSE).
+For details please refer to our [license](https://github.com/KomodoPlatform/komodo-wallet-desktop/blob/master/LICENSE).
This is experimental alpha software - use at your own risk!
@@ -65,68 +162,3 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-## Self-Hosted Dependencies
-
-| Dependencies | Version | Description | Categories |
-|---------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|
-| boost | 1.75 | Boost provides free peer-reviewed portable C++ source libraries. | General Programming |
-| doctest | 2.3.8 | The fastest feature-rich C++11/14/17/20 single-header testing framework | Testing |
-| fmt | 7.1.0 | A modern formatting library | Formatting |
-| nlohmann_json | 3.9.1 | JSON for Modern C++ | Parsing |
-| range-v3 | 0.11.0 | Range library for C++14/17/20, basis for C++20's std::ranges | Algorithm |
-| date | 2019-11-08 | A date and time library based on the C++11/14/17 header | Timezone/Calendar |
-| spdlog | 1.8.0 | Fast C++ logging library. | Logging |
-| openssl | 1.1.1h | TLS/SSL and crypto library | Network/Crypto |
-| entt | 3.5.1 | Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more | Architecture |
-| cpprestsdk | 2.10.15-1 | The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. | HTTP |
-| taskflow | 2.2.0 | Parallel and Heterogeneous Task Programming in Modern C++ | Threading |
-| qt | 5.15.2 | Qt is a cross-platform application development framework for desktop, embedded and mobile. | GUI |
-
-## How do I build it ?
-
-Build instructions can be found [here](https://github.com/KomodoPlatform/atomicDEX-Desktop/wiki/Build-Instructions)
-
-## Contributors / Thanks
-
-
This End-User License Agreement ('EULA') is a legal agreement between you and Komodo Platform.
+
This EULA agreement governs your acquisition and use of our %1 software ('Software', 'Mobile Application', 'Application' or 'App') directly from Komodo Platform or indirectly through a Komodo Platform authorized entity, reseller or distributor (a 'Distributor').
+
Please read this EULA agreement carefully before completing the installation process and using the %1 software. It provides a license to use the %1 software and contains warranty information and liability disclaimers.
+
If you register for the beta program of the %1 software, this EULA agreement will also govern that trial. By clicking 'accept' or installing and/or using the %1 software, you are confirming your acceptance of the Software and agreeing to become bound by the terms of this EULA agreement.
+
If you are entering into this EULA agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity and its affiliates to these terms and conditions. If you do not have such authority or if you do not agree with the terms and conditions of this EULA agreement, do not install or use the Software, and you must not accept this EULA agreement.
+
This EULA agreement shall apply only to the Software supplied by Komodo Platform herewith regardless of whether other software is referred to or described herein. The terms also apply to any Komodo Platform updates, supplements, Internet-based services, and support services for the Software, unless other terms accompany those items on delivery. If so, those terms apply.
+
License Grant
+
Komodo Platform hereby grants you a personal, non-transferable, non-exclusive licence to use the %1 software on your devices in accordance with the terms of this EULA agreement.
+
You are permitted to load the %1 software (for example a PC, laptop, mobile or tablet) under your control. You are responsible for ensuring your device meets the minimum security and resource requirements of the %1 software.
+
You are not permitted to:
+
+
Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things
+
Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose
+
Use the Software in any way which breaches any applicable local, national or international law
+
Use the Software for any purpose that Komodo Platform considers is a breach of this EULA agreement
+
+
Intellectual Property and Ownership
+
Komodo Platform shall at all times retain ownership of the Software as originally downloaded by you and all subsequent downloads of the Software by you. The Software (and the copyright, and other intellectual property rights of whatever nature in the Software, including any modifications made thereto) are and shall remain the property of Komodo Platform.
+
Komodo Platform reserves the right to grant licences to use the Software to third parties.
+
Termination
+
This EULA agreement is effective from the date you first use the Software and shall continue until terminated. You may terminate it at any time upon written notice to Komodo Platform.
+
It will also terminate immediately if you fail to comply with any term of this EULA agreement. Upon such termination, the licenses granted by this EULA agreement will immediately terminate and you agree to stop all access and use of the Software. The provisions that by their nature continue and survive will survive any termination of this EULA agreement.
+
Governing Law
+
This EULA agreement, and any dispute arising out of or in connection with this EULA agreement, shall be governed by and construed in accordance with the laws of Vietnam.
+
This document was last updated on January 31st, 2020
+ `.arg(Dex.CurrentTheme.floatingBackgroundColor).arg(Dex.CurrentTheme.textSelectionColor))
+ }
+
+ WebEngineView
+ {
+ id: webEngineView
+ anchors.fill: parent
+ visible: parent.ticker_supported && !loading
+ }
+
+ Connections
+ {
+ target: Dex.CurrentTheme
+ function onThemeChanged()
+ {
+ // Chart disabled
+ // loadChart();
+ }
+ }
+
+ RowLayout
+ {
+ visible: !webEngineView.visible && parent.ticker_supported
+ anchors.centerIn: parent
+
+ DefaultBusyIndicator
+ {
+ Layout.alignment: Qt.AlignHCenter
+ Layout.leftMargin: -15
+ Layout.rightMargin: Layout.leftMargin*0.75
+ scale: 0.5
+ }
+
+ DefaultText
+ {
+ text_value: qsTr("Loading market data") + "..."
+ }
+ }
+
+ DefaultText
+ {
+ visible: !parent.ticker_supported
+ text_value: qsTr("There is no chart data for this ticker yet")
+ anchors.centerIn: parent
+ }
+ }
+
+ Rectangle {
+ id: transactions_bg
+ Layout.fillWidth: true
+ Layout.fillHeight: true
+ Layout.leftMargin: layout_margin
+ Layout.rightMargin: layout_margin
+ Layout.bottomMargin: !fetching_text_row.visible ? layout_margin : undefined
+
+ implicitHeight: wallet.height*0.54
+
+ color: Dex.CurrentTheme.floatingBackgroundColor
+ radius: 22
+
+ ClipRRect
+ {
+ id: clip_rect
+ radius: parent.radius
+ width: transactions_bg.width
+ height: transactions_bg.height
+
+ DefaultRectangle
+ {
+ anchors.fill: parent
+ gradient: Gradient
+ {
+ orientation: Gradient.Vertical
+ GradientStop { position: 0.001; color: Dex.CurrentTheme.innerBackgroundColor }
+ GradientStop { position: 1; color: Dex.CurrentTheme.backgroundColor }
+ }
+ }
+
+ // Transactions history table
+ Transactions
+ {
+ width: parent.width
+ height: parent.height
+ }
+
+ // Placeholder if no tx history available, or being fetched.
+ ColumnLayout
+ {
+ visible: current_ticker_infos.tx_state !== "InProgress" && transactions_mdl.length === 0
+ anchors.fill: parent
+ anchors.centerIn: parent
+ spacing: 24
+
+ DefaultText
+ {
+ id: fetching_text_row
+ Layout.topMargin: 24
+ Layout.alignment: Qt.AlignHCenter
+ font.pixelSize: Style.textSize
+ text_value:
+ {
+ if (api_wallet_page.tx_fetching_busy) return qsTr("Fetching transactions...")
+ if (General.isZhtlc(api_wallet_page.ticker))
+ {
+ if (activation_progress != 100) return qsTr("Please wait, %1 is %2").arg(api_wallet_page.ticker).arg(activation_progress) + qsTr("% activated...")
+ }
+ return qsTr('No transactions available')
+ }
+ }
+
+ DefaultBusyIndicator
+ {
+ Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
+ Layout.preferredWidth: Style.textSizeSmall3
+ Layout.preferredHeight: Layout.preferredWidth
+ indicatorSize: 32
+ indicatorDotSize: 5
+ visible: api_wallet_page.tx_fetching_busy
+ }
+
+ // When no tx history available, or being fetched, show a button to open the explorer.
+ DefaultText
+ {
+ id: explorerLink
+ Layout.topMargin: 24
+ Layout.alignment: Qt.AlignHCenter
+ visible:
+ {
+ if (activation_progress != 100) return false
+ return api_wallet_page.tx_fetching_busy ? false : addressURL == "" ? false : api_wallet_page.tx_fetching_failed
+ }
+ text_value: qsTr("Click to view your address on %1 (%2) block explorer").arg(current_ticker_infos.name).arg(api_wallet_page.ticker)
+ font.pixelSize: Style.textSize
+ color: explorer_mouseArea.containsMouse ? Dex.CurrentTheme.textSelectionColor : Dex.CurrentTheme.foregroundColor
+
+ DefaultMouseArea
+ {
+ id: explorer_mouseArea
+ cursorShape: Qt.PointingHandCursor
+ anchors.fill: parent
+ hoverEnabled: true
+ onClicked: Qt.openUrlExternally(addressURL)
+ }
+ }
+
+ Item { Layout.fillHeight: true }
+ }
+ }
+ }
+ }
+}
diff --git a/atomic_defi_design/Dex/Wallet/ReceiveModal.qml b/atomic_defi_design/Dex/Wallet/ReceiveModal.qml
new file mode 100644
index 0000000000..bf28c7b6c6
--- /dev/null
+++ b/atomic_defi_design/Dex/Wallet/ReceiveModal.qml
@@ -0,0 +1,67 @@
+import QtQuick 2.15
+import QtQuick.Layouts 1.15
+import QtQuick.Controls 2.15
+
+import "../Components"
+import "../Constants"
+import App 1.0
+
+MultipageModal
+{
+ id: root
+
+ function reset() { }
+
+ width: 800
+
+ MultipageModalContent
+ {
+ titleText: qsTr("Receive %1", "TICKER").arg(api_wallet_page.ticker)
+ subtitleText: qsTr("Only send %1 to this address", "TICKER").arg(api_wallet_page.ticker)
+ titleAlignment: Qt.AlignHCenter
+ subtitleAlignment: Qt.AlignHCenter
+ topMarginAfterTitle: 15
+
+ TextEditWithCopy
+ {
+ text_value: current_ticker_infos.address
+ font_size: 13
+ text_box_width:
+ {
+ let char_len = current_ticker_infos.address.length
+ if (char_len > 70) return 560
+ if (char_len > 50) return 450
+ if (char_len > 40) return 400
+ return 300
+ }
+ onCopyNotificationTitle: qsTr("%1 address", "TICKER").arg(api_wallet_page.ticker)
+ onCopyNotificationMsg: qsTr("copied to clipboard.")
+ privacy: true
+ }
+
+ DefaultImage
+ {
+ Layout.topMargin: 15
+ Layout.bottomMargin: 15
+ Layout.alignment: Qt.AlignHCenter
+
+ source: current_ticker_infos.qrcode_address
+
+ sourceSize.width: 350
+ sourceSize.height: 350
+ }
+
+ // Buttons
+ footer:
+ [
+ Item { Layout.fillWidth: true },
+ CancelButton
+ {
+ text: qsTr("Close")
+ Layout.fillWidth: true
+ onClicked: root.close()
+ },
+ Item { Layout.fillWidth: true }
+ ]
+ }
+}
diff --git a/atomic_defi_design/Dex/Wallet/SendModal.qml b/atomic_defi_design/Dex/Wallet/SendModal.qml
new file mode 100644
index 0000000000..e21a31f106
--- /dev/null
+++ b/atomic_defi_design/Dex/Wallet/SendModal.qml
@@ -0,0 +1,947 @@
+import QtQuick 2.15
+import QtQuick.Layouts 1.15
+import QtQuick.Controls 2.15
+import QtGraphicalEffects 1.0
+
+import bignumberjs 1.0
+
+import "../Components"
+import "../Constants"
+import App 1.0
+import Dex.Themes 1.0 as Dex
+
+MultipageModal
+{
+ id: root
+
+ readonly property bool empty_data: !send_result || !send_result.withdraw_answer
+
+ property bool needFix: false
+ property bool errorView: false
+ property var address_data
+
+ readonly property var default_send_result: ({ has_error: false, error_message: "",
+ withdraw_answer: {
+ total_amount_fiat: "", tx_hex: "",
+ memo: "", date: "",
+ "fee_details": { total_fee: "" }
+ },
+ explorer_url: "", max: false })
+ property var send_result: default_send_result
+
+ readonly property bool is_send_busy: api_wallet_page.is_send_busy
+ property var send_rpc_result: api_wallet_page.send_rpc_data
+ readonly property bool is_validate_address_busy: api_wallet_page.validate_address_busy
+ readonly property bool is_convert_address_busy: api_wallet_page.convert_address_busy
+ readonly property string address: api_wallet_page.converted_address
+ readonly property string withdraw_status: api_wallet_page.withdraw_status
+
+ readonly property bool auth_succeeded: api_wallet_page.auth_succeeded
+
+ readonly property bool is_broadcast_busy: api_wallet_page.is_broadcast_busy
+ property string broadcast_result: api_wallet_page.broadcast_rpc_data
+ property bool async_param_max: false
+
+ property alias address_field: input_address
+ property alias amount_field: input_amount
+
+ function getCryptoAmount() { return _preparePage.cryptoSendMode ? input_amount.text : equivalentAmount.value }
+
+ function prepareSendCoin(address, amount, with_fees, fees_amount, is_special_token, gas_limit, gas_price, memo="") {
+ let max = parseFloat(current_ticker_infos.balance) === parseFloat(amount)
+ // Save for later check
+ async_param_max = max
+
+ if(with_fees && max === false && !is_special_token)
+ max = parseFloat(amount) + parseFloat(fees_amount) >= parseFloat(current_ticker_infos.balance)
+
+ const fees_info = {
+ fees_amount,
+ gas_price,
+ gas_limit: gas_limit === "" ? 0 : parseInt(gas_limit)
+ }
+ api_wallet_page.send(address, amount, max, with_fees, fees_info, memo)
+ }
+
+ function sendCoin() {
+ api_wallet_page.broadcast(send_result.withdraw_answer.tx_hex, false, send_result.withdraw_answer.max, input_amount.text)
+ }
+
+
+ function hasErc20CaseIssue(addr) {
+ if(!General.isERC20(current_ticker_infos)) return false
+ if(addr.length <= 2) return false
+
+ addr = addr.substring(2) // Remove 0x
+ return addr === addr.toLowerCase() || addr === addr.toUpperCase()
+ }
+
+ function reset() {
+ send_result = default_send_result
+ input_address.text = ""
+ input_amount.text = ""
+ input_memo.text = ""
+ input_custom_fees.text = ""
+ input_custom_fees_gas.text = ""
+ input_custom_fees_gas_price.text = ""
+ custom_fees_switch.checked = false
+ root.currentIndex = 0
+ }
+
+ function feeIsHigherThanAmount() {
+
+ if (!custom_fees_switch.checked) return false
+
+ if (input_amount.text === "") return false
+
+ const amount = parseFloat(getCryptoAmount())
+
+ if (General.isSpecialToken(current_ticker_infos)) {
+ const parent_ticker = General.getFeesTicker(current_ticker_infos)
+ const gas_limit = parseFloat(input_custom_fees_gas.text)
+ const gas_price = parseFloat(input_custom_fees_gas_price.text)
+ if (isNaN(gas_price) || isNaN(gas_limit)) return false
+
+ const unit = current_ticker_infos.type === "ERC-20" ? 1000000000 : 100000000
+ const fee_parent_token = (gas_limit * gas_price)/unit
+
+ if(api_wallet_page.ticker === parent_ticker) {
+ const total_needed = amount + fee_parent_token
+ if(General.hasEnoughFunds(true, parent_ticker, "", "", total_needed.toString()))
+ return false
+ }
+ else {
+ if(General.hasEnoughFunds(true, parent_ticker, "", "", fee_parent_token.toString()))
+ return false
+ }
+ return true
+ }
+ else {
+ const fee_amt = parseFloat(input_custom_fees.text)
+ return amount < fee_amt
+ }
+ }
+
+ function hasFunds() {
+ if(!General.hasEnoughFunds(true, api_wallet_page.ticker, "", "", _preparePage.cryptoSendMode ? input_amount.text : equivalentAmount.value))
+ return false
+ return true
+ }
+
+ function feesAreFilled() {
+ return (!custom_fees_switch.checked || (
+ (!General.isSpecialToken(current_ticker_infos) && input_custom_fees.acceptableInput) ||
+ (General.isSpecialToken(current_ticker_infos) && input_custom_fees_gas.acceptableInput && input_custom_fees_gas_price.acceptableInput &&
+ parseFloat(input_custom_fees_gas.text) > 0 && parseFloat(input_custom_fees_gas_price.text) > 0)
+ )
+ )
+ }
+
+ function fieldAreFilled() {
+ return input_address.text != "" &&
+ ((input_amount.text != "" && input_amount.acceptableInput && parseFloat(input_amount.text) > 0)) &&
+ feesAreFilled()
+ }
+
+ function setMax() {
+ input_amount.text = current_ticker_infos.balance
+ }
+
+ width: 750
+
+ closePolicy: Popup.NoAutoClose
+
+ onClosed:
+ {
+ reset()
+ }
+
+ onSend_rpc_resultChanged:
+ {
+ if (is_send_busy === false)
+ {
+ return
+ }
+
+ // Local var, faster
+ const result = General.clone(send_rpc_result)
+
+ if (result.error_code)
+ {
+ root.close()
+ toast.show(qsTr("Failed to send"), General.time_toast_important_error, result.error_message)
+ }
+ else
+ {
+ if (!result || !result.withdraw_answer)
+ {
+ reset()
+ return
+ }
+
+ const max = async_param_max
+ send_result.withdraw_answer.max = max
+
+ if(max) input_amount.text = API.app.is_pin_cfg_enabled() ? General.absString(result.withdraw_answer.my_balance_change) : result.withdraw_answer.total_amount
+
+ // Change page
+ root.currentIndex = 1
+ }
+
+ send_result = result
+ }
+
+ onBroadcast_resultChanged: {
+ if (is_broadcast_busy === false) {
+ return
+ }
+
+ if(root.visible && broadcast_result !== "") {
+ if(broadcast_result.indexOf("error") !== -1) {
+ reset()
+ showError(qsTr("Failed to Broadcast"), General.prettifyJSON(broadcast_result))
+ }
+ else {
+ root.currentIndex = 2
+ }
+ }
+ }
+
+ onIs_validate_address_busyChanged:
+ {
+ if (!is_validate_address_busy)
+ {
+ needFix = false
+ address_data = api_wallet_page.validate_address_data
+ if (address_data.reason !== "")
+ {
+ errorView = true;
+ reason.text = address_data.reason;
+ }
+ else
+ {
+ errorView = false;
+ }
+ if (address_data.convertible)
+ {
+ reason.text = address_data.reason;
+ if (needFix!==true) needFix = true;
+ }
+ }
+ }
+
+ onIs_convert_address_busyChanged:
+ {
+ if (!is_convert_address_busy)
+ {
+ if (needFix === true)
+ {
+ needFix = false
+ input_address.text = api_wallet_page.converted_address
+ }
+ }
+ }
+
+ // Prepare Page
+ MultipageModalContent
+ {
+ id: _preparePage
+
+ property bool cryptoSendMode: true
+
+ titleText: qsTr("Prepare to send ") + current_ticker_infos.name
+ titleAlignment: Qt.AlignHCenter
+
+ DefaultRectangle
+ {
+ enabled: !root.is_send_busy
+
+ Layout.preferredWidth: 500
+ Layout.preferredHeight: 44
+ Layout.alignment: Qt.AlignHCenter
+
+ color: input_address.background.color
+ radius: input_address.background.radius
+
+ DefaultTextField
+ {
+ id: input_address
+
+ width: 470
+ height: 44
+ placeholderText: qsTr("Address of the recipient")
+ forceFocus: true
+ font: General.isZhtlc(api_wallet_page.ticker) ? DexTypo.body3 : DexTypo.body2
+ onTextChanged:
+ {
+ text = text.replace(/(\r\n|\n|\r)/gm,"").replace(" ", "")
+ api_wallet_page.validate_address(text)
+ }
+ }
+
+ Rectangle
+ {
+ width: 30
+ height: 30
+ radius: 7
+ anchors.right: parent.right
+ anchors.rightMargin: 13
+ anchors.verticalCenter: parent.verticalCenter
+
+ color: addrbookIconMouseArea.containsMouse ? Dex.CurrentTheme.buttonColorHovered : "transparent"
+
+ DefaultMouseArea
+ {
+ id: addrbookIconMouseArea
+ anchors.fill: parent
+ hoverEnabled: true
+ onClicked: contact_list.open()
+ }
+ }
+
+ DefaultImage
+ {
+ id: addrbookIcon
+ anchors.right: parent.right
+ anchors.rightMargin: 18
+ anchors.verticalCenter: parent.verticalCenter
+ width: 20
+ height: 12
+ source: General.image_path + "addressbook.png"
+ }
+
+ ColorOverlay
+ {
+ anchors.fill: addrbookIcon
+ source: addrbookIcon
+ color: Dex.CurrentTheme.foregroundColor
+ }
+ }
+
+ // ERC-20 Lowercase issue
+ RowLayout
+ {
+ visible: errorView && input_address.text !== ""
+ Layout.alignment: Qt.AlignHCenter
+ Layout.preferredWidth: 380
+ spacing: 4
+
+ Item { Layout.fillWidth: true }
+
+ DefaultText
+ {
+ id: reason
+
+ Layout.alignment: Qt.AlignVCenter
+ Layout.preferredWidth: 320
+
+ wrapMode: Label.Wrap
+ color: Dex.CurrentTheme.warningColor
+ text_value: qsTr("The address has to be mixed case.")
+ }
+
+ DefaultButton
+ {
+ enabled: !root.is_send_busy
+ visible: needFix
+ Layout.alignment: Qt.AlignVCenter
+ Layout.leftMargin: 10
+ Layout.preferredWidth: 50
+ Layout.preferredHeight: 28
+ text: qsTr("Fix")
+ onClicked: api_wallet_page.convert_address(input_address.text, address_data.to_address_format)
+ }
+
+ Item { Layout.fillWidth: true }
+ }
+
+ // Amount to send
+ AmountField
+ {
+ id: input_amount
+
+ enabled: !root.is_send_busy
+
+ Layout.alignment: Qt.AlignHCenter
+ Layout.preferredWidth: 500
+ Layout.preferredHeight: 44
+ Layout.topMargin: 32
+
+ placeholderText: qsTr("Amount to send")
+
+ onTextEdited:
+ {
+ if (text.length === 0)
+ {
+ text = "";
+ return;
+ }
+ }
+
+ DefaultText
+ {
+ anchors.right: maxBut.left
+ anchors.rightMargin: 10
+ anchors.verticalCenter: parent.verticalCenter
+
+ text: _preparePage.cryptoSendMode ? API.app.wallet_pg.ticker : API.app.settings_pg.current_currency
+ font.pixelSize: 16
+ }
+
+ Rectangle
+ {
+ id: maxBut
+ anchors.right: parent.right
+ anchors.rightMargin: 11
+ anchors.verticalCenter: parent.verticalCenter
+ width: 46
+ height: 23
+ radius: 7
+ color: maxButMouseArea.containsMouse ? Dex.CurrentTheme.buttonColorHovered : Dex.CurrentTheme.buttonColorEnabled
+
+ DefaultText
+ {
+ anchors.centerIn: parent
+ text: qsTr("MAX")
+ }
+
+ DefaultMouseArea
+ {
+ id: maxButMouseArea
+ anchors.fill: parent
+ hoverEnabled: true
+ onClicked:
+ {
+ if (_preparePage.cryptoSendMode)
+ {
+ input_amount.text = API.app.get_balance(api_wallet_page.ticker);
+ }
+ else
+ {
+ let cryptoBalance = new BigNumber(API.app.get_balance(api_wallet_page.ticker));
+ input_amount.text = cryptoBalance.multipliedBy(current_ticker_infos.current_currency_ticker_price).toFixed(8);
+ }
+ }
+ }
+ }
+ }
+
+ // Crypto/fiat switch
+ RowLayout
+ {
+ Layout.topMargin: 10
+ Layout.alignment: Qt.AlignHCenter
+ Layout.preferredWidth: 380
+
+ DefaultText
+ {
+ id: equivalentAmount
+
+ property string value: "0"
+
+ enabled: !(new BigNumber(current_ticker_infos.current_currency_ticker_price).isLessThanOrEqualTo(0))
+ visible: enabled
+
+ text:
+ {
+ if (!enabled)
+ {
+ return qsTr("Fiat amount: Unavailable");
+ }
+ else if (_preparePage.cryptoSendMode)
+ {
+ return qsTr("Fiat amount: %1").arg(General.formatFiat('', value, API.app.settings_pg.current_fiat_sign));
+ }
+ else
+ {
+ return qsTr("%1 amount: %2").arg(API.app.wallet_pg.ticker).arg(value);
+ }
+ }
+
+ Connections
+ {
+ target: input_amount
+
+ function onTextEdited()
+ {
+ let imputAmount = new BigNumber(input_amount.text);
+ if (input_amount.text === "" || imputAmount.isLessThanOrEqualTo(0))
+ equivalentAmount.value = "0"
+ else if (_preparePage.cryptoSendMode)
+ equivalentAmount.value = imputAmount.multipliedBy(current_ticker_infos.current_currency_ticker_price).toFixed(8);
+ else
+ equivalentAmount.value = imputAmount.dividedBy(current_ticker_infos.current_currency_ticker_price).toFixed(8);
+ }
+
+ function onTextChanged()
+ {
+ onTextEdited()
+ }
+ }
+ }
+
+ Item { }
+
+ Rectangle
+ {
+ enabled: equivalentAmount.enabled
+ visible: equivalentAmount.visible
+
+ Layout.alignment: Qt.AlignRight
+ Layout.preferredWidth: cryptoFiatSwitchText.width + cryptoFiatSwitchIcon.width + 20
+ Layout.preferredHeight: 32
+ radius: 16
+
+ color: cryptoFiatSwitchMouseArea.containsMouse ? Dex.CurrentTheme.buttonColorHovered : Dex.CurrentTheme.buttonColorEnabled
+
+ Rectangle
+ {
+ id: cryptoFiatSwitchIcon
+ width: 28
+ height: 28
+ radius: width / 2
+ anchors.left: parent.left
+ anchors.leftMargin: 3
+ anchors.verticalCenter: parent.verticalCenter
+ color: Dex.CurrentTheme.backgroundColor
+
+ DefaultText
+ {
+ id: fiat_symbol
+ visible: _preparePage.cryptoSendMode && API.app.settings_pg.current_currency_sign != "KMD"
+ font.pixelSize: 18
+ anchors.centerIn: parent
+ text: API.app.settings_pg.current_currency_sign
+ }
+
+ DefaultImage
+ {
+ visible: !fiat_symbol.visible
+ anchors.centerIn: parent
+ width: 18
+ height: 18
+ source: General.coinIcon(API.app.wallet_pg.ticker)
+ }
+ }
+
+ DefaultText
+ {
+ id: cryptoFiatSwitchText
+ anchors.left: cryptoFiatSwitchIcon.right
+ anchors.leftMargin: 7
+ anchors.verticalCenter: parent.verticalCenter
+ font.pixelSize: 12
+ text:
+ {
+ if (_preparePage.cryptoSendMode) qsTr("Specify in Fiat");
+ else qsTr("Specify in Crypto");
+ }
+ }
+
+ DefaultMouseArea
+ {
+ id: cryptoFiatSwitchMouseArea
+ anchors.fill: parent
+ hoverEnabled: true
+ onClicked:
+ {
+ _preparePage.cryptoSendMode = !_preparePage.cryptoSendMode
+ let temp = input_amount.text
+ input_amount.text = equivalentAmount.value;
+ equivalentAmount.value = temp;
+ }
+ }
+ }
+ }
+
+ // Memo
+ DefaultRectangle
+ {
+ visible: General.isCoinWithMemo(api_wallet_page.ticker)
+ enabled: !root.is_send_busy
+
+ Layout.preferredWidth: 500
+ Layout.preferredHeight: 44
+ Layout.alignment: Qt.AlignHCenter
+
+ color: input_memo.background.color
+ radius: input_memo.background.radius
+
+ DefaultTextField
+ {
+ id: input_memo
+
+ width: 470
+ height: 44
+ placeholderText: qsTr("Enter memo")
+ forceFocus: true
+ font: General.isZhtlc(api_wallet_page.ticker) ? DexTypo.body3 : DexTypo.body2
+ }
+ }
+
+ ColumnLayout
+ {
+ visible: General.getCustomFeeType(current_ticker_infos)
+ Layout.preferredWidth: 380
+ Layout.alignment: Qt.AlignHCenter
+ Layout.topMargin: 32
+
+ // Custom fees switch
+ DefaultSwitch
+ {
+ id: custom_fees_switch
+ visible: !General.isZhtlc(api_wallet_page.ticker)
+ enabled: !root.is_send_busy
+ Layout.preferredWidth: 260
+ onCheckedChanged: input_custom_fees.text = ""
+ labelWidth: 200
+ label.text: qsTr("Enable Custom Fees")
+ label.wrapMode: Label.NoWrap
+ }
+
+ RowLayout
+ {
+ visible: custom_fees_switch.checked
+ // Custom fees warning
+ DefaultText
+ {
+ font.pixelSize: 14
+ Layout.alignment: Qt.AlignHCenter
+ horizontalAlignment: DefaultText.AlignHCenter
+ color: Dex.CurrentTheme.warningColor
+ }
+
+ DefaultText
+ {
+ visible: input_custom_fees.visible
+ font.pixelSize: 14
+ Layout.alignment: Qt.AlignHCenter
+ horizontalAlignment: DefaultText.AlignHCenter
+ color: Dex.CurrentTheme.warningColor
+ text_value: qsTr("Only use custom fees if you know what you are doing! ")
+ }
+
+ DefaultText
+ {
+ visible: input_custom_fees_gas.visible
+ font.pixelSize: 14
+ Layout.alignment: Qt.AlignHCenter
+ horizontalAlignment: DefaultText.AlignHCenter
+ color: Dex.CurrentTheme.warningColor
+ text_value: qsTr("Only use custom fees if you know what you are doing! ") + General.cex_icon
+ DefaultInfoTrigger { triggerModal: gas_info_modal }
+ }
+ }
+ }
+
+ // Custom Fees section
+ ColumnLayout
+ {
+ visible: custom_fees_switch.checked
+
+ Layout.preferredWidth: parent.width
+ Layout.alignment: Qt.AlignHCenter
+ Layout.topMargin: 8
+
+ // Normal coins, Custom fees input
+ AmountField
+ {
+ visible: General.getCustomFeeType(current_ticker_infos) == "UTXO"
+
+ id: input_custom_fees
+
+ enabled: !root.is_send_busy
+
+ Layout.preferredWidth: 380
+ Layout.preferredHeight: 38
+ Layout.alignment: Qt.AlignHCenter
+
+ placeholderText: qsTr("Enter the custom fee") + " [" + api_wallet_page.ticker + "]"
+ }
+
+ // Token coins
+ ColumnLayout
+ {
+ visible: General.getCustomFeeType(current_ticker_infos) == "Gas"
+
+ Layout.alignment: Qt.AlignHCenter
+
+ // Gas input
+ AmountIntField
+ {
+ id: input_custom_fees_gas
+
+ enabled: !root.is_send_busy
+
+ Layout.preferredWidth: 380
+ Layout.preferredHeight: 38
+
+ placeholderText: qsTr("Gas Limit")
+ }
+
+ // Gas price input
+ AmountIntField
+ {
+ id: input_custom_fees_gas_price
+
+ enabled: !root.is_send_busy
+
+ Layout.preferredWidth: 380
+ Layout.preferredHeight: 38
+
+ placeholderText: qsTr("Gas price") + " [" + General.tokenUnitName(current_ticker_infos.type) + "]"
+ }
+ }
+
+ // Fee is higher than amount error
+ DefaultText
+ {
+ id: fee_error
+ visible: feeIsHigherThanAmount()
+
+ Layout.alignment: Qt.AlignHCenter
+ horizontalAlignment: DefaultText.AlignHCenter
+
+ wrapMode: Label.Wrap
+ color: Style.colorRed
+ text_value: qsTr("Custom Fee can't be higher than the amount") + "\n"
+ + qsTr("You have %1", "AMT TICKER").arg(General.formatCrypto("", API.app.get_balance(General.getFeesTicker(current_ticker_infos)), General.getFeesTicker(current_ticker_infos)))
+ }
+ }
+
+ // Not enough funds error
+ DefaultText
+ {
+ Layout.topMargin: 16
+ Layout.alignment: Qt.AlignHCenter
+ horizontalAlignment: DefaultText.AlignHCenter
+ wrapMode: Label.Wrap
+ visible: !fee_error.visible && !hasFunds()
+
+ color: Dex.CurrentTheme.warningColor
+
+ text_value: qsTr("Not enough funds.") + "\n"
+ + qsTr("You have %1", "AMT TICKER").arg(General.formatCrypto("", API.app.get_balance(api_wallet_page.ticker), api_wallet_page.ticker))
+ }
+
+ DefaultBusyIndicator {
+ Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
+ Layout.preferredWidth: 32
+ Layout.preferredHeight: Layout.preferredWidth
+ indicatorSize: Layout.preferredWidth
+ indicatorDotSize: 5
+ visible: root.is_send_busy
+ }
+
+ // Withdraw status
+ DefaultText
+ {
+ Layout.topMargin: 16
+ Layout.alignment: Qt.AlignHCenter
+ horizontalAlignment: DefaultText.AlignHCenter
+ wrapMode: Label.Wrap
+ visible: General.isZhtlc(api_wallet_page.ticker) && withdraw_status != "Complete"
+ color: Dex.CurrentTheme.foregroundColor
+ text_value: withdraw_status
+ }
+
+
+ // Footer
+ RowLayout
+ {
+ Layout.alignment: Qt.AlignHCenter
+ Layout.topMargin: 20
+
+ CancelButton
+ {
+ text: qsTr("Cancel")
+
+ Layout.alignment: Qt.AlignLeft
+ Layout.preferredWidth: parent.width / 100 * 48
+ Layout.preferredHeight: 48
+
+ label.font.pixelSize: 16
+ radius: 18
+
+ onClicked: root.close()
+ }
+
+ Item { Layout.fillWidth: true }
+
+ OutlineButton
+ {
+ enabled: fieldAreFilled() && hasFunds() && !errorView && !root.is_send_busy
+
+ Layout.alignment: Qt.AlignRight
+ Layout.preferredWidth: parent.width / 100 * 48
+
+ text: qsTr("Prepare")
+
+ onClicked: prepareSendCoin(
+ input_address.text,
+ getCryptoAmount(),
+ custom_fees_switch.checked,
+ input_custom_fees.text,
+ General.isSpecialToken(current_ticker_infos),
+ input_custom_fees_gas.text,
+ input_custom_fees_gas_price.text,
+ input_memo.text
+ )
+ }
+ }
+
+ // Modal to pick up a contact's address.
+ ModalLoader
+ {
+ id: contact_list
+ sourceComponent: SendModalContactList
+ {
+ onClosed:
+ {
+ if (selected_address === "") return
+
+ input_address.text = selected_address
+ selected_address = ""
+ }
+ }
+ }
+ }
+
+ // Send Page
+ MultipageModalContent
+ {
+ titleText: qsTr("Send")
+ titleAlignment: Qt.AlignHCenter
+
+ // Address
+ TitleText
+ {
+ text: qsTr("Recipient's address")
+ Layout.fillWidth: true
+ color: Dex.CurrentTheme.foregroundColor2
+ }
+
+ TextEditWithCopy
+ {
+ text_value: input_address.text
+ font_size: 13
+ align_left: true
+ text_box_width:
+ {
+ let char_len = current_ticker_infos.address.length
+ if (char_len > 70) return 560
+ if (char_len > 50) return 450
+ if (char_len > 40) return 400
+ return 300
+ }
+ onCopyNotificationTitle: qsTr("%1 address", "TICKER").arg(api_wallet_page.ticker)
+ onCopyNotificationMsg: qsTr("copied to clipboard.")
+ privacy: true
+ }
+
+ // Amount
+ TextEditWithTitle
+ {
+ title: qsTr("Amount")
+
+ text:
+ {
+ let amount = getCryptoAmount()
+ !amount ? "" : General.formatCrypto(
+ '',
+ amount,
+ api_wallet_page.ticker,
+ API.app.get_fiat_from_amount(api_wallet_page.ticker, amount),
+ API.app.settings_pg.current_fiat
+ )
+ }
+ }
+
+ // Memo
+ TextEditWithTitle
+ {
+ title: qsTr("Memo")
+ visible: input_memo.text != ""
+ text: input_memo.text
+ }
+
+ // Fees
+ TextEditWithTitle
+ {
+ title: qsTr("Fees")
+ text:
+ {
+ let amount = send_result.withdraw_answer.fee_details.amount
+ !amount ? "" : General.formatCrypto(
+ '',
+ amount,
+ current_ticker_infos.fee_ticker,
+ API.app.get_fiat_from_amount(current_ticker_infos.fee_ticker, amount),
+ API.app.settings_pg.current_fiat
+ )
+ }
+ }
+
+ // Date
+ TextEditWithTitle
+ {
+ title: qsTr("Date")
+ text: empty_data ? "" :
+ send_result.withdraw_answer.date
+ }
+
+ DefaultBusyIndicator
+ {
+ Layout.alignment: Qt.AlignVCenter | Qt.AlignHCenter
+ Layout.preferredWidth: 32
+ Layout.preferredHeight: Layout.preferredWidth
+ indicatorSize: Layout.preferredWidth
+ indicatorDotSize: 5
+ visible: root.is_broadcast_busy
+ }
+
+ // Buttons
+ footer:
+ [
+ Item { Layout.fillWidth: true },
+
+ DefaultButton
+ {
+ text: qsTr("Back")
+ leftPadding: 40
+ rightPadding: 40
+ radius: 18
+ onClicked: root.currentIndex = 0
+ enabled: !root.is_broadcast_busy
+ },
+
+ Item { Layout.fillWidth: true },
+
+ DexAppOutlineButton
+ {
+ text: qsTr("Send")
+ onClicked: sendCoin()
+ leftPadding: 40
+ rightPadding: 40
+ radius: 18
+ enabled: !root.is_broadcast_busy
+ },
+
+ Item { Layout.fillWidth: true }
+ ]
+ }
+
+ // Result Page
+ SendResult
+ {
+ result: send_result
+ address: input_address.text
+ tx_hash: broadcast_result
+ custom_amount: getCryptoAmount()
+
+ function onClose()
+ {
+ root.close()
+ }
+ }
+}
diff --git a/atomic_defi_design/Dex/Wallet/SendModalContactList.qml b/atomic_defi_design/Dex/Wallet/SendModalContactList.qml
new file mode 100644
index 0000000000..9e9bbd58aa
--- /dev/null
+++ b/atomic_defi_design/Dex/Wallet/SendModalContactList.qml
@@ -0,0 +1,218 @@
+// Qt Imports
+import QtQuick 2.15
+import QtQuick.Layouts 1.15
+import QtQuick.Controls 2.15
+
+// Project Imports
+import "../Components"
+import "../Constants"
+import App 1.0
+import Dex.Themes 1.0 as Dex
+
+MultipageModal
+{
+ id: root
+
+ width: 600
+
+ property string ticker: api_wallet_page.ticker
+ property var selected_address: ""
+
+ Component.onCompleted: API.app.addressbookPg.model.proxy.typeFilter = ticker
+ Component.onDestruction: API.app.addressbookPg.model.proxy.typeFilter = ""
+
+ MultipageModalContent
+ {
+ titleText: qsTr("Select a contact with an %1 address").arg(ticker)
+
+ // Searchbar
+ DefaultTextField
+ {
+ Layout.alignment: Qt.AlignHCenter
+ Layout.fillWidth: true
+ placeholderText: qsTr("Search for contacts...")
+ onTextChanged: API.app.addressbookPg.model.proxy.searchExp = text
+ Component.onDestruction: API.app.addressbookPg.model.proxy.searchExp = ""
+ }
+
+ // Contact List
+ DefaultListView
+ {
+ id: contactListView
+
+ Layout.fillWidth: true
+
+ model: API.app.addressbookPg.model.proxy
+ delegate: DefaultRectangle
+ {
+ property int addressesCount
+ property var contactModel: modelData
+
+ width: contactListView.width
+ height: 30
+ color: mouse_area.containsMouse ? Dex.CurrentTheme.accentColor : index % 2 === 0 ? Dex.CurrentTheme.backgroundColor : Dex.CurrentTheme.backgroundColorDeep
+
+ Component.onCompleted:
+ {
+ modelData.proxyFilter.filterType = ticker
+ addressesCount = modelData.proxyFilter.rowCount()
+ }
+ Component.onDestruction: contactModel.proxyFilter.typeFilter = ""
+
+ DefaultMouseArea
+ {
+ id: mouse_area
+ anchors.fill: parent
+ hoverEnabled: true
+ onClicked:
+ {
+ addressesView.contactModel = modelData
+ root.currentIndex = 1
+ }
+ }
+
+ DefaultText // Contact Name
+ {
+ anchors.verticalCenter: parent.verticalCenter
+ anchors.left: parent.left
+ anchors.leftMargin: 10
+ width: parent * 0.4
+ text: modelData.name
+ elide: Qt.ElideRight
+ }
+
+ DefaultText // Contact Addresses Count
+ {
+ anchors.verticalCenter: parent.verticalCenter
+ anchors.right: parent.right
+ anchors.rightMargin: 10
+ width: parent * 0.4
+ text: addressesCount > 1 ? qsTr("%1 addresses").arg(addressesCount) : qsTr("1 address")
+ elide: Qt.ElideRight
+ }
+
+ HorizontalLine
+ {
+ width: parent.width
+ height: 2
+ anchors.bottom: parent.bottom
+ }
+ }
+ }
+
+ footer:
+ [
+ Item { Layout.fillWidth: true },
+ DefaultButton // Back to Send Modal Button
+ {
+ Layout.alignment: Qt.AlignHCenter
+ Layout.preferredWidth: 280
+ text: qsTr("Back")
+ onClicked: close()
+ },
+ Item { Layout.fillWidth: true }
+ ]
+ }
+
+ MultipageModalContent
+ {
+ id: addressesView
+
+ readonly property var defaultContactModel:
+ {
+ "proxyFilter":
+ {
+ "filterType": ""
+ },
+ "name": ""
+ }
+ property var contactModel: defaultContactModel
+
+ property int columnsMargin: 10
+ property int nameColumnWidth: width * 0.3
+
+ titleText: qsTr("Choose an %1 address of %2").arg(contactModel.proxyFilter.filterType).arg(contactModel.name)
+
+ RowLayout
+ {
+ Layout.fillWidth: true
+ spacing: 0
+
+ DefaultText
+ {
+ Layout.leftMargin: addressesView.columnsMargin
+ Layout.preferredWidth: addressesView.nameColumnWidth
+ text: qsTr("Name")
+ color: Dex.CurrentTheme.foregroundColor2
+ }
+
+ DefaultText
+ {
+ Layout.leftMargin: addressesView.columnsMargin
+ text: qsTr("Address")
+ color: Dex.CurrentTheme.foregroundColor2
+ }
+ }
+
+ DefaultListView
+ {
+ id: addressListView
+
+ Layout.fillWidth: true
+
+ model: addressesView.contactModel.proxyFilter
+ delegate: DefaultRectangle
+ {
+ width: addressListView.width
+ height: 30
+ color: address_mouse_area.containsMouse ? Dex.CurrentTheme.accentColor : index % 2 === 0 ? Dex.CurrentTheme.backgroundColor : Dex.CurrentTheme.backgroundColorDeep
+
+ DefaultMouseArea
+ {
+ id: address_mouse_area
+ anchors.fill: parent
+ hoverEnabled: true
+ onClicked:
+ {
+ selected_address = model.address_value
+ close()
+ }
+ }
+
+ DefaultText
+ {
+ id: addressKeyLabel
+ width: addressesView.nameColumnWidth
+ anchors.verticalCenter: parent.verticalCenter
+ anchors.left: parent.left
+ anchors.leftMargin: addressesView.columnsMargin
+ text: model.address_key
+ elide: Qt.ElideRight
+ }
+
+ DefaultText
+ {
+ anchors.verticalCenter: parent.verticalCenter
+ anchors.left: addressKeyLabel.right
+ anchors.leftMargin: addressesView.columnsMargin
+ anchors.right: parent.right
+ anchors.rightMargin: addressesView.columnsMargin
+ text: model.address_value
+ elide: Qt.ElideRight
+ }
+ }
+ }
+
+ footer:
+ [
+ Item { Layout.fillWidth: true },
+ DefaultButton
+ {
+ Layout.preferredWidth: 280
+ text: qsTr("Back")
+ onClicked: currentIndex = 0
+ },
+ Item { Layout.fillWidth: true }
+ ]
+ }
+}
diff --git a/atomic_defi_design/Dex/Wallet/SendResult.qml b/atomic_defi_design/Dex/Wallet/SendResult.qml
new file mode 100644
index 0000000000..8ac93c37a5
--- /dev/null
+++ b/atomic_defi_design/Dex/Wallet/SendResult.qml
@@ -0,0 +1,135 @@
+import QtQuick 2.15
+import QtQuick.Layouts 1.15
+import QtQuick.Controls 2.15
+
+import "../Components"
+import "../Constants"
+import App 1.0
+import Dex.Themes 1.0 as Dex
+
+MultipageModalContent
+{
+ id: root
+
+ property var result
+ property alias address: address.text_value
+ property string custom_amount
+ property alias tx_hash: tx_hash.text_value
+
+ titleText: qsTr("Transaction Complete!")
+
+ // Transaction Hash
+ TitleText
+ {
+ text: qsTr("Transaction Hash")
+ Layout.fillWidth: true
+ visible: text !== ""
+ color: Dex.CurrentTheme.foregroundColor2
+ }
+
+ TextEditWithCopy
+ {
+ id: tx_hash
+ font_size: 13
+ align_left: true
+ text_box_width: 560
+ onCopyNotificationTitle: qsTr("%1 txid", "TICKER").arg(api_wallet_page.ticker)
+ onCopyNotificationMsg: qsTr("copied to clipboard.")
+ privacy: true
+ }
+
+ // Address
+ TitleText
+ {
+ text: qsTr("Recipient's address")
+ Layout.fillWidth: true
+ visible: text !== ""
+ color: Dex.CurrentTheme.foregroundColor2
+ }
+
+ TextEditWithCopy
+ {
+ id: address
+ font_size: 13
+ align_left: true
+ text_box_width: 560
+ onCopyNotificationTitle: qsTr("%1 address", "TICKER").arg(api_wallet_page.ticker)
+ onCopyNotificationMsg: qsTr("copied to clipboard.")
+ privacy: true
+ }
+
+ // Amount
+ TextEditWithTitle
+ {
+ title: qsTr("Amount")
+
+ text:
+ {
+ let amount = custom_amount !== "" ? custom_amount : result.withdraw_answer.my_balance_change
+ !amount ? "" : General.formatCrypto(
+ '',
+ amount,
+ api_wallet_page.ticker,
+ API.app.get_fiat_from_amount(api_wallet_page.ticker, amount),
+ API.app.settings_pg.current_fiat
+ )
+ }
+ }
+
+ // Memo
+ TextEditWithTitle
+ {
+ title: qsTr("Memo")
+ visible: result.withdraw_answer.memo
+
+ text:
+ {
+ result.withdraw_answer.memo
+ }
+ }
+
+ // Fees
+ TextEditWithTitle
+ {
+ title: qsTr("Fees")
+
+ text:
+ {
+ let amount = result.withdraw_answer.fee_details.amount
+ !amount ? "" : General.formatCrypto(
+ '',
+ amount,
+ current_ticker_infos.fee_ticker,
+ API.app.get_fiat_from_amount(current_ticker_infos.fee_ticker, amount),
+ API.app.settings_pg.current_fiat
+ )
+ }
+ }
+
+ // Date
+ TextEditWithTitle
+ {
+ title: qsTr("Date")
+ text: result.withdraw_answer.date
+ }
+
+
+ // Buttons
+ footer:
+ [
+ CancelButton
+ {
+ Layout.fillWidth: true
+ text: qsTr("Close")
+ radius: 18
+ onClicked: close()
+ },
+ DexAppOutlineButton
+ {
+ Layout.fillWidth: true
+ text: qsTr("View on Explorer")
+ radius: 18
+ onClicked: General.viewTxAtExplorer(api_wallet_page.ticker, tx_hash.text_value)
+ }
+ ]
+}
diff --git a/atomic_defi_design/Dex/Wallet/Sidebar.qml b/atomic_defi_design/Dex/Wallet/Sidebar.qml
new file mode 100644
index 0000000000..0539e74499
--- /dev/null
+++ b/atomic_defi_design/Dex/Wallet/Sidebar.qml
@@ -0,0 +1,105 @@
+import QtQuick 2.15
+import QtQuick.Layouts 1.15
+import QtQuick.Controls 2.15
+import QtGraphicalEffects 1.0
+
+import Qaterial 1.0 as Qaterial
+
+import "../Components"
+import "../Constants"
+import App 1.0
+import Dex.Themes 1.0 as Dex
+import Dex.Components 1.0 as Dex
+
+// Coins bar at left side
+Item
+{
+ id: root
+
+ function reset() { resetted() }
+
+ signal resetted()
+
+ Layout.alignment: Qt.AlignLeft
+ Layout.fillHeight: true
+ Layout.preferredWidth: 175
+
+ // Background
+ DefaultRectangle
+ {
+ id: background
+ radius: 0
+ width: parent.width
+ height: parent.height
+ anchors.right: parent.right
+ anchors.rightMargin : - border.width
+ anchors.topMargin : - border.width
+ anchors.bottomMargin: - border.width
+ anchors.leftMargin: - border.width
+ border.width: 0
+ color: 'transparent'
+
+ // Panel contents
+ Item
+ {
+ id: coins_bar
+ width: 175
+ height: parent.height
+ anchors.right: parent.right
+
+ ColumnLayout
+ {
+ anchors.fill: parent
+ anchors.topMargin: 20
+ anchors.bottomMargin: 10
+ anchors.leftMargin: 10
+ anchors.rightMargin: 10
+ spacing: 10
+
+ // Searchbar
+ SearchField
+ {
+ id: searchCoinField
+
+ Layout.alignment: Qt.AlignHCenter
+ Layout.preferredWidth: 150
+ Layout.fillWidth: true
+ Layout.preferredHeight: 36
+
+ textField.placeholderText: qsTr("Search")
+ forceFocus: true
+ searchModel: portfolio_coins
+ }
+
+ // Coins list
+ InnerBackground
+ {
+ id: list_bg
+ Layout.preferredWidth: 145
+ Layout.fillHeight: true
+ Layout.alignment: Qt.AlignHCenter
+ color: 'transparent'
+ content: Dex.ListView
+ {
+ id: list
+ height: list_bg.height
+ model: portfolio_coins
+ scrollbar_visible: false
+
+ reuseItems: true
+
+ delegate: SidebarItemDelegate { }
+
+ }
+ }
+ }
+ }
+ }
+
+ // Right separator
+ VerticalLine
+ {
+ anchors.right: parent.right
+ height: parent.height
+ }
+}
diff --git a/atomic_defi_design/Dex/Wallet/SidebarItemDelegate.qml b/atomic_defi_design/Dex/Wallet/SidebarItemDelegate.qml
new file mode 100644
index 0000000000..a4551cd784
--- /dev/null
+++ b/atomic_defi_design/Dex/Wallet/SidebarItemDelegate.qml
@@ -0,0 +1,100 @@
+import QtQuick 2.15
+import QtQuick.Layouts 1.15
+import QtQuick.Controls 2.15
+
+import Qaterial 1.0 as Qaterial
+
+import QtGraphicalEffects 1.0
+import "../Components"
+import "../Constants" as Dex
+import App 1.0
+
+GradientRectangle
+{
+ property int activation_progress: Dex.General.zhtlcActivationProgress(activation_status, ticker)
+
+ width: list_bg.width - list_bg.border.width*2 - 6
+ height: 44
+ radius: Dex.Style.rectangleCornerRadius + 4
+
+ start_color: api_wallet_page.ticker === ticker ? Dex.DexTheme.buttonColorEnabled : mouse_area.containsMouse ? Dex.DexTheme.buttonColorHovered : 'transparent'
+ end_color: 'transparent'
+
+ // Click area
+ DefaultMouseArea {
+ id: mouse_area
+ anchors.fill: parent
+ hoverEnabled: true
+
+ acceptedButtons: Qt.LeftButton | Qt.RightButton
+ onClicked:
+ {
+ if (mouse.button === Qt.RightButton)
+ {
+ context_menu.can_disable = General.canDisable(ticker)
+ context_menu.popup()
+ }
+ else
+ {
+ api_wallet_page.ticker = ticker
+ }
+ }
+ onPressAndHold: if (mouse.source === Qt.MouseEventNotSynthesized) context_menu.popup()
+ }
+
+ // Right click menu
+ CoinMenu { id: context_menu }
+
+ readonly property double side_margin: 16
+
+ // Icon
+ DefaultImage {
+ id: icon
+ anchors.left: parent.left
+ anchors.leftMargin: side_margin - scrollbar_margin
+
+ source: Dex.General.coinIcon(ticker)
+ width: Dex.Style.textSizeSmall4*2
+ anchors.verticalCenter: parent.verticalCenter
+
+ DexRectangle
+ {
+ anchors.centerIn: parent
+ anchors.fill: parent
+ radius: 15
+ enabled: Dex.General.isZhtlc(ticker) ? activation_progress < 100 : false
+ visible: enabled
+ opacity: .9
+ color: Dex.DexTheme.backgroundColor
+ }
+
+ DexLabel
+ {
+ anchors.centerIn: parent
+ anchors.fill: parent
+ enabled: Dex.General.isZhtlc(ticker) ? activation_progress < 100 : false
+ visible: enabled
+ horizontalAlignment: Text.AlignHCenter
+ verticalAlignment: Text.AlignVCenter
+ text: activation_progress + "%"
+ font: Dex.DexTypo.head8
+ color: Dex.DexTheme.okColor
+ }
+ }
+
+ ColumnLayout {
+ anchors.verticalCenter: parent.verticalCenter
+ anchors.left: parent.left
+ anchors.leftMargin: icon.width + 28
+
+ // Ticker
+ DexLabel {
+ Layout.alignment: Qt.AlignLeft
+ Layout.preferredWidth: 80
+ font: Dex.DexTypo.caption
+ wrapMode: Text.WordWrap
+ text_value: mouse_area.containsMouse ? name.replace(" (TESTCOIN)", "") : ticker
+ color: Dex.DexTheme.foregroundColor
+ }
+ }
+}
diff --git a/atomic_defi_design/Dex/Wallet/TransactionDetailsModal.qml b/atomic_defi_design/Dex/Wallet/TransactionDetailsModal.qml
new file mode 100644
index 0000000000..ab69b7cba4
--- /dev/null
+++ b/atomic_defi_design/Dex/Wallet/TransactionDetailsModal.qml
@@ -0,0 +1,196 @@
+import QtQuick 2.15
+import QtQuick.Layouts 1.15
+import QtQuick.Controls 2.15
+
+import Qaterial 1.0 as Qaterial
+
+import "../Components"
+import "../Constants"
+import App 1.0
+import Dex.Themes 1.0 as Dex
+
+// Open Transaction Details Modal
+MultipageModal
+{
+ id: root
+ width: 780
+
+ function reset() { }
+
+ property var details
+ property bool is_spam: !details ? false : details.amount == 0
+
+ onClosed:
+ {
+ if (notes.field.enabled) notes.save_button.clicked()
+ details = undefined
+ }
+
+ MultipageModalContent
+ {
+ titleText: qsTr("Transaction Details")
+
+ // Warning for spam/poison transactions
+ DefaultText
+ {
+ id: warning_text
+ visible: is_spam
+ Layout.alignment: Qt.AlignVCenter
+ Layout.fillWidth: true
+ wrapMode: Label.Wrap
+ color: Style.colorOrange
+ text_value: qsTr("This transaction has been identified as a potential address poisoning attack.")
+ }
+
+ // Warning for spam/poison transactions
+ DefaultText
+ {
+ id: warning_text2
+ visible: is_spam
+ Layout.alignment: Qt.AlignVCenter
+ Layout.fillWidth: true
+ wrapMode: Label.Wrap
+ color: Style.colorOrange
+ text_value: qsTr("Please see the Support FAQ for more information.")
+ }
+
+ // Transaction Hash
+ TitleText
+ {
+ text: qsTr("Transaction Hash")
+ Layout.fillWidth: true
+ visible: text !== ""
+ color: Dex.CurrentTheme.foregroundColor2
+ }
+
+ TextEditWithCopy
+ {
+ id: tx_hash
+ font_size: 13
+ align_left: true
+ text_box_width: 600
+ text_value: !details ? "" : details.tx_hash
+ linkURL: !details ? "" :General.getTxExplorerURL(api_wallet_page.ticker, details.tx_hash, false)
+ onCopyNotificationTitle: qsTr("%1 txid", "TICKER").arg(api_wallet_page.ticker)
+ onCopyNotificationMsg: qsTr("copied to clipboard.")
+ privacy: true
+ }
+
+ // Amount
+ TextEditWithTitle
+ {
+ title: qsTr("Amount")
+ text: !details ? "" : General.formatCrypto(!details.am_i_sender, details.amount, api_wallet_page.ticker, details.amount_fiat, API.app.settings_pg.current_currency)
+ value_color: !details ? "white" : details.am_i_sender ? Dex.CurrentTheme.warningColor : Dex.CurrentTheme.okColor
+ privacy: true
+ label.font.pixelSize: 13
+ }
+
+ // Fees
+ TextEditWithTitle
+ {
+ title: qsTr("Fees")
+ text: !details ? "" : General.formatCrypto(parseFloat(details.fees) < 0, Math.abs(parseFloat(details.fees)), current_ticker_infos.fee_ticker, details.fees_amount_fiat, API.app.settings_pg.current_currency)
+ value_color: !details ? "white" : parseFloat(details.fees) > 0 ? Dex.CurrentTheme.warningColor : Dex.CurrentTheme.okColor
+ privacy: true
+ label.font.pixelSize: 13
+ }
+
+ AddressList
+ {
+ width: parent.width
+ title: qsTr("From")
+ model: !details ? [] :
+ details.from
+ linkURL: !details ? "" :General.getAddressExplorerURL(api_wallet_page.ticker, details.from)
+ onCopyNotificationTitle: is_spam ? "" : qsTr("From address")
+ }
+
+ AddressList
+ {
+ width: parent.width
+ title: qsTr("To")
+ model: !details ?
+ [] : details.to.length > 1 ?
+ General.arrayExclude(details.to, details.from[0]) : details.to
+ linkURL: !details ? ""
+ : details.to.length > 1
+ ? General.getAddressExplorerURL(api_wallet_page.ticker, General.arrayExclude(details.to, details.from[0]))
+ : General.getAddressExplorerURL(api_wallet_page.ticker, details.to)
+ onCopyNotificationTitle: is_spam ? "" : qsTr("To address")
+ }
+
+ // Date
+ TextEditWithTitle
+ {
+ title: qsTr("Date")
+ text: !details ? "" : details.timestamp === 0 ? qsTr("Unconfirmed"): details.date
+ label.font.pixelSize: 13
+ }
+
+
+ // Confirmations
+ TextEditWithTitle
+ {
+ title: qsTr("Confirmations")
+ text: !details ? "" : details.confirmations
+ label.font.pixelSize: 13
+ }
+
+ // Block Height
+ TextEditWithTitle
+ {
+ title: qsTr("Block Height")
+ text: !details ? "" : details.blockheight
+ label.font.pixelSize: 13
+ }
+
+
+ // Notes
+ TextAreaWithTitle
+ {
+ id: notes
+
+ property string prev_text: ""
+
+ title: qsTr("Notes")
+ titleColor: Dex.CurrentTheme.foregroundColor2
+ remove_newline: false
+ field.text: !details ? "" : details.transaction_note
+ field.rightPadding: 0
+ saveable: true
+
+ field.onTextChanged:
+ {
+ if (field.text.length > 500) field.text = prev_text
+ else prev_text = field.text
+ }
+
+ onSaved: details.transaction_note = field.text
+ }
+
+ // Buttons
+ footer:
+ [
+ CancelButton
+ {
+ Layout.fillWidth: true
+ text: qsTr("Close")
+ leftPadding: 40
+ rightPadding: 40
+ radius: 18
+ onClicked: root.close()
+ },
+
+ DexAppOutlineButton
+ {
+ Layout.fillWidth: true
+ text: qsTr("View on Explorer")
+ leftPadding: 40
+ rightPadding: 40
+ radius: 18
+ onClicked: General.viewTxAtExplorer(api_wallet_page.ticker, details.tx_hash, false)
+ }
+ ]
+ }
+}
diff --git a/atomic_defi_design/Dex/Wallet/Transactions.qml b/atomic_defi_design/Dex/Wallet/Transactions.qml
new file mode 100644
index 0000000000..c86c58ef11
--- /dev/null
+++ b/atomic_defi_design/Dex/Wallet/Transactions.qml
@@ -0,0 +1,148 @@
+import QtQuick 2.15
+import QtQuick.Layouts 1.15
+import QtQuick.Controls 2.15
+import Qaterial 1.0 as Qaterial
+
+import "../Components"
+import "../Constants"
+import Dex.Themes 1.0 as Dex
+import Dex.Components 1.0 as Dex
+
+Dex.ListView
+{
+ id: list
+
+ readonly property int row_height: 45
+
+ property real _categoryColumnWidth: 140
+ property real _cryptoColumnWidth: 170
+ property real _fiatColumnWidth: 170
+ property real _feeColumnWidth: 225
+ property real _dateColumnWidth: 170
+
+ model: transactions_mdl.proxy_mdl
+
+ // Transaction Row
+ delegate: Dex.Rectangle
+ {
+ id: rectangle
+ property bool is_spam: amount == 0
+ width: list.width
+ height: row_height
+ radius: 0
+ border.width: 0
+ colorAnimation: false
+ color: mouse_area.containsMouse ? Dex.CurrentTheme.listItemHoveredBackground : 'transparent'
+
+ Dex.MouseArea
+ {
+ id: mouse_area
+ anchors.fill: parent
+ hoverEnabled: true
+ onClicked:
+ {
+ tx_details_modal.open()
+ tx_details_modal.item.details = model
+ }
+ }
+
+ RowLayout
+ {
+ id: tx_row
+ anchors.fill: parent
+ anchors.margins: 15
+
+ RowLayout
+ {
+ spacing: 3
+ Layout.preferredWidth: _categoryColumnWidth
+
+ Circle
+ {
+ id: note_tag
+ width: 6
+ color: Style.colorOrange
+ visible: transaction_note !== ""
+ }
+
+ // When a spam / poison tx, we show a warning icon
+ Qaterial.Icon
+ {
+ id: received_icon
+ size: 16
+ icon: is_spam ? Qaterial.Icons.radioactive : am_i_sender ? Qaterial.Icons.arrowTopRight : Qaterial.Icons.arrowBottomRight
+ color: is_spam ? Style.colorOrange : am_i_sender ? Dex.CurrentTheme.warningColor : Dex.CurrentTheme.okColor
+ }
+
+ // Description
+ Dex.Text
+ {
+ id: description
+ horizontalAlignment: Qt.AlignLeft
+ text_value: is_spam ? qsTr("Poison") : am_i_sender ? qsTr("Sent") : qsTr("Received")
+ font.pixelSize: Style.textSizeSmall3
+ color: is_spam ? Style.colorOrange : am_i_sender ? Dex.CurrentTheme.warningColor : Dex.CurrentTheme.okColor
+ }
+ }
+
+ // Crypto
+ Dex.Text
+ {
+ id: crypto_amount
+ Layout.preferredWidth: _cryptoColumnWidth
+ horizontalAlignment: Text.AlignRight
+ text_value:
+ {
+ api_wallet_page.ticker.length > 6
+ ? General.formatCrypto(!am_i_sender, amount, '', false, false, 6, true)
+ : General.formatCrypto(!am_i_sender, amount, api_wallet_page.ticker, false, false, 6, true)
+
+ }
+ font.pixelSize: description.font.pixelSize
+ color: is_spam ? Style.colorWhite7 : am_i_sender ? Dex.CurrentTheme.warningColor : Dex.CurrentTheme.okColor
+ privacy: true
+ }
+
+ // Fiat
+ Dex.Text
+ {
+ Layout.preferredWidth: _fiatColumnWidth
+ horizontalAlignment: Text.AlignRight
+ text_value: General.formatFiat(!am_i_sender, amount_fiat, API.app.settings_pg.current_currency)
+ font.pixelSize: description.font.pixelSize
+ color: is_spam ? Style.colorWhite7 : crypto_amount.color
+ privacy: true
+
+ }
+
+ // Fee
+ Dex.Text
+ {
+ Layout.preferredWidth: _feeColumnWidth
+ horizontalAlignment: Text.AlignRight
+ text_value: General.formatCrypto(!(parseFloat(fees) > 0), Math.abs(parseFloat(fees)),
+ current_ticker_infos.fee_ticker + " " + qsTr("fees"))
+ font.pixelSize: description.font.pixelSize
+ privacy: true
+ color: is_spam ? Style.colorWhite7 : crypto_amount.color
+ }
+
+ // Date
+ Dex.Text
+ {
+ Layout.preferredWidth: _dateColumnWidth
+ horizontalAlignment: Text.AlignRight
+ font.pixelSize: description.font.pixelSize
+ text_value: !date || unconfirmed ? qsTr("Unconfirmed") : date
+ privacy: true
+ color: is_spam ? Style.colorWhite7 : crypto_amount.color
+ }
+ }
+ }
+
+ ModalLoader
+ {
+ id: tx_details_modal
+ sourceComponent: TransactionDetailsModal {}
+ }
+}
diff --git a/atomic_defi_design/qml/Wallet/Wallet.qml b/atomic_defi_design/Dex/Wallet/Wallet.qml
similarity index 92%
rename from atomic_defi_design/qml/Wallet/Wallet.qml
rename to atomic_defi_design/Dex/Wallet/Wallet.qml
index 2df11fb69b..7ca50fcc2d 100644
--- a/atomic_defi_design/qml/Wallet/Wallet.qml
+++ b/atomic_defi_design/Dex/Wallet/Wallet.qml
@@ -5,6 +5,8 @@ import QtGraphicalEffects 1.0
import "../Components"
import "../Constants"
+import "../Screens"
+import App 1.0
RowLayout
{
@@ -21,7 +23,7 @@ RowLayout
// Local
function onClickedSwap()
{
- dashboard.current_page = idx_dashboard_exchange
+ dashboard.switchPage(Dashboard.PageType.DEX)
dashboard.current_ticker = api_wallet_page.ticker
API.app.trading_pg.set_pair(true, api_wallet_page.ticker)
}
diff --git a/atomic_defi_design/Dex/main.qml b/atomic_defi_design/Dex/main.qml
new file mode 100644
index 0000000000..81bea29475
--- /dev/null
+++ b/atomic_defi_design/Dex/main.qml
@@ -0,0 +1,384 @@
+import QtQuick 2.15
+import QtQuick.Controls 2.15
+import QtQuick.Controls.Universal 2.15
+import QtQuick.Layouts 1.12
+import Qt.labs.settings 1.0
+import ModelHelper 0.1
+
+import Qaterial 1.0 as Qaterial
+
+import App 1.0
+import "Components"
+import Dex.Themes 1.0 as Dex
+
+DexWindow
+{
+ id: window
+
+ property int previousX: 0
+ property int previousY: 0
+ property int real_visibility
+ property bool isOsx: Qt.platform.os == "osx"
+ property bool logged: false
+ property var orders: API.app.orders_mdl.orders_proxy_mdl.ModelHelper
+
+ title: API.app_name
+ visible: true
+
+ minimumWidth: General.minimumWidth
+ minimumHeight: General.minimumHeight
+
+ background: DefaultRectangle
+ {
+ anchors.fill: parent
+ }
+
+ Universal.background: Dex.CurrentTheme.backgroundColor
+ Universal.foreground: Dex.CurrentTheme.foregroundColor
+
+ onVisibilityChanged:
+ {
+ // 3 is minimized, ignore that
+ if (visibility !== 3)
+ real_visibility = visibility
+
+ API.app.change_state(visibility)
+ }
+
+ DexWindowControl
+ {
+ visible: !isOsx
+ }
+
+ DexRectangle
+ {
+ radius: 0
+ width: parent.width
+ height: 30
+ anchors.horizontalCenter: parent.horizontalCenter
+ color: Dex.CurrentTheme.backgroundColorDeep
+ visible: isOsx
+ }
+
+ DexPopup
+ {
+ id: userMenu
+
+ spacing: 8
+ padding: 2
+ backgroundColor: Dex.CurrentTheme.backgroundColor
+
+ contentItem: Item
+ {
+ implicitWidth: 130
+ implicitHeight: 30
+ Rectangle
+ {
+ width: parent.width - 10
+ height: parent.height - 5
+ anchors.centerIn: parent
+ radius: 18
+ color: logout_area.containsMouse ? Dex.CurrentTheme.buttonColorHovered : Dex.CurrentTheme.backgroundColor
+ Row
+ {
+ anchors.centerIn: parent
+ spacing: 5
+
+ Qaterial.Icon
+ {
+ anchors.verticalCenter: parent.verticalCenter
+ icon: Qaterial.Icons.logout
+ color: Dex.CurrentTheme.foregroundColor
+ size: 11
+ }
+
+ DexLabel
+ {
+ anchors.verticalCenter: parent.verticalCenter
+ color: Dex.CurrentTheme.foregroundColor
+ text: qsTr('Logout')
+ }
+ }
+
+ DexMouseArea
+ {
+ id: logout_area
+ hoverEnabled: true
+ anchors.fill: parent
+ onClicked:
+ {
+ if (orders.count != 0) app.logout_confirm_modal.open()
+ else app.return_to_login()
+ }
+ }
+ }
+ }
+ }
+
+ DexMacControl
+ {
+ visible: isOsx
+ }
+
+ Row
+ {
+ height: 30
+ leftPadding: 8
+ anchors.right: isOsx ? parent.right : undefined
+ anchors.rightMargin: isOsx ? 8 : 0
+ layoutDirection: isOsx ? Qt.RightToLeft : Qt.LeftToRight
+ spacing: 5
+
+ DefaultImage
+ {
+ source: "qrc:/assets/images/dex-tray-icon.png"
+ width: 15
+ height: 15
+ smooth: true
+ antialiasing: true
+ visible: !_label.visible
+ anchors.verticalCenter: parent.verticalCenter
+ }
+
+ DexLabel
+ {
+ text: atomic_app_name
+ font.family: 'Montserrat'
+ font.weight: Font.Medium
+ opacity: .5
+ leftPadding: 5
+ color: Dex.CurrentTheme.foregroundColor
+ visible: !_label.visible
+ anchors.verticalCenter: parent.verticalCenter
+ }
+
+ }
+
+ Item
+ {
+ width: _row.width
+ height: 30
+ clip: true
+ Behavior on x
+ {
+ NumberAnimation
+ {
+ duration: 200
+ }
+ }
+ anchors.right: parent.right
+ anchors.rightMargin: isOsx ? 10 : 120
+
+ Row
+ {
+ id: _row
+ anchors.verticalCenter: parent.verticalCenter
+ layoutDirection: Qt.RightToLeft
+ spacing: 6
+
+ Item
+ {
+ width: 15
+ height: 1
+ }
+
+ // User / logout
+ Rectangle
+ {
+ width: __row.width + 10
+ height: __row.height + 5
+ anchors.verticalCenter: parent.verticalCenter
+ radius: 3
+ color: _area.containsMouse ? Dex.CurrentTheme.floatingBackgroundColor : "transparent"
+
+ Row
+ {
+ id: __row
+ anchors.centerIn: parent
+ layoutDirection: isOsx ? Qt.RightToLeft : Qt.LeftToRight
+ spacing: 6
+
+ Qaterial.ColorIcon
+ {
+ source: Qaterial.Icons.menuDown
+ iconSize: 14
+ visible: _label.visible
+ color: Dex.CurrentTheme.foregroundColor
+ anchors.verticalCenter: parent.verticalCenter
+ }
+
+ DefaultText
+ {
+ id: _label
+ text: API.app.wallet_mgr.wallet_default_name ?? ""
+ font.family: 'Montserrat'
+ font.weight: Font.Medium
+ visible: window.logged
+ color: Dex.CurrentTheme.foregroundColor
+ anchors.verticalCenter: parent.verticalCenter
+ }
+
+ Qaterial.ColorIcon
+ {
+ source: Qaterial.Icons.account
+ iconSize: 18
+ visible: _label.visible
+ color: _area.containsMouse ? Dex.CurrentTheme.gradientButtonPressedStartColor : Dex.CurrentTheme.foregroundColor
+ anchors.verticalCenter: parent.verticalCenter
+ }
+ }
+
+ DexMouseArea
+ {
+ id: _area
+ anchors.fill: parent
+ onClicked:
+ {
+ if (userMenu.visible)
+ {
+ userMenu.close()
+ }
+ else
+ {
+ userMenu.openAt(mapToItem(Overlay.overlay, width / 2, height), Item.Top)
+ }
+ }
+ }
+ }
+
+ Item
+ {
+ width: 10
+ height: 1
+ }
+
+ // Wallet Balance
+ Row
+ {
+ anchors.verticalCenter: parent.verticalCenter
+ spacing: 10
+
+ DexLabel
+ {
+ leftPadding: 2
+ text: qsTr("Balance")
+ font.family: 'Montserrat'
+ font.weight: Font.Medium
+ visible: _label.visible
+ anchors.verticalCenter: parent.verticalCenter
+ }
+
+ DexLabel
+ {
+ text_value: General.formatFiat("", API.app.portfolio_pg.balance_fiat_all, API.app.settings_pg.current_currency)
+ font.family: 'lato'
+ font.weight: Font.Bold
+ visible: _label.visible
+ privacy: true
+ anchors.verticalCenter: parent.verticalCenter
+ DexMouseArea
+ {
+ anchors.fill: parent
+ onClicked:
+ {
+ const current_fiat = API.app.settings_pg.current_currency
+ const available_fiats = API.app.settings_pg.get_available_currencies()
+ const current_index = available_fiats.indexOf(
+ current_fiat)
+ const next_index = (current_index + 1) %
+ available_fiats.length
+ const next_fiat = available_fiats[next_index]
+ API.app.settings_pg.current_currency = next_fiat
+ }
+ }
+ }
+ }
+
+ Item
+ {
+ width: 15
+ height: 1
+ }
+
+ // Notifications
+ DexIconButton
+ {
+ color: containsMouse ? Dex.CurrentTheme.gradientButtonPressedStartColor : Dex.CurrentTheme.foregroundColor
+ anchors.verticalCenter: parent.verticalCenter
+ iconSize: 24
+ icon: Qaterial.Icons.bellOutline
+ visible: _label.visible
+ active: app.notification_modal.opened
+ AnimatedRectangle
+ {
+ anchors.rightMargin: -3
+ anchors.right: parent.right
+ y: 8
+ width: 13
+ height: width
+ color: Dex.CurrentTheme.gradientButtonPressedStartColor
+ opacity: 0.8
+ radius: width / 2
+ visible: app.notifications_list !== undefined ? app.notifications_list.length > 0 : false
+ z: 1
+ }
+ onClicked:
+ {
+ if (app.notification_modal.visible)
+ app.notification_modal.close()
+ else
+ app.notification_modal.openAt(mapToItem(Overlay.overlay, -90, 18), Item.Top)
+ }
+ }
+
+ Item
+ {
+ width: 15
+ height: 1
+ }
+
+ Settings
+ {
+ id: atomic_settings0
+ fileName: atomic_cfg_file
+ }
+
+ // Theme toggle
+ DexIconButton
+ {
+ id: themeSwitchBut
+ visible: _label.visible && Dex.CurrentTheme.hasDarkAndLightMode() && Dex.CurrentTheme.getColorMode() !== Dex.CurrentTheme.ColorMode.None
+ active: app.notification_modal.opened
+ rotation: -45
+ anchors.verticalCenter: parent.verticalCenter
+ color: containsMouse ? Dex.CurrentTheme.gradientButtonPressedStartColor : Dex.CurrentTheme.foregroundColor
+ iconSize: 24
+ icon:
+ {
+ if (Dex.CurrentTheme.getColorMode() !== Dex.CurrentTheme.ColorMode.None)
+ {
+ if (Dex.CurrentTheme.getColorMode() === Dex.CurrentTheme.ColorMode.Light)
+ return Qaterial.Icons.moonWaningCrescent;
+ else if (Dex.CurrentTheme.getColorMode() === Dex.CurrentTheme.ColorMode.Dark)
+ return Qaterial.Icons.whiteBalanceSunny;
+ }
+ return Qaterial.Icons.moonWaningCrescent;
+ }
+
+ onClicked: {
+ let new_theme = Dex.CurrentTheme.switchColorMode()
+ atomic_settings0.setValue("CurrentTheme", new_theme);
+ atomic_settings0.sync();
+ }
+ }
+ }
+ }
+
+ App
+ {
+ id: app
+ color: Dex.CurrentTheme.backgroundColor
+ anchors.fill: parent
+ anchors.topMargin: 30
+ }
+}
diff --git a/atomic_defi_design/assets/.gitignore b/atomic_defi_design/assets/.gitignore
new file mode 100644
index 0000000000..90d1f28b17
--- /dev/null
+++ b/atomic_defi_design/assets/.gitignore
@@ -0,0 +1 @@
+qml.qrc
\ No newline at end of file
diff --git a/atomic_defi_design/assets/images/.gitignore b/atomic_defi_design/assets/images/.gitignore
index 2436eb6f68..3dd82ff7a3 100644
--- a/atomic_defi_design/assets/images/.gitignore
+++ b/atomic_defi_design/assets/images/.gitignore
@@ -1,8 +1,6 @@
-dex-logo-sidebar.png
-dex-logo-sidebar-dark.png
-dex-logo-sidebar-dark.svg
-dex-logo-sidebar.svg
+dex-logo-big.png
+dex-logo-big.svg
dex-logo.svg
dex-logo.png
-dex-logo-dark.svg
-dex-tray-icon.png
\ No newline at end of file
+dex-tray-icon.png
+coins/
diff --git a/atomic_defi_design/assets/images/addressbook.png b/atomic_defi_design/assets/images/addressbook.png
new file mode 100644
index 0000000000..6f42161749
Binary files /dev/null and b/atomic_defi_design/assets/images/addressbook.png differ
diff --git a/atomic_defi_design/assets/images/arrow-bottom-right.svg b/atomic_defi_design/assets/images/arrow-bottom-right.svg
new file mode 100644
index 0000000000..c667cc0ea1
--- /dev/null
+++ b/atomic_defi_design/assets/images/arrow-bottom-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/atomic_defi_design/assets/images/arrow-top-right.svg b/atomic_defi_design/assets/images/arrow-top-right.svg
new file mode 100644
index 0000000000..2a4d5229e1
--- /dev/null
+++ b/atomic_defi_design/assets/images/arrow-top-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/atomic_defi_design/assets/images/bank-plus.svg b/atomic_defi_design/assets/images/bank-plus.svg
new file mode 100644
index 0000000000..a7f8e8dbbf
--- /dev/null
+++ b/atomic_defi_design/assets/images/bank-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/atomic_defi_design/assets/images/coins/$pac.png b/atomic_defi_design/assets/images/coins/$pac.png
deleted file mode 100644
index 89e6e84543..0000000000
Binary files a/atomic_defi_design/assets/images/coins/$pac.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/0xbtc.png b/atomic_defi_design/assets/images/coins/0xbtc.png
deleted file mode 100644
index 0da0826d25..0000000000
Binary files a/atomic_defi_design/assets/images/coins/0xbtc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/1inch.png b/atomic_defi_design/assets/images/coins/1inch.png
deleted file mode 100644
index 4807411a3e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/1inch.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/2give.png b/atomic_defi_design/assets/images/coins/2give.png
deleted file mode 100644
index d2fd035f2b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/2give.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/aave.png b/atomic_defi_design/assets/images/coins/aave.png
deleted file mode 100644
index 8976df01d9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/aave.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/abt.png b/atomic_defi_design/assets/images/coins/abt.png
deleted file mode 100644
index ae3420900c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/abt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/aby.png b/atomic_defi_design/assets/images/coins/aby.png
deleted file mode 100644
index bfe2a54a74..0000000000
Binary files a/atomic_defi_design/assets/images/coins/aby.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/act.png b/atomic_defi_design/assets/images/coins/act.png
deleted file mode 100644
index fdf60fa1a6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/act.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/actn.png b/atomic_defi_design/assets/images/coins/actn.png
deleted file mode 100644
index 740e6b6d85..0000000000
Binary files a/atomic_defi_design/assets/images/coins/actn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ada.png b/atomic_defi_design/assets/images/coins/ada.png
deleted file mode 100644
index 875d0f686c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ada.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/add.png b/atomic_defi_design/assets/images/coins/add.png
deleted file mode 100644
index 2c3b9ffdb5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/add.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/adx.png b/atomic_defi_design/assets/images/coins/adx.png
deleted file mode 100644
index 5785df5076..0000000000
Binary files a/atomic_defi_design/assets/images/coins/adx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ae.png b/atomic_defi_design/assets/images/coins/ae.png
deleted file mode 100644
index 0836d135e5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ae.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/aeon.png b/atomic_defi_design/assets/images/coins/aeon.png
deleted file mode 100644
index b9bb37d5c8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/aeon.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/aeur.png b/atomic_defi_design/assets/images/coins/aeur.png
deleted file mode 100644
index f86b004c98..0000000000
Binary files a/atomic_defi_design/assets/images/coins/aeur.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/agi.png b/atomic_defi_design/assets/images/coins/agi.png
deleted file mode 100644
index 2a92e7c4c3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/agi.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/agrs.png b/atomic_defi_design/assets/images/coins/agrs.png
deleted file mode 100644
index 5ae0640b32..0000000000
Binary files a/atomic_defi_design/assets/images/coins/agrs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/aion.png b/atomic_defi_design/assets/images/coins/aion.png
deleted file mode 100644
index b67ab9a22c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/aion.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/algo.png b/atomic_defi_design/assets/images/coins/algo.png
deleted file mode 100644
index f1400485d3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/algo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/amb.png b/atomic_defi_design/assets/images/coins/amb.png
deleted file mode 100644
index a585755e2d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/amb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/amp.png b/atomic_defi_design/assets/images/coins/amp.png
deleted file mode 100644
index 1a6b586343..0000000000
Binary files a/atomic_defi_design/assets/images/coins/amp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ampl.png b/atomic_defi_design/assets/images/coins/ampl.png
deleted file mode 100644
index c76e501a0d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ampl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ankr.png b/atomic_defi_design/assets/images/coins/ankr.png
deleted file mode 100644
index f3fd779e67..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ankr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ant.png b/atomic_defi_design/assets/images/coins/ant.png
deleted file mode 100644
index ec0e75f05c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ant.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/apex.png b/atomic_defi_design/assets/images/coins/apex.png
deleted file mode 100644
index 0066bc5f0a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/apex.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/appc.png b/atomic_defi_design/assets/images/coins/appc.png
deleted file mode 100644
index 31cf8497a2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/appc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ardr.png b/atomic_defi_design/assets/images/coins/ardr.png
deleted file mode 100644
index 3b40f740ec..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ardr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/arg.png b/atomic_defi_design/assets/images/coins/arg.png
deleted file mode 100644
index e34528e593..0000000000
Binary files a/atomic_defi_design/assets/images/coins/arg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ark.png b/atomic_defi_design/assets/images/coins/ark.png
deleted file mode 100644
index a166991779..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ark.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/arn.png b/atomic_defi_design/assets/images/coins/arn.png
deleted file mode 100644
index 2d9e6c2090..0000000000
Binary files a/atomic_defi_design/assets/images/coins/arn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/arnx.png b/atomic_defi_design/assets/images/coins/arnx.png
deleted file mode 100644
index c234fa6f6d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/arnx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/arpa.png b/atomic_defi_design/assets/images/coins/arpa.png
deleted file mode 100644
index 911504e2aa..0000000000
Binary files a/atomic_defi_design/assets/images/coins/arpa.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ary.png b/atomic_defi_design/assets/images/coins/ary.png
deleted file mode 100644
index 456a94db30..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ary.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ast.png b/atomic_defi_design/assets/images/coins/ast.png
deleted file mode 100644
index bd422e51d8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ast.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/atm.png b/atomic_defi_design/assets/images/coins/atm.png
deleted file mode 100644
index 038c5e7f2a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/atm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/atom.png b/atomic_defi_design/assets/images/coins/atom.png
deleted file mode 100644
index 7ecb202caf..0000000000
Binary files a/atomic_defi_design/assets/images/coins/atom.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/audr.png b/atomic_defi_design/assets/images/coins/audr.png
deleted file mode 100644
index 69b9ecb123..0000000000
Binary files a/atomic_defi_design/assets/images/coins/audr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/aur.png b/atomic_defi_design/assets/images/coins/aur.png
deleted file mode 100644
index 2c5e99130e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/aur.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/auto.png b/atomic_defi_design/assets/images/coins/auto.png
deleted file mode 100644
index 918985a2bd..0000000000
Binary files a/atomic_defi_design/assets/images/coins/auto.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ava.png b/atomic_defi_design/assets/images/coins/ava.png
deleted file mode 100644
index 79bc6460f2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ava.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/avax.png b/atomic_defi_design/assets/images/coins/avax.png
deleted file mode 100644
index b7239eee89..0000000000
Binary files a/atomic_defi_design/assets/images/coins/avax.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/awc.png b/atomic_defi_design/assets/images/coins/awc.png
deleted file mode 100644
index 10da211c76..0000000000
Binary files a/atomic_defi_design/assets/images/coins/awc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/axe.png b/atomic_defi_design/assets/images/coins/axe.png
deleted file mode 100644
index e67aa26a66..0000000000
Binary files a/atomic_defi_design/assets/images/coins/axe.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/aywa.png b/atomic_defi_design/assets/images/coins/aywa.png
deleted file mode 100644
index 694127bf79..0000000000
Binary files a/atomic_defi_design/assets/images/coins/aywa.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bab.png b/atomic_defi_design/assets/images/coins/bab.png
deleted file mode 100644
index ccb28183cb..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bab.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/babydoge.png b/atomic_defi_design/assets/images/coins/babydoge.png
deleted file mode 100644
index 74338c78e9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/babydoge.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bal.png b/atomic_defi_design/assets/images/coins/bal.png
deleted file mode 100644
index 59a2564cb7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bal.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/band.png b/atomic_defi_design/assets/images/coins/band.png
deleted file mode 100644
index 12a589c9d4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/band.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bat.png b/atomic_defi_design/assets/images/coins/bat.png
deleted file mode 100644
index 654b092033..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bat.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bay.png b/atomic_defi_design/assets/images/coins/bay.png
deleted file mode 100644
index fac7c53db2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bay.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bcbc.png b/atomic_defi_design/assets/images/coins/bcbc.png
deleted file mode 100644
index 0a4fbaedde..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bcbc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bcc.png b/atomic_defi_design/assets/images/coins/bcc.png
deleted file mode 100644
index 7f4f42dc35..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bcc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bcd.png b/atomic_defi_design/assets/images/coins/bcd.png
deleted file mode 100644
index 68ba61b601..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bcd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bch.png b/atomic_defi_design/assets/images/coins/bch.png
deleted file mode 100644
index c0e65ffd61..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bch.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bcio.png b/atomic_defi_design/assets/images/coins/bcio.png
deleted file mode 100644
index aeb4f784f7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bcio.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bcn.png b/atomic_defi_design/assets/images/coins/bcn.png
deleted file mode 100644
index f2a93aab77..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bcn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bco.png b/atomic_defi_design/assets/images/coins/bco.png
deleted file mode 100644
index b041065559..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bco.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bcpt.png b/atomic_defi_design/assets/images/coins/bcpt.png
deleted file mode 100644
index ef7d4a97d8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bcpt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bdl.png b/atomic_defi_design/assets/images/coins/bdl.png
deleted file mode 100644
index 72f857a36a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bdl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/beam.png b/atomic_defi_design/assets/images/coins/beam.png
deleted file mode 100644
index d43b416e43..0000000000
Binary files a/atomic_defi_design/assets/images/coins/beam.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bela.png b/atomic_defi_design/assets/images/coins/bela.png
deleted file mode 100644
index 7c437e9a6f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bela.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/best.png b/atomic_defi_design/assets/images/coins/best.png
deleted file mode 100644
index ef85a0faa7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/best.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bet.png b/atomic_defi_design/assets/images/coins/bet.png
deleted file mode 100644
index 31e8668e6f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bet.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bidr.png b/atomic_defi_design/assets/images/coins/bidr.png
deleted file mode 100644
index 54b82608d8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bidr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bix.png b/atomic_defi_design/assets/images/coins/bix.png
deleted file mode 100644
index 7f1b942f35..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bix.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/blcn.png b/atomic_defi_design/assets/images/coins/blcn.png
deleted file mode 100644
index 38e5ef14b0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/blcn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/blk.png b/atomic_defi_design/assets/images/coins/blk.png
deleted file mode 100644
index eec7079da1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/blk.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/block.png b/atomic_defi_design/assets/images/coins/block.png
deleted file mode 100644
index cb17399831..0000000000
Binary files a/atomic_defi_design/assets/images/coins/block.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/blz.png b/atomic_defi_design/assets/images/coins/blz.png
deleted file mode 100644
index 0a7ee0a911..0000000000
Binary files a/atomic_defi_design/assets/images/coins/blz.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bnb.png b/atomic_defi_design/assets/images/coins/bnb.png
deleted file mode 100644
index bc0dd1f115..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bnb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bnbt.png b/atomic_defi_design/assets/images/coins/bnbt.png
deleted file mode 100644
index 19cbc2b10c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bnbt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bnt.png b/atomic_defi_design/assets/images/coins/bnt.png
deleted file mode 100644
index d53a04c692..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bnt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bnty.png b/atomic_defi_design/assets/images/coins/bnty.png
deleted file mode 100644
index e3cb309d24..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bnty.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/booty.png b/atomic_defi_design/assets/images/coins/booty.png
deleted file mode 100644
index bc32d91de9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/booty.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bos.png b/atomic_defi_design/assets/images/coins/bos.png
deleted file mode 100644
index 095d1dbcd8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bos.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bots.png b/atomic_defi_design/assets/images/coins/bots.png
deleted file mode 100644
index 944685aae2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bots.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bpt.png b/atomic_defi_design/assets/images/coins/bpt.png
deleted file mode 100644
index a48ec84793..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bpt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bq.png b/atomic_defi_design/assets/images/coins/bq.png
deleted file mode 100644
index 3abe9ff776..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bq.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/brd.png b/atomic_defi_design/assets/images/coins/brd.png
deleted file mode 100644
index e33376f18b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/brd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bsd.png b/atomic_defi_design/assets/images/coins/bsd.png
deleted file mode 100644
index 766bb9e16e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bsd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bsty.png b/atomic_defi_design/assets/images/coins/bsty.png
deleted file mode 100644
index 3e4e227f28..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bsty.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bsv.png b/atomic_defi_design/assets/images/coins/bsv.png
deleted file mode 100644
index 5dc9f6bd10..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bsv.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btc.png b/atomic_defi_design/assets/images/coins/btc.png
deleted file mode 100644
index 784b8f359a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btcd.png b/atomic_defi_design/assets/images/coins/btcd.png
deleted file mode 100644
index c1eaff6109..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btcd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btch.png b/atomic_defi_design/assets/images/coins/btch.png
deleted file mode 100644
index 83f7b7e3b3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btch.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btcp.png b/atomic_defi_design/assets/images/coins/btcp.png
deleted file mode 100644
index a1a799cfd4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btcp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btcz.png b/atomic_defi_design/assets/images/coins/btcz.png
deleted file mode 100644
index 230d756f65..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btcz.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btdx.png b/atomic_defi_design/assets/images/coins/btdx.png
deleted file mode 100644
index b0aafa7379..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btdx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bte.png b/atomic_defi_design/assets/images/coins/bte.png
deleted file mode 100644
index 97087c4098..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bte.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btg.png b/atomic_defi_design/assets/images/coins/btg.png
deleted file mode 100644
index 0d4c627f85..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btm.png b/atomic_defi_design/assets/images/coins/btm.png
deleted file mode 100644
index 62892c7536..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bts.png b/atomic_defi_design/assets/images/coins/bts.png
deleted file mode 100644
index 6b1397cf4a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bts.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btt.png b/atomic_defi_design/assets/images/coins/btt.png
deleted file mode 100644
index d734b54991..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btu.png b/atomic_defi_design/assets/images/coins/btu.png
deleted file mode 100644
index 5c748b8e63..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btu.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/btx.png b/atomic_defi_design/assets/images/coins/btx.png
deleted file mode 100644
index 639cb07b3e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/btx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/burst.png b/atomic_defi_design/assets/images/coins/burst.png
deleted file mode 100644
index 05aaad235c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/burst.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/busd.png b/atomic_defi_design/assets/images/coins/busd.png
deleted file mode 100644
index ecd8009aa9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/busd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/bze.png b/atomic_defi_design/assets/images/coins/bze.png
deleted file mode 100644
index 0f6254f82a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/bze.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cake.png b/atomic_defi_design/assets/images/coins/cake.png
deleted file mode 100644
index ab7e5927bd..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cake.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/call.png b/atomic_defi_design/assets/images/coins/call.png
deleted file mode 100644
index e7cfc2d226..0000000000
Binary files a/atomic_defi_design/assets/images/coins/call.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cc.png b/atomic_defi_design/assets/images/coins/cc.png
deleted file mode 100644
index 04e84b37c2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ccl.png b/atomic_defi_design/assets/images/coins/ccl.png
deleted file mode 100644
index a717809115..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ccl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cdn.png b/atomic_defi_design/assets/images/coins/cdn.png
deleted file mode 100644
index cd00b8dd40..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cdn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cdt.png b/atomic_defi_design/assets/images/coins/cdt.png
deleted file mode 100644
index f44b306509..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cdt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cel.png b/atomic_defi_design/assets/images/coins/cel.png
deleted file mode 100644
index 4f9c14d978..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cel.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cennz.png b/atomic_defi_design/assets/images/coins/cennz.png
deleted file mode 100644
index f79d10bd89..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cennz.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cenz.png b/atomic_defi_design/assets/images/coins/cenz.png
deleted file mode 100644
index f79d10bd89..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cenz.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cfi.png b/atomic_defi_design/assets/images/coins/cfi.png
deleted file mode 100644
index 3040d82598..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cfi.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/chain.png b/atomic_defi_design/assets/images/coins/chain.png
deleted file mode 100644
index f43a08ba9e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/chain.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/chat.png b/atomic_defi_design/assets/images/coins/chat.png
deleted file mode 100644
index 378d1cddd5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/chat.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/chips.png b/atomic_defi_design/assets/images/coins/chips.png
deleted file mode 100644
index 74009f413b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/chips.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/chsb.png b/atomic_defi_design/assets/images/coins/chsb.png
deleted file mode 100644
index 65b688cf8a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/chsb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/chz.png b/atomic_defi_design/assets/images/coins/chz.png
deleted file mode 100644
index ab2b98edda..0000000000
Binary files a/atomic_defi_design/assets/images/coins/chz.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ciphs.png b/atomic_defi_design/assets/images/coins/ciphs.png
deleted file mode 100644
index 5b3b3f15d5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ciphs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cix.png b/atomic_defi_design/assets/images/coins/cix.png
deleted file mode 100644
index ee5c028174..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cix.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/clam.png b/atomic_defi_design/assets/images/coins/clam.png
deleted file mode 100644
index c4ff987e35..0000000000
Binary files a/atomic_defi_design/assets/images/coins/clam.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/clc.png b/atomic_defi_design/assets/images/coins/clc.png
deleted file mode 100644
index 2821a9a9f7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/clc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cloak.png b/atomic_defi_design/assets/images/coins/cloak.png
deleted file mode 100644
index aa31d016ba..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cloak.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cmm.png b/atomic_defi_design/assets/images/coins/cmm.png
deleted file mode 100644
index 65c6169ca7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cmm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cmt.png b/atomic_defi_design/assets/images/coins/cmt.png
deleted file mode 100644
index 48f573912d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cmt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cnd.png b/atomic_defi_design/assets/images/coins/cnd.png
deleted file mode 100644
index 07592cd277..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cnd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cnx.png b/atomic_defi_design/assets/images/coins/cnx.png
deleted file mode 100644
index 017f7f881b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cnx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cny.png b/atomic_defi_design/assets/images/coins/cny.png
deleted file mode 100644
index ce1002b8b3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cny.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cob.png b/atomic_defi_design/assets/images/coins/cob.png
deleted file mode 100644
index 3f2bc762a9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cob.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/colx.png b/atomic_defi_design/assets/images/coins/colx.png
deleted file mode 100644
index a71e50f2b1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/colx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/comp.png b/atomic_defi_design/assets/images/coins/comp.png
deleted file mode 100644
index 27e2558107..0000000000
Binary files a/atomic_defi_design/assets/images/coins/comp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/coqui.png b/atomic_defi_design/assets/images/coins/coqui.png
deleted file mode 100644
index ee6f760f4a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/coqui.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cred.png b/atomic_defi_design/assets/images/coins/cred.png
deleted file mode 100644
index fef004a647..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cred.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cro.png b/atomic_defi_design/assets/images/coins/cro.png
deleted file mode 100644
index f65a8814f2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cro.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/crpt.png b/atomic_defi_design/assets/images/coins/crpt.png
deleted file mode 100644
index 272e97db61..0000000000
Binary files a/atomic_defi_design/assets/images/coins/crpt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/crv.png b/atomic_defi_design/assets/images/coins/crv.png
deleted file mode 100644
index e723c7d9b6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/crv.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/crw.png b/atomic_defi_design/assets/images/coins/crw.png
deleted file mode 100644
index fca0b48f67..0000000000
Binary files a/atomic_defi_design/assets/images/coins/crw.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/crypto.png b/atomic_defi_design/assets/images/coins/crypto.png
deleted file mode 100644
index 063ce6db62..0000000000
Binary files a/atomic_defi_design/assets/images/coins/crypto.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cs.png b/atomic_defi_design/assets/images/coins/cs.png
deleted file mode 100644
index ca3b0b353f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ctr.png b/atomic_defi_design/assets/images/coins/ctr.png
deleted file mode 100644
index d985a2c268..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ctr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ctxc.png b/atomic_defi_design/assets/images/coins/ctxc.png
deleted file mode 100644
index 7ece6b9f38..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ctxc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cvc.png b/atomic_defi_design/assets/images/coins/cvc.png
deleted file mode 100644
index ed3376c0c2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cvc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/cvt.png b/atomic_defi_design/assets/images/coins/cvt.png
deleted file mode 100644
index d5daa67276..0000000000
Binary files a/atomic_defi_design/assets/images/coins/cvt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/d.png b/atomic_defi_design/assets/images/coins/d.png
deleted file mode 100644
index 7fa63b4f84..0000000000
Binary files a/atomic_defi_design/assets/images/coins/d.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dai.png b/atomic_defi_design/assets/images/coins/dai.png
deleted file mode 100644
index 715a7411b2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dai.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dash.png b/atomic_defi_design/assets/images/coins/dash.png
deleted file mode 100644
index f67fe04a1a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dash.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dat.png b/atomic_defi_design/assets/images/coins/dat.png
deleted file mode 100644
index 3be121b4a1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dat.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/data.png b/atomic_defi_design/assets/images/coins/data.png
deleted file mode 100644
index 455929c4ef..0000000000
Binary files a/atomic_defi_design/assets/images/coins/data.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dbc.png b/atomic_defi_design/assets/images/coins/dbc.png
deleted file mode 100644
index 0ed2596242..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dbc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dcn.png b/atomic_defi_design/assets/images/coins/dcn.png
deleted file mode 100644
index 3d291a930c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dcn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dcr.png b/atomic_defi_design/assets/images/coins/dcr.png
deleted file mode 100644
index 398c6c3b8b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dcr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/deez.png b/atomic_defi_design/assets/images/coins/deez.png
deleted file mode 100644
index 63f8c9b80f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/deez.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dent.png b/atomic_defi_design/assets/images/coins/dent.png
deleted file mode 100644
index 575c580646..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dent.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dew.png b/atomic_defi_design/assets/images/coins/dew.png
deleted file mode 100644
index edca0eee11..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dew.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dex.png b/atomic_defi_design/assets/images/coins/dex.png
deleted file mode 100644
index de71f65460..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dex.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dgb.png b/atomic_defi_design/assets/images/coins/dgb.png
deleted file mode 100644
index d94fbc1fb4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dgb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dgc.png b/atomic_defi_design/assets/images/coins/dgc.png
deleted file mode 100644
index 2ae3b2b180..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dgc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dgd.png b/atomic_defi_design/assets/images/coins/dgd.png
deleted file mode 100644
index 74be4db8ab..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dgd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dia.png b/atomic_defi_design/assets/images/coins/dia.png
deleted file mode 100644
index cf40550575..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dia.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dimi.png b/atomic_defi_design/assets/images/coins/dimi.png
deleted file mode 100644
index 595639cb63..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dimi.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dlt.png b/atomic_defi_design/assets/images/coins/dlt.png
deleted file mode 100644
index 8314133300..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dlt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dnt.png b/atomic_defi_design/assets/images/coins/dnt.png
deleted file mode 100644
index 5cc3c2b665..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dnt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dock.png b/atomic_defi_design/assets/images/coins/dock.png
deleted file mode 100644
index 7e27c3de0c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dock.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dodo.png b/atomic_defi_design/assets/images/coins/dodo.png
deleted file mode 100644
index 2aa6a400cf..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dodo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/doge.png b/atomic_defi_design/assets/images/coins/doge.png
deleted file mode 100644
index aff116bf44..0000000000
Binary files a/atomic_defi_design/assets/images/coins/doge.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dot.png b/atomic_defi_design/assets/images/coins/dot.png
deleted file mode 100644
index 0f998dc7d5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dot.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dp.png b/atomic_defi_design/assets/images/coins/dp.png
deleted file mode 100644
index 8c3146131e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/drgn.png b/atomic_defi_design/assets/images/coins/drgn.png
deleted file mode 100644
index ed642328f1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/drgn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/drop.png b/atomic_defi_design/assets/images/coins/drop.png
deleted file mode 100644
index 206d4394d2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/drop.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dta.png b/atomic_defi_design/assets/images/coins/dta.png
deleted file mode 100644
index 149f095849..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dta.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dth.png b/atomic_defi_design/assets/images/coins/dth.png
deleted file mode 100644
index b957588ee4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dth.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dtr.png b/atomic_defi_design/assets/images/coins/dtr.png
deleted file mode 100644
index bdea3ba2a3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dtr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/dx.png b/atomic_defi_design/assets/images/coins/dx.png
deleted file mode 100644
index 13cba15bf5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/dx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ebst.png b/atomic_defi_design/assets/images/coins/ebst.png
deleted file mode 100644
index aa29c9b738..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ebst.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/eca.png b/atomic_defi_design/assets/images/coins/eca.png
deleted file mode 100644
index 1e80a6de89..0000000000
Binary files a/atomic_defi_design/assets/images/coins/eca.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/edg.png b/atomic_defi_design/assets/images/coins/edg.png
deleted file mode 100644
index bc86de5820..0000000000
Binary files a/atomic_defi_design/assets/images/coins/edg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/edo.png b/atomic_defi_design/assets/images/coins/edo.png
deleted file mode 100644
index 88290dda68..0000000000
Binary files a/atomic_defi_design/assets/images/coins/edo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/edoge.png b/atomic_defi_design/assets/images/coins/edoge.png
deleted file mode 100644
index c0ce51c878..0000000000
Binary files a/atomic_defi_design/assets/images/coins/edoge.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/efl.png b/atomic_defi_design/assets/images/coins/efl.png
deleted file mode 100644
index 97ec975111..0000000000
Binary files a/atomic_defi_design/assets/images/coins/efl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/egld.png b/atomic_defi_design/assets/images/coins/egld.png
deleted file mode 100644
index b9b53a4920..0000000000
Binary files a/atomic_defi_design/assets/images/coins/egld.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ela.png b/atomic_defi_design/assets/images/coins/ela.png
deleted file mode 100644
index 0159d84e12..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ela.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/elec.png b/atomic_defi_design/assets/images/coins/elec.png
deleted file mode 100644
index b299d8149a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/elec.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/elf.png b/atomic_defi_design/assets/images/coins/elf.png
deleted file mode 100644
index 087f6f5686..0000000000
Binary files a/atomic_defi_design/assets/images/coins/elf.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/elix.png b/atomic_defi_design/assets/images/coins/elix.png
deleted file mode 100644
index 798f8e8d31..0000000000
Binary files a/atomic_defi_design/assets/images/coins/elix.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ella.png b/atomic_defi_design/assets/images/coins/ella.png
deleted file mode 100644
index 0afa2e4b3a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ella.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/emc.png b/atomic_defi_design/assets/images/coins/emc.png
deleted file mode 100644
index ae753f7cc0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/emc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/emc2.png b/atomic_defi_design/assets/images/coins/emc2.png
deleted file mode 100644
index 5017a8e90e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/emc2.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/eng.png b/atomic_defi_design/assets/images/coins/eng.png
deleted file mode 100644
index 590d518fd6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/eng.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/enj.png b/atomic_defi_design/assets/images/coins/enj.png
deleted file mode 100644
index c1390a1d85..0000000000
Binary files a/atomic_defi_design/assets/images/coins/enj.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/entrp.png b/atomic_defi_design/assets/images/coins/entrp.png
deleted file mode 100644
index ad39e0d066..0000000000
Binary files a/atomic_defi_design/assets/images/coins/entrp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/eon.png b/atomic_defi_design/assets/images/coins/eon.png
deleted file mode 100644
index e05fd3c55e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/eon.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/eop.png b/atomic_defi_design/assets/images/coins/eop.png
deleted file mode 100644
index 557f3c5685..0000000000
Binary files a/atomic_defi_design/assets/images/coins/eop.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/eos.png b/atomic_defi_design/assets/images/coins/eos.png
deleted file mode 100644
index 7b4d4e720e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/eos.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/eqli.png b/atomic_defi_design/assets/images/coins/eqli.png
deleted file mode 100644
index 026b5f98e8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/eqli.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/equa.png b/atomic_defi_design/assets/images/coins/equa.png
deleted file mode 100644
index 3158e1f1e5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/equa.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/erc-20.png b/atomic_defi_design/assets/images/coins/erc-20.png
deleted file mode 100644
index db654a890c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/erc-20.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/etc.png b/atomic_defi_design/assets/images/coins/etc.png
deleted file mode 100644
index 5f0339b263..0000000000
Binary files a/atomic_defi_design/assets/images/coins/etc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/eth.png b/atomic_defi_design/assets/images/coins/eth.png
deleted file mode 100644
index c0f1de796f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/eth.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ethos.png b/atomic_defi_design/assets/images/coins/ethos.png
deleted file mode 100644
index 42667c6064..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ethos.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ethr.png b/atomic_defi_design/assets/images/coins/ethr.png
deleted file mode 100644
index c0f1de796f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ethr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/etn.png b/atomic_defi_design/assets/images/coins/etn.png
deleted file mode 100644
index 38788c65d6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/etn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/etp.png b/atomic_defi_design/assets/images/coins/etp.png
deleted file mode 100644
index 936f586356..0000000000
Binary files a/atomic_defi_design/assets/images/coins/etp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/eur.png b/atomic_defi_design/assets/images/coins/eur.png
deleted file mode 100644
index 818b85c77d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/eur.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/eurs.png b/atomic_defi_design/assets/images/coins/eurs.png
deleted file mode 100644
index 4133471471..0000000000
Binary files a/atomic_defi_design/assets/images/coins/eurs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/evx.png b/atomic_defi_design/assets/images/coins/evx.png
deleted file mode 100644
index d6f2fd73c4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/evx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/exmo.png b/atomic_defi_design/assets/images/coins/exmo.png
deleted file mode 100644
index 0073470fff..0000000000
Binary files a/atomic_defi_design/assets/images/coins/exmo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/exp.png b/atomic_defi_design/assets/images/coins/exp.png
deleted file mode 100644
index 198f690c2e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/exp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/fair.png b/atomic_defi_design/assets/images/coins/fair.png
deleted file mode 100644
index 2071df144c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/fair.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/fct.png b/atomic_defi_design/assets/images/coins/fct.png
deleted file mode 100644
index 527ff428d5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/fct.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/fil.png b/atomic_defi_design/assets/images/coins/fil.png
deleted file mode 100644
index 0cf5b9155b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/fil.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/firo.png b/atomic_defi_design/assets/images/coins/firo.png
deleted file mode 100644
index b9eb8f9d2b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/firo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/fjc.png b/atomic_defi_design/assets/images/coins/fjc.png
deleted file mode 100644
index b24dd6716e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/fjc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/fldc.png b/atomic_defi_design/assets/images/coins/fldc.png
deleted file mode 100644
index a758a99904..0000000000
Binary files a/atomic_defi_design/assets/images/coins/fldc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/flo.png b/atomic_defi_design/assets/images/coins/flo.png
deleted file mode 100644
index 349495c6bf..0000000000
Binary files a/atomic_defi_design/assets/images/coins/flo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/fsn.png b/atomic_defi_design/assets/images/coins/fsn.png
deleted file mode 100644
index de7202890e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/fsn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ftc.png b/atomic_defi_design/assets/images/coins/ftc.png
deleted file mode 100644
index da62fcc2c1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ftc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ftm.png b/atomic_defi_design/assets/images/coins/ftm.png
deleted file mode 100644
index 27d47f2eba..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ftm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/fuel.png b/atomic_defi_design/assets/images/coins/fuel.png
deleted file mode 100644
index f0cd35a21b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/fuel.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/fun.png b/atomic_defi_design/assets/images/coins/fun.png
deleted file mode 100644
index 73609d6bf8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/fun.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/game.png b/atomic_defi_design/assets/images/coins/game.png
deleted file mode 100644
index fd3c95c6e9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/game.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gas.png b/atomic_defi_design/assets/images/coins/gas.png
deleted file mode 100644
index 102c36f3e6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gas.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gbp.png b/atomic_defi_design/assets/images/coins/gbp.png
deleted file mode 100644
index cb7236540d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gbp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gbx.png b/atomic_defi_design/assets/images/coins/gbx.png
deleted file mode 100644
index 0c86293886..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gbx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gbyte.png b/atomic_defi_design/assets/images/coins/gbyte.png
deleted file mode 100644
index 5079d51a7f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gbyte.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/generic.png b/atomic_defi_design/assets/images/coins/generic.png
deleted file mode 100644
index 5edf855df0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/generic.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gin.png b/atomic_defi_design/assets/images/coins/gin.png
deleted file mode 100644
index 80742cfe0b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gin.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gleec.png b/atomic_defi_design/assets/images/coins/gleec.png
deleted file mode 100644
index 4050541702..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gleec.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/glxt.png b/atomic_defi_design/assets/images/coins/glxt.png
deleted file mode 100644
index 44794a0902..0000000000
Binary files a/atomic_defi_design/assets/images/coins/glxt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gmr.png b/atomic_defi_design/assets/images/coins/gmr.png
deleted file mode 100644
index d660e3cc0f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gmr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gno.png b/atomic_defi_design/assets/images/coins/gno.png
deleted file mode 100644
index ccc0709cbe..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gno.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gnt.png b/atomic_defi_design/assets/images/coins/gnt.png
deleted file mode 100644
index 2596892e04..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gnt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gold.png b/atomic_defi_design/assets/images/coins/gold.png
deleted file mode 100644
index 82102961f0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gold.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/grc.png b/atomic_defi_design/assets/images/coins/grc.png
deleted file mode 100644
index 93a552e904..0000000000
Binary files a/atomic_defi_design/assets/images/coins/grc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/grin.png b/atomic_defi_design/assets/images/coins/grin.png
deleted file mode 100644
index 87d85d5a62..0000000000
Binary files a/atomic_defi_design/assets/images/coins/grin.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/grs.png b/atomic_defi_design/assets/images/coins/grs.png
deleted file mode 100644
index 460d60e788..0000000000
Binary files a/atomic_defi_design/assets/images/coins/grs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gsc.png b/atomic_defi_design/assets/images/coins/gsc.png
deleted file mode 100644
index 0ca0260344..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gsc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gto.png b/atomic_defi_design/assets/images/coins/gto.png
deleted file mode 100644
index e12ec1f2f3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gto.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gup.png b/atomic_defi_design/assets/images/coins/gup.png
deleted file mode 100644
index ce119bab69..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gup.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gusd.png b/atomic_defi_design/assets/images/coins/gusd.png
deleted file mode 100644
index 626b699006..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gusd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gvt.png b/atomic_defi_design/assets/images/coins/gvt.png
deleted file mode 100644
index f49384de44..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gvt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gxs.png b/atomic_defi_design/assets/images/coins/gxs.png
deleted file mode 100644
index 506484a980..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gxs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/gzr.png b/atomic_defi_design/assets/images/coins/gzr.png
deleted file mode 100644
index 9410fae0ad..0000000000
Binary files a/atomic_defi_design/assets/images/coins/gzr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/hex.png b/atomic_defi_design/assets/images/coins/hex.png
deleted file mode 100644
index 4800833945..0000000000
Binary files a/atomic_defi_design/assets/images/coins/hex.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/hight.png b/atomic_defi_design/assets/images/coins/hight.png
deleted file mode 100644
index 2fd050d80e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/hight.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/hlc.png b/atomic_defi_design/assets/images/coins/hlc.png
deleted file mode 100644
index 69ae83b3a5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/hlc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/hodl.png b/atomic_defi_design/assets/images/coins/hodl.png
deleted file mode 100644
index 7289d2e029..0000000000
Binary files a/atomic_defi_design/assets/images/coins/hodl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/hot.png b/atomic_defi_design/assets/images/coins/hot.png
deleted file mode 100644
index 91f73719be..0000000000
Binary files a/atomic_defi_design/assets/images/coins/hot.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/hpb.png b/atomic_defi_design/assets/images/coins/hpb.png
deleted file mode 100644
index 2143dbf1b8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/hpb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/hpy.png b/atomic_defi_design/assets/images/coins/hpy.png
deleted file mode 100644
index 1a0252566e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/hpy.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/hsr.png b/atomic_defi_design/assets/images/coins/hsr.png
deleted file mode 100644
index 42dd58fab2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/hsr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ht.png b/atomic_defi_design/assets/images/coins/ht.png
deleted file mode 100644
index b1e4f5279e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ht.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/html.png b/atomic_defi_design/assets/images/coins/html.png
deleted file mode 100644
index 1e32954405..0000000000
Binary files a/atomic_defi_design/assets/images/coins/html.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/huc.png b/atomic_defi_design/assets/images/coins/huc.png
deleted file mode 100644
index ab28b30690..0000000000
Binary files a/atomic_defi_design/assets/images/coins/huc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/husd.png b/atomic_defi_design/assets/images/coins/husd.png
deleted file mode 100644
index ef49cb217c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/husd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/hyn.png b/atomic_defi_design/assets/images/coins/hyn.png
deleted file mode 100644
index cdebf2aca0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/hyn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/icn.png b/atomic_defi_design/assets/images/coins/icn.png
deleted file mode 100644
index 01692deb6c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/icn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/icx.png b/atomic_defi_design/assets/images/coins/icx.png
deleted file mode 100644
index 406945b828..0000000000
Binary files a/atomic_defi_design/assets/images/coins/icx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ignis.png b/atomic_defi_design/assets/images/coins/ignis.png
deleted file mode 100644
index 99241a8300..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ignis.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/il8p.png b/atomic_defi_design/assets/images/coins/il8p.png
deleted file mode 100644
index afe0e94fc9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/il8p.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ilk.png b/atomic_defi_design/assets/images/coins/ilk.png
deleted file mode 100644
index 6e52bb5d40..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ilk.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/iln.png b/atomic_defi_design/assets/images/coins/iln.png
deleted file mode 100644
index 9a3939a9b6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/iln.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/inj.png b/atomic_defi_design/assets/images/coins/inj.png
deleted file mode 100644
index c53eb7e695..0000000000
Binary files a/atomic_defi_design/assets/images/coins/inj.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ink.png b/atomic_defi_design/assets/images/coins/ink.png
deleted file mode 100644
index 259f8eea4b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ink.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ins.png b/atomic_defi_design/assets/images/coins/ins.png
deleted file mode 100644
index b237f8b011..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ins.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ion.png b/atomic_defi_design/assets/images/coins/ion.png
deleted file mode 100644
index 99bebde91c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ion.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/iop.png b/atomic_defi_design/assets/images/coins/iop.png
deleted file mode 100644
index c0e840a50f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/iop.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/iost.png b/atomic_defi_design/assets/images/coins/iost.png
deleted file mode 100644
index b9c02093c9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/iost.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/iota.png b/atomic_defi_design/assets/images/coins/iota.png
deleted file mode 100644
index 748f6bd3e1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/iota.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/iotx.png b/atomic_defi_design/assets/images/coins/iotx.png
deleted file mode 100644
index faae68e8f4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/iotx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/iq.png b/atomic_defi_design/assets/images/coins/iq.png
deleted file mode 100644
index 64200cf5c7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/iq.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/itc.png b/atomic_defi_design/assets/images/coins/itc.png
deleted file mode 100644
index 98ef335586..0000000000
Binary files a/atomic_defi_design/assets/images/coins/itc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/jnt.png b/atomic_defi_design/assets/images/coins/jnt.png
deleted file mode 100644
index 50559b89e3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/jnt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/jpy.png b/atomic_defi_design/assets/images/coins/jpy.png
deleted file mode 100644
index e5603416e0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/jpy.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/jrt.png b/atomic_defi_design/assets/images/coins/jrt.png
deleted file mode 100644
index 875bcc8118..0000000000
Binary files a/atomic_defi_design/assets/images/coins/jrt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/jstr.png b/atomic_defi_design/assets/images/coins/jstr.png
deleted file mode 100644
index 3e6aa1ad9a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/jstr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/jumblr.png b/atomic_defi_design/assets/images/coins/jumblr.png
deleted file mode 100644
index e39127b022..0000000000
Binary files a/atomic_defi_design/assets/images/coins/jumblr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/kcs.png b/atomic_defi_design/assets/images/coins/kcs.png
deleted file mode 100644
index 74eae3db4a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/kcs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/kin.png b/atomic_defi_design/assets/images/coins/kin.png
deleted file mode 100644
index a263faa887..0000000000
Binary files a/atomic_defi_design/assets/images/coins/kin.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/klown.png b/atomic_defi_design/assets/images/coins/klown.png
deleted file mode 100644
index 092fcc2580..0000000000
Binary files a/atomic_defi_design/assets/images/coins/klown.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/kmd.png b/atomic_defi_design/assets/images/coins/kmd.png
deleted file mode 100644
index 30e111f31d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/kmd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/knc.png b/atomic_defi_design/assets/images/coins/knc.png
deleted file mode 100644
index 018ee72e3d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/knc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/koin.png b/atomic_defi_design/assets/images/coins/koin.png
deleted file mode 100644
index b7eb57168f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/koin.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/krb.png b/atomic_defi_design/assets/images/coins/krb.png
deleted file mode 100644
index 38a18b9c48..0000000000
Binary files a/atomic_defi_design/assets/images/coins/krb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/labs.png b/atomic_defi_design/assets/images/coins/labs.png
deleted file mode 100644
index cd04e64ca4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/labs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lbc.png b/atomic_defi_design/assets/images/coins/lbc.png
deleted file mode 100644
index e0797af91c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lbc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lcc.png b/atomic_defi_design/assets/images/coins/lcc.png
deleted file mode 100644
index 7891d45e26..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lcc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lend.png b/atomic_defi_design/assets/images/coins/lend.png
deleted file mode 100644
index 4105045b0d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lend.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/leo.png b/atomic_defi_design/assets/images/coins/leo.png
deleted file mode 100644
index d62f88b1b8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/leo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/link.png b/atomic_defi_design/assets/images/coins/link.png
deleted file mode 100644
index 5b5447020e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/link.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lkk.png b/atomic_defi_design/assets/images/coins/lkk.png
deleted file mode 100644
index a11a7622e4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lkk.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/loom.png b/atomic_defi_design/assets/images/coins/loom.png
deleted file mode 100644
index defb6fac46..0000000000
Binary files a/atomic_defi_design/assets/images/coins/loom.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lpt.png b/atomic_defi_design/assets/images/coins/lpt.png
deleted file mode 100644
index a8a70c7db0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lpt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lrc.png b/atomic_defi_design/assets/images/coins/lrc.png
deleted file mode 100644
index c982e9b616..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lrc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lsk.png b/atomic_defi_design/assets/images/coins/lsk.png
deleted file mode 100644
index 7783201c5d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lsk.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lstr.png b/atomic_defi_design/assets/images/coins/lstr.png
deleted file mode 100644
index 7fbd676823..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lstr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ltc.png b/atomic_defi_design/assets/images/coins/ltc.png
deleted file mode 100644
index b18e701b9c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ltc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lun.png b/atomic_defi_design/assets/images/coins/lun.png
deleted file mode 100644
index 368e83efce..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lun.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/lynx.png b/atomic_defi_design/assets/images/coins/lynx.png
deleted file mode 100644
index 44cfdb1bb4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/lynx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/maid.png b/atomic_defi_design/assets/images/coins/maid.png
deleted file mode 100644
index d32f7aa280..0000000000
Binary files a/atomic_defi_design/assets/images/coins/maid.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mana.png b/atomic_defi_design/assets/images/coins/mana.png
deleted file mode 100644
index 6179c4e299..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mana.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/matic.png b/atomic_defi_design/assets/images/coins/matic.png
deleted file mode 100644
index fc131c4cd2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/matic.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mcap.png b/atomic_defi_design/assets/images/coins/mcap.png
deleted file mode 100644
index 3129276a23..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mcap.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mcl.png b/atomic_defi_design/assets/images/coins/mcl.png
deleted file mode 100644
index 99680c3c0e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mcl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mco.png b/atomic_defi_design/assets/images/coins/mco.png
deleted file mode 100644
index 3a348e297b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mco.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mda.png b/atomic_defi_design/assets/images/coins/mda.png
deleted file mode 100644
index 78876179cb..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mda.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mds.png b/atomic_defi_design/assets/images/coins/mds.png
deleted file mode 100644
index cbc7b14d84..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mds.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/meetone.png b/atomic_defi_design/assets/images/coins/meetone.png
deleted file mode 100644
index 6a1a040818..0000000000
Binary files a/atomic_defi_design/assets/images/coins/meetone.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mesh.png b/atomic_defi_design/assets/images/coins/mesh.png
deleted file mode 100644
index 890199eaac..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mesh.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mft.png b/atomic_defi_design/assets/images/coins/mft.png
deleted file mode 100644
index 8fd5bdbec9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mft.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mgw.png b/atomic_defi_design/assets/images/coins/mgw.png
deleted file mode 100644
index dfd2951397..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mgw.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mith.png b/atomic_defi_design/assets/images/coins/mith.png
deleted file mode 100644
index bf8deaa4d7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mith.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mkr.png b/atomic_defi_design/assets/images/coins/mkr.png
deleted file mode 100644
index 9cf32ba433..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mkr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mln.png b/atomic_defi_design/assets/images/coins/mln.png
deleted file mode 100644
index a463015794..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mln.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mm.png b/atomic_defi_design/assets/images/coins/mm.png
deleted file mode 100644
index 441f461948..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mnx.png b/atomic_defi_design/assets/images/coins/mnx.png
deleted file mode 100644
index 8401efb9e4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mnx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mnz.png b/atomic_defi_design/assets/images/coins/mnz.png
deleted file mode 100644
index c45c6307ea..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mnz.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/moac.png b/atomic_defi_design/assets/images/coins/moac.png
deleted file mode 100644
index 00d76cc9ac..0000000000
Binary files a/atomic_defi_design/assets/images/coins/moac.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mod.png b/atomic_defi_design/assets/images/coins/mod.png
deleted file mode 100644
index af7fdeef8f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mod.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mona.png b/atomic_defi_design/assets/images/coins/mona.png
deleted file mode 100644
index 4fa8b305c2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mona.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/morty.png b/atomic_defi_design/assets/images/coins/morty.png
deleted file mode 100644
index de30d88fcc..0000000000
Binary files a/atomic_defi_design/assets/images/coins/morty.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mshark.png b/atomic_defi_design/assets/images/coins/mshark.png
deleted file mode 100644
index f321f3c63b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mshark.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/msr.png b/atomic_defi_design/assets/images/coins/msr.png
deleted file mode 100644
index 98bbeacbfe..0000000000
Binary files a/atomic_defi_design/assets/images/coins/msr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mth.png b/atomic_defi_design/assets/images/coins/mth.png
deleted file mode 100644
index 06b34ab5aa..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mth.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mtl.png b/atomic_defi_design/assets/images/coins/mtl.png
deleted file mode 100644
index f4c69b7d5c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mtl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/music.png b/atomic_defi_design/assets/images/coins/music.png
deleted file mode 100644
index 96c0a0d720..0000000000
Binary files a/atomic_defi_design/assets/images/coins/music.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/mzc.png b/atomic_defi_design/assets/images/coins/mzc.png
deleted file mode 100644
index fa440d3204..0000000000
Binary files a/atomic_defi_design/assets/images/coins/mzc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nano.png b/atomic_defi_design/assets/images/coins/nano.png
deleted file mode 100644
index 8755c9cd4a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nano.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nas.png b/atomic_defi_design/assets/images/coins/nas.png
deleted file mode 100644
index 1215d39e02..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nas.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nav.png b/atomic_defi_design/assets/images/coins/nav.png
deleted file mode 100644
index 141a29d274..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nav.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ncash.png b/atomic_defi_design/assets/images/coins/ncash.png
deleted file mode 100644
index eb83cb6004..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ncash.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ndz.png b/atomic_defi_design/assets/images/coins/ndz.png
deleted file mode 100644
index 09107a0e41..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ndz.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/near.png b/atomic_defi_design/assets/images/coins/near.png
deleted file mode 100644
index 962d2448d0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/near.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nebl.png b/atomic_defi_design/assets/images/coins/nebl.png
deleted file mode 100644
index 696f916743..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nebl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/neo.png b/atomic_defi_design/assets/images/coins/neo.png
deleted file mode 100644
index 102c36f3e6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/neo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/neos.png b/atomic_defi_design/assets/images/coins/neos.png
deleted file mode 100644
index 13ea0acfaf..0000000000
Binary files a/atomic_defi_design/assets/images/coins/neos.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/neu.png b/atomic_defi_design/assets/images/coins/neu.png
deleted file mode 100644
index 0735bb8cfe..0000000000
Binary files a/atomic_defi_design/assets/images/coins/neu.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nexo.png b/atomic_defi_design/assets/images/coins/nexo.png
deleted file mode 100644
index adb8da295c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nexo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ngc.png b/atomic_defi_design/assets/images/coins/ngc.png
deleted file mode 100644
index 91bb104b55..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ngc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nio.png b/atomic_defi_design/assets/images/coins/nio.png
deleted file mode 100644
index 8673da7cfc..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nio.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nlc2.png b/atomic_defi_design/assets/images/coins/nlc2.png
deleted file mode 100644
index 94decd5ac2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nlc2.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nlg.png b/atomic_defi_design/assets/images/coins/nlg.png
deleted file mode 100644
index 46427330eb..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nlg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nmc.png b/atomic_defi_design/assets/images/coins/nmc.png
deleted file mode 100644
index bf0a8eeb15..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nmc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nmr.png b/atomic_defi_design/assets/images/coins/nmr.png
deleted file mode 100644
index 8e4d933d83..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nmr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nuls.png b/atomic_defi_design/assets/images/coins/nuls.png
deleted file mode 100644
index 607e3d8982..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nuls.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nvc.png b/atomic_defi_design/assets/images/coins/nvc.png
deleted file mode 100644
index 50c69ad557..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nvc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nxs.png b/atomic_defi_design/assets/images/coins/nxs.png
deleted file mode 100644
index ab97c9d7e2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nxs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/nxt.png b/atomic_defi_design/assets/images/coins/nxt.png
deleted file mode 100644
index b4007bb769..0000000000
Binary files a/atomic_defi_design/assets/images/coins/nxt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/oax.png b/atomic_defi_design/assets/images/coins/oax.png
deleted file mode 100644
index 332501fa1b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/oax.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/oc.png b/atomic_defi_design/assets/images/coins/oc.png
deleted file mode 100644
index 8bd25c9858..0000000000
Binary files a/atomic_defi_design/assets/images/coins/oc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ocean.png b/atomic_defi_design/assets/images/coins/ocean.png
deleted file mode 100644
index 621e81633a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ocean.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ok.png b/atomic_defi_design/assets/images/coins/ok.png
deleted file mode 100644
index e872ea69dc..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ok.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/okb.png b/atomic_defi_design/assets/images/coins/okb.png
deleted file mode 100644
index eaaa88f47e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/okb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/omg.png b/atomic_defi_design/assets/images/coins/omg.png
deleted file mode 100644
index ce9d6b838d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/omg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/omni.png b/atomic_defi_design/assets/images/coins/omni.png
deleted file mode 100644
index 5e6892eac2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/omni.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ong.png b/atomic_defi_design/assets/images/coins/ong.png
deleted file mode 100644
index 3240fddca8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ong.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ont.png b/atomic_defi_design/assets/images/coins/ont.png
deleted file mode 100644
index 593b96a936..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ont.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/oot.png b/atomic_defi_design/assets/images/coins/oot.png
deleted file mode 100644
index 7aacf56c69..0000000000
Binary files a/atomic_defi_design/assets/images/coins/oot.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ost.png b/atomic_defi_design/assets/images/coins/ost.png
deleted file mode 100644
index 960e3a1c87..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ost.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ox.png b/atomic_defi_design/assets/images/coins/ox.png
deleted file mode 100644
index 7e6466cde4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ox.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/oxt.png b/atomic_defi_design/assets/images/coins/oxt.png
deleted file mode 100644
index 2cb2016383..0000000000
Binary files a/atomic_defi_design/assets/images/coins/oxt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pangea.png b/atomic_defi_design/assets/images/coins/pangea.png
deleted file mode 100644
index 45cc04a884..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pangea.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/part.png b/atomic_defi_design/assets/images/coins/part.png
deleted file mode 100644
index f4ac11d6e2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/part.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pasc.png b/atomic_defi_design/assets/images/coins/pasc.png
deleted file mode 100644
index 3a67d49cf4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pasc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pasl.png b/atomic_defi_design/assets/images/coins/pasl.png
deleted file mode 100644
index 049a0abda9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pasl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pax.png b/atomic_defi_design/assets/images/coins/pax.png
deleted file mode 100644
index 0054d9e321..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pax.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/paxg.png b/atomic_defi_design/assets/images/coins/paxg.png
deleted file mode 100644
index 7177a7a7e1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/paxg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pay.png b/atomic_defi_design/assets/images/coins/pay.png
deleted file mode 100644
index cc5e150d5a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pay.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/payx.png b/atomic_defi_design/assets/images/coins/payx.png
deleted file mode 100644
index 04a0cda654..0000000000
Binary files a/atomic_defi_design/assets/images/coins/payx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pbc.png b/atomic_defi_design/assets/images/coins/pbc.png
deleted file mode 100644
index 6bc763f1de..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pbc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pink.png b/atomic_defi_design/assets/images/coins/pink.png
deleted file mode 100644
index ab6542cdbe..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pink.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pirl.png b/atomic_defi_design/assets/images/coins/pirl.png
deleted file mode 100644
index 1dd0036176..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pirl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pivx.png b/atomic_defi_design/assets/images/coins/pivx.png
deleted file mode 100644
index fab1eae460..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pivx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/plr.png b/atomic_defi_design/assets/images/coins/plr.png
deleted file mode 100644
index 29873e1ce4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/plr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pnk.png b/atomic_defi_design/assets/images/coins/pnk.png
deleted file mode 100644
index d73e4f5b52..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pnk.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/poa.png b/atomic_defi_design/assets/images/coins/poa.png
deleted file mode 100644
index ff3eca5057..0000000000
Binary files a/atomic_defi_design/assets/images/coins/poa.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/poe.png b/atomic_defi_design/assets/images/coins/poe.png
deleted file mode 100644
index dc831da0c4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/poe.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/polis.png b/atomic_defi_design/assets/images/coins/polis.png
deleted file mode 100644
index 71d8820bbd..0000000000
Binary files a/atomic_defi_design/assets/images/coins/polis.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/poly.png b/atomic_defi_design/assets/images/coins/poly.png
deleted file mode 100644
index bd0dcad9c3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/poly.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pot.png b/atomic_defi_design/assets/images/coins/pot.png
deleted file mode 100644
index 3d5f01d6c3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pot.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/powr.png b/atomic_defi_design/assets/images/coins/powr.png
deleted file mode 100644
index 107826f050..0000000000
Binary files a/atomic_defi_design/assets/images/coins/powr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ppc.png b/atomic_defi_design/assets/images/coins/ppc.png
deleted file mode 100644
index 95f60eb536..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ppc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ppp.png b/atomic_defi_design/assets/images/coins/ppp.png
deleted file mode 100644
index 6165ba00dc..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ppp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ppt.png b/atomic_defi_design/assets/images/coins/ppt.png
deleted file mode 100644
index 4b45a9794e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ppt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pre.png b/atomic_defi_design/assets/images/coins/pre.png
deleted file mode 100644
index add0ccebc4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pre.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/prl.png b/atomic_defi_design/assets/images/coins/prl.png
deleted file mode 100644
index deedccac1a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/prl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pungo.png b/atomic_defi_design/assets/images/coins/pungo.png
deleted file mode 100644
index 79e746626f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pungo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/pura.png b/atomic_defi_design/assets/images/coins/pura.png
deleted file mode 100644
index d4bc8e507d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/pura.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/put.png b/atomic_defi_design/assets/images/coins/put.png
deleted file mode 100644
index c2db5e6345..0000000000
Binary files a/atomic_defi_design/assets/images/coins/put.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qash.png b/atomic_defi_design/assets/images/coins/qash.png
deleted file mode 100644
index 7e8568fe9d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qash.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qbt.png b/atomic_defi_design/assets/images/coins/qbt.png
deleted file mode 100644
index 5eaafe9285..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qbt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qc.png b/atomic_defi_design/assets/images/coins/qc.png
deleted file mode 100644
index 87b12c7fb8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qi.png b/atomic_defi_design/assets/images/coins/qi.png
deleted file mode 100644
index 848d19a555..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qi.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qiair.png b/atomic_defi_design/assets/images/coins/qiair.png
deleted file mode 100644
index 848d19a555..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qiair.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qiwi.png b/atomic_defi_design/assets/images/coins/qiwi.png
deleted file mode 100644
index 3c1c557cb2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qiwi.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qkc.png b/atomic_defi_design/assets/images/coins/qkc.png
deleted file mode 100644
index 4154df891c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qkc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qlc.png b/atomic_defi_design/assets/images/coins/qlc.png
deleted file mode 100644
index 70a42fa21a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qlc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qnt.png b/atomic_defi_design/assets/images/coins/qnt.png
deleted file mode 100644
index cb9543f99b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qnt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qrc-20.png b/atomic_defi_design/assets/images/coins/qrc-20.png
deleted file mode 100644
index 656a8d04fb..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qrc-20.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qrc20.png b/atomic_defi_design/assets/images/coins/qrc20.png
deleted file mode 100644
index 9a23d89aa3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qrc20.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qrl.png b/atomic_defi_design/assets/images/coins/qrl.png
deleted file mode 100644
index 581b7fd463..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qrl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qsp.png b/atomic_defi_design/assets/images/coins/qsp.png
deleted file mode 100644
index cdbec73b7c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qsp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/qtum.png b/atomic_defi_design/assets/images/coins/qtum.png
deleted file mode 100644
index 9a23d89aa3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/qtum.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/r.png b/atomic_defi_design/assets/images/coins/r.png
deleted file mode 100644
index 0f51bb2ea0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/r.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rads.png b/atomic_defi_design/assets/images/coins/rads.png
deleted file mode 100644
index 121d47f9b7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rads.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rap.png b/atomic_defi_design/assets/images/coins/rap.png
deleted file mode 100644
index 36ad560c39..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rap.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rcn.png b/atomic_defi_design/assets/images/coins/rcn.png
deleted file mode 100644
index 59aa572ce5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rcn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rdd.png b/atomic_defi_design/assets/images/coins/rdd.png
deleted file mode 100644
index 7328667f2e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rdd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rdn.png b/atomic_defi_design/assets/images/coins/rdn.png
deleted file mode 100644
index cc4091e188..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rdn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ren.png b/atomic_defi_design/assets/images/coins/ren.png
deleted file mode 100644
index d32cea165b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ren.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rep.png b/atomic_defi_design/assets/images/coins/rep.png
deleted file mode 100644
index 8171355364..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rep.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/repv2.png b/atomic_defi_design/assets/images/coins/repv2.png
deleted file mode 100644
index 04b29acf68..0000000000
Binary files a/atomic_defi_design/assets/images/coins/repv2.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/req.png b/atomic_defi_design/assets/images/coins/req.png
deleted file mode 100644
index 66d74466bf..0000000000
Binary files a/atomic_defi_design/assets/images/coins/req.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rev.png b/atomic_defi_design/assets/images/coins/rev.png
deleted file mode 100644
index adb8cdbe91..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rev.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/revs.png b/atomic_defi_design/assets/images/coins/revs.png
deleted file mode 100644
index ccd857af7d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/revs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rfox.png b/atomic_defi_design/assets/images/coins/rfox.png
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/atomic_defi_design/assets/images/coins/rhoc.png b/atomic_defi_design/assets/images/coins/rhoc.png
deleted file mode 100644
index b6553fd838..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rhoc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ric.png b/atomic_defi_design/assets/images/coins/ric.png
deleted file mode 100644
index dc06842599..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ric.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rick.png b/atomic_defi_design/assets/images/coins/rick.png
deleted file mode 100644
index 2d32ff7976..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rick.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rise.png b/atomic_defi_design/assets/images/coins/rise.png
deleted file mode 100644
index fee2f5f814..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rise.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rlc.png b/atomic_defi_design/assets/images/coins/rlc.png
deleted file mode 100644
index 11b0f1abdc..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rlc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rpx.png b/atomic_defi_design/assets/images/coins/rpx.png
deleted file mode 100644
index a106c26650..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rpx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rsr.png b/atomic_defi_design/assets/images/coins/rsr.png
deleted file mode 100644
index dba8513fe2..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rsr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rub.png b/atomic_defi_design/assets/images/coins/rub.png
deleted file mode 100644
index a2915d3179..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rub.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/rvn.png b/atomic_defi_design/assets/images/coins/rvn.png
deleted file mode 100644
index 886b94b612..0000000000
Binary files a/atomic_defi_design/assets/images/coins/rvn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ryo.png b/atomic_defi_design/assets/images/coins/ryo.png
deleted file mode 100644
index 973c5fe7b9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ryo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/s4f.png b/atomic_defi_design/assets/images/coins/s4f.png
deleted file mode 100644
index 43c7c7cfde..0000000000
Binary files a/atomic_defi_design/assets/images/coins/s4f.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/safe.png b/atomic_defi_design/assets/images/coins/safe.png
deleted file mode 100644
index 2600e6e6c6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/safe.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sai.png b/atomic_defi_design/assets/images/coins/sai.png
deleted file mode 100644
index 08d4842396..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sai.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/salt.png b/atomic_defi_design/assets/images/coins/salt.png
deleted file mode 100644
index aeacd05554..0000000000
Binary files a/atomic_defi_design/assets/images/coins/salt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/san.png b/atomic_defi_design/assets/images/coins/san.png
deleted file mode 100644
index 1bb3e3cf29..0000000000
Binary files a/atomic_defi_design/assets/images/coins/san.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sbd.png b/atomic_defi_design/assets/images/coins/sbd.png
deleted file mode 100644
index e33d5d2de5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sbd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sberbank.png b/atomic_defi_design/assets/images/coins/sberbank.png
deleted file mode 100644
index ace70f1d0a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sberbank.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sc.png b/atomic_defi_design/assets/images/coins/sc.png
deleted file mode 100644
index e518cc13ff..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sca.png b/atomic_defi_design/assets/images/coins/sca.png
deleted file mode 100644
index 0620e8e48e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sca.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sfusd.png b/atomic_defi_design/assets/images/coins/sfusd.png
deleted file mode 100644
index e5ae4d672e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sfusd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/shift.png b/atomic_defi_design/assets/images/coins/shift.png
deleted file mode 100644
index 8942a14873..0000000000
Binary files a/atomic_defi_design/assets/images/coins/shift.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/shr.png b/atomic_defi_design/assets/images/coins/shr.png
deleted file mode 100644
index 0765877e04..0000000000
Binary files a/atomic_defi_design/assets/images/coins/shr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sib.png b/atomic_defi_design/assets/images/coins/sib.png
deleted file mode 100644
index 975722dbf9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sib.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sin.png b/atomic_defi_design/assets/images/coins/sin.png
deleted file mode 100644
index 3abf7ef109..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sin.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/skl.png b/atomic_defi_design/assets/images/coins/skl.png
deleted file mode 100644
index 32d64d5007..0000000000
Binary files a/atomic_defi_design/assets/images/coins/skl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sky.png b/atomic_defi_design/assets/images/coins/sky.png
deleted file mode 100644
index a6e6de1c55..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sky.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/slr.png b/atomic_defi_design/assets/images/coins/slr.png
deleted file mode 100644
index 05e6da3a56..0000000000
Binary files a/atomic_defi_design/assets/images/coins/slr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sls.png b/atomic_defi_design/assets/images/coins/sls.png
deleted file mode 100644
index 2ba628f677..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sls.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/smart-chain.png b/atomic_defi_design/assets/images/coins/smart-chain.png
deleted file mode 100644
index 10d8011ce4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/smart-chain.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/smart.png b/atomic_defi_design/assets/images/coins/smart.png
deleted file mode 100644
index b464b7323a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/smart.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/smtf.png b/atomic_defi_design/assets/images/coins/smtf.png
deleted file mode 100644
index 6733d821f1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/smtf.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sngls.png b/atomic_defi_design/assets/images/coins/sngls.png
deleted file mode 100644
index 30728ce9cd..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sngls.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/snm.png b/atomic_defi_design/assets/images/coins/snm.png
deleted file mode 100644
index 134ea71328..0000000000
Binary files a/atomic_defi_design/assets/images/coins/snm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/snt.png b/atomic_defi_design/assets/images/coins/snt.png
deleted file mode 100644
index e856e10859..0000000000
Binary files a/atomic_defi_design/assets/images/coins/snt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/snx.png b/atomic_defi_design/assets/images/coins/snx.png
deleted file mode 100644
index 636a9bc977..0000000000
Binary files a/atomic_defi_design/assets/images/coins/snx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/soc.png b/atomic_defi_design/assets/images/coins/soc.png
deleted file mode 100644
index de8edeb0d4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/soc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/soulja.png b/atomic_defi_design/assets/images/coins/soulja.png
deleted file mode 100644
index e60218a2e5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/soulja.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/space.png b/atomic_defi_design/assets/images/coins/space.png
deleted file mode 100644
index e6c20cc13e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/space.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/spank.png b/atomic_defi_design/assets/images/coins/spank.png
deleted file mode 100644
index c190cd0157..0000000000
Binary files a/atomic_defi_design/assets/images/coins/spank.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/spc.png b/atomic_defi_design/assets/images/coins/spc.png
deleted file mode 100644
index f21ae96d03..0000000000
Binary files a/atomic_defi_design/assets/images/coins/spc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sphtx.png b/atomic_defi_design/assets/images/coins/sphtx.png
deleted file mode 100644
index 325d75bead..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sphtx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/srm.png b/atomic_defi_design/assets/images/coins/srm.png
deleted file mode 100644
index 4aed91f9a6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/srm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/srn.png b/atomic_defi_design/assets/images/coins/srn.png
deleted file mode 100644
index 49ac71ed17..0000000000
Binary files a/atomic_defi_design/assets/images/coins/srn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/stak.png b/atomic_defi_design/assets/images/coins/stak.png
deleted file mode 100644
index d1ee90992a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/stak.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/start.png b/atomic_defi_design/assets/images/coins/start.png
deleted file mode 100644
index f7b4a28e91..0000000000
Binary files a/atomic_defi_design/assets/images/coins/start.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/steem.png b/atomic_defi_design/assets/images/coins/steem.png
deleted file mode 100644
index e33d5d2de5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/steem.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/stfiro.png b/atomic_defi_design/assets/images/coins/stfiro.png
deleted file mode 100644
index ea325e0cd5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/stfiro.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/storj.png b/atomic_defi_design/assets/images/coins/storj.png
deleted file mode 100644
index fe1cb0b392..0000000000
Binary files a/atomic_defi_design/assets/images/coins/storj.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/storm.png b/atomic_defi_design/assets/images/coins/storm.png
deleted file mode 100644
index 5cc06a2e13..0000000000
Binary files a/atomic_defi_design/assets/images/coins/storm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/stq.png b/atomic_defi_design/assets/images/coins/stq.png
deleted file mode 100644
index b86da90c9f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/stq.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/strat.png b/atomic_defi_design/assets/images/coins/strat.png
deleted file mode 100644
index c06eea949a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/strat.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/stx.png b/atomic_defi_design/assets/images/coins/stx.png
deleted file mode 100644
index 8c7a8cc938..0000000000
Binary files a/atomic_defi_design/assets/images/coins/stx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sub.png b/atomic_defi_design/assets/images/coins/sub.png
deleted file mode 100644
index 00dbf0d10c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sub.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sumo.png b/atomic_defi_design/assets/images/coins/sumo.png
deleted file mode 100644
index a31ee14d91..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sumo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/supernet.png b/atomic_defi_design/assets/images/coins/supernet.png
deleted file mode 100644
index 1a4b4f1f11..0000000000
Binary files a/atomic_defi_design/assets/images/coins/supernet.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sushi.png b/atomic_defi_design/assets/images/coins/sushi.png
deleted file mode 100644
index 01d56e87d5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sushi.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sxp.png b/atomic_defi_design/assets/images/coins/sxp.png
deleted file mode 100644
index d3c9933a2e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sxp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/sys.png b/atomic_defi_design/assets/images/coins/sys.png
deleted file mode 100644
index 1be9cca04d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/sys.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/taas.png b/atomic_defi_design/assets/images/coins/taas.png
deleted file mode 100644
index 01060ba24a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/taas.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tau.png b/atomic_defi_design/assets/images/coins/tau.png
deleted file mode 100644
index b94df236b0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tau.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tbtc.png b/atomic_defi_design/assets/images/coins/tbtc.png
deleted file mode 100644
index 784b8f359a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tbtc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tbx.png b/atomic_defi_design/assets/images/coins/tbx.png
deleted file mode 100644
index 5af22e62f1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tbx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tel.png b/atomic_defi_design/assets/images/coins/tel.png
deleted file mode 100644
index 453dac21c1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tel.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ten.png b/atomic_defi_design/assets/images/coins/ten.png
deleted file mode 100644
index ee88f6c23e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ten.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tern.png b/atomic_defi_design/assets/images/coins/tern.png
deleted file mode 100644
index 5aefc007b4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tern.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tgch.png b/atomic_defi_design/assets/images/coins/tgch.png
deleted file mode 100644
index 01b0fb77f9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tgch.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/thc.png b/atomic_defi_design/assets/images/coins/thc.png
deleted file mode 100644
index 7c536e8ecb..0000000000
Binary files a/atomic_defi_design/assets/images/coins/thc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/theta.png b/atomic_defi_design/assets/images/coins/theta.png
deleted file mode 100644
index 569801369a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/theta.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/thx.png b/atomic_defi_design/assets/images/coins/thx.png
deleted file mode 100644
index cde6c321a9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/thx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tix.png b/atomic_defi_design/assets/images/coins/tix.png
deleted file mode 100644
index 3b2aa9e739..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tix.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tkn.png b/atomic_defi_design/assets/images/coins/tkn.png
deleted file mode 100644
index deb2a9df3b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tkn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tks.png b/atomic_defi_design/assets/images/coins/tks.png
deleted file mode 100644
index f82600fd4c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tks.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tmtg.png b/atomic_defi_design/assets/images/coins/tmtg.png
deleted file mode 100644
index aed51a902b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tmtg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tnb.png b/atomic_defi_design/assets/images/coins/tnb.png
deleted file mode 100644
index 0e193c95f5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tnb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tnc.png b/atomic_defi_design/assets/images/coins/tnc.png
deleted file mode 100644
index 9d5fbc4fc4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tnc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tnt.png b/atomic_defi_design/assets/images/coins/tnt.png
deleted file mode 100644
index 350626adab..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tnt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tomo.png b/atomic_defi_design/assets/images/coins/tomo.png
deleted file mode 100644
index 41014ef45d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tomo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tpay.png b/atomic_defi_design/assets/images/coins/tpay.png
deleted file mode 100644
index 8a08b1203a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tpay.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tqtum.png b/atomic_defi_design/assets/images/coins/tqtum.png
deleted file mode 100644
index 9a23d89aa3..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tqtum.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/trac.png b/atomic_defi_design/assets/images/coins/trac.png
deleted file mode 100644
index 49bab9185c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/trac.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/trb.png b/atomic_defi_design/assets/images/coins/trb.png
deleted file mode 100644
index ec5a4360d9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/trb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/trc.png b/atomic_defi_design/assets/images/coins/trc.png
deleted file mode 100644
index f3f68ba2a5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/trc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/trig.png b/atomic_defi_design/assets/images/coins/trig.png
deleted file mode 100644
index ca037070d8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/trig.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/trtl.png b/atomic_defi_design/assets/images/coins/trtl.png
deleted file mode 100644
index 3f4b4f5d06..0000000000
Binary files a/atomic_defi_design/assets/images/coins/trtl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/trx.png b/atomic_defi_design/assets/images/coins/trx.png
deleted file mode 100644
index 3df9610eb0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/trx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tryb.png b/atomic_defi_design/assets/images/coins/tryb.png
deleted file mode 100644
index 1544f84ed5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tryb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tsl.png b/atomic_defi_design/assets/images/coins/tsl.png
deleted file mode 100644
index aa5aad77d5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tsl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ttt.png b/atomic_defi_design/assets/images/coins/ttt.png
deleted file mode 100644
index 2f90f6bd97..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ttt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tusd.png b/atomic_defi_design/assets/images/coins/tusd.png
deleted file mode 100644
index a315574d48..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tusd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/tzc.png b/atomic_defi_design/assets/images/coins/tzc.png
deleted file mode 100644
index 62ae87ff65..0000000000
Binary files a/atomic_defi_design/assets/images/coins/tzc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ubq.png b/atomic_defi_design/assets/images/coins/ubq.png
deleted file mode 100644
index 2ea970b949..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ubq.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/ubt.png b/atomic_defi_design/assets/images/coins/ubt.png
deleted file mode 100644
index e9c9f22a30..0000000000
Binary files a/atomic_defi_design/assets/images/coins/ubt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/uis.png b/atomic_defi_design/assets/images/coins/uis.png
deleted file mode 100644
index 2334146661..0000000000
Binary files a/atomic_defi_design/assets/images/coins/uis.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/uma.png b/atomic_defi_design/assets/images/coins/uma.png
deleted file mode 100644
index 6e2c6aa7e9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/uma.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/uni.png b/atomic_defi_design/assets/images/coins/uni.png
deleted file mode 100644
index 02ab8562ca..0000000000
Binary files a/atomic_defi_design/assets/images/coins/uni.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/unity.png b/atomic_defi_design/assets/images/coins/unity.png
deleted file mode 100644
index 3a4b79e550..0000000000
Binary files a/atomic_defi_design/assets/images/coins/unity.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/uno.png b/atomic_defi_design/assets/images/coins/uno.png
deleted file mode 100644
index 8db98dc6dd..0000000000
Binary files a/atomic_defi_design/assets/images/coins/uno.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/uos.png b/atomic_defi_design/assets/images/coins/uos.png
deleted file mode 100644
index 20ef7e4a4e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/uos.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/uqc.png b/atomic_defi_design/assets/images/coins/uqc.png
deleted file mode 100644
index c079fa6a42..0000000000
Binary files a/atomic_defi_design/assets/images/coins/uqc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/usd.png b/atomic_defi_design/assets/images/coins/usd.png
deleted file mode 100644
index 2a49b5adc9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/usd.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/usdc.png b/atomic_defi_design/assets/images/coins/usdc.png
deleted file mode 100644
index 2b8467ccf0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/usdc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/usdt.png b/atomic_defi_design/assets/images/coins/usdt.png
deleted file mode 100644
index b6b6a612fb..0000000000
Binary files a/atomic_defi_design/assets/images/coins/usdt.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/utk.png b/atomic_defi_design/assets/images/coins/utk.png
deleted file mode 100644
index e54a67b8b0..0000000000
Binary files a/atomic_defi_design/assets/images/coins/utk.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/val.png b/atomic_defi_design/assets/images/coins/val.png
deleted file mode 100644
index dfc69aecf8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/val.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/veri.png b/atomic_defi_design/assets/images/coins/veri.png
deleted file mode 100644
index 75c3bb7c64..0000000000
Binary files a/atomic_defi_design/assets/images/coins/veri.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vet.png b/atomic_defi_design/assets/images/coins/vet.png
deleted file mode 100644
index dd483a0be6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vet.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vgx.png b/atomic_defi_design/assets/images/coins/vgx.png
deleted file mode 100644
index 443426909a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vgx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/via.png b/atomic_defi_design/assets/images/coins/via.png
deleted file mode 100644
index 46ae8fd539..0000000000
Binary files a/atomic_defi_design/assets/images/coins/via.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vib.png b/atomic_defi_design/assets/images/coins/vib.png
deleted file mode 100644
index d1a1c38f6f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vib.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vibe.png b/atomic_defi_design/assets/images/coins/vibe.png
deleted file mode 100644
index 9b1674a491..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vibe.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vite.png b/atomic_defi_design/assets/images/coins/vite.png
deleted file mode 100644
index 6a6d150350..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vite.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vivo.png b/atomic_defi_design/assets/images/coins/vivo.png
deleted file mode 100644
index 40a8fb2e8f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vivo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vote2021.png b/atomic_defi_design/assets/images/coins/vote2021.png
deleted file mode 100644
index e26a95e66d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vote2021.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vra.png b/atomic_defi_design/assets/images/coins/vra.png
deleted file mode 100644
index ab92e43e98..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vra.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vrc.png b/atomic_defi_design/assets/images/coins/vrc.png
deleted file mode 100644
index c19602b012..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vrc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vrm.png b/atomic_defi_design/assets/images/coins/vrm.png
deleted file mode 100644
index ae6c3957da..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vrm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vrsc.png b/atomic_defi_design/assets/images/coins/vrsc.png
deleted file mode 100644
index 3b0f31ae59..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vrsc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vtc.png b/atomic_defi_design/assets/images/coins/vtc.png
deleted file mode 100644
index 7255699eb6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vtc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/vtho.png b/atomic_defi_design/assets/images/coins/vtho.png
deleted file mode 100644
index 1f10acff99..0000000000
Binary files a/atomic_defi_design/assets/images/coins/vtho.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wabi.png b/atomic_defi_design/assets/images/coins/wabi.png
deleted file mode 100644
index bc67f7859d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wabi.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wan.png b/atomic_defi_design/assets/images/coins/wan.png
deleted file mode 100644
index 1425526345..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wan.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/waves.png b/atomic_defi_design/assets/images/coins/waves.png
deleted file mode 100644
index 266eb3d0d9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/waves.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wax.png b/atomic_defi_design/assets/images/coins/wax.png
deleted file mode 100644
index 2c52fa616c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wax.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wbtc.png b/atomic_defi_design/assets/images/coins/wbtc.png
deleted file mode 100644
index 879ec2d322..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wbtc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wcn.png b/atomic_defi_design/assets/images/coins/wcn.png
deleted file mode 100644
index 535e23e2c1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wcn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wgr.png b/atomic_defi_design/assets/images/coins/wgr.png
deleted file mode 100644
index 5e0729aaf8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wgr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wicc.png b/atomic_defi_design/assets/images/coins/wicc.png
deleted file mode 100644
index d70a5bb6a6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wicc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wings.png b/atomic_defi_design/assets/images/coins/wings.png
deleted file mode 100644
index 950828c789..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wings.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wlc.png b/atomic_defi_design/assets/images/coins/wlc.png
deleted file mode 100644
index bd100c058e..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wlc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wpr.png b/atomic_defi_design/assets/images/coins/wpr.png
deleted file mode 100644
index 9974a02ab4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wpr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wsb.png b/atomic_defi_design/assets/images/coins/wsb.png
deleted file mode 100644
index c556281fa7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wsb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/wtc.png b/atomic_defi_design/assets/images/coins/wtc.png
deleted file mode 100644
index 9932eb8a53..0000000000
Binary files a/atomic_defi_design/assets/images/coins/wtc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/x.png b/atomic_defi_design/assets/images/coins/x.png
deleted file mode 100644
index 60cd6a1b07..0000000000
Binary files a/atomic_defi_design/assets/images/coins/x.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xas.png b/atomic_defi_design/assets/images/coins/xas.png
deleted file mode 100644
index c1db3ce55f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xas.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xbc.png b/atomic_defi_design/assets/images/coins/xbc.png
deleted file mode 100644
index e3bdd56cb5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xbc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xbp.png b/atomic_defi_design/assets/images/coins/xbp.png
deleted file mode 100644
index f17afaa51b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xbp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xby.png b/atomic_defi_design/assets/images/coins/xby.png
deleted file mode 100644
index 87e2731c66..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xby.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xcp.png b/atomic_defi_design/assets/images/coins/xcp.png
deleted file mode 100644
index fc732ccaeb..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xcp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xdn.png b/atomic_defi_design/assets/images/coins/xdn.png
deleted file mode 100644
index 8bff070e3f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xdn.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xem.png b/atomic_defi_design/assets/images/coins/xem.png
deleted file mode 100644
index 16b9e8cebd..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xem.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xin.png b/atomic_defi_design/assets/images/coins/xin.png
deleted file mode 100644
index 29a48c0d1c..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xin.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xlm.png b/atomic_defi_design/assets/images/coins/xlm.png
deleted file mode 100644
index ab10cad49a..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xlm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xmcc.png b/atomic_defi_design/assets/images/coins/xmcc.png
deleted file mode 100644
index 2281991ac9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xmcc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xmg.png b/atomic_defi_design/assets/images/coins/xmg.png
deleted file mode 100644
index ee37ceb6f6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xmg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xmo.png b/atomic_defi_design/assets/images/coins/xmo.png
deleted file mode 100644
index 98e82d2f70..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xmo.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xmr.png b/atomic_defi_design/assets/images/coins/xmr.png
deleted file mode 100644
index ce409524c4..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xmr.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xmy.png b/atomic_defi_design/assets/images/coins/xmy.png
deleted file mode 100644
index a2d32ff59f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xmy.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xor.png b/atomic_defi_design/assets/images/coins/xor.png
deleted file mode 100644
index 74c4cf014d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xor.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xp.png b/atomic_defi_design/assets/images/coins/xp.png
deleted file mode 100644
index 9478a855a8..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xpa.png b/atomic_defi_design/assets/images/coins/xpa.png
deleted file mode 100644
index f49910b5cb..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xpa.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xpm.png b/atomic_defi_design/assets/images/coins/xpm.png
deleted file mode 100644
index f32e349dbf..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xpm.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xrp.png b/atomic_defi_design/assets/images/coins/xrp.png
deleted file mode 100644
index f24cf25963..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xrp.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xsg.png b/atomic_defi_design/assets/images/coins/xsg.png
deleted file mode 100644
index 5747b31134..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xsg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xtz.png b/atomic_defi_design/assets/images/coins/xtz.png
deleted file mode 100644
index 79ecc75f3f..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xtz.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xuc.png b/atomic_defi_design/assets/images/coins/xuc.png
deleted file mode 100644
index 82dc953964..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xuc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xvc.png b/atomic_defi_design/assets/images/coins/xvc.png
deleted file mode 100644
index 1b25554709..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xvc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xvg.png b/atomic_defi_design/assets/images/coins/xvg.png
deleted file mode 100644
index 0de5ce45b5..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xvg.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xvs.png b/atomic_defi_design/assets/images/coins/xvs.png
deleted file mode 100644
index b802ff87ea..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xvs.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/xzc.png b/atomic_defi_design/assets/images/coins/xzc.png
deleted file mode 100644
index 926bed0313..0000000000
Binary files a/atomic_defi_design/assets/images/coins/xzc.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/yfi.png b/atomic_defi_design/assets/images/coins/yfi.png
deleted file mode 100644
index 856678403b..0000000000
Binary files a/atomic_defi_design/assets/images/coins/yfi.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/yfii.png b/atomic_defi_design/assets/images/coins/yfii.png
deleted file mode 100644
index 8b38b93190..0000000000
Binary files a/atomic_defi_design/assets/images/coins/yfii.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/yoyow.png b/atomic_defi_design/assets/images/coins/yoyow.png
deleted file mode 100644
index 121fa343d7..0000000000
Binary files a/atomic_defi_design/assets/images/coins/yoyow.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zb.png b/atomic_defi_design/assets/images/coins/zb.png
deleted file mode 100644
index 0abf5cb2ba..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zb.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zcl.png b/atomic_defi_design/assets/images/coins/zcl.png
deleted file mode 100644
index cdc675a7dc..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zcl.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zec.png b/atomic_defi_design/assets/images/coins/zec.png
deleted file mode 100644
index 9327fc65d1..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zec.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zel.png b/atomic_defi_design/assets/images/coins/zel.png
deleted file mode 100644
index 5900bcda93..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zel.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zen.png b/atomic_defi_design/assets/images/coins/zen.png
deleted file mode 100644
index aaf63d8cf9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zen.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zer.png b/atomic_defi_design/assets/images/coins/zer.png
deleted file mode 100644
index 848c885401..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zer.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zest.png b/atomic_defi_design/assets/images/coins/zest.png
deleted file mode 100644
index eb57167ccb..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zest.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zet.png b/atomic_defi_design/assets/images/coins/zet.png
deleted file mode 100644
index b107a81f4d..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zet.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zil.png b/atomic_defi_design/assets/images/coins/zil.png
deleted file mode 100644
index e49147f507..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zil.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zilla.png b/atomic_defi_design/assets/images/coins/zilla.png
deleted file mode 100644
index 03f5c545b6..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zilla.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/coins/zrx.png b/atomic_defi_design/assets/images/coins/zrx.png
deleted file mode 100644
index d4baae5fc9..0000000000
Binary files a/atomic_defi_design/assets/images/coins/zrx.png and /dev/null differ
diff --git a/atomic_defi_design/assets/images/exchange-trade-complete.png b/atomic_defi_design/assets/images/exchange-trade-complete.png
new file mode 100644
index 0000000000..a030db6836
Binary files /dev/null and b/atomic_defi_design/assets/images/exchange-trade-complete.png differ
diff --git a/atomic_defi_design/assets/images/lang/de.png b/atomic_defi_design/assets/images/lang/de.png
new file mode 100644
index 0000000000..c4b7c4335b
Binary files /dev/null and b/atomic_defi_design/assets/images/lang/de.png differ
diff --git a/atomic_defi_design/assets/images/lang/en.png b/atomic_defi_design/assets/images/lang/en.png
index 55621612d0..52959a7a3c 100644
Binary files a/atomic_defi_design/assets/images/lang/en.png and b/atomic_defi_design/assets/images/lang/en.png differ
diff --git a/atomic_defi_design/assets/images/lang/es.png b/atomic_defi_design/assets/images/lang/es.png
new file mode 100755
index 0000000000..5fdf39bb75
Binary files /dev/null and b/atomic_defi_design/assets/images/lang/es.png differ
diff --git a/atomic_defi_design/assets/images/lang/fr.png b/atomic_defi_design/assets/images/lang/fr.png
index 3182378d67..71a7b7d581 100644
Binary files a/atomic_defi_design/assets/images/lang/fr.png and b/atomic_defi_design/assets/images/lang/fr.png differ
diff --git a/atomic_defi_design/assets/images/lang/ru.png b/atomic_defi_design/assets/images/lang/ru.png
index 77fda78631..40708ed18d 100644
Binary files a/atomic_defi_design/assets/images/lang/ru.png and b/atomic_defi_design/assets/images/lang/ru.png differ
diff --git a/atomic_defi_design/assets/images/lang/tr.png b/atomic_defi_design/assets/images/lang/tr.png
index f729bf45d6..28952bc7a6 100644
Binary files a/atomic_defi_design/assets/images/lang/tr.png and b/atomic_defi_design/assets/images/lang/tr.png differ
diff --git a/atomic_defi_design/assets/images/providers/binance.png b/atomic_defi_design/assets/images/providers/binance.png
new file mode 100644
index 0000000000..fd9f78dfef
Binary files /dev/null and b/atomic_defi_design/assets/images/providers/binance.png differ
diff --git a/atomic_defi_design/assets/images/providers/coingecko.png b/atomic_defi_design/assets/images/providers/coingecko.png
new file mode 100644
index 0000000000..1ca5e43e0d
Binary files /dev/null and b/atomic_defi_design/assets/images/providers/coingecko.png differ
diff --git a/atomic_defi_design/assets/images/providers/coinpaprika.png b/atomic_defi_design/assets/images/providers/coinpaprika.png
new file mode 100644
index 0000000000..36600af05f
Binary files /dev/null and b/atomic_defi_design/assets/images/providers/coinpaprika.png differ
diff --git a/atomic_defi_design/assets/images/providers/forex.png b/atomic_defi_design/assets/images/providers/forex.png
new file mode 100644
index 0000000000..eeeb6625ea
Binary files /dev/null and b/atomic_defi_design/assets/images/providers/forex.png differ
diff --git a/atomic_defi_design/assets/images/providers/nomics.png b/atomic_defi_design/assets/images/providers/nomics.png
new file mode 100644
index 0000000000..72bf9a5c2c
Binary files /dev/null and b/atomic_defi_design/assets/images/providers/nomics.png differ
diff --git a/atomic_defi_design/assets/images/swap-horizontal.svg b/atomic_defi_design/assets/images/swap-horizontal.svg
new file mode 100644
index 0000000000..6b4d56ecb7
--- /dev/null
+++ b/atomic_defi_design/assets/images/swap-horizontal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/atomic_defi_design/assets/images/warning.svg b/atomic_defi_design/assets/images/warning.svg
new file mode 100644
index 0000000000..2bfc1aa8b6
--- /dev/null
+++ b/atomic_defi_design/assets/images/warning.svg
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/atomic_defi_design/assets/images/white_check.svg b/atomic_defi_design/assets/images/white_check.svg
new file mode 100644
index 0000000000..927f9bf9a2
--- /dev/null
+++ b/atomic_defi_design/assets/images/white_check.svg
@@ -0,0 +1,40 @@
+
+
diff --git a/atomic_defi_design/assets/languages/atomic_defi_de.ts b/atomic_defi_design/assets/languages/atomic_defi_de.ts
new file mode 100644
index 0000000000..dcbbbc0d92
--- /dev/null
+++ b/atomic_defi_design/assets/languages/atomic_defi_de.ts
@@ -0,0 +1,4609 @@
+
+
+
+
+ AddAddressForm
+
+
+ Use standard network address
+ Standard-Netzwerkadresse verwenden
+
+
+
+ Label
+ Bezeichnung
+
+
+
+ This key already exists.
+ Dieser Schlüssel existiert bereits.
+
+
+
+ Address
+ Adresse
+
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Convert
+ Umwandeln
+
+
+
+ Update
+
+
+
+
+ Save
+ Speichern
+
+
+
+ You need to enable %1 before adding this kind of address.
+ Sie müssen %1 aktivieren, bevor Sie diese Art von Adresse hinzufügen.
+
+
+
+ Enable
+ Aktivieren
+
+
+
+ AddCustomCoinModal
+
+
+ Get the contract address from
+ Erhalten Sie die Vertragsadresse von
+
+
+
+ Choose the asset type
+ Wählen Sie den Asset-Typ aus
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+
+
+ Next
+ Weiter
+
+
+
+ Contract address
+ Vertragsadresse
+
+
+
+ Enter the contract address
+ Geben Sie die Vertragsadresse ein
+
+
+
+ Choose the asset ticker
+ Wählen Sie den Asset-Ticker
+
+
+
+ Ticker
+ Ticker
+
+
+
+ Enter the ticker
+ Geben Sie den Ticker ein
+
+
+
+ Get the contract address from
+ Erhalten Sie die Vertragsadresse von
+
+
+
+
+
+
+ Previous
+ Vorherige
+
+
+
+ Choose the asset logo
+ Wählen Sie ein Logo für das Asset aus
+
+
+
+ Browse
+ Durchsuchen
+
+
+
+ Please choose the asset logo
+ Bitte wählen Sie für das Asset ein Logo aus
+
+
+
+ Configuration
+ Konfiguration
+
+
+
+ All configuration fields will be fetched using the contract address you provided.
+ Alle Konfigurationsfelder werden mit der von Ihnen angegebenen Vertragsadresse abgerufen.
+
+
+
+ Name
+ Name
+
+
+
+ Enter the name
+ Geben Sie den Namen ein
+
+
+
+ Coingecko ID
+ Coingecko ID
+
+
+
+ Enter the Coingecko ID
+ Geben Sie die Coingecko-ID ein
+
+
+
+ Get the Coingecko ID
+ Coingecko-ID erhalten
+
+
+
+ Active
+ Aktiv
+
+
+
+
+ Preview
+ Vorschau
+
+
+
+ WARNING: Application will restart immidiately to apply the changes!
+ WARNUNG: Die Anwendung wird sofort neu gestartet, um die Änderungen zu übernehmen!
+
+
+
+ Asset not found, please go back and make sure Contract Address is correct
+ Asset nicht gefunden, bitte gehen Sie zurück und stellen Sie sicher, dass die Vertragsadresse korrekt ist
+
+
+
+ Config Fields
+ Konfigurationsfelder
+
+
+
+ Fetched Data
+ Abgerufene Daten
+
+
+
+ Submit & Restart
+ Bestätigen und Neu starten
+
+
+
+ AddTagPopup
+
+
+ Tag name
+ Schlagwort
+
+
+
+ Contact already has this tag.
+ Der Kontakt hat bereits dieses Schlagwort.
+
+
+
+ + ADD
+ + HINZUFÜGEN
+
+
+
+ A contact can only have 5 tags.
+
+
+
+
+ AmountChart
+
+
+ Work in progress
+ In Arbeit
+
+
+
+ App
+
+
+ Recover Funds Result
+ Ergebnis der Rückerstattung der Geldmittel
+
+
+
+ AssetFromStandardSelector
+
+
+ Choose a valid
+ Wählen Sie eine gültige
+
+
+
+ asset
+ Asset
+
+
+
+ Search an asset
+ Asset suchen
+
+
+
+ Disabled
+ Deaktiviert
+
+
+
+ AssetPieChart
+
+
+ Assets
+ Assets
+
+
+
+ AssetsList
+
+
+ Asset
+ Asset
+
+
+
+ Balance
+ Balance
+
+
+
+ Fiat Balance
+ Fiat Balance
+
+
+
+ Change 24h
+ 24h Veränderung
+
+
+
+ Price
+ Preis
+
+
+
+ Source
+ Quelle
+
+
+
+ Activating:
+
+
+
+
+ Price provider is: %1
+ Preisanbieter ist: %1
+
+
+
+ Bottom
+
+
+ Add Crypto
+
+
+
+
+ Settings
+ Einstellungen
+
+
+
+ Support
+ Support
+
+
+
+ Privacy
+ Datenschutz
+
+
+
+ Disable Privacy?
+ Datenschutz deaktivieren?
+
+
+
+ Enter wallet password to confirm
+ Geben Sie zur Bestätigung das Kennwort der Brieftasche ein
+
+
+
+ Type password
+ Kennwort eingeben
+
+
+
+ Confirm
+ Bestätigen
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Privacy status
+ Status Datenschutz
+
+
+
+ Privacy mode disabled successfully
+ Der Datenschutzmodus wurde erfolgreich deaktiviert
+
+
+
+
+ Ok
+ Ok
+
+
+
+ Wrong password!
+ Falsches Kennwort!
+
+
+
+ wallet password is incorrect
+ Kennwort der Brieftasche ist falsch
+
+
+
+ CamouflagePasswordModal
+
+
+ Setup Camouflage Password
+ Tarnkennwort einrichten
+
+
+
+ Camouflage Password is a secret password for emergency situations.
+ Das Tarnkennwort (Camouflage Password) ist ein geheimes Passwort für Notsituationen.
+
+
+
+ Using it to login will display your balance lower than it actually is.
+ Wenn Sie sich damit anmelden, wird Ihr Guthaben niedriger angezeigt, als es tatsächlich ist.
+
+
+
+ Here you enter the suffix and at login you need to enter {real_password}{suffix}
+ Hier geben Sie den Zusatz ein und beim Einloggen benötigen Sie {echtes Kennwort}{suffix}
+Beispiel: Kennwort = 1234 Suffix=56 Eingabe beim Login=123456
+
+
+
+ Password suffix
+ Kennwort-Zusatz
+
+
+
+ Confirm pasword suffix
+ Kennwort-Zusatz bestätigen
+
+
+
+ Enter a password suffix
+ Geben Sie einen Kennwort-Zusatz ein
+
+
+
+ Enter the same password suffix to confirm
+ Geben Sie zur Bestätigung denselben Kennwort-Zusatz ein
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Save
+ Speichern
+
+
+
+ CannotEnableCoinModal
+
+
+ Failed to enable %1
+ Aktivierung von %1 fehlgeschlagen
+
+
+
+ Enabling %1 did not succeed. Limit of enabled coins might have been reached.
+ Das Aktivieren von %1 war nicht erfolgreich. Das Limit der aktivierten Coins wurde möglicherweise erreicht.
+
+
+
+ Change limit in settings
+ Limit in den Einstellungen ändern
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Center
+
+
+ Portfolio
+ Portfolio
+
+
+
+ Wallet
+ Brieftasche
+
+
+
+ DEX
+ DEX
+
+
+
+ Address Book
+ Adressbuch
+
+
+
+ Fiat
+ Fiat
+
+
+
+ CexInfoModal
+
+
+ Market Data
+ Marktdaten
+
+
+
+ Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.
+ Mit dem Symbol ⓘ gekennzeichnete Marktdaten (Kurse, Charts etc.) stammen aus Drittquellen.<br><br>Die Daten stammen von <a href="https://coingecko.com">CoinGecko</a>.
+
+
+
+ Chart
+
+
+ Loading market data
+ Laden von Marktdaten
+
+
+
+ There is no chart data for this pair
+
+
+
+
+ There is no chart data for %1 (testcoin) pairs
+
+
+
+
+ ClaimFaucetResultModal
+
+
+ Close
+ Schließen
+
+
+
+ ClaimRewardsModal
+
+
+ Failed to prepare to claim rewards
+ Vorbereitung zum Einfordern von Belohnungen fehlgeschlagen
+
+
+
+ Claim your %1 reward?
+ TICKER
+ %1 Belohnung beantragen?
+
+
+
+ No UTXOs eligible for claiming
+ Keine beanspruchungsberechtigten UTXOs vorhanden
+
+
+
+ Transaction fee is higher than the reward!
+ Die Transaktionsgebühr ist höher als die Belohnung!
+
+
+
+ You will receive
+ Sie erhalten
+
+
+
+ Refresh
+ Aktualisieren
+
+
+
+ Read more about KMD active users rewards
+ Lesen Sie mehr über die Belohnungen für aktive KMD-Benutzer
+
+
+
+ UTXO
+ UTXO
+
+
+
+ Amount
+ Menge
+
+
+
+ Reward
+ Belohnung
+
+
+
+ Accruing Start
+ Anfallender Start
+
+
+
+ Accruing Stop
+ Anfallender Stopp
+
+
+
+ Time Left
+ Verbleibende Zeit
+
+
+
+ Error
+ Fehler
+
+
+
+ Locktime is not set
+ Die Sperrzeit ist nicht eingestellt
+
+
+
+ Locktime is less than the threshold
+ Die Sperrzeit liegt unter dem Schwellenwert
+
+
+
+ UTXO height is greater than end of the era
+ UTXO-Höhe ist größer als Ende der Ära
+
+
+
+ UTXO amount is less than 10
+ UTXO-Menge ist kleiner als 10
+
+
+
+ One hour did not pass yet
+ Eine Stunde ist noch nicht vergangen
+
+
+
+ Transaction is in mempool
+ Die Transaktion befindet sich in Mempool
+
+
+
+ Unknown problem
+ Unbekanntes Problem
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Confirm
+ Bestätigen
+
+
+
+ CoinMenu
+
+
+ Disable %1
+ TICKER
+ %1 deaktivieren
+
+
+
+ Disable and Delete %1
+ TICKER
+ %1 deaktivieren und löschen
+
+
+
+ Disable all %1 assets
+ Alle %1 Assets deaktivieren
+
+
+
+ Disable all assets
+ Alle Assets deaktivieren
+
+
+
+ Disable 0 balance assets
+ Alle Assets mit der Balance 0 deaktivieren
+
+
+
+ ComboBoxWithSearchBar
+
+
+ Search
+ Suchen
+
+
+
+ Combo_fiat
+
+
+ Language
+ Sprache
+
+
+
+ Fiat
+ Fiat
+
+
+
+ Recommended:
+ Empfohlen:
+
+
+
+ ConfirmMultiOrderTradeModal
+
+
+ Confirm Multi Order Details
+ Bestätigen Sie die Details der Mehrfachorder
+
+
+
+ These swaps requests can not be undone and this is the final event!
+ Diese Tauschanfragen können nicht rückgängig gemacht werden und dies ist das endgültige Ereignis!
+
+
+
+ These transactions can take up to 60 mins - DO NOT close this application!
+ Diese Transaktionen können bis zu 60 Minuten dauern - schließen Sie diese Anwendung NICHT!
+
+
+
+ Same funds will be used until an order matches.
+ Die gleichen Geldmittel werden verwendet, bis eine Bestellung übereinstimmt.
+
+
+
+ Note that if one order is filled other will not be cancelled.
+ Beachten Sie, dass, wenn eine Bestellung ausgeführt wird, andere nicht storniert werden.
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Confirm
+ Bestätigen
+
+
+
+ Placed multiple orders
+ Mehrere Aufrtäge aufgegeben
+
+
+
+ ConfirmTradeModal
+
+
+ Confirm Exchange Details
+ Bestä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
+
+
+
+ CopyFieldButton
+
+
+ Copied to Clipboard
+ In die Zwischenablage kopiert
+
+
+
+ Dashboard
+
+
+ The current number of enabled coins does not match your configuration specification. Your assets configuration will be reset.
+ Die aktuelle Anzahl aktivierter Coins stimmt nicht mit Ihrer Konfigurationsvorgabe überein. Die Konfiguration der Assets wird zurückgesetzt.
+
+
+
+ Matching
+ Zusammenführung
+
+
+
+ Order Matching
+ Order wird zusammengeführt
+
+
+
+ Matched
+ Zusammengeführt
+
+
+
+ Order Matched
+ Order wurde zusammengeführt
+
+
+
+ Ongoing
+ Laufend
+
+
+
+ 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
+
+
+
+ Started
+ Gestartet
+
+
+
+ Negotiated
+ Ausgehandelt
+
+
+
+ Taker fee sent
+ Taker-Gebühr gesendet
+
+
+
+ Maker payment received
+ Maker-Zahlung erhalten
+
+
+
+ Maker payment wait confirm started
+ Warten auf die Zahlungsbestätigung des Makers gestartet
+
+
+
+ Maker payment validated and confirmed
+ Maker-Zahlung validiert und bestätigt
+
+
+
+ Taker payment sent
+ Taker-Zahlung gesendet
+
+
+
+ Taker payment spent
+ Taker-Zahlung ausgegeben
+
+
+
+ Maker payment spent
+ Maker-Zahlung ausgegeben
+
+
+
+ Finished
+ Fertig
+
+
+
+ Start failed
+ Start fehlgeschlagen
+
+
+
+ Negotiate failed
+ Verhandeln fehlgeschlagen
+
+
+
+ Taker fee validate failed
+ Validierung der Abnehmergebühr fehlgeschlagen
+
+
+
+ Maker payment transaction failed
+ Maker-Zahlungstransaktion fehlgeschlagen
+
+
+
+ Maker payment Data send failed
+ Fehler beim Senden der Maker-Zahlungsdaten
+
+
+
+ Maker payment wait confirm failed
+ Warten auf die Zahlungsbestätigung des Makers fehlgeschlagen
+
+
+
+ Taker payment validate failed
+ Validierung der Taker-Zahlung fehlgeschlagen
+
+
+
+ Taker payment wait confirm failed
+ Warten auf die Zahlungsbestätigung des Takers fehlgeschlagen
+
+
+
+ Taker payment spend failed
+ Zahlungsausgabe des Takers fehlgeschlagen
+
+
+
+ Maker payment wait refund started
+ Countdown für die Rückerstattung der Maker-Zahlung hat begonnen
+
+
+
+ Maker payment refunded
+ Maker-Zahlung zurückerstattet
+
+
+
+ Maker payment refund failed
+ Rückerstattung der Maker-Zahlung fehlgeschlagen
+
+
+
+ DatePicker
+
+
+ Date
+ Datum
+
+
+
+ DefaultCopyIcon
+
+
+ copied to clipboard
+ In die Zwischenablage kopiert
+
+
+
+ DefaultRangeSlider
+
+
+ Min
+ Min
+
+
+
+ Max
+ Max
+
+
+
+ DefaultTextEdit
+
+
+ copied to clipboard
+ In die Zwischenablage kopiert
+
+
+
+ DeleteWalletModal
+
+
+ Delete Wallet
+ Brieftasche löschen
+
+
+
+ Are you sure you want to delete %1 wallet?
+ WALLET_NAME
+ Sind Sie sicher, dass Sie die %1 Brieftasche löschen möchten?
+
+
+
+ If so, make sure you record your seed phrase in order to restore your wallet in the future.
+ Wenn ja, stellen Sie sicher, dass Sie Ihre Seed-Phrase notieren, um Ihre Brieftasche in Zukunft wiederherzustellen.
+
+
+
+ Enter your wallet password
+ Geben Sie das Kennwort für ihre Brieftasche ein
+
+
+
+ Wrong Password
+ Falsches Kennwort
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Delete
+ Löschen
+
+
+
+ DexAppPasswordField
+
+
+ Type password
+ Kennwort eingeben
+
+
+
+ DexKeyChecker
+
+
+ At least 1 lowercase alphabetical character
+ Mindestens 1 Kleinbuchstabe
+
+
+
+ At least 1 uppercase alphabetical character
+ Mindestens 1 Großbuchstabe
+
+
+
+ At least 1 numeric character
+ Mindestens 1 Ziffer
+
+
+
+ At least 1 special character (eg. !@#$%)
+ Mindestens 1 Sonderzeichen (z. B. ! @ # $ %)
+
+
+
+ Between %1 and %2 character(s)
+
+
+
+
+ Password and Confirm Password have to be same
+ Kennwort und Kennwortbestätigung müssen identisch sein
+
+
+
+ DexPaginator
+
+
+ items per page
+ Elemente pro Seite
+
+
+
+ DexRangeSlider
+
+
+ Min
+ Min
+
+
+
+ Half
+ Halb
+
+
+
+ Max
+ Max
+
+
+
+ DexSweetComboBox
+
+
+ Search
+ Suchen
+
+
+
+ EditContactModal
+
+
+ Edit contact
+ Kontakt bearbeiten
+
+
+
+ Contact name
+ Kontaktname
+
+
+
+ Enter a contact name
+ Geben Sie einen Kontaktnamen ein
+
+
+
+ Address list
+ Adressliste
+
+
+
+ Address Book
+ Adressbuch
+
+
+
+ address copied to clipboard
+ Adresse in die Zwischenablage kopiert
+
+
+
+ Edit
+ Bearbeiten
+
+
+
+ + Add Address
+
+
+
+
+ Cancel Updates
+
+
+
+
+ Save Updates
+
+
+
+
+ Tags
+ Schlagworte
+
+
+
+ Add tag
+ Schlagwort hinzufügen
+
+
+
+ EnableAssetModal
+
+
+ The selected address belongs to a disabled asset, you need to enabled it before sending.
+ Die ausgewählte Adresse gehört zu einem deaktivierten Asset, Sie müssen es vor dem Senden aktivieren.
+
+
+
+ Enable
+ Aktivieren
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ EnableCoinModal
+
+
+ Enable assets
+ Assets aktivieren
+
+
+
+ Search assets
+
+
+
+
+ Select all assets
+ Alle Assets auswählen
+
+
+
+ All assets are already enabled!
+ Alle Assets sind bereits aktiviert!
+
+
+
+ You can still enable %1 assets. Selected: %2.
+ Sie können weiterhin %1 Assets aktivieren. Ausgewählt: %2.
+
+
+
+ Change assets limit
+ Asset-Limit ändern
+
+
+
+ Add a custom asset
+ Benutzerdefiniertes Asset hinzufügen
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Enable
+ Aktivieren
+
+
+
+ EulaModal
+
+
+ Disclaimer & Terms of Service
+ Haftungsausschluss & Nutzungsbedingungen
+
+
+
+ Accept EULA
+ EULA akzeptieren
+
+
+
+ Accept Terms and Conditions
+ Allgemeine Geschäftsbedingungen akzeptieren
+
+
+
+ Close
+ Schließen
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Confirm
+ Bestätigen
+
+
+
+ FatalErrorModal
+
+
+ Fatal Error
+ Schwerwiegender Fehler
+
+
+
+ Connection has been lost. You have been disconnected.
+ Die Verbindung wurde unterbrochen. Ihre Verbindung wurde getrennt.
+
+
+
+ Close
+ Schließen
+
+
+
+ FeeInfo
+
+
+ Minimum fee
+ Mindestgebühr
+
+
+
+ Fees will be calculated
+ Gebühren werden berechnet
+
+
+
+ GasInfoModal
+
+
+ How do I calculate gas?
+
+
+
+
+ Gas is measured in gwei. Gwei is just a unit of Ether, and is equal to 0.000000001 ETH (or the equivalent platform coin such as AVAX or BNB). The gas price varies over time depending on network congestion.
+
+
+
+
+ The gas limit is how many units of gas (maximum) you allocate to pay for a transaction. The gas required depending on the size of the transaction & data being transmitted.
+
+
+
+
+ A standard transaction not involving contracts uses 21,000 gas units, with any of the limit remaining returned to the source address.
+
+
+
+
+ Transactions involving contracts may result in the whole limit being consumed, so be careful not to set it too high.
+
+
+
+
+ For more information, read the article at <a href="https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use">https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use</a>
+
+
+
+
+ General
+
+
+ %n day(s)
+
+ %n Tag
+ %n Tage
+
+
+
+
+ %nd
+ day
+
+
+
+
+
+
+
+ %nh
+ hours
+
+
+
+
+
+
+
+ %nm
+ minutes
+
+
+
+
+
+
+
+ %ns
+ seconds
+
+
+
+
+
+
+
+ %nms
+ milliseconds
+
+
+
+
+
+
+
+ -
+ -
+
+
+
+ <b>Taker tx fee:</b>
+ <b>Taker tx Gebühren:</b>
+
+
+
+ <b>Dex tx fee:</b>
+ <b>Dex tx Gebühren:</b>
+
+
+
+ <b>Dex fee:</b>
+ <b>Dex Gebühren:</b>
+
+
+
+ <b>Maker tx fee:</b>
+ <b>Maker tx Gebühren:</b>
+
+
+
+ %1 balance is zero
+
+
+
+
+ Activating %1 (%2%)
+
+
+
+
+ Loading wallet...
+
+
+
+
+ Min: %1
+ Minimum: %1
+
+
+
+ Enter an amount
+ Betrag eingeben
+
+
+
+ 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
+
+
+
+ Header
+
+
+ You get
+ Du erhältst
+
+
+
+ You send
+ Sie senden
+
+
+
+ Fiat Price
+ Fiat Preis
+
+
+
+ CEX rate
+ CEX-Kurs
+
+
+
+ Price
+ Preis
+
+
+
+ Quantity
+ Menge
+
+
+
+ Total
+ Gesamt
+
+
+
+ ImportWallet
+
+
+ Failed to Import the wallet
+ Fehler beim Importieren der Brieftasche
+
+
+
+ Import wallet - Setup
+ Brieftasche importieren - Einrichtung
+
+
+
+ Import wallet - Choose password
+ Brieftasche importieren - Kennwort wählen
+
+
+
+ Wallet Name
+ Name der Brieftasche
+
+
+
+ Enter seed
+ Geben Sie den Seed ein
+
+
+
+ Your seed is not BIP39 compliant.
+Try again or select 'Allow custom seed' to continue.
+ Ihr Seed ist nicht BIP39-konform. Versuchen Sie es erneut oder wählen Sie "benutzerdefinierten Seed erlauben" um fortzufahren
+
+
+
+
+ i understand
+ Ich verstehe
+
+
+
+
+ я согласен
+
+
+
+
+
+ je comprends
+
+
+
+
+
+ entiendo
+
+
+
+
+
+ anladım
+
+
+
+
+
+ ich verstehe
+
+
+
+
+ Ok
+ Ok
+
+
+
+ Allow custom seed
+ Benutzerdefinierten Seed zulassen
+
+
+
+ <strong>Allow custom seed</strong>
+ <strong>Benutzerdefinierten Seed zulassen</strong>
+
+
+
+ Custom seed phrases might be less secure and easier to crack than a generated BIP39 compliant seed phrase or private key (WIF).<br><br>To confirm you understand the risk and know what you are doing, type <strong>'I understand'</strong> in the box below.
+ Benutzerdefinierte Seed-Phrasen sind möglicherweise weniger sicher und leichter zu knacken als eine generierte BIP39-konforme Seed-Phrase oder ein privater Schlüssel (WIF).<br><br>Um zu bestätigen, dass Sie das Risiko verstehen und wissen, was Sie tun, geben Sie bitte <strong>'Ich verstehe'</strong> in das Feld unten ein.
+
+
+
+ I understand
+ Ich verstehe
+
+
+
+ Next
+ Weiter
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+ Geben Sie zur Bestätigung dasselbe Kennwort ein
+
+
+
+ Continue
+ Fortsetzen
+
+
+
+ LinksRow
+
+
+ Join our Discord server
+ Tritt unserem Discord-Server bei
+
+
+
+ Follow us on Twitter
+ Folge uns auf Twitter
+
+
+
+ Go to Support Guides
+ Zu den Support-Leitfäden
+
+
+
+ List
+
+
+ Funds are recoverable
+ Geldmittel sind erstattungsfähig
+
+
+
+ Best Orders
+ Die günstigsten Order
+
+
+
+ Enter volume to see best orders.
+
+
+
+
+ ListDelegate
+
+
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
+ %1 ist nicht aktiviert - Möchten Sie es aktivieren, um die günstigsten Order von %2 auswählen zu können? <br><a href='#'>Ja</a> - <a href='#no'>Nein</a>
+
+
+
+ %1 is not enabled - Please enable it through the coin activation menu
+
+
+
+
+ This order requires a minimum amount of %1 %2 <br>You don't have enough funds.<br> %3
+ Für diese Order ist ein Mindestbetrag von %1 %2 erforderlich. <br>Ihr Guthaben reicht nicht aus.<br> %3
+
+
+
+ LogModal
+
+
+ Close
+ Schließen
+
+
+
+ Logging
+
+
+ Loading, please wait
+ Lädt, bitte warten
+
+
+
+ Initializing MM2
+ MM2 initialisieren
+
+
+
+ Enabling assets
+ Assets ermöglichen
+
+
+
+ Getting ready
+ Fertig werden
+
+
+
+ Login
+
+
+ Incorrect Password
+ Falsches Kennwort
+
+
+
+ Log In
+ Anmelden
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ LogoutModal
+
+
+ Exit %1 or go to login menu?
+
+
+
+
+ Warning: You currently have a swap in progress.
+Logging out may result in a failed swap.
+
+
+
+
+ Warning: You currently have open maker orders.
+They will be removed from the orderbook until you log in again.
+
+
+
+
+ Login menu
+
+
+
+
+ Exit
+
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Main
+
+
+ Price
+ Preis
+
+
+
+ Change 24hr
+ 24h Veränderung
+
+
+
+ Contract Address
+ Vertragsadresse
+
+
+
+ Send
+ Senden
+
+
+
+ Enable %1 ?
+ %1 aktivieren?
+
+
+
+ Yes
+ Ja
+
+
+
+ No
+ Nein
+
+
+
+ Receive
+ Empfangen
+
+
+
+
+ Swap
+ Tausch
+
+
+
+ Portfolio
+ Portfolio
+
+
+
+ is wallet only
+ nur Brieftasche (kein DEX möglich)
+
+
+
+ Rewards
+ Belohnungen
+
+
+
+ Faucet
+ Faucet
+
+
+
+
+
+ Public Key
+ Öffentlicher Schlüssel
+
+
+
+ Copied to Clipboard
+ In die Zwischenablage kopiert
+
+
+
+ Loading market data
+ Laden von Marktdaten
+
+
+
+ There is no chart data for this ticker yet
+ Für diesen Ticker liegen noch keine Chartdaten vor
+
+
+
+ Fetching transactions...
+ Transaktionen werden abgerufen...
+
+
+
+ Please wait, %1 is %2
+
+
+
+
+ % activated...
+
+
+
+
+ No transactions available
+ Keine Transaktionen verfügbar
+
+
+
+ Click to view your address on %1 (%2) block explorer
+ Klicken Sie hier, um Ihre Adresse im %1 (%2) Block-Explorer anzuzeigen
+
+
+
+ Trading Information
+ Handelsinformationen
+
+
+
+ Chart
+ Chart
+
+
+
+
+ Orders
+ Order
+
+
+
+
+ History
+ Historie
+
+
+
+ Place Order
+ Order platzieren
+
+
+
+ Order Selected
+ Order ausgewählt
+
+
+
+ START SWAP
+ TAUSCH STARTEN
+
+
+
+
+ Address Book
+ Adressbuch
+
+
+
+ Search contact
+ Kontakt suchen
+
+
+
+ + NEW CONTACT
+ + Neuer Kontakt
+
+
+
+ Name
+ Name
+
+
+
+ Tags
+ Schlagworte
+
+
+
+ Edit
+ Bearbeiten
+
+
+
+ Delete
+ Löschen
+
+
+
+ address copied to clipboard
+ Adresse in die Zwischenablage kopiert
+
+
+
+ This contact does not have any registered address.
+ Dieser Kontakt hat keine registrierte Adresse.
+
+
+
+ MarketModeSelector
+
+
+ Sell %1
+ TICKER
+ %1 Verkaufen
+
+
+
+ Buy %1
+ TICKER
+ %1 Kaufen
+
+
+
+ MinTradeModal
+
+
+ Minimum Trading Amount
+ Mindesthandelsbetrag
+
+
+
+ the minimum amount of %1 coin available for the order; the min_volume must be greater than or equal to %2; it must be also less or equal than volume param; default is %3
+ die Mindestmenge von %1 Coin, die für die Bestellung verfügbar ist; das min_volume muss größer oder gleich %2 sein; es muss auch kleiner oder gleich als volume param sein; Standard ist %3
+
+
+
+ MultiOrder
+
+
+ %1 price is zero!
+ TICKER
+ %1 Preis ist null!
+
+
+
+ %1 receive volume is lower than minimum trade amount
+ TICKER
+ %1 Empfangsvolumen ist niedriger als der Mindesthandelsbetrag
+
+
+
+ Error:
+ Fehler:
+
+
+
+ You'll receive %1
+ AMOUNT TICKER
+ Sie erhalten %1
+
+
+
+ Price
+ Preis
+
+
+
+ NewContactPopup
+
+
+ Contact name
+ Kontaktname
+
+
+
+ This contact name already exists.
+ Dieser Kontaktname existiert bereits.
+
+
+
+ Save
+ Speichern
+
+
+
+ NewUpdateModal
+
+
+
+
+ Searching new updates
+ Suche nach neuen Updates
+
+
+
+ Fetching...
+ Abrufen…
+
+
+
+
+
+
+ Close
+ Schließen
+
+
+
+ Could not check new updates for the following reason:
+%1
+ Neue Updates konnten aus folgendem Grund nicht überprüft werden: %1
+
+
+
+ New version found
+ Neue Version gefunden
+
+
+
+ Mandatory version found
+ Zwingend notwendige Version gefunden
+
+
+
+ %1 %2 is available !
+ %1 %2 ist verfügbar !
+
+
+
+ This update is mandatory to continue using the application
+ Dieses Update ist zwingend erforderlich, um die Anwendung weiterhin verwenden zu können
+
+
+
+ Close Dex
+ Dex schließen
+
+
+
+ Your application is updated.
+ Ihre Anwendung ist auf dem neuesten Stand.
+
+
+
+ Download
+ Herunterladen
+
+
+
+ NewWallet
+
+
+ Wrong word, please check again
+ Falsches Wort, bitte überprüfen Sie es erneut
+
+
+
+ st
+ .
+
+
+
+ nd
+ .
+
+
+
+ rd
+ .
+
+
+
+ th
+ .
+
+
+
+ Failed to create a wallet
+ Anlegen einer Brieftasche ist fehlgeschlagen
+
+
+
+ New Wallet
+ Neue Brieftasche
+
+
+
+ Confirm Seed
+ Seed bestätigen
+
+
+
+ Choose Password
+ Wählen sie ein Kennwort
+
+
+
+ Important: Back up your seed phrase before proceeding!
+ Wichtig: Sichern Sie Ihre Seed-Phrase, bevor Sie fortfahren!
+
+
+
+ We recommend storing it offline.
+ Wir empfehlen, sie offline zu speichern.
+
+
+
+ Generated Seed
+ Generierter Seed
+
+
+
+ Seed phrase
+ Seed Phrase
+
+
+
+ copied to clipboard
+ In die Zwischenablage kopiert
+
+
+
+ Next
+ Weiter
+
+
+
+ Let's double check your seed phrase
+ Lassen Sie uns Ihre Seed-Phrase noch einmal überprüfen
+
+
+
+ Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
+ Ihre Seed-Phrase ist wichtig – deshalb stellen wir gerne sicher, dass sie korrekt ist. Wir stellen Ihnen drei verschiedene Fragen zu Ihrer Seed-Phrase, um sicherzustellen, dass Sie Ihre Wallet jederzeit problemlos wiederherstellen können.
+
+
+
+ Enter the
+ Geben Sie das
+
+
+
+ word
+ Wort ein
+
+
+
+ Check
+ Prüfen
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+ Geben Sie zur Bestätigung dasselbe Kennwort ein
+
+
+
+ Continue
+ Fortsetzen
+
+
+
+ NoConnection
+
+
+ No connection
+ Keine Verbindung
+
+
+
+ Please make sure you are connected to the internet
+ Bitte stellen Sie sicher, dass Sie mit dem Internet verbunden sind
+
+
+
+ Will automatically retry in %1 seconds
+ Wird in %1 Sekunde(n) automatisch erneut versucht
+
+
+
+ Retry
+ Wiederholen
+
+
+
+ NotificationsModal
+
+
+ Matching
+ Zusammenführung
+
+
+
+ Order Matching
+ Order wird abgeglichen
+
+
+
+ Matched
+ Abgestimmt
+
+
+
+ Order Matched
+ Order 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
+
+
+
+ Close
+ Schließen
+
+
+
+ %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
+
+
+
+ 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
+
+
+
+ OrderForm
+
+
+ Price
+ Preis
+
+
+
+ Reduce 1% relative to CEX market price.
+
+
+
+
+ Use CEX market price.
+
+
+
+
+ Increase 1% relative to CEX market price.
+
+
+
+
+ Send
+ Senden
+
+
+
+ Receive
+ Empfangen
+
+
+
+ Max
+ Max
+
+
+
+ Swap 25% of your tradable balance.
+
+
+
+
+ Swap 50% of your tradable balance.
+
+
+
+
+ Swap 100% of your tradable balance.
+
+
+
+
+ Min Volume
+
+
+
+
+ Min amount to sell
+
+
+
+
+ Min amount to receive
+
+
+
+
+ Minimum accepted trade equals 10% of order volume.
+
+
+
+
+ Minimum accepted trade equals 25% of order volume.
+
+
+
+
+ Minimum accepted trade equals 50% of order volume.
+
+
+
+
+ Min volume:
+ Mindestvolumen:
+
+
+
+ Use custom minimum trade amount
+ Benutzerdefinierten Mindesthandelsbetrag verwenden
+
+
+
+ OrderLine
+
+
+ Funds are recoverable
+ Geldmittel sind erstattungsfähig
+
+
+
+ OrderList
+
+
+ No results found
+ Keine Ergebnisse gefunden
+
+
+
+ OrderModal
+
+
+ Order Type
+ Orderart
+
+
+
+ Maker Order
+ Maker-Order
+
+
+
+ Taker Order
+ Taker-Order
+
+
+
+ Refund State
+ Rückerstattungsstatus
+
+
+
+ Your swap failed but the auto-refund process for your payment started already. Please wait and keep application opened until you receive your payment back
+ Ihr Umtausch ist fehlgeschlagen, aber der automatische Rückerstattungsprozess für Ihre Zahlung hat bereits begonnen. Bitte warten Sie und lassen Sie die Anwendung geöffnet, bis Sie Ihre Zahlung zurückerhalten
+
+
+
+ Date
+ Datum
+
+
+
+ Error ID
+ Fehler-ID
+
+
+
+
+ Error Log
+ Fehlerprotokoll
+
+
+
+ Close
+ Schließen
+
+
+
+ Cancel Order
+ Order Abbrechen
+
+
+
+
+ Swap ID
+ Swap ID
+
+
+
+ Maker Payment Sent Transaction ID
+ Maker-Zahlung gesendet: Transaktions-ID
+
+
+
+ Maker Payment Spent Transaction ID
+ Maker-Zahlung ausgegeben: Transaktions-ID
+
+
+
+ Maker Payment TXID
+ Maker-Zahlung: TXID
+
+
+
+ Taker Payment Spent Transaction ID
+ Taker-Zahlung ausgegeben: Transaktions-ID
+
+
+
+ Taker Payment Sent Transaction ID
+ Taker-Zahlung gesendet: Transaktions-ID
+
+
+
+ Taker Payment TXID
+ Taker-Zahlung: TXID
+
+
+
+ Recover Funds
+ Rückerstattung der Geldmittel
+
+
+
+ Refunding...
+ Rückzahlung…
+
+
+
+ View on Explorer
+ Ansicht im Explorer
+
+
+
+ OrderRemovedModal
+
+
+ Selected Order Removed
+ Ausgewählte Order entfernt
+
+
+
+ The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available.
+Please select a new order.
+ Die ausgewählte Order existiert nicht mehr! Sie wurde möglicherweise zugeordnet oder storniert und es ist keine Order mit einem besseren Preis verfügbar.
+Bitte wählen Sie eine neue Order aus.
+
+
+
+ OK
+ OK
+
+
+
+ OrdersPage
+
+
+
+ Filter
+ Filter
+
+
+
+ Date
+ Datum
+
+
+
+ Export CSV
+ CSV exportieren
+
+
+
+ Apply Filter
+ Filter anwenden
+
+
+
+ Cancel All
+ Alles stornieren
+
+
+
+ From
+ Von
+
+
+
+ To
+ Bis
+
+
+
+ Please choose the CSV export name and location
+ Bitte wählen Sie den CSV-Exportnamen und den Speicherort aus
+
+
+
+ Pagination
+
+
+ items per page
+ Elemente pro Seite
+
+
+
+ PasswordField
+
+
+ Password
+ Kennwort
+
+
+
+ Enter your wallet password
+ Geben Sie das Kennwort für ihre Brieftasche ein
+
+
+
+ At least 1 lowercase alphabetical character
+ Mindestens 1 Kleinbuchstabe
+
+
+
+ At least 1 uppercase alphabetical character
+ Mindestens 1 Großbuchstabe
+
+
+
+ At least 1 numeric character
+ Mindestens 1 Ziffer
+
+
+
+ At least 1 special character (eg. !@#$%)
+ Mindestens 1 Sonderzeichen (z. B. ! @ # $ %)
+
+
+
+ Between %1 and %2 character(s)
+
+
+
+
+ PasswordForm
+
+
+ Password
+ Kennwort
+
+
+
+ Confirm Password
+ Kennwort bestätigen
+
+
+
+ Enter the same password to confirm
+ Geben Sie zur Bestätigung dasselbe Kennwort ein
+
+
+
+ Portfolio
+
+
+ Search asset
+ Asset suchen
+
+
+
+ Show only coins with balance
+ Nur Coins mit Guthaben anzeigen
+
+
+
+ (%1/%2)
+ (%1/%2)
+
+
+
+ PriceLine
+
+
+ Set swap price for evaluation
+ Legen Sie den Tausch-Preis für die Bewertung fest
+
+
+
+ Exchange rate
+ Wechselkurs
+
+
+
+ Selected
+ Ausgewählt
+
+
+
+ Expensive
+ Teuer
+
+
+
+ Expedient
+ Sinnvoll
+
+
+
+ %1 compared to CEX
+ PRICE_DIFF%
+ %1 im Vergleich zu CEX
+
+
+
+ CEXchange rate
+ CEX-Wechselkurs
+
+
+
+ PriceLineSimplified
+
+
+ Exchange rate
+ Wechselkurs
+
+
+
+ Selected
+ Ausgewählt
+
+
+
+ CEXchange rate
+ CEX-Wechselkurs
+
+
+
+ Expensive
+ Teuer
+
+
+
+ Expedient
+ Sinnvoll
+
+
+
+ %1 compared to CEX
+ PRICE_DIFF%
+ %1 im Vergleich zu CEX
+
+
+
+ ProView
+
+
+ Failed to place the order
+ Die Order konnte nicht platziert werden
+
+
+
+ Placed the order
+ Order platziert
+
+
+
+ QObject
+
+
+ Cannot reach the endpoint:
+ Der Endpunkt kann nicht erreicht werden:
+
+
+
+ ReceiveModal
+
+
+ Receive %1
+ TICKER
+
+
+
+
+ Only send %1 to this address
+ TICKER
+
+
+
+
+ %1 address
+ TICKER
+
+
+
+
+ copied to clipboard.
+ In die Zwischenablage kopiert
+
+
+
+ Close
+ Schließen
+
+
+
+ RecoverSeedModal
+
+
+
+ View seed and private keys
+ Seed- und privaten Schlüsseln anzeigen
+
+
+
+ Please enter your password to view the seed.
+ Bitte geben Sie Ihr Kennwort ein, um den Seed anzuzeigen.
+
+
+
+ Seed
+ Seed
+
+
+
+ Backup Seed
+ Seed Sicherung
+
+
+
+ Public Address copied to clipboard
+ Öffentliche Adresse in die Zwischenablage kopiert
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Incorrect Password
+ Falsches Kennwort
+
+
+
+ View
+ Ansehen
+
+
+
+
+ copied to clipboard
+ In die Zwischenablage kopiert
+
+
+
+
+ RPC Password
+ RPC Kennwort
+
+
+
+ Search a coin.
+ Coin suchen.
+
+
+
+ Public Address
+ Öffentliche Adresse
+
+
+
+ Private Key copied to clipboard
+ Privater Schlüssel in die Zwischenablage kopiert
+
+
+
+ Private Key
+ Privater Schlüssel
+
+
+
+ RemoveContactPopup
+
+
+ Do you want to remove this contact ?
+ Möchten Sie diesen Kontakt entfernen?
+
+
+
+ Yes
+ Ja
+
+
+
+ No
+ Nein
+
+
+
+ RestartModal
+
+
+ Applying the changes...
+ Übernehmen der Änderungen...
+
+
+
+ Restarting the application. %1
+ Neustart der Anwendung. %1
+
+
+
+ Restarting the application...
+ Neustart der Anwendung...
+
+
+
+ RightClickMenu
+
+
+ Cut
+ Ausschneiden
+
+
+
+ Copy
+ Kopieren
+
+
+
+ Paste
+ Einfügen
+
+
+
+ SearchField
+
+
+ Search
+ Suchen
+
+
+
+ SendModal
+
+
+ Failed to send
+ Fehler beim Senden
+
+
+
+ Prepare to send
+ Versandvorbereitung von
+
+
+
+ Address of the recipient
+ Adresse des Empfängers
+
+
+
+ Amount to send
+ Zu sendender Betrag
+
+
+
+ Gas price
+ Gas Preis
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Recipient's address
+ Empfängeradresse
+
+
+
+ The address has to be mixed case.
+ Die Adresse muss Groß-/Kleinschreibung sein.
+
+
+
+ Failed to Broadcast
+
+
+
+
+ Fix
+ Korrigieren
+
+
+
+ MAX
+ MAX
+
+
+
+ Fiat amount: Unavailable
+ Fiat-Betrag: Nicht verfügbar
+
+
+
+ Fiat amount: %1
+ Fiat-Betrag: %1
+
+
+
+ %1 amount: %2
+ %1 Betrag: %2
+
+
+
+ Specify in Fiat
+ In Fiat angeben
+
+
+
+ Specify in Crypto
+ In Krypto angeben
+
+
+
+ Enter memo
+
+
+
+
+ Enable Custom Fees
+ Benutzerdefinierte Gebühren
+
+
+
+ Enter the custom fee
+ Geben Sie die benutzerdefinierte Gebühr ein
+
+
+
+ Gas Limit
+ Gas Limit
+
+
+
+ Custom Fee can't be higher than the amount
+ Die benutzerdefinierten Gebühren dürfen nicht höher sein als der Betrag
+
+
+
+ Not enough funds.
+ Nicht genug Geldmittel.
+
+
+
+
+ You have %1
+ AMT TICKER
+ Sie haben %1
+
+
+
+
+ Only use custom fees if you know what you are doing!
+
+
+
+
+ Prepare
+ Vorbereiten
+
+
+
+
+ Send
+ Senden
+
+
+
+ %1 address
+ TICKER
+
+
+
+
+ copied to clipboard.
+ In die Zwischenablage kopiert
+
+
+
+ Amount
+ Menge
+
+
+
+ Memo
+
+
+
+
+ Fees
+ Gebühren
+
+
+
+ Date
+ Datum
+
+
+
+ Back
+ Zurück
+
+
+
+ SendModalContactList
+
+
+ Select a contact with an %1 address
+ Wählen Sie einen Kontakt mit einer %1-Adresse aus
+
+
+
+ Search for contacts...
+ Kontakte suchen...
+
+
+
+ %1 addresses
+ %1 Adressen
+
+
+
+ 1 address
+ 1 Adresse
+
+
+
+
+ Back
+ Zurück
+
+
+
+ Choose an %1 address of %2
+ Wählen Sie eine %1-Adresse von %2
+
+
+
+ Name
+ Name
+
+
+
+ Address
+ Adresse
+
+
+
+ SendResult
+
+
+ Transaction Complete!
+ Transaktion abgeschlossen!
+
+
+
+ %1 txid
+ TICKER
+
+
+
+
+
+ copied to clipboard.
+ In die Zwischenablage kopiert
+
+
+
+ Recipient's address
+ Empfängeradresse
+
+
+
+ %1 address
+ TICKER
+
+
+
+
+ Amount
+ Menge
+
+
+
+ Memo
+
+
+
+
+ Fees
+ Gebühren
+
+
+
+ Date
+ Datum
+
+
+
+ Transaction Hash
+ Transaktions-Hash
+
+
+
+ Close
+ Schließen
+
+
+
+ View on Explorer
+ Ansicht im Explorer
+
+
+
+ SettingModal
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Settings
+ Einstellungen
+
+
+
+ General
+ Allgemein
+
+
+
+ Language
+ Sprache
+
+
+
+ User Interface
+ Benutzeroberfläche
+
+
+
+ Security
+ Sicherheit
+
+
+
+ Enable Desktop Notifications
+ Desktop-Benachrichtigungen aktivieren
+
+
+
+ Hide Poison Transactions in History
+
+
+
+
+ Maximum number of enabled coins
+ Maximale Anzahl aktivierter Coins
+
+
+
+ Logs
+ Protokolle
+
+
+
+ Open Folder
+ Ordner öffnen
+
+
+
+ ZHTLC sync date
+
+
+
+
+ Sync Date
+
+
+
+
+ Reset
+ Zurücksetzen
+
+
+
+ Current Font
+ Aktuelle Schriftart
+
+
+
+ Current font changed to %1.
+ Aktuelle Schriftart in %1 geändert.
+
+
+
+ Theme
+ Thema
+
+
+
+ Changing theme to %1
+ Design zu %1 geändert
+
+
+
+ Disable 2FA?
+ 2FA deaktivieren?
+
+
+
+ Enter your wallet password to confirm
+ Geben Sie zur Bestätigung das Kennwort ihrer Brieftasche ein
+
+
+
+ Type password
+ Kennwort eingeben
+
+
+
+ 2FA status
+ 2FA Status
+
+
+
+ 2FA disabled successfully
+ 2FA erfolgreich deaktiviert
+
+
+
+
+ Ok
+ Ok
+
+
+
+ Wrong password!
+ Falsches Kennwort!
+
+
+
+ Wallet password is incorrect
+ Kennwort der Brieftasche ist falsch
+
+
+
+ Application Version
+ Anwendungsversion
+
+
+
+ copied to clipboard
+ In die Zwischenablage kopiert
+
+
+
+ About & Version
+ Über & Version
+
+
+
+
+ Reset wallet configuration
+ Konfiguration der Brieftasche zurücksetzen
+
+
+
+ This will restart your wallet with default settings
+ Dadurch wird Ihre Brieftasche mit den Standardeinstellungen neu gestartet
+
+
+
+
+ Confirm
+ Bestätigen
+
+
+
+ Ask system's password before sending coins ? (2FA)
+ Vor dem Senden von Coins nach dem Kennwort des Systems fragen? (2FA)
+
+
+
+ View seed and private keys
+ Seed- und privaten Schlüsseln anzeigen
+
+
+
+
+ Show
+ Zeigen
+
+
+
+ Setup Camouflage Password
+ Tarnkennwort einrichten
+
+
+
+ Open
+ Öffnen
+
+
+
+ Disclaimer and ToS
+ Haftungsausschluss und Nutzungsbedingungen
+
+
+
+ Application version
+ Anwendungsversion
+
+
+
+ MM2 version
+ MM2 Version
+
+
+
+ MM2 Version
+ MM2 Version
+
+
+
+ MM2 Version copied to clipboard.
+ MM2 Version in die Zwischenablage kopiert.
+
+
+
+ Qt version
+ Qt Version
+
+
+
+ Qt Version
+ Qt Version
+
+
+
+ Qt Version copied to clipboard.
+ Qt Version in die Zwischenablage kopiert.
+
+
+
+ Search Update
+ Update suchen
+
+
+
+ Logout
+ Abmelden
+
+
+
+ Sidebar
+
+
+ Search
+ Suchen
+
+
+
+ SubBestOrder
+
+
+ Token
+ Token
+
+
+
+ Available Quantity
+ Verfügbare Menge
+
+
+
+ Available Quantity (in %1)
+ Verfügbare Menge (in %1)
+
+
+
+ Fiat Volume
+ Fiat Volumen
+
+
+
+ CEX Rate
+ CEX-Kurs
+
+
+
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
+ %1 ist nicht aktiviert - Möchten Sie es aktivieren, um die günstigsten Order von %2 auswählen zu können? <br><a href='#'>Ja</a> - <a href='#no'>Nein</a>
+
+
+
+ %1 is not enabled - Please enable it through the coin activation menu
+
+
+
+
+ SubCoinSelector
+
+
+ Token
+ Token
+
+
+
+ Balance
+ Balance
+
+
+
+ Balance Fiat
+ Fiat Balance
+
+
+
+ No Selectable coin.
+ Kein wählbarer Coin.
+
+
+
+ SubHistory
+
+
+ History
+ Historie
+
+
+
+ Filter
+ Filter
+
+
+
+ Date
+ Datum
+
+
+
+ Close filtering options.
+ Filteroptionen schließen.
+
+
+
+ Open filtering options.
+ Filteroptionen öffnen.
+
+
+
+ Filter settings
+ Filtereinstellungen
+
+
+
+ From
+ Von
+
+
+
+ To
+ Bis
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Apply filter
+ Filter anwenden
+
+
+
+ Export
+ Exportieren
+
+
+
+ Please choose the CSV export name and location
+ Bitte wählen Sie den CSV-Exportnamen und den Speicherort aus
+
+
+
+ No results found
+ Keine Ergebnisse gefunden
+
+
+
+ SubOrders
+
+
+
+ Orders
+ Order
+
+
+
+ Close filtering options.
+ Filteroptionen schließen.
+
+
+
+ Filter
+ Filter
+
+
+
+ Date
+ Datum
+
+
+
+ Open filtering options.
+ Filteroptionen öffnen.
+
+
+
+ Filter settings
+ Filtereinstellungen
+
+
+
+ From
+ Von
+
+
+
+ To
+ Bis
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+ Apply filter
+ Filter anwenden
+
+
+
+ No results found
+ Keine Ergebnisse gefunden
+
+
+
+ SupportModal
+
+
+ Frequently Asked Questions
+ Häufig gestellte Fragen
+
+
+
+ Do you store my private keys?
+ Speichern Sie meine privaten Schlüssel?
+
+
+
+ No! %1 is non-custodial. We never store any sensitive data, including your private keys, seed phrases, or PIN. This data is only stored on the user’s device and never leaves it. You are in full control of your assets.
+ Nein! %1 hat keine Vormundschaft. Wir speichern niemals sensible Daten, einschließlich Ihrer privaten Schlüssel, Seed-Phrasen oder PINs. Diese Daten werden nur auf dem Gerät des Benutzers gespeichert und verlassen es nie. Sie haben die volle Kontrolle über Ihr Vermögen.
+
+
+
+ How is trading on %1 different from trading on other DEXs?
+ Wie unterscheidet sich der Handel auf %1 vom Handel auf anderen DEXs?
+
+
+
+ Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
+
+%1 enables you to natively trade across two different blockchain networks without proxy tokens. You can also place multiple orders with the same funds. For example, you can sell 0.1 BTC for KMD, QTUM, or VRSC — the first order that fills automatically cancels all other orders.
+ Bei anderen DEXs können Sie im Allgemeinen nur Assets handeln, die auf einem einzigen Blockchain-Netzwerk basieren, Proxy-Token verwenden und nur eine einzige Order mit denselben Geldmitteln aufgeben.
+
+%1 ermöglicht Ihnen den nativen Handel über zwei verschiedene Blockchain-Netzwerke ohne Proxy-Token. Sie können auch mehrere Order mit demselben Guthaben aufgeben. Sie können beispielsweise 0,1 BTC für KMD, QTUM oder VRSC verkaufen – die erste Order, die automatisch ausgeführt wird, storniert alle anderen Orders.
+
+
+
+ How long does each atomic swap take?
+ Wie lange dauert ein Atomic Swap?
+
+
+
+ Several factors determine the processing time for each swap. The block time of the traded assets depends on each network (Bitcoin typically being the slowest) Additionally, the user can customize security preferences. For example, (you can ask %1 to consider a KMD transaction as final after just 3 confirmations which makes the swap time shorter compared to waiting for a <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarization</a>.
+ Mehrere Faktoren bestimmen die Bearbeitungszeit für einen Swap. Die Blockzeit der gehandelten Assets hängt vom jeweiligen Netzwerk ab (Bitcoin ist normalerweise das langsamste). Außerdem kann der Benutzer die Sicherheitseinstellungen anpassen. Zum Beispiel (können Sie %1 bitten, eine KMD-Transaktion nach nur 3 Bestätigungen als endgültig zu betrachten, wodurch die Tauschzeit kürzer wird als beim Warten auf eine <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">Beglaubigung </a>).
+
+
+
+ Do I need to be online for the duration of the swap?
+ Muss ich für die Dauer des Austauschs online sein?
+
+
+
+ Yes. You must remain connected to the internet and have your app running to successfully complete each atomic swap (very short breaks in connectivity are usually fine). Otherwise, there is risk of trade cancellation if you are a maker, and risk of loss of funds if you are a taker.
+
+The atomic swap protocol requires both participants to stay online and monitor the involved blockchains for the process to stay atomic.
+
+If you go offline, so will your orders, and any that are in progress will fail, leading to potential loss of trade / transaction fees, and a wait for the swap to timeout and issue a refund. It may also negatively affect your wallet's reputation score for future trade matching.
+
+When you come back online, your orders will begin to broadcast again at the price you set before you went offline. If there has been significant price movement in the meantime, you might unintentionally offer someone a bargain!
+
+For this reason, we recommend cancelling orders before closing %1, or reviewing and revising your prices when restarting %1.
+ Ja. Sie müssen mit dem Internet verbunden bleiben und die App ausführen, um jeden Atomic Swap erfolgreich abzuschließen (sehr kurze Verbindungsunterbrechungen sind normalerweise in Ordnung). Andernfalls besteht das Risiko einer Orderstornierung, wenn Sie ein Maker sind, und das Risiko eines Geldverlusts, wenn Sie ein Taker sind.
+
+Das Atomic-Swap-Protokoll erfordert, dass beide Teilnehmer online bleiben und die beteiligten Blockchains überwachen, damit der Prozess atomar bleibt.
+
+Wenn Sie offline gehen, werden Ihre offenen und laufenden Order fehlschlagen, was zu einem potenziellen Verlust von Handels-/Transaktionsgebühren und einem Warten auf das Timeout des Swaps und die Ausstellung einer Rückerstattung führen kann. Es kann sich auch negativ auf den Reputationswert Ihrer Brieftasche für zukünftige Handelsabgleiche auswirken.
+
+Wenn Sie wieder online gehen, werden Ihre Order wieder zu dem Preis übertragen, den Sie festgelegt haben, bevor Sie offline gegangen sind. Wenn es in der Zwischenzeit zu erheblichen Preisbewegungen gekommen ist, könnten Sie jemandem unbeabsichtigt ein Schnäppchen anbieten!
+
+Aus diesem Grund empfehlen wir, Order vor dem Schließen von %1 zu stornieren oder Ihre Preise zu überprüfen und zu überarbeiten, wenn Sie %1 neu starten.
+
+
+
+ How are the fees on %1 calculated?
+ Wie werden die Gebühren für %1 berechnet?
+
+
+
+ There are two fee categories to consider when trading on %1.
+
+1. %1 charges approximately 0.13% (1/777 of trading volume but not lower than 0.0001) as the trading fee for taker orders, and maker orders have zero fees.
+
+2. Both makers and takers will need to pay normal network fees to the involved blockchains when making atomic swap transactions.
+
+Network fees can vary greatly depending on your selected trading pair.
+ Beim Handel von %1 sind zwei Gebührenkategorien zu berücksichtigen.
+
+1. %1 berechnet ungefähr 0,13 % (1/777 des Handelsvolumens, aber nicht weniger als 0,0001) als Handelsgebühr für Taker-Orders, Maker-Orders haben keine Gebühren.
+
+2. Sowohl Maker als auch Taker müssen normale Netzwerkgebühren an die beteiligten Blockchains zahlen, wenn sie Atomic-Swap-Transaktionen durchführen.
+
+Die Netzwerkgebühren können je nach ausgewähltem Handelspaar stark variieren.
+
+
+
+ I see a transaction in my wallet that was marked as 'poison'. What does this mean?
+
+
+
+
+ Address poisoning is a relatively new tye of phishing attack, where a malicious actor aims to trick you into sending funds to an address that you did not intend to send funds to.
+
+This is often done by sending a zero value transaction to your wallet from an address which looks very similar to your actual address, with the exact same letters at the start and end. This transaction will then appear in your transaction history, with the scammer hoping you will mistake the fake address for your own and send funds to it.
+
+To protect you from this, %1 will mark any transaction that it detects as potentially being a poison transaction with a "poison" label. You should always be careful to confirm any address you send funds to is correct.
+
+There is a toggle in settings where you can turn on/off the display of these transactions.
+
+
+
+
+ Do you provide user support?
+ Bieten Sie Benutzerunterstützung an?
+
+
+
+ Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
+ Ja! %1 bietet Support über den <a href="%2">%1 Discord server</a>. Das Team und die Community helfen Euch gerne weiter!
+
+
+
+ Who is behind %1?
+ Wer steckt hinter %1?
+
+
+
+ %1 is developed by the Komodo team. Komodo is one of the most established blockchain projects working on innovative solutions like atomic swaps, Delayed Proof of Work, and an interoperable multi-chain architecture.
+ %1 wird vom Komodo-Team entwickelt. Komodo ist eines der etabliertesten Blockchain-Projekte, das an innovativen Lösungen wie Atomic Swaps, Delayed Proof of Work und einer interoperablen Multi-Chain-Architektur arbeitet.
+
+
+
+ Is it possible to develop my own white-label exchange on %1?
+ Ist es möglich, meine eigene White-Label-Börse auf %1 zu entwickeln?
+
+
+
+ Absolutely! You can read our developer documentation for more details or contact us with your partnership inquiries. Have a specific technical question? The %1 developer community is always ready to help!
+ Auf jeden Fall! Sie können unsere Entwicklerdokumentation für weitere Details lesen oder uns mit Ihren Partnerschaftsanfragen kontaktieren. Haben Sie eine spezielle technische Frage? Die %1-Entwicklercommunity ist immer bereit zu helfen!
+
+
+
+ Which devices can I use %1 on?
+ Auf welchen Geräten kann ich %1 verwenden?
+
+
+
+ %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
+ %1 ist auf Mobilgeräte für <a href="%2">Android und iPhone sowie auf dem Desktop für Windows, Mac und Linux</a> Betriebssystemen erhältlich.
+
+
+
+ Compliance Info
+ Compliance-Informationen
+
+
+
+ Due to regulatory and legal circumstances the citizens of certain jurisdictions including, but not limited to, the United States of America, Canada, Hong Kong, Israel, Singapore, Sudan, Austria, Iran and any other state, country or other jurisdiction that is embargoed by the United States of America or the European Union are not allowed to use this application.
+ Aufgrund regulatorischer und rechtlicher Umstände sind die Bürger bestimmter Gerichtsbarkeiten, einschließlich, aber nicht beschränkt auf, der Vereinigten Staaten von Amerika, Kanada, Hongkong, Israel, Singapur, Sudan, Österreich, Iran und alle anderen Staaten, Länder oder anderen Gerichtsbarkeiten, die mit einem Embargo von den Vereinigten Staaten von Amerika oder der Europäischen Union belegt sind, dürfen diese Anwendung nicht verwenden.
+
+
+
+ Changelog
+ Änderungsprotokoll
+
+
+
+ Open Logs Folder
+ Protokollordner öffnen
+
+
+
+ SwapProgress
+
+
+ act
+ SHORT FOR ACTUAL TIME
+ tatsächlich
+
+
+
+ est
+ SHORT FOR ESTIMATED
+ geschätzt
+
+
+
+ Progress details
+ Fortschrittsdetails
+
+
+
+ TextAreaWithTitle
+
+
+ Save
+ Speichern
+
+
+
+ Edit
+ Bearbeiten
+
+
+
+ TextEditWithCopy
+
+
+ copied to clipboard
+ In die Zwischenablage kopiert
+
+
+
+ TextEditWithTitle
+
+
+ copied to clipboard
+ In die Zwischenablage kopiert
+
+
+
+ TextFieldWithTitle
+
+
+ Required
+ Erforderlich
+
+
+
+ Toast
+
+
+ Click here to see the details
+ Klicken Sie hier, um die Details anzuzeigen
+
+
+
+ TotalView
+
+
+ Receive %1
+
+
+
+
+ Send %1
+
+
+
+
+ Trade
+
+
+ Swap
+ Tauschen
+
+
+
+ Instant trading with best orders
+ Sofortiger Handel mit den besten Order
+
+
+
+ Reset form
+ Formular zurücksetzen
+
+
+
+ You have no tradable assets
+ Keine handelbaren Assets vorhanden
+
+
+
+ From
+ Von
+
+
+
+ Entered amount must be higher than 0.
+
+
+
+
+ Select an order.
+
+
+
+
+ MAX
+ MAX
+
+
+
+ To
+ Nach
+
+
+
+ Pick an order
+ Order 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ählte Order zu aktualisieren.
+
+
+
+ %1
+ %1
+
+
+
+ Balance:
+
+
+
+
+ Pick a coin
+ Wählen Sie einen Coin
+
+
+
+ SWAP NOW
+ JETZT TAUSCHEN
+
+
+
+ Failed to place the order
+ Die Order konnte nicht platziert werden
+
+
+
+ Placed the order
+ Order platziert
+
+
+
+ No buy orders found for %1.
+ Keine Kauforder 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)
+
+
+
+ TradeViewHeader
+
+
+ Pro View Settings
+ Pro-Ansicht Einstellungen
+
+
+
+ Display Settings
+ Bildschirmeinstellungen
+
+
+
+ Ticker Selectors
+ Ticker Selektoren
+
+
+
+ Trading Information
+ Handelsinformationen
+
+
+
+ Order Book
+ Orderbuch
+
+
+
+ Best Orders
+ Beste Order
+
+
+
+ Place Order
+ Order platzieren
+
+
+
+ TradingViewChart
+
+
+ Loading market data
+ Laden von Marktdaten
+
+
+
+ There is no chart data for this ticker yet
+ Für diesen Ticker liegen noch keine Chartdaten vor
+
+
+
+ TransactionDetailsModal
+
+
+ Transaction Details
+ Transaktionsdetails
+
+
+
+ Amount
+ Menge
+
+
+
+ Fees
+ Gebühren
+
+
+
+ Date
+ Datum
+
+
+
+ Unconfirmed
+ Unbestätigt
+
+
+
+ Transaction Hash
+ Transaktions-Hash
+
+
+
+ Confirmations
+ Bestätigungen
+
+
+
+ Block Height
+ Blockhöhe
+
+
+
+ From
+ Von
+
+
+
+ This transaction has been identified as a potential address poisoning attack.
+
+
+
+
+ Please see the Support FAQ for more information.
+
+
+
+
+ %1 txid
+ TICKER
+
+
+
+
+ copied to clipboard.
+ In die Zwischenablage kopiert
+
+
+
+ From address
+ Von Adresse
+
+
+
+ To
+ Nach
+
+
+
+ To address
+ Nach Adresse
+
+
+
+ Notes
+ Anmerkungen
+
+
+
+ Close
+ Schließen
+
+
+
+ View on Explorer
+ Ansicht im Explorer
+
+
+
+ Transactions
+
+
+ Sent
+ Gesendet
+
+
+
+ Received
+ Erhalten
+
+
+
+ Poison
+
+
+
+
+ fees
+ Gebühren
+
+
+
+ Unconfirmed
+ Unbestätigt
+
+
+
+ UpdateInvalidChecksum
+
+
+ The downloaded update archive is corrupted !
+ Das heruntergeladene Update-Archiv ist beschädigt!
+
+
+
+ Vertical
+
+
+ Order Book
+ Orderbuch
+
+
+
+ WalletsView
+
+
+ Welcome
+ Herzlich Willkommen
+
+
+
+ New wallet
+ Neue Brieftasche
+
+
+
+ Import wallet
+ Brieftasche importieren
+
+
+
+ Search your wallets...
+ Brieftaschen durchsuchen ...
+
+
+
+ My Wallets
+ Meine Brieftaschen
+
+
+
+ No wallets found!
+ Keine Brieftaschen gefunden!
+
+
+
+
+ Delete
+ Löschen
+
+
+
+ Enter password to confirm deletion of
+ Geben Sie das Kennwort ein, um das Löschen zu bestätigen
+
+
+
+ wallet
+ Brieftasche
+
+
+
+ Type password
+ Kennwort eingeben
+
+
+
+ Cancel
+ Abbrechen
+
+
+
+
+ Wallet status
+ Status der Brieftasche
+
+
+
+ wallet deleted successfully
+ Brieftasche erfolgreich gelöscht
+
+
+
+
+ Ok
+ Ok
+
+
+
+ wallet password is incorrect
+ Kennwort der Brieftasche ist falsch
+
+
+
+ ZcashParamsModal
+
+
+ %1 Activation Failed!
+
+
+
+
+ To activate ZHTLC coins, you need to download the Zcash Params.
+This might take a few minutes...
+
+
+
+
+ Download params & enable coins
+
+
+
+
+ More Info
+
+
+
+
+ Close
+ Schließen
+
+
+
+ atomic_dex::settings_page
+
+
+ An error has occurred.
+
+
+
+
+ atomic_dex::wallet_page
+
+
+ You do not have enough funds.
+ Sie haben nicht genügend Kapital.
+
+
+
+ %1 is not activated: click on the button to enable it or enable it manually
+ %1 ist nicht aktiviert: Klicken Sie auf die Schaltfläche, um es zu aktivieren, oder aktivieren Sie es manuell
+
+
+
+ You need to have %1 to pay the gas for %2 transactions.
+ Sie benötigen %1, um das Benzin für %2 Transaktionen zu bezahlen.
+
+
+
+ Checksum verification failed for %1.
+ Überprüfung der Prüfsumme für %1 fehlgeschlagen.
+
+
+
+ Invalid checksum for %1. Click the button to convert to mixed case address.
+ Ungültige Prüfsumme für %1. Klicken Sie auf die Schaltfläche, um die Adresse in Groß-/Kleinschreibung umzuwandeln.
+
+
+
+ Legacy address used for %1. Click the button to convert to a Cashaddress.
+ Legacy-Adresse für %1 verwendet. Klicken Sie auf die Schaltfläche, um sie in eine Cashadresse umzuwandeln.
+
+
+
+ %1 address must be prefixed with 0x
+ %1 Adresse muss 0x vorangestellt werden
+
+
+
+ %1 address length is invalid, please use a valid address.
+ Länge der %1 Adresse ist ungültig, bitte verwenden Sie eine gültige Adresse.
+
+
+
+ %1 address is invalid.
+ %1 Adresse ist ungültig.
+
+
+
+ Invalid checksum.
+ Ungültige Prüfsumme.
+
+
+
+ %1 address has invalid prefixes.
+ %1 Adresse hat ungültige Vorsilben.
+
+
+
+ Backend error: %1
+ Backend Fehler: %1
+
+
+
+ main
+
+
+ Logout
+ Abmelden
+
+
+
+ Balance
+ Balance
+
+
+
diff --git a/atomic_defi_design/assets/languages/atomic_defi_en.ts b/atomic_defi_design/assets/languages/atomic_defi_en.ts
index 76e32b455c..4eddd44a35 100644
--- a/atomic_defi_design/assets/languages/atomic_defi_en.ts
+++ b/atomic_defi_design/assets/languages/atomic_defi_en.ts
@@ -2,730 +2,653 @@
- AddCustomCoinModal
+ AddAddressForm
-
- Get the contract address from
+
+ Use standard network address
-
- Choose the asset type
+
+ Label
+
+
+
+
+ This key already exists.
-
- Type
+
+ Address
-
+
+ Cancel
+ Cancel
+
+
+
+ Convert
+
+
+
+
+ Update
+
+
+
+
+ Save
+
+
+
+
+ You need to enable %1 before adding this kind of address.
+
+
+
+
+ Enable
+
+
+
+
+ AddCustomCoinModal
+
+
+ Get the contract address from
+
+
+
+
+ Choose the asset type
-
-
-
+
+ Cancel
+ Cancel
+
+
+
+
+ Next
-
-
+
+ Contract address
+
+
+
+ Enter the contract address
-
+ Choose the asset ticker
-
+ Ticker
-
+ Enter the ticker
-
- Contract Address
-
-
-
-
+ Get the contract address from
-
-
-
-
+
+
+
+ Previous
-
+ Choose the asset logo
-
+ Browse
-
+ Please choose the asset logo
-
+ Configuration
-
+ All configuration fields will be fetched using the contract address you provided.
-
+ Name
-
+ Enter the name
-
+ Coingecko ID
-
+ Enter the Coingecko ID
-
+ Get the Coingecko ID
-
+ Active
-
-
+
+ Preview
-
+ WARNING: Application will restart immidiately to apply the changes!
-
+ Asset not found, please go back and make sure Contract Address is correct
-
+ Config Fields
-
+ Fetched Data
-
+ Submit & Restart
- AddressBook
-
-
- Address Book
-
-
+ AddTagPopup
-
- Search a contact by name or tags
+
+ Tag name
-
- New Contact
+
+ Contact already has this tag.
-
- Name
+
+ + ADD
-
- Tags (first 6)
+
+ A contact can only have 5 tags.
+
+
+ AmountChart
-
- Actions
+
+ Work in progress
+
+
+ App
-
- Edit
+
+ Recover Funds Result
+
+
+ AssetFromStandardSelector
-
- Remove
+
+ Choose a valid
-
- Do you want to remove this contact ?
+
+ asset
-
- Yes
+
+ Search an asset
-
- No
+
+ Disabled
- AddressBookAddContactAddressModal
+ AssetPieChart
-
- Edit address entry
+
+ Assets
+
+
+ AssetsList
-
- Create a new address
+
+ Asset
-
- Selected wallet: %1
+
+ Balance
-
- NONE
+
+ Fiat Balance
-
- Enter a name
+
+ Change 24h
-
- This key already exists.
+
+ Price
-
- Enter the address
+
+ Source
-
- Validate
+
+ Activating:
-
- Cancel
+
+ Price provider is: %1
- AddressBookEditContactModal
-
-
- Edit contact
-
-
-
-
- Contact Name
-
-
+ Bottom
-
- Enter a contact name
-
-
-
-
- Address List
-
-
-
-
- Search for an address entry.
-
-
-
-
- Type
+
+ Add Crypto
-
- Key
+
+ Settings
-
- Address
+
+ Support
-
- Actions
+
+ Privacy
-
- New Address
+
+ Disable Privacy?
-
- Tags
+
+ Enter wallet password to confirm
-
- +
+
+ Type password
-
+ Confirm
-
-
+ Cancel
-
-
-
-
- The selected address belongs to a disabled coin, you need to enabled it before sending.
-
-
-
-
- Enable
-
+ Cancel
-
- Cannot send to this address
+
+ Privacy status
-
- Your balance is empty
+
+ Privacy mode disabled successfully
-
+
+ Ok
-
-
- AddressBookNewContactCategoryModal
-
-
- Add a new tag
-
-
-
-
- Enter the tag name
-
-
-
- This contact already has this tag
+
+ Wrong password!
-
- Add
-
-
-
-
- Cancel
+
+ wallet password is incorrect
- AddressBookNewContactModal
-
-
- Create a new contact
-
-
+ CamouflagePasswordModal
-
- Enter the contact name
+
+ Setup Camouflage Password
-
- This contact name already exists.
+
+ Camouflage Password is a secret password for emergency situations.
-
- Confirm
+
+ Using it to login will display your balance lower than it actually is.
-
- Cancel
+
+ Here you enter the suffix and at login you need to enter {real_password}{suffix}
-
-
- AddressBookSendWalletSelector
-
- Choose a valid
+
+ Password suffix
-
- coin
+
+ Confirm pasword suffix
-
-
- AddressBookWalletTypeListModal
-
- Select wallet type
+
+ Enter a password suffix
-
- Search
+
+ Enter the same password suffix to confirm
-
-
- AmountChart
-
- Work in progress
-
+
+ Cancel
+ Cancel
-
-
- AssetPieChart
-
- Assets
+
+ Save
- BestOrdersModal
-
-
- Best Orders
-
-
-
-
- Token
-
-
-
-
- Available Quantity
-
-
-
-
- Available Quantity (in %1)
-
-
+ CannotEnableCoinModal
-
- Fiat Volume
+
+ Failed to enable %1
-
- CEX Rate
+
+ Enabling %1 did not succeed. Limit of enabled coins might have been reached.
-
- %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
+
+ Change limit in settings
-
+ Cancel
-
-
-
-
- Refresh
-
-
-
-
- BuyBox
-
-
- Buy
-
+ Cancel
- CamouflagePasswordModal
-
-
- Setup Camouflage Password
-
-
-
-
- Camouflage Password is a secret password for emergency situations.
-
-
+ Center
-
- Using it to login will display your balance lower than it actually is.
+
+ Portfolio
-
- Here you enter the suffix and at login you need to enter {real_password}{suffix}
+
+ Wallet
-
- Enter a suffix
+
+ DEX
-
- Cancel
+
+ Address Book
-
- Save
+
+ Fiat
- CandleStickChart
+ CexInfoModal
-
- Loading market data
+
+ Market Data
-
- There is no chart data for this pair yet
+
+ Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.
- CannotEnableCoinModal
-
-
- Failed to enable %1
-
-
-
-
- Enabling %1 did not succeed. Limit of enabled coins might have been reached.
-
-
-
-
- Change limit in settings
-
-
+ Chart
-
- Cancel
+
+ Loading market data
-
-
- CexInfoModal
-
- Market Data
+
+ There is no chart data for this pair
-
- Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://bandprotocol.com/">Band Decentralized Oracle</a> and <a href="https://coingecko.com">CoinGecko</a>.<br><br><b>Oracle Supported Pairs:</b><br>%1<br><br><b>Last reference (Band Oracle):</b><br><a href="%2">%2</a>
+
+ There is no chart data for %1 (testcoin) pairs
- CexInfoTrigger
+ ClaimFaucetResultModal
-
- Price oracle powered by Band Protocol
+
+ CloseClaimRewardsModal
-
+ Failed to prepare to claim rewards
-
+ Claim your %1 reward?TICKER
-
+ No UTXOs eligible for claiming
-
+ Transaction fee is higher than the reward!
-
- You will receive %1
- AMT TICKER
+
+ You will receive
-
+ Refresh
-
+ Read more about KMD active users rewards
-
+ UTXO
-
+ Amount
-
+ Reward
-
+ Accruing Start
-
+ Accruing Stop
-
+ Time Left
-
+ Error
-
+ Locktime is not set
-
+ Locktime is less than the threshold
-
+ UTXO height is greater than end of the era
-
+ UTXO amount is less than 10
-
+ One hour did not pass yet
-
+ Transaction is in mempool
-
+ Unknown problem
-
+ Cancel
-
+ Cancel
-
+ Confirm
@@ -733,50 +656,55 @@
CoinMenu
-
+ Disable %1TICKER
-
+ Disable and Delete %1TICKER
-
+ Disable all %1 assets
-
+ Disable all assets
-
-
- CoinsListModal
-
- Select a ticker
+
+ Disable 0 balance assets
+
+
+ ComboBoxWithSearchBar
-
- Token name
+
+ SearchCombo_fiat
-
+
+ Language
+
+
+
+ Fiat
-
+ Recommended:
@@ -784,42 +712,42 @@
ConfirmMultiOrderTradeModal
-
+ Confirm Multi Order Details
-
+ These swaps requests can not be undone and this is the final event!
-
+ These transactions can take up to 60 mins - DO NOT close this application!
-
+ Same funds will be used until an order matches.
-
+ Note that if one order is filled other will not be cancelled.
-
+ Cancel
-
+ Cancel
-
+ Confirm
-
+ Placed multiple orders
@@ -827,74 +755,83 @@
ConfirmTradeModal
-
+ Confirm Exchange Details
-
+
+ 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!
-
- Total %1 fees: %2 (%3)
+
+ Loading fees...
-
- Security configuration
+
+ <b>Total %1 fees:</b>
-
- dPoW protected
+
+ Security configuration
-
+ %1 confirmations for incoming %2 transactions
-
-
+ Read more about dPoW
-
+ Use custom protection settings for incoming %1 transactionsTICKER
-
+ Enable Komodo dPoW security
-
+
+ dPoW protected
+
+
+
+ Required Confirmations
-
+ Warning, this atomic swap is not dPoW protected!
-
+ Cancel
-
+ Cancel
-
+ Confirm
@@ -902,7 +839,7 @@
CopyFieldButton
-
+ Copied to Clipboard
@@ -910,289 +847,299 @@
Dashboard
-
+ The current number of enabled coins does not match your configuration specification. Your assets configuration will be reset.
-
-
- Content for this section will be added later. Stay tuned!
-
-
-
-
+ Matching
-
+ Order Matching
-
+ Matched
-
+ Order Matched
-
+ Ongoing
-
+ Swap Ongoing
-
+ Successful
-
+ Swap Successful
-
+ Refunding
-
+ Failed
-
+ Swap Failed
-
+ Unknown
-
+ Unknown State
-
+ Started
-
+ Negotiated
-
+ Taker fee sent
-
+ Maker payment received
-
+ Maker payment wait confirm started
-
+ Maker payment validated and confirmed
-
+ Taker payment sent
-
+ Taker payment spent
-
+ Maker payment spent
-
+ Finished
-
+ Start failed
-
+ Negotiate failed
-
+ Taker fee validate failed
-
+ Maker payment transaction failed
-
+ Maker payment Data send failed
-
+ Maker payment wait confirm failed
-
+ Taker payment validate failed
-
+ Taker payment wait confirm failed
-
+ Taker payment spend failed
-
+ Maker payment wait refund started
-
+ Maker payment refunded
-
+ Maker payment refund failed
- DefaultRangeSlider
+ DatePicker
-
- Min
+
+ Date
+
+
+ DefaultCopyIcon
-
- Half
+
+ copied to clipboard
+
+
+
+
+ DefaultRangeSlider
+
+
+ Min
-
+ Max
- DefaultSweetComboBox
+ DefaultTextEdit
-
- Search
+
+ copied to clipboardDeleteWalletModal
-
+ Delete Wallet
-
+ Are you sure you want to delete %1 wallet?WALLET_NAME
-
+ If so, make sure you record your seed phrase in order to restore your wallet in the future.
-
+ Enter your wallet password
-
+ Wrong Password
-
+ Cancel
-
+ Cancel
-
+ Delete
+
+ DexAppPasswordField
+
+
+ Type password
+
+
+DexKeyChecker
-
+ At least 1 lowercase alphabetical character
-
+ At least 1 uppercase alphabetical character
-
+ At least 1 numeric character
-
+ At least 1 special character (eg. !@#$%)
-
-
- At least %n character(s)
-
-
-
-
+
+
+ Between %1 and %2 character(s)
+
-
+ Password and Confirm Password have to be same
@@ -1200,7 +1147,7 @@
DexPaginator
-
+ items per page
@@ -1208,17 +1155,17 @@
DexRangeSlider
-
+ Min
-
+ Half
-
+ Max
@@ -1226,236 +1173,241 @@
DexSweetComboBox
-
+ Search
- EnableCoinModal
+ EditContactModal
-
- Enable assets
+
+ Edit contact
-
- Add a custom asset to the list
+
+ Contact name
-
- Search
+
+ Enter a contact name
-
- Select all assets
+
+ Address list
-
- All assets are already enabled!
+
+ Address Book
-
- You can still enable %1 assets. Selected: %2.
+
+ address copied to clipboard
-
- Change assets limit
+
+ Edit
-
- Close
+
+ + Add Address
-
- Enable
+
+ Cancel Updates
+
+
+
+
+ Save Updates
+
+
+
+
+ Tags
+
+
+
+
+ Add tag
- EulaModal
+ EnableAssetModal
-
- Disclaimer & Terms of Service
+
+ The selected address belongs to a disabled asset, you need to enabled it before sending.
-
- Accept EULA
+
+ Enable
-
- Accept Terms and Conditions
+
+ Cancel
+ Cancel
+
+
+
+ EnableCoinModal
+
+
+ Enable assets
-
- Close
+
+ Search assets
-
- Cancel
+
+ Select all assets
-
- Confirm
+
+ All assets are already enabled!
-
- <h2>This End-User License Agreement ('EULA') is a legal agreement between you and Komodo Platform.</h2>
-
-<p>This EULA agreement governs your acquisition and use of our %1 software ('Software', 'Mobile Application', 'Application' or 'App') directly from Komodo Platform or indirectly through a Komodo Platform authorized entity, reseller or distributor (a 'Distributor').</p>
-<p>Please read this EULA agreement carefully before completing the installation process and using the %1 software. It provides a license to use the %1 software and contains warranty information and liability disclaimers.</p>
-<p>If you register for the beta program of the %1 software, this EULA agreement will also govern that trial. By clicking 'accept' or installing and/or using the %1 software, you are confirming your acceptance of the Software and agreeing to become bound by the terms of this EULA agreement.</p>
-<p>If you are entering into this EULA agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity and its affiliates to these terms and conditions. If you do not have such authority or if you do not agree with the terms and conditions of this EULA agreement, do not install or use the Software, and you must not accept this EULA agreement.</p>
-<p>This EULA agreement shall apply only to the Software supplied by Komodo Platform herewith regardless of whether other software is referred to or described herein. The terms also apply to any Komodo Platform updates, supplements, Internet-based services, and support services for the Software, unless other terms accompany those items on delivery. If so, those terms apply.</p>
-
-<h3>License Grant</h3>
-<p>Komodo Platform hereby grants you a personal, non-transferable, non-exclusive licence to use the %1 software on your devices in accordance with the terms of this EULA agreement.</p>
-
-<p>You are permitted to load the %1 software (for example a PC, laptop, mobile or tablet) under your control. You are responsible for ensuring your device meets the minimum security and resource requirements of the %1 software.</p>
-
-<p><b>You are not permitted to:</b></p>
-<ul>
-<li>Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things</li>
-<li>Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose</li>
-<li>Use the Software in any way which breaches any applicable local, national or international law</li>
-<li>Use the Software for any purpose that Komodo Platform considers is a breach of this EULA agreement</li>
-</ul>
-
-<h3>Intellectual Property and Ownership</h3>
-<p>Komodo Platform shall at all times retain ownership of the Software as originally downloaded by you and all subsequent downloads of the Software by you. The Software (and the copyright, and other intellectual property rights of whatever nature in the Software, including any modifications made thereto) are and shall remain the property of Komodo Platform.</p>
-
-<p>Komodo Platform reserves the right to grant licences to use the Software to third parties.</p>
-
-<h3>Termination</h3>
-<p>This EULA agreement is effective from the date you first use the Software and shall continue until terminated. You may terminate it at any time upon written notice to Komodo Platform.</p>
-<p>It will also terminate immediately if you fail to comply with any term of this EULA agreement. Upon such termination, the licenses granted by this EULA agreement will immediately terminate and you agree to stop all access and use of the Software. The provisions that by their nature continue and survive will survive any termination of this EULA agreement.</p>
-
-<h3>Governing Law</h3>
-<p>This EULA agreement, and any dispute arising out of or in connection with this EULA agreement, shall be governed by and construed in accordance with the laws of Vietnam.</p>
-
-<p><b>This document was last updated on January 31st, 2020</b></p>
+
+ You can still enable %1 assets. Selected: %2.
-
-
- FatalErrorModal
-
- Fatal Error
+
+ Change assets limit
-
- Connection has been lost. You have been disconnected.
+
+ Add a custom asset
-
- Close
+
+ Cancel
+ Cancel
+
+
+
+ Enable
- FeeInfo
+ EulaModal
-
- Minimum fee
+
+ Disclaimer & Terms of Service
-
- Fees will be calculated
+
+ Accept EULA
-
-
- FirstLaunch
-
-
- Type password
+
+ Accept Terms and Conditions
-
- connect
+
+ Close
-
- Welcome
+
+ Cancel
+ Cancel
+
+
+
+ Confirm
+
+
+ FatalErrorModal
-
- New Wallet
+
+ Fatal Error
-
- Recover Wallet
+
+ Connection has been lost. You have been disconnected.
-
- My Wallets
+
+ Close
+
+
+ FeeInfo
-
-
- Delete
+
+ Minimum fee
-
- Enter password to confirm deletion of
+
+ Fees will be calculated
+
+
+
+
+ GasInfoModal
+
+
+ How do I calculate gas?
-
- wallet
+
+ Gas is measured in gwei. Gwei is just a unit of Ether, and is equal to 0.000000001 ETH (or the equivalent platform coin such as AVAX or BNB). The gas price varies over time depending on network congestion.
-
- Cancel
+
+ The gas limit is how many units of gas (maximum) you allocate to pay for a transaction. The gas required depending on the size of the transaction & data being transmitted.
-
-
- Wallet status
+
+ A standard transaction not involving contracts uses 21,000 gas units, with any of the limit remaining returned to the source address.
-
- wallet deleted successfully
+
+ Transactions involving contracts may result in the whole limit being consumed, so be careful not to set it too high.
-
- wallet password entered is incorrect
+
+ For more information, read the article at <a href="https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use">https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use</a>General
-
+ %n day(s)
@@ -1463,7 +1415,7 @@
-
+ %ndday
@@ -1472,7 +1424,7 @@
-
+ %nhhours
@@ -1481,7 +1433,7 @@
-
+ %nmminutes
@@ -1490,7 +1442,7 @@
-
+ %nsseconds
@@ -1499,7 +1451,7 @@
-
+ %nmsmilliseconds
@@ -1508,66 +1460,117 @@
-
+ -
-
+
+ <b>Taker tx fee:</b>
+
+
+
+
+ <b>Dex tx fee:</b>
+
+
+
+
+ <b>Dex fee:</b>
+
+
+
+
+ <b>Maker tx fee:</b>
+
+
+
+
+ %1 balance is zero
+
+
+
+
+ Activating %1 (%2%)
+
+
+
+
+ Loading wallet...
+
+
+
+
+ Min: %1
+
+
+
+
+ Enter an amount
+
+
+
+ Trading Fee
-
+ Minimum Trading Amount
-
+ Wallet %1 already existsWALLETNAME
-
+ %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
@@ -1575,94 +1578,170 @@
Header
-
+ You get
-
+ You send
-
+ Fiat Price
-
+ CEX rate
-
+ Price
-
+ Quantity
-
+ Total
- History
+ ImportWallet
-
- Recent Swaps
+
+ Failed to Import the wallet
-
-
- InitialLoading
-
- Loading, please wait
+
+ Import wallet - Setup
-
- Initializing MM2
+
+ Import wallet - Choose password
-
- Enabling assets
+
+ Wallet Name
-
- Getting ready
+
+ Enter seed
-
-
- Languages
-
- Language
+
+ Your seed is not BIP39 compliant.
+Try again or select 'Allow custom seed' to continue.
+
+
+
+
+
+ i understand
+
+
+
+
+
+ я согласен
+
+
+
+
+
+ je comprends
+
+
+
+
+
+ entiendo
+
+
+
+
+
+ anladım
+
+
+
+
+
+ ich verstehe
+
+
+
+
+ Ok
+
+
+
+
+ Allow custom seed
+
+
+
+
+ <strong>Allow custom seed</strong>
+
+
+
+
+ Custom seed phrases might be less secure and easier to crack than a generated BIP39 compliant seed phrase or private key (WIF).<br><br>To confirm you understand the risk and know what you are doing, type <strong>'I understand'</strong> in the box below.
+
+
+
+
+ I understand
+
+
+
+
+ Next
+
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+
+
+
+
+ ContinueLinksRow
-
+ Join our Discord server
-
+ Follow us on Twitter
-
+ Go to Support Guides
@@ -1670,193 +1749,346 @@
List
-
+ Funds are recoverable
+
+
+ Best Orders
+
+
+
+
+ Enter volume to see best orders.
+
+ ListDelegate
-
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
-
- This order require a minimum amount of %1 %2 <br>You don't have enough funds.<br> Your max balance after fees is: (%3)
+
+ %1 is not enabled - Please enable it through the coin activation menu
+
+
+
+
+ This order requires a minimum amount of %1 %2 <br>You don't have enough funds.<br> %3LogModal
-
+ Close
- Login
+ Logging
-
- Incorrect Password
+
+ Loading, please wait
-
- Type password
+
+ Initializing MM2
-
- Connect
+
+ Enabling assets
-
- Back
+
+ Getting ready
+
+
+
+
+ Login
+
+
+ Incorrect Password
-
-
- Login
+
+ Log In
+
+
+ Cancel
+ Cancel
+
- Main
+ LogoutModal
+
+
+ Exit %1 or go to login menu?
+
+
+
+
+ Warning: You currently have a swap in progress.
+Logging out may result in a failed swap.
+
+
+
+
+ Warning: You currently have open maker orders.
+They will be removed from the orderbook until you log in again.
+
+
+
+
+ Login menu
+
+
-
- Wallet Balance
+
+ Exit
-
+
+ Cancel
+ Cancel
+
+
+
+ Main
+
+ Price
-
- Change 24h
+
+ Change 24hr
-
- Portfolio %
+
+ Contract Address
-
+ Send
-
+ Enable %1 ?
-
+ Yes
-
+ Yes
-
+ No
-
+ Receive
-
+
+ Swap
-
- Claim Rewards
+
+ Portfolio
-
+
+ is wallet only
+
+
+
+
+ Rewards
+
+
+
+ Faucet
-
+
+
+
+ Public Key
+
+
+
+
+ Copied to Clipboard
+
+
+
+ Loading market data
-
+ There is no chart data for this ticker yet
-
- Loading
+
+ Fetching transactions...
-
- Scanning blocks for TX History...
+
+ Please wait, %1 is %2
-
- Syncing TX History...
+
+ % activated...
-
- Refreshing
+
+ No transactions available
-
- No transactions
+
+ Click to view your address on %1 (%2) block explorer
-
- Fetching transactions
+
+ Trading Information
-
- Trade
+
+ Chart
-
+
+ Orders
-
+
+ History
-
- Recover Funds Result
+
+ Place Order
+
+
+
+
+ Order Selected
+
+
+
+
+ START SWAP
+
+
+
+
+
+ Address Book
+
+
+
+
+ Search contact
+
+
+
+
+ + NEW CONTACT
+
+
+
+
+ Name
+
+
+
+
+ Tags
+
+
+
+
+ Edit
+
+
+
+
+ Delete
+
+
+
+
+ address copied to clipboard
+
+
+
+
+ This contact does not have any registered address.
+
+
+
+
+ MarketModeSelector
+
+
+ Sell %1
+ TICKER
+
+
+
+
+ Buy %1
+ TICKERMinTradeModal
-
+ Minimum Trading Amount
-
+ the minimum amount of %1 coin available for the order; the min_volume must be greater than or equal to %2; it must be also less or equal than volume param; default is %3
@@ -1864,212 +2096,253 @@
MultiOrder
-
+ %1 price is zero!TICKER
-
+ %1 receive volume is lower than minimum trade amountTICKER
-
+ Error:
-
+ You'll receive %1AMOUNT TICKER
-
+ Price
- NewUpdateModal
+ NewContactPopup
-
- Searching new updates...
+
+ Contact name
-
- Please wait while the application is finding a new update... You can close this modal if you want.
+
+ This contact name already exists.
-
- Already updated
+
+ Save
+
+
+ NewUpdateModal
-
- %1 is already up-to-date !
+
+
+
+ Searching new updates
-
- New update detected !
+
+ Fetching...
-
- Do you want to update %1 from %2 to %3 ?
+
+
+
+
+ Close
-
- Download
+
+ Could not check new updates for the following reason:
+%1
-
- Remind me later
+
+ New version found
-
- Download in progress...
+
+ Mandatory version found
-
- Update downloaded
+
+ %1 %2 is available !
-
- Update has been successfully downloaded. Do you want to restart the application now ?
+
+ This update is mandatory to continue using the application
-
- Restart now
+
+ Close Dex
-
- Restart later
+
+ Your application is updated.
+
+
+
+
+ Download
- NewUser
+ NewWallet
-
+ Wrong word, please check again
-
- Failed to create a wallet
+
+ st
-
- New Wallet
+
+ nd
-
- Choose Password
+
+ rd
-
- Generated Seed
+
+ th
-
- Check
+
+ Failed to create a wallet
-
- Type password
+
+ New Wallet
-
- Confirm password
+
+ Confirm Seed
-
+
+ Choose Password
+
+
+
+ Important: Back up your seed phrase before proceeding!
-
+ We recommend storing it offline.
-
- Confirm Seed
+
+ Generated Seed
-
- Continue
+
+ Seed phrase
-
- Let's double check your seed phrase
+
+ copied to clipboard
-
- Copied to Clipboard
+
+ Next
-
- Next
+
+ Let's double check your seed phrase
-
+ Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
-
-
- Enter the %n. word
-
-
-
-
+
+
+ Enter the
+
+
+
+
+ word
+
+
+
+
+ Check
+
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+
+
+
+
+ Continue
+ NoConnection
-
+ No connection
-
+ Please make sure you are connected to the internet
-
+ Will automatically retry in %1 seconds
-
+ Retry
@@ -2077,163 +2350,250 @@
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
-
- Please check your internet connection (e.g. VPN service or firewall might block it).
+
+ Close
-
- Failed to enable %1
+
+ %1 Enable statusTICKER
-
- Endpoint not reachable
+
+ Please check your internet connection (e.g. VPN service or firewall might block it).
-
- Could not reach to endpoint
+
+ Failed to enable %1
+ TICKER
-
- Mismatch at %1 custom asset configuration
+
+
+ Failed to disable %1TICKER
-
- Application needs to be restarted for %1 custom asset.
- TICKER
+
+
+ Endpoint not reachable
-
- Batch %1 failed. Reason: %2
+
+ Could not reach to endpoint
-
+ Show
-
+ Restart
-
+ Quit
-
- There isn't any notification
+
+ Notifications
+
+
+
+
+ There aren't any notifications
+
+
+
+
+ Mark all as read
- OrderContent
+ OrderForm
-
- ID
+
+ Price
-
- Maker Order
+
+ Reduce 1% relative to CEX market price.
-
- Taker Order
+
+ Use CEX market price.
-
- Cancel
+
+ Increase 1% relative to CEX market price.
-
-
- OrderForm
-
- Price
+
+ Send
+
+
+
+
+ Receive
+
+
+
+
+ Max
+
+
+
+
+ Swap 25% of your tradable balance.
-
- Cancel selected order to change price
+
+ Swap 50% of your tradable balance.
-
- Volume
+
+ Swap 100% of your tradable balance.
-
- Amount to sell
+
+ Min Volume
-
- Amount to receive
+
+ Min amount to sell
-
- Minimum volume: %1
+
+ Min amount to receive
-
- Volume: %1
+
+ Minimum accepted trade equals 10% of order volume.
-
- How it works ?
+
+ Minimum accepted trade equals 25% of order volume.
-
- How to use the pro-view slider ?
+
+ Minimum accepted trade equals 50% of order volume.
-
- This slider is used to setup the order requirements you need.
-Left slider: Sets the minimum amount required to process a trade.
-Right slider: Sets the volume you want to trade.
+
+ Min volume:
-
+ Use custom minimum trade amount
@@ -2241,100 +2601,120 @@ Right slider: Sets the volume you want to trade.
OrderLine
-
+ Funds are recoverable
- OrderModal
+ OrderList
-
- Swap Details
+
+ No results found
+
+
+ OrderModal
-
- Order Details
+
+ Order Type
-
+ Maker Order
-
- Taker Order
+
+ Taker Order
+
+
+
+
+ Refund State
+
+
+
+
+ Your swap failed but the auto-refund process for your payment started already. Please wait and keep application opened until you receive your payment back
+
+
+
+
+ Date
-
- Refund State
+
+ Error ID
-
- Your swap failed but the auto-refund process for your payment started already. Please wait and keep application opened until you receive your payment back
+
+
+ Error Log
-
- Date
+
+ Close
-
- ID
+
+ Cancel Order
-
- Maker Payment Sent ID
+
+
+ Swap ID
-
- Maker Payment Spent ID
+
+ Maker Payment Sent Transaction ID
-
- Taker Payment Spent ID
+
+ Maker Payment Spent Transaction ID
-
- Taker Payment Sent ID
+
+ Maker Payment TXID
-
- Error ID
+
+ Taker Payment Spent Transaction ID
-
- Error Log
+
+ Taker Payment Sent Transaction ID
-
- Close
+
+ Taker Payment TXID
-
- Cancel Order
+
+ Recover Funds
-
- Recover Funds
+
+ Refunding...
-
+ View on Explorer
@@ -2342,77 +2722,70 @@ Right slider: Sets the volume you want to trade.
OrderRemovedModal
-
+ Selected Order Removed
-
- The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available. Please select a new order.
+
+ The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available.
+Please select a new order.
-
+ OK
-
- Orders
-
-
- Orders
-
-
-OrdersPage
-
-
+
+ Filter
-
+ Date
-
+ Export CSV
-
+ Apply Filter
-
- From
+
+ Cancel All
-
- To
+
+ From
-
- Please choose the CSV export name and location
+
+ To
-
- Recover Funds Result
+
+ Please choose the CSV export name and locationPagination
-
+ items per page
@@ -2420,58 +2793,55 @@ Right slider: Sets the volume you want to trade.
PasswordField
-
+ Password
-
+ Enter your wallet password
-
+ At least 1 lowercase alphabetical character
-
+ At least 1 uppercase alphabetical character
-
+ At least 1 numeric character
-
+ At least 1 special character (eg. !@#$%)
-
-
- At least %n character(s)
-
-
-
-
-
-
- Password and Confirm Password have to be same
+
+ Between %1 and %2 character(s)PasswordForm
-
+
+ Password
+
+
+
+ Confirm Password
-
+ Enter the same password to confirm
@@ -2479,293 +2849,254 @@ Right slider: Sets the volume you want to trade.
Portfolio
-
- Show only coins with balance
-
-
-
-
- (%1/%2)
-
-
-
-
- Search
+
+ Search asset
-
- Portfolio
+
+ Show only coins with balance
-
- Add asset
+
+ (%1/%2)PriceLine
-
+ Set swap price for evaluation
-
+ Exchange rate
-
+ Selected
-
+ Expensive
-
+ Expedient
-
+ %1 compared to CEXPRICE_DIFF%
-
+ CEXchange rate
- ProView
-
-
- Failed to place the order
-
-
-
-
- Placed the order
-
-
-
-
- Chart
-
-
-
-
- Trading Information
-
-
-
-
- Exchange Rates
-
-
+ PriceLineSimplified
-
- Orders
+
+ Exchange rate
-
- History
+
+ Selected
-
- Order Book
+
+ CEXchange rate
-
- Best Orders
+
+ Expensive
-
- Place Order
+
+ Expedient
-
- Buy
+
+ %1 compared to CEX
+ PRICE_DIFF%
+
+
+ ProView
-
- Sell
+
+ Failed to place the order
-
- Order Selected
+
+ Placed the order
+
+
+ QObject
-
- Start Swap
+
+ Cannot reach the endpoint: ReceiveModal
-
- Receive
+
+ Receive %1
+ TICKER
-
+ Only send %1 to this addressTICKER
-
- Close
-
-
-
-
- RecoverSeed
-
-
- Failed to recover the seed
-
-
-
-
- Recover wallet - Setup
-
-
-
-
- Recover wallet - Choose password
+
+ %1 address
+ TICKER
-
- Wallet Name
+
+ copied to clipboard.
-
- Enter seed
+
+ Close
+
+
+ RecoverSeedModal
-
- BIP39 seed validation failed, try again or select 'Allow custom seed'
+
+
+ View seed and private keys
-
- Next
+
+ Please enter your password to view the seed.
-
- Type password
+
+ Seed
-
- Cofirm password
+
+ Backup Seed
-
- Continue
+
+ Public Address copied to clipboard
-
- Allow custom seed
-
+
+ Cancel
+ Cancel
-
-
- RecoverSeedModal
-
-
- View seed and private keys
+
+ Incorrect Password
-
- Please enter your password to view the seed.
+
+ View
-
- Wrong Password
+
+
+ copied to clipboard
-
- Cancel
+
+
+ RPC Password
-
- View
+
+ Search a coin.
-
- Backup seed
+
+ Public Address
-
- RPC Password
+
+ Private Key copied to clipboard
-
- Search a coin.
+
+ Private Key
+
+
+ RemoveContactPopup
-
- Public Address
+
+ Do you want to remove this contact ?
-
- Private Key
-
+
+ Yes
+ Yes
-
- Close
+
+ NoRestartModal
-
+ Applying the changes...
-
+ Restarting the application. %1
-
+ Restarting the application...
@@ -2773,176 +3104,198 @@ Right slider: Sets the volume you want to trade.
RightClickMenu
-
+ Cut
-
+ Copy
-
+ Paste
- SellBox
+ SearchField
-
- Sell
+
+ SearchSendModal
-
+ Failed to send
-
- Failed to Send
+
+ Prepare to send
-
- Prepare to send
+
+ Address of the recipient
-
-
- Recipient's address
+
+ Amount to send
-
- Enter address of the recipient
+
+ Gas price
-
- Address Book
+
+ Cancel
+ Cancel
+
+
+
+ Recipient's address
-
+ The address has to be mixed case.
-
- Fix
+
+ Failed to Broadcast
-
- Amount to send
+
+ Fix
-
- Enter the amount to send
+
+ MAX
-
- MAX
+
+ Fiat amount: Unavailable
-
- Enable Custom Fees
+
+ Fiat amount: %1
-
- Only use custom fees if you know what you are doing!
+
+ %1 amount: %2
-
- Custom Fee
+
+ Specify in Fiat
-
- Enter the custom fee
+
+ Specify in Crypto
-
- Gas Limit
+
+ Enter memo
-
- Enter the gas limit
+
+ Enable Custom Fees
-
- Gas Price
+
+ Enter the custom fee
-
- Enter the gas price
+
+ Gas Limit
-
+ Custom Fee can't be higher than the amount
-
+ Not enough funds.
-
+
+ You have %1AMT TICKER
-
- Close
+
+
+ Only use custom fees if you know what you are doing!
-
+ Prepare
-
-
+
+ Send
-
+
+ %1 address
+ TICKER
+
+
+
+
+ copied to clipboard.
+
+
+
+ Amount
-
+
+ Memo
+
+
+
+ Fees
-
+ Date
-
+ Back
@@ -2950,43 +3303,43 @@ Right slider: Sets the volume you want to trade.
SendModalContactList
-
+ Select a contact with an %1 address
-
+ Search for contacts...
-
+ %1 addresses
-
+ 1 address
-
-
+
+ Back
-
+ Choose an %1 address of %2
-
+ Name
-
+ Address
@@ -2994,42 +3347,65 @@ Right slider: Sets the volume you want to trade.
SendResult
-
+ Transaction Complete!
-
+
+ %1 txid
+ TICKER
+
+
+
+
+
+ copied to clipboard.
+
+
+
+ Recipient's address
-
+
+ %1 address
+ TICKER
+
+
+
+ Amount
-
+
+ Memo
+
+
+
+ Fees
-
+ Date
-
+ Transaction Hash
-
+ Close
-
+ View on Explorer
@@ -3037,353 +3413,311 @@ Right slider: Sets the volume you want to trade.
SettingModal
-
- Confirm Logout
-
+
+
+ Cancel
+ Cancel
-
- Are you sure you want to log out?
+
+ Settings
-
+ General
-
-
+ Language
-
+ User Interface
-
+ Security
-
- About
-
-
-
-
- Version
-
-
-
-
+ Enable Desktop Notifications
-
+ Maximum number of enabled coins
-
+ Logs
-
+ Open Folder
-
- Reset assets configuration
-
-
-
-
+ Reset
-
+ Current Font
-
- Theme
-
-
-
-
-
-
-
-
-
- Apply Changes
+
+ Current font changed to %1.
-
- Ask system's password before sending coins ? (2FA)
+
+ Theme
-
- View seed and private keys
+
+ Changing theme to %1
-
-
- Show
+
+ Application Version
-
- Setup Camouflage Password
+
+ copied to clipboard
-
- Open
+
+ About & Version
-
- Delete Wallet
+
+ Hide Poison Transactions in History
-
- Disclaimer and ToS
+
+ ZHTLC sync date
-
- Application version
+
+ Sync Date
-
- MM2 version
+
+
+ Reset wallet configuration
-
- Qt version
+
+ This will restart your wallet with default settings
-
- Search Update
+
+
+ Confirm
-
- Logout
+
+ Ask system's password before sending coins ? (2FA)
-
-
- Settings
-
- Fiat
+
+ Disable 2FA?
-
- Recommended:
+
+ Enter your wallet password to confirm
-
- Enable Desktop Notifications
+
+ Type password
-
- Use QtTextRendering Or NativeTextRendering
+
+ 2FA status
-
- Open Logs Folder
+
+ 2FA disabled successfully
-
- View seed and private keys
+
+
+ Ok
-
- Disclaimer and ToS
+
+ Wrong password!
-
- Setup Camouflage Password
+
+ Wallet password is incorrect
-
- Reset assets configuration
+
+ View seed and private keys
-
- Delete Wallet
+
+
+ Show
-
- Log out
+
+ Setup Camouflage Password
-
- mm2 version
+
+ Open
-
-
- SidebarBottom
-
- Settings
+
+ Disclaimer and ToS
-
- Support
+
+ Application version
-
- Privacy
+
+ MM2 version
-
-
- SidebarCenter
-
-
- Dashboard
+
+ MM2 Version
-
-
- Wallet
+
+ MM2 Version copied to clipboard.
-
-
- DEX
+
+ Qt version
-
- DEX features are not allowed in %1
- COUNTRY
+
+ Qt Version
-
-
- Address Book
+
+ Qt Version copied to clipboard.
-
-
- Fiat
+
+ Search Update
-
- Coming soon !
+
+ Logout
- SmartChartView
-
-
- Loading market data
-
-
+ Sidebar
-
- There is no chart data for this ticker yet
+
+ SearchSubBestOrder
-
+ Token
-
+ Available Quantity
-
+ Available Quantity (in %1)
-
+ Fiat Volume
-
+ CEX Rate
-
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
-
- No best order.
+
+ %1 is not enabled - Please enable it through the coin activation menuSubCoinSelector
-
+ Token
-
+ Balance
-
+ Balance Fiat
-
+ No Selectable coin.
@@ -3391,577 +3725,627 @@ Right slider: Sets the volume you want to trade.
SubHistory
-
+ History
-
+ Filter
-
+ Date
-
+ Close filtering options.
-
- Open filering options.
+
+ Open filtering options.
-
+ Filter settings
-
- Base Ticker
-
-
-
-
- Rel Ticker
-
-
-
-
+ From
-
+ To
-
+ Cancel
-
+ Cancel
-
+ Apply filter
-
+ Export
-
+ Please choose the CSV export name and location
+
+
+ No results found
+
+ SubOrders
-
-
+
+ Orders
-
+ Close filtering options.
-
+ Filter
-
+ Date
-
- Open filering options.
+
+ Open filtering options.
-
+ Filter settings
-
- Base Ticker
-
-
-
-
- Rel Ticker
-
-
-
-
+ From
-
+ To
-
+ Cancel
-
+ Cancel
-
+ Apply filter
-
-
- Support
-
-
- Update available
-
-
-
-
- Up to date
-
-
-
-
- Changelog
-
-
-
- Open Logs Folder
+
+ No results found
+
+
+ SupportModal
-
+ Frequently Asked Questions
-
+ Do you store my private keys?
-
+ No! %1 is non-custodial. We never store any sensitive data, including your private keys, seed phrases, or PIN. This data is only stored on the user’s device and never leaves it. You are in full control of your assets.
-
+ How is trading on %1 different from trading on other DEXs?
-
- Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
+
+ Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
%1 enables you to natively trade across two different blockchain networks without proxy tokens. You can also place multiple orders with the same funds. For example, you can sell 0.1 BTC for KMD, QTUM, or VRSC — the first order that fills automatically cancels all other orders.
-
+ How long does each atomic swap take?
-
+ Several factors determine the processing time for each swap. The block time of the traded assets depends on each network (Bitcoin typically being the slowest) Additionally, the user can customize security preferences. For example, (you can ask %1 to consider a KMD transaction as final after just 3 confirmations which makes the swap time shorter compared to waiting for a <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarization</a>.
-
+ Do I need to be online for the duration of the swap?
-
+ Yes. You must remain connected to the internet and have your app running to successfully complete each atomic swap (very short breaks in connectivity are usually fine). Otherwise, there is risk of trade cancellation if you are a maker, and risk of loss of funds if you are a taker.
+
The atomic swap protocol requires both participants to stay online and monitor the involved blockchains for the process to stay atomic.
+
If you go offline, so will your orders, and any that are in progress will fail, leading to potential loss of trade / transaction fees, and a wait for the swap to timeout and issue a refund. It may also negatively affect your wallet's reputation score for future trade matching.
+
When you come back online, your orders will begin to broadcast again at the price you set before you went offline. If there has been significant price movement in the meantime, you might unintentionally offer someone a bargain!
+
For this reason, we recommend cancelling orders before closing %1, or reviewing and revising your prices when restarting %1.
-
+ How are the fees on %1 calculated?
-
+ There are two fee categories to consider when trading on %1.
1. %1 charges approximately 0.13% (1/777 of trading volume but not lower than 0.0001) as the trading fee for taker orders, and maker orders have zero fees.
+
2. Both makers and takers will need to pay normal network fees to the involved blockchains when making atomic swap transactions.
Network fees can vary greatly depending on your selected trading pair.
-
- Do you provide user support?
+
+ I see a transaction in my wallet that was marked as 'poison'. What does this mean?
-
- Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
+
+ Address poisoning is a relatively new tye of phishing attack, where a malicious actor aims to trick you into sending funds to an address that you did not intend to send funds to.
+
+This is often done by sending a zero value transaction to your wallet from an address which looks very similar to your actual address, with the exact same letters at the start and end. This transaction will then appear in your transaction history, with the scammer hoping you will mistake the fake address for your own and send funds to it.
+
+To protect you from this, %1 will mark any transaction that it detects as potentially being a poison transaction with a "poison" label. You should always be careful to confirm any address you send funds to is correct.
+
+There is a toggle in settings where you can turn on/off the display of these transactions.
-
- %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
+
+ Do you provide user support?
+
+
+
+
+ Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
-
+ Who is behind %1?
-
+ %1 is developed by the Komodo team. Komodo is one of the most established blockchain projects working on innovative solutions like atomic swaps, Delayed Proof of Work, and an interoperable multi-chain architecture.
-
+ Is it possible to develop my own white-label exchange on %1?
-
+ Absolutely! You can read our developer documentation for more details or contact us with your partnership inquiries. Have a specific technical question? The %1 developer community is always ready to help!
-
+ Which devices can I use %1 on?
-
+
+ %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
+
+
+
+ Compliance Info
-
+ Due to regulatory and legal circumstances the citizens of certain jurisdictions including, but not limited to, the United States of America, Canada, Hong Kong, Israel, Singapore, Sudan, Austria, Iran and any other state, country or other jurisdiction that is embargoed by the United States of America or the European Union are not allowed to use this application.
+
+
+ Changelog
+
+
+
+
+ Open Logs Folder
+
+ SwapProgress
-
+ actSHORT FOR ACTUAL TIME
-
+ estSHORT FOR ESTIMATED
-
+ Progress details
- SweetDexComboBox
+ TextAreaWithTitle
-
- Search
+
+ Save
-
-
- TableDex
-
- Asset
+
+ Edit
+
+
+ TextEditWithCopy
-
- Balance
+
+ copied to clipboard
+
+
+ TextEditWithTitle
-
- Change 24h
+
+ copied to clipboard
+
+
+ TextFieldWithTitle
-
- Trend 7d
+
+ Required
+
+
+ Toast
-
- Price
+
+ Click here to see the details
- TextAreaWithTitle
+ TotalView
-
- Save
+
+ Receive %1
-
- Edit
+
+ Send %1
- TextFieldWithTitle
+ Trade
-
- Required
+
+ Swap
-
-
- Toast
-
- Click here to see the details
+
+ Instant trading with best orders
-
-
- Trade
-
- Swap
+
+ Reset form
-
- Instant trading with best orders
+
+ You have no tradable assets
-
+ From
-
- Minimum: %1
+
+ Entered amount must be higher than 0.
-
- Enter an amount
+
+ Select an order.
-
+ 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.
-
- Reset form.
+
+ %1
-
- %1
+
+ Balance:
-
- Tradable:
+
+ Pick a coin
-
- Swap Now
+
+ SWAP NOW
-
+ Failed to place the order
-
+ Placed the order
-
- Entered amount must be superior than 0.
+
+ No buy orders found for %1.
-
- You must select an order.
+
+ You can check later or try to sell a different coin.
-
- Entered amount is below the minimum required by this order: %1
+
+ Calculating fee estimate...
-
-
- %1 needs to be enabled in order to use %2
+
+ Total %1 fees:
-
-
- %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions
+
+ %2 (%3)
+
+
+ TradeViewHeader
-
-
- Search
+
+ Pro View Settings
-
- Total %1 fees:
+
+ Display Settings
-
- %2 (%3)
+
+ Ticker Selectors
+
+
+
+
+ Trading Information
+
+
+
+
+ Order Book
+
+
+
+
+ Best Orders
+
+
+
+
+ Place Order
- TradeViewHeader
+ TradingViewChart
-
- How to trade
+
+ Loading market data
-
- FAQ
+
+ There is no chart data for this ticker yetTransactionDetailsModal
-
+ Transaction Details
-
+
+ This transaction has been identified as a potential address poisoning attack.
+
+
+
+
+ Please see the Support FAQ for more information.
+
+
+
+
+ %1 txid
+ TICKER
+
+
+
+
+ copied to clipboard.
+
+
+
+ Amount
-
+ Fees
-
+
+ From address
+
+
+
+
+ To address
+
+
+
+ Date
-
+ Unconfirmed
-
+ Transaction Hash
-
+ Confirmations
-
+ Block Height
-
+ From
-
+ To
-
+ Notes
-
+ Close
-
- Refund
-
-
-
-
+ View on Explorer
@@ -3969,22 +4353,27 @@ Network fees can vary greatly depending on your selected trading pair.
Transactions
-
+ Sent
-
+ Received
-
+
+ Poison
+
+
+
+ fees
-
+ Unconfirmed
@@ -3992,86 +4381,209 @@ Network fees can vary greatly depending on your selected trading pair.
UpdateInvalidChecksum
-
+ The downloaded update archive is corrupted !
- WalletNameField
+ Vertical
-
- Wallet Name
+
+ Order Book
+
+
+
+
+ WalletsView
+
+
+ Welcome
+
+
+
+
+ New wallet
+
+
+
+
+ Import wallet
+
+
+
+
+ Search your wallets...
+
+
+
+
+ My Wallets
+
+
+
+
+ No wallets found!
+
+
+
+
+
+ Delete
-
- Enter the name of your wallet here
+
+ Enter password to confirm deletion of
+
+
+
+
+ wallet
+
+
+
+
+ Type password
+
+
+
+
+ Cancel
+ Cancel
+
+
+
+
+ Wallet status
+
+
+
+
+ wallet deleted successfully
+
+
+
+
+
+ Ok
+
+
+
+
+ wallet password is incorrect
+
+
+
+
+ ZcashParamsModal
+
+
+ %1 Activation Failed!
+
+
+
+
+ To activate ZHTLC coins, you need to download the Zcash Params.
+This might take a few minutes...
+
+
+
+
+ Download params & enable coins
+
+
+
+
+ More Info
+
+
+
+
+ Close
+
+
+
+
+ atomic_dex::settings_page
+
+
+ An error has occurred.atomic_dex::wallet_page
-
+ You do not have enough funds.
-
+ %1 is not activated: click on the button to enable it or enable it manually
-
+ You need to have %1 to pay the gas for %2 transactions.
-
+ Checksum verification failed for %1.
-
- Invalid checksum for %1. Click on the convert button to turn it into a mixed case address
+
+ Invalid checksum for %1. Click the button to convert to mixed case address.
-
- Legacy address used for %1, click on the convert button to convert it to a Cashaddress.
+
+ Legacy address used for %1. Click the button to convert to a Cashaddress.
-
+ %1 address must be prefixed with 0x
-
+ %1 address length is invalid, please use a valid address.
-
-
- main
-
- Logout
+
+ %1 address is invalid.
+
+
+
+
+ Invalid checksum.
+
+
+
+
+ %1 address has invalid prefixes.
-
- Confirm Logout
+
+ Backend error: %1
+
+
+ main
-
- Are you sure you want to log out?
+
+ Logout
-
+ Balance
diff --git a/atomic_defi_design/assets/languages/atomic_defi_es.ts b/atomic_defi_design/assets/languages/atomic_defi_es.ts
new file mode 100644
index 0000000000..0fe4e61f81
--- /dev/null
+++ b/atomic_defi_design/assets/languages/atomic_defi_es.ts
@@ -0,0 +1,4612 @@
+
+
+
+
+ AddAddressForm
+
+
+ Use standard network address
+ Utilice la dirección de red
+
+
+
+ Label
+ Etiqueta
+
+
+
+ This key already exists.
+ Esta clave ya existe.
+
+
+
+ Address
+ Dirección
+
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Convert
+ Convertir
+
+
+
+ Update
+
+
+
+
+ Save
+ Guardar
+
+
+
+ You need to enable %1 before adding this kind of address.
+ Debe habilitar %1 antes de agregar este tipo de dirección.
+
+
+
+ Enable
+ Habilitar
+
+
+
+ AddCustomCoinModal
+
+
+ Get the contract address from
+ Obtener la dirección del contrato de
+
+
+
+ Choose the asset type
+ Elija el tipo de activo
+
+
+
+ Cancel
+ Cancelar
+
+
+
+
+
+ Next
+ Siguiente
+
+
+
+ Contract address
+ Dirección del contrato
+
+
+
+ Enter the contract address
+ Ingrese la dirección del contrato
+
+
+
+ Choose the asset ticker
+ Elija el ticker del activo
+
+
+
+ Ticker
+ Ticker
+
+
+
+ Enter the ticker
+ Ingrese el ticker
+
+
+
+ Get the contract address from
+ Obtener la dirección del contrato de
+
+
+
+
+
+
+ Previous
+ Anterior
+
+
+
+ Choose the asset logo
+ Elija el logotipo del activo
+
+
+
+ Browse
+ Navegar
+
+
+
+ Please choose the asset logo
+ Elija el logotipo del activo
+
+
+
+ Configuration
+ Configuración
+
+
+
+ All configuration fields will be fetched using the contract address you provided.
+ Todos los campos de configuración se obtendrán usando la dirección del contrato que proporcionó.
+
+
+
+ Name
+ Nombre
+
+
+
+ Enter the name
+ Ingrese el nombre
+
+
+
+ Coingecko ID
+ Coingecko ID
+
+
+
+ Enter the Coingecko ID
+ Ingrese el Coingecko ID
+
+
+
+ Get the Coingecko ID
+ Obtener el Coingecko ID
+
+
+
+ Active
+ Activo
+
+
+
+
+ Preview
+ Vista previa
+
+
+
+ WARNING: Application will restart immidiately to apply the changes!
+ ADVERTENCIA: ¡La aplicación se reiniciará inmediatamente para aplicar los cambios!
+
+
+
+ Asset not found, please go back and make sure Contract Address is correct
+ Activo no encontrado, regrese y asegúrese de que la dirección del contrato sea correcta
+
+
+
+ Config Fields
+ Campos de configuracion
+
+
+
+ Fetched Data
+ Datos obtenidos
+
+
+
+ Submit & Restart
+ Enviar & Reiniciar
+
+
+
+ AddTagPopup
+
+
+ Tag name
+ Nombre de la etiqueta
+
+
+
+ Contact already has this tag.
+ El contacto ya tiene esta etiqueta.
+
+
+
+ + ADD
+ + Añadir
+
+
+
+ A contact can only have 5 tags.
+
+
+
+
+ AmountChart
+
+
+ Work in progress
+ Trabajo en proceso
+
+
+
+ App
+
+
+ Recover Funds Result
+ Resultados de Recuperar Fondos
+
+
+
+ AssetFromStandardSelector
+
+
+ Choose a valid
+ Elija un
+
+
+
+ asset
+ activo
+
+
+
+ Search an asset
+ Buscar un activo
+
+
+
+ Disabled
+ deshabilitados
+
+
+
+ AssetPieChart
+
+
+ Assets
+ Activos
+
+
+
+ AssetsList
+
+
+ Asset
+ Activo
+
+
+
+ Balance
+ Saldo
+
+
+
+ Fiat Balance
+ Saldo Fiat
+
+
+
+ Change 24h
+ Cambio en 24h
+
+
+
+ Price
+ Precio
+
+
+
+ Source
+ Fuente
+
+
+
+ Activating:
+ Activando:
+
+
+
+ Price provider is: %1
+ El proveedor de precios es: %1
+
+
+
+ Bottom
+
+
+ Add Crypto
+
+
+
+
+ Settings
+ Configuración
+
+
+
+ Support
+ Soporte
+
+
+
+ Privacy
+ Privacidad
+
+
+
+ Disable Privacy?
+ ¿Deshabilitar privacidad?
+
+
+
+ Enter wallet password to confirm
+ Ingrese la contraseña de la billetera para confirmar
+
+
+
+ Type password
+ Escriba la contraseña
+
+
+
+ Confirm
+ Confirmar
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Privacy status
+ Estado de privacidad
+
+
+
+ Privacy mode disabled successfully
+ Modo de privacidad deshabilitado correctamente
+
+
+
+
+ Ok
+ Ok
+
+
+
+ Wrong password!
+ ¡Contraseña incorrecta!
+
+
+
+ wallet password is incorrect
+ la contraseña de la billetera es incorrecta
+
+
+
+ CamouflagePasswordModal
+
+
+ Setup Camouflage Password
+ Configuración de Contraseña Camuflaje
+
+
+
+ Camouflage Password is a secret password for emergency situations.
+ Contraseña Camuflaje es una contraseña secreta para situaciones de emergencia.
+
+
+
+ Using it to login will display your balance lower than it actually is.
+ Usarlo para iniciar sesión mostrará su saldo más bajo de lo que realmente es.
+
+
+
+ Here you enter the suffix and at login you need to enter {real_password}{suffix}
+ Aquí ingresa el sufijo y al iniciar sesión debe ingresar {real_password}{suffix}
+
+
+
+ Password suffix
+ Sufijo de contraseña
+
+
+
+ Confirm pasword suffix
+ Confirmar sufijo
+
+
+
+ Enter a password suffix
+ Ingrese un sufijo de contraseña
+
+
+
+ Enter the same password suffix to confirm
+ Ingrese el mismo sufijo de contraseña para confirmar
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Save
+ Guardar
+
+
+
+ CannotEnableCoinModal
+
+
+ Failed to enable %1
+ No se pudo habilitar %1
+
+
+
+ Enabling %1 did not succeed. Limit of enabled coins might have been reached.
+ No se pudo habilitar %1. Es posible que se haya alcanzado el límite de monedas habilitadas.
+
+
+
+ Change limit in settings
+ Cambiar el límite en la configuración
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Center
+
+
+ Portfolio
+ Cartera
+
+
+
+ Wallet
+ Monedero
+
+
+
+ DEX
+ DEX
+
+
+
+ Address Book
+ Directorio
+
+
+
+ Fiat
+ Fiat
+
+
+
+ CexInfoModal
+
+
+ Market Data
+ Data de Mercado
+
+
+
+ Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.
+ Datos de mercado (precios, estadisticas, etc.) marcados con ⓘ se obtienen a través de fuentes terceras.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.
+
+
+
+ Chart
+
+
+ Loading market data
+ Cargando datos de mercado
+
+
+
+ There is no chart data for this pair
+
+
+
+
+ There is no chart data for %1 (testcoin) pairs
+
+
+
+
+ ClaimFaucetResultModal
+
+
+ Close
+ Cerrar
+
+
+
+ ClaimRewardsModal
+
+
+ Failed to prepare to claim rewards
+ No se pudo preparar para reclamar recompensas
+
+
+
+ Claim your %1 reward?
+ TICKER
+ ¿Reclamar su %1 de recompensa?
+
+
+
+ No UTXOs eligible for claiming
+ Ningún UTXO elegible para reclamar
+
+
+
+ Transaction fee is higher than the reward!
+ ¡La tarifa de transacción es más alta que la recompensa!
+
+
+
+ You will receive
+ Recibirá
+
+
+
+ Refresh
+ Actualizar
+
+
+
+ Read more about KMD active users rewards
+ Lea más sobre las recompensas de los usuarios activos de KMD
+
+
+
+ UTXO
+ UTXO
+
+
+
+ Amount
+ Cantidad
+
+
+
+ Reward
+ Recompensa
+
+
+
+ Accruing Start
+ Inicio de Acumulación
+
+
+
+ Accruing Stop
+ Detener Acumulación
+
+
+
+ Time Left
+ Tiempo Restante
+
+
+
+ Error
+ Error
+
+
+
+ Locktime is not set
+ Locktime no está configurado
+
+
+
+ Locktime is less than the threshold
+ Locktime es inferior al umbral
+
+
+
+ UTXO height is greater than end of the era
+ La altura de UTXO es mayor que el final de la era
+
+
+
+ UTXO amount is less than 10
+ La cantidad de UTXO es inferior a 10
+
+
+
+ One hour did not pass yet
+ Una hora no pasa aún
+
+
+
+ Transaction is in mempool
+ La transacción está en el mempool
+
+
+
+ Unknown problem
+ Problema desconocido
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Confirm
+ Confirmar
+
+
+
+ CoinMenu
+
+
+ Disable %1
+ TICKER
+ Deshabilitar %1
+
+
+
+ Disable and Delete %1
+ TICKER
+ Deshabilitar y eliminar %1
+
+
+
+ Disable all %1 assets
+ Deshabilitar todos los activos de %1
+
+
+
+ Disable all assets
+ Deshabilitar todos los activos
+
+
+
+ Disable 0 balance assets
+ Deshabilitar 0 balancear activos
+
+
+
+ ComboBoxWithSearchBar
+
+
+ Search
+ Buscar
+
+
+
+ Combo_fiat
+
+
+ Language
+ Idioma
+
+
+
+ Fiat
+ Fiat
+
+
+
+ Recommended:
+ Recomendado:
+
+
+
+ ConfirmMultiOrderTradeModal
+
+
+ Confirm Multi Order Details
+ Confirmar detalles de Multi Order
+
+
+
+ These swaps requests can not be undone and this is the final event!
+ Estas solicitudes de intercambio no se pueden deshacer y este es el evento final!
+
+
+
+ These transactions can take up to 60 mins - DO NOT close this application!
+ Estas transacciones pueden demorar hasta 60 minutos. ¡NO cierre esta aplicación!
+
+
+
+ Same funds will be used until an order matches.
+ Se utilizarán los mismos fondos hasta que coincida un pedido.
+
+
+
+ Note that if one order is filled other will not be cancelled.
+ Tenga en cuenta que si se completa un pedido, el otro no se cancelará.
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Confirm
+ Confirmar
+
+
+
+ Placed multiple orders
+ Pedidos múltiples realizados
+
+
+
+ ConfirmTradeModal
+
+
+ Confirm Exchange Details
+ 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>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
+ 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
+
+
+
+ CopyFieldButton
+
+
+ Copied to Clipboard
+ Copiada en el Portapapeles
+
+
+
+ Dashboard
+
+
+ The current number of enabled coins does not match your configuration specification. Your assets configuration will be reset.
+ El número actual de monedas habilitadas no coincide con su especificación de configuración. Se restablecerá la configuración de sus activos.
+
+
+
+ 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
+
+
+
+ Started
+ Iniciado
+
+
+
+ Negotiated
+ Negociado
+
+
+
+ Taker fee sent
+ Tarifa taker enviada
+
+
+
+ Maker payment received
+ Pago de maker recibido
+
+
+
+ Maker payment wait confirm started
+ Inicio de espera de confirmacion de pago de maker
+
+
+
+ Maker payment validated and confirmed
+ Validacion y confirmacion de pago de maker
+
+
+
+ Taker payment sent
+ Pago de taker enviado
+
+
+
+ Taker payment spent
+ Pago del taker gastado
+
+
+
+ Maker payment spent
+ Pago del maker gastado
+
+
+
+ Finished
+ Terminado
+
+
+
+ Start failed
+ Inicio fallido
+
+
+
+ Negotiate failed
+ Negociacion fallida
+
+
+
+ Taker fee validate failed
+ Validación de tarifa del taker fallida
+
+
+
+ Maker payment transaction failed
+ Transacción de pago de maker fallo
+
+
+
+ Maker payment Data send failed
+ Envio de data de pago de maker fallo
+
+
+
+ Maker payment wait confirm failed
+ Espera de confirmacion de pago de maker fallo
+
+
+
+ Taker payment validate failed
+ Validacion de pago de taker fallo
+
+
+
+ Taker payment wait confirm failed
+ Espera de confirmacion de pago de taker fallo
+
+
+
+ Taker payment spend failed
+ Gasto de pago de taker fallo
+
+
+
+ Maker payment wait refund started
+ Reembolso de espera de pago de maker iniciado
+
+
+
+ Maker payment refunded
+ Pago de maker reembolsado
+
+
+
+ Maker payment refund failed
+ Reembolso del pago de maker fallo
+
+
+
+ DatePicker
+
+
+ Date
+ Fecha
+
+
+
+ DefaultCopyIcon
+
+
+ copied to clipboard
+ copiado al portapapeles
+
+
+
+ DefaultRangeSlider
+
+
+ Min
+ Min
+
+
+
+ Max
+ Max
+
+
+
+ DefaultTextEdit
+
+
+ copied to clipboard
+ copiado al portapapeles
+
+
+
+ DeleteWalletModal
+
+
+ Delete Wallet
+ Eliminar billetera
+
+
+
+ Are you sure you want to delete %1 wallet?
+ WALLET_NAME
+ ¿Está seguro de que desea eliminar %1 billetera?
+
+
+
+ If so, make sure you record your seed phrase in order to restore your wallet in the future.
+ Si es así, asegúrese de registrar su frase inicial para restaurar su billetera en el futuro.
+
+
+
+ Enter your wallet password
+ Ingrese la contraseña de su billetera
+
+
+
+ Wrong Password
+ Contraseña incorrecta
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Delete
+ Eliminar
+
+
+
+ DexAppPasswordField
+
+
+ Type password
+ Escriba la contraseña
+
+
+
+ DexKeyChecker
+
+
+ At least 1 lowercase alphabetical character
+ Al menos 1 carácter alfabético en minúsculas
+
+
+
+ At least 1 uppercase alphabetical character
+ Al menos 1 carácter alfabético en mayúsculas
+
+
+
+ At least 1 numeric character
+ Al menos 1 carácter numérico
+
+
+
+ At least 1 special character (eg. !@#$%)
+ Al menos 1 carácter especial ( ej., !@#$%)
+
+
+
+ Between %1 and %2 character(s)
+ Entre %1 y %2 carácter(es)
+
+
+
+ Password and Confirm Password have to be same
+ Contraseña y Confirmar Contraseña tienen que ser los mismos
+
+
+
+ DexPaginator
+
+
+ items per page
+ elementos por página
+
+
+
+ DexRangeSlider
+
+
+ Min
+ Min
+
+
+
+ Half
+ Mitad
+
+
+
+ Max
+ Max
+
+
+
+ DexSweetComboBox
+
+
+ Search
+ Buscar
+
+
+
+ EditContactModal
+
+
+ Edit contact
+ Editar contacto
+
+
+
+ Contact name
+ Nombre
+
+
+
+ Enter a contact name
+ Ingresar un nombre de contacto
+
+
+
+ Address list
+ Lista de direcciónes
+
+
+
+ Address Book
+ Libreta de direcciones
+
+
+
+ address copied to clipboard
+ dirección copiada al portapapeles
+
+
+
+ Edit
+ Editar
+
+
+
+ + Add Address
+
+
+
+
+ Cancel Updates
+
+
+
+
+ Save Updates
+
+
+
+
+ Tags
+ Etiquetas
+
+
+
+ Add tag
+ Agregar etiqueta
+
+
+
+ EnableAssetModal
+
+
+ The selected address belongs to a disabled asset, you need to enabled it before sending.
+ La dirección seleccionada pertenece a un activo deshabilitado, debe habilitó antes de enviar.
+
+
+
+ Enable
+ Habilitar
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ EnableCoinModal
+
+
+ Enable assets
+ Habilitar activos
+
+
+
+ Search assets
+
+
+
+
+ Select all assets
+ Seleccionar todos los activos
+
+
+
+ All assets are already enabled!
+ ¡Todos los activos ya están habilitados!
+
+
+
+ You can still enable %1 assets. Selected: %2.
+ Todavía puede habilitar activos %1. Seleccionado: %2.
+
+
+
+ Change assets limit
+ Cambiar el límite de activos
+
+
+
+ Add a custom asset
+ Agregar un activo personalizado
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Enable
+ Habilitar
+
+
+
+ EulaModal
+
+
+ Disclaimer & Terms of Service
+ Descargo de Responsabilidad & Términos de servicio
+
+
+
+ Accept EULA
+ Aceptar EULA
+
+
+
+ Accept Terms and Conditions
+ Aceptar términos y condiciones
+
+
+
+ Close
+ Cerrar
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Confirm
+ Confirmar
+
+
+
+ FatalErrorModal
+
+
+ Fatal Error
+ Error Fatal
+
+
+
+ Connection has been lost. You have been disconnected.
+ Ha perdido la conexión. Has sido desconectado.
+
+
+
+ Close
+ Cerrar
+
+
+
+ FeeInfo
+
+
+ Minimum fee
+ Tarifa mínima
+
+
+
+ Fees will be calculated
+ Las tarifas se calcularán
+
+
+
+ GasInfoModal
+
+
+ How do I calculate gas?
+ ¿Cómo calculo la gasolina?
+
+
+
+ Gas is measured in gwei. Gwei is just a unit of Ether, and is equal to 0.000000001 ETH (or the equivalent platform coin such as AVAX or BNB). The gas price varies over time depending on network congestion.
+ El gas se mide en gwei. Gwei es solo una unidad de Ether y es igual a 0.000000001 ETH (o la moneda de plataforma equivalente como AVAX o BNB). El precio del gas varía con el tiempo dependiendo de la congestión de la red.
+
+
+
+ The gas limit is how many units of gas (maximum) you allocate to pay for a transaction. The gas required depending on the size of the transaction & data being transmitted.
+
+
+
+
+ A standard transaction not involving contracts uses 21,000 gas units, with any of the limit remaining returned to the source address.
+ Una transacción estándar que no implica contratos utiliza 21.000 unidades de gas, y el límite restante se devuelve a la dirección de origen.
+
+
+
+ Transactions involving contracts may result in the whole limit being consumed, so be careful not to set it too high.
+ Las transacciones que involucran contratos pueden resultar en que se consuma todo el límite, así que tenga cuidado de no establecerlo demasiado alto.
+
+
+
+ For more information, read the article at <a href="https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use">https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use</a>
+ Para obtener más información, lea el artículo en <a href="https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use">https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use</a>
+
+
+
+ General
+
+
+ %n day(s)
+
+ %n día
+ %n días
+
+
+
+
+ %nd
+ day
+
+
+
+
+
+
+
+ %nh
+ hours
+
+
+
+
+
+
+
+ %nm
+ minutes
+
+
+
+
+
+
+
+ %ns
+ seconds
+
+
+
+
+
+
+
+ %nms
+ milliseconds
+
+
+
+
+
+
+
+ -
+ -
+
+
+
+ <b>Taker tx fee:</b>
+ <b>Cuota de tx del taker:</b>
+
+
+
+ <b>Dex tx fee:</b>
+ <b>Cuota de tx del Dex:</b>
+
+
+
+ <b>Dex fee:</b>
+ <b>Cuota Dex:</b>
+
+
+
+ <b>Maker tx fee:</b>
+ <b>Cuota tx del maker:</b>
+
+
+
+ %1 balance is zero
+
+
+
+
+ Activating %1 (%2%)
+
+
+
+
+ Loading wallet...
+
+
+
+
+ Min: %1
+ Mín.: %1
+
+
+
+ Enter an amount
+ Ingrese una cantidad
+
+
+
+ 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
+
+
+
+ Header
+
+
+ You get
+ Obtienes
+
+
+
+ You send
+ Envía
+
+
+
+ Fiat Price
+ Precio Fiat
+
+
+
+ CEX rate
+ Tasa CEX
+
+
+
+ Price
+ Precio
+
+
+
+ Quantity
+ Cantidad
+
+
+
+ Total
+ Total
+
+
+
+ ImportWallet
+
+
+ Failed to Import the wallet
+ No se pudo importar la billetera
+
+
+
+ Import wallet - Setup
+ Importar billetera - Configurar
+
+
+
+ Import wallet - Choose password
+ Importar billetera - Elegir contraseña
+
+
+
+ Wallet Name
+ Nombre de billetera
+
+
+
+ Enter seed
+ Ingresar semilla
+
+
+
+ Your seed is not BIP39 compliant.
+Try again or select 'Allow custom seed' to continue.
+ Su semilla no cumple con BIP39.
+Vuelva a intentarlo o seleccione 'Permitir semilla personalizada' personalizada continúe.
+
+
+
+
+ i understand
+ entiendo
+
+
+
+
+ я согласен
+
+
+
+
+
+ je comprends
+
+
+
+
+
+ entiendo
+
+
+
+
+
+ anladım
+
+
+
+
+
+ ich verstehe
+
+
+
+
+ Ok
+ Ok
+
+
+
+ Allow custom seed
+ Permitir semilla personalizada
+
+
+
+ <strong>Allow custom seed</strong>
+ <strong>Permitir semilla personalizada</strong>
+
+
+
+ Custom seed phrases might be less secure and easier to crack than a generated BIP39 compliant seed phrase or private key (WIF).<br><br>To confirm you understand the risk and know what you are doing, type <strong>'I understand'</strong> in the box below.
+ Las frases semilla personalizadas pueden ser menos seguras y más fáciles de descifrar que una frase semilla o clave privada (WIF) compatible con BIP39.<br><br>Para confirmar que comprende el riesgo y sabe lo que está haciendo, escriba <strong> 'Entiendo'</strong> en el cuadro de abajo.
+
+
+
+ I understand
+ Entiendo
+
+
+
+ Next
+ Siguiente
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+ Ingrese la misma contraseña para confirmar
+
+
+
+ Continue
+ Continuar
+
+
+
+ LinksRow
+
+
+ Join our Discord server
+ Únase a nuestro servidor de Discord
+
+
+
+ Follow us on Twitter
+ Síganos en Twitter
+
+
+
+ Go to Support Guides
+ Ir a Guías de soporte
+
+
+
+ List
+
+
+ Funds are recoverable
+ Los fondos son recuperables
+
+
+
+ Best Orders
+ Mejores Ordenes
+
+
+
+ Enter volume to see best orders.
+ Introduce el volumen para ver los mejores ordenes
+
+
+
+ ListDelegate
+
+
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
+ %1 no está habilitado. ¿Desea habilitarlo para poder seleccionar %2 mejores ordenes?<br><a href='#'>Sí</a> - <a href='#no'>No</a>
+
+
+
+ %1 is not enabled - Please enable it through the coin activation menu
+
+
+
+
+ This order requires a minimum amount of %1 %2 <br>You don't have enough funds.<br> %3
+ Este pedido requiere una cantidad mínima de %1 %2 <br>No tiene fondos suficientes.<br> %3
+
+
+
+ LogModal
+
+
+ Close
+ Cerrar
+
+
+
+ Logging
+
+
+ Loading, please wait
+ Cargando, por favor espere
+
+
+
+ Initializing MM2
+ Inicializando MM2
+
+
+
+ Enabling assets
+ Habilitando activos
+
+
+
+ Getting ready
+ Preparándose
+
+
+
+ Login
+
+
+ Incorrect Password
+ Contraseña incorrecta
+
+
+
+ Log In
+ Iniciar sesión
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ LogoutModal
+
+
+ Exit %1 or go to login menu?
+ Salga de %1 o vaya al menú de inicio de sesión
+
+
+
+ Warning: You currently have a swap in progress.
+Logging out may result in a failed swap.
+ Advertencia: actualmente tiene una operación en curso.
+Cerrar sesión puede resultar en una transacción fallida.
+
+
+
+ Warning: You currently have open maker orders.
+They will be removed from the orderbook until you log in again.
+ Advertencia: actualmente tiene órdenes abiertas.
+Se eliminarán del libro de pedidos hasta que vuelva a iniciar sesión.
+
+
+
+ Login menu
+ Menú de inicio de sesión
+
+
+
+ Exit
+ Dejar
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Main
+
+
+ Price
+ Precio
+
+
+
+ Change 24hr
+ Cambio
+
+
+
+ Contract Address
+ Dirección del Contrato
+
+
+
+ Send
+ Enviar
+
+
+
+ Enable %1 ?
+ ¿Habilitar %1?
+
+
+
+ Yes
+ Sí
+
+
+
+ No
+ No
+
+
+
+ Receive
+ Recibir
+
+
+
+
+ Swap
+ Intercambiar
+
+
+
+ Portfolio
+ Cartera
+
+
+
+ is wallet only
+ es solo billetera
+
+
+
+ Rewards
+ Recompensas
+
+
+
+ Faucet
+ Grifo
+
+
+
+
+
+ Public Key
+ Clave Pública
+
+
+
+ Copied to Clipboard
+ Copiada en el Portapapeles
+
+
+
+ Loading market data
+ Cargando datos de mercado
+
+
+
+ There is no chart data for this ticker yet
+ No hay datos de gráficos para este ticker aún
+
+
+
+ Fetching transactions...
+ Obteniendo transacciones...
+
+
+
+ Please wait, %1 is %2
+ Por favor espera %1 es %2
+
+
+
+ % activated...
+ % activado...
+
+
+
+ No transactions available
+ No hay transacciones disponibles
+
+
+
+ Click to view your address on %1 (%2) block explorer
+ Haga clic para ver su dirección en %1 (%2) explorador de bloques
+
+
+
+ Trading Information
+ Información de Intercambios
+
+
+
+ Chart
+ Gráfico
+
+
+
+
+ Orders
+ Pedidos
+
+
+
+
+ History
+ Historial
+
+
+
+ Place Order
+ Realizar pedido
+
+
+
+ Order Selected
+ Pedido seleccionado
+
+
+
+ START SWAP
+ INICIO INTERCAMBIAR
+
+
+
+
+ Address Book
+ Libreta de direcciones
+
+
+
+ Search contact
+ Buscar contacto
+
+
+
+ + NEW CONTACT
+ + Nuevo contacto
+
+
+
+ Name
+ Nombre
+
+
+
+ Tags
+ Etiquetas
+
+
+
+ Edit
+ Editar
+
+
+
+ Delete
+ Eliminar
+
+
+
+ address copied to clipboard
+ dirección copiada al portapapeles
+
+
+
+ This contact does not have any registered address.
+ Este contacto no tiene ninguna dirección registrada.
+
+
+
+ MarketModeSelector
+
+
+ Sell %1
+ TICKER
+ Vender %1
+
+
+
+ Buy %1
+ TICKER
+ Comprar %1
+
+
+
+ MinTradeModal
+
+
+ Minimum Trading Amount
+ Cantidad Mínima de Intercambio
+
+
+
+ the minimum amount of %1 coin available for the order; the min_volume must be greater than or equal to %2; it must be also less or equal than volume param; default is %3
+ la cantidad mínima de la moneda %1 disponible para la orden; el min_volume debe ser mayor o igual a %2; debe ser también menor o igual que volumen param; el valor predeterminado es %3
+
+
+
+ MultiOrder
+
+
+ %1 price is zero!
+ TICKER
+ el precio de %1 es cero!
+
+
+
+ %1 receive volume is lower than minimum trade amount
+ TICKER
+ volumen de recepción de %1 es inferior al monto mínimo de transacción
+
+
+
+ Error:
+ Error:
+
+
+
+ You'll receive %1
+ AMOUNT TICKER
+ Tu'll recibes %1
+
+
+
+ Price
+ Precio
+
+
+
+ NewContactPopup
+
+
+ Contact name
+ Nombre
+
+
+
+ This contact name already exists.
+ Este nombre de contacto ya existe.
+
+
+
+ Save
+ Guardar
+
+
+
+ NewUpdateModal
+
+
+
+
+ Searching new updates
+ Buscando nuevas actualizaciones
+
+
+
+ Fetching...
+ Buscando...
+
+
+
+
+
+
+ Close
+ Cerrar
+
+
+
+ Could not check new updates for the following reason:
+%1
+ No se pudieron comprobar las nuevas actualizaciones por el siguiente motivo: %1
+
+
+
+ New version found
+ Nueva versión encontrada
+
+
+
+ Mandatory version found
+ Versión obligatoria encontrada
+
+
+
+ %1 %2 is available !
+ %1 ¡%2 está disponible!
+
+
+
+ This update is mandatory to continue using the application
+ Esta actualización es obligatoria para seguir usando la aplicación
+
+
+
+ Close Dex
+ Cerrar Dex
+
+
+
+ Your application is updated.
+ Tu aplicación está actualizada.
+
+
+
+ Download
+ Descargar
+
+
+
+ NewWallet
+
+
+ Wrong word, please check again
+ Palabra incorrecta, verifique nuevamente
+
+
+
+ st
+ st
+
+
+
+ nd
+ nd
+
+
+
+ rd
+ rd
+
+
+
+ th
+ th
+
+
+
+ Failed to create a wallet
+ No se pudo crear una billetera
+
+
+
+ New Wallet
+ Nueva billetera
+
+
+
+ Confirm Seed
+ Confirmar semilla
+
+
+
+ Choose Password
+ Elegir contraseña
+
+
+
+ Important: Back up your seed phrase before proceeding!
+ Importante: ¡Haga una copia de seguridad de su frase semilla antes de continuar!
+
+
+
+ We recommend storing it offline.
+ Recomendamos almacenarlo fuera de línea.
+
+
+
+ Generated Seed
+ Semilla Generada
+
+
+
+ Seed phrase
+ Frase semilla
+
+
+
+ copied to clipboard
+ copiado al portapapeles
+
+
+
+ Next
+ Siguiente
+
+
+
+ Let's double check your seed phrase
+ Verifiquemos dos veces su frase semilla
+
+
+
+ Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
+ Su frase semilla es importante, por eso nos gusta asegurarnos de que sea correcta. Le haremos tres preguntas diferentes sobre su frase semilla para asegurarnos de que podrá restaurar fácilmente su billetera cuando lo desee.
+
+
+
+ Enter the
+ Ingresa la
+
+
+
+ word
+ palabra
+
+
+
+ Check
+ Verificar
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+ Ingrese la misma contraseña para confirmar
+
+
+
+ Continue
+ Continuar
+
+
+
+ NoConnection
+
+
+ No connection
+ Sin conexión
+
+
+
+ Please make sure you are connected to the internet
+ Asegúrate de que estás conectado a Internet
+
+
+
+ Will automatically retry in %1 seconds
+ Intentará de nuevo automáticamente en %1 segundos
+
+
+
+ Retry
+ Reintentar
+
+
+
+ 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ó
+
+
+
+ Close
+ Cerrar
+
+
+
+ %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
+
+
+
+ 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
+
+
+
+ OrderForm
+
+
+ Price
+ Precio
+
+
+
+ Reduce 1% relative to CEX market price.
+ Reducción del 1% en relación con el precio de mercado CEX.
+
+
+
+ Use CEX market price.
+ Utilice el precio de mercado CEX.
+
+
+
+ Increase 1% relative to CEX market price.
+ Aumento del 1% en relación con el precio de mercado de CEX.
+
+
+
+ Send
+ Enviar
+
+
+
+ Receive
+ Recibir
+
+
+
+ Max
+ Max
+
+
+
+ Swap 25% of your tradable balance.
+ Usar el 25% de su saldo comercial.
+
+
+
+ Swap 50% of your tradable balance.
+ Usar el 50% de su saldo comercial.
+
+
+
+ Swap 100% of your tradable balance.
+ Usar el 100% de su saldo comercial.
+
+
+
+ Min Volume
+ Volumen Mínimo
+
+
+
+ Min amount to sell
+ Cantidad mínima para vender
+
+
+
+ Min amount to receive
+ Cantidad mínimo para recibir
+
+
+
+ Minimum accepted trade equals 10% of order volume.
+ El comercio mínimo aceptado es igual al 10% del volumen del pedido.
+
+
+
+ Minimum accepted trade equals 25% of order volume.
+ El comercio mínimo aceptado es igual al 25% del volumen del pedido.
+
+
+
+ Minimum accepted trade equals 50% of order volume.
+ El comercio mínimo aceptado es igual al 50% del volumen del pedido.
+
+
+
+ Min volume:
+ Volumen mínimo:
+
+
+
+ Use custom minimum trade amount
+ Utilizar una cantidad personalizada de intercambio mínima
+
+
+
+ OrderLine
+
+
+ Funds are recoverable
+ Los fondos son recuperables
+
+
+
+ OrderList
+
+
+ No results found
+ No se encontraron resultados
+
+
+
+ OrderModal
+
+
+ Order Type
+ Tipo de Orden
+
+
+
+ Maker Order
+ Orden de Maker
+
+
+
+ Taker Order
+ Orden de Taker
+
+
+
+ Refund State
+ Estado del Reembolso
+
+
+
+ Your swap failed but the auto-refund process for your payment started already. Please wait and keep application opened until you receive your payment back
+ Su intercambio falló, pero el proceso de reembolso automático para su pago ya comenzó. Espere y mantenga la aplicación abierta hasta que reciba su pago
+
+
+
+ Date
+ Fecha
+
+
+
+ Error ID
+ ID de Error
+
+
+
+
+ Error Log
+ Registro de Error
+
+
+
+ Close
+ Cerrar
+
+
+
+ Cancel Order
+ Cancelar Pedido
+
+
+
+
+ Swap ID
+ ID de Intercambio
+
+
+
+ Maker Payment Sent Transaction ID
+ ID de la transacción pago enviada de Maker
+
+
+
+ Maker Payment Spent Transaction ID
+ ID de la transacción pago gastado de Maker
+
+
+
+ Maker Payment TXID
+ TXID del pago de Maker
+
+
+
+ Taker Payment Spent Transaction ID
+ ID de la transacción pago gastado de Taker
+
+
+
+ Taker Payment Sent Transaction ID
+ ID de la transacción pago enviada de Taker
+
+
+
+ Taker Payment TXID
+ TXID del pago de Taker
+
+
+
+ Recover Funds
+ Recuperar fondos
+
+
+
+ Refunding...
+ Reembolso...
+
+
+
+ View on Explorer
+ Ver en Explorer
+
+
+
+ OrderRemovedModal
+
+
+ Selected Order Removed
+ Pedido Seleccionado Eliminado
+
+
+
+ The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available.
+Please select a new order.
+ El pedido seleccionado ya no existe, puede haber sido igualado o cancelado, y no hay un pedido con mejor precio disponible.
+Seleccione un nuevo pedido.
+
+
+
+ OK
+ Aceptar
+
+
+
+ OrdersPage
+
+
+
+ Filter
+ Filtrar
+
+
+
+ Date
+ Fecha
+
+
+
+ Export CSV
+ Exportar CSV
+
+
+
+ Apply Filter
+ Aplicar Filtro
+
+
+
+ Cancel All
+ Cancelar Todo
+
+
+
+ From
+ Desde
+
+
+
+ To
+ A
+
+
+
+ Please choose the CSV export name and location
+ Por favor, elija el nombre y la ubicación de exportación CSV
+
+
+
+ Pagination
+
+
+ items per page
+ elementos por página
+
+
+
+ PasswordField
+
+
+ Password
+ Contraseña
+
+
+
+ Enter your wallet password
+ Ingrese la contraseña de su billetera
+
+
+
+ At least 1 lowercase alphabetical character
+ Al menos 1 carácter alfabético en minúsculas
+
+
+
+ At least 1 uppercase alphabetical character
+ Al menos 1 carácter alfabético en mayúsculas
+
+
+
+ At least 1 numeric character
+ Al menos 1 carácter numérico
+
+
+
+ At least 1 special character (eg. !@#$%)
+ Al menos 1 carácter especial ( ej., !@#$%)
+
+
+
+ Between %1 and %2 character(s)
+ Entre %1 y %2 carácter(es)
+
+
+
+ PasswordForm
+
+
+ Password
+ Contraseña
+
+
+
+ Confirm Password
+ Confirmar contraseña
+
+
+
+ Enter the same password to confirm
+ Ingrese la misma contraseña para confirmar
+
+
+
+ Portfolio
+
+
+ Search asset
+ Buscar activo
+
+
+
+ Show only coins with balance
+ Mostrar solo monedas con saldo
+
+
+
+ (%1/%2)
+ (%1/%2)
+
+
+
+ PriceLine
+
+
+ Set swap price for evaluation
+ Establecer precio de intercambio para evaluación
+
+
+
+ Exchange rate
+ Tasa de cambio
+
+
+
+ Selected
+ Seleccionada
+
+
+
+ Expensive
+ Caro
+
+
+
+ Expedient
+ Expediente
+
+
+
+ %1 compared to CEX
+ PRICE_DIFF%
+ %1 en comparación con CEX
+
+
+
+ CEXchange rate
+ Tasa de cambio CEX
+
+
+
+ PriceLineSimplified
+
+
+ Exchange rate
+ Tasa de cambio
+
+
+
+ Selected
+ Seleccionada
+
+
+
+ CEXchange rate
+ Tasa de cambio CEX
+
+
+
+ Expensive
+ Caro
+
+
+
+ Expedient
+ Expediente
+
+
+
+ %1 compared to CEX
+ PRICE_DIFF%
+ %1 en comparación con CEX
+
+
+
+ ProView
+
+
+ Failed to place the order
+ Error al realizar el pedido
+
+
+
+ Placed the order
+ Realizó el pedido El
+
+
+
+ QObject
+
+
+ Cannot reach the endpoint:
+ No se puede llegar al punto final:
+
+
+
+ ReceiveModal
+
+
+ Receive %1
+ TICKER
+ Recibir %1
+
+
+
+ Only send %1 to this address
+ TICKER
+ Enviar solo %1 a esta dirección
+
+
+
+ %1 address
+ TICKER
+ %1 dirección
+
+
+
+ copied to clipboard.
+ copiado al portapapeles.
+
+
+
+ Close
+ Cerrar
+
+
+
+ RecoverSeedModal
+
+
+
+ View seed and private keys
+ Ver semilla y claves privadas
+
+
+
+ Please enter your password to view the seed.
+ Por favor ingrese su contraseña para ver la semilla.
+
+
+
+ Seed
+ Semilla
+
+
+
+ Backup Seed
+ Copia de seguridad de semilla
+
+
+
+ Public Address copied to clipboard
+ Direccion publica copiada en el portapapeles
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Incorrect Password
+ Contraseña incorrecta
+
+
+
+ View
+ Ver
+
+
+
+
+ copied to clipboard
+ copiado al portapapeles
+
+
+
+
+ RPC Password
+ Contraseña RPC
+
+
+
+ Search a coin.
+ Buscar una moneda.
+
+
+
+ Public Address
+ Dirección Pública
+
+
+
+ Private Key copied to clipboard
+ Clave Privada copiada en el portapapeles
+
+
+
+ Private Key
+ Clave Privada
+
+
+
+ RemoveContactPopup
+
+
+ Do you want to remove this contact ?
+ ¿Desea eliminar este contacto?
+
+
+
+ Yes
+ Sí
+
+
+
+ No
+ No
+
+
+
+ RestartModal
+
+
+ Applying the changes...
+ Aplicando los cambios...
+
+
+
+ Restarting the application. %1
+ Reiniciando la aplicación. %1
+
+
+
+ Restarting the application...
+ Reiniciando la aplicación...
+
+
+
+ RightClickMenu
+
+
+ Cut
+ Cortar
+
+
+
+ Copy
+ Copiar
+
+
+
+ Paste
+ Pegar
+
+
+
+ SearchField
+
+
+ Search
+ Buscar
+
+
+
+ SendModal
+
+
+ Failed to send
+ Error al enviar
+
+
+
+ Prepare to send
+ Preparar para enviar
+
+
+
+ Address of the recipient
+ Dirección del destinatario
+
+
+
+ Amount to send
+ Cantidad a enviar
+
+
+
+ Gas price
+ Precio del gas
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Recipient's address
+ Dirección del destinatario
+
+
+
+ The address has to be mixed case.
+ La dirección debe estar en mayúsculas y minúsculas.
+
+
+
+ Failed to Broadcast
+ Error al transmitir
+
+
+
+ Fix
+ Arreglar
+
+
+
+ MAX
+ MAX
+
+
+
+ Fiat amount: Unavailable
+ Cantidad en Fiat: No disponible
+
+
+
+ Fiat amount: %1
+ Cantidad de Fiat: %1
+
+
+
+ %1 amount: %2
+ Cantidad de %1: %2
+
+
+
+ Specify in Fiat
+ Especificar en Fiat
+
+
+
+ Specify in Crypto
+ Especificar en Crypto
+
+
+
+ Enter memo
+
+
+
+
+ Enable Custom Fees
+ Habilitar Tarifas Personalizadas
+
+
+
+ Enter the custom fee
+ Ingrese la tarifa personalizada
+
+
+
+ Gas Limit
+ Límite de gas
+
+
+
+ Custom Fee can't be higher than the amount
+ Tarifa personalizada no puede ser mayor que la cantidad
+
+
+
+ Not enough funds.
+ No hay suficientes fondos.
+
+
+
+
+ You have %1
+ AMT TICKER
+ Tiene %1
+
+
+
+
+ Only use custom fees if you know what you are doing!
+ ¡Solo use tarifas personalizadas si sabe lo que está haciendo!
+
+
+
+ Prepare
+ Preparar
+
+
+
+
+ Send
+ Enviar
+
+
+
+ %1 address
+ TICKER
+ %1 dirección
+
+
+
+ copied to clipboard.
+ copiado al portapapeles.
+
+
+
+ Amount
+ Cantidad
+
+
+
+ Memo
+
+
+
+
+ Fees
+ Tarifas
+
+
+
+ Date
+ Fecha
+
+
+
+ Back
+ Atrás
+
+
+
+ SendModalContactList
+
+
+ Select a contact with an %1 address
+ Seleccione un contacto con %1 dirección
+
+
+
+ Search for contacts...
+ Buscar contactos...
+
+
+
+ %1 addresses
+ direcciones %1
+
+
+
+ 1 address
+ 1 dirección
+
+
+
+
+ Back
+ Atrás
+
+
+
+ Choose an %1 address of %2
+ Elija una direccion %1 de %2
+
+
+
+ Name
+ Nombre
+
+
+
+ Address
+ Dirección
+
+
+
+ SendResult
+
+
+ Transaction Complete!
+ ¡Transacción completa!
+
+
+
+ %1 txid
+ TICKER
+ %1 txid
+
+
+
+
+ copied to clipboard.
+ copiado al portapapeles.
+
+
+
+ Recipient's address
+ Dirección del destinatario
+
+
+
+ %1 address
+ TICKER
+ %1 dirección
+
+
+
+ Amount
+ Cantidad
+
+
+
+ Memo
+
+
+
+
+ Fees
+ Tarifas
+
+
+
+ Date
+ Fecha
+
+
+
+ Transaction Hash
+ Hash de Transaccion
+
+
+
+ Close
+ Cerrar
+
+
+
+ View on Explorer
+ Ver en Explorer
+
+
+
+ SettingModal
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Settings
+ Configuración
+
+
+
+ General
+ General
+
+
+
+ Language
+ Idioma
+
+
+
+ User Interface
+ Interfaz
+
+
+
+ Security
+ Seguridad
+
+
+
+ Enable Desktop Notifications
+ Habilitar notificaciones de escritorio
+
+
+
+ Maximum number of enabled coins
+ Número máximo de monedas habilitadas
+
+
+
+ Logs
+ Registros
+
+
+
+ Open Folder
+ Carpeta Abierta
+
+
+
+ Reset
+ Restablecer
+
+
+
+ Current Font
+ Fuente Actual
+
+
+
+ Current font changed to %1.
+ La fuente actual cambió a %1.
+
+
+
+ Theme
+ Tema
+
+
+
+ Changing theme to %1
+ Cambiando el tema a %1
+
+
+
+ Application Version
+ La versión de la aplicación
+
+
+
+ copied to clipboard
+ copiado al portapapeles
+
+
+
+ About & Version
+ Acerca de & Versión
+
+
+
+ Hide Poison Transactions in History
+
+
+
+
+ ZHTLC sync date
+
+
+
+
+ Sync Date
+
+
+
+
+
+ Reset wallet configuration
+ Restablecer configuración de billetera
+
+
+
+ This will restart your wallet with default settings
+ Esto reiniciará su billetera con la configuración predeterminada
+
+
+
+
+ Confirm
+ Confirmar
+
+
+
+ Ask system's password before sending coins ? (2FA)
+ ¿Preguntar la contraseña del sistema antes de enviar monedas? (2FA)
+
+
+
+ Disable 2FA?
+ ¿Deshabilitar 2FA?
+
+
+
+ Enter your wallet password to confirm
+ Ingrese la contraseña de su billetera para confirmar
+
+
+
+ Type password
+ Escriba la contraseña
+
+
+
+ 2FA status
+ Estado 2FA
+
+
+
+ 2FA disabled successfully
+ 2FA deshabilitado correctamente
+
+
+
+
+ Ok
+ Ok
+
+
+
+ Wrong password!
+ ¡Contraseña incorrecta!
+
+
+
+ Wallet password is incorrect
+ Contraseña de la billetera es incorrecta
+
+
+
+ View seed and private keys
+ Ver semilla y claves privadas
+
+
+
+
+ Show
+ Mostrar
+
+
+
+ Setup Camouflage Password
+ Configuración de Contraseña Camuflaje
+
+
+
+ Open
+ Abrir
+
+
+
+ Disclaimer and ToS
+ Descargo de Responsabilidad y Terminos de Servicio
+
+
+
+ Application version
+ Versión de Aplicación
+
+
+
+ MM2 version
+ Versión MM2
+
+
+
+ MM2 Version
+ Versión MM2
+
+
+
+ MM2 Version copied to clipboard.
+ Versión MM2 copiada al portapapeles.
+
+
+
+ Qt version
+ Versión Qt
+
+
+
+ Qt Version
+ Versión Qt
+
+
+
+ Qt Version copied to clipboard.
+ Versión de Qt copiada al portapapeles.
+
+
+
+ Search Update
+ Buscar Actualizacion
+
+
+
+ Logout
+ Cerrar sesión
+
+
+
+ Sidebar
+
+
+ Search
+ Buscar
+
+
+
+ SubBestOrder
+
+
+ Token
+ Token
+
+
+
+ Available Quantity
+ Cantidad Disponible
+
+
+
+ Available Quantity (in %1)
+ Cantidad Disponible (en %1)
+
+
+
+ Fiat Volume
+ Volumen en Fiat
+
+
+
+ CEX Rate
+ Tasa CEX
+
+
+
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
+ %1 no está habilitado. ¿Desea habilitarlo para poder seleccionar %2 mejores ordenes?<br><a href='#'>Sí</a> - <a href='#no'>No</a>
+
+
+
+ %1 is not enabled - Please enable it through the coin activation menu
+
+
+
+
+ SubCoinSelector
+
+
+ Token
+ Token
+
+
+
+ Balance
+ Saldo
+
+
+
+ Balance Fiat
+ Saldo Fiat
+
+
+
+ No Selectable coin.
+ No Moneda seleccionable.
+
+
+
+ SubHistory
+
+
+ History
+ Historial
+
+
+
+ Filter
+ Filtrar
+
+
+
+ Date
+ Fecha
+
+
+
+ Close filtering options.
+ Cerrar opciones de filtrado.
+
+
+
+ Open filtering options.
+ Abrir opciones de filtrado.
+
+
+
+ Filter settings
+ Configuración de filtros
+
+
+
+ From
+ Desde
+
+
+
+ To
+ A
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Apply filter
+ Aplicar filtro
+
+
+
+ Export
+ Exportar
+
+
+
+ Please choose the CSV export name and location
+ Por favor, elija el nombre y la ubicación de exportación CSV
+
+
+
+ No results found
+ No se encontraron resultados
+
+
+
+ SubOrders
+
+
+
+ Orders
+ Pedidos
+
+
+
+ Close filtering options.
+ Cerrar opciones de filtrado.
+
+
+
+ Filter
+ Filtrar
+
+
+
+ Date
+ Fecha
+
+
+
+ Open filtering options.
+ Abrir opciones de filtrado.
+
+
+
+ Filter settings
+ Configuración de filtros
+
+
+
+ From
+ Desde
+
+
+
+ To
+ A
+
+
+
+ Cancel
+ Cancelar
+
+
+
+ Apply filter
+ Aplicar filtro
+
+
+
+ No results found
+ No se encontraron resultados
+
+
+
+ SupportModal
+
+
+ Frequently Asked Questions
+ Preguntas frecuentes
+
+
+
+ Do you store my private keys?
+ ¿Almacenan mis claves privadas?
+
+
+
+ No! %1 is non-custodial. We never store any sensitive data, including your private keys, seed phrases, or PIN. This data is only stored on the user’s device and never leaves it. You are in full control of your assets.
+ ¡No! %1 no tiene custodia. Nunca almacenamos datos confidenciales, incluidas sus claves privadas, frases iniciales o PIN. Estos datos solo se almacenan en el dispositivo del usuario y nunca lo abandonan. Usted tiene el control total de sus activos.
+
+
+
+ How is trading on %1 different from trading on other DEXs?
+ ¿En qué se diferencia el intercambio en %1 del comercio en otros DEX?
+
+
+
+ Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
+
+%1 enables you to natively trade across two different blockchain networks without proxy tokens. You can also place multiple orders with the same funds. For example, you can sell 0.1 BTC for KMD, QTUM, or VRSC — the first order that fills automatically cancels all other orders.
+ Otros DEX generalmente solo le permiten intercambiar activos que se basan en una sola red de cadena de bloques, usar tokens de proxy y solo permiten realizar un solo pedido con los mismos fondos.
+
+%1 le permite comerciar de forma nativa en dos redes de cadena de bloques diferentes sin tokens de proxy. También puede realizar varios pedidos con los mismos fondos. Por ejemplo, puede vender 0,1 BTC por KMD, QTUM o VRSC: el primer pedido que se completa automáticamente cancela todos los demás pedidos.
+
+
+
+ How long does each atomic swap take?
+ ¿Cuánto tiempo toma cada intercambio atómico?
+
+
+
+ Several factors determine the processing time for each swap. The block time of the traded assets depends on each network (Bitcoin typically being the slowest) Additionally, the user can customize security preferences. For example, (you can ask %1 to consider a KMD transaction as final after just 3 confirmations which makes the swap time shorter compared to waiting for a <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarization</a>.
+ Varios factores determinan el tiempo de procesamiento de cada intercambio. El tiempo de bloqueo de los activos negociados depende de cada red (Bitcoin suele ser la más lenta). Además, el usuario puede personalizar las preferencias de seguridad. Por ejemplo, (puede pedirle a %1 que considere una transacción KMD como final después de solo 3 confirmaciones, lo que hace que el tiempo de intercambio sea más corto en comparación con esperar un <a href="https://komodoplatform.com/security-delayed- prueba de trabajo-dpow/">certificación notarial</a>.
+
+
+
+ Do I need to be online for the duration of the swap?
+ ¿Necesito estar en línea durante la duración del intercambio?
+
+
+
+ Yes. You must remain connected to the internet and have your app running to successfully complete each atomic swap (very short breaks in connectivity are usually fine). Otherwise, there is risk of trade cancellation if you are a maker, and risk of loss of funds if you are a taker.
+
+The atomic swap protocol requires both participants to stay online and monitor the involved blockchains for the process to stay atomic.
+
+If you go offline, so will your orders, and any that are in progress will fail, leading to potential loss of trade / transaction fees, and a wait for the swap to timeout and issue a refund. It may also negatively affect your wallet's reputation score for future trade matching.
+
+When you come back online, your orders will begin to broadcast again at the price you set before you went offline. If there has been significant price movement in the meantime, you might unintentionally offer someone a bargain!
+
+For this reason, we recommend cancelling orders before closing %1, or reviewing and revising your prices when restarting %1.
+ Sí. Debe permanecer conectado a Internet y tener su aplicación ejecutándose para completar con éxito cada intercambio atómico (las interrupciones muy breves en la conectividad generalmente están bien). De lo contrario, existe el riesgo de cancelación de la operación si es un creador y el riesgo de pérdida de fondos si es un tomador.
+
+El protocolo de intercambio atómico requiere que ambos participantes permanezcan en línea y monitoreen las cadenas de bloques involucradas para que el proceso permanezca atómico.
+
+Si se desconecta, también lo harán sus pedidos, y cualquiera que esté en curso fallará, lo que provocará una posible pérdida de tarifas comerciales / de transacción, y una espera para que el intercambio se agote y emita un reembolso. También puede afectar negativamente el puntaje de reputación de su billetera para futuras coincidencias comerciales.
+
+Cuando vuelva a estar en línea, sus pedidos comenzarán a transmitirse nuevamente al precio que estableció antes de desconectarse. Si ha habido un movimiento de precios significativo en el ínterin, ¡es posible que involuntariamente le ofrezcas a alguien una ganga!
+
+Por este motivo, recomendamos cancelar los pedidos antes de cerrar %1 o revisar y revisar sus precios al reiniciar %1.
+
+
+
+ How are the fees on %1 calculated?
+ ¿Cómo se calculan las tarifas de %1?
+
+
+
+ There are two fee categories to consider when trading on %1.
+
+1. %1 charges approximately 0.13% (1/777 of trading volume but not lower than 0.0001) as the trading fee for taker orders, and maker orders have zero fees.
+
+2. Both makers and takers will need to pay normal network fees to the involved blockchains when making atomic swap transactions.
+
+Network fees can vary greatly depending on your selected trading pair.
+ Hay dos categorías de tarifas a tener en cuenta al operar en %1.
+
+1. %1 cobra aproximadamente el 0,13 % (1/777 del volumen de negociación pero no menos de 0,0001) como tarifa de negociación para las órdenes del tomador, y las órdenes del fabricante no tienen tarifas.
+
+2. Tanto los creadores como los tomadores deberán pagar tarifas de red normales a las cadenas de bloques involucradas al realizar transacciones de intercambio atómico.
+
+Las tarifas de la red pueden variar mucho según el par comercial seleccionado.
+
+
+
+ I see a transaction in my wallet that was marked as 'poison'. What does this mean?
+
+
+
+
+ Address poisoning is a relatively new tye of phishing attack, where a malicious actor aims to trick you into sending funds to an address that you did not intend to send funds to.
+
+This is often done by sending a zero value transaction to your wallet from an address which looks very similar to your actual address, with the exact same letters at the start and end. This transaction will then appear in your transaction history, with the scammer hoping you will mistake the fake address for your own and send funds to it.
+
+To protect you from this, %1 will mark any transaction that it detects as potentially being a poison transaction with a "poison" label. You should always be careful to confirm any address you send funds to is correct.
+
+There is a toggle in settings where you can turn on/off the display of these transactions.
+
+
+
+
+ Do you provide user support?
+ ¿Ofrecen soporte al usuario?
+
+
+
+ Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
+ ¡Sí! %1 ofrece soporte a través del <a href="%2">%1 servidor Discord</a>. ¡El equipo y la comunidad siempre están dispuestos a ayudar!
+
+
+
+ Who is behind %1?
+ ¿Quién está detrás de %1?
+
+
+
+ %1 is developed by the Komodo team. Komodo is one of the most established blockchain projects working on innovative solutions like atomic swaps, Delayed Proof of Work, and an interoperable multi-chain architecture.
+ %1 está desarrollado por el equipo de Komodo. Komodo es uno de los proyectos de cadena de bloques más establecidos que trabaja en soluciones innovadoras como intercambios atómicos, prueba de trabajo retrasada y una arquitectura multicadena interoperable.
+
+
+
+ Is it possible to develop my own white-label exchange on %1?
+ ¿Es posible desarrollar mi propio intercambio de marca blanca en %1?
+
+
+
+ Absolutely! You can read our developer documentation for more details or contact us with your partnership inquiries. Have a specific technical question? The %1 developer community is always ready to help!
+ ¡Absolutamente! Puede leer nuestra documentación para desarrolladores para obtener más detalles o ponerse en contacto con nosotros con sus consultas de asociación. ¿Tiene una pregunta técnica específica? ¡La comunidad de desarrolladores de %1 siempre está lista para ayudar!
+
+
+
+ Which devices can I use %1 on?
+ ¿En qué dispositivos puedo usar %1?
+
+
+
+ %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
+ %1 está disponible para dispositivos móviles en <a href="%2">Android y iPhone, y para escritorio en Windows, Mac y Linux</a> sistemas operativos.
+
+
+
+ Compliance Info
+ Información de cumplimiento
+
+
+
+ Due to regulatory and legal circumstances the citizens of certain jurisdictions including, but not limited to, the United States of America, Canada, Hong Kong, Israel, Singapore, Sudan, Austria, Iran and any other state, country or other jurisdiction that is embargoed by the United States of America or the European Union are not allowed to use this application.
+ Debido a circunstancias reglamentarias y legales, los ciudadanos de ciertas jurisdicciones, incluidos, entre otros, los Estados Unidos de América, Canadá, Hong Kong, Israel, Singapur, Sudán, Austria, Irán y cualquier otro estado, país u otra jurisdicción que está embargado por los Estados Unidos de América o la Unión Europea no se les permite utilizar esta aplicación.
+
+
+
+ Changelog
+ Cambios
+
+
+
+ Open Logs Folder
+ Abrir Carpeta de Registros
+
+
+
+ SwapProgress
+
+
+ act
+ SHORT FOR ACTUAL TIME
+ act
+
+
+
+ est
+ SHORT FOR ESTIMATED
+ est
+
+
+
+ Progress details
+ Detalles del Progreso
+
+
+
+ TextAreaWithTitle
+
+
+ Save
+ Guardar
+
+
+
+ Edit
+ Editar
+
+
+
+ TextEditWithCopy
+
+
+ copied to clipboard
+ copiado al portapapeles
+
+
+
+ TextEditWithTitle
+
+
+ copied to clipboard
+ copiado al portapapeles
+
+
+
+ TextFieldWithTitle
+
+
+ Required
+ Requerido
+
+
+
+ Toast
+
+
+ Click here to see the details
+ Haga clic aquí para ver los detalles
+
+
+
+ TotalView
+
+
+ Receive %1
+ Recibir %1
+
+
+
+ Send %1
+
+
+
+
+ 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
+
+
+
+ Entered amount must be higher than 0.
+
+
+
+
+ Select an order.
+
+
+
+
+ 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
+
+
+
+ Balance:
+
+
+
+
+ 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
+
+
+
+ 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)
+
+
+
+ TradeViewHeader
+
+
+ Pro View Settings
+ Vista de Configuración Pro
+
+
+
+ Display Settings
+ Configuracion de Vista
+
+
+
+ Ticker Selectors
+ Selectores
+
+
+
+ Trading Information
+ Información de Intercambios
+
+
+
+ Order Book
+ Libro de Ordenes
+
+
+
+ Best Orders
+ Mejores Ordenes
+
+
+
+ Place Order
+ Realizar pedido
+
+
+
+ TradingViewChart
+
+
+ Loading market data
+ Cargando datos de mercado
+
+
+
+ There is no chart data for this ticker yet
+ No hay datos de gráficos para este ticker aún
+
+
+
+ TransactionDetailsModal
+
+
+ Transaction Details
+ Detalles de Transacción
+
+
+
+ This transaction has been identified as a potential address poisoning attack.
+
+
+
+
+ Please see the Support FAQ for more information.
+
+
+
+
+ %1 txid
+ TICKER
+ %1 txid
+
+
+
+ copied to clipboard.
+ copiado al portapapeles.
+
+
+
+ Amount
+ Cantidad
+
+
+
+ Fees
+ Tarifas
+
+
+
+ From address
+ Desde dirección
+
+
+
+ To address
+ Para dirección
+
+
+
+ Date
+ Fecha
+
+
+
+ Unconfirmed
+ Sin confirmar
+
+
+
+ Transaction Hash
+ Hash de Transaccion
+
+
+
+ Confirmations
+ Confirmaciones
+
+
+
+ Block Height
+ Altura del Bloque
+
+
+
+ From
+ Desde
+
+
+
+ To
+ A
+
+
+
+ Notes
+ Notas
+
+
+
+ Close
+ Cerrar
+
+
+
+ View on Explorer
+ Ver en Explorer
+
+
+
+ Transactions
+
+
+ Sent
+ Enviado
+
+
+
+ Received
+ Recibido
+
+
+
+ Poison
+
+
+
+
+ fees
+ tarifas
+
+
+
+ Unconfirmed
+ Sin confirmar
+
+
+
+ UpdateInvalidChecksum
+
+
+ The downloaded update archive is corrupted !
+ ¡El archivo de actualización descargado está dañado!
+
+
+
+ Vertical
+
+
+ Order Book
+ Libro de Ordenes
+
+
+
+ WalletsView
+
+
+ Welcome
+ Bienvenido
+
+
+
+ New wallet
+ Nuevo monedero
+
+
+
+ Import wallet
+ Importar monedero
+
+
+
+ Search your wallets...
+ Buscar en sus monederos...
+
+
+
+ My Wallets
+ Mis Monederos
+
+
+
+ No wallets found!
+ ¡No se han encontrado monederos!
+
+
+
+
+ Delete
+ Eliminar
+
+
+
+ Enter password to confirm deletion of
+ Ingrese la contraseña para confirmar la eliminación de
+
+
+
+ wallet
+ billetera
+
+
+
+ Type password
+ Escriba la contraseña
+
+
+
+ Cancel
+ Cancelar
+
+
+
+
+ Wallet status
+ Estado
+
+
+
+ wallet deleted successfully
+ billetera eliminada con éxito
+
+
+
+
+ Ok
+ Ok
+
+
+
+ wallet password is incorrect
+ la contraseña de la billetera es incorrecta
+
+
+
+ ZcashParamsModal
+
+
+ %1 Activation Failed!
+ ¡Error en la activación de %1!
+
+
+
+ To activate ZHTLC coins, you need to download the Zcash Params.
+This might take a few minutes...
+ Para activar las monedas ZHTLC, debe descargar Zcash Params.
+Esto puede tardar unos minutos...
+
+
+
+ Download params & enable coins
+ Descargar parámetros & habilitar monedas
+
+
+
+ More Info
+ Más información
+
+
+
+ Close
+ Cerrar
+
+
+
+ atomic_dex::settings_page
+
+
+ An error has occurred.
+ Se ha producido un error.
+
+
+
+ atomic_dex::wallet_page
+
+
+ You do not have enough funds.
+ No tiene fondos suficientes.
+
+
+
+ %1 is not activated: click on the button to enable it or enable it manually
+ %1 no está activado: haga clic en el botón para habilitarlo o habilítelo manualmente
+
+
+
+ You need to have %1 to pay the gas for %2 transactions.
+ Necesita tener %1 para pagar la gasolina de %2 transacciones.
+
+
+
+ Checksum verification failed for %1.
+ La verificación de la suma de comprobación falló para %1.
+
+
+
+ Invalid checksum for %1. Click the button to convert to mixed case address.
+ Suma de comprobación no válida para %1. Haga clic en el botón para convertir a dirección de mayúsculas y minúsculas.
+
+
+
+ Legacy address used for %1. Click the button to convert to a Cashaddress.
+ Dirección heredada utilizada para %1. Haga clic en el botón para convertir a una dirección de efectivo.
+
+
+
+ %1 address must be prefixed with 0x
+ La dirección %1 debe tener el prefijo 0x
+
+
+
+ %1 address length is invalid, please use a valid address.
+ La longitud de la dirección %1 no es válida, utilice una dirección válida.
+
+
+
+ %1 address is invalid.
+ La dirección %1 no es válida.
+
+
+
+ Invalid checksum.
+ Suma de comprobación no válida.
+
+
+
+ %1 address has invalid prefixes.
+ La dirección %1 tiene prefijos no válidos.
+
+
+
+ Backend error: %1
+ Error de backend: %1
+
+
+
+ main
+
+
+ Logout
+ Cerrar sesión
+
+
+
+ Balance
+ Saldo
+
+
+
diff --git a/atomic_defi_design/assets/languages/atomic_defi_fr.ts b/atomic_defi_design/assets/languages/atomic_defi_fr.ts
index 162406d57e..ba3c84b9e9 100644
--- a/atomic_defi_design/assets/languages/atomic_defi_fr.ts
+++ b/atomic_defi_design/assets/languages/atomic_defi_fr.ts
@@ -1,731 +1,654 @@
+
+ AddAddressForm
+
+
+ Use standard network address
+
+
+
+
+ Label
+
+
+
+
+ This key already exists.
+ Cette clé existe déjà.
+
+
+
+ Address
+ Adresse
+
+
+
+
+ Cancel
+ Annuler
+
+
+
+ Convert
+
+
+
+
+ Update
+
+
+
+
+ Save
+ Sauvegarder
+
+
+
+ You need to enable %1 before adding this kind of address.
+
+
+
+
+ Enable
+ Activer
+
+AddCustomCoinModal
-
+ Choose the asset typeChoisir le type d'actif
-
- Type
- Type
-
-
-
+ CancelAnnuler
-
-
-
+
+
+ NextSuivant
-
-
+ Enter the contract addressEntrer l'adresse du contrat
-
+ Choose the asset tickerChoisissez le symbole de l'actif
-
+ TickerSymbole
-
+ Enter the tickerEntrez le symbole
-
- Contract Address
- Adresse du contrat
+
+ Get the contract address from
+ Obtenez l'adresse du contrat de
-
- Get the contract address from
+
+ Contract address
-
+ Get the contract address from
-
+ Obtenez l'adresse du contrat de
-
-
-
-
+
+
+
+ PreviousPrécedent
-
+ Choose the asset logoChoisissez le logo de l'actif
-
+ BrowseNaviguer
-
+ Please choose the asset logoS'il-vous-plaît choissisez le logo de l'actif
-
+ ConfigurationConfiguration
-
+ All configuration fields will be fetched using the contract address you provided.Tous les champs de configuration vont être récupérés à partir de l'adresse du contrat que vous avez fournis.
-
+ NameNom
-
+ Enter the nameEntrez le nom
-
+ Coingecko IDCoingecko ID
-
+ Enter the Coingecko IDEntrer l'identifiant coingecko
-
+ Get the Coingecko IDRécupérer l'identifiant coingecko
-
+ ActiveActif
-
-
+
+ PreviewPré-visualisation
-
+ WARNING: Application will restart immidiately to apply the changes!AVERTISSEMENT: l'application redémarrera immédiatement pour appliquer les modifications!
-
+ Asset not found, please go back and make sure Contract Address is correctActif introuvable, veuillez revenir en arrière et vous assurer que l'adresse du contrat est correcte
-
+ Config FieldsChamps de configuration
-
+ Fetched DataDonnées récupérées
-
+ Submit & RestartSoumettre et redémarrer
- AddressBook
+ AddTagPopup
-
- Address Book
- Carnet d'adresses
+
+ Tag name
+
-
- New Contact
- Nouveau contact
+
+ Contact already has this tag.
+
-
- Search a contact by name or tags
- Rechercher un contact par nom ou par tags
+
+ + ADD
+
-
- Name
- Nom
+
+ A contact can only have 5 tags.
+
+
+
+ AmountChart
-
- Tags (first 6)
- Tags (Les 6 premiers)
+
+ Work in progress
+ Travail en cours
+
+
+ App
-
- Actions
- Actions
+
+ Recover Funds Result
+ Le résultat de la récupération des fonds
+
+
+ AssetFromStandardSelector
-
- Edit
- Éditer
+
+ Choose a valid
+ Choisissez un actif
-
- Remove
- Retirer
+
+ asset
+
-
- Do you want to remove this contact ?
- Voulez-vous supprimer ce contact ?
+
+ Search an asset
+
-
- Yes
- Oui
+
+ Disabled
+
+
+
+ AssetPieChart
-
- No
- Non
+
+ Assets
+ Actifs
- AddressBookAddContactAddressModal
+ AssetsList
-
- Create a new address
- Créer une nouvelle adresse
+
+ Asset
+ Asset
-
- Edit address entry
- Edition de l'entrée pour l'addresse
+
+ Balance
+ Balance
-
- Selected wallet: %1
+
+ Fiat Balance
-
- NONE
+
+ Change 24h
+ Changement 24H
+
+
+
+ Price
+ Prix
+
+
+
+ Source
+ Source
+
+
+
+ Activating:
-
- Enter a name
- Entrez un nom
+
+ Price provider is: %1
+ Fournisseur de prix : %1
+
+
+ Bottom
-
- This key already exists.
- Cette clé existe déjà.
+
+ Add Crypto
+
-
- Enter the address
- Entrez l'adresse
+
+ Settings
+ Réglages
-
- Validate
- Valider
+
+ Support
+ Support
-
- Cancel
- Annuler
+
+ Privacy
+ Intimité
-
-
- AddressBookEditContactModal
-
- Edit contact
- Modifier le contact
+
+ Disable Privacy?
+
-
- Contact Name
- Nom du contact
+
+ Enter wallet password to confirm
+
-
- Enter a contact name
- Entrez un nom de contact
+
+ Type password
+ Tapez votre mot de passe
-
- Address List
- Liste d'addresse
+
+ Confirm
+ Confirmer
-
- Search for an address entry.
- Rechercher une addresse.
+
+ Cancel
+ Annuler
-
- Type
- Type
+
+ Privacy status
+
-
- Key
- Clef
+
+ Privacy mode disabled successfully
+
-
- Address
- Addresse
+
+
+ Ok
+ Ok
-
- Actions
- Actions
+
+ Wrong password!
+
-
- New Address
- Nouvelle addresse
+
+ wallet password is incorrect
+ le mot de passe du portefeuille est incorrect
+
+
+ CamouflagePasswordModal
-
- Tags
- Tags
+
+ Setup Camouflage Password
+ Configurer le mot de passe de camouflage
-
- +
- +
+
+ Camouflage Password is a secret password for emergency situations.
+ Le mot de passe de camouflage est un mot de passe secret pour les situations d'urgence.
-
- Confirm
- Confirmer
+
+ Using it to login will display your balance lower than it actually is.
+ Son utilisation pour vous connecter affichera votre solde inférieur à ce qu'il est réellement.
-
-
- Cancel
- Annuler
+
+ Here you enter the suffix and at login you need to enter {real_password}{suffix}
+ Ici, vous entrez le suffixe et lors de la connexion, vous devez entrer {mot de passe réel}{suffixe}
-
- The selected address belongs to a disabled coin, you need to enabled it before sending.
- L'adresse sélectionnée appartient à un actif désactivée, vous devez l'activer avant l'envoi.
+
+ Password suffix
+ Suffixe du mot de passe
-
- Enable
- Activer
+
+ Confirm pasword suffix
+ Confirmer le suffixe du mot de passe
-
- Cannot send to this address
- Impossible d'envoyer à cette adresse
+
+ Enter a password suffix
+ Entrez un suffixe de mot de passe
-
- Your balance is empty
- Votre solde est vide
+
+ Enter the same password suffix to confirm
+ Entrez le même suffixe de mot de passe pour confirmer
-
- Ok
- Ok
+
+ Cancel
+ Annuler
-
-
- AddressBookNewContactCategoryModal
-
- Add a new tag
- Ajouter un nouveau tag
+
+ Save
+ Sauvegarder
+
+
+ CannotEnableCoinModal
-
- Enter the tag name
- Entrer le nom du tag
+
+ Failed to enable %1
+ Échec de l'activation de %1
-
- This contact already has this tag
- Ce contact possède déjà ce tag
+
+ Enabling %1 did not succeed. Limit of enabled coins might have been reached.
+ L'activation de %1 n'a pas réussi. La limite de pièces activées a peut-être été atteinte.
-
- Add
- Ajouter
+
+ Change limit in settings
+ Changer la limite dans les paramètres
-
+ CancelAnnuler
- AddressBookNewContactModal
+ Center
-
- Create a new contact
- Créer un nouveau contact
+
+ Portfolio
+ Portfolio
-
- Enter the contact name
- Entrez le nom du contact
+
+ Wallet
+ Portefeuille
-
- This contact name already exists.
- Ce nom de contact existe déjà.
+
+ DEX
+ DEX
-
- Confirm
- Confirmer
+
+ Address Book
+ Carnet d'adresses
-
- Cancel
- Annuler
+
+ Fiat
+ Monnaie fiduciaire
- AddressBookSendWalletSelector
+ CexInfoModal
-
- Choose a valid
- Choisissez un actif
+
+ Market Data
+ Données du marché
-
- coin
- valide
+
+ Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.
+ Les données de marché (prix, graphiques, etc.) marquées de l'icône ⓘ proviennent de sources tierces.<br><br>Les données proviennent de <a href="https://www.coingecko.com/fr">Coingecko </a>.
- AddressBookWalletTypeListModal
+ Chart
-
- Select wallet type
- Sélectionnez le type de portefeuille
+
+ Loading market data
+ Chargement des données de marché
-
- Search
- Rechercher
+
+ There is no chart data for this pair
+
-
-
- AmountChart
-
- Work in progress
- Travail en cours
+
+ There is no chart data for %1 (testcoin) pairs
+
- AssetPieChart
+ ClaimFaucetResultModal
-
- Assets
- Actifs
+
+ Close
+ Fermer
- BestOrdersModal
+ ClaimRewardsModal
-
- Best Orders
- Meilleurs offres
+
+ Failed to prepare to claim rewards
+ Échec de la préparation de la réclamation des récompenses
-
- Token
- Asset
+
+ Claim your %1 reward?
+ TICKER
+ Réclamer votre %1 récompense ?
-
- Available Quantity
- Quantité disponible
+
+ No UTXOs eligible for claiming
+ Aucun UTXO éligible pour réclamer
-
- Available Quantity (in %1)
- Quantité disponible (en %1)
+
+ Transaction fee is higher than the reward!
+ Les frais de transaction sont plus élevés que la récompense !
-
- Fiat Volume
- Montant Fiduciaire
+
+ You will receive
+
-
- CEX Rate
- Taux CEX
+
+ Refresh
+ Actualiser
-
- %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
- %1 n'est pas activé - Souhaitez vous l'activer pour pouvoir selectionnez les meilleurs offres %2 ?<br><a href='#'>Oui</a> - <a href='#no'>Non</a>
+
+ Read more about KMD active users rewards
+ En savoir plus sur les récompenses des utilisateurs actifs de KMD
-
- Cancel
- Annuler
+
+ UTXO
+ UTXO
-
- Refresh
- Actualiser
+
+ Amount
+ Montant
-
-
- BuyBox
-
- Buy
- Acheter
+
+ Reward
+ Récompense
-
-
- CamouflagePasswordModal
-
- Setup Camouflage Password
- Configurer le mot de passe de camouflage
+
+ Accruing Start
+ Début accumulation
-
- Camouflage Password is a secret password for emergency situations.
- Le mot de passe de camouflage est un mot de passe secret pour les situations d'urgence.
+
+ Accruing Stop
+ Fin accumulation
-
- Using it to login will display your balance lower than it actually is.
- Son utilisation pour vous connecter affichera votre solde inférieur à ce qu'il est réellement.
+
+ Time Left
+ Temps restant
-
- Here you enter the suffix and at login you need to enter {real_password}{suffix}
- Ici, vous entrez le suffixe et lors de la connexion, vous devez entrer {mot de passe réel}{suffixe}
+
+ Error
+ Erreur
-
- Enter a suffix
- Entrer un suffixe
+
+ Locktime is not set
+ L'heure de verrouillage n'est pas définie
-
- Cancel
- Annuler
+
+ Locktime is less than the threshold
+ Le temps de verrouillage est inférieur au seuil
-
- Save
- Sauvegarder
+
+ UTXO height is greater than end of the era
+ La hauteur UTXO est supérieure à la fin de l'ère
-
-
- CandleStickChart
-
- Loading market data
- Chargement des données de marché
+
+ UTXO amount is less than 10
+ Le montant UTXO est inférieur à 10
-
- There is no chart data for this pair yet
- Il n'y a pas encore de données graphiques pour cette paire
+
+ One hour did not pass yet
+ Une heure ne s'est pas encore écoulée
-
-
- CannotEnableCoinModal
-
- Failed to enable %1
- Échec de l'activation de %1
-
-
-
- Enabling %1 did not succeed. Limit of enabled coins might have been reached.
- L'activation de %1 n'a pas réussi. La limite de pièces activées a peut-être été atteinte.
-
-
-
- Change limit in settings
- Changer la limite dans les paramètres
-
-
-
- Cancel
- Annuler
-
-
-
- CexInfoModal
-
-
- Market Data
- Données du marché
-
-
-
- Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://bandprotocol.com/">Band Decentralized Oracle</a> and <a href="https://coingecko.com">CoinGecko</a>.<br><br><b>Oracle Supported Pairs:</b><br>%1<br><br><b>Last reference (Band Oracle):</b><br><a href="%2">%2</a>
- Les données de marché (prix, graphiques, etc.) marquées de l'icône ⓘ proviennent de sources tierces.<br><br>Les données proviennent de <a href="https://bandprotocol.com/"> Band Decentralized Oracle</a> et <a href="https://www.coingecko.com/fr">Coingecko </a>.<br><br><b>Paires prises en charge par Oracle:</b><br>%1<br><br><b>Dernière référence (Band Oracle) :</b><br><a href="%2">%2</a>
-
-
-
- CexInfoTrigger
-
-
- Price oracle powered by Band Protocol
- Prix de l'oracle alimenté par Band Protocol
-
-
-
- ClaimRewardsModal
-
-
- Failed to prepare to claim rewards
- Échec de la préparation de la réclamation des récompenses
-
-
-
- Claim your %1 reward?
- TICKER
- Réclamer votre %1 récompense ?
-
-
-
- No UTXOs eligible for claiming
- Aucun UTXO éligible pour réclamer
-
-
-
- You will receive %1
- AMT TICKER
- Vous allez recevoir %1
-
-
-
- Transaction fee is higher than the reward!
- Les frais de transaction sont plus élevés que la récompense !
-
-
-
- Refresh
- Actualiser
-
-
-
- Read more about KMD active users rewards
- En savoir plus sur les récompenses des utilisateurs actifs de KMD
-
-
-
- UTXO
- UTXO
-
-
-
- Amount
- Montant
-
-
-
- Reward
- Récompense
-
-
-
- Accruing Start
- Début accumulation
-
-
-
- Accruing Stop
- Fin accumulation
-
-
-
- Time Left
- Temps restant
-
-
-
- Error
- Erreur
-
-
-
- Locktime is not set
- L'heure de verrouillage n'est pas définie
-
-
-
- Locktime is less than the threshold
- Le temps de verrouillage est inférieur au seuil
-
-
-
- UTXO height is greater than end of the era
- La hauteur UTXO est supérieure à la fin de l'ère
-
-
-
- UTXO amount is less than 10
- Le montant UTXO est inférieur à 10
-
-
-
- One hour did not pass yet
- Une heure ne s'est pas encore écoulée
-
-
-
+ Transaction is in mempoolLa transaction est en mempool
-
+ Unknown problemProblème inconnu
-
+ CancelAnnuler
-
+ ConfirmConfirmer
@@ -733,50 +656,55 @@
CoinMenu
-
+ Disable %1TICKERDésactiver %1
-
+ Disable and Delete %1TICKERDésactiver et Supprimer %1
-
+ Disable all %1 assetsDésactiver tous les actifs %1
-
+ Disable all assetsDésactiver tous les actifs
-
-
- CoinsListModal
-
- Select a ticker
- Choisir une asset
+
+ Disable 0 balance assets
+
+
+
+ ComboBoxWithSearchBar
-
- Token name
- Nom de l'asset
+
+ Search
+ RechercherCombo_fiat
-
+
+ Language
+ Langue
+
+
+ FiatMonnaie fiduciaire
-
+ Recommended: Conseillé:
@@ -784,42 +712,42 @@
ConfirmMultiOrderTradeModal
-
+ Confirm Multi Order DetailsConfirmer les détails de l'ordre multiple
-
+ These swaps requests can not be undone and this is the final event!Ces demandes d'échange ne peuvent être annulées et c'est l'événement final !
-
+ These transactions can take up to 60 mins - DO NOT close this application!Ces transactions peuvent prendre jusqu'à 60 minutes - NE fermez PAS cette application !
-
+ Same funds will be used until an order matches.Les mêmes fonds seront utilisés jusqu'à ce qu'une commande corresponde.
-
+ Note that if one order is filled other will not be cancelled.Notez que si un ordre est exécutée, une autre ne sera pas annulée.
-
+ CancelAnnuler
-
+ ConfirmConfirmer
-
+ Placed multiple ordersOrdres multiples placés
@@ -827,74 +755,83 @@
ConfirmTradeModal
-
+ Confirm Exchange DetailsDé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 !
-
- Total %1 fees: %2 (%3)
- Total %1 frais: %2 (%3)
-
-
-
+ Security configurationConfiguration de la sécurité
-
- dPoW protected
- dPoW protégé
-
-
-
-
+ Read more about dPoWEn savoir plus sur dPoW
-
+ Use custom protection settings for incoming %1 transactionsTICKER
- 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 securityActiver la sécurité de Komodo dPoW
-
+ %1 confirmations for incoming %2 transactionsIl 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 ConfirmationsConfirmations requises
-
+ Warning, this atomic swap is not dPoW protected!Attention, ce swap atomique n'est pas protégé par dPoW !
-
+ CancelAnnuler
-
+ ConfirmConfirmer
@@ -902,7 +839,7 @@
CopyFieldButton
-
+ Copied to ClipboardCopier dans le presse-papier
@@ -910,315 +847,325 @@
Dashboard
-
+ The current number of enabled coins does not match your configuration specification. Your assets configuration will be reset.Le nombre actuel d'actifs activées ne correspond pas à vos spécifications de configuration. La configuration de vos actifs sera réinitialisée.
-
-
- Content for this section will be added later. Stay tuned!
- Le contenu de cette section sera ajouté ultérieurement. Restez à l'écoute !
-
-
-
+ MatchingRecherche en cours
-
+ Order MatchingRecherche d'un ordre
-
+ MatchedTrouvé
-
+ Order MatchedOrdre trouvé
-
+ OngoingEn cours
-
+ Swap OngoingÉchange en cours
-
+ SuccessfulRéussi
-
+ Swap SuccessfulÉchange terminé
-
+ RefundingEn cours de remboursement
-
+ FailedÉchoué
-
+ Swap FailedErreur lors de l'échange
-
+ UnknownInconnue
-
+ Unknown StateÉtat inconnu
-
+ StartedCommencé
-
+ NegotiatedNégocié
-
+ Taker fee sentFrais de preneur envoyés
-
+ Maker payment receivedPaiement de l'envoyeur reçu
-
+ Maker payment wait confirm startedLa confirmation d'attente de paiement de l'envoyeur a commencé
-
+ Maker payment validated and confirmedPaiement de l'envoyeur validé et confirmé
-
+ Taker payment sentPaiement du preneur envoyé
-
+ Taker payment spentPaiement du preneur dépensé
-
+ Maker payment spentPaiement de l'envoyeur dépensé
-
+ FinishedFini
-
+ Start failedLe démarrage a échoué
-
+ Negotiate failedLa négociation a échoué
-
+ Taker fee validate failedÉchec de la validation des frais du preneur
-
+ Maker payment transaction failedLa transaction de paiement du créateur a échoué
-
+ Maker payment Data send failedÉchec de l'envoi des données de paiement du créateur
-
+ Maker payment wait confirm failedLa confirmation de l'attente de paiement du créateur a échoué
-
+ Taker payment validate failedLa validation du paiement du preneur a échoué
-
+ Taker payment wait confirm failedLa confirmation de l'attente de paiement du preneur a échoué
-
+ Taker payment spend failedÉchec des dépenses de paiement du preneur
-
+ Maker payment wait refund startedattente de paiement du créateur, remboursement commencé
-
+ Maker payment refundedPaiement du créateur remboursé
-
+ Maker payment refund failedéchec du remboursement du paiement du créateur
+
+ DatePicker
+
+
+ Date
+ Date
+
+
+
+ DefaultCopyIcon
+
+
+ copied to clipboard
+ copié dans le presse-papier
+
+DefaultRangeSlider
-
+ MinMin
-
- Half
- Moitié
-
-
-
+ MaxMax
- DefaultSweetComboBox
+ DefaultTextEdit
-
- Search
- Rechercher
+
+ copied to clipboard
+ copié dans le presse-papierDeleteWalletModal
-
+ Delete WalletSupprimez votre portefeuille
-
+ Are you sure you want to delete %1 wallet?WALLET_NAMEÊtes-vous sûre de supprimez le portefeuille %1 ?
-
+ If so, make sure you record your seed phrase in order to restore your wallet in the future.Si tel est le cas, assurez-vous d'enregistrer votre phrase de départ afin de restaurer votre portefeuille à l'avenir.
-
+ Enter your wallet passwordEntrez le mot de passe de votre portefeuille
-
+ Wrong PasswordMauvais mot de passe
-
+ CancelAnnuler
-
+ DeleteSupprimez
+
+ DexAppPasswordField
+
+
+ Type password
+ Tapez votre mot de passe
+
+DexKeyChecker
-
+ At least 1 lowercase alphabetical character
- Au moins 1 caractère alphabétique en minuscule
+ Au moins 1 caractère alphabétique en minuscule
-
+ At least 1 uppercase alphabetical character
- Au moins 1 caractère alphabétique en majuscule
+ Au moins 1 caractère alphabétique en majuscule
-
+ At least 1 numeric character
- Au moins 1 caractère numérique
+ Au moins 1 caractère numérique
-
+ At least 1 special character (eg. !@#$%)
- Au moins 1 caractère spécial (ex: ! @ # $%)
+ Au moins 1 caractère spécial (ex: ! @ # $%)
-
-
- At least %n character(s)
-
- Au moins %n caractère
- Au moins %n caractères
-
+
+
+ Between %1 and %2 character(s)
+
-
+ Password and Confirm Password have to be same
- Le mot de passe et la confirmation du mot de passe doivent être identiques
+ Le mot de passe et la confirmation du mot de passe doivent être identiquesDexPaginator
-
+ items per page
- Nombres d'éléments par page
+ Nombres d'éléments par pageDexRangeSlider
-
+ MinMin
-
+ HalfMoitié
-
+ MaxMax
@@ -1226,55 +1173,136 @@
DexSweetComboBox
-
+ SearchRechercher
+
+ EditContactModal
+
+
+ Edit contact
+ Modifier le contact
+
+
+
+ Contact name
+
+
+
+
+ Enter a contact name
+ Entrez un nom de contact
+
+
+
+ Address list
+
+
+
+
+ Address Book
+ Carnet d'adresses
+
+
+
+ address copied to clipboard
+
+
+
+
+ Edit
+ Éditer
+
+
+
+ + Add Address
+
+
+
+
+ Cancel Updates
+
+
+
+
+ Save Updates
+
+
+
+
+ Tags
+ Tags
+
+
+
+ Add tag
+
+
+
+
+ EnableAssetModal
+
+
+ The selected address belongs to a disabled asset, you need to enabled it before sending.
+
+
+
+
+ Enable
+ Activer
+
+
+
+ Cancel
+ Annuler
+
+EnableCoinModal
-
+ Enable assetsActiver les actifs
-
- Add a custom asset to the list
- Ajouter un token personnalisé à la liste
-
-
-
+ All assets are already enabled!Tous les actifs sont déjà activés !
-
+ Change assets limitLimiter le nombre d'actifs
-
- Search
- Rechercher
+
+ Cancel
+ Annuler
-
+ Select all assetsSélectionnez tous les actifs
-
+
+ Search assets
+
+
+
+ You can still enable %1 assets. Selected: %2.Vous pouvez toujours activer %1 actifs. Sélectionnés: %2.
-
- Close
- Fermer
+
+ Add a custom asset
+
-
+ EnableActiver
@@ -1282,88 +1310,50 @@
EulaModal
-
+ Disclaimer & Terms of ServiceClause de non-responsabilité et conditions d'utilisation
-
+ Accept EULAAcceptez l'EULA
-
+ Accept Terms and ConditionsAccepter les termes et conditions
-
+ CloseFermer
-
+ CancelAnnuler
-
+ ConfirmConfirmer
-
-
- <h2>This End-User License Agreement ('EULA') is a legal agreement between you and Komodo Platform.</h2>
-
-<p>This EULA agreement governs your acquisition and use of our %1 software ('Software', 'Mobile Application', 'Application' or 'App') directly from Komodo Platform or indirectly through a Komodo Platform authorized entity, reseller or distributor (a 'Distributor').</p>
-<p>Please read this EULA agreement carefully before completing the installation process and using the %1 software. It provides a license to use the %1 software and contains warranty information and liability disclaimers.</p>
-<p>If you register for the beta program of the %1 software, this EULA agreement will also govern that trial. By clicking 'accept' or installing and/or using the %1 software, you are confirming your acceptance of the Software and agreeing to become bound by the terms of this EULA agreement.</p>
-<p>If you are entering into this EULA agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity and its affiliates to these terms and conditions. If you do not have such authority or if you do not agree with the terms and conditions of this EULA agreement, do not install or use the Software, and you must not accept this EULA agreement.</p>
-<p>This EULA agreement shall apply only to the Software supplied by Komodo Platform herewith regardless of whether other software is referred to or described herein. The terms also apply to any Komodo Platform updates, supplements, Internet-based services, and support services for the Software, unless other terms accompany those items on delivery. If so, those terms apply.</p>
-
-<h3>License Grant</h3>
-<p>Komodo Platform hereby grants you a personal, non-transferable, non-exclusive licence to use the %1 software on your devices in accordance with the terms of this EULA agreement.</p>
-
-<p>You are permitted to load the %1 software (for example a PC, laptop, mobile or tablet) under your control. You are responsible for ensuring your device meets the minimum security and resource requirements of the %1 software.</p>
-
-<p><b>You are not permitted to:</b></p>
-<ul>
-<li>Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things</li>
-<li>Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose</li>
-<li>Use the Software in any way which breaches any applicable local, national or international law</li>
-<li>Use the Software for any purpose that Komodo Platform considers is a breach of this EULA agreement</li>
-</ul>
-
-<h3>Intellectual Property and Ownership</h3>
-<p>Komodo Platform shall at all times retain ownership of the Software as originally downloaded by you and all subsequent downloads of the Software by you. The Software (and the copyright, and other intellectual property rights of whatever nature in the Software, including any modifications made thereto) are and shall remain the property of Komodo Platform.</p>
-
-<p>Komodo Platform reserves the right to grant licences to use the Software to third parties.</p>
-
-<h3>Termination</h3>
-<p>This EULA agreement is effective from the date you first use the Software and shall continue until terminated. You may terminate it at any time upon written notice to Komodo Platform.</p>
-<p>It will also terminate immediately if you fail to comply with any term of this EULA agreement. Upon such termination, the licenses granted by this EULA agreement will immediately terminate and you agree to stop all access and use of the Software. The provisions that by their nature continue and survive will survive any termination of this EULA agreement.</p>
-
-<h3>Governing Law</h3>
-<p>This EULA agreement, and any dispute arising out of or in connection with this EULA agreement, shall be governed by and construed in accordance with the laws of Vietnam.</p>
-
-<p><b>This document was last updated on January 31st, 2020</b></p>
-
- FatalErrorModal
-
+ Fatal ErrorErreur fatale
-
+ Connection has been lost. You have been disconnected.La connexion a été perdue. Vous avez été déconnecté.
-
+ CloseFermer
@@ -1371,91 +1361,53 @@
FeeInfo
-
+ Minimum feeFrais minimum
-
+ Fees will be calculatedLes frais seront calculés
- FirstLaunch
+ GasInfoModal
-
-
- Type password
+
+ How do I calculate gas?
-
- connect
+
+ Gas is measured in gwei. Gwei is just a unit of Ether, and is equal to 0.000000001 ETH (or the equivalent platform coin such as AVAX or BNB). The gas price varies over time depending on network congestion.
-
- Welcome
- Bienvenue
-
-
-
- New Wallet
- Nouveau portefeuille
-
-
-
- Recover Wallet
- Récupérer portefeuille
+
+ The gas limit is how many units of gas (maximum) you allocate to pay for a transaction. The gas required depending on the size of the transaction & data being transmitted.
+
-
- My Wallets
- Mes portefeuilles
+
+ A standard transaction not involving contracts uses 21,000 gas units, with any of the limit remaining returned to the source address.
+
-
-
- Delete
- Supprimez
+
+ Transactions involving contracts may result in the whole limit being consumed, so be careful not to set it too high.
+
-
- Enter password to confirm deletion of
-
-
-
-
- wallet
-
-
-
-
- Cancel
- Annuler
-
-
-
-
- Wallet status
-
-
-
-
- wallet deleted successfully
-
-
-
-
- wallet password entered is incorrect
+
+ For more information, read the article at <a href="https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use">https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use</a>General
-
+ %n day(s)%n jour(s)
@@ -1463,7 +1415,7 @@
-
+ %ndday
@@ -1472,7 +1424,7 @@
-
+ %nhhours
@@ -1481,7 +1433,7 @@
-
+ %nmminutes
@@ -1490,7 +1442,7 @@
-
+ %nsseconds
@@ -1499,7 +1451,7 @@
-
+ %nmsmilliseconds
@@ -1508,66 +1460,117 @@
-
+ --
-
+
+ <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>
+ Taxes de transaction du créateur
+
+
+
+ %1 balance is zero
+
+
+
+
+ Activating %1 (%2%)
+
+
+
+
+ Loading wallet...
+
+
+
+
+ Min: %1
+
+
+
+
+ Enter an amount
+ Entrez un montant
+
+
+ Trading FeeFrais d'échanges
-
+ Minimum Trading AmountFrais d'échange minimum
-
+ Wallet %1 already existsWALLETNAMELe portefeuille %1 existe déjà
-
+ %1 balance is lower than the fees amount: %2 %3La %1 balance est inférieur aux frais: %2 %3
-
+ Tradable (after fees) %1 balance is lower than minimum trade amountLe solde négociable (après frais) %1 est inférieur au montant minimum de la transaction
-
+ Please fill the price fieldVeuillez remplir le champ de prix
-
+ Please fill the volume field
- Veuillez remplir le champ de volume
+
-
-
+
+
+ Please wait for %1 to fully activate
+
+
+
+
+ %1 volume is lower than minimum trade amountLe 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 ErrorErreur inconnue
@@ -1575,94 +1578,170 @@
Header
-
+ You getVous recevez
-
+ You sendVous envoyez
-
+ Fiat PricePrix fiduciaire
-
+ CEX rateTaux CEX
-
+ PricePrix
-
+ QuantityQuantité
-
+ TotalTotal
- History
+ ImportWallet
-
- Recent Swaps
- Swaps récents
+
+ Failed to Import the wallet
+ Échec de l'importation du portefeuille
-
-
- InitialLoading
-
- Loading, please wait
- Chargement en cours, veuillez patienter
+
+ Import wallet - Setup
+ Importer le portefeuille - Configuration
-
- Initializing MM2
- Initialisation de MM2
+
+ Import wallet - Choose password
+ Importer le portefeuille - Choisir le mot de passe
-
- Enabling assets
- Activer les actifs
+
+ Wallet Name
+ Nom du portefeuille
-
- Getting ready
- Chargement
+
+ Enter seed
+ Entrez la phrase de récupération
-
-
- Languages
-
- Language
- Langue
+
+ Your seed is not BIP39 compliant.
+Try again or select 'Allow custom seed' to continue.
+
+
+
+
+
+ i understand
+ je comprends
+
+
+
+
+ я согласен
+
+
+
+
+
+ je comprends
+
+
+
+
+
+ entiendo
+
+
+
+
+
+ anladım
+
+
+
+
+
+ ich verstehe
+
+
+
+
+ Ok
+ Ok
+
+
+
+ Allow custom seed
+ Autoriser les phrases de récupération personnalisées
+
+
+
+ <strong>Allow custom seed</strong>
+ <strong>Autoriser les phrases personnalisées</strong>
+
+
+
+ Custom seed phrases might be less secure and easier to crack than a generated BIP39 compliant seed phrase or private key (WIF).<br><br>To confirm you understand the risk and know what you are doing, type <strong>'I understand'</strong> in the box below.
+ Les phrases de départ personnalisées peuvent être moins sécurisées et plus faciles à déchiffrer qu'une phrase de départ ou une clé privée (WIF) conforme à BIP39 générée.<br><br>Pour confirmer que vous comprenez le risque et savez ce que vous faites, tapez <strong>'Je comprends'</strong> dans la case ci-dessous.
+
+
+
+ I understand
+ Je comprends
+
+
+
+ Next
+ Suivant
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+ Entrez le même mot de passe pour confirmer
+
+
+
+ Continue
+ ContinuerLinksRow
-
+ Join our Discord serverRejoignez notre serveur Discord
-
+ Follow us on TwitterSuivez-nous sur Twitter
-
+ Go to Support GuidesM'envoyer sur les guides du support
@@ -1670,193 +1749,346 @@
List
-
+ Funds are recoverableLes fonds sont récupérables
+
+
+ Best Orders
+ Meilleurs offres
+
+
+
+ Enter volume to see best orders.
+
+ ListDelegate
-
- This order require a minimum amount of %1 %2 <br>You don't have enough funds.<br> Your max balance after fees is: (%3)
- Cette commande nécessite un montant minimum de%1 %2 <br> Vous n'avez pas assez de fonds. <br> Votre solde maximum après frais est: (%3)
-
-
-
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a> %1 n'est pas activé - Souhaitez vous l'activer pour pouvoir selectionnez les meilleurs offres %2 ?<br><a href='#'>Oui</a> - <a href='#no'>Non</a>
+
+
+ %1 is not enabled - Please enable it through the coin activation menu
+
+
+
+
+ This order requires a minimum amount of %1 %2 <br>You don't have enough funds.<br> %3
+ Cette commande nécessite un montant minimum de %1 %2 <br>Vous n'avez pas assez de fonds.<br> %3
+ LogModal
-
+ CloseFermer
+
+ Logging
+
+
+ Loading, please wait
+ Chargement en cours, veuillez patienter
+
+
+
+ Initializing MM2
+ Initialisation de MM2
+
+
+
+ Enabling assets
+ Activer les actifs
+
+
+
+ Getting ready
+ Chargement
+
+Login
-
+ Incorrect PasswordMot de passe incorrect
-
-
- Login
- Connection
+
+ Log In
+
-
- Type password
+
+ Cancel
+ Annuler
+
+
+
+ LogoutModal
+
+
+ Exit %1 or go to login menu?
-
- Back
- Retour
+
+ Warning: You currently have a swap in progress.
+Logging out may result in a failed swap.
+
-
- Connect
+
+ Warning: You currently have open maker orders.
+They will be removed from the orderbook until you log in again.
+
+
+ Login menu
+
+
+
+
+ Exit
+
+
+
+
+ Cancel
+ Annuler
+ Main
-
- Wallet Balance
- Solde portefeuille
-
-
-
+ PricePrix
-
- Change 24h
- Changement 24H
+
+ Change 24hr
+
-
- Portfolio %
- Portefeuille %
+
+ Contract Address
+
-
+ SendEnvoyez
-
+ Enable %1 ?Activer %1 ?
-
+ YesOui
-
+ NoNon
-
+ ReceiveRecevoir
-
+
+ SwapÉchange
-
- Claim Rewards
- Réclamer des récompenses
+
+ Portfolio
+ Portfolio
+
+
+
+ is wallet only
+
+
+
+
+ Rewards
+ Récompenses
-
+ FaucetRobinet
-
+
+
+
+ Public Key
+
+
+
+
+ Copied to Clipboard
+ Copier dans le presse-papier
+
+
+ Loading market dataChargement des données de marché
-
+ There is no chart data for this ticker yetIl n'y a pas encore de données graphiques pour ce ticker
-
- Loading
- Chargement
+
+ Fetching transactions...
+
-
- Scanning blocks for TX History...
- Analyses des blocs pour l'historique TX...
+
+ Please wait, %1 is %2
+
-
- Syncing TX History...
- Synchronisation de l'historique de transactions...
+
+ % activated...
+
-
- No transactions
- Pas de transactions
+
+ No transactions available
+
-
- Refreshing
- Actualiser
+
+ Click to view your address on %1 (%2) block explorer
+
-
- Fetching transactions
- Récupération des transactions
+
+ Trading Information
+ Informations de Trading
-
- Trade
- Échanger
+
+ Chart
+ Chart
-
+
+ OrdersOrdres
-
+
+ HistoryHistorique
-
- Recover Funds Result
- Le résultat de la récupération des fonds
+
+ Place Order
+ Placer l'ordre
+
+
+
+ Order Selected
+ Ordre séléctionné
+
+
+
+ START SWAP
+ COMMENCER L'ÉCHANGE
+
+
+
+
+ Address Book
+ Carnet d'adresses
+
+
+
+ Search contact
+
+
+
+
+ + NEW CONTACT
+
+
+
+
+ Name
+ Nom
+
+
+
+ Tags
+ Tags
+
+
+
+ Edit
+ Éditer
+
+
+
+ Delete
+ Supprimez
+
+
+
+ address copied to clipboard
+
+
+
+
+ This contact does not have any registered address.
+
+
+
+
+ MarketModeSelector
+
+
+ Sell %1
+ TICKER
+
+
+
+
+ Buy %1
+ TICKER
+ MinTradeModal
-
+ Minimum Trading AmountMontant de trading minimum
-
+ the minimum amount of %1 coin available for the order; the min_volume must be greater than or equal to %2; it must be also less or equal than volume param; default is %3Le montant minimum de%1 disponible pour la commande; le min_volume doit être supérieur ou égal à%2; il doit également être inférieur ou égal au paramètre de volume; la valeur par défaut est%3
@@ -1864,477 +2096,625 @@
MultiOrder
-
+ %1 price is zero!TICKERLe prix de %1 est zéro !
-
+ %1 receive volume is lower than minimum trade amountTICKERLe volume de réception de %1 est inférieur au montant d'échange minimum
-
+ Error:Erreur :
-
+ You'll receive %1AMOUNT TICKERVous recevrez %1
-
+ PricePrix
- NewUpdateModal
+ NewContactPopup
-
- Searching new updates...
- Recherche de nouvelles mises à jour ...
+
+ Contact name
+
-
- Please wait while the application is finding a new update... You can close this modal if you want.
- Veuillez patienter pendant que l'application recherche une nouvelle mise à jour ... Vous pouvez fermer ce modal si vous le souhaitez.
+
+ This contact name already exists.
+ Ce nom de contact existe déjà.
-
- Already updated
- Déjà mis à jour
+
+ Save
+ Sauvegarder
+
+
+ NewUpdateModal
-
- %1 is already up-to-date !
- %1 est déjà à jour !
+
+
+
+ Searching new updates
+
-
- New update detected !
- Nouvelle mise à jour détectée !
+
+ Fetching...
+
-
- Do you want to update %1 from %2 to %3 ?
- Voulez-vous mettre à jour %1 de %2 vers %3 ?
+
+
+
+
+ Close
+ Fermer
-
- Download
- Téléchargement
+
+ Could not check new updates for the following reason:
+%1
+
-
- Remind me later
- Rappelle-moi plus tard
+
+ New version found
+
-
- Download in progress...
- Téléchargement en cours...
+
+ Mandatory version found
+
-
- Update downloaded
- Mise à jour téléchargée
+
+ %1 %2 is available !
+
-
- Update has been successfully downloaded. Do you want to restart the application now ?
- La mise à jour a été téléchargée avec succès. Voulez-vous redémarrer l'application maintenant ?
+
+ This update is mandatory to continue using the application
+
-
- Restart now
- Redémarrer maintenant
+
+ Close Dex
+
-
- Restart later
- Redémarrer plus tard
+
+ Your application is updated.
+
+
+
+
+ Download
+ Téléchargement
- NewUser
+ NewWallet
-
+ Wrong word, please check againMauvais mot, veuillez vérifier à nouveau
-
+
+ st
+
+
+
+
+ nd
+
+
+
+
+ rd
+
+
+
+
+ th
+
+
+
+ Failed to create a walletImpossible de créer un portefeuille
-
+
+ New Wallet
+ Nouveau portefeuille
+
+
+
+ Confirm Seed
+ Confirmer la phrase de récupération
+
+
+ Choose Password
-
+ Choisissez un mot de passe
-
+ Important: Back up your seed phrase before proceeding!Important: sauvegardez votre phrase de recupération avant de continuer !
-
+ We recommend storing it offline.Nous vous recommandons de le stocker hors ligne.
-
+ Generated SeedGénérer un Seed
-
- Check
-
+
+ Seed phrase
+ Phrase de récupération
-
- Type password
+
+ copied to clipboard
+ copié dans le presse-papier
+
+
+
+ Next
+ Suivant
+
+
+
+ Let's double check your seed phrase
+ Vérifions à nouveau votre phrase de récupération
+
+
+
+ Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
+ Votre phrase de récupération est importante - c'est pourquoi nous aimons nous assurer qu'elle est correcte. Nous vous poserons trois questions différentes au sujet de votre phrase source pour vous assurer que vous pourrez facilement restaurer votre portefeuille à tout moment.
+
+
+
+ Enter the
-
- Confirm password
+
+ word
-
- New Wallet
- Nouveau portefeuille
+
+ Check
+ Vérifier
-
- Confirm Seed
- Confirmer la phrase de récupération
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+ Entrez le même mot de passe pour confirmer
-
+ ContinueContinuer
+
+
+ NoConnection
-
- Let's double check your seed phrase
- Vérifions à nouveau votre phrase de récupération
+
+ No connection
+ Pas de connexion
-
- Copied to Clipboard
- Copier dans le presse-papier
+
+ Please make sure you are connected to the internet
+ Veuillez vous assurer que vous êtes connecté à Internet
-
- Next
- Suivant
+
+ Will automatically retry in %1 seconds
+ Réessayera automatiquement dans %1 secondes
-
- Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
- Votre phrase de récupération est importante - c'est pourquoi nous aimons nous assurer qu'elle est correcte. Nous vous poserons trois questions différentes au sujet de votre phrase source pour vous assurer que vous pourrez facilement restaurer votre portefeuille à tout moment.
+
+ Retry
+ Retenter
-
-
- Enter the %n. word
-
- Entrez le mot numéro %n
- Entrez le mot numéro %n
-
+
+
+ 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é
-
-
- NoConnection
-
- No connection
- Pas de connéction
+
+ Refunding
+ En cours de remboursement
-
- Please make sure you are connected to the internet
- Veuillez vous assurer que vous êtes connecté à Internet
+
+ Failed
+ Échoué
-
- Will automatically retry in %1 seconds
- Réessayera automatiquement dans %1 secondes
+
+ Swap Failed
+ Erreur lors de l'échange
-
- Retry
- Retenter
+
+ Unknown
+ Inconnue
+
+
+
+ Unknown State
+ État inconnu
-
-
- NotificationsModal
-
+ Swap status updatedÉtat du swap mis à jour
-
+ You sent %1Vous avez envoyé %1
-
+ You received %1Vous avez reçu %1
-
+ Your wallet balance changedLe solde de votre portefeuille a changé
-
+
+ Close
+ Fermer
+
+
+
+ %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 %1TICKERÉchec de l'activation de %1
-
+
+
+ Failed to disable %1
+ TICKER
+
+
+
+
+ Endpoint not reachablePoint final non accessible
-
+ Could not reach to endpointImpossible 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
-
-
-
+ ShowMontrer
-
+ RestartRedémarrer
-
+ QuitQuitter
-
- There isn't any notification
- Il n'y a aucune notification
+
+ Notifications
+
+
+
+
+ There aren't any notifications
+
+
+
+
+ Mark all as read
+ Tout marquer comme lu
- OrderContent
+ OrderForm
-
- ID
- ID
+
+ Send
+ Envoyez
-
- Maker Order
- Ordre de vente
+
+ Receive
+ Recevoir
-
- Taker Order
- Ordre d'achat
+
+ Max
+ Max
-
- Cancel
- Annuler
+
+ Swap 25% of your tradable balance.
+
-
-
- OrderForm
-
- Cancel selected order to change price
- Annuler la commande sélectionnée pour modifier le prix
+
+ Swap 50% of your tradable balance.
+
-
- Amount to sell
- Montant à vendre
+
+ Swap 100% of your tradable balance.
+
-
- Amount to receive
- Montant à recevoir
+
+ Min Volume
+
-
- Minimum volume: %1
+
+ Min amount to sell
-
- Volume: %1
+
+ Min amount to receive
-
- How it works ?
+
+ Minimum accepted trade equals 10% of order volume.
-
- How to use the pro-view slider ?
+
+ Minimum accepted trade equals 25% of order volume.
-
- This slider is used to setup the order requirements you need.
-Left slider: Sets the minimum amount required to process a trade.
-Right slider: Sets the volume you want to trade.
+
+ Minimum accepted trade equals 50% of order volume.
-
+
+ Min volume:
+ Min volume :
+
+
+ Use custom minimum trade amount
-
+ Utiliser le montant d'échange minimum personnalisé
-
+ PricePrix
-
- Volume
- Volume
+
+ Reduce 1% relative to CEX market price.
+
+
+
+
+ Use CEX market price.
+
+
+
+
+ Increase 1% relative to CEX market price.
+ OrderLine
-
+ Funds are recoverableLes fonds sont récupérables
- OrderModal
+ OrderList
-
- Swap Details
- Détails de l'échange
+
+ No results found
+ Aucun résultat trouvé
+
+
+ OrderModal
-
- Order Details
- Détails de l'ordre
+
+ Order Type
+
-
+ Maker OrderOrdre de vente
-
+ Taker OrderOrdre d'achat
-
+ Refund StateÉtat de remboursement
-
+ Your swap failed but the auto-refund process for your payment started already. Please wait and keep application opened until you receive your payment backVotre échange a échoué, mais le processus de remboursement automatique de votre paiement a déjà commencé. Veuillez patienter et garder l'application ouverte jusqu'à ce que vous receviez votre remboursement
-
+ DateDate
-
- ID
- ID
-
-
-
+ Recover FundsRécupérer des fonds
-
+
+ Refunding...
+ Remboursement...
+
+
+ View on ExplorerVoir dans l'explorateur
-
- Maker Payment Sent ID
- Identifiant d'envoi du paiement du créateur
+
+ Cancel Order
+ Annuler l'ordre
-
- Maker Payment Spent ID
- Identifiant de paiement du créateur
+
+ Error ID
+ ID de l'erreur
-
- Taker Payment Spent ID
- Identifiant de paiement du preneur d'achat
+
+
+ Swap ID
+ ID du Swap
-
- Taker Payment Sent ID
- Identifiant d'envoi du paiement du preneur
+
+ Maker Payment Sent Transaction ID
+
-
- Cancel Order
- Annuler l'ordre
+
+ Maker Payment Spent Transaction ID
+
-
- Error ID
- ID de l'erreur
+
+ Maker Payment TXID
+
+
+
+
+ Taker Payment Spent Transaction ID
+
+
+
+
+ Taker Payment Sent Transaction ID
+
+
+
+
+ Taker Payment TXID
+
-
+
+ Error LogJournal des erreurs
-
+ CloseFermer
@@ -2342,77 +2722,70 @@ Right slider: Sets the volume you want to trade.
OrderRemovedModal
-
+ Selected Order RemovedOrdre sélectionné supprimé
-
- The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available. Please select a new order.
- La commande sélectionnée n'existe plus, elle a peut-être été matché ou annulée, et aucune commande avec un meilleur prix n'est disponible. Veuillez sélectionner un nouvelle ordre.
+
+ The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available.
+Please select a new order.
+
-
+ OKOK
-
- Orders
-
-
- Orders
- Ordres
-
-OrdersPage
-
+ FromDe
-
+ ToVers
-
+ Apply FilterAppliquer les changements
-
-
+
+ Filter
-
+ Filtrer
-
+ Date
- Date
+ Date
-
+ Export CSVExporter CSV
-
- Please choose the CSV export name and location
- Veuillez choisir le nom et l'emplacement de l'exportation CSV
+
+ Cancel All
+
-
- Recover Funds Result
- Le résultat de la récupération des fonds
+
+ Please choose the CSV export name and location
+ Veuillez choisir le nom et l'emplacement de l'exportation CSVPagination
-
+ items per pageNombres d'éléments par page
@@ -2420,58 +2793,55 @@ Right slider: Sets the volume you want to trade.
PasswordField
-
+ PasswordMot de passe
-
+ Enter your wallet passwordEntrez le mot de passe de votre portefeuille
-
+ At least 1 lowercase alphabetical characterAu moins 1 caractère alphabétique en minuscule
-
+ At least 1 uppercase alphabetical characterAu moins 1 caractère alphabétique en majuscule
-
+ At least 1 numeric characterAu moins 1 caractère numérique
-
+ At least 1 special character (eg. !@#$%)Au moins 1 caractère spécial (ex: ! @ # $%)
-
-
- At least %n character(s)
-
- Au moins %n caractère
- Au moins %n caractères
-
-
-
- Password and Confirm Password have to be same
- Le mot de passe et la confirmation du mot de passe doivent être identiques
+
+ Between %1 and %2 character(s)
+ PasswordForm
-
+
+ Password
+ Mot de passe
+
+
+ Confirm PasswordConfirmez le mot de passe
-
+ Enter the same password to confirmEntrez le même mot de passe pour confirmer
@@ -2479,470 +2849,453 @@ Right slider: Sets the volume you want to trade.
Portfolio
-
- Search
- Rechercher
+
+ Search asset
+ Rechercher un actif
-
+ Show only coins with balanceAfficher uniquement les assets avec solde
-
+ (%1/%2)
-
-
-
-
- Portfolio
- Portfolio
-
-
-
- Add asset
- Ajouter un actif
+ (%1/%2)PriceLine
-
+ Set swap price for evaluationDéfinir le prix d'échange pour l'évaluation
-
+ Exchange rateTaux de l'échange
-
+ SelectedChoisi
-
+ ExpensiveCoûteuse
-
+ ExpedientAbordable
-
+ %1 compared to CEXPRICE_DIFF%%1 par rapport aux CEX
-
+ CEXchange rateTaux du CEX
- ProView
-
-
- Failed to place the order
- Échec lors du placement de l'ordre
-
-
-
- Placed the order
- L'ordre a été placé avec succès
-
-
-
- Chart
- Chart
-
-
-
- Trading Information
- Informations de Trading
-
-
-
- Exchange Rates
- Taux d'échanges
-
+ PriceLineSimplified
-
- Orders
- Ordres
-
-
-
- History
- Historique
-
-
-
- Order Book
- Carnet d'ordres
-
-
-
- Best Orders
- Meilleurs offres
+
+ Exchange rate
+ Taux de l'échange
-
- Place Order
- Placer l'ordre
+
+ Selected
+ Choisi
-
- Buy
- Acheter
+
+ CEXchange rate
+ Taux du CEX
-
- Sell
- Vendre
+
+ Expensive
+ Coûteuse
-
- Order Selected
- Ordre séléctionné
+
+ Expedient
+ Abordable
-
- Start Swap
- Commencez le swap
+
+ %1 compared to CEX
+ PRICE_DIFF%
+ %1 par rapport aux CEX
- ReceiveModal
-
-
- Receive
- Recevoir
-
+ ProView
-
- Only send %1 to this address
- TICKER
- Envoyez uniquement %1 à cette adresse
+
+ Failed to place the order
+ Échec lors du placement de l'ordre
-
- Close
- Fermer
+
+ Placed the order
+ L'ordre a été placé avec succès
- RecoverSeed
-
-
- Failed to recover the seed
- Impossible de récupérer la phrase de récupération
-
-
-
- Recover wallet - Setup
-
-
+ QObject
-
- Recover wallet - Choose password
+
+ Cannot reach the endpoint:
+
+
+ ReceiveModal
-
- Wallet Name
- Nom du portefeuille
-
-
-
- Enter seed
+
+ Receive %1
+ TICKER
-
- BIP39 seed validation failed, try again or select 'Allow custom seed'
+
+ Only send %1 to this address
+ TICKER
-
- Next
- Suivant
-
-
-
- Type password
+
+ %1 address
+ TICKER
-
- Cofirm password
+
+ copied to clipboard.
-
- Continue
- Continuer
-
-
-
- Allow custom seed
- Autoriser les phrases de récupération personnalisées
+
+ Close
+ FermerRecoverSeedModal
-
-
+
+ View seed and private keysAfficher le seed et les clefs privées
-
+ Please enter your password to view the seed.Veuillez entrer votre mot de passe pour voir la phrase de récupération.
-
- Wrong Password
- Mauvais mot de passe
+
+ Seed
+
+
+
+
+ Backup Seed
+
+
+
+
+ Public Address copied to clipboard
+
-
+ CancelAnnuler
-
- Backup seed
- Seed de récuperation
+
+ Incorrect Password
+ Mot de passe incorrect
+
+
+
+
+ copied to clipboard
+ copié dans le presse-papier
-
+
+ RPC PasswordMot de passe RPC
-
+ Search a coin.Rechercher une asset.
-
+ Public AddressAdresse publique
-
- Private Key
- Clé privée
+
+ Private Key copied to clipboard
+
-
- Close
- Fermer
+
+ Private Key
+ Clé privée
-
+ ViewVoir
+
+ RemoveContactPopup
+
+
+ Do you want to remove this contact ?
+ Voulez-vous supprimer ce contact ?
+
+
+
+ Yes
+ Oui
+
+
+
+ No
+ Non
+
+RestartModal
-
+ Applying the changes...Application des modifications...
-
+ Restarting the application...Redémarrage de l'application ...
-
+ Restarting the application. %1
-
+ Redémarrage de l'application. %1RightClickMenu
-
+ CutCouper
-
+ CopyCopier
-
+ PasteColler
- SellBox
+ SearchField
-
- Sell
- Vendre
+
+ Search
+ RechercherSendModal
-
+ Failed to sendÉchec de l'envoi
-
- Failed to Send
- Échec de l'envoi
-
-
-
+ Prepare to send Préparez à envoyer du
-
-
- Recipient's address
+
+ Address of the recipientAdresse du destinataire
-
- Enter address of the recipient
- Entrez l'adresse du destinataire
+
+ Amount to send
+ Montant à envoyer
-
- Address Book
- Carnet d'adresses
+
+ Gas price
+ Prix du gaz
+
+
+
+ Cancel
+ Annuler
+
+
+
+ Recipient's address
+ Adresse du destinataire
-
+ The address has to be mixed case.L'adresse doit être mixte (case).
-
- Fix
- Réparer
+
+ Failed to Broadcast
+
-
- Amount to send
- Montant à envoyer
+
+ Fix
+ Réparer
-
- Enter the amount to send
- Entrez le montant à envoyer
+
+ MAX
+ MAX
-
- MAX
- MAX
+
+ Fiat amount: Unavailable
+
-
- Enable Custom Fees
- Activer les frais personnalisés
+
+ Fiat amount: %1
+
-
- Only use custom fees if you know what you are doing!
- N'utilisez des frais personnalisés que si vous savez ce que vous faites !
+
+ %1 amount: %2
+
-
- Custom Fee
- Frais personnalisés
+
+ Specify in Fiat
+
-
- Enter the custom fee
- Entrez les frais personnalisées
+
+ Specify in Crypto
+
-
- Gas Limit
- Limite de gaz
+
+ Enter memo
+
-
- Enter the gas limit
- Entrez la limite de gaz
+
+ Enable Custom Fees
+ Activer les frais personnalisés
-
- Gas Price
- Prix du gaz
+
+ Enter the custom fee
+ Entrez les frais personnalisées
-
- Enter the gas price
- Entrez le prix du gaz
+
+ Gas Limit
+ Limite de gaz
-
+ Custom Fee can't be higher than the amountLes frais personnalisées ne peuvent pas être supérieurs au montant
-
+ Not enough funds.Pas assez de fonds.
-
+
+ You have %1AMT TICKERVous avez %1
-
- Close
- Fermer
+
+
+ Only use custom fees if you know what you are doing!
+
-
+ PreparePréparer
-
-
+
+ SendEnvoyez
-
+
+ %1 address
+ TICKER
+
+
+
+
+ copied to clipboard.
+
+
+
+ AmountMontant
-
+
+ Memo
+
+
+
+ FeesFrais
-
+ DateDate
-
+ BackRetour
@@ -2950,43 +3303,43 @@ Right slider: Sets the volume you want to trade.
SendModalContactList
-
+ Select a contact with an %1 addressSélectionnez un contact avec une adresse %1
-
+ Search for contacts...Rechercher des contacts...
-
+ %1 addresses%1 adresses
-
+ 1 address1 adresse
-
-
+
+ BackRetour
-
+ Choose an %1 address of %2Choisissez une adresse %1 de %2
-
+ NameNom
-
+ AddressAdresse
@@ -2994,42 +3347,65 @@ Right slider: Sets the volume you want to trade.
SendResult
-
+ Transaction Complete!Transaction terminée !
-
+
+ %1 txid
+ TICKER
+
+
+
+
+
+ copied to clipboard.
+
+
+
+ Recipient's addressAdresse du destinataire
-
+
+ %1 address
+ TICKER
+
+
+
+ AmountMontant
-
+
+ Memo
+
+
+
+ FeesFrais
-
+ DateDate
-
+ Transaction HashHachage de la transaction
-
+ CloseFermer
-
+ View on ExplorerVoir dans l'explorateur
@@ -3037,353 +3413,311 @@ Right slider: Sets the volume you want to trade.
SettingModal
-
- Confirm Logout
-
+
+
+ Cancel
+ Annuler
-
- Are you sure you want to log out?
-
+
+ Settings
+ Réglages
-
-
+ LanguageLangue
-
+ User InterfaceInterface utilsateur
-
+ SecuritySécurité
-
- About
- À propos
-
-
-
+ GeneralGénéral
-
- Version
- Version
+
+ About & Version
+ À propos & version
-
+ Enable Desktop NotificationsActiver les notifications
-
+
+ Hide Poison Transactions in History
+
+
+
+ Maximum number of enabled coinsNombre maximum d'actifs activés
-
+ LogsJournaux
-
+ Open FolderOuvrir le dossier
-
- Reset assets configuration
- Réinitialiser la configuration d'assets
-
-
-
- Reset
- Réinitialiser
-
-
-
- Current Font
- Police actuelle
-
-
-
- Theme
- Thème
-
-
-
- Apply Changes
- Appliquer les changements
-
-
-
- Ask system's password before sending coins ? (2FA)
- Demander le mot de passe du système avant d'envoyer des actifs ? (2FA)
+
+ ZHTLC sync date
+
-
- Application version
- Version de l'application
+
+ Sync Date
+
-
- MM2 version
- Version de MM2
+
+
+ Reset wallet configuration
+ Réinitialiser la configuration du portefeuille
-
- Qt version
- Version de Qt
+
+ This will restart your wallet with default settings
+ Cela redémarrera votre portefeuille avec les paramètres par défaut
-
- Search Update
- Rechercher une mise à jour
+
+
+ Confirm
+ Confirmer
-
- Logout
- Se déconnecter
+
+ Changing theme to %1
+ Changer le thème en %1
-
-
-
+
+ Disable 2FA?
+
-
- View seed and private keys
- Afficher la phrase de récupération et les clefs privées
+
+ Enter your wallet password to confirm
+
-
-
- Show
- Montrer
+
+ Type password
+ Tapez votre mot de passe
-
- Setup Camouflage Password
- Configurer le mot de passe de camouflage
+
+ 2FA status
+
-
- Open
- Ouvrir
+
+ 2FA disabled successfully
+
-
- Delete Wallet
- Supprimer le portefeuille
+
+
+ Ok
+ Ok
-
- Disclaimer and ToS
- Clause de non-responsabilité et conditions d'utilisation
+
+ Wrong password!
+
-
-
- Settings
-
- Fiat
- Monnaie fiduciaire
+
+ Wallet password is incorrect
+
-
- Recommended:
- Conseillé :
+
+ Application Version
+
-
- Enable Desktop Notifications
- Activer les notifications
+
+ copied to clipboard
+ copié dans le presse-papier
-
- Use QtTextRendering Or NativeTextRendering
- Utilisez QtTextRendering ou NativeTextRendering
+
+ Reset
+ Réinitialiser
-
- Open Logs Folder
- Ouvrir le répertoire de logs
+
+ Current Font
+ Police actuelle
-
- View seed and private keys
- Voir le seed et les clefs privées
+
+ Current font changed to %1.
+ La police actuelle est passée à %1.
-
- Disclaimer and ToS
- Clause de non-responsabilité et conditions d'utilisation
+
+ Theme
+ Thème
-
- Setup Camouflage Password
- Configurez un mot de passe de camouflage
+
+ Ask system's password before sending coins ? (2FA)
+ Demander le mot de passe du système avant d'envoyer des actifs ? (2FA)
-
- Reset assets configuration
- Réinitialiser la configuration d'assets
+
+ Application version
+ Version de l'application
-
- Delete Wallet
- Supprimez le portefeuille
+
+ MM2 version
+ Version de MM2
-
- Log out
- Déconnection
+
+ MM2 Version
+ MM2 Version
-
- mm2 version
- Version de mm2
+
+ MM2 Version copied to clipboard.
+ MM2 Version copiée dans le presse-papiers.
-
-
- SidebarBottom
-
- Settings
- Réglages
+
+ Qt version
+ Version de Qt
-
- Support
- Support
+
+ Qt Version
+ Qt Version
-
- Privacy
- Intimité
+
+ Qt Version copied to clipboard.
+ Version Qt copiée dans le presse-papiers.
-
-
- SidebarCenter
-
-
- Dashboard
- Tableau de bord
+
+ Search Update
+ Rechercher une mise à jour
-
-
- Wallet
- Portefeuille
+
+ Logout
+ Se déconnecter
-
-
- DEX
- DEX
+
+ View seed and private keys
+ Afficher la phrase de récupération et les clefs privées
-
- DEX features are not allowed in %1
- COUNTRY
- Les fonctionnalités DEX ne sont pas autorisées dans %1
+
+
+ Show
+ Montrer
-
-
- Address Book
- Carnet d'adresses
+
+ Setup Camouflage Password
+ Configurer le mot de passe de camouflage
-
-
- Fiat
- Monnaie fiduciaire
+
+ Open
+ Ouvrir
-
- Coming soon !
- Bientôt disponible !
+
+ Disclaimer and ToS
+ Clause de non-responsabilité et conditions d'utilisation
- SmartChartView
-
-
- Loading market data
- Chargement des données de marché
-
+ Sidebar
-
- There is no chart data for this ticker yet
- Il n'y a pas encore de données graphiques pour cet actif
+
+ Search
+ RechercherSubBestOrder
-
+ TokenAsset
-
+ Available QuantityQuantité disponible
-
+ Available Quantity (in %1)Quantité disponible (en %1)
-
+ Fiat VolumeMontant Fiduciaire
-
+ CEX RateTaux CEX
-
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a> %1 n'est pas activé - Souhaitez vous l'activer pour pouvoir selectionnez les meilleurs offres %2 ?<br><a href='#'>Oui</a> - <a href='#no'>Non</a>
-
- No best order.
- Pas de meilleurs offres.
+
+ %1 is not enabled - Please enable it through the coin activation menu
+ SubCoinSelector
-
+ TokenAsset
-
+ BalanceBalance
-
+ Balance FiatBalance Fiduciaire
-
+ No Selectable coin.Aucune asset sélectionnable.
@@ -3391,358 +3725,335 @@ Right slider: Sets the volume you want to trade.
SubHistory
-
+ HistoryHistorique
-
+ Filter
-
+ Filtrer
-
+ Date
- Date
+ Date
-
+ Close filtering options.
-
+ Fermez les options de filtrage.
-
- Open filering options.
-
+
+ Open filtering options.
+ Ouvrir les options de filtrage.
-
+ Filter settingsParamètres de filtre
-
- Base Ticker
- Base Asset
-
-
-
- Rel Ticker
- Rel Asset
-
-
-
+ FromDe
-
+ ToVers
-
+ CancelAnnuler
-
+ Apply filterAppliquer changement
-
+ ExportExportation
-
+ Please choose the CSV export name and locationVeuillez choisir le nom et l'emplacement de l'exportation CSV
+
+
+ No results found
+ Aucun résultat trouvé
+ SubOrders
-
-
+
+ OrdersOrdres
-
+ Close filtering options.
-
+ Fermez les options de filtrage.
-
+ Filter
-
+ Filtrer
-
+ Date
- Date
+ Date
-
- Open filering options.
-
+
+ Open filtering options.
+ Ouvrir les options de filtrage.
-
+ Filter settingsParamètres de filtre
-
- Base Ticker
- Base Asset
-
-
-
- Rel Ticker
- Rel Asset
-
-
-
+ FromDe
-
+ ToVers
-
+ CancelAnnuler
-
+ Apply filterAppliquer changement
+
+
+ No results found
+ Aucun résultat trouvé
+
- Support
+ SupportModal
-
- Update available
- Mise à jour disponible
+
+ Frequently Asked Questions
+ Foire aux questions
-
- Up to date
- À jour
+
+ Do you store my private keys?
+ Stockez-vous mes clés privées ?
-
- Changelog
- Anglicisme
- Changelog
+
+ No! %1 is non-custodial. We never store any sensitive data, including your private keys, seed phrases, or PIN. This data is only stored on the user’s device and never leaves it. You are in full control of your assets.
+ Non! %1 n'est pas dépositaire. Nous ne stockons jamais de données sensibles, y compris vos clés privées, vos phrases de départ ou votre code PIN. Ces données ne sont stockées que sur l'appareil de l'utilisateur et ne le quittent jamais. Vous avez le plein contrôle de vos actifs.
-
- Open Logs Folder
- Ouvrir le répertoire de logs
+
+ How is trading on %1 different from trading on other DEXs?
+ En quoi le trading sur %1 est-il différent du trading sur d'autres DEX ?
-
- Frequently Asked Questions
- Foire aux questions
+
+ Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
+
+%1 enables you to natively trade across two different blockchain networks without proxy tokens. You can also place multiple orders with the same funds. For example, you can sell 0.1 BTC for KMD, QTUM, or VRSC — the first order that fills automatically cancels all other orders.
+
+
+
+
+ How long does each atomic swap take?
+ Combien de temps dure chaque échange atomique ?
+
+
+
+ Several factors determine the processing time for each swap. The block time of the traded assets depends on each network (Bitcoin typically being the slowest) Additionally, the user can customize security preferences. For example, (you can ask %1 to consider a KMD transaction as final after just 3 confirmations which makes the swap time shorter compared to waiting for a <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarization</a>.
+ Les autres DEX ne vous permettent généralement d'échanger que des actifs basés sur un seul réseau de blockchain, d'utiliser des jetons proxy et de ne passer qu'une seule commande avec les mêmes fonds.
+
+Plusieurs facteurs déterminent le temps de traitement de chaque swap. Le temps de blocage des actifs échangés dépend de chaque réseau (Bitcoin étant généralement le plus lent). De plus, l'utilisateur peut personnaliser ses préférences de sécurité. Par exemple, (vous pouvez demander à %1 de considérer une transaction KMD comme finale après seulement 3 confirmations, ce qui raccourcit le temps d'échange par rapport à l'attente d'une <a href="https://komodoplatform.com/security-delayed-proof- of-work-dpow/">notarisation</a>.
+
+
+
+ Do I need to be online for the duration of the swap?
+ Dois-je être en ligne pendant toute la durée du swap ?
+
+
+
+ Yes. You must remain connected to the internet and have your app running to successfully complete each atomic swap (very short breaks in connectivity are usually fine). Otherwise, there is risk of trade cancellation if you are a maker, and risk of loss of funds if you are a taker.
+
+The atomic swap protocol requires both participants to stay online and monitor the involved blockchains for the process to stay atomic.
+
+If you go offline, so will your orders, and any that are in progress will fail, leading to potential loss of trade / transaction fees, and a wait for the swap to timeout and issue a refund. It may also negatively affect your wallet's reputation score for future trade matching.
+
+When you come back online, your orders will begin to broadcast again at the price you set before you went offline. If there has been significant price movement in the meantime, you might unintentionally offer someone a bargain!
+
+For this reason, we recommend cancelling orders before closing %1, or reviewing and revising your prices when restarting %1.
+
-
- Do you store my private keys?
- Stockez-vous mes clés privées ?
+
+ How are the fees on %1 calculated?
+ Comment les frais sur %1 sont-ils calculés ?
-
- No! %1 is non-custodial. We never store any sensitive data, including your private keys, seed phrases, or PIN. This data is only stored on the user’s device and never leaves it. You are in full control of your assets.
+
+ There are two fee categories to consider when trading on %1.
+
+1. %1 charges approximately 0.13% (1/777 of trading volume but not lower than 0.0001) as the trading fee for taker orders, and maker orders have zero fees.
+
+2. Both makers and takers will need to pay normal network fees to the involved blockchains when making atomic swap transactions.
+
+Network fees can vary greatly depending on your selected trading pair.
-
- How is trading on %1 different from trading on other DEXs?
+
+ I see a transaction in my wallet that was marked as 'poison'. What does this mean?
-
- Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
+
+ Address poisoning is a relatively new tye of phishing attack, where a malicious actor aims to trick you into sending funds to an address that you did not intend to send funds to.
-%1 enables you to natively trade across two different blockchain networks without proxy tokens. You can also place multiple orders with the same funds. For example, you can sell 0.1 BTC for KMD, QTUM, or VRSC — the first order that fills automatically cancels all other orders.
-
-
-
-
- Several factors determine the processing time for each swap. The block time of the traded assets depends on each network (Bitcoin typically being the slowest) Additionally, the user can customize security preferences. For example, (you can ask %1 to consider a KMD transaction as final after just 3 confirmations which makes the swap time shorter compared to waiting for a <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarization</a>.
+This is often done by sending a zero value transaction to your wallet from an address which looks very similar to your actual address, with the exact same letters at the start and end. This transaction will then appear in your transaction history, with the scammer hoping you will mistake the fake address for your own and send funds to it.
+
+To protect you from this, %1 will mark any transaction that it detects as potentially being a poison transaction with a "poison" label. You should always be careful to confirm any address you send funds to is correct.
+
+There is a toggle in settings where you can turn on/off the display of these transactions.
-
- Yes. You must remain connected to the internet and have your app running to successfully complete each atomic swap (very short breaks in connectivity are usually fine). Otherwise, there is risk of trade cancellation if you are a maker, and risk of loss of funds if you are a taker.
-The atomic swap protocol requires both participants to stay online and monitor the involved blockchains for the process to stay atomic.
-If you go offline, so will your orders, and any that are in progress will fail, leading to potential loss of trade / transaction fees, and a wait for the swap to timeout and issue a refund. It may also negatively affect your wallet's reputation score for future trade matching.
-When you come back online, your orders will begin to broadcast again at the price you set before you went offline. If there has been significant price movement in the meantime, you might unintentionally offer someone a bargain!
-For this reason, we recommend cancelling orders before closing %1, or reviewing and revising your prices when restarting %1.
-
+
+ Do you provide user support?
+ Fournissez-vous un support utilisateur ?
-
- How are the fees on %1 calculated?
- Comment les frais sur %1 sont-ils calculés ?
+
+ Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
+ Oui! %1 offre une assistance via le <a href="%2">%1 serveur Discord</a>. L'équipe et la communauté sont toujours ravies de vous aider !
-
+ Who is behind %1?
- Qui est derrière %1 ?
+ Qui est derrière %1 ?
-
+ %1 is developed by the Komodo team. Komodo is one of the most established blockchain projects working on innovative solutions like atomic swaps, Delayed Proof of Work, and an interoperable multi-chain architecture.
-
+ %1 est développé par l'équipe de Komodo. Komodo est l'un des projets de blockchain les plus établis travaillant sur des solutions innovantes telles que les échanges atomiques, la preuve de travail différée et une architecture multichaîne interopérable.
-
+ Is it possible to develop my own white-label exchange on %1?
- Est-il possible de développer mon propre échange en white label sur %1 ?
+ Est-il possible de développer mon propre échange en white label sur %1 ?
-
+ Absolutely! You can read our developer documentation for more details or contact us with your partnership inquiries. Have a specific technical question? The %1 developer community is always ready to help!
- Absolument! Vous pouvez lire notre documentation développeur pour plus de détails ou nous contacter avec vos demandes de partenariat. Vous avez une question technique spécifique? La communauté de développeurs %1 est toujours prête à vous aider !
+ Absolument! Vous pouvez lire notre documentation développeur pour plus de détails ou nous contacter avec vos demandes de partenariat. Vous avez une question technique spécifique? La communauté de développeurs %1 est toujours prête à vous aider !
-
+ Which devices can I use %1 on?
- Sur quels appareils puis-je utiliser %1 ?
-
-
-
- There are two fee categories to consider when trading on %1.
-
-1. %1 charges approximately 0.13% (1/777 of trading volume but not lower than 0.0001) as the trading fee for taker orders, and maker orders have zero fees.
-2. Both makers and takers will need to pay normal network fees to the involved blockchains when making atomic swap transactions.
-
-Network fees can vary greatly depending on your selected trading pair.
- Il existe deux catégories de frais à prendre en compte lors de la négociation sur %1.
-
-1. %1 facture environ 0,13% (1/777 du volume de négociation mais pas moins de 0,0001) comme frais de négociation pour les ordres preneurs, et les ordres maker n'ont aucun frais.
-2. Les fabricants et les preneurs devront payer des frais de réseau normaux aux chaînes de blocs impliquées lors de transactions d'échange atomique.
-
-Les frais de réseau peuvent varier considérablement en fonction de votre paire de trading sélectionnée.
-
-
-
- Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
-
+ Sur quels appareils puis-je utiliser %1 ?
-
+ %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
-
+ %1 est disponible pour mobile sur <a href="%2">Android et iPhone, et pour ordinateur de bureau sur les systèmes d'exploitation Windows, Mac et Linux</a>.
-
+ Compliance Info
- Informations de conformité
+ Informations de conformité
-
+ Due to regulatory and legal circumstances the citizens of certain jurisdictions including, but not limited to, the United States of America, Canada, Hong Kong, Israel, Singapore, Sudan, Austria, Iran and any other state, country or other jurisdiction that is embargoed by the United States of America or the European Union are not allowed to use this application.
- En raison de circonstances réglementaires et juridiques, les citoyens de certaines juridictions, y compris, mais sans s'y limiter, les États-Unis d'Amérique, le Canada, Hong Kong, Israël, Singapour, le Soudan, l'Autriche, l'Iran et tout autre État, pays ou autre juridiction sous embargo par les États-Unis d'Amérique ou l'Union européenne ne sont pas autorisés à utiliser cette application.
-
-
-
- How long does each atomic swap take?
- Combien de temps dure chaque échange atomique ?
+ En raison de circonstances réglementaires et juridiques, les citoyens de certaines juridictions, y compris, mais sans s'y limiter, les États-Unis d'Amérique, le Canada, Hong Kong, Israël, Singapour, le Soudan, l'Autriche, l'Iran et tout autre État, pays ou autre juridiction sous embargo par les États-Unis d'Amérique ou l'Union européenne ne sont pas autorisés à utiliser cette application.
-
- Do I need to be online for the duration of the swap?
- Dois-je être en ligne pendant toute la durée du swap ?
+
+ Changelog
+ Changelog
-
- Do you provide user support?
- Fournissez-vous un support utilisateur ?
+
+ Open Logs Folder
+ Ouvrir le répertoire de logsSwapProgress
-
+ actSHORT FOR ACTUAL TIMEact
-
+ estSHORT FOR ESTIMATEDest
-
+ Progress detailsDétails de la progression
- SweetDexComboBox
-
-
- Search
- Rechercher
-
-
-
- TableDex
-
-
- Asset
- Actif
-
-
-
- Balance
- Balance
-
-
-
- Change 24h
- Changement 24H
-
+ TextAreaWithTitle
-
- Trend 7d
- Tendance 7j
+
+ Save
+ Sauvegarder
-
- Price
- Prix
+
+ Edit
+ Éditer
- TextAreaWithTitle
+ TextEditWithCopy
-
- Save
- Sauvegarder
+
+ copied to clipboard
+ copié dans le presse-papier
+
+
+ TextEditWithTitle
-
- Edit
- Éditer
+
+ copied to clipboard
+ copié dans le presse-papierTextFieldWithTitle
-
+ RequiredRequis
@@ -3750,224 +4061,293 @@ Les frais de réseau peuvent varier considérablement en fonction de votre paire
Toast
-
+ Click here to see the detailsCliquez ici pour voir les détails
+
+ TotalView
+
+
+ Receive %1
+
+
+
+
+ Send %1
+
+
+Trade
-
+ SwapÉchange
-
+ Instant trading with best ordersTrading instantané avec les meilleurs ordres
-
+
+ Reset form
+
+
+
+
+ You have no tradable assets
+
+
+
+ FromDe
-
- Minimum: %1
- Minimum : %1
+
+ Entered amount must be higher than 0.
+
-
- Enter an amount
- Entrez un montant
+
+ Select an order.
+
-
+ MAXMAX
-
+ ToVers
-
+ Pick an orderChoisir une commande
-
+ PricePrix
-
+ 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.
-
- Reset form.
- Réinitialiser le formulaire.
+
+ %1
+
-
- %1
+
+ Balance:
-
- Tradable:
- Disponible:
+
+ Pick a coin
+ Choisissez un actif
-
- Swap Now
- Échanger maintenant
+
+ SWAP NOW
+ ÉCHANGER MAINTENANT
-
+ Failed to place the orderÉchec lors du placement de l'ordre
-
+ Placed the orderL'ordre a été placé
-
- Entered amount must be superior than 0.
- Le montant saisi doit être supérieur à 0.
+
+ No buy orders found for %1.
+ Aucun ordre d'achat trouvé pour %1.
-
- You must select an order.
- Vous devez sélectionner une commande.
+
+ 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.
-
- Entered amount is below the minimum required by this order: %1
- Le montant saisi est inférieur au minimum requis par cette commande : %1
+
+ Calculating fee estimate...
+
-
-
- %1 needs to be enabled in order to use %2
-
+
+ Total %1 fees:
+ Frais totaux %1 :
-
-
- %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions
+
+ %2 (%3)
+
+
+ TradeViewHeader
-
-
- Search
- Rechercher
+
+ Pro View Settings
+
-
- Total %1 fees:
- Frais totaux %1 :
+
+ Display Settings
+
-
- %2 (%3)
+
+ Ticker Selectors
+
+
+ Trading Information
+ Informations de Trading
+
+
+
+ Order Book
+ Carnet d'ordres
+
+
+
+ Best Orders
+ Meilleurs offres
+
+
+
+ Place Order
+ Placer l'ordre
+
- TradeViewHeader
+ TradingViewChart
-
- How to trade
- Comment faire des echanges
+
+ Loading market data
+ Chargement des données de marché
-
- FAQ
- FAQ
+
+ There is no chart data for this ticker yet
+ Il n'y a pas encore de données graphiques pour ce tickerTransactionDetailsModal
-
+ Transaction DetailsDétails de la transaction
-
+
+ This transaction has been identified as a potential address poisoning attack.
+
+
+
+
+ Please see the Support FAQ for more information.
+
+
+
+
+ %1 txid
+ TICKER
+
+
+
+
+ copied to clipboard.
+
+
+
+ AmountMontant
-
+ FeesFrais
-
+
+ From address
+
+
+
+
+ To address
+
+
+
+ DateDate
-
+ UnconfirmedNon confirmé
-
+ Transaction HashHachage de la transaction
-
+ ConfirmationsConfirmations
-
+ Block HeightHauteur de bloc
-
+ FromDe
-
+ ToVers
-
+ NotesRemarques
-
+ CloseFermer
-
- Refund
- Remboursement
-
-
-
+ View on ExplorerVoir dans l'explorateur
@@ -3975,22 +4355,27 @@ Les frais de réseau peuvent varier considérablement en fonction de votre paire
Transactions
-
+ ReceivedReçue
-
+ SentEnvoyé
-
+
+ Poison
+
+
+
+ feesfrais
-
+ UnconfirmedNon confirmé
@@ -3998,88 +4383,211 @@ Les frais de réseau peuvent varier considérablement en fonction de votre paire
UpdateInvalidChecksum
-
+ The downloaded update archive is corrupted !L'archive de mise à jour téléchargée est corrompue !
- WalletNameField
+ Vertical
-
- Wallet Name
- Nom du portefeuille
+
+ Order Book
+ Carnet d'ordres
+
+
+
+ WalletsView
+
+
+ Welcome
+ Bienvenue
+
+
+
+ New wallet
+ Nouveau portefeuille
+
+
+
+ Import wallet
+ Importer un portefeuille
+
+
+
+ Search your wallets...
+
+
+
+
+ My Wallets
+ Mes portefeuilles
+
+
+
+ No wallets found!
+
+
+
+
+
+ Delete
+ Supprimez
+
+
+
+ Enter password to confirm deletion of
+ Entrez le mot de passe pour confirmer la suppression de
+
+
+
+ wallet
+ portefeuille
+
+
+
+ Type password
+ Tapez votre mot de passe
+
+
+
+ Cancel
+ Annuler
+
+
+
+
+ Wallet status
+ État du portefeuille
+
+
+
+ wallet deleted successfully
+ portefeuille supprimé avec succès
+
+
+
+
+ Ok
+ Ok
+
+
+
+ wallet password is incorrect
+ le mot de passe du portefeuille est incorrect
+
+
+
+ ZcashParamsModal
+
+
+ %1 Activation Failed!
+
+
+
+
+ To activate ZHTLC coins, you need to download the Zcash Params.
+This might take a few minutes...
+
+
+
+
+ Download params & enable coins
+
+
+
+
+ More Info
+
-
- Enter the name of your wallet here
- Entrez le nom du portefeuille ici
+
+ Close
+ Fermer
+
+
+
+ atomic_dex::settings_page
+
+
+ An error has occurred.
+ atomic_dex::wallet_page
-
+ You do not have enough funds.Vous n'avez pas assez de fonds.
-
+ %1 is not activated: click on the button to enable it or enable it manually%1 n'est pas activé : cliquez sur le bouton pour l'activer ou l'activer manuellement
-
+ You need to have %1 to pay the gas for %2 transactions.Vous devez avoir %1 activée pour payer les frais de transactions de %2.
-
+ Checksum verification failed for %1.Échec de la vérification du checksum de contrôle pour %1.
-
- Invalid checksum for %1. Click on the convert button to turn it into a mixed case address
- Checksum-non valide pour %1. Cliquez sur le bouton pour avoir une adresse de cas mixte
+
+ Invalid checksum for %1. Click the button to convert to mixed case address.
+
-
- Legacy address used for %1, click on the convert button to convert it to a Cashaddress.
- Ancien format d'adresse utilisée pour %1, cliquez sur le bouton pour la convertir en Cashaddress.
+
+ Legacy address used for %1. Click the button to convert to a Cashaddress.
+
-
+ %1 address must be prefixed with 0xL'adresse %1 doit être précédée de 0x
-
+ %1 address length is invalid, please use a valid address.La longueur de l'adresse %1 n'est pas valide, veuillez utiliser une adresse valide.
-
-
- main
-
- Logout
- Se déconnecter
+
+ %1 address is invalid.
+ L'adresse %1 n'est pas valide.
-
- Confirm Logout
-
+
+ Invalid checksum.
+ Somme de contrôle invalide.
-
- Are you sure you want to log out?
-
+
+ %1 address has invalid prefixes.
+ L'adresse %1 a des préfixes non valides.
+
+
+
+ Backend error: %1
+ Erreur de backend : %1
+
+
+
+ main
+
+
+ Logout
+ Se déconnecter
-
+ Balance
- Balance
+ Balance
diff --git a/atomic_defi_design/assets/languages/atomic_defi_lang_template.ts b/atomic_defi_design/assets/languages/atomic_defi_lang_template.ts
new file mode 100644
index 0000000000..fa46445515
--- /dev/null
+++ b/atomic_defi_design/assets/languages/atomic_defi_lang_template.ts
@@ -0,0 +1,3713 @@
+
+
+
+
+ AddAddressForm
+
+
+ Use standard network address
+
+
+
+ Label
+
+
+
+ This key already exists.
+
+
+
+ Address
+
+
+
+
+ Cancel
+
+
+
+ Convert
+
+
+
+ Edit
+
+
+
+ Add
+
+
+
+ You need to enable %1 before adding this kind of address.
+
+
+
+ Enable
+
+
+
+ AddCustomCoinModal
+
+
+ Get the contract address from
+
+
+
+ Choose the asset type
+
+
+
+ Cancel
+
+
+
+
+
+ Next
+
+
+
+ Contract address
+
+
+
+ Enter the contract address
+
+
+
+ Choose the asset ticker
+
+
+
+ Ticker
+
+
+
+ Enter the ticker
+
+
+
+ Get the contract address from
+
+
+
+
+
+
+ Previous
+
+
+
+ Choose the asset logo
+
+
+
+ Browse
+
+
+
+ Please choose the asset logo
+
+
+
+ Configuration
+
+
+
+ All configuration fields will be fetched using the contract address you provided.
+
+
+
+ Name
+
+
+
+ Enter the name
+
+
+
+ Coingecko ID
+
+
+
+ Enter the Coingecko ID
+
+
+
+ Get the Coingecko ID
+
+
+
+ Active
+
+
+
+
+ Preview
+
+
+
+ WARNING: Application will restart immidiately to apply the changes!
+
+
+
+ Asset not found, please go back and make sure Contract Address is correct
+
+
+
+ Config Fields
+
+
+
+ Fetched Data
+
+
+
+ Submit & Restart
+
+
+
+ AddTagPopup
+
+
+ Tag name
+
+
+
+ Contact already has this tag.
+
+
+
+ + ADD
+
+
+
+ AmountChart
+
+
+ Work in progress
+
+
+
+ App
+
+
+ Recover Funds Result
+
+
+
+ AssetFromStandardSelector
+
+
+ Choose a valid
+
+
+
+ asset
+
+
+
+ Search an asset
+
+
+
+ Disabled
+
+
+
+ AssetPieChart
+
+
+ Assets
+
+
+
+ AssetsList
+
+
+ Asset
+
+
+
+ Balance
+
+
+
+ Fiat Balance
+
+
+
+ Change 24h
+
+
+
+ Price
+
+
+
+ Source
+
+
+
+ Activating:
+
+
+
+ Price provider is: %1
+
+
+
+ Bottom
+
+
+ Settings
+
+
+
+ Support
+
+
+
+ Privacy
+
+
+
+ Disable Privacy?
+
+
+
+ Enter wallet password to confirm
+
+
+
+ Type password
+
+
+
+ Confirm
+
+
+
+ Cancel
+
+
+
+ Privacy status
+
+
+
+ Privacy mode disabled successfully
+
+
+
+
+ Ok
+
+
+
+ Wrong password!
+
+
+
+ wallet password is incorrect
+
+
+
+ CamouflagePasswordModal
+
+
+ Setup Camouflage Password
+
+
+
+ Camouflage Password is a secret password for emergency situations.
+
+
+
+ Using it to login will display your balance lower than it actually is.
+
+
+
+ Here you enter the suffix and at login you need to enter {real_password}{suffix}
+
+
+
+ Password suffix
+
+
+
+ Confirm pasword suffix
+
+
+
+ Enter a password suffix
+
+
+
+ Enter the same password suffix to confirm
+
+
+
+ Cancel
+
+
+
+ Save
+
+
+
+ CannotEnableCoinModal
+
+
+ Failed to enable %1
+
+
+
+ Enabling %1 did not succeed. Limit of enabled coins might have been reached.
+
+
+
+ Change limit in settings
+
+
+
+ Cancel
+
+
+
+ Center
+
+
+ Portfolio
+
+
+
+ Wallet
+
+
+
+ DEX
+
+
+
+ Address Book
+
+
+
+ Fiat
+
+
+
+ CexInfoModal
+
+
+ Market Data
+
+
+
+ Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.
+
+
+
+ Chart
+
+
+ Loading market data
+
+
+
+ There is no chart data for this pair yet
+
+
+
+ ClaimRewardsModal
+
+
+ Failed to prepare to claim rewards
+
+
+
+ Claim your %1 reward?
+ TICKER
+
+
+
+ No UTXOs eligible for claiming
+
+
+
+ Transaction fee is higher than the reward!
+
+
+
+ You will receive
+
+
+
+ Refresh
+
+
+
+ Read more about KMD active users rewards
+
+
+
+ UTXO
+
+
+
+ Amount
+
+
+
+ Reward
+
+
+
+ Accruing Start
+
+
+
+ Accruing Stop
+
+
+
+ Time Left
+
+
+
+ Error
+
+
+
+ Locktime is not set
+
+
+
+ Locktime is less than the threshold
+
+
+
+ UTXO height is greater than end of the era
+
+
+
+ UTXO amount is less than 10
+
+
+
+ One hour did not pass yet
+
+
+
+ Transaction is in mempool
+
+
+
+ Unknown problem
+
+
+
+ Cancel
+
+
+
+ Confirm
+
+
+
+ CoinMenu
+
+
+ Disable %1
+ TICKER
+
+
+
+ Disable and Delete %1
+ TICKER
+
+
+
+ Disable all %1 assets
+
+
+
+ Disable all assets
+
+
+
+ Disable 0 balance assets
+
+
+
+ ComboBoxWithSearchBar
+
+
+ Search
+
+
+
+ Combo_fiat
+
+
+ Language
+
+
+
+ Fiat
+
+
+
+ Recommended:
+
+
+
+ ConfirmMultiOrderTradeModal
+
+
+ Confirm Multi Order Details
+
+
+
+ These swaps requests can not be undone and this is the final event!
+
+
+
+ These transactions can take up to 60 mins - DO NOT close this application!
+
+
+
+ Same funds will be used until an order matches.
+
+
+
+ Note that if one order is filled other will not be cancelled.
+
+
+
+ Cancel
+
+
+
+ Confirm
+
+
+
+ Placed multiple orders
+
+
+
+ ConfirmTradeModal
+
+
+ Confirm Exchange Details
+
+
+
+ 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
+
+
+
+ dPoW protected
+
+
+
+ %1 confirmations for incoming %2 transactions
+
+
+
+ Read more about dPoW
+
+
+
+ Use custom protection settings for incoming %1 transactions
+ TICKER
+
+
+
+ Enable Komodo dPoW security
+
+
+
+ Required Confirmations
+
+
+
+ Warning, this atomic swap is not dPoW protected!
+
+
+
+ Cancel
+
+
+
+ Confirm
+
+
+
+ CopyFieldButton
+
+
+ Copied to Clipboard
+
+
+
+ Dashboard
+
+
+ The current number of enabled coins does not match your configuration specification. Your assets configuration will be reset.
+
+
+
+ Matching
+
+
+
+ Order Matching
+
+
+
+ Matched
+
+
+
+ Order Matched
+
+
+
+ Ongoing
+
+
+
+ Swap Ongoing
+
+
+
+ Successful
+
+
+
+ Swap Successful
+
+
+
+ Refunding
+
+
+
+ Failed
+
+
+
+ Swap Failed
+
+
+
+ Unknown
+
+
+
+ Unknown State
+
+
+
+ Started
+
+
+
+ Negotiated
+
+
+
+ Taker fee sent
+
+
+
+ Maker payment received
+
+
+
+ Maker payment wait confirm started
+
+
+
+ Maker payment validated and confirmed
+
+
+
+ Taker payment sent
+
+
+
+ Taker payment spent
+
+
+
+ Maker payment spent
+
+
+
+ Finished
+
+
+
+ Start failed
+
+
+
+ Negotiate failed
+
+
+
+ Taker fee validate failed
+
+
+
+ Maker payment transaction failed
+
+
+
+ Maker payment Data send failed
+
+
+
+ Maker payment wait confirm failed
+
+
+
+ Taker payment validate failed
+
+
+
+ Taker payment wait confirm failed
+
+
+
+ Taker payment spend failed
+
+
+
+ Maker payment wait refund started
+
+
+
+ Maker payment refunded
+
+
+
+ Maker payment refund failed
+
+
+
+ DatePicker
+
+
+ Date
+
+
+
+ DefaultCopyIcon
+
+
+ copied to clipboard
+
+
+
+ DefaultRangeSlider
+
+
+ Min
+
+
+
+ Max
+
+
+
+ DefaultTextEdit
+
+
+ copied to clipboard
+
+
+
+ DeleteWalletModal
+
+
+ Delete Wallet
+
+
+
+ Are you sure you want to delete %1 wallet?
+ WALLET_NAME
+
+
+
+ If so, make sure you record your seed phrase in order to restore your wallet in the future.
+
+
+
+ Enter your wallet password
+
+
+
+ Wrong Password
+
+
+
+ Cancel
+
+
+
+ Delete
+
+
+
+ DexAppPasswordField
+
+
+ Type password
+
+
+
+ DexKeyChecker
+
+
+ At least 1 lowercase alphabetical character
+
+
+
+ At least 1 uppercase alphabetical character
+
+
+
+ At least 1 numeric character
+
+
+
+ At least 1 special character (eg. !@#$%)
+
+
+
+ At least %n character(s)
+
+
+
+ Password and Confirm Password have to be same
+
+
+
+ DexPaginator
+
+
+ items per page
+
+
+
+ DexRangeSlider
+
+
+ Min
+
+
+
+ Half
+
+
+
+ Max
+
+
+
+ DexSweetComboBox
+
+
+ Search
+
+
+
+ EditContactModal
+
+
+ Edit contact
+
+
+
+ Contact name
+
+
+
+ Enter a contact name
+
+
+
+ Address list
+
+
+
+ Address Book
+
+
+
+ address copied to clipboard
+
+
+
+ Edit
+
+
+
+ + Add
+
+
+
+ Tags
+
+
+
+ Add tag
+
+
+
+ Close
+
+
+
+ Confirm
+
+
+
+ EnableAssetModal
+
+
+ The selected address belongs to a disabled asset, you need to enabled it before sending.
+
+
+
+ Enable
+
+
+
+ Cancel
+
+
+
+ EnableCoinModal
+
+
+ Enable assets
+
+
+
+ Select all assets
+
+
+
+ All assets are already enabled!
+
+
+
+ You can still enable %1 assets. Selected: %2.
+
+
+
+ Search asset
+
+
+
+ Change assets limit
+
+
+
+ Add a custom asset
+
+
+
+ Close
+
+
+
+ Enable
+
+
+
+ EulaModal
+
+
+ Disclaimer & Terms of Service
+
+
+
+ Accept EULA
+
+
+
+ Accept Terms and Conditions
+
+
+
+ Close
+
+
+
+ Cancel
+
+
+
+ Confirm
+
+
+
+ FatalErrorModal
+
+
+ Fatal Error
+
+
+
+ Connection has been lost. You have been disconnected.
+
+
+
+ Close
+
+
+
+ FeeInfo
+
+
+ Minimum fee
+
+
+
+ Fees will be calculated
+
+
+
+ General
+
+
+ %n day(s)
+
+
+
+ %nd
+ day
+
+
+
+ %nh
+ hours
+
+
+
+ %nm
+ minutes
+
+
+
+ %ns
+ seconds
+
+
+
+ %nms
+ milliseconds
+
+
+
+ -
+
+
+
+ <b>Taker tx fee:</b>
+
+
+
+ <b>Dex tx fee:</b>
+
+
+
+ <b>Dex fee:</b>
+
+
+
+ <b>Maker tx fee:</b>
+
+
+
+ %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
+
+
+
+ Header
+
+
+ You get
+
+
+
+ You send
+
+
+
+ Fiat Price
+
+
+
+ CEX rate
+
+
+
+ Price
+
+
+
+ Quantity
+
+
+
+ Total
+
+
+
+ ImportWallet
+
+
+ Failed to Import the wallet
+
+
+
+ Import wallet - Setup
+
+
+
+ Import wallet - Choose password
+
+
+
+ Wallet Name
+
+
+
+ Enter seed
+
+
+
+ Your seed is not BIP39 compliant.
+Try again or select 'Allow custom seed' to continue.
+
+
+
+
+ i understand
+
+
+
+ Ok
+
+
+
+ Allow custom seed
+
+
+
+ <strong>Allow custom seed</strong>
+
+
+
+ Custom seed phrases might be less secure and easier to crack than a generated BIP39 compliant seed phrase or private key (WIF).<br><br>To confirm you understand the risk and know what you are doing, type <strong>'I understand'</strong> in the box below.
+
+
+
+ I understand
+
+
+
+ Next
+
+
+
+ Enter the same password to confirm
+
+
+
+ Continue
+
+
+
+ LinksRow
+
+
+ Join our Discord server
+
+
+
+ Follow us on Twitter
+
+
+
+ Go to Support Guides
+
+
+
+ List
+
+
+ Funds are recoverable
+
+
+
+ Best Orders
+
+
+
+ Enter volume to see best orders.
+
+
+
+ ListDelegate
+
+
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
+
+
+
+ This order requires a minimum amount of %1 %2 <br>You don't have enough funds.<br> %3
+
+
+
+ LogModal
+
+
+ Close
+
+
+
+ Logging
+
+
+ Loading, please wait
+
+
+
+ Initializing MM2
+
+
+
+ Enabling assets
+
+
+
+ Getting ready
+
+
+
+ Login
+
+
+ Incorrect Password
+
+
+
+ Log In
+
+
+
+ Cancel
+
+
+
+ LogoutModal
+
+
+ Exit %1 or go to login menu?
+
+
+
+ Warning: You currently have a swap in progress.
+Logging out may result in a failed swap.
+
+
+
+ Warning: You currently have open maker orders.
+They will be removed from the orderbook until you log in again.
+
+
+
+ Login menu
+
+
+
+ Exit
+
+
+
+ Cancel
+
+
+
+ Main
+
+
+ Segwit
+
+
+
+ Confirmation
+
+
+
+ Do you want to send your %1 funds to %2 wallet first?
+
+
+
+ Success
+
+
+
+ Your transaction is send, may take some time to arrive
+
+
+
+ Price
+
+
+
+ Change 24hr
+
+
+
+ Porfolio
+
+
+
+ Contract Address
+
+
+
+ Send
+
+
+
+ Enable %1 ?
+
+
+
+ Yes
+
+
+
+ No
+
+
+
+ Receive
+
+
+
+ Swap
+
+
+
+ is wallet only
+
+
+
+ Rewards
+
+
+
+ Faucet
+
+
+
+
+
+ Public Key
+
+
+
+ Copied to Clipboard
+
+
+
+ Loading market data
+
+
+
+ There is no chart data for this ticker yet
+
+
+
+ Fetching transactions...
+
+
+
+ Please wait, %1 is %2
+
+
+
+ % activated...
+
+
+
+ No transactions available
+
+
+
+ Click to view your address on %1 (%2) block explorer
+
+
+
+ Trade
+
+
+
+ Trading Information
+
+
+
+ Chart
+
+
+
+
+ Orders
+
+
+
+
+ History
+
+
+
+ Place Order
+
+
+
+ Order Selected
+
+
+
+ START SWAP
+
+
+
+
+ Address Book
+
+
+
+ Search contact
+
+
+
+ + NEW CONTACT
+
+
+
+ Name
+
+
+
+ Tags
+
+
+
+ Edit
+
+
+
+ Delete
+
+
+
+ address copied to clipboard
+
+
+
+ This contact does not have any registered address.
+
+
+
+ MarketModeSelector
+
+
+ Sell %1
+ TICKER
+
+
+
+ Buy %1
+ TICKER
+
+
+
+ MinTradeModal
+
+
+ Minimum Trading Amount
+
+
+
+ the minimum amount of %1 coin available for the order; the min_volume must be greater than or equal to %2; it must be also less or equal than volume param; default is %3
+
+
+
+ MultiOrder
+
+
+ %1 price is zero!
+ TICKER
+
+
+
+ %1 receive volume is lower than minimum trade amount
+ TICKER
+
+
+
+ Error:
+
+
+
+ You'll receive %1
+ AMOUNT TICKER
+
+
+
+ Price
+
+
+
+ NewContactPopup
+
+
+ Contact name
+
+
+
+ This contact name already exists.
+
+
+
+ + ADD
+
+
+
+ NewUpdateModal
+
+
+
+
+ Searching new updates
+
+
+
+ Fetching...
+
+
+
+
+
+
+ Close
+
+
+
+ Could not check new updates for the following reason:
+%1
+
+
+
+ New version found
+
+
+
+ Mandatory version found
+
+
+
+ %1 %2 is available !
+
+
+
+ This update is mandatory to continue using the application
+
+
+
+ Close Dex
+
+
+
+ Your application is updated.
+
+
+
+ Download
+
+
+
+ NewWallet
+
+
+ Wrong word, please check again
+
+
+
+ st
+
+
+
+ nd
+
+
+
+ rd
+
+
+
+ th
+
+
+
+ Failed to create a wallet
+
+
+
+ New Wallet
+
+
+
+ Confirm Seed
+
+
+
+ Choose Password
+
+
+
+ Important: Back up your seed phrase before proceeding!
+
+
+
+ We recommend storing it offline.
+
+
+
+ Generated Seed
+
+
+
+ Seed phrase
+
+
+
+ copied to clipboard
+
+
+
+ Next
+
+
+
+ Let's double check your seed phrase
+
+
+
+ Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
+
+
+
+ Enter the
+
+
+
+ word
+
+
+
+ Check
+
+
+
+ Enter the same password to confirm
+
+
+
+ Continue
+
+
+
+ NoConnection
+
+
+ No connection
+
+
+
+ Please make sure you are connected to the internet
+
+
+
+ Will automatically retry in %1 seconds
+
+
+
+ Retry
+
+
+
+ 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
+
+
+
+ OrderForm
+
+
+ Price
+
+
+
+ Reduce 1% relative to CEX market price.
+
+
+
+ Use CEX market price.
+
+
+
+ Increase 1% relative to CEX market price.
+
+
+
+ Volume
+
+
+
+ Amount to sell
+
+
+
+ Amount to receive
+
+
+
+ Max
+
+
+
+ Swap 25% of your tradable balance.
+
+
+
+ Swap 50% of your tradable balance.
+
+
+
+ Swap 100% of your tradable balance.
+
+
+
+ Min Volume
+
+
+
+ Min amount to sell
+
+
+
+ Min amount to receive
+
+
+
+ Minimum accepted trade equals 10% of order volume.
+
+
+
+ Minimum accepted trade equals 25% of order volume.
+
+
+
+ Minimum accepted trade equals 50% of order volume.
+
+
+
+ Min volume:
+
+
+
+ Use custom minimum trade amount
+
+
+
+ OrderLine
+
+
+ Funds are recoverable
+
+
+
+ OrderList
+
+
+ No results found
+
+
+
+ OrderModal
+
+
+ Swap Details
+
+
+
+ Order Details
+
+
+
+ Order Type
+
+
+
+ Maker Order
+
+
+
+ Taker Order
+
+
+
+ Refund State
+
+
+
+ Your swap failed but the auto-refund process for your payment started already. Please wait and keep application opened until you receive your payment back
+
+
+
+ Date
+
+
+
+ Error ID
+
+
+
+
+ Error Log
+
+
+
+ Close
+
+
+
+ Cancel Order
+
+
+
+
+ Swap ID
+
+
+
+ Maker Payment Sent Transaction ID
+
+
+
+ Maker Payment Spent Transaction ID
+
+
+
+ Maker Payment TXID
+
+
+
+ Taker Payment Spent Transaction ID
+
+
+
+ Taker Payment Sent Transaction ID
+
+
+
+ Taker Payment TXID
+
+
+
+ Recover Funds
+
+
+
+ Refunding...
+
+
+
+ View on Explorer
+
+
+
+ OrderRemovedModal
+
+
+ Selected Order Removed
+
+
+
+ The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available.
+Please select a new order.
+
+
+
+ OK
+
+
+
+ OrdersPage
+
+
+
+ Filter
+
+
+
+ Date
+
+
+
+ Export CSV
+
+
+
+ Apply Filter
+
+
+
+ Cancel All
+
+
+
+ From
+
+
+
+ To
+
+
+
+ Please choose the CSV export name and location
+
+
+
+ Pagination
+
+
+ items per page
+
+
+
+ PasswordField
+
+
+ Password
+
+
+
+ Enter your wallet password
+
+
+
+ At least 1 lowercase alphabetical character
+
+
+
+ At least 1 uppercase alphabetical character
+
+
+
+ At least 1 numeric character
+
+
+
+ At least 1 special character (eg. !@#$%)
+
+
+
+ At least %n character(s)
+
+
+
+ PasswordForm
+
+
+ Password
+
+
+
+ Confirm Password
+
+
+
+ Enter the same password to confirm
+
+
+
+ Portfolio
+
+
+ ADD ASSET
+
+
+
+ Search asset
+
+
+
+ Show only coins with balance
+
+
+
+ (%1/%2)
+
+
+
+ Portfolio
+
+
+
+ PriceLine
+
+
+ Set swap price for evaluation
+
+
+
+ Exchange rate
+
+
+
+ Selected
+
+
+
+ Expensive
+
+
+
+ Expedient
+
+
+
+ %1 compared to CEX
+ PRICE_DIFF%
+
+
+
+ CEXchange rate
+
+
+
+ PriceLineSimplified
+
+
+ Exchange rate
+
+
+
+ Selected
+
+
+
+ CEXchange rate
+
+
+
+ Expensive
+
+
+
+ Expedient
+
+
+
+ %1 compared to CEX
+ PRICE_DIFF%
+
+
+
+ ProView
+
+
+ Failed to place the order
+
+
+
+ Placed the order
+
+
+
+ QObject
+
+
+ Cannot reach the endpoint:
+
+
+
+ ReceiveModal
+
+
+ Receive %1
+ TICKER
+
+
+
+ Only send %1 to this address
+ TICKER
+
+
+
+ %1 address
+ TICKER
+
+
+
+ copied to clipboard.
+
+
+
+ Close
+
+
+
+ RecoverSeedModal
+
+
+
+ View seed and private keys
+
+
+
+ Please enter your password to view the seed.
+
+
+
+ Seed
+
+
+
+ Backup Seed
+
+
+
+ Public Address copied to clipboard
+
+
+
+ Cancel
+
+
+
+ View
+
+
+
+
+ copied to clipboard
+
+
+
+
+ RPC Password
+
+
+
+ Search a coin.
+
+
+
+ Public Address
+
+
+
+ Private Key copied to clipboard
+
+
+
+ Private Key
+
+
+
+ RemoveContactPopup
+
+
+ Do you want to remove this contact ?
+
+
+
+ Yes
+
+
+
+ No
+
+
+
+ RestartModal
+
+
+ Applying the changes...
+
+
+
+ Restarting the application. %1
+
+
+
+ Restarting the application...
+
+
+
+ RightClickMenu
+
+
+ Cut
+
+
+
+ Copy
+
+
+
+ Paste
+
+
+
+ SearchField
+
+
+ Search
+
+
+
+ SendModal
+
+
+ Failed to send
+
+
+
+ Prepare to send
+
+
+
+ Address of the recipient
+
+
+
+ Amount to send
+
+
+
+ Gas price
+
+
+
+ Recipient's address
+
+
+
+ The address has to be mixed case.
+
+
+
+ Taproot not supported
+
+
+
+ Failed to Broadcast
+
+
+
+ Fix
+
+
+
+ MAX
+
+
+
+ Fiat amount: Unavailable
+
+
+
+ Fiat amount: %1
+
+
+
+ %1 amount: %2
+
+
+
+ Specify in Fiat
+
+
+
+ Specify in Crypto
+
+
+
+ Enable Custom Fees
+
+
+
+ Only use custom fees if you know what you are doing!
+
+
+
+ Enter the custom fee
+
+
+
+ Gas Limit
+
+
+
+ Custom Fee can't be higher than the amount
+
+
+
+ Not enough funds.
+
+
+
+
+ You have %1
+ AMT TICKER
+
+
+
+ Close
+
+
+
+ Prepare
+
+
+
+
+ Send
+
+
+
+ %1 address
+ TICKER
+
+
+
+ copied to clipboard.
+
+
+
+ Amount
+
+
+
+ Fees
+
+
+
+ Date
+
+
+
+ Back
+
+
+
+ SendModalContactList
+
+
+ Select a contact with an %1 address
+
+
+
+ Search for contacts...
+
+
+
+ %1 addresses
+
+
+
+ 1 address
+
+
+
+
+ Back
+
+
+
+ Choose an %1 address of %2
+
+
+
+ Name
+
+
+
+ Address
+
+
+
+ SendResult
+
+
+ Transaction Complete!
+
+
+
+ %1 txid
+ TICKER
+
+
+
+
+ copied to clipboard.
+
+
+
+ Recipient's address
+
+
+
+ %1 address
+ TICKER
+
+
+
+ Amount
+
+
+
+ Fees
+
+
+
+ Date
+
+
+
+ Transaction Hash
+
+
+
+ Close
+
+
+
+ View on Explorer
+
+
+
+ SettingModal
+
+
+
+ Cancel
+
+
+
+ Settings
+
+
+
+ General
+
+
+
+ Language
+
+
+
+ User Interface
+
+
+
+ Security
+
+
+
+ Enable Desktop Notifications
+
+
+
+ Maximum number of enabled coins
+
+
+
+ Logs
+
+
+
+ Open Folder
+
+
+
+ Reset
+
+
+
+ Current Font
+
+
+
+ Current font changed to %1.
+
+
+
+ Theme
+
+
+
+ Changing theme to %1
+
+
+
+ Application Version
+
+
+
+ copied to clipboard
+
+
+
+ About & Version
+
+
+
+
+ Reset wallet configuration
+
+
+
+ This will restart your wallet with default settings
+
+
+
+
+ Confirm
+
+
+
+ Ask system's password before sending coins ? (2FA)
+
+
+
+ Disable 2FA?
+
+
+
+ Enter your wallet password to confirm
+
+
+
+ Type password
+
+
+
+ 2FA status
+
+
+
+ 2FA disabled successfully
+
+
+
+
+ Ok
+
+
+
+ Wrong password!
+
+
+
+ Wallet password is incorrect
+
+
+
+ View seed and private keys
+
+
+
+
+ Show
+
+
+
+ Setup Camouflage Password
+
+
+
+ Open
+
+
+
+ Disclaimer and ToS
+
+
+
+ Application version
+
+
+
+ MM2 version
+
+
+
+ MM2 Version
+
+
+
+ MM2 Version copied to clipboard.
+
+
+
+ Qt version
+
+
+
+ Qt Version
+
+
+
+ Qt Version copied to clipboard.
+
+
+
+ Search Update
+
+
+
+ Logout
+
+
+
+ Settings
+
+
+ Fiat
+
+
+
+ Recommended:
+
+
+
+ Enable Desktop Notifications
+
+
+
+ Use QtTextRendering Or NativeTextRendering
+
+
+
+ Open Logs Folder
+
+
+
+ View seed and private keys
+
+
+
+ Disclaimer and ToS
+
+
+
+ Setup Camouflage Password
+
+
+
+ Reset wallet configuration
+
+
+
+ Delete Wallet
+
+
+
+ Log out
+
+
+
+ mm2 version
+
+
+
+ Sidebar
+
+
+ Search
+
+
+
+ Add asset
+
+
+
+ SmartChartView
+
+
+ Loading market data
+
+
+
+ There is no chart data for this ticker yet
+
+
+
+ SubBestOrder
+
+
+ Token
+
+
+
+ Available Quantity
+
+
+
+ Available Quantity (in %1)
+
+
+
+ Fiat Volume
+
+
+
+ CEX Rate
+
+
+
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
+
+
+
+ SubCoinSelector
+
+
+ Token
+
+
+
+ Balance
+
+
+
+ Balance Fiat
+
+
+
+ No Selectable coin.
+
+
+
+ SubHistory
+
+
+ History
+
+
+
+ Filter
+
+
+
+ Date
+
+
+
+ Close filtering options.
+
+
+
+ Open filtering options.
+
+
+
+ Filter settings
+
+
+
+ From
+
+
+
+ To
+
+
+
+ Cancel
+
+
+
+ Apply filter
+
+
+
+ Export
+
+
+
+ Please choose the CSV export name and location
+
+
+
+ No results found
+
+
+
+ SubOrders
+
+
+
+ Orders
+
+
+
+ Close filtering options.
+
+
+
+ Filter
+
+
+
+ Date
+
+
+
+ Open filtering options.
+
+
+
+ Filter settings
+
+
+
+ From
+
+
+
+ To
+
+
+
+ Cancel
+
+
+
+ Apply filter
+
+
+
+ No results found
+
+
+
+ SupportModal
+
+
+ Frequently Asked Questions
+
+
+
+ Do you store my private keys?
+
+
+
+ No! %1 is non-custodial. We never store any sensitive data, including your private keys, seed phrases, or PIN. This data is only stored on the user’s device and never leaves it. You are in full control of your assets.
+
+
+
+ How is trading on %1 different from trading on other DEXs?
+
+
+
+ Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
+
+%1 enables you to natively trade across two different blockchain networks without proxy tokens. You can also place multiple orders with the same funds. For example, you can sell 0.1 BTC for KMD, QTUM, or VRSC — the first order that fills automatically cancels all other orders.
+
+
+
+ How long does each atomic swap take?
+
+
+
+ Several factors determine the processing time for each swap. The block time of the traded assets depends on each network (Bitcoin typically being the slowest) Additionally, the user can customize security preferences. For example, (you can ask %1 to consider a KMD transaction as final after just 3 confirmations which makes the swap time shorter compared to waiting for a <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarization</a>.
+
+
+
+ Do I need to be online for the duration of the swap?
+
+
+
+ Yes. You must remain connected to the internet and have your app running to successfully complete each atomic swap (very short breaks in connectivity are usually fine). Otherwise, there is risk of trade cancellation if you are a maker, and risk of loss of funds if you are a taker.
+
+The atomic swap protocol requires both participants to stay online and monitor the involved blockchains for the process to stay atomic.
+
+If you go offline, so will your orders, and any that are in progress will fail, leading to potential loss of trade / transaction fees, and a wait for the swap to timeout and issue a refund. It may also negatively affect your wallet's reputation score for future trade matching.
+
+When you come back online, your orders will begin to broadcast again at the price you set before you went offline. If there has been significant price movement in the meantime, you might unintentionally offer someone a bargain!
+
+For this reason, we recommend cancelling orders before closing %1, or reviewing and revising your prices when restarting %1.
+
+
+
+ How are the fees on %1 calculated?
+
+
+
+ There are two fee categories to consider when trading on %1.
+
+1. %1 charges approximately 0.13% (1/777 of trading volume but not lower than 0.0001) as the trading fee for taker orders, and maker orders have zero fees.
+
+2. Both makers and takers will need to pay normal network fees to the involved blockchains when making atomic swap transactions.
+
+Network fees can vary greatly depending on your selected trading pair.
+
+
+
+ Do you provide user support?
+
+
+
+ Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
+
+
+
+ Who is behind %1?
+
+
+
+ %1 is developed by the Komodo team. Komodo is one of the most established blockchain projects working on innovative solutions like atomic swaps, Delayed Proof of Work, and an interoperable multi-chain architecture.
+
+
+
+ Is it possible to develop my own white-label exchange on %1?
+
+
+
+ Absolutely! You can read our developer documentation for more details or contact us with your partnership inquiries. Have a specific technical question? The %1 developer community is always ready to help!
+
+
+
+ Which devices can I use %1 on?
+
+
+
+ %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
+
+
+
+ Compliance Info
+
+
+
+ Due to regulatory and legal circumstances the citizens of certain jurisdictions including, but not limited to, the United States of America, Canada, Hong Kong, Israel, Singapore, Sudan, Austria, Iran and any other state, country or other jurisdiction that is embargoed by the United States of America or the European Union are not allowed to use this application.
+
+
+
+ Changelog
+
+
+
+ Open Logs Folder
+
+
+
+ SwapProgress
+
+
+ act
+ SHORT FOR ACTUAL TIME
+
+
+
+ est
+ SHORT FOR ESTIMATED
+
+
+
+ Progress details
+
+
+
+ TextAreaWithTitle
+
+
+ Save
+
+
+
+ Edit
+
+
+
+ TextEditWithCopy
+
+
+ copied to clipboard
+
+
+
+ TextEditWithTitle
+
+
+ copied to clipboard
+
+
+
+ TextFieldWithTitle
+
+
+ Required
+
+
+
+ Toast
+
+
+ Click here to see the details
+
+
+
+ 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)
+
+
+
+ TradeViewHeader
+
+
+ Pro View Settings
+
+
+
+ Display Settings
+
+
+
+ Ticker Selectors
+
+
+
+ Trading Information
+
+
+
+ Order Book
+
+
+
+ Best Orders
+
+
+
+ Place Order
+
+
+
+ TransactionDetailsModal
+
+
+ Transaction Details
+
+
+
+ %1 txid
+ TICKER
+
+
+
+ copied to clipboard.
+
+
+
+ Amount
+
+
+
+ Fees
+
+
+
+ From address
+
+
+
+ To address
+
+
+
+ Date
+
+
+
+ Unconfirmed
+
+
+
+ Transaction Hash
+
+
+
+ Confirmations
+
+
+
+ Block Height
+
+
+
+ From
+
+
+
+ To
+
+
+
+ Notes
+
+
+
+ Close
+
+
+
+ View on Explorer
+
+
+
+ Transactions
+
+
+ Sent
+
+
+
+ Received
+
+
+
+ fees
+
+
+
+ Unconfirmed
+
+
+
+ UpdateInvalidChecksum
+
+
+ The downloaded update archive is corrupted !
+
+
+
+ Vertical
+
+
+ Order Book
+
+
+
+ WalletsView
+
+
+ Welcome
+
+
+
+ New wallet
+
+
+
+ Import wallet
+
+
+
+ Search your wallets...
+
+
+
+ My Wallets
+
+
+
+ No wallets found!
+
+
+
+
+ Delete
+
+
+
+ Enter password to confirm deletion of
+
+
+
+ wallet
+
+
+
+ Type password
+
+
+
+ Cancel
+
+
+
+
+ Wallet status
+
+
+
+ wallet deleted successfully
+
+
+
+
+ Ok
+
+
+
+ wallet password is incorrect
+
+
+
+ ZcashParamsModal
+
+
+ %1 Activation Failed!
+
+
+
+ To activate ZHTLC coins, you need to download the Zcash Params.
+This might take a few minutes...
+
+
+
+ Download params & enable coins
+
+
+
+ More Info
+
+
+
+ Close
+
+
+
+ atomic_dex::settings_page
+
+
+ An error has occurred.
+
+
+
+ atomic_dex::wallet_page
+
+
+ You do not have enough funds.
+
+
+
+ %1 is not activated: click on the button to enable it or enable it manually
+
+
+
+ You need to have %1 to pay the gas for %2 transactions.
+
+
+
+ Checksum verification failed for %1.
+
+
+
+ Invalid checksum for %1. Click the button to convert to mixed case address.
+
+
+
+ Legacy address used for %1. Click the button to convert to a Cashaddress.
+
+
+
+ %1 address must be prefixed with 0x
+
+
+
+ %1 address length is invalid, please use a valid address.
+
+
+
+ %1 address is invalid.
+
+
+
+ Invalid checksum.
+
+
+
+ %1 address has invalid prefixes.
+
+
+
+ Backend error: %1
+
+
+
+ main
+
+
+ Logout
+
+
+
+ Balance
+
+
+
diff --git a/atomic_defi_design/assets/languages/atomic_defi_ru.ts b/atomic_defi_design/assets/languages/atomic_defi_ru.ts
index 7f0ac2a0ce..0d015a5e18 100644
--- a/atomic_defi_design/assets/languages/atomic_defi_ru.ts
+++ b/atomic_defi_design/assets/languages/atomic_defi_ru.ts
@@ -1,731 +1,654 @@
+
+ AddAddressForm
+
+
+ Use standard network address
+
+
+
+
+ Label
+
+
+
+
+ This key already exists.
+ Этот ключ уже существует.
+
+
+
+ Address
+ Адрес
+
+
+
+
+ Cancel
+
+
+
+
+ Convert
+ Преобразовать
+
+
+
+ Update
+
+
+
+
+ Save
+ Сохранить
+
+
+
+ You need to enable %1 before adding this kind of address.
+
+
+
+
+ Enable
+ Добавить
+
+AddCustomCoinModal
-
+ Choose the asset typeВыберите тип монеты
-
- Type
- Тип
-
-
-
+ CancelОтменить
-
-
-
+
+
+ NextДалее
-
-
+ Enter the contract addressВведите адрес контракта
-
+ Choose the asset tickerВведите тикер монеты
-
+ TickerТикер
-
+ Enter the tickerВведите тикер
-
- Contract Address
- Адрес контракта
-
-
-
+ Get the contract address fromПолучить адрес контракта от
-
+
+ Contract address
+
+
+
+ Get the contract address from Получить адрес контракта от
-
-
-
-
+
+
+
+ PreviousНазад
-
+ Choose the asset logoЗагрузите логотип монеты
-
+ BrowseВыбрать
-
+ Please choose the asset logoВыберите логотип монеты
-
+ ConfigurationКонфигурация
-
+ All configuration fields will be fetched using the contract address you provided.Все параметры конфигурации будут получены с помощью адреса контракта.
-
+ NameНазвание
-
+ Enter the nameВведите название
-
+ Coingecko IDCoingecko ID
-
+ Enter the Coingecko IDВведите Coingecko ID
-
+ Get the Coingecko IDПолучить Coingecko ID
-
+ ActiveАктивно
-
-
+
+ PreviewПревью
-
+ WARNING: Application will restart immidiately to apply the changes!ПРЕДУПРЕЖДЕНИЕ: Приложение будет немедленно перезапущено для применения изменений!
-
+ Asset not found, please go back and make sure Contract Address is correctТокен не найден, убедитесь, что адрес контракта указан верно
-
+ Config FieldsПараметры конфигурации
-
+ Fetched DataПолученные данные
-
+ Submit & RestartОтправить и перезапустить
- AddressBook
-
-
- Address Book
- Адресная книга
-
+ AddTagPopup
-
- New Contact
- Новый контакт
+
+ Tag name
+
-
- Search a contact by name or tags
- Поиск контакта по имени или тегам
+
+ Contact already has this tag.
+
-
- Name
- Имя
+
+ + ADD
+
-
- Tags (first 6)
- Теги (первые 6)
+
+ A contact can only have 5 tags.
+
+
+
+ AmountChart
-
- Actions
- Действия
+
+ Work in progress
+ Разработка в процессе
+
+
+ App
-
- Edit
- Редактировать
+
+ Recover Funds Result
+ Результат восстановления средств
+
+
+ AssetFromStandardSelector
-
- Remove
- Удалить
+
+ Choose a valid
+ Выберите валидную
-
- Do you want to remove this contact ?
- Вы действительно хотите удалить этот контакт?
+
+ asset
+
-
- Yes
- Да
+
+ Search an asset
+
-
- No
- Нет
+
+ Disabled
+
- AddressBookAddContactAddressModal
+ AssetPieChart
-
- Create a new address
- Добавить новый адрес
+
+ Assets
+ Активы
+
+
+ AssetsList
-
- Edit address entry
- Внести изменения в адрес
+
+ Asset
+ Актив
-
- Selected wallet: %1
- Выбранный кошелек: %1
+
+ Balance
+ Баланс
-
- NONE
- НИ ОДИН
+
+ Fiat Balance
+
-
- Enter a name
- Введите имя
+
+ Change 24h
+ Изменение за 24ч
-
- This key already exists.
- Этот ключ уже существует.
+
+ Price
+ Цена
-
- Enter the address
- Введите адрес
+
+ Source
+ Источник
-
- Validate
- Валидировать
+
+ Activating:
+
-
- Cancel
- Отменить
+
+ Price provider is: %1
+ Провайдер цены: %1
- AddressBookEditContactModal
-
-
- Edit contact
- Редактировать контакт
-
+ Bottom
-
- Contact Name
- Имя контакта
+
+ Add Crypto
+
-
- Enter a contact name
- Введите имя
+
+ Settings
+ Настройки
-
- Address List
- Список адресов
+
+ Support
+ Поддержка
-
- Search for an address entry.
- Поиск адреса.
+
+ Privacy
+ Скрыть баланс
-
- Type
- Тип
+
+ Disable Privacy?
+
-
- Key
- Ключ
+
+ Enter wallet password to confirm
+
-
- Address
- Адрес
+
+ Type password
+ Введите пароль
-
- Actions
- Действия
+
+ Confirm
+
-
- New Address
- Новый Адрес
+
+ Cancel
+
-
- Tags
- Теги
+
+ Privacy status
+
-
- +
- +
+
+ Privacy mode disabled successfully
+
-
- Confirm
- Подтвердить
+
+
+ Ok
+ Ок
-
-
- Cancel
- Отменить
+
+ Wrong password!
+
-
- The selected address belongs to a disabled coin, you need to enabled it before sending.
- Вы выбрали адрес отключенной монеты, ее необходимо включить перед отправкой.
+
+ wallet password is incorrect
+ введен неправильный пароль
+
+
+ CamouflagePasswordModal
-
- Enable
- Добавить
+
+ Setup Camouflage Password
+ Установить камуфляжный пароль
-
- Cannot send to this address
- Отправка на этот адрес невозможна
+
+ Camouflage Password is a secret password for emergency situations.
+ Камуфляжный пароль - секретный пароль для чрезвычайных ситуаций.
-
- Your balance is empty
- Баланс отсутствует
+
+ Using it to login will display your balance lower than it actually is.
+ Используйте его во время входа, чтобы ваш баланс не отображался полностью.
-
- Ok
- ОК
+
+ Here you enter the suffix and at login you need to enter {real_password}{suffix}
+ Здесь вы можете ввести окончание пароля. Во время входа в приложения необходимо будет ввести {ваш пароль}{окончание}
-
-
- AddressBookNewContactCategoryModal
-
- Add a new tag
- Добавить новый тег
+
+ Password suffix
+ Суффикс пароля
-
- Enter the tag name
- Добавить имя тега
+
+ Confirm pasword suffix
+ Подтвердите суффикс пароля
-
- This contact already has this tag
- У этого контакта уже есть этот тег
+
+ Enter a password suffix
+ Задайте суффикс пароля
-
- Add
- Добавить
+
+ Enter the same password suffix to confirm
+ Подтвердите суффикс пароля
-
+ CancelОтменить
-
-
- AddressBookNewContactModal
-
- Create a new contact
- Добавить новый контакт
+
+ Save
+ Сохранить
+
+
+ CannotEnableCoinModal
-
- Enter the contact name
- Введите имя контакта
+
+ Failed to enable %1
+ Не получается включить %1
-
- This contact name already exists.
- Контакт с таким именем уже существует.
+
+ Enabling %1 did not succeed. Limit of enabled coins might have been reached.
+ Активация %1 не удалась. Был достигнут лимит активированных монет.
-
- Confirm
- Подтвердить
+
+ Change limit in settings
+ Измените лимит в настройках
-
+ Cancel
- Отменить
+ Отмена
- AddressBookSendWalletSelector
+ Center
-
- Choose a valid
- Выберите валидную
+
+ Portfolio
+ Портфолио
-
- coin
- монету
+
+ Wallet
+ Кошелек
-
-
- AddressBookWalletTypeListModal
-
- Select wallet type
- Выберите тип кошелька
+
+ DEX
+ DEX
-
- Search
- Поиск
+
+ Address Book
+ Адресная книга
-
-
- AmountChart
-
- Work in progress
- Разработка в процессе
+
+ Fiat
+ Фиат
- AssetPieChart
+ CexInfoModal
-
- Assets
- Активы
+
+ Market Data
+ Рыночные данные (CEX)
+
+
+
+ Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.
+ Рыночные данные (цены, графики, и тд.) отмеченные ⓘ иконкой получены от <a href="https://coingecko.com">CoinGecko</a>.
- BestOrdersModal
+ Chart
-
- Best Orders
- Лучшие ордеры
+
+ Loading market data
+ Загрузка рыночных данных
-
- Token
- Токен
+
+ There is no chart data for this pair
+
-
- Available Quantity
- Доступное количество
+
+ There is no chart data for %1 (testcoin) pairs
+
+
+
+ ClaimFaucetResultModal
-
- Available Quantity (in %1)
- Доступное количество (в %1)
+
+ Close
+ Закрыть
+
+
+ ClaimRewardsModal
-
- Fiat Volume
- Фиатный объем
+
+ Failed to prepare to claim rewards
+ Ошибка при создании транзакции для получения вознаграждения
-
- CEX Rate
- CEX цена
+
+ Claim your %1 reward?
+ TICKER
+ Получить %1 вознаграждение?
-
- %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
- %1 не активирован -Вы хотите активировать этот %2 актив чтобы видеть лучшие ордеры для него ?<br><a href='#'>Да</a> - <a href='#no'>Нет</a>
+
+ No UTXOs eligible for claiming
+ Нет UTXO, для которых доступны вознаграждения
-
- Cancel
- Отмена
+
+ Transaction fee is higher than the reward!
+ Комиссия за транзакцию превышает сумму вознаграждений!
+
+
+
+ You will receive
+
-
+ RefreshОбновить
-
-
- BuyBox
-
- Buy
- Купить
+
+ Read more about KMD active users rewards
+ Подробнее о вознаграждениях для активных пользователей KMD
-
-
- CamouflagePasswordModal
-
- Setup Camouflage Password
- Установить камуфляжный пароль
+
+ UTXO
+ UTXO
-
- Camouflage Password is a secret password for emergency situations.
- Камуфляжный пароль - секретный пароль для чрезвычайных ситуаций.
+
+ Amount
+ Сумма
-
- Using it to login will display your balance lower than it actually is.
- Используйте его во время входа, чтобы ваш баланс не отображался полностью.
+
+ Reward
+ Вознаграждения
-
- Here you enter the suffix and at login you need to enter {real_password}{suffix}
- Здесь вы можете ввести окончание пароля. Во время входа в приложения необходимо будет ввести {ваш пароль}{окончание}
+
+ Accruing Start
+ Начало начисления
-
- Enter a suffix
- Введите окончание
+
+ Accruing Stop
+ Прекращение начисления
-
- Cancel
- Отменить
+
+ Time Left
+ Осталось
-
- Save
- Сохранить
+
+ Error
+ Ошибка
-
-
- CandleStickChart
-
- Loading market data
- Загрузка данных
+
+ Locktime is not set
+ Время блокировки не установлено
-
- There is no chart data for this pair yet
- Нет данных для построения графика для этой торговой пары
-
-
-
- CannotEnableCoinModal
-
-
- Failed to enable %1
- Не получается включить %1
-
-
-
- Enabling %1 did not succeed. Limit of enabled coins might have been reached.
- Активация %1 не удалась. Был достигнут лимит активированных монет.
-
-
-
- Change limit in settings
- Измените лимит в настройках
-
-
-
- Cancel
- Отмена
-
-
-
- CexInfoModal
-
-
- Market Data
- Рыночные данные (CEX)
-
-
-
- Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://bandprotocol.com/">Band Decentralized Oracle</a> and <a href="https://coingecko.com">CoinGecko</a>.<br><br><b>Oracle Supported Pairs:</b><br>%1<br><br><b>Last reference (Band Oracle):</b><br><a href="%2">%2</a>
- Рыночные данные (цены, графики, и тд.) отмеченные ⓘ иконкой получены от <a href="https://bandprotocol.com/">Band Decentralized Oracle</a> и <a href="https://coingecko.com">CoinGecko</a>.<br><br><b>Oracle Supported Pairs:</b><br>%1<br><br><b>Last reference (Band Oracle):</b><br><a href="%2">%2</a>
-
-
-
- CexInfoTrigger
-
-
- Price oracle powered by Band Protocol
- Ценовой оракул на базе Band Protocol
-
-
-
- ClaimRewardsModal
-
-
- Failed to prepare to claim rewards
- Ошибка при создании транзакции для получения вознаграждения
-
-
-
- Claim your %1 reward?
- TICKER
- Получить %1 вознаграждение?
-
-
-
- No UTXOs eligible for claiming
- Нет UTXO, для которых доступны вознаграждения
-
-
-
- Transaction fee is higher than the reward!
- Комиссия за транзакцию превышает сумму вознаграждений!
-
-
-
- You will receive %1
- AMT TICKER
- Вы получите %1
-
-
-
- Refresh
- Обновить
-
-
-
- Read more about KMD active users rewards
- Подробнее о вознаграждениях для активных пользователей KMD
-
-
-
- UTXO
- UTXO
-
-
-
- Amount
- Сумма
-
-
-
- Reward
- Вознаграждения
-
-
-
- Accruing Start
- Начало начисления
-
-
-
- Accruing Stop
- Прекращение начисления
-
-
-
- Time Left
- Осталось
-
-
-
- Error
- Ошибка
-
-
-
- Locktime is not set
- Время блокировки не установлено
-
-
-
+ Locktime is less than the thresholdВремя блокировки меньше минимального
-
+ UTXO height is greater than end of the eraВысота UTXO больше, чем конец эпохи
-
+ UTXO amount is less than 10UTXO меньше 10
-
+ One hour did not pass yet1 час еще не прошел
-
+ Transaction is in mempoolТранзакция находится в мемпуле
-
+ Unknown problemНеизвестная проблема
-
+ CancelОтменить
-
+ ConfirmПодтвердить
@@ -733,50 +656,55 @@
CoinMenu
-
+ Disable %1TICKERУдалить %1
-
+ Disable and Delete %1TICKERУдалить токен %1 из AtomicDex
-
+ Disable all %1 assetsОтключить все %1 ассеты
-
+ Disable all assetsОтключить все ассеты
-
-
- CoinsListModal
-
- Select a ticker
- Выберите тикер
+
+ Disable 0 balance assets
+
+
+
+ ComboBoxWithSearchBar
-
- Token name
- Имя токена
+
+ Search
+ ПоискCombo_fiat
-
+
+ Language
+ Язык
+
+
+ FiatФиат
-
+ Recommended: Рекомендации:
@@ -784,42 +712,42 @@
ConfirmMultiOrderTradeModal
-
+ Confirm Multi Order DetailsПодтвердить данные мульти-ордера
-
+ These swaps requests can not be undone and this is the final event!Эти предложения обмена не могут быть отменены и являются окончательными!
-
+ These transactions can take up to 60 mins - DO NOT close this application!Эти транзакции могут занимать до 60 минут - НЕ ЗАКРЫВАЙТЕ приложение!
-
+ Same funds will be used until an order matches.Баланс будет использоваться одновременно в нескольких ордерах, пока один из них не будет исполнен.
-
+ Note that if one order is filled other will not be cancelled.Обратите внимание, что при исполнении одного ордера, другой не будет отменен.
-
+ CancelОтменить
-
+ ConfirmПодтвердить
-
+ Placed multiple ordersРазмещено несколько ордеров
@@ -827,74 +755,83 @@
ConfirmTradeModal
-
+ Confirm Exchange DetailsПодтвердить данные обмена
-
+
+ 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 минут - НЕ закрывайте приложение!
-
- Total %1 fees: %2 (%3)
- Всего %1 комиссии: %2 (%3)
+
+ Loading fees...
+
-
- Security configuration
- Настройки безопасности
+
+ <b>Total %1 fees:</b>
+
-
- dPoW protected
- защищено dPoW
+
+ Security configuration
+ Настройки безопасности
-
+ %1 confirmations for incoming %2 transactions%1 подтверждений для входящих %2 транзакций
-
-
+ Read more about dPoWУзнать больше о dPoW
-
+ Use custom protection settings for incoming %1 transactionsTICKERИспользовать пользовательские настройки защиты для входящих транзакций %1
-
+ Enable Komodo dPoW securityВключить Komodo dPoW
-
+
+ dPoW protected
+ dPoW защита
+
+
+ Required ConfirmationsНеобходимое количество подтверждений
-
+ Warning, this atomic swap is not dPoW protected!Предупреждение, этот атомарный своп не защищен dPoW!
-
+ CancelОтменить
-
+ ConfirmПодтверждение
@@ -902,7 +839,7 @@
CopyFieldButton
-
+ Copied to ClipboardСкопировано в буфер обмена
@@ -910,316 +847,325 @@
Dashboard
-
+ The current number of enabled coins does not match your configuration specification. Your assets configuration will be reset.Текущее количество включенных монет не совпадает с конфигурацией. Ваша конфигурация активов будет сброшена.
-
-
- Content for this section will be added later. Stay tuned!
- Содержание этого раздела будет добавлено в следующих обновлениях. Следите за новостями!
-
-
-
+ MatchingМатчинг
-
+ Order MatchingМатчинг ордеров
-
+ MatchedСматчен
-
+ Order MatchedОрдер сматчен
-
+ OngoingВ процессе
-
+ Swap OngoingСвоп продолжается
-
+ SuccessfulУспешно
-
+ Swap SuccessfulСвоп успешно завершен
-
+ RefundingПроводится возврат
-
+ FailedНе завершено
-
+ Swap FailedСвоп не был завершен
-
+ UnknownНеизвестно
-
+ Unknown StateСтатус неизвестен
-
+ StartedНачат
-
+ NegotiatedСогласован
-
+ Taker fee sentКомиссия тейкера отправлена
-
+ Maker payment receivedПлатеж мейкера получен
-
+ Maker payment wait confirm startedОжидание платежа мейкера
-
+ Maker payment validated and confirmedПлатеж мейкера валидирован и подтвержден
-
+ Taker payment sentПлатеж тейкера отправлен
-
+ Taker payment spentПлатеж тейкера потрачен
-
+ Maker payment spentПлатеж мейкера потрачен
-
+ FinishedЗавершено
-
+ Start failedНе удалось начать
-
+ Negotiate failedСогласование не прошло
-
+ Taker fee validate failedВалидация комиссии тейкера не прошла
-
+ Maker payment transaction failedПлатежная транзакция мейкера не прошла
-
+ Maker payment Data send failedОтправка платежных данных мейкера не прошла
-
+ Maker payment wait confirm failedПлатежная транзакция мейкера не была подтверждена
-
+ Taker payment validate failedНе прошла валидация платежа тейкера
-
+ Taker payment wait confirm failedПлатежная транзакция тейкера не была подтверждена
-
+ Taker payment spend failedSpend платежа тейкера не прошел
-
+ Maker payment wait refund startedОжидание возврата платежа мейкера
-
+ Maker payment refundedПлатеж мейкера возвращен
-
+ Maker payment refund failedВозврат платежа мейкера не выполнен
+
+ DatePicker
+
+
+ Date
+ Дата
+
+
+
+ DefaultCopyIcon
+
+
+ copied to clipboard
+ скопировано в буфер
+
+DefaultRangeSlider
-
+ MinМин
-
- Half
- Половина
-
-
-
+ MaxМакс
- DefaultSweetComboBox
+ DefaultTextEdit
-
- Search
- Поиск
+
+ copied to clipboard
+ скопировано в буферDeleteWalletModal
-
+ Delete WalletУдалить кошелек
-
+ Are you sure you want to delete %1 wallet?WALLET_NAMEВы уверены, что хотите удалить кошелек %1?
-
+ If so, make sure you record your seed phrase in order to restore your wallet in the future.Если да, не забудьте записать seed-фразу, чтобы иметь возможность восстановить свой кошелек.
-
+ Enter your wallet passwordВведите пароль кошелька
-
+ Wrong PasswordНеправильный пароль
-
+ CancelОтмена
-
+ DeleteУдалить
+
+ DexAppPasswordField
+
+
+ Type password
+ Введите пароль
+
+DexKeyChecker
-
+ At least 1 lowercase alphabetical character
- Как минимум 1 строчная буква
+ Как минимум 1 строчная буква
-
+ At least 1 uppercase alphabetical character
- Как минимум 1 заглавная буква
+ Как минимум 1 заглавная буква
-
+ At least 1 numeric character
- Как минимум 1 цифра
+ Как минимум 1 цифра
-
+ At least 1 special character (eg. !@#$%)
- Как минимум 1 специальный символ (!@#$%)
+ Как минимум 1 специальный символ (!@#$%)
-
-
- At least %n character(s)
-
- Не менее %n символов
- Не менее %n символов
- Не менее %n символов
-
+
+
+ Between %1 and %2 character(s)
+
-
+ Password and Confirm Password have to be same
- Пароль и подтверждение пароля должны совпадать
+ Пароль и подтверждение пароля должны совпадатьDexPaginator
-
+ items per page
- элементов на странице
+ элементов на страницеDexRangeSlider
-
+ MinМин
-
+ HalfПоловина
-
+ MaxМакс
@@ -1227,55 +1173,136 @@
DexSweetComboBox
-
+ SearchПоиск
+
+ EditContactModal
+
+
+ Edit contact
+ Редактировать контакт
+
+
+
+ Contact name
+
+
+
+
+ Enter a contact name
+ Введите имя
+
+
+
+ Address list
+
+
+
+
+ Address Book
+ Адресная книга
+
+
+
+ address copied to clipboard
+
+
+
+
+ Edit
+ Редактировать
+
+
+
+ + Add Address
+
+
+
+
+ Cancel Updates
+
+
+
+
+ Save Updates
+
+
+
+
+ Tags
+ Теги
+
+
+
+ Add tag
+
+
+
+
+ EnableAssetModal
+
+
+ The selected address belongs to a disabled asset, you need to enabled it before sending.
+
+
+
+
+ Enable
+ Добавить
+
+
+
+ Cancel
+ Отменить
+
+EnableCoinModal
-
+ Enable assetsПодключить активы
-
- Add a custom asset to the list
- Добавить пользовательский ассет в список
-
-
-
+ All assets are already enabled!Все ассеты уже добавлены!
-
+ Change assets limitИзменить лимит
-
- Search
- Поиск
+
+ Cancel
+
-
+ Select all assetsВыбрать все ассеты
-
+
+ Search assets
+
+
+
+ You can still enable %1 assets. Selected: %2.Вы можете активировать еще %1 активов. Активно: %2.
-
- Close
- Закрыть
+
+ Add a custom asset
+
-
+ EnableДобавить
@@ -1283,88 +1310,50 @@
EulaModal
-
+ Disclaimer & Terms of ServiceДисклеймер и условия использования
-
+ Accept EULAПринять EULA
-
+ Accept Terms and ConditionsПринять Terms of Service
-
+ CloseЗакрыть
-
+ CancelОтменить
-
+ ConfirmПодтвердить
-
-
- <h2>This End-User License Agreement ('EULA') is a legal agreement between you and Komodo Platform.</h2>
-
-<p>This EULA agreement governs your acquisition and use of our %1 software ('Software', 'Mobile Application', 'Application' or 'App') directly from Komodo Platform or indirectly through a Komodo Platform authorized entity, reseller or distributor (a 'Distributor').</p>
-<p>Please read this EULA agreement carefully before completing the installation process and using the %1 software. It provides a license to use the %1 software and contains warranty information and liability disclaimers.</p>
-<p>If you register for the beta program of the %1 software, this EULA agreement will also govern that trial. By clicking 'accept' or installing and/or using the %1 software, you are confirming your acceptance of the Software and agreeing to become bound by the terms of this EULA agreement.</p>
-<p>If you are entering into this EULA agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity and its affiliates to these terms and conditions. If you do not have such authority or if you do not agree with the terms and conditions of this EULA agreement, do not install or use the Software, and you must not accept this EULA agreement.</p>
-<p>This EULA agreement shall apply only to the Software supplied by Komodo Platform herewith regardless of whether other software is referred to or described herein. The terms also apply to any Komodo Platform updates, supplements, Internet-based services, and support services for the Software, unless other terms accompany those items on delivery. If so, those terms apply.</p>
-
-<h3>License Grant</h3>
-<p>Komodo Platform hereby grants you a personal, non-transferable, non-exclusive licence to use the %1 software on your devices in accordance with the terms of this EULA agreement.</p>
-
-<p>You are permitted to load the %1 software (for example a PC, laptop, mobile or tablet) under your control. You are responsible for ensuring your device meets the minimum security and resource requirements of the %1 software.</p>
-
-<p><b>You are not permitted to:</b></p>
-<ul>
-<li>Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things</li>
-<li>Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose</li>
-<li>Use the Software in any way which breaches any applicable local, national or international law</li>
-<li>Use the Software for any purpose that Komodo Platform considers is a breach of this EULA agreement</li>
-</ul>
-
-<h3>Intellectual Property and Ownership</h3>
-<p>Komodo Platform shall at all times retain ownership of the Software as originally downloaded by you and all subsequent downloads of the Software by you. The Software (and the copyright, and other intellectual property rights of whatever nature in the Software, including any modifications made thereto) are and shall remain the property of Komodo Platform.</p>
-
-<p>Komodo Platform reserves the right to grant licences to use the Software to third parties.</p>
-
-<h3>Termination</h3>
-<p>This EULA agreement is effective from the date you first use the Software and shall continue until terminated. You may terminate it at any time upon written notice to Komodo Platform.</p>
-<p>It will also terminate immediately if you fail to comply with any term of this EULA agreement. Upon such termination, the licenses granted by this EULA agreement will immediately terminate and you agree to stop all access and use of the Software. The provisions that by their nature continue and survive will survive any termination of this EULA agreement.</p>
-
-<h3>Governing Law</h3>
-<p>This EULA agreement, and any dispute arising out of or in connection with this EULA agreement, shall be governed by and construed in accordance with the laws of Vietnam.</p>
-
-<p><b>This document was last updated on January 31st, 2020</b></p>
-
- FatalErrorModal
-
+ Fatal ErrorКритическая ошибка
-
+ Connection has been lost. You have been disconnected.Cоединение потеряно. Вы были отключены.
-
+ CloseЗакрыть
@@ -1372,91 +1361,53 @@
FeeInfo
-
+ Minimum feeМинимальная комиссия
-
+ Fees will be calculatedКомиссия будет рассчитана
- FirstLaunch
-
-
-
- Type password
-
-
-
-
- connect
-
-
-
-
- Welcome
- Добро пожаловать
-
-
-
- New Wallet
- Новый кошелек
-
-
-
- Recover Wallet
- Восстановить кошелек
-
-
-
- My Wallets
- Мои кошельки
-
-
-
-
- Delete
- Удалить
-
+ GasInfoModal
-
- Enter password to confirm deletion of
+
+ How do I calculate gas?
-
- wallet
+
+ Gas is measured in gwei. Gwei is just a unit of Ether, and is equal to 0.000000001 ETH (or the equivalent platform coin such as AVAX or BNB). The gas price varies over time depending on network congestion.
-
- Cancel
+
+ The gas limit is how many units of gas (maximum) you allocate to pay for a transaction. The gas required depending on the size of the transaction & data being transmitted.
-
-
- Wallet status
+
+ A standard transaction not involving contracts uses 21,000 gas units, with any of the limit remaining returned to the source address.
-
- wallet deleted successfully
+
+ Transactions involving contracts may result in the whole limit being consumed, so be careful not to set it too high.
-
- wallet password entered is incorrect
+
+ For more information, read the article at <a href="https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use">https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use</a>General
-
+ %n day(s)%n день
@@ -1465,7 +1416,7 @@
-
+ %ndday
@@ -1475,7 +1426,7 @@
-
+ %nhhours
@@ -1485,7 +1436,7 @@
-
+ %nmminutes
@@ -1495,7 +1446,7 @@
-
+ %nsseconds
@@ -1505,7 +1456,7 @@
-
+ %nmsmilliseconds
@@ -1515,66 +1466,117 @@
-
+ --
-
- Trading Fee
- Торговая комиссия
+
+ <b>Taker tx fee:</b>
+
-
- Minimum Trading Amount
+
+ <b>Dex tx fee:</b>
+
+
+
+
+ <b>Dex fee:</b>
+
+
+
+
+ <b>Maker tx fee:</b>
+
+
+
+
+ %1 balance is zero
+
+
+
+
+ Activating %1 (%2%)
+
+
+
+
+ Loading wallet...
+
+
+
+
+ Min: %1
+ Мин: %1
+
+
+
+ Enter an amount
+ Введите количество
+
+
+
+ Trading Fee
+ Торговая комиссия
+
+
+
+ Minimum Trading AmountМинимальный объем сделки
-
+ Wallet %1 already existsWALLETNAMEКошелек %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Неизвестная ошибка
@@ -1582,94 +1584,170 @@
Header
-
+ You getВы получите
-
+ You sendВы отправите
-
+ Fiat Priceфиатная цена
-
+ CEX rateЦена на CEX
-
+ PriceЦена
-
+ QuantityКоличество
-
+ TotalВсего
- History
+ ImportWallet
-
- Recent Swaps
- Последние свопы
+
+ Failed to Import the wallet
+ Не удалось импортировать кошелек
-
-
- InitialLoading
-
- Loading, please wait
- Загрузка. Пожалуйста, подождите
+
+ Import wallet - Setup
+ Импорт кошелька - Введите данные
-
- Initializing MM2
- Инициализация MM2
+
+ Import wallet - Choose password
+ Импорт кошелька - Задайте пароль
-
- Enabling assets
- Добавление ассетов
+
+ Wallet Name
+ Название кошелька
-
- Getting ready
- Подготовка
+
+ Enter seed
+ Введите сид-фразу
-
-
- Languages
-
- Language
- Язык
+
+ Your seed is not BIP39 compliant.
+Try again or select 'Allow custom seed' to continue.
+
+
+
+
+
+ i understand
+ Я согласен
+
+
+
+
+ я согласен
+
+
+
+
+
+ je comprends
+
+
+
+
+
+ entiendo
+
+
+
+
+
+ anladım
+
+
+
+
+
+ ich verstehe
+
+
+
+
+ Ok
+ Ок
+
+
+
+ Allow custom seed
+ Разрешить пользовательский формат сид-фразы
+
+
+
+ <strong>Allow custom seed</strong>
+ <strong>Разрешить произвольный seed</strong>
+
+
+
+ Custom seed phrases might be less secure and easier to crack than a generated BIP39 compliant seed phrase or private key (WIF).<br><br>To confirm you understand the risk and know what you are doing, type <strong>'I understand'</strong> in the box below.
+ Пользовательские исходные фразы могут быть менее безопасными и их легче взломать, чем сгенерированные исходные фразы или закрытый ключ (WIF), совместимые с BIP39.<br><br>Чтобы подтвердить, что вы понимаете риск и знаете, что делаете, введите <strong>'Я согласен'</strong> в поле ниже.
+
+
+
+ I understand
+ Я согласен
+
+
+
+ Next
+ Далее
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+ Введите тот же пароль для подтверждения
+
+
+
+ Continue
+ ПродолжитьLinksRow
-
+ Join our Discord serverПрисоединяйтесь к нашему Discord серверу
-
+ Follow us on TwitterПодписывайтесь на наш Twitter
-
+ Go to Support GuidesФорум и база знаний
@@ -1677,193 +1755,346 @@
List
-
+ Funds are recoverableСредства могут быть восстановлены
+
+
+ Best Orders
+ Лучшие ордеры
+
+
+
+ Enter volume to see best orders.
+
+ ListDelegate
-
- This order require a minimum amount of %1 %2 <br>You don't have enough funds.<br> Your max balance after fees is: (%3)
- Минимальный объем для данного ордера %1 %2 <br>У вас не достаточно средств.<br>Ваш максимальный баланс после вычета комиссий: (%3)
-
-
-
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a> %1 не активирован -Вы хотите активировать этот %2 актив чтобы видеть лучшие ордеры для него ?<br><a href='#'>Да</a> - <a href='#no'>Нет</a>
+
+
+ %1 is not enabled - Please enable it through the coin activation menu
+
+
+
+
+ This order requires a minimum amount of %1 %2 <br>You don't have enough funds.<br> %3
+
+ LogModal
-
+ CloseЗакрыть
+
+ Logging
+
+
+ Loading, please wait
+ Загрузка. Пожалуйста, подождите
+
+
+
+ Initializing MM2
+ Инициализация MM2
+
+
+
+ Enabling assets
+ Добавление ассетов
+
+
+
+ Getting ready
+ Подготовка
+
+Login
-
+ Incorrect PasswordНеправильный пароль
-
-
- Login
- Вход
+
+ Log In
+
-
- Type password
+
+ Cancel
+ Отменить
+
+
+
+ LogoutModal
+
+
+ Exit %1 or go to login menu?
-
- Back
- Назад
+
+ Warning: You currently have a swap in progress.
+Logging out may result in a failed swap.
+
+
+
+
+ Warning: You currently have open maker orders.
+They will be removed from the orderbook until you log in again.
+
+
+
+
+ Login menu
+
-
- Connect
+
+ Exit
+
+
+
+
+ CancelMain
-
- Wallet Balance
- Баланс кошелька
-
-
-
+ PriceЦена
-
- Change 24h
- Изменение за 24ч
+
+ Change 24hr
+
-
- Portfolio %
- % портфолио
+
+ Contract Address
+
-
+ SendОтправить
-
+ Enable %1 ?Активировать %1 ?
-
+ YesДа
-
+ NoНет
-
+ ReceiveПолучить
-
+
+ SwapОбменять
-
- Claim Rewards
- Получить вознаграждение
+
+ Portfolio
+ Портфолио
-
+
+ is wallet only
+
+
+
+
+ Rewards
+ Награды
+
+
+ FaucetФаусет
-
+
+
+
+ Public Key
+
+
+
+
+ Copied to Clipboard
+ Скопировано в буфер обмена
+
+
+ Loading market dataЗагрузка рыночных данных
-
+ There is no chart data for this ticker yetДля данного актива пока еще нет графиков данных
-
- Loading
- Загрузка
+
+ Fetching transactions...
+
-
- Scanning blocks for TX History...
- Сканирование блокчейна для получения данных о транзакциях...
+
+ Please wait, %1 is %2
+
-
- Syncing TX History...
- Синхронизация истории транзакций...
+
+ % activated...
+
-
- No transactions
- Нет транзакций
+
+ No transactions available
+
-
- Refreshing
- Обновление данных
+
+ Click to view your address on %1 (%2) block explorer
+
-
- Fetching transactions
- Получение данных о транзакциях
+
+ Trading Information
+ Торговая информация
-
- Trade
-
+
+ Chart
+ График
-
+
+ OrdersОрдеры
-
+
+ HistoryИстория
-
- Recover Funds Result
- Результат восстановления средств
+
+ Place Order
+ Разместить ордер
+
+
+
+ Order Selected
+ Ордер выбран
+
+
+
+ START SWAP
+ НАЧАТЬ ОБМЕН
+
+
+
+
+ Address Book
+ Адресная книга
+
+
+
+ Search contact
+ поиск контактов
+
+
+
+ + NEW CONTACT
+ новый контакт
+
+
+
+ Name
+ Название
+
+
+
+ Tags
+ Теги
+
+
+
+ Edit
+ Редактировать
+
+
+
+ Delete
+ Удалить
+
+
+
+ address copied to clipboard
+
+
+
+
+ This contact does not have any registered address.
+
+
+
+
+ MarketModeSelector
+
+
+ Sell %1
+ TICKER
+
+
+
+
+ Buy %1
+ TICKER
+ MinTradeModal
-
+ Minimum Trading AmountМинимальный торговый объем
-
+ the minimum amount of %1 coin available for the order; the min_volume must be greater than or equal to %2; it must be also less or equal than volume param; default is %3Минимальное кол-во %1 монеты доступное для торгов; минимальный объем должен быть больше или равен %2; Также он должен быть меньше или равен объему; Значение по умолчанию %3
@@ -1871,478 +2102,625 @@
MultiOrder
-
+ %1 price is zero!TICKERЦена %1 равна нулю!
-
+ %1 receive volume is lower than minimum trade amountTICKERПолучаемый объем %1 меньше минимальной суммы сделки
-
+ Error:Ошибка:
-
+ You'll receive %1AMOUNT TICKERВы получите %1
-
+ PriceЦена
- NewUpdateModal
+ NewContactPopup
-
- Searching new updates...
- Ищем обновление...
+
+ Contact name
+
-
- Please wait while the application is finding a new update... You can close this modal if you want.
- Пожалуйста подождите пока приложение ищет обновление... Вы можете закрыть это окно если желаете.
+
+ This contact name already exists.
+ Контакт с таким именем уже существует.
-
- Already updated
- Обновлено
+
+ Save
+ Сохранить
+
+
+ NewUpdateModal
-
- %1 is already up-to-date !
- %1 уже последней версии!
+
+
+
+ Searching new updates
+
-
- New update detected !
- Обнаружено обновление !
+
+ Fetching...
+
-
- Do you want to update %1 from %2 to %3 ?
- Хотели бы вы обновить %1 с %2 на %3 ?
+
+
+
+
+ Close
+ Закрыть
-
- Download
- Скачать
+
+ Could not check new updates for the following reason:
+%1
+
-
- Remind me later
- Напомнить мне позже
+
+ New version found
+
-
- Download in progress...
- В процессе скачивания...
+
+ Mandatory version found
+
-
- Update downloaded
- Новая версия скачана
+
+ %1 %2 is available !
+
-
- Update has been successfully downloaded. Do you want to restart the application now ?
- Новая версия была успешно скачана. Хотели бы вы перезагрузить приложение сейчас?
+
+ This update is mandatory to continue using the application
+
-
- Restart now
- Перезагрузить сейчас
+
+ Close Dex
+
-
- Restart later
- Перезагрузить потом
+
+ Your application is updated.
+
+
+
+
+ Download
+ Скачать
- NewUser
+ NewWallet
-
+ Wrong word, please check againНеверное слово. Пожалуйста, попробуйте еще раз
-
+
+ st
+
+
+
+
+ nd
+
+
+
+
+ rd
+
+
+
+
+ th
+
+
+
+ Failed to create a walletОшибка при создании кошелька
-
+ New WalletНовый кошелек
-
+
+ Confirm Seed
+ Подтвердить seed ключ
+
+
+ Choose Password
-
+ Задайте пароль
+
+
+
+ Important: Back up your seed phrase before proceeding!
+ Важно: убедитесь, что вы сохранили ваш seed ключ, прежде чем продолжить!
-
+
+ We recommend storing it offline.
+ Мы рекумендуем хранить его офлайн.
+
+
+ Generated SeedСгенерированный seed ключ
-
- Check
-
+
+ Seed phrase
+ Seed фраза
-
- Type password
+
+ copied to clipboard
+ скопировано в буфер
+
+
+
+ Next
+ Далее
+
+
+
+ Let's double check your seed phrase
+ Давайте перепроверим ваш seed ключ
+
+
+
+ Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
+ Ваш seed ключ важен, и поэтому мы хотим убедиться, что вы его сохранили. Мы зададим вам три разных вопроса о вашем seed ключе, чтобы убедиться, что вы сможете легко восстановить свой кошелек, когда захотите.
+
+
+
+ Enter the
-
- Confirm password
+
+ word
-
- Important: Back up your seed phrase before proceeding!
- Важно: убедитесь, что вы сохранили ваш seed ключ, прежде чем продолжить!
+
+ Check
+ Проверить
-
- We recommend storing it offline.
- Мы рекумендуем хранить его офлайн.
+
+ Enter password
+
-
- Confirm Seed
- Подтвердить seed ключ
+
+ Enter the same password to confirm
+ Введите тот же пароль для подтверждения
-
+ ContinueПродолжить
+
+
+ NoConnection
-
- Let's double check your seed phrase
- Давайте перепроверим ваш seed ключ
+
+ No connection
+ Нет соединения
-
- Copied to Clipboard
- Скопировано в буфер обмена
+
+ Please make sure you are connected to the internet
+ Пожалуйста, убедитесь, что вы подключены к Интернету
-
- Next
- Далее
+
+ Will automatically retry in %1 seconds
+ Повторная попытка подключения через %1 секунд
-
- Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
- Ваш seed ключ важен, и поэтому мы хотим убедиться, что вы его сохранили. Мы зададим вам три разных вопроса о вашем seed ключе, чтобы убедиться, что вы сможете легко восстановить свой кошелек, когда захотите.
+
+ Retry
+ Повторная попытка поключения
-
-
- Enter the %n. word
-
- Введите %nе слово
- Введите %nе слово
- Введите %nе слово
-
+
+
+ NotificationsModal
+
+
+ Matching
+ Матчинг
+
+
+
+ Order Matching
+ Матчинг ордеров
+
+
+
+ Matched
+ Сматчен
+
+
+
+ Order Matched
+ Ордер сматчен
+
+
+
+ Ongoing
+ В процессе
+
+
+
+ Swap Ongoing
+ Обмен продолжается
+
+
+
+ Successful
+ Успешно
+
+
+
+ Swap Successful
+ Обмен успешно завершен
+
+
+
+ Refunding
+ Проводится возврат
-
-
- NoConnection
-
- No connection
- Нет соединения
+
+ Failed
+ Не завершено
-
- Please make sure you are connected to the internet
- Пожалуйста, убедитесь, что вы подключены к Интернету
+
+ Swap Failed
+ Обмен не был завершен
-
- Will automatically retry in %1 seconds
- Повторная попытка подключения через %1 секунд
+
+ Unknown
+ Неизвестно
-
- Retry
- Повторная попытка поключения
+
+ Unknown State
+ Статус неизвестен
-
-
- NotificationsModal
-
+ Swap status updatedОбновление статуса Свопа
-
+ You sent %1Вы отправили %1
-
+ You received %1Вы получили %1
-
+ Your wallet balance changedБаланс вашего кошелька изменился
-
+
+ Close
+ Закрыть
+
+
+
+ %1 Enable status
+ TICKER
+
+
+
+ Please check your internet connection (e.g. VPN service or firewall might block it).Пожалуйста, проверьте ваше интернет-соединение (например, служба VPN или брандмауэр могут блокировать подключение).
-
+ Failed to enable %1TICKERНе получается включить %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Выйти
-
- There isn't any notification
- Нет новых уведомлений
+
+ Notifications
+
+
+
+
+ There aren't any notifications
+
+
+
+
+ Mark all as read
+ Отметить все как прочитанные
- OrderContent
+ OrderForm
-
- ID
- ID
+
+ Price
+ Цена
-
- Maker Order
- Мейкер ордер
+
+ Reduce 1% relative to CEX market price.
+
-
- Taker Order
- Тейкер ордер
+
+ Use CEX market price.
+
-
- Cancel
- Отменить
+
+ Increase 1% relative to CEX market price.
+
-
-
- OrderForm
-
- Price
- Цена
+
+ Send
+ Отправить
-
- Cancel selected order to change price
- Отменить выбранный ордер чтобы изменить цену
+
+ Receive
+ Получить
-
- Volume
- Объем
+
+ Max
+ Макс
-
- Amount to sell
- Сумма для продажи
+
+ Swap 25% of your tradable balance.
+
-
- Amount to receive
- Получаемая сумма
+
+ Swap 50% of your tradable balance.
+
-
- Minimum volume: %1
+
+ Swap 100% of your tradable balance.
-
- Volume: %1
+
+ Min Volume
-
- How it works ?
+
+ Min amount to sell
-
- How to use the pro-view slider ?
+
+ Min amount to receive
-
- This slider is used to setup the order requirements you need.
-Left slider: Sets the minimum amount required to process a trade.
-Right slider: Sets the volume you want to trade.
+
+ Minimum accepted trade equals 10% of order volume.
-
- Use custom minimum trade amount
+
+ Minimum accepted trade equals 25% of order volume.
+
+
+
+
+ Minimum accepted trade equals 50% of order volume.
+
+
+ Min volume:
+ Мин. объем:
+
+
+
+ Use custom minimum trade amount
+ Задать минимальный объем сделки
+ OrderLine
-
+ Funds are recoverableСредства могут быть восстановлены
- OrderModal
+ OrderList
-
- Swap Details
- Детали свопа
+
+ No results found
+ Не найдено результатов
+
+
+ OrderModal
-
- Order Details
- Детали ордера
+
+ Order Type
+
-
+ Maker OrderМейкер ордер
-
+ Taker OrderТейкер ордер
-
+ Refund StateСтатус рефанда
-
+ Your swap failed but the auto-refund process for your payment started already. Please wait and keep application opened until you receive your payment backОбмен не был завершен, но процесс автоматического рефанда уже начался. Пожалуйста, подождите, оставляя приложение открытым, пока вы не получите свои средства
-
+ DateДата
-
- ID
- ID
+
+ Error ID
+ ID ошибки
-
- Maker Payment Sent ID
- ID отправки платежа мейкера
+
+
+ Error Log
+ Лог ошибки
-
- Maker Payment Spent ID
- ID spend платежа мейкера
+
+ Close
+ Закрыть
-
- Taker Payment Spent ID
- ID spend платежа тейкера
+
+ Cancel Order
+ Отменить ордер
-
- Taker Payment Sent ID
- ID отправки платежа тейкера
+
+
+ Swap ID
+ ID обмена
-
- Error ID
- ID ошибки
+
+ Maker Payment Sent Transaction ID
+
-
- Error Log
- Лог ошибки
+
+ Maker Payment Spent Transaction ID
+
-
- Close
- Закрыть
+
+ Maker Payment TXID
+
-
- Cancel Order
- Отменить ордер
+
+ Taker Payment Spent Transaction ID
+
+
+
+
+ Taker Payment Sent Transaction ID
+
+
+
+
+ Taker Payment TXID
+
-
+ Recover FundsВосстановить средства
-
+
+ Refunding...
+ Возмещается...
+
+
+ View on ExplorerПоказать в эксплорере
@@ -2350,77 +2728,70 @@ Right slider: Sets the volume you want to trade.
OrderRemovedModal
-
+ Selected Order RemovedВыбранный ордер удален
-
- The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available. Please select a new order.
- Выбранный ордер больше не существует. Возможно его отменили или заполнили. Пожалуйста выберите другой ордер.
+
+ The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available.
+Please select a new order.
+
-
+ OK
-
-
-
-
- Orders
-
-
- Orders
- Ордеры
+ OKOrdersPage
-
+ FromОт
-
+ ToКому
-
+ Export CSVСкачать CSV
-
-
+
+ Filter
-
+ Фильтр
-
+ Date
- Дата
+ Дата
-
+ Apply FilterПрименить фильтр
-
- Please choose the CSV export name and location
- Выберите название и расположение загружаемого файла
+
+ Cancel All
+
-
- Recover Funds Result
- Результат восстановления средств
+
+ Please choose the CSV export name and location
+ Выберите название и расположение загружаемого файлаPagination
-
+ items per pageэлементов на странице
@@ -2428,59 +2799,55 @@ Right slider: Sets the volume you want to trade.
PasswordField
-
+ PasswordПароль
-
+ Enter your wallet passwordВведите пароль вашего кошелька
-
+ At least 1 lowercase alphabetical characterКак минимум 1 строчная буква
-
+ At least 1 uppercase alphabetical characterКак минимум 1 заглавная буква
-
+ At least 1 numeric characterКак минимум 1 цифра
-
+ At least 1 special character (eg. !@#$%)Как минимум 1 специальный символ (!@#$%)
-
-
- At least %n character(s)
-
- Не менее %n символов
- Не менее %n символов
- Не менее %n символов
-
-
-
- Password and Confirm Password have to be same
- Пароль и подтверждение пароля должны совпадать
+
+ Between %1 and %2 character(s)
+ PasswordForm
-
+
+ Password
+ Пароль
+
+
+ Confirm PasswordПодтверждения пароля
-
+ Enter the same password to confirmВведите тот же пароль для подтверждения
@@ -2488,293 +2855,254 @@ Right slider: Sets the volume you want to trade.
Portfolio
-
- Search
- Поиск
+
+ Search asset
+ Поиск актива
-
+ Show only coins with balanceПоказывать только монеты с балансом
-
+ (%1/%2)
-
-
-
-
- Portfolio
- Портфолио
-
-
-
- Add asset
- Добавить крипто актив
+ (%1/%2)PriceLine
-
+ Set swap price for evaluationУстановите цену для оценки
-
+ Exchange rateОбменный курс
-
+ SelectedВыбрано
-
+ ExpensiveНевыгодный курс
-
+ ExpedientВыгодный курс
-
+ %1 compared to CEXPRICE_DIFF%%1 по сравнению с CEX
-
+ CEXchange rateCEXchange Цена
- ProView
-
-
- Failed to place the order
- Не удалось разместить ордер
-
-
-
- Placed the order
- Ордер размещен
-
-
-
- Chart
- График
-
+ PriceLineSimplified
-
- Trading Information
- Торговая информация
-
-
-
- Exchange Rates
- Курс обмена
-
-
-
- Orders
- Ордеры
-
-
-
- History
- История
-
-
-
- Order Book
- Ордербук
-
-
-
- Best Orders
- Лучшие ордеры
+
+ Exchange rate
+ Обменный курс
-
- Place Order
- Разместить ордер
+
+ Selected
+ Выбрано
-
- Buy
- Купить
+
+ CEXchange rate
+ CEXchange Цена
-
- Sell
- Продать
+
+ Expensive
+ Невыгодный курс
-
- Order Selected
- Ордер выбран
+
+ Expedient
+ Выгодный курс
-
- Start Swap
- Начать Своп
+
+ %1 compared to CEX
+ PRICE_DIFF%
+ %1 по сравнению с CEX
- ReceiveModal
-
-
- Receive
- Получить
-
+ ProView
-
- Only send %1 to this address
- TICKER
- Отправить %1 на данный адресс
+
+ Failed to place the order
+ Не удалось разместить ордер
-
- Close
- Закрыть
+
+ Placed the order
+ Ордер размещен
- RecoverSeed
-
-
- Failed to recover the seed
- Ошибка при восстановлении seed ключа
-
+ QObject
-
- Recover wallet - Setup
+
+ Cannot reach the endpoint:
+
+
+ ReceiveModal
-
- Recover wallet - Choose password
-
-
-
-
- Wallet Name
- Название кошелька
-
-
-
- Enter seed
+
+ Receive %1
+ TICKER
-
- BIP39 seed validation failed, try again or select 'Allow custom seed'
+
+ Only send %1 to this address
+ TICKER
-
- Next
- Далее
-
-
-
- Type password
+
+ %1 address
+ TICKER
-
- Cofirm password
+
+ copied to clipboard.
-
- Continue
- Продолжить
-
-
-
- Allow custom seed
- Разрешить пользовательский формат seed ключа
+
+ Close
+ ЗакрытьRecoverSeedModal
-
-
+
+ View seed and private keysПоказать seed-фразу и приватные ключи
-
+ Please enter your password to view the seed.Введите пароль для отображения seed ключа.
-
- Wrong Password
- Неправильный пароль
+
+ Seed
+
+
+
+
+ Backup Seed
+
+
+
+
+ Public Address copied to clipboard
+
-
+ CancelОтменить
-
- Backup seed
- Сделать бекап seed-фразы
+
+ Incorrect Password
+ Неправильный пароль
+
+
+
+
+ copied to clipboard
+ скопировано в буфер
-
+
+ RPC PasswordRPC Пароль
-
+ Search a coin.Поиск актива.
-
+ Public AddressПубличный адрес
-
- Private Key
- Приватный ключ
+
+ Private Key copied to clipboard
+
+
+
+
+ Private Key
+ Приватный ключ
+
+
+
+ View
+ Показать
+
+
+
+ RemoveContactPopup
+
+
+ Do you want to remove this contact ?
+ Вы действительно хотите удалить этот контакт?
-
- Close
- Закрыть
+
+ Yes
+ Да
-
- View
- Показать
+
+ No
+ НетRestartModal
-
+ Applying the changes...Применяю изменения...
-
+ Restarting the application...Перезапуск приложения...
-
+ Restarting the application. %1Перезапуск приложения. %1
@@ -2782,176 +3110,198 @@ Right slider: Sets the volume you want to trade.
RightClickMenu
-
+ CutВырезать
-
+ CopyКопировать
-
+ PasteВставить
- SellBox
+ SearchField
-
- Sell
- Продать
+
+ Search
+ ПоискSendModal
-
+ Failed to sendОшибка отправки
-
- Failed to Send
- Отправка не прошла
-
-
-
+ Prepare to send Подготовить к отправке
-
-
- Recipient's address
+
+ Address of the recipientАдрес получателя
-
- Enter address of the recipient
- Введите адрес получателя
+
+ Amount to send
+ Сумма для отправки
+
+
+
+ Gas price
+ Цена газа
-
- Address Book
- Адресная книга
+
+ Cancel
+
+
+
+
+ Recipient's address
+ Адрес получателя
-
+ The address has to be mixed case.Адрес должен быть написан в смешанном регистре.
-
- Fix
- Фикс
+
+ Failed to Broadcast
+
-
- Amount to send
- Отправляемая сумма
+
+ Fix
+ Фикс
-
- Enter the amount to send
- Введите сумму для отправки
+
+ MAX
+ МАКС
-
- MAX
- МАКС
+
+ Fiat amount: Unavailable
+
-
- Enable Custom Fees
- Включить настройку комиссий
+
+ Fiat amount: %1
+
-
- Only use custom fees if you know what you are doing!
- Используйте настраиваемые комиссии только если знаете, что делаете!
+
+ %1 amount: %2
+
-
- Custom Fee
- Комиссия
+
+ Specify in Fiat
+
-
- Enter the custom fee
- Введите комиссию сети
+
+ Specify in Crypto
+
-
- Gas Limit
- Gas лимит
+
+ Enter memo
+
-
- Enter the gas limit
- Введите gas лимит
+
+ Enable Custom Fees
+ Включить настройку комиссий
-
- Gas Price
- Цена за Gas
+
+ Enter the custom fee
+ Введите комиссию сети
-
- Enter the gas price
- Введите цену за gas
+
+ Gas Limit
+ Gas лимит
-
+ Custom Fee can't be higher than the amountКомиссия не может больше общей суммы транзакции
-
+ Not enough funds.Недостаточно средств.
-
+
+ You have %1AMT TICKERУ вас %1
-
- Close
- Закрыть
+
+
+ Only use custom fees if you know what you are doing!
+
-
+ PrepareПодготовка
-
-
+
+ SendОтправить
-
+
+ %1 address
+ TICKER
+
+
+
+
+ copied to clipboard.
+
+
+
+ AmountСумма
-
+
+ Memo
+
+
+
+ FeesКомиссия
-
+ DateДата
-
+ BackНазад
@@ -2959,43 +3309,43 @@ Right slider: Sets the volume you want to trade.
SendModalContactList
-
+ Select a contact with an %1 addressВыберите контакт с %1 адресом
-
+ Search for contacts...Поиск по контактам...
-
+ %1 addresses%1 адреса
-
+ 1 address1 адрес
-
-
+
+ BackНазад
-
+ Choose an %1 address of %2Выбрать %1 адрес из %2
-
+ NameНазвание
-
+ AddressАдрес
@@ -3003,42 +3353,65 @@ Right slider: Sets the volume you want to trade.
SendResult
-
+ Transaction Complete!Транзакция завершена!
-
+
+ %1 txid
+ TICKER
+
+
+
+
+
+ copied to clipboard.
+
+
+
+ Recipient's addressАдрес получателя
-
+
+ %1 address
+ TICKER
+
+
+
+ AmountОбщая сумма транзакции
-
+
+ Memo
+
+
+
+ FeesКомиссия сети
-
+ DateДата
-
+ Transaction HashХэш транзакции
-
+ CloseЗакрыть
-
+ View on ExplorerСмотреть в эксплорере
@@ -3046,353 +3419,311 @@ Right slider: Sets the volume you want to trade.
SettingModal
-
- Confirm Logout
-
+
+
+ Cancel
+ Отмена
-
- Are you sure you want to log out?
- Вы действительно хотите выйти?
+
+ Settings
+ Настройки
-
-
+ LanguageЯзык
-
+ User InterfaceИнтерфейс
-
+ SecurityПриватность
-
- About
- Дисклеймер
-
-
-
+ GeneralОбщие
-
- Version
- Версия
+
+ About & Version
+ О программе
-
+ Enable Desktop NotificationsВключить уведомления для рабочего стола
-
+
+ Hide Poison Transactions in History
+
+
+
+ Maximum number of enabled coinsМакс. количество активированных монет
-
+ LogsЛоги
-
+ Open FolderОткрыть папку с логами
-
- Reset assets configuration
- Сбросить конфигурацию ассетов
-
-
-
- Reset
- Сбросить
-
-
-
- Current Font
- Текущий шрифт
-
-
-
- Theme
- Тема
-
-
-
- Apply Changes
- Применить изменения
-
-
-
- Ask system's password before sending coins ? (2FA)
- Спрашивать системный пароль перед отправкой монет? (2FA)
+
+ ZHTLC sync date
+
-
- Application version
- Версия приложения
+
+ Sync Date
+
-
- MM2 version
- Версия MM2
+
+
+ Reset wallet configuration
+ Сбросить конфигурацию кошелька
-
- Qt version
- Версия Qt
+
+ This will restart your wallet with default settings
+ Эта опция перезапустит ваш кошелек с настройками по умолчанию
-
- Search Update
- Проверить на обновления
+
+
+ Confirm
+ Подтвердить
-
- Logout
- Выход
+
+ Changing theme to %1
+ Изменить тему на %1
-
-
-
+
+ Disable 2FA?
+
-
- View seed and private keys
- Показать seed-фразу и приватные ключи
+
+ Enter your wallet password to confirm
+
-
-
- Show
- Показать
+
+ Type password
+ Введите пароль
-
- Setup Camouflage Password
- Установить камуфляжный пароль
+
+ 2FA status
+
-
- Open
- Установить
+
+ 2FA disabled successfully
+
-
- Delete Wallet
- Удалить кошелек
+
+
+ Ok
+ Ок
-
- Disclaimer and ToS
- Дисклеймер и Условия Использования
+
+ Wrong password!
+
-
-
- Settings
-
- Fiat
- Фиат
+
+ Wallet password is incorrect
+
-
- Recommended:
- Рекомендации:
+
+ Application Version
+
-
- Enable Desktop Notifications
- Включить уведомления для рабочего стола
+
+ copied to clipboard
+ скопировано в буфер
-
- Use QtTextRendering Or NativeTextRendering
- Использовать QtTextRendering или NativeTextRendering
+
+ Reset
+ Сбросить
-
- Open Logs Folder
- Открыть папку с логами
+
+ Current Font
+ Текущий шрифт
-
- View seed and private keys
- Показать seed-фразу и приватные ключи
+
+ Current font changed to %1.
+ Текущий шрифт изменен на %1.
-
- Disclaimer and ToS
- Дисклеймер и TOS
+
+ Theme
+ Тема
-
- Setup Camouflage Password
- Установить камуфляжный пароль
+
+ Ask system's password before sending coins ? (2FA)
+ Спрашивать системный пароль перед отправкой монет? (2FA)
-
- Reset assets configuration
- Сбросить конфигурацию ассетов
+
+ Application version
+ Версия приложения
-
- Delete Wallet
- Удалить кошелек
+
+ MM2 version
+ Версия MM2
-
- Log out
- Выйти
+
+ MM2 Version
+ Версия MM2
-
- mm2 version
- версия MM2
+
+ MM2 Version copied to clipboard.
+ Версия MM2 скопирована в буфер обмена.
-
-
- SidebarBottom
-
- Settings
- Настройки
+
+ Qt version
+ Версия Qt
-
- Support
- Поддержка
+
+ Qt Version
+ Версия Qt
-
- Privacy
- Скрыть баланс
+
+ Qt Version copied to clipboard.
+ Версия Qt скопирована в буфер обмена.
-
-
- SidebarCenter
-
-
- Dashboard
- Портфолио
+
+ Search Update
+ Проверить на обновления
-
-
- Wallet
- Кошелек
+
+ Logout
+ Выход
-
-
- DEX
- DEX
+
+ View seed and private keys
+ Показать seed-фразу и приватные ключи
-
- DEX features are not allowed in %1
- COUNTRY
- Функции DEX заблокированы в %1
+
+
+ Show
+ Показать
-
-
- Address Book
- Адресная книга
+
+ Setup Camouflage Password
+ Установить камуфляжный пароль
-
-
- Fiat
- Фиат
+
+ Open
+ Установить
-
- Coming soon !
- Скоро в приложении !
+
+ Disclaimer and ToS
+ Дисклеймер и Условия Использования
- SmartChartView
-
-
- Loading market data
- Загрузка рыночных данных
-
+ Sidebar
-
- There is no chart data for this ticker yet
- Для этого графика пока еще нет данных
+
+ Search
+ ПоискSubBestOrder
-
+ TokenТокен
-
+ Available QuantityДоступное количество
-
+ Available Quantity (in %1)Доступное количество (в %1)
-
+ Fiat VolumeФиатный объем
-
+ CEX RateCEX цена
-
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a> %1 не активирован -Вы хотите активировать этот %2 актив чтобы видеть лучшие ордеры для него ?<br><a href='#'>Да</a> - <a href='#no'>Нет</a>
-
- No best order.
-
+
+ %1 is not enabled - Please enable it through the coin activation menu
+ SubCoinSelector
-
+ Token
-
+ Токен
-
+ BalanceБаланс
-
+ Balance FiatБаланс в фиате
-
+ No Selectable coin.Нет монет для выбора.
@@ -3400,359 +3731,333 @@ Right slider: Sets the volume you want to trade.
SubHistory
-
+ HistoryИстория
-
+ Filter
-
+ Фильтр
-
+ Date
- Дата
+ Дата
-
+ Close filtering options.
-
+ Закрыть настройки фильтра.
-
- Open filering options.
-
+
+ Open filtering options.
+ Открыть настройки фильтра.
-
+ Filter settingsНастроить фильтр
-
- Base Ticker
- Первый тикер
-
-
-
- Rel Ticker
- Второй тикер
-
-
-
+ FromОт
-
+ ToКому
-
+ CancelОтменить
-
+ Apply filterПрименить фильтр
-
+ ExportЭкспорт
-
+ Please choose the CSV export name and locationВыберите название и расположение экспортируемого CSV файла
+
+
+ No results found
+ Ничего не найдено
+ SubOrders
-
-
+
+ OrdersОрдеры
-
+ Close filtering options.
-
+ Закрыть настройки фильтра.
-
+ Filter
-
+ Фильтр
-
+ Date
- Дата
+ Дата
-
- Open filering options.
-
+
+ Open filtering options.
+ Открыть настройки фильтра.
-
+ Filter settings
-
-
-
-
- Base Ticker
- Первый тикер
+ Настройки фильтра
-
- Rel Ticker
- Второй тикер
-
-
-
+ FromОт
-
+ ToКому
-
+ CancelОтменить
-
+ Apply filterПрименить фильтр
-
-
- Support
-
-
- Update available
- Доступно обновление
-
-
-
- Up to date
- Последняя версия
-
-
- Changelog
- Журнал изменений
-
-
-
- Open Logs Folder
- Открыть папку с логами
+
+ No results found
+ Не найдено результатов
+
+
+ SupportModal
-
+ Frequently Asked Questions
- Часто задаваемые вопросы
+ Часто задаваемые вопросы
-
+ Do you store my private keys?
- Вы храните мои личные ключи?
+ Вы храните мои личные ключи?
-
+ No! %1 is non-custodial. We never store any sensitive data, including your private keys, seed phrases, or PIN. This data is only stored on the user’s device and never leaves it. You are in full control of your assets.
- Нет! %1 не хранит персональную информацию, включая приватные ключи, seed фразы, или PIN. Эти данные хранятся только у вас и никогда не покидают ваше устройство. Ваши активы всегда в вашем и только вашем распоряжении.
+ Нет! %1 не хранит персональную информацию, включая приватные ключи, seed фразы, или PIN. Эти данные хранятся только у вас и никогда не покидают ваше устройство. Ваши активы всегда в вашем и только вашем распоряжении.
-
+ How is trading on %1 different from trading on other DEXs?
- Как торговля на %1 отличается от других торговли на других децентрализованных биржах?
+ Как торговля на %1 отличается от других торговли на других децентрализованных биржах?
+
+
+
+ Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
+
+%1 enables you to natively trade across two different blockchain networks without proxy tokens. You can also place multiple orders with the same funds. For example, you can sell 0.1 BTC for KMD, QTUM, or VRSC — the first order that fills automatically cancels all other orders.
+
-
- Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
-
-%1 enables you to natively trade across two different blockchain networks without proxy tokens. You can also place multiple orders with the same funds. For example, you can sell 0.1 BTC for KMD, QTUM, or VRSC — the first order that fills automatically cancels all other orders.
- Другие Децентрализованные биржи обычно позволяют торговать активами которые базируются лишь на единственном блокчейне, используют прокси - токены и разрешают размещать только один ордер одними и теми же средств.
-
-%1 же позволяет вам торговать нативно через две разные блокчейн сети без прокси токенов. Также вы можете размещать несколько ордеов одним и тем же балансом. Например вы можете продать 0.1 BTC за KMD, QTUM или VRSC – первый сматченный ордер автоматически отменит остальные.
+
+ How long does each atomic swap take?
+ Сколько времени занимает каждый атомарный своп?
-
+ Several factors determine the processing time for each swap. The block time of the traded assets depends on each network (Bitcoin typically being the slowest) Additionally, the user can customize security preferences. For example, (you can ask %1 to consider a KMD transaction as final after just 3 confirmations which makes the swap time shorter compared to waiting for a <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarization</a>.
- Несколько факторов определяют время завершения каждого Атомарного Свопа. Время блока на каждой из торгуемых сетей (Bitcoin обычно самый медленный) В добавок каждый юзер может кастомизировать опции защиты. Например в пред-настройках Свопа, (вы можете установить %1 так чтобы протокол считал транзакцию KMD финальной как только она получит всего 3 подтверждения что уменьшает время Атомарного Свопа в сравнении с ожиданием <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">нотаризации</a>.
+ Несколько факторов определяют время завершения каждого Атомарного Свопа. Время блока на каждой из торгуемых сетей (Bitcoin обычно самый медленный) В добавок каждый юзер может кастомизировать опции защиты. Например в пред-настройках Свопа, (вы можете установить %1 так чтобы протокол считал транзакцию KMD финальной как только она получит всего 3 подтверждения что уменьшает время Атомарного Свопа в сравнении с ожиданием <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">нотаризации</a>.
-
+
+ Do I need to be online for the duration of the swap?
+ Необходимо ли мне быть в сети во время свопа?
+
+
+ Yes. You must remain connected to the internet and have your app running to successfully complete each atomic swap (very short breaks in connectivity are usually fine). Otherwise, there is risk of trade cancellation if you are a maker, and risk of loss of funds if you are a taker.
+
The atomic swap protocol requires both participants to stay online and monitor the involved blockchains for the process to stay atomic.
+
If you go offline, so will your orders, and any that are in progress will fail, leading to potential loss of trade / transaction fees, and a wait for the swap to timeout and issue a refund. It may also negatively affect your wallet's reputation score for future trade matching.
+
When you come back online, your orders will begin to broadcast again at the price you set before you went offline. If there has been significant price movement in the meantime, you might unintentionally offer someone a bargain!
+
For this reason, we recommend cancelling orders before closing %1, or reviewing and revising your prices when restarting %1.
-
- Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
+
+ How are the fees on %1 calculated?
+ Как подсчитывается %1 комиссия?
+
+
+
+ There are two fee categories to consider when trading on %1.
+
+1. %1 charges approximately 0.13% (1/777 of trading volume but not lower than 0.0001) as the trading fee for taker orders, and maker orders have zero fees.
+
+2. Both makers and takers will need to pay normal network fees to the involved blockchains when making atomic swap transactions.
+
+Network fees can vary greatly depending on your selected trading pair.
-
- %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
+
+ I see a transaction in my wallet that was marked as 'poison'. What does this mean?
+
+
+
+
+ Address poisoning is a relatively new tye of phishing attack, where a malicious actor aims to trick you into sending funds to an address that you did not intend to send funds to.
+
+This is often done by sending a zero value transaction to your wallet from an address which looks very similar to your actual address, with the exact same letters at the start and end. This transaction will then appear in your transaction history, with the scammer hoping you will mistake the fake address for your own and send funds to it.
+
+To protect you from this, %1 will mark any transaction that it detects as potentially being a poison transaction with a "poison" label. You should always be careful to confirm any address you send funds to is correct.
+
+There is a toggle in settings where you can turn on/off the display of these transactions.
-
+
+ Do you provide user support?
+ Предоставляете ли вы поддержку пользователей?
+
+
+
+ Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
+ Да! %1 предоставляет саппорт через <a href="%2">%1 Discord сервер</a>. Команда и сообщество проекта всегда рады помочь!
+
+
+ Who is behind %1?
- Кто создал %1?
+ Кто создал %1?
-
+ %1 is developed by the Komodo team. Komodo is one of the most established blockchain projects working on innovative solutions like atomic swaps, Delayed Proof of Work, and an interoperable multi-chain architecture.
- %1 разрабатывается командой Komodo. Komodo один из наиболее известных блокчейн проектов который работает над такими инновационными решениями как Атомарные Свопы, "Отложенный" PoW, а также над совместимой мульти-чейн архитектурой.
+ %1 разрабатывается командой Komodo. Komodo один из наиболее известных блокчейн проектов который работает над такими инновационными решениями как Атомарные Свопы, "Отложенный" PoW, а также над совместимой мульти-чейн архитектурой.
-
+ Is it possible to develop my own white-label exchange on %1?
- Возможно ли разработать децентрализованную биржу с моим брендом на %1?
+ Возможно ли разработать децентрализованную биржу с моим брендом на %1?
-
+ Absolutely! You can read our developer documentation for more details or contact us with your partnership inquiries. Have a specific technical question? The %1 developer community is always ready to help!
- Обязательно! Вы можете прочитать нашу документацию для разработчиков для более детального ревью или же связаться с нашей командой по поводу партнерства. Есть очень специфичный технический вопрос? %1 наше комьюнити разработчиков всегда готово помочь!
+ Обязательно! Вы можете прочитать нашу документацию для разработчиков для более детального ревью или же связаться с нашей командой по поводу партнерства. Есть очень специфичный технический вопрос? %1 наше комьюнити разработчиков всегда готово помочь!
-
+ Which devices can I use %1 on?
- На каких устройствах я могу использовать %1 ?
-
-
-
- Compliance Info
- Комплаенс информация
-
-
-
- Due to regulatory and legal circumstances the citizens of certain jurisdictions including, but not limited to, the United States of America, Canada, Hong Kong, Israel, Singapore, Sudan, Austria, Iran and any other state, country or other jurisdiction that is embargoed by the United States of America or the European Union are not allowed to use this application.
- В связи с нормативными и правовыми обстоятельствами граждане определенных юрисдикций, включая, помимо прочего, Соединенные Штаты Америки, Канаду, Гонконг, Израиль, Сингапур, Судан, Австрию, Иран и любые другие государства, страны или другие юрисдикции, на которые введено эмбарго. Соединенных Штатов Америки или Европейского Союза не могут использовать это приложение.
+ На каких устройствах я могу использовать %1 ?
-
- How long does each atomic swap take?
- Сколько времени занимает каждый атомарный своп?
+
+ %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
+ %1 доступен для Android и iOS мобильных устройв <a href="%2">, и для операционных систем Windows, Mac и Linux</a> на PC.
-
- Do I need to be online for the duration of the swap?
- Необходимо ли мне быть в сети во время свопа?
+
+ Compliance Info
+ Комплаенс информация
-
- How are the fees on %1 calculated?
- Как подсчитывается %1 комиссия?
+
+ Due to regulatory and legal circumstances the citizens of certain jurisdictions including, but not limited to, the United States of America, Canada, Hong Kong, Israel, Singapore, Sudan, Austria, Iran and any other state, country or other jurisdiction that is embargoed by the United States of America or the European Union are not allowed to use this application.
+ В связи с нормативными и правовыми обстоятельствами граждане определенных юрисдикций, включая, помимо прочего, Соединенные Штаты Америки, Канаду, Гонконг, Израиль, Сингапур, Судан, Австрию, Иран и любые другие государства, страны или другие юрисдикции, на которые введено эмбарго. Соединенных Штатов Америки или Европейского Союза не могут использовать это приложение.
-
- There are two fee categories to consider when trading on %1.
-
-1. %1 charges approximately 0.13% (1/777 of trading volume but not lower than 0.0001) as the trading fee for taker orders, and maker orders have zero fees.
-2. Both makers and takers will need to pay normal network fees to the involved blockchains when making atomic swap transactions.
-
-Network fees can vary greatly depending on your selected trading pair.
- Две категории комиссий каждый трейдер должен иметь ввиду когда использует %1.
-
-1. %1 комиссия это примерно 0.13% (1/777 от объема торга но не менее чем 0.0001) в качестве торговой комиссия за тейкер ордеры, а мейкер ордеры в данном случае комиссию не платят.
-2. Но и мейкер и тейкер в любом случае должны иметь возможность оплатить комиссиии сети за обычные транзакции во время проведения Атомарного Свопа.
-
-Комиссии сети могут очень сильно варьироваться в зависимости от выбранной торговой пары.
+
+ Changelog
+ Журнал изменений
-
- Do you provide user support?
- Предоставляете ли вы поддержку пользователей?
+
+ Open Logs Folder
+ Открыть папку с логамиSwapProgress
-
+ actSHORT FOR ACTUAL TIMEфактич
-
+ estSHORT FOR ESTIMATEDприбл
-
+ Progress detailsПрогресс
- SweetDexComboBox
-
-
- Search
- Поиск
-
-
-
- TableDex
-
-
- Asset
- Актив
-
-
-
- Balance
- Баланс
-
-
-
- Change 24h
- Изменение за 24ч
-
+ TextAreaWithTitle
-
- Trend 7d
- Тренд 7д
+
+ Save
+ Сохранить
-
- Price
- Цена
+
+ Edit
+ Редактировать
- TextAreaWithTitle
+ TextEditWithCopy
-
- Save
- Сохранить
+
+ copied to clipboard
+ скопировано в буфер
+
+
+ TextEditWithTitle
-
- Edit
- Редактировать
+
+ copied to clipboard
+ скопировано в буферTextFieldWithTitle
-
+ RequiredОбязательное поле
@@ -3760,224 +4065,293 @@ Network fees can vary greatly depending on your selected trading pair.
Toast
-
+ Click here to see the detailsНажмите, чтобы узнать подробности
+
+ TotalView
+
+
+ Receive %1
+
+
+
+
+ Send %1
+
+
+Trade
-
+ SwapОбменять
-
+ Instant trading with best ordersБыстрая торговля с лучшими ордерами
-
+
+ Reset form
+
+
+
+
+ You have no tradable assets
+
+
+
+ FromОт
-
- Minimum: %1
- Минимум: %1
+
+ Entered amount must be higher than 0.
+
-
- Enter an amount
- Введите количество
+
+ Select an order.
+
-
+ 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).Нажмите чтобы обновить выбранный ордер.
-
- Reset form.
- Сбросить форму.
+
+ %1
+ %1
-
- %1
-
+
+ Balance:
+
-
- Tradable:
- Доступно:
+
+ Pick a coin
+ Выберите монету
-
- Swap Now
- Начать обмен
+
+ SWAP NOW
+
-
+ Failed to place the orderНе удалось разместить ордер
-
+ Placed the orderОрдер размещен
-
- Entered amount must be superior than 0.
- Введенная сумма должна быть больше 0.
+
+ No buy orders found for %1.
+ Не найдено ордеров на покупку дл] %1.
-
- You must select an order.
- Вы должны выбрать ордер.
+
+ You can check later or try to sell a different coin.
+ Вы можете попробовать позже или попробовать продать другой актив.
-
- Entered amount is below the minimum required by this order: %1
- Введнная сумма меньше минимальной для этого ордера: %1
+
+ Calculating fee estimate...
+
-
-
- %1 needs to be enabled in order to use %2
- %1 должен быть активным для использования %2
+
+ Total %1 fees:
+ Всего %1 комиссий:
-
-
- %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions
- нужно пополнить баланс %1 для оплаты газа %2 транзакций
+
+ %2 (%3)
+ %2 (%3)
+
+
+ TradeViewHeader
-
-
- Search
- Поиск
+
+ Pro View Settings
+
-
- Total %1 fees:
- Всего %1 комиссий:
+
+ Display Settings
+
-
- %2 (%3)
-
+
+ Ticker Selectors
+
+
+
+
+ Trading Information
+ Торговая информация
+
+
+
+ Order Book
+ Ордербук
+
+
+
+ Best Orders
+ Лучшие ордеры
+
+
+
+ Place Order
+ Разместить ордер
- TradeViewHeader
+ TradingViewChart
-
- How to trade
- Как начатаь торговлю
+
+ Loading market data
+ Загрузка рыночных данных
-
- FAQ
- FAQ
+
+ There is no chart data for this ticker yet
+ Для данного актива пока еще нет графиков данныхTransactionDetailsModal
-
+ Transaction DetailsДетали транзакции
-
+
+ This transaction has been identified as a potential address poisoning attack.
+
+
+
+
+ Please see the Support FAQ for more information.
+
+
+
+
+ %1 txid
+ TICKER
+
+
+
+
+ copied to clipboard.
+
+
+
+ AmountСумма
-
+ FeesКомиссия сети
-
+
+ From address
+
+
+
+
+ To address
+
+
+
+ DateДата
-
+ UnconfirmedНе подтверждена
-
+ Transaction HashХэш транзакции
-
+ ConfirmationsПодтверждения
-
+ Block HeightБлок
-
+ FromОт
-
+ ToПолучатель
-
+ NotesЗаметки
-
+ CloseЗакрыть
-
- Refund
- Рефанд
-
-
-
+ View on ExplorerСмотреть в эксплорере
@@ -3985,22 +4359,27 @@ Network fees can vary greatly depending on your selected trading pair.
Transactions
-
+ ReceivedПолучено
-
+ SentОтправлено
-
+
+ Poison
+
+
+
+ feesкомиссии
-
+ UnconfirmedНе подтверждена
@@ -4008,87 +4387,209 @@ Network fees can vary greatly depending on your selected trading pair.
UpdateInvalidChecksum
-
+ The downloaded update archive is corrupted !Скачаный архив с обновлением поврежден !
- WalletNameField
+ Vertical
-
- Wallet Name
- Название кошелька
+
+ Order Book
+ Ордербук
+
+
+ WalletsView
-
- Enter the name of your wallet here
- Введите название для вашего кошелька
- Название кошелька
+
+ Welcome
+ Добро пожаловать
+
+
+
+ New wallet
+
+
+
+
+ Import wallet
+ Импортировать кошелек
+
+
+
+ Search your wallets...
+
+
+
+
+ My Wallets
+ Мои кошельки
+
+
+
+ No wallets found!
+
+
+
+
+
+ Delete
+ Удалить
+
+
+
+ Enter password to confirm deletion of
+ Введите пароль чтобы подтвердить удаление
+
+
+
+ wallet
+ кошелек
+
+
+
+ Type password
+ Введите пароль
+
+
+
+ Cancel
+ Отменить
+
+
+
+
+ Wallet status
+ Статус кошелька
+
+
+
+ wallet deleted successfully
+ кошелек успешно удален
+
+
+
+
+ Ok
+ Ок
+
+
+
+ wallet password is incorrect
+ введен неправильный пароль
+
+
+
+ ZcashParamsModal
+
+
+ %1 Activation Failed!
+
+
+
+
+ To activate ZHTLC coins, you need to download the Zcash Params.
+This might take a few minutes...
+
+
+
+
+ Download params & enable coins
+
+
+
+
+ More Info
+
+
+
+
+ Close
+ Закрыть
+
+
+
+ atomic_dex::settings_page
+
+
+ An error has occurred.
+ atomic_dex::wallet_page
-
+ You do not have enough funds.У вас не достаточно средств.
-
+ %1 is not activated: click on the button to enable it or enable it manually%1 не активирован: нажмите на кнопку чтобы активировать или сделайте это вручную
-
+ You need to have %1 to pay the gas for %2 transactions.Вам нужен %1 для оплаты газа за %2 транзакции.
-
+ Checksum verification failed for %1.Checksum верфикация неуспешна для %1.
-
- Invalid checksum for %1. Click on the convert button to turn it into a mixed case address
- Невалидная хэш-сумма для %1. Нажмите на кнопку конвертации в mixed case адрес
+
+ Invalid checksum for %1. Click the button to convert to mixed case address.
+
-
- Legacy address used for %1, click on the convert button to convert it to a Cashaddress.
- Введен legacy адрес для %1, нажмите на кнопку для конвертации в Cashaddress формат.
+
+ Legacy address used for %1. Click the button to convert to a Cashaddress.
+
-
+ %1 address must be prefixed with 0x%1 адрес должен начинаться с 0x
-
+ %1 address length is invalid, please use a valid address.%1 длина адреса не валидна, пожалуйста используйте валидный адрес.
+
+
+ %1 address is invalid.
+ некорректный адрес %1.
+
+
+
+ Invalid checksum.
+ Неверная чек-сумма.
+
+
+
+ %1 address has invalid prefixes.
+ у адреса %1 неверный префикс.
+
+
+
+ Backend error: %1
+ Ошибка бэкенда: %1
+ main
-
+ LogoutВыход
-
- Confirm Logout
- Подтверждение выхода
-
-
-
- Are you sure you want to log out?
- Вы действительно хотите выйти?
-
-
-
+ BalanceБаланс
diff --git a/atomic_defi_design/assets/languages/atomic_defi_tr.ts b/atomic_defi_design/assets/languages/atomic_defi_tr.ts
index eb440f8fa5..b0f44d49a8 100644
--- a/atomic_defi_design/assets/languages/atomic_defi_tr.ts
+++ b/atomic_defi_design/assets/languages/atomic_defi_tr.ts
@@ -1,731 +1,654 @@
+
+ AddAddressForm
+
+
+ Use standard network address
+
+
+
+
+ Label
+
+
+
+
+ This key already exists.
+ Bu anahtar zaten mevcut.
+
+
+
+ Address
+ Adres
+
+
+
+
+ Cancel
+ İptal
+
+
+
+ Convert
+
+
+
+
+ Update
+
+
+
+
+ Save
+ Kaydet
+
+
+
+ You need to enable %1 before adding this kind of address.
+
+
+
+
+ Enable
+ Etkinleştir
+
+AddCustomCoinModal
-
+ Choose the asset typeVarlık türünü seçin
-
- Type
- Tip
-
-
-
+ Cancelİptal
-
-
-
+
+
+ Nextİleri
-
-
+ Enter the contract addressKontrat adresini girin
-
+ Choose the asset tickerVarlık kodunu girin
-
+ TickerVarlık Kodu
-
+ Enter the tickerVarlık kodunu girin
-
- Contract Address
- Kontrat Adresi
-
-
-
+ Get the contract address fromKontrat adresini şuradan alın
-
+
+ Contract address
+
+
+
+ Get the contract address from Kontrat adresini şuradan alın
-
-
-
-
+
+
+
+ PreviousGeri
-
+ Choose the asset logoVarlık logosunu seçin
-
+ BrowseGöz at
-
+ Please choose the asset logoLütfen varlık logosunu seçin
-
+ ConfigurationKonfigürasyon
-
+ All configuration fields will be fetched using the contract address you provided.Tüm konfigürasyon bilgileri verdiğiniz kontrat adresinden edinilip doldurulacak.
-
+ Nameİsim
-
+ Enter the nameİsmi girin
-
+ Coingecko IDCoingecko ID
-
+ Enter the Coingecko IDCoingecko ID'sini girin
-
+ Get the Coingecko IDCoingecko ID'si al
-
+ ActiveAktif
-
-
+
+ PreviewGörüntüle
-
+ WARNING: Application will restart immidiately to apply the changes!DİKKAT: Program değişiklikleri uygulamak için yeniden başlatılacak!
-
+ Asset not found, please go back and make sure Contract Address is correctVarlık bulunamadı, lütfen geri dönün ve Kontrat Adresi'nin doğruluğundan emin olun
-
+ Config FieldsKonfig Alanları
-
+ Fetched DataÇekilen Veri
-
+ Submit & RestartYolla ve Yeniden Başlat
- AddressBook
+ AddTagPopup
-
- Address Book
- Adres Defteri
-
-
-
- New Contact
- Yeni Kişi
+
+ Tag name
+
-
- Search a contact by name or tags
- İsim ya da etiket ile kişi ara
+
+ Contact already has this tag.
+
-
- Name
- İsim
+
+ + ADD
+
-
- Tags (first 6)
- Etiket
+
+ A contact can only have 5 tags.
+
+
+
+ AmountChart
-
- Actions
- Eylemler
+
+ Work in progress
+ İş devam ediyor
+
+
+ App
-
- Edit
- Düzenle
+
+ Recover Funds Result
+ Fon Kurtarma Sonucu
+
+
+ AssetFromStandardSelector
-
- Remove
- Kaldır
+
+ Choose a valid
+ Geçerli bir
-
- Do you want to remove this contact ?
- Bu kişiyi kaldırmak istiyor musunuz ?
+
+ asset
+
-
- Yes
- Evet
+
+ Search an asset
+
-
- No
- Hayır
+
+ Disabled
+
- AddressBookAddContactAddressModal
+ AssetPieChart
-
- Create a new address
- Yeni bir adres oluştur
+
+ Assets
+ Varlıklar
+
+
+ AssetsList
-
- Edit address entry
- Adres girdisini düzenleyin
+
+ Asset
+ Varlık
-
- Selected wallet: %1
-
+
+ Balance
+ Bakiye
-
- NONE
+
+ Fiat Balance
-
- Enter a name
- Bir ad girin
+
+ Change 24h
+ Değişim 24sa
-
- This key already exists.
- Bu anahtar zaten mevcut.
+
+ Price
+ Fiyat
-
- Enter the address
- Adresi girin
+
+ Source
+
-
- Validate
- Geçerle
+
+ Activating:
+
-
- Cancel
- İptal
+
+ Price provider is: %1
+
- AddressBookEditContactModal
-
-
- Edit contact
- Kişiyi düzenle
-
+ Bottom
-
- Contact Name
- Kişi Adı
+
+ Add Crypto
+
-
- Enter a contact name
- Bir kişi adı girin
+
+ Settings
+ Ayarlar
-
- Address List
- Adres Listesi
+
+ Support
+ Destek
-
- Search for an address entry.
- Bir adres girdisi arayın.
+
+ Privacy
+ Gizlilik
-
- Type
- Tür
+
+ Disable Privacy?
+
-
- Key
- Anahtar
+
+ Enter wallet password to confirm
+
-
- Address
- Adres
+
+ Type password
+
-
- Actions
- Eylemler
+
+ Confirm
+ Onayla
-
- New Address
- Yeni Adres
+
+ Cancel
+ İptal
-
- Tags
- Etiketler
+
+ Privacy status
+
-
- +
- +
+
+ Privacy mode disabled successfully
+
-
- Confirm
- Onayla
+
+
+ Ok
+ Tamam
-
-
- Cancel
- İptal
+
+ Wrong password!
+
-
- The selected address belongs to a disabled coin, you need to enabled it before sending.
- Seçilen adres devre dışı bırakılmış bir koine aittir, göndermeden önce etkinleştirmeniz gerekir.
+
+ wallet password is incorrect
+
+
+
+ CamouflagePasswordModal
-
- Enable
- Etkinleştir
+
+ Setup Camouflage Password
+ Kamuflaj Parolasını Ayarla
-
- Cannot send to this address
- Bu adrese gönderilemiyor
+
+ Camouflage Password is a secret password for emergency situations.
+ Kamuflaj Parolası acil durumlar için olan gizli bir paroladır.
-
- Your balance is empty
- Bakiyeniz boş
+
+ Using it to login will display your balance lower than it actually is.
+ Bu parolayla giriş yapınca bakiyeniz normalinden daha az görünecektir.
-
- Ok
- Tamam
+
+ Here you enter the suffix and at login you need to enter {real_password}{suffix}
+ Buraya son eki gireceksiniz, giriş yaparken ise {gerçek_şifre}{son ek} şeklinde giriş yapacaksınız
-
-
- AddressBookNewContactCategoryModal
-
- Add a new tag
- Yeni etiket ekle
+
+ Password suffix
+
-
- Enter the tag name
- Etiket adı girin
+
+ Confirm pasword suffix
+
-
- This contact already has this tag
- Bu kişi zaten bu etikete sahip
+
+ Enter a password suffix
+
-
- Add
- Ekle
+
+ Enter the same password suffix to confirm
+
-
+ Cancelİptal
-
-
- AddressBookNewContactModal
-
- Create a new contact
- Yeni bir kişi ekle
+
+ Save
+ Kaydet
+
+
+ CannotEnableCoinModal
-
- Enter the contact name
- Kişi adını girin
+
+ Failed to enable %1
+ Etkinleştirilemedi %1
-
- This contact name already exists.
- Bu kişi adı zaten mevcut.
+
+ Enabling %1 did not succeed. Limit of enabled coins might have been reached.
+ %1 etkinleştirilemedi. Etkinleştirilmiş koin sınırına ulaşılmış olabilir.
-
- Confirm
- Onayla
+
+ Change limit in settings
+ Ayarlardan limiti değiştrin
-
+ Cancelİptal
- AddressBookSendWalletSelector
+ Center
-
- Choose a valid
- Geçerli bir
+
+ Portfolio
+
-
- coin
- koin seçin
+
+ Wallet
+ Cüzdan
-
-
- AddressBookWalletTypeListModal
-
- Select wallet type
- Cüzdan türünü seçin
+
+ DEX
+ DEX
-
- Search
- Ara
+
+ Address Book
+ Adres Defteri
-
-
- AmountChart
-
- Work in progress
- İş devam ediyor
+
+ Fiat
+ Döviz
- AssetPieChart
+ CexInfoModal
-
- Assets
- Varlıklar
+
+ Market Data
+ Piyasa Verisi
+
+
+
+ Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.
+ ⓘ simgesiyle işaretlenen piyasa verileri (fiyatlar, grafikler vb.) üçüncü taraf kaynaklardan alınmıştır. .<br><br>Veriler kaynakları: <a href="https://coingecko.com">CoinGecko</a>.
- BestOrdersModal
+ Chart
-
- Best Orders
- En İyi Emirler
+
+ Loading market data
+ Piyasa bilgisi yükleniyor
-
- Token
- Token
+
+ There is no chart data for this pair
+
-
- Available Quantity
- Mevcut Miktar
+
+ There is no chart data for %1 (testcoin) pairs
+
+
+
+ ClaimFaucetResultModal
-
- Available Quantity (in %1)
- Mevcut miktar (%1 olarak)
+
+ Close
+ Kapat
+
+
+ ClaimRewardsModal
-
- Fiat Volume
- Fiat Hacmi
+
+ Failed to prepare to claim rewards
+ Ödül alımı hazırlığı başarısız sonuçlandı
-
- CEX Rate
- CEX Oranı
+
+ Claim your %1 reward?
+ TICKER
+ %1 ödülünüzü alacak mısınız?
-
- %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>
- %1 etkin değil - En iyi %2 siparişini seçebilmesi için etkinleştirmek istiyor musunuz ? <br><a href='#'>Evet</a> - <a href='#no'>Hayır</a>
+
+ No UTXOs eligible for claiming
+ Ödül alımı için uygun UTXO yok
-
- Cancel
- İptal
+
+ Transaction fee is higher than the reward!
+ İşlem ücreti ödülden daha yüksek!
+
+
+
+ You will receive
+
-
+ RefreshYenile
-
-
- BuyBox
-
- Buy
- Satın Al
+
+ Read more about KMD active users rewards
+ KMD aktif kullanıcı ödülleri hakkında daha fazla bilgi
-
-
- CamouflagePasswordModal
-
- Setup Camouflage Password
- Kamuflaj Parolasını Ayarla
+
+ UTXO
+ UTXO
-
- Camouflage Password is a secret password for emergency situations.
- Kamuflaj Parolası acil durumlar için olan gizli bir paroladır.
+
+ Amount
+ Miktar
-
- Using it to login will display your balance lower than it actually is.
- Bu parolayla giriş yapınca bakiyeniz normalinden daha az görünecektir.
+
+ Reward
+ Ödül
-
- Here you enter the suffix and at login you need to enter {real_password}{suffix}
- Buraya son eki gireceksiniz, giriş yaparken ise {gerçek_şifre}{son ek} şeklinde giriş yapacaksınız
+
+ Accruing Start
+ Tahakkuk Başlangıcı
-
- Enter a suffix
- Son eki giriniz
+
+ Accruing Stop
+ Tahakkuk Bitişi
-
- Cancel
- İptal
+
+ Time Left
+ Kalan Zaman
-
- Save
- Kaydet
+
+ Error
+ Hata
-
-
- CandleStickChart
-
- Loading market data
- Borsa bilgisi yükleniyor
+
+ Locktime is not set
+ Kilit süresi ayarlanmamış
-
- There is no chart data for this pair yet
- Bu parite için henüz grafik verisi yok
+
+ Locktime is less than the threshold
+ Kilit süresi limitin altında
-
-
- CannotEnableCoinModal
-
- Failed to enable %1
- Etkinleştirilemedi %1
+
+ UTXO height is greater than end of the era
+ UTXO uzunluğu dönem sonundan daha büyük
-
- Enabling %1 did not succeed. Limit of enabled coins might have been reached.
- %1 etkinleştirilemedi. Etkinleştirilmiş koin sınırına ulaşılmış olabilir.
-
-
-
- Change limit in settings
- Ayarlardan limiti değiştrin
-
-
-
- Cancel
- İptal
-
-
-
- CexInfoModal
-
-
- Market Data
- Piyasa Verisi
-
-
-
- Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://bandprotocol.com/">Band Decentralized Oracle</a> and <a href="https://coingecko.com">CoinGecko</a>.<br><br><b>Oracle Supported Pairs:</b><br>%1<br><br><b>Last reference (Band Oracle):</b><br><a href="%2">%2</a>
- ⓘ simgesiyle işaretlenen piyasa verileri (fiyatlar, grafikler vb.) üçüncü taraf kaynaklardan alınmıştır. .<br><br>Veriler kaynakları: <a href="https://bandprotocol.com/">Band Decentralized Oracle</a> ve <a href="https://coingecko.com">CoinGecko</a>.<br><br><b>Oracle Supported Pairs:</b><br>%1<br><br><b>Son referans (Band Oracle):</b><br><a href="%2">%2</a>
-
-
-
- CexInfoTrigger
-
-
- Price oracle powered by Band Protocol
- Fiyat tahmini Band Protocol tarafından desteklenmektedir
-
-
-
- ClaimRewardsModal
-
-
- Failed to prepare to claim rewards
- Ödül alımı hazırlığı başarısız sonuçlandı
-
-
-
- Claim your %1 reward?
- TICKER
- %1 ödülünüzü alacak mısınız?
-
-
-
- No UTXOs eligible for claiming
- Ödül alımı için uygun UTXO yok
-
-
-
- You will receive %1
- AMT TICKER
- %1 alacaksınız
-
-
-
- Transaction fee is higher than the reward!
- İşlem ücreti ödülden daha yüksek!
-
-
-
- Refresh
- Yenile
-
-
-
- Read more about KMD active users rewards
- KMD aktif kullanıcı ödülleri hakkında daha fazla bilgi
-
-
-
- UTXO
- UTXO
-
-
-
- Amount
- Miktar
-
-
-
- Reward
- Ödül
-
-
-
- Accruing Start
- Tahakkuk Başlangıcı
-
-
-
- Accruing Stop
- Tahakkuk Bitişi
-
-
-
- Time Left
- Kalan Zaman
-
-
-
- Error
- Hata
-
-
-
- Locktime is not set
- Kilit süresi ayarlanmamış
-
-
-
- Locktime is less than the threshold
- Kilit süresi limitin altında
-
-
-
- UTXO height is greater than end of the era
- UTXO uzunluğu dönem sonundan daha büyük
-
-
-
+ UTXO amount is less than 10UTXO miktarı 10'dan az
-
+ One hour did not pass yetHenüz bir saat geçmedi
-
+ Transaction is in mempoolİşlem mempool'da
-
+ Unknown problemBilinmeyen hata
-
+ Cancelİptal
-
+ ConfirmOnayla
@@ -733,50 +656,55 @@
CoinMenu
-
+ Disable %1TICKER%1'i Etkisizleştir
-
+ Disable and Delete %1TICKER%1'i Etkisizleştir ve Sil
-
+ Disable all %1 assetsTüm %1 türü varlıkları etkisizleştir
-
+ Disable all assetsTüm varlıkları etkisizleştir
-
-
- CoinsListModal
-
- Select a ticker
- Simge seç
+
+ Disable 0 balance assets
+
+
+
+ ComboBoxWithSearchBar
-
- Token name
- Token ismi
+
+ Search
+ AraCombo_fiat
-
+
+ Language
+ Dil
+
+
+ FiatDöviz
-
+ Recommended: Önerilen:
@@ -784,42 +712,42 @@
ConfirmMultiOrderTradeModal
-
+ Confirm Multi Order DetailsÇoklu Emir Detaylarını Onayla
-
+ These swaps requests can not be undone and this is the final event!Bu takas isteği geri döndürülemez ve bu son işlemdir!
-
+ These transactions can take up to 60 mins - DO NOT close this application!Bu işlemler 60 dakikayı bulabilir - Programı KAPATMAYIN!
-
+ Same funds will be used until an order matches.Bir emir eşleşene kadar tüm emirler aynı fonu kullanacaktır.
-
+ Note that if one order is filled other will not be cancelled.Bir emir doldurulduğunda diğerlerinin iptal edilmeyeceğini unutmayın.
-
+ Cancelİptal
-
+ ConfirmOnayla
-
+ Placed multiple ordersÇoklu emir yerleştirildi
@@ -827,74 +755,83 @@
ConfirmTradeModal
-
+ Confirm Exchange DetailsAl-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!
-
- Total %1 fees: %2 (%3)
- Toplam %1 ücreti: %2 (%3)
-
-
-
+ Security configurationGüvenlik yapılandırması
-
- dPoW protected
- dPoW korumalı
-
-
-
-
+ Read more about dPoWdPoW hakkında daha fazla bilgi
-
+ Use custom protection settings for incoming %1 transactionsTICKER%1 işlemleri için özel güvenlik ayarları kullan
-
+ Enable Komodo dPoW securityKomodo dPoW güvenliğini etkinleştir
-
+ %1 confirmations for incoming %2 transactionsGelen %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 ConfirmationsGereken Onaylar
-
+ Warning, this atomic swap is not dPoW protected!Uyarı, bu atomik takas dPoW korumalı değil!
-
+ Cancelİptal
-
+ ConfirmOnayla
@@ -902,7 +839,7 @@
CopyFieldButton
-
+ Copied to ClipboardPanoya Kopyalandı
@@ -910,288 +847,299 @@
Dashboard
-
+ The current number of enabled coins does not match your configuration specification. Your assets configuration will be reset.Etkinleştirilmiş koinlerin mevcut sayısı yapılandırma ayarlarınızla eşleşmiyor. Varlık yapılandırmanız sıfırlanacak.
-
-
- Content for this section will be added later. Stay tuned!
- Bu kısmın içeriği daha sonra eklenecektir. Takipte kalın!
-
-
-
+ MatchingEşleşiyor
-
+ Order MatchingEmir Eşleşiyor
-
+ MatchedEşleşti
-
+ Order MatchedEmir Eşleşti
-
+ OngoingDevam ediyor
-
+ Swap OngoingTakas Devam Ediyor
-
+ SuccessfulBaşarılı
-
+ Swap SuccessfulTakas Başarılı
-
+ RefundingGeri ödeniyor
-
+ FailedBaşarısız
-
+ Swap FailedTakas Başarısız
-
+ UnknownBilinmiyor
-
+ Unknown StateBilinmeyen durum
-
+ StartedBaşlatıldı
-
+ NegotiatedPazarlık yapıldı
-
+ Taker fee sentAlıcı ücreti gönderildi
-
+ Maker payment receivedYapıcı ödemesi alındı
-
+ Maker payment wait confirm startedYapıcı ödemesi bekleme onayı başladı
-
+ Maker payment validated and confirmedYapıcı ödemesi doğrulandı ve onaylandı
-
+ Taker payment sentAlıcı ödemesi gönderildi
-
+ Taker payment spentAlıcı ödemesi harcandı
-
+ Maker payment spentYapıcı ödemesi harcandı
-
+ FinishedTamamlandı
-
+ Start failedBaşlatılamadı
-
+ Negotiate failedPazarlık başarısız
-
+ Taker fee validate failedAlıcı ücreti doğrulanamadı
-
+ Maker payment transaction failedYapıcı ödeme işlemi başarısız
-
+ Maker payment Data send failedYapıcı ödeme verileri gönderilemedi
-
+ Maker payment wait confirm failedYapıcı ödemesi bekleme onayı başarısız
-
+ Taker payment validate failedAlıcı ödemesi doğrulanamadı
-
+ Taker payment wait confirm failedAlıcı ödemesi bekleme onayı başarısız oldu
-
+ Taker payment spend failedAlıcı ödeme harcaması başarısız oldu
-
+ Maker payment wait refund startedYapıcı ödemesi bekleme iadesi başladı
-
+ Maker payment refundedYapıcı ödemesi iade edildi
-
+ Maker payment refund failedYapıcı ödeme iadesi başarısız
+
+ DatePicker
+
+
+ Date
+ Tarih
+
+
+
+ DefaultCopyIcon
+
+
+ copied to clipboard
+
+
+DefaultRangeSlider
-
+ MinMin
-
- Half
- Yarısı
-
-
-
+ MaxMaks
- DefaultSweetComboBox
+ DefaultTextEdit
-
- Search
- Ara
+
+ copied to clipboard
+ DeleteWalletModal
-
+ Delete WalletCüzdanı Sil
-
+ Are you sure you want to delete %1 wallet?WALLET_NAME%1 cüzdanını silmek istediğinizden emin misiniz?
-
+ If so, make sure you record your seed phrase in order to restore your wallet in the future.Öyleyse, daha sonra cüzdanınızı geri yükleyebilmek için seed kelimelerinizi kaydettiğinizden emin olun.
-
+ Enter your wallet passwordCüzdan parolasını girin
-
+ Wrong PasswordYanlış Parola
-
+ Cancelİptal
-
+ DeleteSil
+
+ DexAppPasswordField
+
+
+ Type password
+
+
+DexKeyChecker
-
+ At least 1 lowercase alphabetical characterEn az 1 küçük harf
-
+ At least 1 uppercase alphabetical characterEn az 1 büyük harf
-
+ At least 1 numeric characterEn az 1 sayı
-
+ At least 1 special character (eg. !@#$%)En az 1 özel karakter (ör. !@#$%)
-
-
- At least %n character(s)
-
- En az %n karakter
-
+
+
+ Between %1 and %2 character(s)
+
-
+ Password and Confirm Password have to be sameParola ve Parola Doğrulaması aynı olmalıdır
@@ -1199,7 +1147,7 @@
DexPaginator
-
+ items per pagesayfa başına öğe
@@ -1207,17 +1155,17 @@
DexRangeSlider
-
+ MinMin
-
+ HalfYarısı
-
+ MaxMaks
@@ -1225,55 +1173,136 @@
DexSweetComboBox
-
+ SearchAra
+
+ EditContactModal
+
+
+ Edit contact
+ Kişiyi düzenle
+
+
+
+ Contact name
+
+
+
+
+ Enter a contact name
+ Bir kişi adı girin
+
+
+
+ Address list
+
+
+
+
+ Address Book
+ Adres Defteri
+
+
+
+ address copied to clipboard
+
+
+
+
+ Edit
+ Düzenle
+
+
+
+ + Add Address
+
+
+
+
+ Cancel Updates
+
+
+
+
+ Save Updates
+
+
+
+
+ Tags
+ Etiketler
+
+
+
+ Add tag
+
+
+
+
+ EnableAssetModal
+
+
+ The selected address belongs to a disabled asset, you need to enabled it before sending.
+
+
+
+
+ Enable
+ Etkinleştir
+
+
+
+ Cancel
+ İptal
+
+EnableCoinModal
-
+ Enable assetsVarlıkları etkineştir
-
- Add a custom asset to the list
- Listeye özel varlık ekleyin
-
-
-
+ All assets are already enabled!Bütün varlıklar zaten etkinleştirildi!
-
+ Change assets limitVarlıkların limitini değiştirin
-
- Search
- Ara
+
+ Cancel
+ İptal
-
+ Select all assetsTüm varlıkları seç
-
+
+ Search assets
+
+
+
+ You can still enable %1 assets. Selected: %2.Hala %1 varlık etkinleştirebilirsiniz. Seçilen: %2.
-
- Close
- Kapat
+
+ Add a custom asset
+
-
+ EnableEtkinleştir
@@ -1281,121 +1310,50 @@
EulaModal
-
+ Disclaimer & Terms of ServiceSorumluluk Reddi & Kullanım Şartları
-
+ Accept EULASon Kullanıcı Lisans Sözleşmesi (EULA) 'ni kabul ediyorum
-
+ Accept Terms and ConditionsŞartları ve koşulları kabul ediyorum
-
+ CloseKapat
-
+ Cancelİptal
-
+ ConfirmOnayla
-
-
- <h2>This End-User License Agreement ('EULA') is a legal agreement between you and Komodo Platform.</h2>
-
-<p>This EULA agreement governs your acquisition and use of our %1 software ('Software', 'Mobile Application', 'Application' or 'App') directly from Komodo Platform or indirectly through a Komodo Platform authorized entity, reseller or distributor (a 'Distributor').</p>
-<p>Please read this EULA agreement carefully before completing the installation process and using the %1 software. It provides a license to use the %1 software and contains warranty information and liability disclaimers.</p>
-<p>If you register for the beta program of the %1 software, this EULA agreement will also govern that trial. By clicking 'accept' or installing and/or using the %1 software, you are confirming your acceptance of the Software and agreeing to become bound by the terms of this EULA agreement.</p>
-<p>If you are entering into this EULA agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity and its affiliates to these terms and conditions. If you do not have such authority or if you do not agree with the terms and conditions of this EULA agreement, do not install or use the Software, and you must not accept this EULA agreement.</p>
-<p>This EULA agreement shall apply only to the Software supplied by Komodo Platform herewith regardless of whether other software is referred to or described herein. The terms also apply to any Komodo Platform updates, supplements, Internet-based services, and support services for the Software, unless other terms accompany those items on delivery. If so, those terms apply.</p>
-
-<h3>License Grant</h3>
-<p>Komodo Platform hereby grants you a personal, non-transferable, non-exclusive licence to use the %1 software on your devices in accordance with the terms of this EULA agreement.</p>
-
-<p>You are permitted to load the %1 software (for example a PC, laptop, mobile or tablet) under your control. You are responsible for ensuring your device meets the minimum security and resource requirements of the %1 software.</p>
-
-<p><b>You are not permitted to:</b></p>
-<ul>
-<li>Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things</li>
-<li>Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose</li>
-<li>Use the Software in any way which breaches any applicable local, national or international law</li>
-<li>Use the Software for any purpose that Komodo Platform considers is a breach of this EULA agreement</li>
-</ul>
-
-<h3>Intellectual Property and Ownership</h3>
-<p>Komodo Platform shall at all times retain ownership of the Software as originally downloaded by you and all subsequent downloads of the Software by you. The Software (and the copyright, and other intellectual property rights of whatever nature in the Software, including any modifications made thereto) are and shall remain the property of Komodo Platform.</p>
-
-<p>Komodo Platform reserves the right to grant licences to use the Software to third parties.</p>
-
-<h3>Termination</h3>
-<p>This EULA agreement is effective from the date you first use the Software and shall continue until terminated. You may terminate it at any time upon written notice to Komodo Platform.</p>
-<p>It will also terminate immediately if you fail to comply with any term of this EULA agreement. Upon such termination, the licenses granted by this EULA agreement will immediately terminate and you agree to stop all access and use of the Software. The provisions that by their nature continue and survive will survive any termination of this EULA agreement.</p>
-
-<h3>Governing Law</h3>
-<p>This EULA agreement, and any dispute arising out of or in connection with this EULA agreement, shall be governed by and construed in accordance with the laws of Vietnam.</p>
-
-<p><b>This document was last updated on January 31st, 2020</b></p>
- <h2>Bu Son Kullanıcı Lisans Sözleşmesi ('EULA') sizinle Komodo Platformu arasındaki yasal bir sözleşmedir.</h2>
-
-<p>Bu EULA sözleşmesi, %1 yazılımımızı ('Yazılım', 'Mobil Uygulama', 'Uygulama', veya 'Uyg') doğrudan Komodo Platformundan veya bir Komodo yetkili kuruluşu, satıcısı veya distribütörü (bir 'Distribütör') aracılığıyla dolaylı olarak satın almanızı ve kullanmanızı düzenler </p>
-<p>Yükleme işlemini tamamlamadan ve %1 yazılımını kullanmadan önce lütfen bu EULA sözleşmesini dikkatlice okuyun.Sözleşme, %1 yazılımını kullanmak için bir lisans sağlar ve garanti bilgileri ile sorumluluk reddi beyanlarını içerir.</p>
-<p>%1 yazılımının beta programına kaydolursanız, bu EULA sözleşmesi bu deneme için de geçerli olacaktır. 'Kabul et'i tıklayarak veya %1 yazılımını yükleyerek ve/veya kullanarak, Yazılımı kabul ettiğinizi ve bu EULA sözleşmesinin şartlarına bağlı kalmayı onaylıyorsunuz. .</p>
-<p>Bu EULA sözleşmesini bir şirket veya başka bir tüzel kişilik adına yapıyorsanız, söz konusu kuruluşu ve bağlı kuruluşlarını bu hüküm ve koşullara bağlama yetkiniz olduğunu beyan edersiniz. Böyle bir yetkiniz yoksa veya bu EULA sözleşmesinin hüküm ve koşullarını kabul etmiyorsanız, Yazılımı kurmayın veya kullanmayın ve bu EULA sözleşmesini kabul etmemelisiniz.</p>
-<p>Bu EULA sözleşmesi, burada başka bir yazılıma atıfta bulunulup bulunulmadığına veya burada açıklandığına bakılmaksızın, yalnızca burada Komodo Platformu tarafından sağlanan Yazılım için geçerli olacaktır. Koşullar, teslimat sırasında bu öğelere başka koşullar eklenmedikçe, Komodo Platformu güncellemeleri, ekleri, İnternet tabanlı hizmetler ve Yazılım için destek hizmetleri için de geçerlidir. Değilse, belirtilen şartlar geçerlidir.</p>
-
-<h3>Lisanslama</h3>
-<p>Komodo Platformu işbu belge ile size %1 yazılımını bu EULA sözleşmesinin şartlarına uygun olarak cihazlarınızda kullanmanız için kişisel, devredilemez, münhasır olmayan bir lisans verir.</p>
-
-<p>%1 yazılımını (örneğin bir PC, dizüstü bilgisayar, cep telefonu veya tablet) kontrolünüz altında yüklemenize izin verilir. Cihazınızın %1 yazılımının minimum güvenlik ve kaynak gereksinimlerini karşılamasını sağlamaktan siz sorumlusunuz.</p>
-
-<p><b>İzin verimeyenler:</b></p>
-<ul>
-<li>Yazılımın tamamını veya herhangi bir bölümünü düzenlemek, değiştirmek, değiştirmek, uyarlamak, uyarlamak, tercüme etmek veya başka bir şekilde değiştirmek veya Yazılımın tamamının veya herhangi bir bölümünün başka bir yazılımla birleştirilmesine veya başka bir yazılıma dahil edilmesine veya kaynak koda dönüştürülmesine, ayrıştırılmasına veya Yazılımda tersine mühendislik veya bu tür şeyler yapmaya çalışma</li>
-<li>Yazılımı herhangi bir ticari amaç için çoğaltma, kopyalama, dağıtma, yeniden satma veya başka bir şekilde kullanma</li>
-<li>Yazılımı, geçerli yerel, ulusal veya uluslararası yasaları ihlal edecek şekilde kullanma</li>
-<li>Yazılımı, Komodo Platformunun bu EULA sözleşmesinin ihlali olarak değerlendirdiği herhangi bir amaç için kullanma</li>
-</ul>
-
-<h3>Fikri Mülkiyet ve Sahiplik</h3>
-<p>Komodo Platformu, Yazılımın ilk olarak sizin tarafınızdan indirildiği şekliyle ve Yazılımın sizin tarafınızdan sonraki tüm indirmelerinin mülkiyetini her zaman elinde tutacaktır. Yazılım (ve üzerinde yapılan her türlü değişiklik dahil olmak üzere Yazılımın içeriği ne olursa olsun telif hakkı ve diğer fikri mülkiyet hakları) Komodo Platformu'nun mülkiyetindedir ve öyle kalacaktır.</p>
-
-<p>Komodo Platformu, Yazılımı üçüncü taraflara kullanma lisansları verme hakkını saklı tutar.</p>
-
-<h3>Fesih</h3>
-<p>Bu EULA sözleşmesi, Yazılımı ilk kullandığınız tarihten itibaren geçerlidir ve feshedilene kadar devam edecektir. Komodo Platformu'na yazılı bildirimde bulunarak istediğiniz zaman feshedebilirsiniz.</p>
-<p>Ayrıca, bu EULA sözleşmesinin herhangi bir şartına uymamanız durumunda da derhal feshedilecektir. Böyle bir fesih üzerine, bu EULA sözleşmesi tarafından verilen lisanslar derhal feshedilecektir ve siz Yazılımın tüm erişimini ve kullanımını durdurmayı kabul etmektesiniz. Doğaları gereği devam eden ve geçerliliğini koruyan hükümler, bu EULA sözleşmesinin herhangi bir şekilde feshedilmesi durumunda geçerliliğini koruyacaktır.</p>
-
-<h3>Geçerli Yasa</h3>
-<p>Bu EULA sözleşmesi ve bu EULA sözleşmesinden kaynaklanan veya bu sözleşmeyle bağlantılı olarak ortaya çıkan tüm anlaşmazlıklar, Vietnam yasalarına göre yönetilecek ve yorumlanacaktır.</p>
-
-<p><b><b>Bu belge en son 31 Ocak 2020'de güncellenmiştir</b></p>
- FatalErrorModal
-
+ Fatal ErrorKritik Hata
-
+ Connection has been lost. You have been disconnected.Bağlantı kaybedildi.
-
+ CloseKapat
@@ -1403,98 +1361,60 @@
FeeInfo
-
+ Minimum feeEn düşük ücret
-
+ Fees will be calculatedÜcretler hesaplanacak
- FirstLaunch
+ GasInfoModal
-
-
- Type password
+
+ How do I calculate gas?
-
- connect
+
+ Gas is measured in gwei. Gwei is just a unit of Ether, and is equal to 0.000000001 ETH (or the equivalent platform coin such as AVAX or BNB). The gas price varies over time depending on network congestion.
-
- Welcome
- Hoşgeldiniz
-
-
-
- New Wallet
- Yeni Cüzdan
-
-
-
- Recover Wallet
- Cüzdan Kurtar
-
-
-
- My Wallets
- Cüzdanlarım
-
-
-
-
- Delete
- Sil
-
-
-
- Enter password to confirm deletion of
+
+ The gas limit is how many units of gas (maximum) you allocate to pay for a transaction. The gas required depending on the size of the transaction & data being transmitted.
-
- wallet
+
+ A standard transaction not involving contracts uses 21,000 gas units, with any of the limit remaining returned to the source address.
-
- Cancel
- İptal
-
-
-
-
- Wallet status
+
+ Transactions involving contracts may result in the whole limit being consumed, so be careful not to set it too high.
-
- wallet deleted successfully
-
-
-
-
- wallet password entered is incorrect
+
+ For more information, read the article at <a href="https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use">https://support.mycrypto.com/how-to/sending/how-to-know-what-gas-limit-to-use</a>General
-
+ %n day(s)%n gün
-
+ %ndday
@@ -1502,7 +1422,7 @@
-
+ %nhhours
@@ -1510,7 +1430,7 @@
-
+ %nmminutes
@@ -1518,7 +1438,7 @@
-
+ %nsseconds
@@ -1526,7 +1446,7 @@
-
+ %nmsmilliseconds
@@ -1534,66 +1454,117 @@
-
+ --
-
+
+ <b>Taker tx fee:</b>
+
+
+
+
+ <b>Dex tx fee:</b>
+
+
+
+
+ <b>Dex fee:</b>
+
+
+
+
+ <b>Maker tx fee:</b>
+
+
+
+
+ %1 balance is zero
+
+
+
+
+ Activating %1 (%2%)
+
+
+
+
+ Loading wallet...
+
+
+
+
+ Min: %1
+
+
+
+
+ Enter an amount
+ Bir miktar gir
+
+
+ Trading FeeTakas Ücreti
-
+ Minimum Trading AmountMinimum Takas Hacmi
-
+ Wallet %1 already existsWALLETNAME%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 amountTakas edilebilir (ücretlerden sonra)%1 bakiyesi minimum işlem ücretinden düşük
-
+ Please fill the price fieldLütfen fiyat alanını doldurun
-
+ Please fill the volume field
- Lütfen hacim alanını doldurunuz
+
-
-
+
+
+ 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 ErrorBilinmeyen Hata
@@ -1601,94 +1572,170 @@
Header
-
+ You getAlacağınız
-
+ You sendGöndereceğiniz
-
+ Fiat PriceDöviz Fiyatı
-
+ CEX rateCEX oranı
-
+ PriceFiyat
-
+ QuantityMiktar
-
+ TotalToplam
- History
+ ImportWallet
-
- Recent Swaps
- Son Takaslar
+
+ Failed to Import the wallet
+
-
-
- InitialLoading
-
- Loading, please wait
- Yükleniyor, lütfen bekleyiniz
+
+ Import wallet - Setup
+
-
- Initializing MM2
- MM2 başlatılıyor
+
+ Import wallet - Choose password
+
-
- Enabling assets
- Varlıklar etkinleştiriliyor
+
+ Wallet Name
+ Cüzdan Adı
-
- Getting ready
- Hazırlanıyor
+
+ Enter seed
+
-
-
- Languages
-
- Language
- Dil
+
+ Your seed is not BIP39 compliant.
+Try again or select 'Allow custom seed' to continue.
+
+
+
+
+
+ i understand
+ Anladım
+
+
+
+
+ я согласен
+
+
+
+
+
+ je comprends
+
+
+
+
+
+ entiendo
+
+
+
+
+
+ anladım
+
+
+
+
+
+ ich verstehe
+
+
+
+
+ Ok
+ Tamam
+
+
+
+ Allow custom seed
+ Özel Seed'e izin ver
+
+
+
+ <strong>Allow custom seed</strong>
+
+
+
+
+ Custom seed phrases might be less secure and easier to crack than a generated BIP39 compliant seed phrase or private key (WIF).<br><br>To confirm you understand the risk and know what you are doing, type <strong>'I understand'</strong> in the box below.
+ Özel çekirdek tümceler, oluşturulmuş bir BIP39 uyumlu çekirdek sözcük grubu veya özel anahtara (WIF).<br><br> Riski anladığınızı ve ne yaptığınızı bildiğinizi doğrulamak için lütfen aşağıdaki kutuya <strong>'Anladım'</strong> yazın.
+
+
+
+ I understand
+ Anladım
+
+
+
+ Next
+ İleri
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+ Doğrulamak için aynı parolayı giriniz
+
+
+
+ Continue
+ DevamLinksRow
-
+ Join our Discord serverDiscord kanalımıza katılın
-
+ Follow us on TwitterBizi Twitter'dan takip edin
-
+ Go to Support GuidesDestek Kılavuzlarına Git
@@ -1696,193 +1743,346 @@
List
-
+ Funds are recoverableFonlar kurtarılabilir
+
+
+ Best Orders
+ En İyi Emirler
+
+
+
+ Enter volume to see best orders.
+
+ ListDelegate
-
- This order require a minimum amount of %1 %2 <br>You don't have enough funds.<br> Your max balance after fees is: (%3)
- Bu sipariş minimum %1 %2 tutarını gerektiriyor <br> Yeterli bakiyeniz yok. <br> İşlem ücretlerinden sonra maksimum bakiyeniz: (%3)
-
-
-
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a> %1 etkin değil - En iyi %2 siparişini seçebilmesi için etkinleştirmek istiyor musunuz ? <br><a href='#'>Evet</a> - <a href='#no'>Hayır</a>
+
+
+ %1 is not enabled - Please enable it through the coin activation menu
+
+
+
+
+ This order requires a minimum amount of %1 %2 <br>You don't have enough funds.<br> %3
+
+ LogModal
-
+ CloseKapat
+
+ Logging
+
+
+ Loading, please wait
+ Yükleniyor, lütfen bekleyiniz
+
+
+
+ Initializing MM2
+ MM2 başlatılıyor
+
+
+
+ Enabling assets
+ Varlıklar etkinleştiriliyor
+
+
+
+ Getting ready
+ Hazırlanıyor
+
+Login
-
+ Incorrect PasswordYanlış Parola
-
-
- Login
- Giriş
+
+ Log In
+
-
- Type password
+
+ Cancel
+ İptal
+
+
+
+ LogoutModal
+
+
+ Exit %1 or go to login menu?
-
- Back
- Geri
+
+ Warning: You currently have a swap in progress.
+Logging out may result in a failed swap.
+
-
- Connect
+
+ Warning: You currently have open maker orders.
+They will be removed from the orderbook until you log in again.
+
+
+ Login menu
+
+
+
+
+ Exit
+
+
+
+
+ Cancel
+ İptal
+ Main
-
- Wallet Balance
- Cüzdan Bakiyesi
-
-
-
+ PriceFiyat
-
- Change 24h
- Değişim 24sa
+
+ Change 24hr
+
-
- Portfolio %
- Portföy %
+
+ Contract Address
+
-
+ SendGönder
-
+ Enable %1 ?%1 Etkinleştirilsin mi ?
-
+ YesEvet
-
+ NoHayır
-
+ ReceiveAl
-
+
+ SwapTakasla
-
- Claim Rewards
- Ödülleri Al
+
+ Portfolio
+
-
+
+ is wallet only
+
+
+
+
+ Rewards
+
+
+
+ FaucetMusluk
-
+
+
+
+ Public Key
+
+
+
+
+ Copied to Clipboard
+ Panoya Kopyalandı
+
+
+ Loading market dataPiyasa bilgisi yükleniyor
-
+ There is no chart data for this ticker yetHenüz bu hisse senedi için grafik verisi yok
-
- Loading
- Yükleniyor
+
+ Fetching transactions...
+
-
- Scanning blocks for TX History...
- TX Geçmişi için bloklar taranıyor ...
+
+ Please wait, %1 is %2
+
-
- Syncing TX History...
- TX Geçmişi senkronize ediliyor ...
+
+ % activated...
+
-
- No transactions
- İşlem yok
+
+ No transactions available
+
-
- Refreshing
- Yenileniyor
+
+ Click to view your address on %1 (%2) block explorer
+
-
- Fetching transactions
- İşlemler alınıyor
+
+ Trading Information
+ Al Sat Bilgisi
-
- Trade
- Al Sat
+
+ Chart
+ Grafik
-
+
+ OrdersEmirler
-
+
+ HistoryTarihçe
-
- Recover Funds Result
- Fon Kurtarma Sonucu
+
+ Place Order
+ Emir Ver
+
+
+
+ Order Selected
+ Emir Seçildi
+
+
+
+ START SWAP
+ Takası başlat
+
+
+
+
+ Address Book
+ Adres Defteri
+
+
+
+ Search contact
+ Kişileri ara
+
+
+
+ + NEW CONTACT
+ Yeni bağlantı
+
+
+
+ Name
+ İsim
+
+
+
+ Tags
+ Etiketler
+
+
+
+ Edit
+ Düzenle
+
+
+
+ Delete
+ Sil
+
+
+
+ address copied to clipboard
+
+
+
+
+ This contact does not have any registered address.
+
+
+
+
+ MarketModeSelector
+
+
+ Sell %1
+ TICKER
+
+
+
+
+ Buy %1
+ TICKER
+ MinTradeModal
-
+ Minimum Trading AmountMinimum Takas Tutarı
-
+ the minimum amount of %1 coin available for the order; the min_volume must be greater than or equal to %2; it must be also less or equal than volume param; default is %3emir için mevcut minimum %1 koin miktarı; min_volume %2'den büyük veya eşit olmalıdır; ayrıca hacim parametresinden küçük veya eşit olmalıdır; varsayılan%3'tür
@@ -1890,476 +2090,625 @@
MultiOrder
-
+ %1 price is zero!TICKER%1 fiyatı sıfır!
-
+ %1 receive volume is lower than minimum trade amountTICKER%1 alım hacmi minimum takas miktarından daha düşük
-
+ Error:Hata:
-
+ You'll receive %1AMOUNT TICKER%1 alacaksınız
-
+ PriceFiyat
- NewUpdateModal
+ NewContactPopup
-
- Searching new updates...
- Yeni güncellemeler aranıyor...
+
+ Contact name
+
-
- Please wait while the application is finding a new update... You can close this modal if you want.
- Uygulama yeni bir güncelleme ararken lütfen bekleyin... İsterseniz bu sekmeyi kapatabilirsiniz.
+
+ This contact name already exists.
+ Bu kişi adı zaten mevcut.
-
- Already updated
- Zaten güncellendi
+
+ Save
+ Kaydet
+
+
+ NewUpdateModal
-
- %1 is already up-to-date !
- %1 zaten güncel !
+
+
+
+ Searching new updates
+
-
- New update detected !
- Yeni güncelleme tespit edildi !
+
+ Fetching...
+
-
- Do you want to update %1 from %2 to %3 ?
- %1'i %2'den %3'e güncellemek istiyor musunuz ?
+
+
+
+
+ Close
+ Kapat
-
- Download
- İndir
+
+ Could not check new updates for the following reason:
+%1
+
-
- Remind me later
- Daha sonra hatırlat
+
+ New version found
+
-
- Download in progress...
- İndirme işlemi devam ediyor...
+
+ Mandatory version found
+
+
+
+
+ %1 %2 is available !
+
-
- Update downloaded
- Güncelleme indirildi
+
+ This update is mandatory to continue using the application
+
-
- Update has been successfully downloaded. Do you want to restart the application now ?
- Güncelleme başarıyla indirildi. Uygulamayı şimdi yeniden başlatmak istiyor musunuz ?
+
+ Close Dex
+
-
- Restart now
- Şimdi yeniden başlat
+
+ Your application is updated.
+
-
- Restart later
- Daha sonra yeniden başlat
+
+ Download
+ İndir
- NewUser
+ NewWallet
-
+ Wrong word, please check again
- Hatalı kelime, lütfen kontrol ediniz
+ Hatalı kelime, lütfen kontrol ediniz
+
+
+
+ st
+
+
+
+
+ nd
+
+
+
+
+ rd
+
-
+
+ th
+
+
+
+ Failed to create a wallet
- Cüzdan oluşturulamadı
+ Cüzdan oluşturulamadı
+
+
+
+ New Wallet
+ Yeni Cüzdan
-
+
+ Confirm Seed
+ Seed'i Onayla
+
+
+ Choose Password
-
+ Important: Back up your seed phrase before proceeding!
- Önemli: Devam etmeden önce seed kelimelerinizi yedekleyin!
+ Önemli: Devam etmeden önce seed kelimelerinizi yedekleyin!
-
+ We recommend storing it offline.
- Çevrimdışı saklamanızı öneririz.
+ Çevrimdışı saklamanızı öneririz.
-
+ Generated Seed
- Seed Oluştur
+ Seed Oluştur
+
+
+
+ Seed phrase
+
+
+
+
+ copied to clipboard
+
+
+
+
+ Next
+ İleri
+
+
+
+ Let's double check your seed phrase
+ Seed kelimelerinizi tekrar kontrol edelim
+
+
+
+ Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
+ Seed kelimeleriniz önemlidir - bu yüzden doğru olduğundan emin olmak istiyoruz. Cüzdanınızı istediğiniz zaman kolayca kurtarabileceğinizden emin olmak için seed kelimeleriniz hakkında üç farklı soru soracağız.
+
+
+
+ Enter the
+
+
+
+
+ word
+
+
+
+
+ Check
+
+
+
+
+ Enter password
+
+
+
+
+ Enter the same password to confirm
+ Doğrulamak için aynı parolayı giriniz
+
+
+
+ Continue
+ Devam
+
+
+
+ NoConnection
+
+
+ No connection
+ Bağlantı yok
+
+
+
+ Please make sure you are connected to the internet
+ Lütfen internete bağlı olduğunuzdan emin olun
-
- Check
-
+
+ Will automatically retry in %1 seconds
+ %1 saniye içinde otomatik olarak yeniden denenecek
-
- Type password
-
+
+ Retry
+ Yeniden dene
+
+
+ NotificationsModal
-
- Confirm password
-
+
+ Matching
+ Eşleşiyor
-
- New Wallet
- Yeni Cüzdan
+
+ Order Matching
+ Emir Eşleşiyor
-
- Confirm Seed
- Seed'i Onayla
+
+ Matched
+ Eşleşti
-
- Continue
- Devam
+
+ Order Matched
+ Emir Eşleşti
-
- Let's double check your seed phrase
- Seed kelimelerinizi tekrar kontrol edelim
+
+ Ongoing
+ Devam ediyor
-
- Copied to Clipboard
- Panoya Kopyalandı
+
+ Swap Ongoing
+ Takas Devam Ediyor
-
- Next
- İleri
+
+ Successful
+ Başarılı
-
- Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.
- Seed kelimeleriniz önemlidir - bu yüzden doğru olduğundan emin olmak istiyoruz. Cüzdanınızı istediğiniz zaman kolayca kurtarabileceğinizden emin olmak için seed kelimeleriniz hakkında üç farklı soru soracağız.
+
+ Swap Successful
+ Takas Başarılı
-
-
- Enter the %n. word
-
- %n. kelimeyi giriniz
-
+
+
+ Refunding
+ Geri ödeniyor
-
-
- NoConnection
-
- No connection
- Bağlantı yok
+
+ Failed
+ Başarısız
-
- Please make sure you are connected to the internet
- Lütfen internete bağlı olduğunuzdan emin olun
+
+ Swap Failed
+ Takas Başarısız
-
- Will automatically retry in %1 seconds
- %1 saniye içinde otomatik olarak yeniden denenecek
+
+ Unknown
+ Bilinmiyor
-
- Retry
- Yeniden dene
+
+ Unknown State
+ Bilinmeyen durum
-
-
- NotificationsModal
-
+ Swap status updatedTakas durumu güncellendi
-
+ You sent %1%1 gönderdiniz
-
+ You received %1%1 aldınız
-
+ Your wallet balance changedCüzdan bakiyeniz değişti
-
+
+ Close
+ Kapat
+
+
+
+ %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 %1TICKER%1 etkinleştirilemedi
-
+
+
+ Failed to disable %1
+ TICKER
+
+
+
+
+ Endpoint not reachableUç nokta ulaşılabilir değil
-
+ Could not reach to endpointUç 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
-
-
-
+ ShowGöster
-
+ RestartYeniden Başlat
-
+ QuitÇık
-
- There isn't any notification
- Bildirim yok
+
+ Notifications
+
+
+
+
+ There aren't any notifications
+
+
+
+
+ Mark all as read
+
- OrderContent
+ OrderForm
+
+
+ Send
+ Gönder
+
-
- ID
- ID
+
+ Receive
+ Al
-
- Maker Order
- Yapıcı Emir
+
+ Max
+ Maks
-
- Taker Order
- Alıcı Emir
+
+ Swap 25% of your tradable balance.
+
-
- Cancel
- İptal
+
+ Swap 50% of your tradable balance.
+
-
-
- OrderForm
-
- Cancel selected order to change price
- Fiyatı değiştirmek için seçili emri iptal edin
+
+ Swap 100% of your tradable balance.
+
-
- Amount to sell
- Satılacak miktar
+
+ Min Volume
+
-
- Amount to receive
- Alınacak miktar
+
+ Min amount to sell
+
-
- Minimum volume: %1
+
+ Min amount to receive
-
- Volume: %1
+
+ Minimum accepted trade equals 10% of order volume.
-
- How it works ?
+
+ Minimum accepted trade equals 25% of order volume.
-
- How to use the pro-view slider ?
+
+ Minimum accepted trade equals 50% of order volume.
-
- This slider is used to setup the order requirements you need.
-Left slider: Sets the minimum amount required to process a trade.
-Right slider: Sets the volume you want to trade.
+
+ Min volume:
-
+ Use custom minimum trade amount
-
+ PriceFiyat
-
- Volume
- Hacim
+
+ Reduce 1% relative to CEX market price.
+
+
+
+
+ Use CEX market price.
+
+
+
+
+ Increase 1% relative to CEX market price.
+ OrderLine
-
+ Funds are recoverableFonlar kurtarılabilir
- OrderModal
+ OrderList
-
- Swap Details
- Takas Detayları
+
+ No results found
+
+
+
+ OrderModal
-
- Order Details
- Emir Detayları
+
+ Order Type
+
-
+ Maker OrderYapıcı Emri
-
+ Taker OrderAlıcı Emri
-
+ Refund StateGeri Ödeme Durumu
-
+ Your swap failed but the auto-refund process for your payment started already. Please wait and keep application opened until you receive your payment backTakas işlemi başarısız oldu, ancak otomatik geri ödeme süreci başladı. Lütfen bekleyin ve ödemenizi geri alana kadar uygulamayı açık tutun
-
+ DateTarih
-
- ID
- ID
-
-
-
+ Recover FundsFon Kurtar
-
+
+ Refunding...
+
+
+
+ View on ExplorerExplorer'da Göster
-
- Maker Payment Sent ID
- Yapıcı Ödemesi Gönderilen Kimliği
+
+ Cancel Order
+ Emri İptal Et
+
+
+
+ Error ID
+ Hata ID
-
- Maker Payment Spent ID
- Yapıcı Ödemesi Harcanan Kimliği
+
+
+ Swap ID
+
-
- Taker Payment Spent ID
- Alıcı Ödemesi Harcanan Kimliği
+
+ Maker Payment Sent Transaction ID
+
-
- Taker Payment Sent ID
- Alıcı Ödemesi Gönderilen Kimliği
+
+ Maker Payment Spent Transaction ID
+
-
- Cancel Order
- Emri İptal Et
+
+ Maker Payment TXID
+
-
- Error ID
- Hata ID
+
+ Taker Payment Spent Transaction ID
+
+
+
+
+ Taker Payment Sent Transaction ID
+
-
+
+ Taker Payment TXID
+
+
+
+
+ Error LogHata Kaydı
-
+ CloseKapat
@@ -2367,77 +2716,70 @@ Right slider: Sets the volume you want to trade.
OrderRemovedModal
-
+ Selected Order RemovedSeçilen Emir Kaldırıldı
-
- The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available. Please select a new order.
- Seçilen emir artık mevcut değil, eşleşmiş veya iptal edilmiş olabilir, ve daha iyi fiyatlı bir emir bulunmamakta. Lütfen yeni bir emir seçin.
+
+ The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available.
+Please select a new order.
+
-
+ OKTAMAM
-
- Orders
-
-
- Orders
- Emirler
-
-OrdersPage
-
+ FromGönderen
-
+ ToAlan
-
+ Apply FilterFiltreyi Uygula
-
-
+
+ Filter
-
+ DateTarih
-
+ Export CSVCSV'yi dışa aktar
-
- Please choose the CSV export name and location
- Lütfen CSV dışa aktarma adını ve konumunu seçin
+
+ Cancel All
+
-
- Recover Funds Result
- Fon Kurtarma Sonucu
+
+ Please choose the CSV export name and location
+ Lütfen CSV dışa aktarma adını ve konumunu seçinPagination
-
+ items per pagesayfa başına öğe
@@ -2445,57 +2787,55 @@ Right slider: Sets the volume you want to trade.
PasswordField
-
+ PasswordParola
-
+ Enter your wallet passwordCüzdan parolanızı girin
-
+ At least 1 lowercase alphabetical characterEn az 1 küçük harf
-
+ At least 1 uppercase alphabetical characterEn az 1 büyük harf
-
+ At least 1 numeric characterEn az 1 sayı
-
+ At least 1 special character (eg. !@#$%)En az 1 özel karakter (ör. !@#$%)
-
-
- At least %n character(s)
-
- En az %n karakter
-
-
-
- Password and Confirm Password have to be same
- Parola ve Parola Doğrulaması aynı olmalıdır
+
+ Between %1 and %2 character(s)
+ PasswordForm
-
+
+ Password
+ Parola
+
+
+ Confirm PasswordParola Doğrulaması
-
+ Enter the same password to confirmDoğrulamak için aynı parolayı giriniz
@@ -2503,293 +2843,254 @@ Right slider: Sets the volume you want to trade.
Portfolio
-
- Search
- Ara
+
+ Search asset
+
-
+ Show only coins with balanceSadece bakiyesi olan koinleri göster
-
+ (%1/%2)
-
-
- Portfolio
- Portföy
-
-
-
- Add asset
- Varlık ekle
- PriceLine
-
+ Set swap price for evaluationDeğerlendirme için takas fiyatı belirleyin
-
+ Exchange rateDöviz kuru
-
+ SelectedSeçili
-
+ ExpensivePahalı
-
+ ExpedientUygun
-
+ %1 compared to CEXPRICE_DIFF%CEX ile karşılaştırıldığında %1
-
+ CEXchange rateCEXchange kuru
- ProView
-
-
- Failed to place the order
- Emir başarısız oldu
-
-
-
- Placed the order
- Emir başarılı
-
-
-
- Chart
- Grafik
-
-
-
- Trading Information
- Al Sat Bilgisi
-
-
-
- Exchange Rates
- Döviz kurları
-
-
-
- Orders
- Emirler
-
-
-
- History
- Tarihçe
-
-
-
- Order Book
- Emir Defteri
-
+ PriceLineSimplified
-
- Best Orders
- En İyi Emirler
+
+ Exchange rate
+ Döviz kuru
-
- Place Order
- Emir Ver
+
+ Selected
+ Seçili
-
- Buy
- Al
+
+ CEXchange rate
+ CEXchange kuru
-
- Sell
- Sat
+
+ Expensive
+ Pahalı
-
- Order Selected
- Emir Seçildi
+
+ Expedient
+ Uygun
-
- Start Swap
- Takas Başlat
+
+ %1 compared to CEX
+ PRICE_DIFF%
+ CEX ile karşılaştırıldığında %1
- ReceiveModal
-
-
- Receive
- Al
-
+ ProView
-
- Only send %1 to this address
- TICKER
- Bu adrese yalnızca %1 gönder
+
+ Failed to place the order
+ Emir başarısız oldu
-
- Close
- Kapat
+
+ Placed the order
+ Emir başarılı
- RecoverSeed
-
-
- Failed to recover the seed
- Seed kurtarılamadı
-
+ QObject
-
- Recover wallet - Setup
+
+ Cannot reach the endpoint:
+
+
+ ReceiveModal
-
- Recover wallet - Choose password
-
-
-
-
- Wallet Name
- Cüzdan Adı
-
-
-
- Enter seed
+
+ Receive %1
+ TICKER
-
- BIP39 seed validation failed, try again or select 'Allow custom seed'
+
+ Only send %1 to this address
+ TICKER
-
- Next
- İleri
-
-
-
- Type password
+
+ %1 address
+ TICKER
-
- Cofirm password
+
+ copied to clipboard.
-
- Continue
- Devam
-
-
-
- Allow custom seed
- Özel Seed'e izin ver
+
+ Close
+ KapatRecoverSeedModal
-
-
+
+ View seed and private keysSeed ve özel anahtarları görüntüle
-
+ Please enter your password to view the seed.Seed'i görmek için lütfen parolanızı giriniz.
-
- Wrong Password
- Yanlış Parola
+
+ Seed
+
+
+
+
+ Backup Seed
+
+
+
+
+ Public Address copied to clipboard
+
-
+ Cancelİptal
-
- Backup seed
- Seed'i yedekle
+
+ Incorrect Password
+ Yanlış Parola
+
+
+
+
+ copied to clipboard
+
-
+
+ RPC PasswordRPC Parolası
-
+ Search a coin.Koin ara.
-
+ Public AddressPublic Adres
-
- Private Key
- Private Key
+
+ Private Key copied to clipboard
+
-
- Close
- Kapat
+
+ Private Key
+ Private Key
-
+ ViewGörüntüle
+
+ RemoveContactPopup
+
+
+ Do you want to remove this contact ?
+ Bu kişiyi kaldırmak istiyor musunuz ?
+
+
+
+ Yes
+ Evet
+
+
+
+ No
+ Hayır
+
+RestartModal
-
+ Applying the changes...Değişiklikler uygulanıyor...
-
+ Restarting the application...Uygulama yeniden başlatılıyor...
-
+ Restarting the application. %1
@@ -2797,176 +3098,198 @@ Right slider: Sets the volume you want to trade.
RightClickMenu
-
+ CutKes
-
+ CopyKopyala
-
+ PasteYapıştır
- SellBox
+ SearchField
-
- Sell
- Sat
+
+ Search
+ AraSendModal
-
+ Failed to sendGönderilemedi
-
- Failed to Send
- Gönderilemedi
-
-
-
+ Prepare to send Göndermeye hazırlanıyor
-
-
- Recipient's address
- Alıcı adresi
+
+ Address of the recipient
+
-
- Enter address of the recipient
- Alıcının adresini giriniz
+
+ Amount to send
+
-
- Address Book
- Adres Defteri
+
+ Gas price
+
+
+
+
+ Cancel
+ İptal
+
+
+
+ Recipient's address
+ Alıcı adresi
-
+ The address has to be mixed case.Adres, büyük-küçük harf karışık olmalıdır.
-
- Fix
- Düzelt
+
+ Failed to Broadcast
+
-
- Amount to send
- Gönderilecek miktar
+
+ Fix
+ Düzelt
-
- Enter the amount to send
- Gönderilecek miktarı giriniz
+
+ MAX
+ MAKS
-
- MAX
- MAKS
+
+ Fiat amount: Unavailable
+
-
- Enable Custom Fees
- Özel İşlem Ücretlerini Etkinleştir
+
+ Fiat amount: %1
+
-
- Only use custom fees if you know what you are doing!
- Özel işlem ücretleri hakkında bilginiz yoksa kullanmayınız!
+
+ %1 amount: %2
+
-
- Custom Fee
- Özel İşelm Ücreti
+
+ Specify in Fiat
+
-
- Enter the custom fee
- Özel ücreti giriniz
+
+ Specify in Crypto
+
-
- Gas Limit
- Gas Limiti
+
+ Enter memo
+
-
- Enter the gas limit
- Gas limitini giriniz
+
+ Enable Custom Fees
+ Özel İşlem Ücretlerini Etkinleştir
-
- Gas Price
- Gas Fiyatı
+
+ Enter the custom fee
+ Özel ücreti giriniz
-
- Enter the gas price
- Gas fiyatını giriniz
+
+ Gas Limit
+ Gas Limiti
-
+ Custom Fee can't be higher than the amountÖzel İşlem Ücreti takas miktarından daha yüksek olamaz
-
+ Not enough funds.Yetersiz bakiye.
-
+
+ You have %1AMT TICKER%1'niz var
-
- Close
- Kapat
+
+
+ Only use custom fees if you know what you are doing!
+
-
+ PrepareHazırla
-
-
+
+ SendGönder
-
+
+ %1 address
+ TICKER
+
+
+
+
+ copied to clipboard.
+
+
+
+ AmountMiktar
-
+
+ Memo
+
+
+
+ Feesİşlem Ücreti
-
+ DateTarih
-
+ BackGeri
@@ -2974,43 +3297,43 @@ Right slider: Sets the volume you want to trade.
SendModalContactList
-
+ Select a contact with an %1 address%1 adresi olan bir kişi seçin
-
+ Search for contacts...Kişi ara...
-
+ %1 addresses%1 adresleri
-
+ 1 address1 adres
-
-
+
+ BackGeri
-
+ Choose an %1 address of %2%2'nin bir %1 adresini seçin
-
+ Nameİsim
-
+ AddressAdres
@@ -3018,42 +3341,65 @@ Right slider: Sets the volume you want to trade.
SendResult
-
+ Transaction Complete!İşlem Tamamlandı!
-
+
+ %1 txid
+ TICKER
+
+
+
+
+
+ copied to clipboard.
+
+
+
+ Recipient's addressAlıcının adresi
-
+
+ %1 address
+ TICKER
+
+
+
+ AmountMiktar
-
+
+ Memo
+
+
+
+ Feesİşlem Ücreti
-
+ DateTarih
-
+ Transaction Hashİşlem Hash'i
-
+ CloseKapat
-
+ View on ExplorerExplorer'da göster
@@ -3061,353 +3407,311 @@ Right slider: Sets the volume you want to trade.
SettingModal
-
- Confirm Logout
-
+
+
+ Cancel
+ İptal
-
- Are you sure you want to log out?
-
+
+ Settings
+ Ayarlar
-
-
+ LanguageDil
-
+ User InterfaceKullanıcı Arayüzü
-
+ SecurityGüvenlik
-
- About
- Hakkında
-
-
-
+ GeneralGenel
-
- Version
- Versiyon
+
+ About & Version
+
-
+ Enable Desktop NotificationsMasaüstü Bildirimlerini Aktif Et
-
+
+ Hide Poison Transactions in History
+
+
+
+ Maximum number of enabled coinsMaksimum etkin koin sayısı
-
+ LogsGünlük Kaydı
-
+ Open FolderKlasörü Aç
-
- Reset assets configuration
- Varlık yapılandırmasını sıfırla
-
-
-
- Reset
- Sıfırla
-
-
-
- Current Font
- Geçerli Yazı Tipi
-
-
-
- Theme
- Tema
-
-
-
- Apply Changes
- Değişiklikleri Uygula
-
-
-
- Ask system's password before sending coins ? (2FA)
- Para göndermeden önce sistem parolası sorulsun mu ? (2FA)
+
+ ZHTLC sync date
+
-
- Application version
- Uygulama sürümü
+
+ Sync Date
+
-
- MM2 version
- MM2 sürümü
+
+
+ Reset wallet configuration
+
-
- Qt version
- Qt sürümü
+
+ This will restart your wallet with default settings
+
-
- Search Update
- Güncelleme Ara
+
+
+ Confirm
+ Onayla
-
- Logout
- Çıkış
+
+ Changing theme to %1
+
-
-
-
+
+ Disable 2FA?
+
-
- View seed and private keys
- Seed ve özel anahtarları görüntüle
+
+ Enter your wallet password to confirm
+
-
-
- Show
- Göster
+
+ Type password
+
-
- Setup Camouflage Password
- Kamuflaj Parolasını Ayarla
+
+ 2FA status
+
-
- Open
- Aç
+
+ 2FA disabled successfully
+
-
- Delete Wallet
- Cüzdanı Sil
+
+
+ Ok
+ Tamam
-
- Disclaimer and ToS
- Sorumluluk Reddi ve K.Ş.
+
+ Wrong password!
+
-
-
- Settings
-
- Fiat
- Döviz
+
+ Wallet password is incorrect
+
-
- Recommended:
- Önerilen:
+
+ Application Version
+
-
- Enable Desktop Notifications
- Masaüstü Bildirimlerini Aktif Et
+
+ copied to clipboard
+
-
- Use QtTextRendering Or NativeTextRendering
- QtTextRendering veya NativeTextRendering Kullan
+
+ Reset
+ Sıfırla
-
- Open Logs Folder
- Günlük Kaydı Klasörünü Aç
+
+ Current Font
+ Geçerli Yazı Tipi
-
- Disclaimer and ToS
- Sorumluluk Reddi ve K.Ş.
+
+ Current font changed to %1.
+
-
- Setup Camouflage Password
- Kamuflaj Parolasını Ayarla
+
+ Theme
+ Tema
-
- Reset assets configuration
- Varlık yapılandırmasını sıfırla
+
+ Ask system's password before sending coins ? (2FA)
+ Para göndermeden önce sistem parolası sorulsun mu ? (2FA)
-
- mm2 version
- mm2 versiyonu
+
+ Application version
+ Uygulama sürümü
-
- Delete Wallet
- Cüzdanı Sil
+
+ MM2 version
+ MM2 sürümü
-
- View seed and private keys
- Seed ve özel anahtarları görüntüle
+
+ MM2 Version
+
-
- Log out
- Çıkış yap
+
+ MM2 Version copied to clipboard.
+
-
-
- SidebarBottom
-
- Settings
- Ayarlar
+
+ Qt version
+ Qt sürümü
-
- Support
- Destek
+
+ Qt Version
+
-
- Privacy
- Gizlilik
+
+ Qt Version copied to clipboard.
+
-
-
- SidebarCenter
-
-
- Dashboard
- Panel
+
+ Search Update
+ Güncelleme Ara
-
-
- Wallet
- Cüzdan
+
+ Logout
+ Çıkış
-
-
- DEX
- DEX
+
+ View seed and private keys
+ Seed ve özel anahtarları görüntüle
-
- DEX features are not allowed in %1
- COUNTRY
- DEX özellikleri %1'de kullanılamıyor
+
+
+ Show
+ Göster
-
-
- Address Book
- Adres Defteri
+
+ Setup Camouflage Password
+ Kamuflaj Parolasını Ayarla
-
-
- Fiat
- Döviz
+
+ Open
+ Aç
-
- Coming soon !
- Çok yakında !
+
+ Disclaimer and ToS
+ Sorumluluk Reddi ve K.Ş.
- SmartChartView
-
-
- Loading market data
- Piyasa bilgisi yükleniyor
-
+ Sidebar
-
- There is no chart data for this ticker yet
- Henüz bu kontrat için grafik verisi yok
+
+ Search
+ AraSubBestOrder
-
+ TokenToken
-
+ Available QuantityMevcut Miktar
-
+ Available Quantity (in %1)Mevcut Miktar (%1 olarak)
-
+ Fiat VolumeFiat Hacmi
-
+ CEX RateCEX Oranı
-
+ %1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a> %1 etkin değil - En iyi %2 siparişini seçebilmesi için etkinleştirmek istiyor musunuz ? <br><a href='#'>Evet</a> - <a href='#no'>Hayır</a>
-
- No best order.
- En iyi emir yok
+
+ %1 is not enabled - Please enable it through the coin activation menu
+ SubCoinSelector
-
+ TokenToken
-
+ BalanceBakiye
-
+ Balance FiatFiat Bakiye
-
+ No Selectable coin.Seçilebilir Koin Yok
@@ -3415,363 +3719,333 @@ Right slider: Sets the volume you want to trade.
SubHistory
-
+ HistoryTarihçe
-
+ Filter
-
+ DateTarih
-
+ Close filtering options.
-
- Open filering options.
+
+ Open filtering options.
-
+ Filter settingsAyarları filtrele
-
- Base Ticker
- Taban Para
-
-
-
- Rel Ticker
- Karşıdaki para
-
-
-
+ FromGönderen
-
+ ToAlan
-
+ Cancelİptal
-
+ Apply filterFiltreyi uygula
-
+ ExportDışarı al
-
+ Please choose the CSV export name and locationLütfen CSV dışa aktarma adını ve konumunu seçin
+
+
+ No results found
+
+ SubOrders
-
-
+
+ OrdersEmirler
-
+ Filter
-
+ DateTarih
-
+ Close filtering options.
-
- Open filering options.
+
+ Open filtering options.
-
+ Filter settingsAyarları filtrele
-
- Base Ticker
- Taban Para
-
-
-
- Rel Ticker
- Karşıdaki para
-
-
-
+ FromGönderen
-
+ To
- Alan
-
-
-
- Cancel
- İptal
-
-
-
- Apply filter
- Filtreyi uygula
-
-
-
- Support
-
-
- Update available
- Güncelleme mevcut
+ Alan
-
- Up to date
- Güncel
+
+ Cancel
+ İptal
-
- Changelog
- Değişim günlüğü
+
+ Apply filter
+ Filtreyi uygula
-
- Open Logs Folder
- Günlük Kaydı Klasörünü Aç
+
+ No results found
+
+
+
+ SupportModal
-
+ Frequently Asked Questions
- Sıkça Sorulan Sorular
+ Sıkça Sorulan Sorular
-
+ Do you store my private keys?
- Özel anahtarlarımızı depoluyor musunuz?
+ Özel anahtarlarımızı depoluyor musunuz?
-
+ No! %1 is non-custodial. We never store any sensitive data, including your private keys, seed phrases, or PIN. This data is only stored on the user’s device and never leaves it. You are in full control of your assets.
- Hayır! %1 gözetlenmiyor. Özel anahtarlarınız, seed veya PIN'iniz dahil olmak üzere hiçbir hassas veriyi asla depolamayız. Bu veriler yalnızca kullanıcının cihazında depolanır ve asla oradan çıkmaz. Varlıklarınızın tam kontrolü sizdedir.
+ Hayır! %1 gözetlenmiyor. Özel anahtarlarınız, seed veya PIN'iniz dahil olmak üzere hiçbir hassas veriyi asla depolamayız. Bu veriler yalnızca kullanıcının cihazında depolanır ve asla oradan çıkmaz. Varlıklarınızın tam kontrolü sizdedir.
-
+ How is trading on %1 different from trading on other DEXs?
- %1'de işlem yapmanın diğer DEX'lerde işlem yapmaktan farkı nedir?
+ %1'de işlem yapmanın diğer DEX'lerde işlem yapmaktan farkı nedir?
-
- Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
+
+ Other DEXs generally only allow you to trade assets that are based on a single blockchain network, use proxy tokens, and only allow placing a single order with the same funds.
%1 enables you to natively trade across two different blockchain networks without proxy tokens. You can also place multiple orders with the same funds. For example, you can sell 0.1 BTC for KMD, QTUM, or VRSC — the first order that fills automatically cancels all other orders.
- Diğer DEX'ler genellikle yalnızca tek bir blok zinciri ağına dayalı varlıklarla ticaret yapmanıza izin verir, ve aracı token kullanmanızı ister ve yalnızca aynı fonlarla tek bir sipariş vermenize izin verir.
-
-%1, aracı token olmadan iki farklı blok zinciri ağında yerel olarak ticaret yapmanızı sağlar. Aynı parayla birden fazla sipariş verebilirsiniz. Örneğin, KMD, QTUM veya VRSC için 0,1 BTC satabilirsiniz - otomatik olarak doldurulan ilk sipariş diğer tüm siparişleri iptal eder.
+
-
+
+ How long does each atomic swap take?
+ Her bir atomik takas ne kadar sürer?
+
+
+ Several factors determine the processing time for each swap. The block time of the traded assets depends on each network (Bitcoin typically being the slowest) Additionally, the user can customize security preferences. For example, (you can ask %1 to consider a KMD transaction as final after just 3 confirmations which makes the swap time shorter compared to waiting for a <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarization</a>.
- Her takas için işlem süresini birkaç faktör belirler. İşlem gören varlıkların blok süresi her bir ağa bağlıdır (Bitcoin tipik olarak en yavaş olanıdır) Ek olarak, kullanıcı güvenlik tercihlerini özelleştirebilir. (Örneğin; %1 in KMD işlemini sadece 3 onayla gerçekleştirmesini seçerek takas süresini <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarizasyon</a> süresinden daha öncesine kısaltabilirsiniz.
+ Her takas için işlem süresini birkaç faktör belirler. İşlem gören varlıkların blok süresi her bir ağa bağlıdır (Bitcoin tipik olarak en yavaş olanıdır) Ek olarak, kullanıcı güvenlik tercihlerini özelleştirebilir. (Örneğin; %1 in KMD işlemini sadece 3 onayla gerçekleştirmesini seçerek takas süresini <a href="https://komodoplatform.com/security-delayed-proof-of-work-dpow/">notarizasyon</a> süresinden daha öncesine kısaltabilirsiniz.
+
+
+
+ Do I need to be online for the duration of the swap?
+ Takas süresi boyunca çevrimiçi olmam gerekir mi?
-
+ Yes. You must remain connected to the internet and have your app running to successfully complete each atomic swap (very short breaks in connectivity are usually fine). Otherwise, there is risk of trade cancellation if you are a maker, and risk of loss of funds if you are a taker.
+
The atomic swap protocol requires both participants to stay online and monitor the involved blockchains for the process to stay atomic.
+
If you go offline, so will your orders, and any that are in progress will fail, leading to potential loss of trade / transaction fees, and a wait for the swap to timeout and issue a refund. It may also negatively affect your wallet's reputation score for future trade matching.
+
When you come back online, your orders will begin to broadcast again at the price you set before you went offline. If there has been significant price movement in the meantime, you might unintentionally offer someone a bargain!
+
For this reason, we recommend cancelling orders before closing %1, or reviewing and revising your prices when restarting %1.
- Evet. Her atomik takası başarıyla tamamlamak için internete bağlı kalmalı ve uygulamanızın çalışır durumda olmasını sağlamalısınız (bağlantıda çok kısa kesintilerde sorun yoktur). Aksi takdirde, eğer satıcıysanız işlemin iptali ve alıcı iseniz fon kaybı riski vardır.
-Atomik takas protokolü, her iki katılımcının da çevrimiçi kalmasını ve sürecin atomik kalması için ilgili blok zincirlerini izlemesini gerektirir.
-Çevrimdışı olursanız, siparişleriniz ve devam eden siparişleriniz de başarısız olur, bu da potansiyel ticaret / işlem ücretleri kaybına ve takasın zaman aşımına uğraması ve geri ödeme yapılması için beklemeye neden olur. Ayrıca gelecekteki ticaret eşleşmeleri için cüzdanınızın itibar puanını da olumsuz etkileyebilir.
-Tekrar çevrimiçi olduğunuzda, siparişleriniz çevrimdışı olmadan önce belirlediğiniz fiyat üzerinden tekrar yayınlanmaya başlayacaktır. Bu arada önemli bir fiyat hareketi olduysa, istemeden birine pazarlık teklif edebilirsiniz!
-Bu nedenle, %1 'i kapatmadan önce siparişleri iptal etmenizi veya %1 'i yeniden başlatırken fiyatlarınızı gözden geçirmenizi ve revize etmenizi öneririz.
+
-
+ How are the fees on %1 calculated?
- %1 üzerinde işlem ücretleri nasıl hesaplanır?
+ %1 üzerinde işlem ücretleri nasıl hesaplanır?
-
+ There are two fee categories to consider when trading on %1.
1. %1 charges approximately 0.13% (1/777 of trading volume but not lower than 0.0001) as the trading fee for taker orders, and maker orders have zero fees.
+
2. Both makers and takers will need to pay normal network fees to the involved blockchains when making atomic swap transactions.
Network fees can vary greatly depending on your selected trading pair.
- %1 üzerinde alım satım yaparken iki işlem ücreti kategorisi vardır.
+
+
+
+
+ I see a transaction in my wallet that was marked as 'poison'. What does this mean?
+
+
+
+
+ Address poisoning is a relatively new tye of phishing attack, where a malicious actor aims to trick you into sending funds to an address that you did not intend to send funds to.
-1. %1, alıcı emirler için işlem ücreti olarak yaklaşık %0.13'ünü (0,0001'den düşük olmayacak şekilde alım satım hacminin 1/777'si) alır ve satıcı emirleri sıfır ücrete sahiptir.
-2. Hem satıcılar hem de alıcılar, atomik takas işlemleri yaparken ilgili blok zincirlerine normal ağ ücretleri ödemek zorundadırlar.
+This is often done by sending a zero value transaction to your wallet from an address which looks very similar to your actual address, with the exact same letters at the start and end. This transaction will then appear in your transaction history, with the scammer hoping you will mistake the fake address for your own and send funds to it.
-Ağ ücretleri, seçtiğiniz işlem çiftine bağlı olarak büyük ölçüde değişebilir.
+To protect you from this, %1 will mark any transaction that it detects as potentially being a poison transaction with a "poison" label. You should always be careful to confirm any address you send funds to is correct.
+
+There is a toggle in settings where you can turn on/off the display of these transactions.
+
-
- Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
-
+
+ Do you provide user support?
+ Kullanıcı desteği sağlıyor musunuz?
-
- %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
+
+ Yes! %1 offers support through the <a href="%2">%1 Discord server</a>. The team and the community are always happy to help!
-
+ Who is behind %1?
- %1 arkasında kim var?
+ %1 arkasında kim var?
-
+ %1 is developed by the Komodo team. Komodo is one of the most established blockchain projects working on innovative solutions like atomic swaps, Delayed Proof of Work, and an interoperable multi-chain architecture.
- %1, Komodo ekibi tarafından geliştirilmiştir. Komodo, atomik takaslar, Gecikmeli Çalışma Kanıtı ve birlikte çalışabilir bir çok zincirli mimari gibi yenilikçi çözümler üzerinde çalışan en köklü blok zinciri projelerinden biridir.
+ %1, Komodo ekibi tarafından geliştirilmiştir. Komodo, atomik takaslar, Gecikmeli Çalışma Kanıtı ve birlikte çalışabilir bir çok zincirli mimari gibi yenilikçi çözümler üzerinde çalışan en köklü blok zinciri projelerinden biridir.
-
+ Is it possible to develop my own white-label exchange on %1?
- %1 üzerinde kendi markamla borsamı geliştirmem mümkün mü?
+ %1 üzerinde kendi markamla borsamı geliştirmem mümkün mü?
-
+ Absolutely! You can read our developer documentation for more details or contact us with your partnership inquiries. Have a specific technical question? The %1 developer community is always ready to help!
- Kesinlikle! Daha fazla ayrıntı için geliştirici belgelerimizi okuyabilir veya ortaklık sorularınız için bizimle iletişime geçebilirsiniz. Belirli bir teknik sorunuz mu var? %1 geliştirici topluluğu her zaman yardıma hazır!
+ Kesinlikle! Daha fazla ayrıntı için geliştirici belgelerimizi okuyabilir veya ortaklık sorularınız için bizimle iletişime geçebilirsiniz. Belirli bir teknik sorunuz mu var? %1 geliştirici topluluğu her zaman yardıma hazır!
-
+ Which devices can I use %1 on?
- %1 'i hangi cihazlarda kullanabilirim?
+ %1 'i hangi cihazlarda kullanabilirim?
-
- Compliance Info
- Uyumluluk Bilgisi
+
+ %1 is available for mobile on both <a href="%2">Android and iPhone, and for desktop on Windows, Mac, and Linux</a> operating systems.
+
-
- Due to regulatory and legal circumstances the citizens of certain jurisdictions including, but not limited to, the United States of America, Canada, Hong Kong, Israel, Singapore, Sudan, Austria, Iran and any other state, country or other jurisdiction that is embargoed by the United States of America or the European Union are not allowed to use this application.
- Düzenleyici ve yasal koşullar nedeniyle, Amerika Birleşik Devletleri, Kanada, Hong Kong, İsrail, Singapur, Sudan, Avusturya, İran ve Amerika Birleşik Devletleri veya Avrupa Birliği tarafından ambargo uygulanan diğer herhangi bir eyalet, ülke veya diğer bölge vatandaşlarının bu uygulamayı kullanmasına izin verilmez.
+
+ Compliance Info
+ Uyumluluk Bilgisi
-
- How long does each atomic swap take?
- Her bir atomik takas ne kadar sürer?
+
+ Due to regulatory and legal circumstances the citizens of certain jurisdictions including, but not limited to, the United States of America, Canada, Hong Kong, Israel, Singapore, Sudan, Austria, Iran and any other state, country or other jurisdiction that is embargoed by the United States of America or the European Union are not allowed to use this application.
+ Düzenleyici ve yasal koşullar nedeniyle, Amerika Birleşik Devletleri, Kanada, Hong Kong, İsrail, Singapur, Sudan, Avusturya, İran ve Amerika Birleşik Devletleri veya Avrupa Birliği tarafından ambargo uygulanan diğer herhangi bir eyalet, ülke veya diğer bölge vatandaşlarının bu uygulamayı kullanmasına izin verilmez.
-
- Do I need to be online for the duration of the swap?
- Takas süresi boyunca çevrimiçi olmam gerekir mi?
+
+ Changelog
+ Değişim günlüğü
-
- Do you provide user support?
- Kullanıcı desteği sağlıyor musunuz?
+
+ Open Logs Folder
+ Günlük Kaydı Klasörünü AçSwapProgress
-
+ actSHORT FOR ACTUAL TIMEgerçek
-
+ estSHORT FOR ESTIMATEDtahmini
-
+ Progress detailsİlerleme ayrıntıları
- SweetDexComboBox
-
-
- Search
- Ara
-
-
-
- TableDex
-
-
- Asset
- Varlık
-
-
-
- Balance
- Bakiye
-
-
-
- Change 24h
- Değişim 24sa
-
+ TextAreaWithTitle
-
- Trend 7d
- Trend 7g
+
+ Save
+ Kaydet
-
- Price
- Fiyat
+
+ Edit
+ Düzenle
- TextAreaWithTitle
+ TextEditWithCopy
-
- Save
- Kaydet
+
+ copied to clipboard
+
+
+
+ TextEditWithTitle
-
- Edit
- Düzenle
+
+ copied to clipboard
+ TextFieldWithTitle
-
+ RequiredGerekli
@@ -3779,224 +4053,293 @@ Ağ ücretleri, seçtiğiniz işlem çiftine bağlı olarak büyük ölçüde de
Toast
-
+ Click here to see the detailsDetayları görmek için buraya tıklayın
+
+ TotalView
+
+
+ Receive %1
+
+
+
+
+ Send %1
+
+
+Trade
-
+ SwapTakasla
-
+ Instant trading with best ordersEn iyi emirlerle anında alım satım
-
+
+ Reset form
+
+
+
+
+ You have no tradable assets
+
+
+
+ FromGönderen
-
- Minimum: %1
- Minimum: %1
+
+ Entered amount must be higher than 0.
+
-
- Enter an amount
- Bir miktar gir
+
+ Select an order.
+
-
+ MAXMAKS
-
+ ToAlan
-
+ Pick an orderEmri seç
-
+ PriceFiyat
-
+ 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.
-
- Reset form.
- Formu sıfırla
-
-
-
+ %1%1
-
- Tradable:
- Al sat yapılabilir:
+
+ Balance:
+
+
+
+
+ Pick a coin
+
-
- Swap Now
- Şimdi Takasla
+
+ SWAP NOW
+
-
+ Failed to place the orderEmir başarısız oldu
-
+ Placed the orderEmir başarılı
-
- Entered amount must be superior than 0.
- Girilen tutar 0'dan büyük olmalıdır.
+
+ No buy orders found for %1.
+
-
- You must select an order.
- Bir emir seçmelisiniz.
+
+ You can check later or try to sell a different coin.
+
-
- Entered amount is below the minimum required by this order: %1
- Girilen miktar, bu emrin gerektirdiği minimum %1 tutarının altında
+
+ Calculating fee estimate...
+
-
-
- %1 needs to be enabled in order to use %2
+
+ Total %1 fees:
+ Toplam %1 işlem giderleri:
+
+
+
+ %2 (%3)
+ %2 (%3)
+
+
+
+ TradeViewHeader
+
+
+ Pro View Settings
-
-
- %1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions
+
+ Display Settings
-
-
- Search
- Ara
+
+ Ticker Selectors
+
-
- Total %1 fees:
- Toplam %1 işlem giderleri:
+
+ Trading Information
+ Al Sat Bilgisi
-
- %2 (%3)
- %2 (%3)
+
+ Order Book
+ Emir Defteri
+
+
+
+ Best Orders
+ En İyi Emirler
+
+
+
+ Place Order
+ Emir Ver
- TradeViewHeader
+ TradingViewChart
-
- How to trade
- Nasıl al sat yapılır
+
+ Loading market data
+ Piyasa bilgisi yükleniyor
-
- FAQ
- SSS
+
+ There is no chart data for this ticker yet
+ Henüz bu hisse senedi için grafik verisi yokTransactionDetailsModal
-
+ Transaction Detailsİşlem Detayları
-
+
+ This transaction has been identified as a potential address poisoning attack.
+
+
+
+
+ Please see the Support FAQ for more information.
+
+
+
+
+ %1 txid
+ TICKER
+
+
+
+
+ copied to clipboard.
+
+
+
+ AmountMiktar
-
+ Feesİşlem Ücreti
-
+
+ From address
+
+
+
+
+ To address
+
+
+
+ DateTarih
-
+ UnconfirmedOnaylanmamış
-
+ Transaction Hashİşlem Hash'i
-
+ ConfirmationsOnay Sayısı
-
+ Block HeightBlok Uzunluğu
-
+ FromGönderen
-
+ ToAlan
-
+ NotesNotlar
-
+ CloseKapat
-
- Refund
- Geri Ödeme
-
-
-
+ View on ExplorerExplorer'da göster
@@ -4004,22 +4347,27 @@ Ağ ücretleri, seçtiğiniz işlem çiftine bağlı olarak büyük ölçüde de
Transactions
-
+ ReceivedAlınan
-
+ SentGönderilen
-
+
+ Poison
+
+
+
+ feesişlem ücretleri
-
+ UnconfirmedOnaylanmamış
@@ -4027,86 +4375,209 @@ Ağ ücretleri, seçtiğiniz işlem çiftine bağlı olarak büyük ölçüde de
UpdateInvalidChecksum
-
+ The downloaded update archive is corrupted !İndirilen güncelleme arşivi bozulmuş !
- WalletNameField
+ Vertical
-
- Wallet Name
- Cüzdan Adı
+
+ Order Book
+ Emir Defteri
+
+
+
+ WalletsView
+
+
+ Welcome
+ Hoşgeldiniz
+
+
+
+ New wallet
+
+
+
+
+ Import wallet
+
+
+
+
+ Search your wallets...
+
+
+
+
+ My Wallets
+ Cüzdanlarım
+
+
+
+ No wallets found!
+
+
+
+
+
+ Delete
+ Sil
+
+
+
+ Enter password to confirm deletion of
+
-
- Enter the name of your wallet here
- Cüzdanınızın adını giriniz
+
+ wallet
+
+
+
+
+ Type password
+
+
+
+
+ Cancel
+ İptal
+
+
+
+
+ Wallet status
+
+
+
+
+ wallet deleted successfully
+
+
+
+
+
+ Ok
+ Tamam
+
+
+
+ wallet password is incorrect
+
+
+
+
+ ZcashParamsModal
+
+
+ %1 Activation Failed!
+
+
+
+
+ To activate ZHTLC coins, you need to download the Zcash Params.
+This might take a few minutes...
+
+
+
+
+ Download params & enable coins
+
+
+
+
+ More Info
+
+
+
+
+ Close
+ Kapat
+
+
+
+ atomic_dex::settings_page
+
+
+ An error has occurred.
+ atomic_dex::wallet_page
-
+ You do not have enough funds.Bakiye yetersiz.
-
+ %1 is not activated: click on the button to enable it or enable it manually%1 etkinleştirilmedi: etkinleştirmek için düğmeye tıklayın veya manuel olarak etkinleştirin
-
+ You need to have %1 to pay the gas for %2 transactions.%2 işlemi için gaz ödemek üzere %1'e sahip olmanız gerekir.
-
+ Checksum verification failed for %1.%1 için sağlama toplamı doğrulaması başarısız oldu.
-
- Invalid checksum for %1. Click on the convert button to turn it into a mixed case address
- %1 için geçersiz sağlama toplamı. Karışık bir durum adresine dönüştürmek için dönüştür düğmesine tıklayın
+
+ Invalid checksum for %1. Click the button to convert to mixed case address.
+
-
- Legacy address used for %1, click on the convert button to convert it to a Cashaddress.
- %1 için kullanılan eski adres, onu bir Cashaddress'e dönüştürmek için dönüştür düğmesine tıklayın.
+
+ Legacy address used for %1. Click the button to convert to a Cashaddress.
+
-
+ %1 address must be prefixed with 0x%1 adresinin önüne 0x konulmalı
-
+ %1 address length is invalid, please use a valid address.%1 adres uzunluğu geçersiz, lütfen geçerli bir adres kullanın.
-
-
- main
-
- Logout
- Çıkış
+
+ %1 address is invalid.
+
+
+
+
+ Invalid checksum.
+
-
- Confirm Logout
+
+ %1 address has invalid prefixes.
-
- Are you sure you want to log out?
+
+ Backend error: %1
+
+
+ main
+
+
+ Logout
+ Çıkış
+
-
+ BalanceBakiye
diff --git a/atomic_defi_design/assets/languages/gen_translation.py b/atomic_defi_design/assets/languages/gen_translation.py
new file mode 100755
index 0000000000..a401e547fd
--- /dev/null
+++ b/atomic_defi_design/assets/languages/gen_translation.py
@@ -0,0 +1,96 @@
+#!/usr/bin/env python3
+import os
+import csv
+
+'''
+NOTE: This script takes a CSV file as input, then generates a .ts file using the english file as a template.
+There may be some postprocessing required to manually fix bad csv input and numerusform values.
+'''
+
+
+def get_lang_dict():
+ with open('translations_matrix.csv') as f:
+ csv_reader = csv.reader(f, delimiter=',')
+ lang_dict = {}
+ line_count = 0
+ for row in csv_reader:
+ if line_count == 0:
+ en = row.index("English")
+ es = row.index("Spanish")
+ de = row.index("German")
+ line_count += 1
+ else:
+ lang_dict.update({
+ row[en]: {
+ "es": row[es],
+ "de": row[de]
+ }
+ })
+ line_count += 1
+ return lang_dict
+
+def remove_existing_translations():
+ with open(f"atomic_defi_en.ts", "r") as f:
+ ts_file = f.readlines()
+
+ with open(f"atomic_defi_lang_template.ts", "w") as f:
+ lines = []
+ ignoring = False
+ for l in ts_file:
+ if l.find(" -1 or ignoring:
+ ignoring = True
+ if l.find("translation>") > -1:
+ ignoring = False
+ else:
+ lines.append(l)
+ f.writelines(lines)
+
+
+def generate_translation(lang='en'):
+ lang_dict = get_lang_dict()
+ remove_existing_translations()
+
+ with open(f"atomic_defi_lang_template.ts", "r") as f:
+ lang_file = f.read()
+
+ multiline = False
+ multiline_data = []
+ untranslated_count = 0
+ for i in lang_dict:
+ try:
+ # TODO: handle numerusform translations
+ if f"{i}" in lang_file:
+ lang_file = lang_file.replace(f"{i}", f"{i}\n {lang_dict[i][lang]}")
+ if f" {i}" in lang_file:
+ lang_file = lang_file.replace(f"{i}", f"{i}\n {lang_dict[i][lang]}")
+ elif f"{i}" in lang_file:
+ multiline = True
+ multiline_data.append(f"{lang_dict[i][lang]}")
+ elif multiline:
+ multiline_data.append(f"{lang_dict[i][lang]}")
+ elif f"{i}" in lang_file:
+ multiline_data.append(f"{lang_dict[i][lang]}")
+ translation = '\n'.join(multiline_data)
+ lang_file = lang_file.replace(f"{i}", f"{i}\n {translation}")
+ multiline = False
+ elif f"{i}" not in lang_file:
+ print(f"{i} ---> {lang_dict[i][lang]}")
+ print(f">>>>>>>>>>>>>>>>>>>>>>>>>> '{i}' not found!")
+ untranslated_count += 1
+ else:
+ #print(lang_dict[i][lang])
+ untranslated_count += 1
+ pass
+ except Exception as e:
+ untranslated_count += 1
+ print(f">>>>>>>>>>>>>>>>>>>>>>>>>> 'Error: {e} | source: {i}")
+ print(f"{untranslated_count} lines untranslated")
+
+ with open(f"atomic_defi_{lang}.ts", 'w') as f:
+ f.write(lang_file)
+
+
+if __name__ == '__main__':
+ generate_translation('es')
+
+
\ No newline at end of file
diff --git a/atomic_defi_design/assets/languages/translations_matrix.csv b/atomic_defi_design/assets/languages/translations_matrix.csv
new file mode 100644
index 0000000000..0960cf64dc
--- /dev/null
+++ b/atomic_defi_design/assets/languages/translations_matrix.csv
@@ -0,0 +1,807 @@
+"Location/Area line
+(German lang. file)",Location/Area,comment,"Source Line
+(German lang. file)",English,"Translation Line
+(German lang. file)",German,Spanish,Mandarin,…
+7,Dex/Addressbook/AddAddressForm.qml,,8,Use standard network address,9,Standard-Netzwerkadresse verwenden,Utilice la dirección de red,,
+12,Dex/Addressbook/AddAddressForm.qml,,13,Label,14,Bezeichnung,Etiqueta,,
+17,Dex/Addressbook/AddAddressForm.qml,,18,This key already exists.,19,Dieser Schlüssel existiert bereits.,Esta clave ya existe.,,
+22,Dex/Addressbook/AddAddressForm.qml,,23,Address,24,Adresse,Dirección,,
+27,Dex/Addressbook/AddAddressForm.qml,,29,Cancel,30,Abbrechen,Cancelar,,
+33,Dex/Addressbook/AddAddressForm.qml,,34,Convert,35,Umwandeln,Convertir,,
+38,Dex/Addressbook/AddAddressForm.qml,,39,Edit,40,Bearbeiten,Editar,,
+43,Dex/Addressbook/AddAddressForm.qml,,44,Add,45,Hinzufügen,Agregar,,
+48,Dex/Addressbook/AddAddressForm.qml,,49,You need to enable %1 before adding this kind of address.,50,"Sie müssen %1 aktivieren, bevor Sie diese Art von Adresse hinzufügen.",Debe habilitar %1 antes de agregar este tipo de dirección.,,
+53,Dex/Addressbook/AddAddressForm.qml,,54,Enable,55,Aktivieren,Habilitar,,
+61,Dex/Settings/AddCustomCoinModal.qml,,62,Get the contract address from,63,Erhalten Sie die Vertragsadresse von,Obtener la dirección del contrato de,,
+66,Dex/Settings/AddCustomCoinModal.qml,,67,Choose the asset type,68,Wählen Sie den Asset-Typ aus,Elija el tipo de activo,,
+71,Dex/Settings/AddCustomCoinModal.qml,,72,Cancel,73,Abbrechen,Cancelar,,
+78,Dex/Settings/AddCustomCoinModal.qml,,79,Next,80,Weiter,Siguiente,,
+83,Dex/Settings/AddCustomCoinModal.qml,,84,Contract address,85,Vertragsadresse,Dirección del contrato,,
+88,Dex/Settings/AddCustomCoinModal.qml,,89,Enter the contract address,90,Geben Sie die Vertragsadresse ein,Ingrese la dirección del contrato,,
+93,Dex/Settings/AddCustomCoinModal.qml,,94,Choose the asset ticker,95,Wählen Sie den Asset-Ticker,Elija el ticker del activo,,
+98,Dex/Settings/AddCustomCoinModal.qml,,99,Ticker,100,Ticker,Ticker,,
+103,Dex/Settings/AddCustomCoinModal.qml,,104,Enter the ticker,105,Geben Sie den Ticker ein,Ingrese el ticker,,
+108,Dex/Settings/AddCustomCoinModal.qml,,109,Get the contract address from ,110,Erhalten Sie die Vertragsadresse von,Obtener la dirección del contrato de,,
+116,Dex/Settings/AddCustomCoinModal.qml,,117,Previous,118,Vorherige,Anterior,,
+121,Dex/Settings/AddCustomCoinModal.qml,,122,Choose the asset logo,123,Wählen Sie ein Logo für das Asset aus,Elija el logotipo del activo,,
+126,Dex/Settings/AddCustomCoinModal.qml,,127,Browse,128,Durchsuchen,Navegar,,
+131,Dex/Settings/AddCustomCoinModal.qml,,132,Please choose the asset logo,133,Bitte wählen Sie für das Asset ein Logo aus,Elija el logotipo del activo,,
+136,Dex/Settings/AddCustomCoinModal.qml,,137,Configuration,138,Konfiguration,Configuración,,
+141,Dex/Settings/AddCustomCoinModal.qml,,142,All configuration fields will be fetched using the contract address you provided.,143,Alle Konfigurationsfelder werden mit der von Ihnen angegebenen Vertragsadresse abgerufen.,Todos los campos de configuración se obtendrán usando la dirección del contrato que proporcionó.,,
+146,Dex/Settings/AddCustomCoinModal.qml,,147,Name,148,Name,Nombre,,
+151,Dex/Settings/AddCustomCoinModal.qml,,152,Enter the name,153,Geben Sie den Namen ein,Ingrese el nombre,,
+156,Dex/Settings/AddCustomCoinModal.qml,,157,Coingecko ID,158,Coingecko ID,Coingecko ID,,
+161,Dex/Settings/AddCustomCoinModal.qml,,162,Enter the Coingecko ID,163,Geben Sie die Coingecko-ID ein,Ingrese el Coingecko ID,,
+166,Dex/Settings/AddCustomCoinModal.qml,,167,Get the Coingecko ID,168,Coingecko-ID erhalten,Obtener el Coingecko ID,,
+171,Dex/Settings/AddCustomCoinModal.qml,,172,Active,173,Aktiv,Activo,,
+177,Dex/Settings/AddCustomCoinModal.qml,,178,Preview,179,Vorschau,Vista previa,,
+182,Dex/Settings/AddCustomCoinModal.qml,,183,WARNING: Application will restart immidiately to apply the changes!,184,"WARNUNG: Die Anwendung wird sofort neu gestartet, um die Änderungen zu übernehmen!",ADVERTENCIA: ¡La aplicación se reiniciará inmediatamente para aplicar los cambios!,,
+187,Dex/Settings/AddCustomCoinModal.qml,,188,"Asset not found, please go back and make sure Contract Address is correct",189,"Asset nicht gefunden, bitte gehen Sie zurück und stellen Sie sicher, dass die Vertragsadresse korrekt ist","Activo no encontrado, regrese y asegúrese de que la dirección del contrato sea correcta",,
+192,Dex/Settings/AddCustomCoinModal.qml,,193,Config Fields,194,Konfigurationsfelder,Campos de configuracion,,
+197,Dex/Settings/AddCustomCoinModal.qml,,198,Fetched Data,199,Abgerufene Daten,Datos obtenidos,,
+202,Dex/Settings/AddCustomCoinModal.qml,,203,Submit & Restart,204,Bestätigen und Neu starten,Enviar & Reiniciar,,
+210,Dex/Addressbook/AddTagPopup.qml,,211,Tag name,212,Schlagwort,Nombre de la etiqueta,,
+215,Dex/Addressbook/AddTagPopup.qml,,216,Contact already has this tag.,217,Der Kontakt hat bereits dieses Schlagwort.,El contacto ya tiene esta etiqueta.,,
+220,Dex/Addressbook/AddTagPopup.qml,,221,+ ADD,222,+ HINZUFÜGEN,#NAME?,,
+228,Dex/Portfolio/AmountChart.qml,,229,Work in progress,230,In Arbeit,Trabajo en proceso,,
+236,Dex/App.qml,,237,Recover Funds Result,238,Ergebnis der Rückerstattung der Geldmittel,Resultados de Recuperar Fondos,,
+244,Dex/Addressbook/AssetFromStandardSelector.qml,,245,Choose a valid ,246,Wählen Sie eine gültige,Elija un,,
+249,Dex/Addressbook/AssetFromStandardSelector.qml,,250,asset,251,Asset,activo,,
+254,Dex/Addressbook/AssetFromStandardSelector.qml,,255,Search an asset,256,Asset suchen,Buscar un activo,,
+259,Dex/Addressbook/AssetFromStandardSelector.qml,,260,Disabled,261,Deaktiviert,deshabilitados,,
+267,Dex/Portfolio/AssetPieChart.qml,,268,Assets,269,Assets,Activos,,
+275,Dex/Portfolio/AssetsList.qml,,276,Asset,277,Asset,Activo,,
+280,Dex/Portfolio/AssetsList.qml,,281,Balance,282,Balance,Saldo,,
+285,Dex/Portfolio/AssetsList.qml,,286,Fiat Balance,287,Fiat Balance,Saldo Fiat,,
+290,Dex/Portfolio/AssetsList.qml,,291,Change 24h,292,24h Veränderung,Cambio en 24h,,
+295,Dex/Portfolio/AssetsList.qml,,296,Price,297,Preis,Precio,,
+300,Dex/Portfolio/AssetsList.qml,,301,Source,302,Quelle,Fuente,,
+305,Dex/Portfolio/AssetsList.qml,,306,Price provider is: %1,307,Preisanbieter ist: %1,El proveedor de precios es: %1,,
+313,Dex/Sidebar/Bottom.qml,,314,Settings,315,Einstellungen,Configuración,,
+318,Dex/Sidebar/Bottom.qml,,319,Support,320,Support,Soporte,,
+323,Dex/Sidebar/Bottom.qml,,324,Privacy,325,Datenschutz,Privacidad,,
+328,Dex/Sidebar/Bottom.qml,,329,Disable Privacy?,330,Datenschutz deaktivieren?,¿Deshabilitar privacidad?,,
+333,Dex/Sidebar/Bottom.qml,,334,Enter wallet password to confirm,335,Geben Sie zur Bestätigung das Kennwort der Brieftasche ein,Ingrese la contraseña de la billetera para confirmar,,
+338,Dex/Sidebar/Bottom.qml,,339,Type password,340,Kennwort eingeben,Escriba la contraseña,,
+343,Dex/Sidebar/Bottom.qml,,344,Confirm,345,Bestätigen,Confirmar,,
+348,Dex/Sidebar/Bottom.qml,,349,Cancel,350,Abbrechen,Cancelar,,
+353,Dex/Sidebar/Bottom.qml,,354,Privacy status,355,Status Datenschutz,Estado de privacidad,,
+358,Dex/Sidebar/Bottom.qml,,359,Privacy mode disabled successfully,360,Der Datenschutzmodus wurde erfolgreich deaktiviert,Modo de privacidad deshabilitado correctamente,,
+364,Dex/Sidebar/Bottom.qml,,365,Ok,366,Ok,Ok,,
+369,Dex/Sidebar/Bottom.qml,,370,Wrong password!,371,Falsches Kennwort!,¡Contraseña incorrecta!,,
+374,Dex/Sidebar/Bottom.qml,,375,wallet password is incorrect,376,Kennwort der Brieftasche ist falsch,la contraseña de la billetera es incorrecta,,
+382,Dex/Settings/CamouflagePasswordModal.qml,,383,Setup Camouflage Password,384,Tarnkennwort einrichten,Configurar Contraseña Camuflaje,,
+387,Dex/Settings/CamouflagePasswordModal.qml,,388,Camouflage Password is a secret password for emergency situations.,389,Das Tarnkennwort (Camouflage Password) ist ein geheimes Passwort für Notsituationen.,Contraseña Camuflaje es una contraseña secreta para situaciones de emergencia.,,
+392,Dex/Settings/CamouflagePasswordModal.qml,,393,Using it to login will display your balance lower than it actually is.,394,"Wenn Sie sich damit anmelden, wird Ihr Guthaben niedriger angezeigt, als es tatsächlich ist.",Usarlo para iniciar sesión mostrará su saldo más bajo de lo que realmente es.,,
+397,Dex/Settings/CamouflagePasswordModal.qml,,398,Here you enter the suffix and at login you need to enter {real_password}{suffix},399,Hier geben Sie den Zusatz ein und beim Einloggen benötigen Sie {echtes Kennwort}{suffix},Aquí ingresa el sufijo y al iniciar sesión debe ingresar {real_password}{suffix},,
+403,Dex/Settings/CamouflagePasswordModal.qml,,404,Password suffix,405,Kennwort-Zusatz,Sufijo de contraseña,,
+408,Dex/Settings/CamouflagePasswordModal.qml,,409,Confirm pasword suffix,410,Kennwort-Zusatz bestätigen,Confirmar sufijo,,
+413,Dex/Settings/CamouflagePasswordModal.qml,,414,Enter a password suffix,415,Geben Sie einen Kennwort-Zusatz ein,Ingrese un sufijo de contraseña,,
+418,Dex/Settings/CamouflagePasswordModal.qml,,419,Enter the same password suffix to confirm,420,Geben Sie zur Bestätigung denselben Kennwort-Zusatz ein,Ingrese el mismo sufijo de contraseña para confirmar,,
+423,Dex/Settings/CamouflagePasswordModal.qml,,424,Cancel,425,Abbrechen,Cancelar,,
+428,Dex/Settings/CamouflagePasswordModal.qml,,429,Save,430,Speichern,Guardar,,
+436,Dex/Components/CannotEnableCoinModal.qml,,437,Failed to enable %1,438,Aktivierung von %1 fehlgeschlagen,No se pudo habilitar %1,,
+441,Dex/Components/CannotEnableCoinModal.qml,,442,Enabling %1 did not succeed. Limit of enabled coins might have been reached.,443,Das Aktivieren von %1 war nicht erfolgreich. Das Limit der aktivierten Coins wurde möglicherweise erreicht.,No se pudo habilitar %1. Es posible que se haya alcanzado el límite de monedas habilitadas.,,
+446,Dex/Components/CannotEnableCoinModal.qml,,447,Change limit in settings,448,Limit in den Einstellungen ändern,Cambiar el límite en la configuración,,
+451,Dex/Components/CannotEnableCoinModal.qml,,452,Cancel,453,Abbrechen,Cancelar,,
+459,Dex/Sidebar/Center.qml,,460,Portfolio,461,Portfolio,Portafolio,,
+464,Dex/Sidebar/Center.qml,,465,Wallet,466,Brieftasche,Monedero,,
+469,Dex/Sidebar/Center.qml,,470,DEX,471,DEX,DEX,,
+474,Dex/Sidebar/Center.qml,,475,Address Book,476,Adressbuch,Libreta de direcciones,,
+479,Dex/Sidebar/Center.qml,,480,Fiat,481,Fiat,Fiat,,
+487,Dex/Components/CexInfoModal.qml,,488,Market Data,489,Marktdaten,Data de Mercado,,
+492,Dex/Components/CexInfoModal.qml,,493,"Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.",494,"Mit dem Symbol ⓘ gekennzeichnete Marktdaten (Kurse, Charts etc.) stammen aus Drittquellen.<br><br>Die Daten stammen von <a href="https://coingecko.com">CoinGecko</a>.","Datos de mercado (precios, estadisticas, etc.) marcados con ⓘ se obtienen a través de fuentes terceras.<br><br>Data is sourced via <a href="https://coingecko.com">CoinGecko</a>.",,
+500,Dex/Exchange/ProView/Chart.qml,,501,Loading market data,502,Laden von Marktdaten,Cargando datos de mercado,,
+505,Dex/Exchange/ProView/Chart.qml,,506,There is no chart data for this pair yet,507,Für dieses Paar liegen noch keine Chartdaten vor,Todavía no hay datos de gráficos para este par,,
+513,Dex/Wallet/ClaimRewardsModal.qml,,514,Failed to prepare to claim rewards,515,Vorbereitung zum Einfordern von Belohnungen fehlgeschlagen,No se pudo preparar para reclamar recompensas,,
+518,Dex/Wallet/ClaimRewardsModal.qml,TICKER,519,Claim your %1 reward?,521,%1 Belohnung beantragen?,¿Reclamar su %1 de recompensa?,,
+524,Dex/Wallet/ClaimRewardsModal.qml,,525,No UTXOs eligible for claiming,526,Keine beanspruchungsberechtigten UTXOs vorhanden,Ningún UTXO elegible para reclamar,,
+529,Dex/Wallet/ClaimRewardsModal.qml,,530,Transaction fee is higher than the reward!,531,Die Transaktionsgebühr ist höher als die Belohnung!,¡La tarifa de transacción es más alta que la recompensa!,,
+534,Dex/Wallet/ClaimRewardsModal.qml,,535,You will receive ,536,Sie erhalten,Recibirá,,
+539,Dex/Wallet/ClaimRewardsModal.qml,,540,Refresh,541,Aktualisieren,Actualizar,,
+544,Dex/Wallet/ClaimRewardsModal.qml,,545,Read more about KMD active users rewards,546,Lesen Sie mehr über die Belohnungen für aktive KMD-Benutzer,Lea más sobre las recompensas de los usuarios activos de KMD,,
+549,Dex/Wallet/ClaimRewardsModal.qml,,550,UTXO,551,UTXO,UTXO,,
+554,Dex/Wallet/ClaimRewardsModal.qml,,555,Amount,556,Menge,Monto,,
+559,Dex/Wallet/ClaimRewardsModal.qml,,560,Reward,561,Belohnung,Recompensa,,
+564,Dex/Wallet/ClaimRewardsModal.qml,,565,Accruing Start,566,Anfallender Start,Inicio de Acumulación,,
+569,Dex/Wallet/ClaimRewardsModal.qml,,570,Accruing Stop,571,Anfallender Stopp,Detener Acumulación,,
+574,Dex/Wallet/ClaimRewardsModal.qml,,575,Time Left,576,Verbleibende Zeit,Tiempo Restante,,
+579,Dex/Wallet/ClaimRewardsModal.qml,,580,Error,581,Fehler,Error,,
+584,Dex/Wallet/ClaimRewardsModal.qml,,585,Locktime is not set,586,Die Sperrzeit ist nicht eingestellt,Locktime no está configurado,,
+589,Dex/Wallet/ClaimRewardsModal.qml,,590,Locktime is less than the threshold,591,Die Sperrzeit liegt unter dem Schwellenwert,Locktime es inferior al umbral,,
+594,Dex/Wallet/ClaimRewardsModal.qml,,595,UTXO height is greater than end of the era,596,UTXO-Höhe ist größer als Ende der Ära,La altura de UTXO es mayor que el final de la era,,
+599,Dex/Wallet/ClaimRewardsModal.qml,,600,UTXO amount is less than 10,601,UTXO-Menge ist kleiner als 10,La cantidad de UTXO es inferior a 10,,
+604,Dex/Wallet/ClaimRewardsModal.qml,,605,One hour did not pass yet,606,Eine Stunde ist noch nicht vergangen,Una hora no pasa aún,,
+609,Dex/Wallet/ClaimRewardsModal.qml,,610,Transaction is in mempool,611,Die Transaktion befindet sich in Mempool,La transacción está en el mempool,,
+614,Dex/Wallet/ClaimRewardsModal.qml,,615,Unknown problem,616,Unbekanntes Problem,Problema desconocido,,
+619,Dex/Wallet/ClaimRewardsModal.qml,,620,Cancel,621,Abbrechen,Cancelar,,
+624,Dex/Wallet/ClaimRewardsModal.qml,,625,Confirm,626,Bestätigen,Confirmar,,
+632,Dex/Components/CoinMenu.qml,TICKER,633,Disable %1,635,%1 deaktivieren,Deshabilitar %1,,
+638,Dex/Components/CoinMenu.qml,TICKER,639,Disable and Delete %1,641,%1 deaktivieren und löschen,Deshabilitar y eliminar %1,,
+644,Dex/Components/CoinMenu.qml,,645,Disable all %1 assets,646,Alle %1 Assets deaktivieren,Deshabilitar todos los activos de %1,,
+649,Dex/Components/CoinMenu.qml,,650,Disable all assets,651,Alle Assets deaktivieren,Deshabilitar todos los activos,,
+654,Dex/Components/CoinMenu.qml,,655,Disable 0 balance assets,656,Alle Assets mit der Balance 0 deaktivieren,Deshabilitar 0 balancear activos,,
+662,Dex/Components/ComboBoxWithSearchBar.qml,,663,Search,664,Suchen,Búsqueda,,
+670,Dex/Settings/Combo_fiat.qml,,671,Language,672,Sprache,Idioma,,
+675,Dex/Settings/Combo_fiat.qml,,676,Fiat,677,Fiat,Fiat,,
+680,Dex/Settings/Combo_fiat.qml,,681,Recommended: ,682,Empfohlen:,Recomendado:,,
+688,Dex/Exchange/Trade/ConfirmMultiOrderTradeModal.qml,,689,Confirm Multi Order Details,690,Bestätigen Sie die Details des Mehrfachauftrags,Confirmar detalles de Multi Order,,
+693,Dex/Exchange/Trade/ConfirmMultiOrderTradeModal.qml,,694,These swaps requests can not be undone and this is the final event!,695,Diese Tauschanfragen können nicht rückgängig gemacht werden und dies ist das endgültige Ereignis!,Estas solicitudes de intercambio no se pueden deshacer y este es el evento final!,,
+698,Dex/Exchange/Trade/ConfirmMultiOrderTradeModal.qml,,699,These transactions can take up to 60 mins - DO NOT close this application!,700,Diese Transaktionen können bis zu 60 Minuten dauern - schließen Sie diese Anwendung NICHT!,Estas transacciones pueden demorar hasta 60 minutos. ¡NO cierre esta aplicación!,,
+703,Dex/Exchange/Trade/ConfirmMultiOrderTradeModal.qml,,704,Same funds will be used until an order matches.,705,"Die gleichen Geldmittel werden verwendet, bis eine Bestellung übereinstimmt.",Se utilizarán los mismos fondos hasta que coincida un pedido.,,
+708,Dex/Exchange/Trade/ConfirmMultiOrderTradeModal.qml,,709,Note that if one order is filled other will not be cancelled.,710,"Beachten Sie, dass, wenn eine Bestellung ausgeführt wird, andere nicht storniert werden.","Tenga en cuenta que si se completa un pedido, el otro no se cancelará.",,
+713,Dex/Exchange/Trade/ConfirmMultiOrderTradeModal.qml,,714,Cancel,715,Abbrechen,Cancelar,,
+718,Dex/Exchange/Trade/ConfirmMultiOrderTradeModal.qml,,719,Confirm,720,Bestätigen,Confirmar,,
+723,Dex/Exchange/Trade/ConfirmMultiOrderTradeModal.qml,,724,Placed multiple orders,725,Mehrere Aufrtäge aufgegeben,Pedidos múltiples realizados,,
+731,Dex/Exchange/Trade/ConfirmTradeModal.qml,,732,Confirm Exchange Details,733,Bestätigen Sie die Austausch-Details,Confirmar Detalles de Intercambio,,
+736,Dex/Exchange/Trade/ConfirmTradeModal.qml,,737,Trade price is more than 50% different to CEX! Confirm?,738,Der Handelspreis unterscheidet sich um mehr als 50 % vom CEX-Preis! Bestätigen?,¡El precio comercial es más del 50% diferente al de CEX! ¿Confirmar?,,
+741,Dex/Exchange/Trade/ConfirmTradeModal.qml,,742,This swap request can not be undone and is a final event!,743,Diese Tauschanfrage kann nicht rückgängig gemacht werden und ist ein endgültiges Ereignis!,¡Esta solicitud de intercambio no se puede deshacer y es un evento final!,,
+746,Dex/Exchange/Trade/ConfirmTradeModal.qml,,747,This transaction can take up to 60 mins - DO NOT close this application!,748,Diese Transaktion kann bis zu 60 Minuten dauern - schließen Sie diese Anwendung NICHT!,Esta transacción puede demorar hasta 60 minutos. ¡NO cierre esta aplicación!,,
+751,Dex/Exchange/Trade/ConfirmTradeModal.qml,,752,Loading fees...,753,Lade Gebühren...,Cargando tarifas...,,
+756,Dex/Exchange/Trade/ConfirmTradeModal.qml,,757,<b>Total %1 fees:</b>,758,<b>Gesamt %1 Gebühren:</b>,<b>Total de %1 fees:</b>,,
+761,Dex/Exchange/Trade/ConfirmTradeModal.qml,,762,Security configuration,763,Sicherheitskonfiguration,Configuración de seguridad,,
+766,Dex/Exchange/Trade/ConfirmTradeModal.qml,,767,dPoW protected,768,dPoW-geschützt,Protegido por dPoW,,
+771,Dex/Exchange/Trade/ConfirmTradeModal.qml,,772,%1 confirmations for incoming %2 transactions,773,%1 Bestätigungen für eingehende %2 Transaktionen,%1 confirmaciones para %2 transacciones entrantes,,
+776,Dex/Exchange/Trade/ConfirmTradeModal.qml,,777,Read more about dPoW,778,Lesen Sie mehr über dPoW,Obtenga más información sobre dPoW,,
+781,Dex/Exchange/Trade/ConfirmTradeModal.qml,TICKER,782,Use custom protection settings for incoming %1 transactions,784,Benutzerdefinierte Schutzeinstellungen für eingehende %1 Transaktionen verwenden,Utilice configuraciones de protección personalizadas para %1 transacciones entrantes,,
+787,Dex/Exchange/Trade/ConfirmTradeModal.qml,,788,Enable Komodo dPoW security,789,Komodo dPoW-Sicherheit aktivieren,Habilite la seguridad dPoW de Komodo,,
+792,Dex/Exchange/Trade/ConfirmTradeModal.qml,,793,Required Confirmations,794,Erforderliche Bestätigungen,Confirmaciones Requeridas,,
+797,Dex/Exchange/Trade/ConfirmTradeModal.qml,,798,"Warning, this atomic swap is not dPoW protected!",799,"Achtung, dieser Atomic Swap ist nicht dPoW-geschützt!","Advertencia, este intercambio atómico no está protegido por dPoW!",,
+802,Dex/Exchange/Trade/ConfirmTradeModal.qml,,803,Cancel,804,Abbrechen,Cancelar,,
+807,Dex/Exchange/Trade/ConfirmTradeModal.qml,,808,Confirm,809,Bestätigen,Confirmar,,
+815,Dex/Components/CopyFieldButton.qml,,816,Copied to Clipboard,817,In die Zwischenablage kopiert,Copiado al Portapapeles,,
+823,Dex/Screens/Dashboard.qml,,824,The current number of enabled coins does not match your configuration specification. Your assets configuration will be reset.,825,Die aktuelle Anzahl aktivierter Coins stimmt nicht mit Ihrer Konfigurationsvorgabe überein. Die Konfiguration der Assets wird zurückgesetzt.,El número actual de monedas habilitadas no coincide con su especificación de configuración. Se restablecerá la configuración de sus activos.,,
+828,Dex/Screens/Dashboard.qml,,829,Matching,830,"Zusammenführung",Emparejamiento,,
+833,Dex/Screens/Dashboard.qml,,834,Order Matching,835,"Auftrag wird zusammengeführt",Emparejamiento de Ordenes,,
+838,Dex/Screens/Dashboard.qml,,839,Matched,840,"Zusammengeführt",Emparejamiento Completo,,
+843,Dex/Screens/Dashboard.qml,,844,Order Matched,845,"Auftrag wurde zusammengeführt",Orden Emparejada,,
+848,Dex/Screens/Dashboard.qml,,849,Ongoing,850,"Laufend",En curso,,
+853,Dex/Screens/Dashboard.qml,,854,Swap Ongoing,855,Austausch läuft,Intercambio en Curso,,
+858,Dex/Screens/Dashboard.qml,,859,Successful,860,Erfolgreich,Exitoso,,
+863,Dex/Screens/Dashboard.qml,,864,Swap Successful,865,Tausch erfolgreich,Intercambio Exitoso,,
+868,Dex/Screens/Dashboard.qml,,869,Refunding,870,Rückzahlung,Reembolso,,
+873,Dex/Screens/Dashboard.qml,,874,Failed,875,Fehlgeschlagen,Fallido,,
+878,Dex/Screens/Dashboard.qml,,879,Swap Failed,880,Tausch fehlgeschlagen,Intercambio Fallido,,
+883,Dex/Screens/Dashboard.qml,,884,Unknown,885,Unbekannt,Desconocido,,
+888,Dex/Screens/Dashboard.qml,,889,Unknown State,890,Unbekannter Status,Estado Desconocido,,
+893,Dex/Screens/Dashboard.qml,,894,Started,895,Gestartet,Iniciado,,
+898,Dex/Screens/Dashboard.qml,,899,Negotiated,900,"Ausgehandelt",Negociado,,
+903,Dex/Screens/Dashboard.qml,,904,Taker fee sent,905,Taker-Gebühr gesendet,Tarifa taker enviada,,
+908,Dex/Screens/Dashboard.qml,,909,Maker payment received,910,Maker-Zahlung erhalten,Pago de maker recibido,,
+913,Dex/Screens/Dashboard.qml,,914,Maker payment wait confirm started,915,Warten auf die Zahlungsbestätigung des Makers gestartet,Inicio de espera de confirmacion de pago de maker,,
+918,Dex/Screens/Dashboard.qml,,919,Maker payment validated and confirmed,920,Maker-Zahlung validiert und bestätigt,Validacion y confirmacion de pago de maker,,
+923,Dex/Screens/Dashboard.qml,,924,Taker payment sent,925,Taker-Zahlung gesendet,Pago de taker enviado,,
+928,Dex/Screens/Dashboard.qml,,929,Taker payment spent,930,Taker-Zahlung ausgegeben,Pago del taker gastado,,
+933,Dex/Screens/Dashboard.qml,,934,Maker payment spent,935,Maker-Zahlung ausgegeben,Pago del maker gastado,,
+938,Dex/Screens/Dashboard.qml,,939,Finished,940,Fertig,Terminado,,
+943,Dex/Screens/Dashboard.qml,,944,Start failed,945,Start fehlgeschlagen,Inicio fallido,,
+948,Dex/Screens/Dashboard.qml,,949,Negotiate failed,950,Verhandeln fehlgeschlagen,Negociacion fallida,,
+953,Dex/Screens/Dashboard.qml,,954,Taker fee validate failed,955,Validierung der Abnehmergebühr fehlgeschlagen,Validación de tarifa del taker fallida,,
+958,Dex/Screens/Dashboard.qml,,959,Maker payment transaction failed,960,Maker-Zahlungstransaktion fehlgeschlagen,Transacción de pago de maker fallo,,
+963,Dex/Screens/Dashboard.qml,,964,Maker payment Data send failed,965,Fehler beim Senden der Maker-Zahlungsdaten,Envio de data de pago de maker fallo,,
+968,Dex/Screens/Dashboard.qml,,969,Maker payment wait confirm failed,970,Warten auf die Zahlungsbestätigung des Makers fehlgeschlagen,Espera de confirmacion de pago de maker fallo,,
+973,Dex/Screens/Dashboard.qml,,974,Taker payment validate failed,975,Validierung der Taker-Zahlung fehlgeschlagen,Validacion de pago de taker fallo,,
+978,Dex/Screens/Dashboard.qml,,979,Taker payment wait confirm failed,980,Warten auf die Zahlungsbestätigung des Takers fehlgeschlagen,Espera de confirmacion de pago de taker fallo,,
+983,Dex/Screens/Dashboard.qml,,984,Taker payment spend failed,985,Zahlungsausgabe des Takers fehlgeschlagen,Gasto de pago de taker fallo,,
+988,Dex/Screens/Dashboard.qml,,989,Maker payment wait refund started,990,Countdown für die Rückerstattung der Maker-Zahlung hat begonnen,Reembolso de espera de pago de maker iniciado,,
+993,Dex/Screens/Dashboard.qml,,994,Maker payment refunded,995,Maker-Zahlung zurückerstattet,Pago de maker reembolsado,,
+998,Dex/Screens/Dashboard.qml,,999,Maker payment refund failed,1000,Rückerstattung der Maker-Zahlung fehlgeschlagen,Reembolso del pago de maker fallo,,
+1006,Dex/Components/DatePicker.qml,,1007,Date,1008,Datum,Fecha,,
+1014,Dex/Components/DefaultCopyIcon.qml,,1015,copied to clipboard,1016,In die Zwischenablage kopiert,copiada al portapapeles,,
+1022,Dex/Components/DefaultRangeSlider.qml,,1023,Min,1024,Min,Min,,
+1027,Dex/Components/DefaultRangeSlider.qml,,1028,Max,1029,Max,Max,,
+1035,Dex/Components/DefaultTextEdit.qml,,1036,copied to clipboard,1037,In die Zwischenablage kopiert,copiado al portapapeles,,
+1043,Dex/Settings/DeleteWalletModal.qml,,1044,Delete Wallet,1045,Brieftasche löschen,Eliminar billetera,,
+1048,Dex/Settings/DeleteWalletModal.qml,WALLET_NAME,1049,Are you sure you want to delete %1 wallet?,1051,"Sind Sie sicher, dass Sie die %1 Brieftasche löschen möchten?",¿Está seguro de que desea eliminar %1 billetera?,,
+1054,Dex/Settings/DeleteWalletModal.qml,,1055,"If so, make sure you record your seed phrase in order to restore your wallet in the future.",1056,"Wenn ja, stellen Sie sicher, dass Sie Ihre Seed-Phrase notieren, um Ihre Brieftasche in Zukunft wiederherzustellen.","Si es así, asegúrese de registrar su frase inicial para restaurar su billetera en el futuro.",,
+1059,Dex/Settings/DeleteWalletModal.qml,,1060,Enter your wallet password,1061,Geben Sie das Kennwort für ihre Brieftasche ein,Ingrese la contraseña de su billetera,,
+1064,Dex/Settings/DeleteWalletModal.qml,,1065,Wrong Password,1066,Falsches Kennwort,Contraseña incorrecta,,
+1069,Dex/Settings/DeleteWalletModal.qml,,1070,Cancel,1071,Abbrechen,Cancelar,,
+1074,Dex/Settings/DeleteWalletModal.qml,,1075,Delete,1076,Löschen,Eliminar,,
+1082,Dex/Components/DexAppPasswordField.qml,,1083,Type password,1084,Kennwort eingeben,Escriba la contraseña,,
+1090,Dex/Components/DexKeyChecker.qml,,1091,At least 1 lowercase alphabetical character,1092,Mindestens 1 Kleinbuchstabe,Al menos 1 carácter alfabético en minúscula,,
+1095,Dex/Components/DexKeyChecker.qml,,1096,At least 1 uppercase alphabetical character,1097,Mindestens 1 Großbuchstabe,Al menos 1 carácter alfabético en mayúscula,,
+1100,Dex/Components/DexKeyChecker.qml,,1101,At least 1 numeric character,1102,Mindestens 1 Ziffer,Al menos 1 carácter numérico,,
+1105,Dex/Components/DexKeyChecker.qml,,1106,At least 1 special character (eg. !@#$%),1107,Mindestens 1 Sonderzeichen (z. B. ! @ # $ %),"Al menos 1 carácter especial (p. ej., !@#$%)",,
+1110,Dex/Components/DexKeyChecker.qml,,1111,At least %n character(s),1112,,Al menos %n carácter(es),,
+1118,Dex/Components/DexKeyChecker.qml,,1119,Password and Confirm Password have to be same,1120,Kennwort und Kennwortbestätigung müssen identisch sein,Contraseña y Confirmar Contraseña tienen que ser los mismos,,
+1126,Dex/Components/DexPaginator.qml,,1127,items per page,1128,Elemente pro Seite,elementos por página,,
+1134,Dex/Components/DexRangeSlider.qml,,1135,Min,1136,Min,Min,,
+1139,Dex/Components/DexRangeSlider.qml,,1140,Half,1141,Halb,Mitad,,
+1144,Dex/Components/DexRangeSlider.qml,,1145,Max,1146,Max,Max,,
+1152,Dex/Components/DexSweetComboBox.qml,,1153,Search,1154,Suchen,Buscar,,
+1160,Dex/Addressbook/EditContactModal.qml,,1161,Edit contact,1162,Kontakt bearbeiten,Editar contacto,,
+1165,Dex/Addressbook/EditContactModal.qml,,1166,Contact name,1167,Kontaktname,Nombre,,
+1170,Dex/Addressbook/EditContactModal.qml,,1171,Enter a contact name,1172,Geben Sie einen Kontaktnamen ein,Ingresar un nombre de contacto,,
+1175,Dex/Addressbook/EditContactModal.qml,,1176,Address list,1177,Adressliste,Lista de direcciónes,,
+1180,Dex/Addressbook/EditContactModal.qml,,1181,Address Book,1182,Adressbuch,Libreta de direcciónes,,
+1185,Dex/Addressbook/EditContactModal.qml,,1186,address copied to clipboard,1187,Adresse in die Zwischenablage kopiert,direccion copiada al portapapeles,,
+1190,Dex/Addressbook/EditContactModal.qml,,1191,Edit,1192,Bearbeiten,Editar,,
+1195,Dex/Addressbook/EditContactModal.qml,,1196,+ Add,1197,+ Hinzufügen,#NAME?,,
+1200,Dex/Addressbook/EditContactModal.qml,,1201,Tags,1202,Schlagworte,Etiquetas,,
+1205,Dex/Addressbook/EditContactModal.qml,,1206,Add tag,1207,Schlagwort hinzufügen,Agregar etiqueta,,
+1210,Dex/Addressbook/EditContactModal.qml,,1211,Close,1212,Schließen,Cerrar,,
+1215,Dex/Addressbook/EditContactModal.qml,,1216,Confirm,1217,Bestätigen,Confirmar,,
+1223,Dex/Addressbook/EnableAssetModal.qml,,1224,"The selected address belongs to a disabled asset, you need to enabled it before sending.",1225,"Die ausgewählte Adresse gehört zu einem deaktivierten Asset, Sie müssen es vor dem Senden aktivieren.","La dirección seleccionada pertenece a un activo deshabilitado, debe habilitó antes de enviar.",,
+1228,Dex/Addressbook/EnableAssetModal.qml,,1229,Enable,1230,Aktivieren,Habilitar,,
+1233,Dex/Addressbook/EnableAssetModal.qml,,1234,Cancel,1235,Abbrechen,Cancelar,,
+1241,Dex/Wallet/EnableCoinModal.qml,,1242,Enable assets,1243,Assets aktivieren,Habilitar activos,,
+1246,Dex/Wallet/EnableCoinModal.qml,,1247,Select all assets,1248,Alle Assets auswählen,Seleccionar todos los activos,,
+1251,Dex/Wallet/EnableCoinModal.qml,,1252,All assets are already enabled!,1253,Alle Assets sind bereits aktiviert!,¡Todos los activos ya están habilitados!,,
+1256,Dex/Wallet/EnableCoinModal.qml,,1257,You can still enable %1 assets. Selected: %2.,1258,Sie können weiterhin %1 Assets aktivieren. Ausgewählt: %2.,Todavía puede habilitar activos %1. Seleccionado: %2.,,
+1261,Dex/Wallet/EnableCoinModal.qml,,1262,Search asset,1263,Asset suchen,Buscar activo,,
+1266,Dex/Wallet/EnableCoinModal.qml,,1267,Change assets limit,1268,Asset-Limit ändern,Cambiar el límite de activos,,
+1271,Dex/Wallet/EnableCoinModal.qml,,1272,Add a custom asset,1273,Benutzerdefiniertes Asset hinzufügen,Agregar un activo personalizado,,
+1276,Dex/Wallet/EnableCoinModal.qml,,1277,Close,1278,Schließen,Cerrar,,
+1281,Dex/Wallet/EnableCoinModal.qml,,1282,Enable,1283,Aktivieren,Habilitar,,
+1289,Dex/Components/EulaModal.qml,,1290,Disclaimer & Terms of Service,1291,Haftungsausschluss & Nutzungsbedingungen,Descargo de Responsabilidad & Términos de servicio,,
+1294,Dex/Components/EulaModal.qml,,1295,Accept EULA,1296,EULA akzeptieren,Aceptar EULA,,
+1299,Dex/Components/EulaModal.qml,,1300,Accept Terms and Conditions,1301,Allgemeine Geschäftsbedingungen akzeptieren,Aceptar términos y condiciones,,
+1304,Dex/Components/EulaModal.qml,,1305,Close,1306,Schließen,Cerrar,,
+1309,Dex/Components/EulaModal.qml,,1310,Cancel,1311,Abbrechen,Cancelar,,
+1314,Dex/Components/EulaModal.qml,,1315,Confirm,1316,Bestätigen,Confirmar,,
+1322,Dex/Dashboard/FatalErrorModal.qml,,1323,Fatal Error,1324,Schwerwiegender Fehler,Error Fatal,,
+1327,Dex/Dashboard/FatalErrorModal.qml,,1328,Connection has been lost. You have been disconnected.,1329,Die Verbindung wurde unterbrochen. Ihre Verbindung wurde getrennt.,Ha perdido la conexión. Has sido desconectado.,,
+1332,Dex/Dashboard/FatalErrorModal.qml,,1333,Close,1334,Schließen,Cerrar,,
+1340,Dex/Exchange/Trade/Trading/Items/FeeInfo.qml,,1341,Minimum fee,1342,Mindestgebühr,Tarifa mínima,,
+1345,Dex/Exchange/Trade/Trading/Items/FeeInfo.qml,,1346,Fees will be calculated,1347,Gebühren werden berechnet,Las tarifas se calcularán,,
+1353,Dex/Constants/General.qml,,1354,%n day(s),1355,,%n día(s),,
+1361,Dex/Constants/General.qml,day,1362,%nd,1364,,%nd,,
+1370,Dex/Constants/General.qml,hours,1371,%nh,1373,,%nh,,
+1379,Dex/Constants/General.qml,minutes,1380,%nm,1382,,%nm,,
+1388,Dex/Constants/General.qml,seconds,1389,%ns,1391,,%ns,,
+1397,Dex/Constants/General.qml,milliseconds,1398,%nms,1400,,%nms,,
+1406,Dex/Constants/General.qml,,1407,-,1408,-,-,,
+1411,Dex/Constants/General.qml,,1412,<b>Taker tx fee:</b> ,1413,<b>Taker tx Gebühren:</b> ,<b>Taker tx fee:</b>,,
+1416,Dex/Constants/General.qml,,1417,<b>Dex tx fee:</b> ,1418,<b>Dex tx Gebühren:</b> ,<b>Dex tx fee:</b>,,
+1421,Dex/Constants/General.qml,,1422,<b>Dex fee:</b> ,1423,<b>Dex Gebühren:</b> ,<b>Dex fee:</b>,,
+1426,Dex/Constants/General.qml,,1427,<b>Maker tx fee:</b> ,1428,<b>Maker tx Gebühren:</b> ,<b>Maker tx fee:</b>,,
+1431,Dex/Constants/General.qml,,1432,%1 %2 %3 (%4),1433,%1 %2 %3 (%4),%1 %2 %3 (%4),,
+1436,Dex/Constants/General.qml,,1437,Trading Fee,1438,Handelsgebühr,Tarifa de Intercambio,,
+1441,Dex/Constants/General.qml,,1442,Minimum Trading Amount,1443,Mindesthandelsbetrag,Minimo Monto de Intercambio,,
+1446,Dex/Constants/General.qml,WALLETNAME,1447,Wallet %1 already exists,1449,Brieftasche %1 existiert bereits,Monedero %1 ya existe,,
+1452,Dex/Constants/General.qml,,1453,%1 balance is lower than the fees amount: %2 %3,1454,Das %1 Guthaben ist niedriger als der Gebührenbetrag: %2 %3,El saldo de %1 es inferior al monto de las tarifas: %2 %3,,
+1457,Dex/Constants/General.qml,,1458,Tradable (after fees) %1 balance is lower than minimum trade amount,1459,Handelbares %1 Guthaben (nach Gebühren) ist niedriger als der Mindesthandelsbetrag,El saldo de %1 (después de las tarifas) es inferior al monto mínimo de intercambio,,
+1462,Dex/Constants/General.qml,,1463,Please fill the price field,1464,Bitte füllen Sie das Preisfeld aus,Por favor complete el campo de precio,,
+1467,Dex/Constants/General.qml,,1468,Please fill the volume field,1469,Bitte füllen Sie das Volumenfeld aus,Complete el campo de volumen,,
+1473,Dex/Constants/General.qml,,1474,%1 volume is lower than minimum trade amount,1475,%1 Volumen ist niedriger als der minimale Handelsbetrag,El volumen de %1 es inferior al monto mínimo de intercambio,,
+1479,Dex/Constants/General.qml,,1480,%1 needs to be enabled in order to use %2,1481,"%1 muss aktiviert werden, um %2 verwenden zu können",%1 debe habilitarse para usar %2,,
+1485,Dex/Constants/General.qml,,1486,"%1 balance needs to be funded, a non-zero balance is required to pay the gas of %2 transactions",1487,"Das %1 Guthaben muss finanziert werden, ein Guthaben größer Null ist erforderlich, um das Benzin von %2 Transaktionen zu bezahlen","el saldo de %1 esta en cero, se requiere un saldo minimo para pagar el gas de transacciones de % 2",,
+1490,Dex/Constants/General.qml,,1491,Unknown Error,1492,Unbekannter Fehler,Error Desconocido,,
+1498,Dex/Exchange/Trade/BestOrder/Header.qml,,1499,You get,1500,Du erhältst,Obtienes,,
+1503,Dex/Exchange/Trade/BestOrder/Header.qml,,1504,You send,1505,Sie senden,Envía,,
+1508,Dex/Exchange/Trade/BestOrder/Header.qml,,1509,Fiat Price,1510,Fiat Preis,Precio Fiat,,
+1513,Dex/Exchange/Trade/BestOrder/Header.qml,,1514,CEX rate,1515,CEX-Kurs,Tasa CEX,,
+1518,Dex/Exchange/Trade/OrderBook/Header.qml,,1519,Price,1520,Preis,Precio,,
+1523,Dex/Exchange/Trade/OrderBook/Header.qml,,1524,Quantity,1525,Menge,Cantidad,,
+1528,Dex/Exchange/Trade/OrderBook/Header.qml,,1529,Total,1530,Gesamt,Total,,
+1536,Dex/Screens/Startup/ImportWallet.qml,,1537,Failed to Import the wallet,1538,Fehler beim Importieren der Brieftasche,No se pudo importar la billetera,,
+1541,Dex/Screens/Startup/ImportWallet.qml,,1542,Import wallet - Setup,1543,Brieftasche importieren - Einrichtung,Importar billetera - Configurar,,
+1546,Dex/Screens/Startup/ImportWallet.qml,,1547,Import wallet - Choose password,1548,Brieftasche importieren - Kennwort wählen,Importar billetera - Elegir contraseña,,
+1551,Dex/Screens/Startup/ImportWallet.qml,,1552,Wallet Name,1553,Name der Brieftasche,Nombre de billetera,,
+1556,Dex/Screens/Startup/ImportWallet.qml,,1557,Enter seed,1558,Geben Sie den Seed ein,Ingresar semilla,,
+1561,Dex/Screens/Startup/ImportWallet.qml,,1562,Your seed is not BIP39 compliant. Try again or select 'Allow custom seed' to continue.,1564,Ihr Seed ist nicht BIP39-konform. Versuchen Sie es erneut oder wählen Sie "benutzerdefinierten Seed erlauben" um fortzufahren,Su semilla no es compatible con BIP39. Vuelva a intentarlo o seleccione 'Permitir semilla personalizada' continuar.,,
+1568,Dex/Screens/Startup/ImportWallet.qml,,1569,i understand,1570,Ich verstehe,entiendo,,
+1573,Dex/Screens/Startup/ImportWallet.qml,,1574,Ok,1575,Ok,Ok,,
+1578,Dex/Screens/Startup/ImportWallet.qml,,1579,Allow custom seed,1580,Benutzerdefinierten Seed zulassen,Permitir semilla personalizada,,
+1583,Dex/Screens/Startup/ImportWallet.qml,,1584,<strong>Allow custom seed</strong>,1585,<strong>Benutzerdefinierten Seed zulassen</strong>,<strong>Permitir semilla personalizada</strong>,,
+1588,Dex/Screens/Startup/ImportWallet.qml,,1589,"Custom seed phrases might be less secure and easier to crack than a generated BIP39 compliant seed phrase or private key (WIF).<br><br>To confirm you understand the risk and know what you are doing, type <strong>'I understand'</strong> in the box below.",1590,"Benutzerdefinierte Seed-Phrasen sind möglicherweise weniger sicher und leichter zu knacken als eine generierte BIP39-konforme Seed-Phrase oder ein privater Schlüssel (WIF).<br><br>Um zu bestätigen, dass Sie das Risiko verstehen und wissen, was Sie tun, geben Sie <strong>'Ich verstehe'</strong> im Kasten unten.","Las frases semilla personalizadas pueden ser menos seguras y más fáciles de descifrar que una frase semilla o clave privada (WIF) compatible con BIP39.<br><br>Para confirmar que comprende el riesgo y sabe lo que está haciendo, escriba <strong> 'Entiendo'</strong> en el cuadro de abajo.",,
+1593,Dex/Screens/Startup/ImportWallet.qml,,1594,I understand,1595,Ich verstehe,Entiendo,,
+1598,Dex/Screens/Startup/ImportWallet.qml,,1599,Next,1600,Weiter,Siguiente,,
+1603,Dex/Screens/Startup/ImportWallet.qml,,1604,Enter the same password to confirm,1605,Geben Sie zur Bestätigung dasselbe Kennwort ein,Ingrese la misma contraseña para confirmar,,
+1608,Dex/Screens/Startup/ImportWallet.qml,,1609,Continue,1610,Fortsetzen,Continuar,,
+1616,Dex/Components/LinksRow.qml,,1617,Join our Discord server,1618,Tritt unserem Discord-Server bei,Únase a nuestro servidor de Discord,,
+1621,Dex/Components/LinksRow.qml,,1622,Follow us on Twitter,1623,Folge uns auf Twitter,Síganos en Twitter,,
+1626,Dex/Components/LinksRow.qml,,1627,Go to Support Guides,1628,Zu den Support-Leitfäden,Ir a Guías de soporte,,
+1634,Dex/Exchange/Trade/SimpleView/List.qml,,1635,Funds are recoverable,1636,Geldmittel sind erstattungsfähig,Los fondos son recuperables,,
+1639,Dex/Exchange/Trade/BestOrder/List.qml,,1640,Best Orders,1641,Die günstigsten Aufträge,Mejores Ordenes,,
+1647,Dex/Exchange/Trade/BestOrder/ListDelegate.qml,,1648,%1 is not enabled - Do you want to enable it to be able to select %2 best orders ?<br><a href='#'>Yes</a> - <a href='#no'>No</a>,1649,"%1 ist nicht aktiviert - Möchten Sie es aktivieren, um die günstigsten Aufträge von %2 auswählen zu können? <br><a href='#'>Ja</a> - <a href='#no'>Nein</a>",%1 no está habilitado. ¿Desea habilitarlo para poder seleccionar las mejores ordenes de %2 ?< br><a href='#'>Sí</a> - <a href='#no'>No</a>,,
+1652,Dex/Exchange/Trade/OrderBook/ListDelegate.qml,,1653,This order requires a minimum amount of %1 %2 <br>You don't have enough funds.<br> %3,1654,Für diesen Auftrag ist ein Mindestbetrag von %1 %2 erforderlich. <br>Ihr Guthaben reicht nicht aus.<br> %3,Este pedido requiere una cantidad mínima de %1 %2 <br>No tiene fondos suficientes.<br> %3,,
+1660,Dex/Components/LogModal.qml,,1661,Close,1662,Schließen,Cerrar,,
+1668,Dex/Screens/Startup/Logging.qml,,1669,"Loading, please wait",1670,"Lädt, bitte warten","Cargando, por favor espere",,
+1673,Dex/Screens/Startup/Logging.qml,,1674,Initializing MM2,1675,MM2 initialisieren,Inicializando MM2,,
+1678,Dex/Screens/Startup/Logging.qml,,1679,Enabling assets,1680,Assets ermöglichen,Habilitando activos,,
+1683,Dex/Screens/Startup/Logging.qml,,1684,Getting ready,1685,Fertig werden,Preparándose,,
+1691,Dex/Screens/Startup/Login.qml,,1692,Incorrect Password,1693,Falsches Kennwort,Contraseña incorrecta,,
+1696,Dex/Screens/Startup/Login.qml,,1697,Log In,1698,Anmelden,Iniciar sesión,,
+1701,Dex/Screens/Startup/Login.qml,,1702,Cancel,1703,Abbrechen,Cancelar,,
+1709,Dex/Wallet/Main.qml,,1710,Segwit,1711,Segwit,Segwit,,
+1714,Dex/Wallet/Main.qml,,1715,Confirmation,1716,Bestätigung,Confirmación,,
+1719,Dex/Wallet/Main.qml,,1720,Do you want to send your %1 funds to %2 wallet first?,1721,Möchten Sie Ihr %1-Guthaben zuerst an die %2-Brieftasche senden?,¿Desea enviar sus fondos de %1 a la billetera %2 primero?,,
+1724,Dex/Wallet/Main.qml,,1725,Success,1726,Erfolg,Éxito,,
+1729,Dex/Wallet/Main.qml,,1730,"Your transaction is send, may take some time to arrive",1731,"Ihre Transaktion wird gesendet, es kann einige Zeit dauern, bis sie ankommt","Su transacción se envió, puede demorar algún tiempo en llegar",,
+1734,Dex/Wallet/Main.qml,,1735,Price,1736,Preis,Precio,,
+1739,Dex/Wallet/Main.qml,,1740,Change 24hr,1741,24h Veränderung,Cambio,,
+1744,Dex/Wallet/Main.qml,,1745,Porfolio,1746,Portfolio,Cartera,,
+1749,Dex/Wallet/Main.qml,,1750,Contract Address,1751,Vertragsadresse,Dirección del Contrato,,
+1754,Dex/Wallet/Main.qml,,1755,Send,1756,Senden,Enviar,,
+1759,Dex/Wallet/Main.qml,,1760,Enable %1 ?,1761,%1 aktivieren?,¿Habilitar %1?,,
+1764,Dex/Wallet/Main.qml,,1765,Yes,1766,Ja,Sí,,
+1769,Dex/Wallet/Main.qml,,1770,No,1771,Nein,No,,
+1774,Dex/Wallet/Main.qml,,1775,Receive,1776,Empfangen,Recibir,,
+1779,Dex/Wallet/Main.qml,,1780,Swap,1781,Tausch,Swap,,
+1784,Dex/Wallet/Main.qml,,1785,is wallet only,1786,nur Brieftasche (kein DEX möglich),es solo monedero,,
+1789,Dex/Wallet/Main.qml,,1790,Rewards,1791,Belohnungen,Recompensas,,
+1794,Dex/Wallet/Main.qml,,1795,Faucet,1796,Faucet,Grifo,,
+1801,Dex/Wallet/Main.qml,,1802,Public Key,1803,Öffentlicher Schlüssel,Clave Pública,,
+1806,Dex/Wallet/Main.qml,,1807,Copied to Clipboard,1808,In die Zwischenablage kopiert,Copiada en el Portapapeles,,
+1811,Dex/Wallet/Main.qml,,1812,Loading market data,1813,Laden von Marktdaten,Cargando datos de mercado,,
+1816,Dex/Wallet/Main.qml,,1817,There is no chart data for this ticker yet,1818,Für diesen Ticker liegen noch keine Chartdaten vor,Todavía no hay datos de gráfico para este ticker,,
+1821,Dex/Wallet/Main.qml,,1822,Fetching transactions...,1823,Transaktionen werden abgerufen...,Obteniendo transacciones...,,
+1826,Dex/Wallet/Main.qml,,1827,No transactions available,1828,Keine Transaktionen verfügbar,No hay transacciones disponibles,,
+1831,Dex/Wallet/Main.qml,,1832,Click to view your address on %1 (%2) block explorer,1833,"Klicken Sie hier, um Ihre Adresse im %1 (%2) Block-Explorer anzuzeigen",Haga clic para ver su dirección en %1 (%2) explorador de bloques,,
+1836,Dex/Exchange/Trade/SimpleView/Main.qml,,1837,Trade,1838,Handeln,Intercambio,,
+1841,Dex/Exchange/ProView/TradingInfo/Main.qml,,1842,Trading Information,1843,Handelsinformationen,Informacion de Intercambio,,
+1846,Dex/Exchange/ProView/TradingInfo/Main.qml,,1847,Chart,1848,Chart,Gráfico,,
+1852,Dex/Exchange/Trade/SimpleView/Main.qml,,1853,Orders,1854,Aufträge,Ordenes,,
+1858,Dex/Exchange/Trade/SimpleView/Main.qml,,1859,History,1860,Historie,Historial,,
+1863,Dex/Exchange/ProView/PlaceOrderForm/Main.qml,,1864,Place Order,1865,Auftrag platzieren,Realizar pedido,,
+1868,Dex/Exchange/ProView/PlaceOrderForm/Main.qml,,1869,Order Selected,1870,Auftrag ausgewählt,Pedido seleccionado,,
+1873,Dex/Exchange/ProView/PlaceOrderForm/Main.qml,,1874,START SWAP,1875,TAUSCH STARTEN,INICIO INTERCAMBIAR,,
+1879,Dex/Addressbook/Main.qml,,1880,Address Book,1881,Adressbuch,Libreta de direcciones,,
+1884,Dex/Addressbook/Main.qml,,1885,Search contact,1886,Kontakt suchen,Buscar contacto,,
+1889,Dex/Addressbook/Main.qml,,1890,+ NEW CONTACT,1891,+ Neuer Kontakt,Nuevo contacto,,
+1894,Dex/Addressbook/Main.qml,,1895,Name,1896,Name,Nombre,,
+1899,Dex/Addressbook/Main.qml,,1900,Tags,1901,Schlagwörter,Etiquetas,,
+1904,Dex/Addressbook/Main.qml,,1905,Edit,1906,Bearbeiten,Editar,,
+1909,Dex/Addressbook/Main.qml,,1910,Delete,1911,Löschen,Eliminar,,
+1914,Dex/Addressbook/Main.qml,,1915,address copied to clipboard,1916,Adresse in die Zwischenablage kopiert,dirección copiada al portapapeles,,
+1919,Dex/Addressbook/Main.qml,,1920,This contact does not have any registered address.,1921,Dieser Kontakt hat keine registrierte Adresse.,Este contacto no tiene ninguna dirección registrada.,,
+1927,Dex/Exchange/ProView/PlaceOrderForm/MarketModeSelector.qml,TICKER,1928,Sell %1,1930,%1 Verkaufen,Vender %1,,
+1933,Dex/Exchange/ProView/PlaceOrderForm/MarketModeSelector.qml,TICKER,1934,Buy %1,1936,%1 Kaufen,Comprar %1,,
+1942,Dex/Components/MinTradeModal.qml,,1943,Minimum Trading Amount,1944,Mindesthandelsbetrag,Cantidad Mínima de Intercambio,,
+1947,Dex/Components/MinTradeModal.qml,,1948,the minimum amount of %1 coin available for the order; the min_volume must be greater than or equal to %2; it must be also less or equal than volume param; default is %3,1949,"die Mindestmenge von %1 Coin, die für die Bestellung verfügbar ist; das min_volume muss größer oder gleich %2 sein; es muss auch kleiner oder gleich als volume param sein; Standard ist %3",la cantidad mínima de la moneda %1 disponible para la orden; el min_volume debe ser mayor o igual a %2; debe ser también menor o igual que volumen param; el valor predeterminado es %3,,
+1955,Dex/Exchange/Trade/MultiOrder.qml,TICKER,1956,%1 price is zero!,1958,%1 Preis ist null!,el precio de %1 es cero!,,
+1961,Dex/Exchange/Trade/MultiOrder.qml,TICKER,1962,%1 receive volume is lower than minimum trade amount,1964,%1 Empfangsvolumen ist niedriger als der Mindesthandelsbetrag,volumen de recepción de %1 es inferior al monto mínimo de transacción,,
+1967,Dex/Exchange/Trade/MultiOrder.qml,,1968,Error:,1969,Fehler:,Error:,,
+1972,Dex/Exchange/Trade/MultiOrder.qml,AMOUNT TICKER,1973,You'll receive %1,1975,Sie erhalten %1,Tu'll recibes %1,,
+1978,Dex/Exchange/Trade/MultiOrder.qml,,1979,Price,1980,Preis,Precio,,
+1986,Dex/Addressbook/NewContactPopup.qml,,1987,Contact name,1988,Kontaktname,Nombre,,
+1991,Dex/Addressbook/NewContactPopup.qml,,1992,This contact name already exists.,1993,Dieser Kontaktname existiert bereits.,Este nombre de contacto ya existe.,,
+1996,Dex/Addressbook/NewContactPopup.qml,,1997,+ ADD,1998,+ HINZUFÜGEN,#NAME?,,
+2006,Dex/NewUpdateModal.qml,,2007,Searching new updates,2008,Suche nach neuen Updates,Buscando nuevas actualizaciones,,
+2011,Dex/NewUpdateModal.qml,,2012,Fetching...,2013,Abrufen…,Buscando...,,
+2019,Dex/NewUpdateModal.qml,,2020,Close,2021,Schließen,Cerrar,,
+2024,Dex/NewUpdateModal.qml,,2025,Could not check new updates for the following reason: %1,2027,Neue Updates konnten aus folgendem Grund nicht überprüft werden: %1,No se pudieron comprobar nuevas actualizaciones por el siguiente motivo: %1,,
+2030,Dex/NewUpdateModal.qml,,2031,New version found,2032,Neue Version gefunden,Nueva versión encontrada,,
+2035,Dex/NewUpdateModal.qml,,2036,Mandatory version found,2037,Zwingend notwendige Version gefunden,Versión obligatoria encontrada,,
+2040,Dex/NewUpdateModal.qml,,2041,%1 %2 is available !,2042,%1 %2 ist verfügbar !,%1 ¡%2 está disponible!,,
+2045,Dex/NewUpdateModal.qml,,2046,This update is mandatory to continue using the application,2047,"Dieses Update ist zwingend erforderlich, um die Anwendung weiterhin verwenden zu können",Esta actualización es obligatoria para seguir usando la aplicación,,
+2050,Dex/NewUpdateModal.qml,,2051,Close Dex,2052,Dex schließen,Cerrar Dex,,
+2055,Dex/NewUpdateModal.qml,,2056,Your application is updated.,2057,Ihre Anwendung ist auf dem neuesten Stand.,Tu aplicación está actualizada.,,
+2060,Dex/NewUpdateModal.qml,,2061,Download,2062,Herunterladen,Descargar,,
+2068,Dex/Screens/Startup/NewWallet.qml,,2069,"Wrong word, please check again",2070,"Falsches Wort, bitte überprüfen Sie es erneut","Palabra incorrecta, verifique nuevamente",,
+2073,Dex/Screens/Startup/NewWallet.qml,,2074,st,2075,.,st,,
+2078,Dex/Screens/Startup/NewWallet.qml,,2079,nd,2080,.,nd,,
+2083,Dex/Screens/Startup/NewWallet.qml,,2084,rd,2085,.,rd,,
+2088,Dex/Screens/Startup/NewWallet.qml,,2089,th,2090,.,th,,
+2093,Dex/Screens/Startup/NewWallet.qml,,2094,Failed to create a wallet,2095,Anlegen einer Brieftasche ist fehlgeschlagen,No se pudo crear una billetera,,
+2098,Dex/Screens/Startup/NewWallet.qml,,2099,New Wallet,2100,Neue Brieftasche,Nueva billetera,,
+2103,Dex/Screens/Startup/NewWallet.qml,,2104,Confirm Seed,2105,Seed bestätigen,Confirmar semilla,,
+2108,Dex/Screens/Startup/NewWallet.qml,,2109,Choose Password,2110,Wählen sie ein Kennwort,Elegir contraseña,,
+2113,Dex/Screens/Startup/NewWallet.qml,,2114,Important: Back up your seed phrase before proceeding!,2115,"Wichtig: Sichern Sie Ihre Seed-Phrase, bevor Sie fortfahren!",Importante: ¡Haga una copia de seguridad de su frase semilla antes de continuar!,,
+2118,Dex/Screens/Startup/NewWallet.qml,,2119,We recommend storing it offline.,2120,"Wir empfehlen, sie offline zu speichern.",Recomendamos almacenarlo fuera de línea.,,
+2123,Dex/Screens/Startup/NewWallet.qml,,2124,Generated Seed,2125,Generierter Seed,Semilla Generada,,
+2128,Dex/Screens/Startup/NewWallet.qml,,2129,Seed phrase,2130,Seed Phrase,Frase semilla,,
+2133,Dex/Screens/Startup/NewWallet.qml,,2134,copied to clipboard,2135,In die Zwischenablage kopiert,copiada al portapapeles,,
+2138,Dex/Screens/Startup/NewWallet.qml,,2139,Next,2140,Weiter,Siguiente,,
+2143,Dex/Screens/Startup/NewWallet.qml,,2144,Let's double check your seed phrase,2145,Lassen Sie uns Ihre Seed-Phrase noch einmal überprüfen,Verifiquemos dos veces su frase semilla,,
+2148,Dex/Screens/Startup/NewWallet.qml,,2149,Your seed phrase is important - that's why we like to make sure it's correct. We'll ask you three different questions about your seed phrase to make sure you'll be able to easily restore your wallet whenever you want.,2150,"Ihre Seed-Phrase ist wichtig – deshalb stellen wir gerne sicher, dass sie korrekt ist. Wir stellen Ihnen drei verschiedene Fragen zu Ihrer Seed-Phrase, um sicherzustellen, dass Sie Ihre Wallet jederzeit problemlos wiederherstellen können.","Su frase semilla es importante, por eso nos gusta asegurarnos de que sea correcta. Le haremos tres preguntas diferentes sobre su frase semilla para asegurarnos de que podrá restaurar fácilmente su billetera cuando lo desee.",,
+2153,Dex/Screens/Startup/NewWallet.qml,,2154,Enter the ,2155,Geben Sie das,Ingresa la,,
+2158,Dex/Screens/Startup/NewWallet.qml,,2159,word,2160,Wort ein,palabra,,
+2163,Dex/Screens/Startup/NewWallet.qml,,2164,Check,2165,Prüfen,Verificar,,
+2168,Dex/Screens/Startup/NewWallet.qml,,2169,Enter the same password to confirm,2170,Geben Sie zur Bestätigung dasselbe Kennwort ein,Ingresa la misma contraseña para confirmar,,
+2173,Dex/Screens/Startup/NewWallet.qml,,2174,Continue,2175,Fortsetzen,Continuar,,
+2181,Dex/NoConnection.qml,,2182,No connection,2183,Keine Verbindung,Sin conexión,,
+2186,Dex/NoConnection.qml,,2187,Please make sure you are connected to the internet,2188,"Bitte stellen Sie sicher, dass Sie mit dem Internet verbunden sind",Asegúrate de que estás conectado a Internet,,
+2191,Dex/NoConnection.qml,,2192,Will automatically retry in %1 seconds,2193,Wird in %1 Sekunde(n) automatisch erneut versucht,Intentará de nuevo automáticamente en %1 segundos,,
+2196,Dex/NoConnection.qml,,2197,Retry,2198,Wiederholen,Reintentar,,
+2204,Dex/Dashboard/NotificationsModal.qml,,2205,Matching,2206,"Zusammenführung",Emparejando,,
+2209,Dex/Dashboard/NotificationsModal.qml,,2210,Order Matching,2211,Auftrag wird abgeglichen,Emparejando Orden,,
+2214,Dex/Dashboard/NotificationsModal.qml,,2215,Matched,2216,Abgestimmt,Emparejado,,
+2219,Dex/Dashboard/NotificationsModal.qml,,2220,Order Matched,2221,Auftrag wurde abgestimmt,Orden Emparejada,,
+2224,Dex/Dashboard/NotificationsModal.qml,,2225,Ongoing,2226,"Läuft",En Curso,,
+2229,Dex/Dashboard/NotificationsModal.qml,,2230,Swap Ongoing,2231,Austausch läuft,Intercambio En Curso,,
+2234,Dex/Dashboard/NotificationsModal.qml,,2235,Successful,2236,Erfolgreich,Exitoso,,
+2239,Dex/Dashboard/NotificationsModal.qml,,2240,Swap Successful,2241,Tausch erfolgreich,Intercambio exitoso,,
+2244,Dex/Dashboard/NotificationsModal.qml,,2245,Refunding,2246,Rückzahlung,Reembolso,,
+2249,Dex/Dashboard/NotificationsModal.qml,,2250,Failed,2251,Fehlgeschlagen,Fallo,,
+2254,Dex/Dashboard/NotificationsModal.qml,,2255,Swap Failed,2256,Tausch fehlgeschlagen,Intercambio fallido,,
+2259,Dex/Dashboard/NotificationsModal.qml,,2260,Unknown,2261,Unbekannt,Desconocido,,
+2264,Dex/Dashboard/NotificationsModal.qml,,2265,Unknown State,2266,Unbekannter Status,Estado Desconocido,,
+2269,Dex/Dashboard/NotificationsModal.qml,,2270,Swap status updated,2271,Austausch-Status aktualisiert,Estado de Intercambio Actualizado,,
+2274,Dex/Dashboard/NotificationsModal.qml,,2275,You sent %1,2276,Sie %1 haben gesendet,Enviaste %1,,
+2279,Dex/Dashboard/NotificationsModal.qml,,2280,You received %1,2281,Sie %1 haben erhalten,Recibiste %1,,
+2284,Dex/Dashboard/NotificationsModal.qml,,2285,Your wallet balance changed,2286,Ihr Guthaben hat sich geändert,El saldo de tu billetera cambió,,
+2289,Dex/Dashboard/NotificationsModal.qml,,2290,Please check your internet connection (e.g. VPN service or firewall might block it).,2291,Bitte überprüfen Sie Ihre Internetverbindung (z. B. könnte VPN-Dienst oder Firewall sie blockieren).,"Verifica tu conexión a Internet (por ejemplo, el servicio VPN o el firewall pueden bloquearlo).",,
+2294,Dex/Dashboard/NotificationsModal.qml,TICKER,2295,Failed to enable %1,2297,Aktivierung von %1 fehlgeschlagen,No se pudo habilitar %1,,
+2300,Dex/Dashboard/NotificationsModal.qml,,2301,Endpoint not reachable,2302,Endpunkt nicht erreichbar,Punto final no accesible,,
+2305,Dex/Dashboard/NotificationsModal.qml,,2306,Could not reach to endpoint,2307,Endpunkt konnte nicht erreicht werden,No se pudo llegar al punto final,,
+2310,Dex/Dashboard/NotificationsModal.qml,TICKER,2311,Mismatch at %1 custom asset configuration,2313,Nichtübereinstimmung bei benutzerdefinierter Konfiguration des %1 Asset,Falta de emparejamiento en %1 configuración de recurso personalizado,,
+2316,Dex/Dashboard/NotificationsModal.qml,TICKER,2317,Application needs to be restarted for %1 custom asset.,2319,Die Anwendung muss für benutzerdefiniertes Asset %1 neu gestartet werden.,Es necesario reiniciar la aplicación para %1 recurso personalizado.,,
+2322,Dex/Dashboard/NotificationsModal.qml,,2323,Batch %1 failed. Reason: %2,2324,Batch %1 fehlgeschlagen. Grund: %2,El lote %1 falló. Razón: %2,,
+2327,Dex/Dashboard/NotificationsModal.qml,,2328,Show,2329,Zeigen,Mostrar,,
+2332,Dex/Dashboard/NotificationsModal.qml,,2333,Restart,2334,Neustart,Reiniciar,,
+2337,Dex/Dashboard/NotificationsModal.qml,,2338,Quit,2339,Beenden,Salir,,
+2342,Dex/Dashboard/NotificationsModal.qml,,2343,Notifications,2344,Benachrichtigungen,Notificaciones,,
+2347,Dex/Dashboard/NotificationsModal.qml,,2348,There aren't any notifications,2349,Es gibt keine Benachrichtigungen,No hay ' notificaciones,,
+2352,Dex/Dashboard/NotificationsModal.qml,,2353,Mark all as read,2354,Alle als gelesen makieren,Marcar todo como leído,,
+2360,Dex/Exchange/ProView/PlaceOrderForm/OrderForm.qml,,2361,Price,2362,Preis,Precio,,
+2365,Dex/Exchange/ProView/PlaceOrderForm/OrderForm.qml,,2366,Volume,2367,Volumen,Volumen,,
+2370,Dex/Exchange/ProView/PlaceOrderForm/OrderForm.qml,,2371,Amount to sell,2372,Zu verkaufender Betrag,Importe para vender,,
+2375,Dex/Exchange/ProView/PlaceOrderForm/OrderForm.qml,,2376,Amount to receive,2377,Zu erhaltender Betrag,Importe para recibir,,
+2380,Dex/Exchange/ProView/PlaceOrderForm/OrderForm.qml,,2381,Min Volume,2382,Min Volumen,Volumen Mínimo,,
+2385,Dex/Exchange/ProView/PlaceOrderForm/OrderForm.qml,,2386,Min amount to sell,2387,Min Verkaufsmenge,Cantidad mínima para vender,,
+2390,Dex/Exchange/ProView/PlaceOrderForm/OrderForm.qml,,2391,Min amount to receive,2392,Min zu erhaltende Menge,Cantidad mínimo para recibir,,
+2395,Dex/Exchange/ProView/PlaceOrderForm/OrderForm.qml,,2396,Min volume: ,2397,Mindestvolumen:,Volumen mínimo:,,
+2400,Dex/Exchange/ProView/PlaceOrderForm/OrderForm.qml,,2401,Use custom minimum trade amount,2402,Benutzerdefinierten Mindesthandelsbetrag verwenden,Utilizar una cantidad personalizada de intercambio mínima,,
+2408,Dex/Exchange/ProView/TradingInfo/OrderLine.qml,,2409,Funds are recoverable,2410,Geldmittel sind erstattungsfähig,Los fondos son recuperables,,
+2416,Dex/Exchange/ProView/TradingInfo/OrderList.qml,,2417,No results found,2418,Keine Ergebnisse gefunden,No se han encontrado resultados,,
+2424,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2425,Swap Details,2426,Tauschdetails,Detalles de Intercambio,,
+2429,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2430,Order Details,2431,Auftragsdetails,Detalles de Orden,,
+2434,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2435,Order Type,2436,Auftragsart,Tipo de Orden,,
+2439,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2440,Maker Order,2441,Maker-Auftrag,Orden de Maker,,
+2444,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2445,Taker Order,2446,Taker-Auftrag,Orden de Taker,,
+2449,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2450,Refund State,2451,Rückerstattungsstatus,Estado del Reembolso,,
+2454,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2455,Your swap failed but the auto-refund process for your payment started already. Please wait and keep application opened until you receive your payment back,2456,"Ihr Umtausch ist fehlgeschlagen, aber der automatische Rückerstattungsprozess für Ihre Zahlung hat bereits begonnen. Bitte warten Sie und lassen Sie die Anwendung geöffnet, bis Sie Ihre Zahlung zurückerhalten","Su intercambio falló, pero el proceso de reembolso automático para su pago ya comenzó. Espere y mantenga la aplicación abierta hasta que reciba su pago",,
+2459,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2460,Date,2461,Datum,Fecha,,
+2464,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2465,Error ID,2466,Fehler-ID,ID de Error,,
+2470,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2471,Error Log,2472,Fehlerprotokoll,Registro de Error,,
+2475,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2476,Close,2477,Schließen,Cerrar,,
+2480,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2481,Cancel Order,2482,Auftrag Abbrechen,Cancelar Pedido,,
+2486,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2487,Swap ID,2488,Swap ID,ID de Intercambio,,
+2491,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2492,Maker Payment Sent Transaction ID,2493,Maker-Zahlung gesendet: Transaktions-ID,ID de la transacción pago enviada de Maker,,
+2496,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2497,Maker Payment Spent Transaction ID,2498,Maker-Zahlung ausgegeben: Transaktions-ID,ID de la transacción pago gastado de Maker,,
+2501,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2502,Maker Payment TXID,2503,Maker-Zahlung: TXID,TXID del pago de Maker,,
+2506,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2507,Taker Payment Spent Transaction ID,2508,Taker-Zahlung ausgegeben: Transaktions-ID,ID de la transacción pago gastado de Taker,,
+2511,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2512,Taker Payment Sent Transaction ID,2513,Taker-Zahlung gesendet: Transaktions-ID,ID de la transacción pago enviada de Taker,,
+2516,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2517,Taker Payment TXID,2518,Taker-Zahlung: TXID,TXID del pago de Taker,,
+2521,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2522,Recover Funds,2523,Rückerstattung der Geldmittel,Recuperar fondos,,
+2526,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2527,Refunding...,2528,Rückzahlung…,Reembolso...,,
+2531,Dex/Exchange/ProView/TradingInfo/OrderModal.qml,,2532,View on Explorer,2533,Ansicht im Explorer,Ver en Explorer,,
+2539,Dex/Exchange/Trade/SimpleView/OrderRemovedModal.qml,,2540,Selected Order Removed,2541,Ausgewählten Auftrag entfernt,Pedido Seleccionado Eliminado,,
+2544,Dex/Exchange/Trade/SimpleView/OrderRemovedModal.qml,,2545,"The selected order does not exist anymore, it might have been matched or canceled, and no order with a better price is available.",2547,Der ausgewählte Auftrag existiert nicht mehr! Er wurde möglicherweise zugeordnet oder storniert und es ist kein Auftrag mit einem besseren Preis verfügbar.,"El pedido seleccionado ya no existe, es posible que haya sido igualado o cancelado, y no hay ningún pedido disponible con un mejor precio.",,
+2544,Dex/Exchange/Trade/SimpleView/OrderRemovedModal.qml,,2545,Please select a new order.,2548,Bitte wählen Sie einen neuen Auftrag aus.,Seleccione un nuevo pedido.,,
+2551,Dex/Exchange/Trade/SimpleView/OrderRemovedModal.qml,,2552,OK,2553,OK,Aceptar,,
+2560,Dex/Exchange/ProView/TradingInfo/OrdersPage.qml,,2561,Filter,2562,Filter,Filtrar,,
+2565,Dex/Exchange/ProView/TradingInfo/OrdersPage.qml,,2566,Date,2567,Datum,Fecha,,
+2570,Dex/Exchange/ProView/TradingInfo/OrdersPage.qml,,2571,Export CSV,2572,CSV exportieren,Exportar CSV,,
+2575,Dex/Exchange/ProView/TradingInfo/OrdersPage.qml,,2576,Apply Filter,2577,Filter anwenden,Aplicar Filtro,,
+2580,Dex/Exchange/ProView/TradingInfo/OrdersPage.qml,,2581,Cancel All,2582,Alles stornieren,Cancelar Todo,,
+2585,Dex/Exchange/ProView/TradingInfo/OrdersPage.qml,,2586,From,2587,Von,De,,
+2590,Dex/Exchange/ProView/TradingInfo/OrdersPage.qml,,2591,To,2592,Bis,A,,
+2595,Dex/Exchange/ProView/TradingInfo/OrdersPage.qml,,2596,Please choose the CSV export name and location,2597,Bitte wählen Sie den CSV-Exportnamen und den Speicherort aus,Elija el nombre y la ubicación de exportación CSV,,
+2603,Dex/Components/Pagination.qml,,2604,items per page,2605,Elemente pro Seite,elementos por página,,
+2611,Dex/Components/PasswordField.qml,,2612,Password,2613,Kennwort,Contraseña,,
+2616,Dex/Components/PasswordField.qml,,2617,Enter your wallet password,2618,Geben Sie das Kennwort für ihre Brieftasche ein,Ingrese la contraseña de su billetera,,
+2621,Dex/Components/PasswordField.qml,,2622,At least 1 lowercase alphabetical character,2623,Mindestens 1 Kleinbuchstabe,Al menos 1 carácter alfabético en minúsculas,,
+2626,Dex/Components/PasswordField.qml,,2627,At least 1 uppercase alphabetical character,2628,Mindestens 1 Großbuchstabe,Al menos 1 carácter alfabético en mayúsculas,,
+2631,Dex/Components/PasswordField.qml,,2632,At least 1 numeric character,2633,Mindestens 1 Ziffer,Al menos 1 carácter numérico,,
+2636,Dex/Components/PasswordField.qml,,2637,At least 1 special character (eg. !@#$%),2638,Mindestens 1 Sonderzeichen (z. B. ! @ # $ %),"Al menos 1 carácter especial ( ej., !@#$%)",,
+2641,Dex/Components/PasswordField.qml,,2642,At least %n character(s),2643,,Al menos %n carácter(es),,
+2652,Dex/Components/PasswordForm.qml,,2653,Password,2654,Kennwort,Contraseña,,
+2657,Dex/Components/PasswordForm.qml,,2658,Confirm Password,2659,Kennwort bestätigen,Confirmar contraseña,,
+2662,Dex/Components/PasswordForm.qml,,2663,Enter the same password to confirm,2664,Geben Sie zur Bestätigung dasselbe Kennwort ein,Ingrese la misma contraseña para confirmar,,
+2670,Dex/Portfolio/Portfolio.qml,,2671,ADD ASSET,2672,ASSET HINZUFÜGEN,AGREGAR ACTIVO,,
+2675,Dex/Portfolio/Portfolio.qml,,2676,Search asset,2677,Asset suchen,Buscar activo,,
+2680,Dex/Portfolio/Portfolio.qml,,2681,Show only coins with balance,2682,Nur Coins mit Guthaben anzeigen,Mostrar solo monedas con saldo,,
+2685,Dex/Portfolio/Portfolio.qml,,2686,(%1/%2),2687,(%1/%2),(%1/%2),,
+2690,Dex/Portfolio/Portfolio.qml,,2691,Portfolio,2692,Portfolio,Cartera,,
+2698,Dex/Exchange/ProView/TradingInfo/PriceLine.qml,,2699,Set swap price for evaluation,2700,Legen Sie den Tausch-Preis für die Bewertung fest,Establecer precio de intercambio para evaluación,,
+2703,Dex/Exchange/ProView/TradingInfo/PriceLine.qml,,2704,Exchange rate,2705,Wechselkurs,Tipo de cambio,,
+2708,Dex/Exchange/ProView/TradingInfo/PriceLine.qml,,2709,Selected,2710,Ausgewählt,seleccionado,,
+2713,Dex/Exchange/ProView/TradingInfo/PriceLine.qml,,2714,Expensive,2715,Teuer,Expensive,,
+2718,Dex/Exchange/ProView/TradingInfo/PriceLine.qml,,2719,Expedient,2720,Sinnvoll,Expedient,,
+2723,Dex/Exchange/ProView/TradingInfo/PriceLine.qml,PRICE_DIFF%,2724,%1 compared to CEX,2726,%1 im Vergleich zu CEX,%1 en comparación con CEX,,
+2729,Dex/Exchange/ProView/TradingInfo/PriceLine.qml,,2730,CEXchange rate,2731,CEX-Wechselkurs,Tasa de cambio CEX,,
+2737,Dex/Exchange/Trade/PriceLineSimplified.qml,,2738,Exchange rate,2739,Wechselkurs,Tasa de cambio,,
+2742,Dex/Exchange/Trade/PriceLineSimplified.qml,,2743,Selected,2744,Ausgewählt,Seleccionada,,
+2747,Dex/Exchange/Trade/PriceLineSimplified.qml,,2748,CEXchange rate,2749,CEX-Wechselkurs,Tasa de cambio CEX,,
+2752,Dex/Exchange/Trade/PriceLineSimplified.qml,,2753,Expensive,2754,Teuer,Caro,,
+2757,Dex/Exchange/Trade/PriceLineSimplified.qml,,2758,Expedient,2759,Sinnvoll,Expediente,,
+2762,Dex/Exchange/Trade/PriceLineSimplified.qml,PRICE_DIFF%,2763,%1 compared to CEX,2765,%1 im Vergleich zu CEX,%1 en comparación con CEX,,
+2771,Dex/Exchange/Trade/ProView.qml,,2772,Failed to place the order,2773,Der Auftrag konnte nicht platziert werden,No se pudo realizar la orden,,
+2776,Dex/Exchange/Trade/ProView.qml,,2777,Placed the order,2778,Auftrag platziert,Orden emitida,,
+2784,../src/core/atomicdex/services/update/update.checker.service.cpp,,2785,Cannot reach the endpoint: ,2786,Der Endpunkt kann nicht erreicht werden:,No se puede llegar al punto final:,,
+2792,Dex/Wallet/ReceiveModal.qml,,2793,Receive,2794,Empfangen,Recibir,,
+2797,Dex/Wallet/ReceiveModal.qml,TICKER,2798,Only send %1 to this address:,2800,Sende nur %1 an diese Adresse:,Enviar solo %1 a esta dirección:,,
+2803,Dex/Wallet/ReceiveModal.qml,,2804,copied to clipboard.,2805,In die Zwischenablage kopiert,copiado al portapapeles.,,
+2808,Dex/Wallet/ReceiveModal.qml,,2809,Close,2810,Schließen,Cerrar,,
+2817,Dex/Settings/RecoverSeedModal.qml,,2818,View seed and private keys,2819,Seed- und privaten Schlüsseln anzeigen,Ver semilla y claves privadas,,
+2822,Dex/Settings/RecoverSeedModal.qml,,2823,Please enter your password to view the seed.,2824,"Bitte geben Sie Ihr Kennwort ein, um den Seed anzuzeigen.",Por favor ingrese su contraseña para ver la semilla.,,
+2827,Dex/Settings/RecoverSeedModal.qml,,2828,Seed,2829,Seed,Semilla,,
+2832,Dex/Settings/RecoverSeedModal.qml,,2833,Backup Seed,2834,Seed Sicherung,Copia de seguridad de semilla,,
+2837,Dex/Settings/RecoverSeedModal.qml,,2838,Public Address copied to clipboard,2839,Öffentliche Adresse in die Zwischenablage kopiert,Direccion publica copiada en el portapapeles,,
+2842,Dex/Settings/RecoverSeedModal.qml,,2843,Cancel,2844,Abbrechen,Cancelar,,
+2847,Dex/Settings/RecoverSeedModal.qml,,2848,View,2849,Ansehen,Ver,,
+2853,Dex/Settings/RecoverSeedModal.qml,,2854,copied to clipboard,2855,In die Zwischenablage kopiert,copiada en el portapapeles,,
+2859,Dex/Settings/RecoverSeedModal.qml,,2860,RPC Password,2861,RPC Kennwort,Contraseña RPC,,
+2864,Dex/Settings/RecoverSeedModal.qml,,2865,Search a coin.,2866,Coin suchen.,Buscar una moneda.,,
+2869,Dex/Settings/RecoverSeedModal.qml,,2870,Public Address,2871,Öffentliche Adresse,Dirección Pública,,
+2874,Dex/Settings/RecoverSeedModal.qml,,2875,Private Key copied to clipboard,2876,Privater Schlüssel in die Zwischenablage kopiert,Clave Privada copiada en el portapapeles,,
+2879,Dex/Settings/RecoverSeedModal.qml,,2880,Private Key,2881,Privater Schlüssel,Clave Privada,,
+2887,Dex/Addressbook/RemoveContactPopup.qml,,2888,Do you want to remove this contact ?,2889,Möchten Sie diesen Kontakt entfernen?,¿Desea eliminar este contacto?,,
+2892,Dex/Addressbook/RemoveContactPopup.qml,,2893,Yes,2894,Ja,Sí,,
+2897,Dex/Addressbook/RemoveContactPopup.qml,,2898,No,2899,Nein,No,,
+2905,Dex/Components/RestartModal.qml,,2906,Applying the changes...,2907,Übernehmen der Änderungen...,Aplicando los cambios...,,
+2910,Dex/Components/RestartModal.qml,,2911,Restarting the application. %1,2912,Neustart der Anwendung. %1,Reiniciando la aplicación. %1,,
+2915,Dex/Components/RestartModal.qml,,2916,Restarting the application...,2917,Neustart der Anwendung...,Reiniciando la aplicación...,,
+2923,Dex/Components/RightClickMenu.qml,,2924,Cut,2925,Ausschneiden,Cortar,,
+2928,Dex/Components/RightClickMenu.qml,,2929,Copy,2930,Kopieren,Copiar,,
+2933,Dex/Components/RightClickMenu.qml,,2934,Paste,2935,Einfügen,Pegar,,
+2941,Dex/Components/SearchField.qml,,2942,Search,2943,Suchen,Buscar,,
+2949,Dex/Wallet/SendModal.qml,,2950,Failed to send,2951,Fehler beim Senden,Error al enviar,,
+2954,Dex/Wallet/SendModal.qml,,2955,Failed to Send,2956,Fehler beim Senden,Error al enviar,,
+2959,Dex/Wallet/SendModal.qml,,2960,Prepare to send ,2961,Versandvorbereitung von ,Preparar para enviar,,
+2964,Dex/Wallet/SendModal.qml,,2965,Address of the recipient,2966,Adresse des Empfängers,Dirección del destinatario,,
+2969,Dex/Wallet/SendModal.qml,,2970,Amount to send,2971,Zu sendender Betrag,Cantidad a enviar,,
+2974,Dex/Wallet/SendModal.qml,,2975,Gas price,2976,Gas Preis,Precio del gas,,
+2979,Dex/Wallet/SendModal.qml,,2980,Recipient's address,2981,Empfängeradresse,Direccion's recipiente,,
+2984,Dex/Wallet/SendModal.qml,,2985,The address has to be mixed case.,2986,Die Adresse muss Groß-/Kleinschreibung sein.,La dirección debe estar en mayúsculas y minúsculas.,,
+2989,Dex/Wallet/SendModal.qml,,2990,Fix,2991,Korrigieren,Arreglar,,
+2994,Dex/Wallet/SendModal.qml,,2995,MAX,2996,MAX,MAX,,
+2999,Dex/Wallet/SendModal.qml,,3000,Fiat amount: Unavailable,3001,Fiat-Betrag: Nicht verfügbar,Cantidad en Fiat: No disponible,,
+3004,Dex/Wallet/SendModal.qml,,3005,Fiat amount: %1,3006,Fiat-Betrag: %1,Cantidad de Fiat: %1,,
+3009,Dex/Wallet/SendModal.qml,,3010,%1 amount: %2,3011,%1 Betrag: %2,Cantidad de %1: %2,,
+3014,Dex/Wallet/SendModal.qml,,3015,Specify in Fiat,3016,In Fiat angeben,Especificar en Fiat,,
+3019,Dex/Wallet/SendModal.qml,,3020,Specify in Crypto,3021,In Krypto angeben,Especificar en Crypto,,
+3024,Dex/Wallet/SendModal.qml,,3025,Enable Custom Fees,3026,Benutzerdefinierte Gebühren,Habilitar Tarifas Personalizadas,,
+3029,Dex/Wallet/SendModal.qml,,3030,Only use custom fees if you know what you are doing!,3031,"Benutzerdefinierte Gebühren nur verwenden, wenn Sie wissen, was Sie tun!",¡Solo use tarifas personalizadas si sabe lo que está haciendo!,,
+3034,Dex/Wallet/SendModal.qml,,3035,Enter the custom fee,3036,Geben Sie die benutzerdefinierte Gebühr ein,Ingrese la tarifa personalizada,,
+3039,Dex/Wallet/SendModal.qml,,3040,Gas Limit,3041,Gas Limit,Límite de gas,,
+3044,Dex/Wallet/SendModal.qml,,3045,Custom Fee can't be higher than the amount,3046,Die benutzerdefinierten Gebühren dürfen nicht höher sein als der Betrag,Tarifa personalizada no puede ser mayor que la cantidad,,
+3049,Dex/Wallet/SendModal.qml,,3050,Not enough funds.,3051,Nicht genug Geldmittel.,No hay suficientes fondos.,,
+3055,Dex/Wallet/SendModal.qml,AMT TICKER,3056,You have %1,3058,Sie haben %1,Tiene %1,,
+3061,Dex/Wallet/SendModal.qml,,3062,Close,3063,Schließen,Cerrar,,
+3066,Dex/Wallet/SendModal.qml,,3067,Prepare,3068,Vorbereiten,Preparar,,
+3072,Dex/Wallet/SendModal.qml,,3073,Send,3074,Senden,Enviar,,
+3077,Dex/Wallet/SendModal.qml,,3078,Amount,3079,Menge,Cantidad,,
+3082,Dex/Wallet/SendModal.qml,,3083,Fees,3084,Gebühren,Tarifas,,
+3087,Dex/Wallet/SendModal.qml,,3088,Date,3089,Datum,Fecha,,
+3092,Dex/Wallet/SendModal.qml,,3093,Back,3094,Zurück,Atrás,,
+3100,Dex/Wallet/SendModalContactList.qml,,3101,Select a contact with an %1 address,3102,Wählen Sie einen Kontakt mit einer %1-Adresse aus,Seleccione un contacto con %1 dirección,,
+3105,Dex/Wallet/SendModalContactList.qml,,3106,Search for contacts...,3107,Kontakte suchen...,Buscar contactos...,,
+3110,Dex/Wallet/SendModalContactList.qml,,3111,%1 addresses,3112,%1 Adressen,direcciones %1,,
+3115,Dex/Wallet/SendModalContactList.qml,,3116,1 address,3117,1 Adresse,1 dirección,,
+3121,Dex/Wallet/SendModalContactList.qml,,3122,Back,3123,Zurück,Atrás,,
+3126,Dex/Wallet/SendModalContactList.qml,,3127,Choose an %1 address of %2,3128,Wählen Sie eine %1-Adresse von %2,Elija una direccion %1 de %2,,
+3131,Dex/Wallet/SendModalContactList.qml,,3132,Name,3133,Name,Nombre,,
+3136,Dex/Wallet/SendModalContactList.qml,,3137,Address,3138,Adresse,Dirección,,
+3144,Dex/Wallet/SendResult.qml,,3145,Transaction Complete!,3146,Transaktion abgeschlossen!,¡Transacción completa!,,
+3149,Dex/Wallet/SendResult.qml,,3150,Recipient's address,3151,Empfängeradresse,Dirección del destinatario,,
+3154,Dex/Wallet/SendResult.qml,,3155,Amount,3156,Menge,Importe,,
+3159,Dex/Wallet/SendResult.qml,,3160,Fees,3161,Gebühren,Tarifas,,
+3164,Dex/Wallet/SendResult.qml,,3165,Date,3166,Datum,Fecha,,
+3169,Dex/Wallet/SendResult.qml,,3170,Transaction Hash,3171,Transaktions-Hash,Hash de Transacción,,
+3174,Dex/Wallet/SendResult.qml,,3175,Close,3176,Schließen,Cerrar,,
+3179,Dex/Wallet/SendResult.qml,,3180,View on Explorer,3181,Ansicht im Explorer,Ver en Explorer,,
+3187,Dex/Settings/SettingModal.qml,,3188,Confirm Logout,3189,Abmelden bestätigen,Confirmar Cerrar Sesión,,
+3192,Dex/Settings/SettingModal.qml,,3193,Are you sure you want to log out?,3194,Wollen Sie sich wirklich abmelden?,¿Está seguro de que desea cerrar sesión?,,
+3197,Dex/Settings/SettingModal.qml,,3198,Yes,3199,Ja,Sí,,
+3204,Dex/Settings/SettingModal.qml,,3205,Cancel,3206,Abbrechen,Cancelar,,
+3209,Dex/Settings/SettingModal.qml,,3210,Settings,3211,Einstellungen,Configuración,,
+3214,Dex/Settings/SettingModal.qml,,3215,General,3216,Allgemein,General,,
+3219,Dex/Settings/SettingModal.qml,,3220,Language,3221,Sprache,Idioma,,
+3224,Dex/Settings/SettingModal.qml,,3225,User Interface,3226,Benutzeroberfläche,Interfaz,,
+3229,Dex/Settings/SettingModal.qml,,3230,Security,3231,Sicherheit,Seguridad,,
+3234,Dex/Settings/SettingModal.qml,,3235,Enable Desktop Notifications,3236,Desktop-Benachrichtigungen aktivieren,Habilitar Notificaciones de Escritorio,,
+3239,Dex/Settings/SettingModal.qml,,3240,Maximum number of enabled coins,3241,Maximale Anzahl aktivierter Coins,Número máximo de monedas habilitadas,,
+3244,Dex/Settings/SettingModal.qml,,3245,Logs,3246,Protokolle,Registros,,
+3249,Dex/Settings/SettingModal.qml,,3250,Open Folder,3251,Ordner öffnen,Carpeta Abierta,,
+3254,Dex/Settings/SettingModal.qml,,3255,Reset,3256,Zurücksetzen,Restablecer,,
+3259,Dex/Settings/SettingModal.qml,,3260,Current Font,3261,Aktuelle Schriftart,Fuente Actual,,
+3264,Dex/Settings/SettingModal.qml,,3265,Current font changed to %1.,3266,Aktuelle Schriftart in %1 geändert.,La fuente actual cambió a %1.,,
+3269,Dex/Settings/SettingModal.qml,,3270,Theme,3271,Thema,Tema,,
+3274,Dex/Settings/SettingModal.qml,,3275,Changing theme to %1,3276,Design zu %1 geändert,Cambiando el tema a %1,,
+3279,Dex/Settings/SettingModal.qml,,3280,Disable 2FA?,3281,2FA deaktivieren?,¿Deshabilitar 2FA?,,
+3284,Dex/Settings/SettingModal.qml,,3285,Enter your wallet password to confirm,3286,Geben Sie zur Bestätigung das Kennwort ihrer Brieftasche ein,Ingrese la contraseña de su billetera para confirmar,,
+3289,Dex/Settings/SettingModal.qml,,3290,Type password,3291,Kennwort eingeben,Escriba la contraseña,,
+3294,Dex/Settings/SettingModal.qml,,3295,2FA status,3296,2FA Status,Estado 2FA,,
+3299,Dex/Settings/SettingModal.qml,,3300,2FA disabled successfully,3301,2FA erfolgreich deaktiviert,2FA deshabilitado correctamente,,
+3305,Dex/Settings/SettingModal.qml,,3306,Ok,3307,Ok,Ok,,
+3310,Dex/Settings/SettingModal.qml,,3311,Wrong password!,3312,Falsches Kennwort!,¡Contraseña incorrecta!,,
+3315,Dex/Settings/SettingModal.qml,,3316,Wallet password is incorrect,3317,Kennwort der Brieftasche ist falsch,Contraseña de la billetera es incorrecta,,
+3320,Dex/Settings/SettingModal.qml,,3321,Application Version,3322,Anwendungsversion,La versión de la aplicación,,
+3325,Dex/Settings/SettingModal.qml,,3326,copied to clipboard,3327,In die Zwischenablage kopiert,copió en el portapapeles,,
+3330,
+
+ bignumberjs/qmldir
+ bignumberjs/bignumber.js/bignumber.js
+
+
\ No newline at end of file
diff --git a/atomic_defi_design/qml/App.qml b/atomic_defi_design/qml/App.qml
deleted file mode 100644
index 6134b3edd3..0000000000
--- a/atomic_defi_design/qml/App.qml
+++ /dev/null
@@ -1,1022 +0,0 @@
-import QtQuick 2.15
-import QtQuick.Layouts 1.15
-import QtQuick.Controls 2.15
-import QtGraphicalEffects 1.0
-import Qt.labs.settings 1.0
-import Qt.labs.platform 1.0
-
-import Qaterial 1.0 as Qaterial
-
-import "Screens"
-import "Constants"
-import "Components"
-import "Dashboard"
-
-DexRectangle
-{
- id: app
-
- property string currentWalletName: ""
- property int page: current_page === 5 ? deepPage : current_page
- property int deepPage: 0
- property alias globalTheme: theme
- property string selected_wallet_name: ""
- property bool debug: debug_bar
- property bool debug_log: false
- property var notification_modal: notifications_modal
- property var notifications_list: current_page == idx_dashboard ? loader.item.notifications_list : []
-
- // Preload Chart
- signal pairChanged(string base, string rel)
- property var chart_component
- property var chart_object
-
- readonly property int idx_first_launch: 0
- readonly property int idx_recover_seed: 1
- readonly property int idx_new_user: 2
- readonly property int idx_login: 3
- readonly property int idx_initial_loading: 4
- readonly property int idx_dashboard: 5
- property int current_page
- property bool can_open_login: false
- property bool disconnected: false
-
- onCurrent_pageChanged: {
- if (window.logged !== undefined) {
- if (current_page === idx_dashboard) {
- window.logged = true
- } else {
- window.logged = false
- }
- }
- }
-
- function appendLog(text) {
- log_area.append(text)
- }
-
- function firstPage() {
- if (!API.app.first_run() && selected_wallet_name !== "") {
- if(app.disconnected) {
- app.disconnected = false
- can_open_login = false
- } else {
- can_open_login = true
- }
-
- } else {
- can_open_login = false
- }
- console.log("WALLET NAME::: %1, logSTATE: %2".arg(selected_wallet_name).arg(can_open_login))
-
- return idx_first_launch
- }
-
- function onDisconnect() {
- API.app.wallet_mgr.set_log_status(false);
- app.disconnected = true
- openFirstLaunch()
- }
-
- function openFirstLaunch(force = false, set_wallet_name = true) {
- if (set_wallet_name) selected_wallet_name = API.app.wallet_mgr.wallet_default_name
-
- General.initialized_orderbook_pair = false
- if (API.app.wallet_mgr.log_status()) {
- current_page = idx_dashboard
- } else {
- current_page = force ? idx_first_launch : firstPage()
- }
- }
-
- Shortcut {
- sequence: "F11"
- onActivated: window.showNormal()
- }
- Component {
- id: no_connection
-
- NoConnection {}
- }
- NotificationsModal {
- id: notifications_modal
- }
-
- Component {
- id: first_launch
-
- FirstLaunch {
- onClickedNewUser: () => {
- current_page = idx_new_user
- }
- onClickedRecoverSeed: () => {
- current_page = idx_recover_seed
- }
- onClickedWallet: () => {
- current_page = idx_login
- }
- }
- }
-
- Component {
- id: recover_seed
-
- RecoverSeed {
- onClickedBack: () => {
- can_open_login = false
- openFirstLaunch(true)
- }
- onPostConfirmSuccess: () => {
- openFirstLaunch(false, false)
- }
- }
- }
-
- Component {
- id: new_user
-
- NewUser {
- onClickedBack: () => {
- can_open_login = false
- openFirstLaunch(true)
- }
- onPostCreateSuccess: () => {
- openFirstLaunch(false, false)
- }
- Component.onCompleted: console.log("Initialized new user")
- }
- }
-
- Component {
- id: login
-
- Login {
- onClickedBack: () => {
- can_open_login = false
- openFirstLaunch(true)
- }
- onPostLoginSuccess: () => {
- current_page = idx_initial_loading
- }
- Component.onCompleted: console.log("Initialized login")
- }
- }
-
- Component {
- id: initial_loading
-
- InitialLoading {
- onLoaded: () => {
- current_page = idx_dashboard
- }
- }
- }
-
-
- Component {
- id: dashboard
-
- Dashboard {}
- }
- Component {
- id: dialogManager
- DexDialogManager {
-
- }
- }
-
-
-
- Loader {
- id: loader
- anchors.fill: parent
- sourceComponent: {
- if (!API.app.internet_checker.internet_reacheable)
- return no_connection
-
- switch (current_page) {
- case idx_dashboard:
- return dashboard
- case idx_first_launch:
- return first_launch
- case idx_initial_loading:
- return initial_loading
- case idx_login:
- return login
- case idx_new_user:
- return new_user
- case idx_recover_seed:
- return recover_seed
- default:
- return undefined
- }
- }
- }
-
- // Error Modal
- ModalLoader {
- id: error_log_modal
- sourceComponent: LogModal {}
- }
-
- function showError(title, content) {
- if (content === undefined || content === null) return
- error_log_modal.open()
- error_log_modal.item.header = title
- error_log_modal.item.field.text = content
- }
-
- // Toast
- ToastManager {
- id: toast
- }
-
- // Update Modal
- NewUpdateModal {
- id: new_update_modal
- visible: false
- }
-
- UpdateInvalidChecksum {
- id: update_invalid_checksum
- visible: false
- }
-
- // Fatal Error Modal
- FatalErrorModal {
- id: fatal_error_modal
- visible: false
- }
-
- // Recover funds result modal
- LogModal
- {
- id: recoverFundsResultModal
-
- visible: false
-
- header: qsTr("Recover Funds Result")
-
- onClosed: field.text = "{}"
-
- Connections // Catches signals from orders_model.
- {
- target: API.app.orders_mdl
-
- function onRecoverFundDataChanged()
- {
- if (!API.app.orders_mdl.recover_fund_busy)
- {
- console.log(JSON.stringify(API.app.orders_mdl.recover_fund_data))
- recoverFundsResultModal.field.text = General.prettifyJSON(API.app.orders_mdl.recover_fund_data)
- recoverFundsResultModal.open()
- }
- }
- }
- }
-
- Item {
- id: debug_control
- property var splitViewState
- anchors.bottom: parent.bottom
- anchors.right: parent.right
- width: 110
- height: 20
- visible: app.debug
- Menu {
- id: contextMenu
- Action {
- text: "Display Normal"
- onTriggered: {
- treeView.parent.visible = true
- _statusView.visible = true
- flow.parent.parent.visible = true
- app.parent.width = app.parent.parent.width - treeView.width
- app.parent.height = app.parent.parent.height
- app.parent.parent.update()
- }
- }
- Action {
- text: "Show Full"
- onTriggered: {
- app.parent.width = app.parent.parent.width - treeView.width
- app.parent.height = app.parent.parent.height
- treeView.parent.visible = false
- _statusView.visible = false
- flow.parent.parent.visible = false
-
- }
- }
- Action {
- text: "Show Minimum"
- onTriggered: {
- app.parent.width = General.minimumWidth
- app.parent.height = General.minimumHeight
-
- }
- }
- Action {
- text: "Show FullScreen"
- onTriggered: {
- window.showFullScreen()
-
- }
-
- }
- Action {
- text: "Clean Cache"
- onTriggered: {
- _statusView.children[0].contentItem.children[0].clear()
- }
- }
- }
-
- Rectangle {
- width: parent.width
- radius: 1
- height: 20
- color: Qaterial.Colors.blueGray600
- }
-
- Row {
- anchors.centerIn: parent
- spacing: 10
- anchors.bottomMargin: 5
- DefaultText {
- text: "%1x%2".arg(app.width).arg(app.height)
- color: 'white'
- font.pixelSize: 13
- layer.enabled: true
- DropShadow {
- color: 'black'
- }
- }
- Qaterial.ColorIcon {
- source: Qaterial.Icons.tools
- iconSize: 12
- anchors.verticalCenter: parent.verticalCenter
- }
-
- }
- DefaultMouseArea {
- anchors.fill: parent
- onClicked: {
- contextMenu.open()
- }
- }
- }
-
- Settings {
- id: atomic_settings2
- fileName: atomic_cfg_file
- }
-
- Settings {
- id: ui_font_settings
- property alias fontDensity: _font.fontDensity
- property alias fontFamily: _font.fontFamily
- }
-
- function loadTheme() {
- console.log(JSON.stringify(API.qt_utilities.get_themes_list()))
- atomic_settings2.sync()
- let current = atomic_settings2.value("CurrentTheme")
- console.log(current)
- load_theme(current.replace(".json", ""))
- }
-
- function showDialog(data) {
- let dialog = dialogManager.createObject(window, data)
- for(var i in data) {
- if(i.startsWith('on')) {
- eval('dialog.%1.connect(data[i])'.arg(i))
- }
- }
- dialog.open()
- return dialog
- }
-
- function showText(data) {
- return showDialog(data)
- }
- function getText(data) {
- data['getText'] = true
- return showText(data)
- }
-
- Component.onCompleted: {
- selected_wallet_name !== ""
- openFirstLaunch()
- loadTheme()
- }
- Timer {
- interval: 5000
- repeat: true
- running: false
- onTriggered: loadTheme()
- }
- Shortcut {
- sequence: "Ctrl+R"
- onActivated: loadTheme()
- }
-
-
- property
- var global_theme_property: ["primaryColor", "accentColor", "backgroundColor", "backgroundColorDeep", "dexBoxBackgroundColor", "surfaceColor", "barColor", "hightlightColor", "sideBarGradient1", "sideBarGradient2",
- "navigationSideBarButtonGradient1", "navigationSideBarButtonGradient2", "navigationSideBarButtonGradient3",
- "navigationSideBarButtonGradient4", "chartTradingLineColor", "chartTradingLineBackgroundColor", "foregroundColor",
- "colorSidebarDropShadow", "whiteblack", "colorThemeDarkLight", "greenColor", "redColor", "textSelectionColor", "textPlaceHolderColor", "textSelectedColor",
- "buttonColorDisabled", "buttonColorHovered", "buttonColorEnabled", "buttonColorTextDisabled", "buttonColorTextHovered", "buttonColorTextEnabled",
- "colorInnerShadowBottom", "colorInnerShadowTop", "innerShadowColor", "colorLineGradient1", "colorLineGradient2", "colorLineGradient3", "colorLineGradient4", "floatShadow1", "floatShadow2", "floatBoxShadowDark"
- ]
-
- function save_currentTheme(name) {
- let data = {}
- global_theme_property.forEach(function(e) {
- data[e] = eval("theme." + e).toString()
- })
- data["bigSidebarLogo"] = theme.bigSidebarLogo
- data["smallSidebarLogo"] = theme.smallSidebarLogo
- data["chartTheme"] = theme.chartTheme
- let r = API.qt_utilities.save_theme(name + ".json", data, true)
- console.log(r)
- }
-
- function load_theme(name) {
- let data = API.qt_utilities.load_theme(name)
- for (let i in data) {
- if (i.toString().indexOf("[int]") !== -1) {
- let real_i = i;
- i = i.replace("[int]", "")
- console.log("theme." + i.toString() + " = " + data[real_i] + "")
- eval("theme." + i.toString() + " = " + data[real_i])
- } else {
- console.log("theme." + i.toString() + " = '" + data[i] + "'")
- eval("theme." + i.toString() + " = '" + data[i] + "'")
- }
- }
- Qaterial.Style.accentColor = theme.accentColor
- console.log("END APPLY ".arg(name))
- }
-
- color: theme.surfaceColor
- radius: 0
- border.width: 0
- border.color: 'transparent'
-
- QtObject {
- id: theme
-
-
- // Font
- property alias textType: _font
- property string chartTheme: Style.dark_theme ? "dark" : "light"
- property color primaryColor: "#171A2C" //Qaterial.Colors.indigo900
- property color backgroundColor: Style.colorTheme7
- property color surfaceColor: Style.colorTheme8
- property color backgroundColorDeep: Style.colorTheme8
- property color dexBoxBackgroundColor: Style.colorTheme9
-
- property color hightlightColor: Style.colorTheme5
- property int sidebarShadowRadius: 32
-
- property color sideBarGradient1: Style.colorGradient1
- property color sideBarGradient2: Style.colorGradient2
- property real sideBarAnimationDuration: Style.animationDuration
-
- property color navigationSideBarButtonGradient1: Style.colorSidebarHighlightGradient1
- property color navigationSideBarButtonGradient2: Style.colorSidebarHighlightGradient2
- property color navigationSideBarButtonGradient3: Style.colorSidebarHighlightGradient3
- property color navigationSideBarButtonGradient4: Style.colorSidebarHighlightGradient4
-
- property color chartTradingLineColor: Style.colorTrendingLine
- property color chartTradingLineBackgroundColor: Style.colorTrendingUnderLine
- property color lineChartColor: theme.accentColor
- property color chartGridLineColor: Qt.rgba(255, 255, 255, 0.4)
-
- property color foregroundColor: Style.colorText
-
- // Button
- property color buttonColorDisabled: Style.colorButtonDisabled["default"]
- property color buttonColorHovered: Style.colorButtonHovered["default"]
- property color buttonColorEnabled: Style.colorButtonEnabled["default"]
- property color buttonColorTextDisabled: Style.colorButtonTextDisabled["default"]
- property color buttonColorTextHovered: Style.colorButtonTextHovered["default"]
- property color buttonColorTextEnabled: Style.colorButtonTextEnabled["default"]
-
- property color colorInnerShadowBottom: Style.colorRectangleBorderGradient1
- property color colorInnerShadowTop: Style.colorRectangleBorderGradient2
-
- property color colorSidebarDropShadow: Style.colorSidebarDropShadow
-
- property color accentColor: Style.colorTheme4
-
- property color barColor: Style.colorTheme5
-
- property color colorLineGradient1: Style.colorLineGradient1
- property color colorLineGradient2: Style.colorLineGradient2
- property color colorLineGradient3: Style.colorLineGradient3
- property color colorLineGradient4: Style.colorLineGradient4
-
- property color floatShadow1: Style.colorDropShadowLight
- property color floatShadow2: Style.colorDropShadowLight2
- property color floatBoxShadowDark: Style.colorDropShadowDark
-
- property color textSelectionColor: Style.colorSelection
- property color textPlaceHolderColor: Style.colorPlaceholderText
- property color textSelectedColor: Style.colorSelectedText
- property color innerShadowColor: Style.colorInnerShadow
-
- property color greenColor: Style.colorGreen
- property color redColor: Style.colorRed
-
- property color whiteblack: Style.colorWhite1
- property color colorThemeDarkLight: Style.colorThemeDarkLight
-
-
- property color rectangleBorderColor: Style.colorBorder
- property int rectangleRadius: Style.rectangleCornerRadius
- property string bigSidebarLogo: "dex-logo-sidebar.png"
- property string smallSidebarLogo: "dex-logo.png"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- function setQaterialStyle() {
- Qaterial.Style.accentColorLight = Style.colorTheme4
- Qaterial.Style.accentColorDark = Style.colorTheme4
- }
- onDark_themeChanged: setQaterialStyle()
-
-
- readonly property string listItemPrefix: " ⚬ "
- readonly property string successCharacter: "✓"
- readonly property string failureCharacter: "✘"
- readonly property string warningCharacter: "⚠"
-
- readonly property int animationDuration: 125
-
- readonly property int textSizeVerySmall1: 1
- readonly property int textSizeVerySmall2: 2
- readonly property int textSizeVerySmall3: 3
- readonly property int textSizeVerySmall4: 4
- readonly property int textSizeVerySmall5: 5
- readonly property int textSizeVerySmall6: 6
- readonly property int textSizeVerySmall7: 7
- readonly property int textSizeVerySmall8: 8
- readonly property int textSizeVerySmall9: 9
- readonly property int textSizeSmall: 10
- readonly property int textSizeSmall1: 11
- readonly property int textSizeSmall2: 12
- readonly property int textSizeSmall3: 13
- readonly property int textSizeSmall4: 14
- readonly property int textSizeSmall5: 15
- readonly property int textSize: 16
- readonly property int textSizeMid: 17
- readonly property int textSizeMid1: 18
- readonly property int textSizeMid2: 19
- readonly property int textSize1: 20
- readonly property int textSize2: 24
- readonly property int textSize3: 36
- readonly property int textSize4: 48
- readonly property int textSize5: 60
- readonly property int textSize6: 72
- readonly property int textSize7: 84
- readonly property int textSize8: 96
- readonly property int textSize9: 108
- readonly property int textSize10: 120
- readonly property int textSize11: 132
- readonly property int textSize12: 144
-
- readonly property int rectangleCornerRadius: 7
- readonly property int itemPadding: 12
- readonly property int buttonSpacing: 12
- readonly property int rowSpacing: 12
- readonly property int rowSpacingSmall: 6
- readonly property int iconTextMargin: 5
- readonly property int sidebarLineHeight: 44
- readonly property double hoverLightMultiplier: 1.5
- readonly property double hoverOpacity: 0.6
-
- property bool dark_theme: true
-
-
- function applyOpacity(hex, opacity = "00") {
- return "#" + opacity + hex.substr(hex.length - 6)
- }
-
- function colorOnlyIf(condition, color) {
- return applyOpacity(color, condition ? "FF" : "00")
- }
-
- readonly property string colorQtThemeAccent: colorGreen
- readonly property string colorQtThemeForeground: colorWhite1
- readonly property string colorQtThemeBackground: colorTheme9
-
- readonly property string sidebar_atomicdex_logo: dark_theme ? "dex-logo-sidebar.png" : "dex-logo-sidebar-dark.png"
- readonly property string colorRed: dark_theme ? "#D13990" : "#9a1165" // Light is 15% darker than Red2, same with the green set
- readonly property string colorRed2: dark_theme ? "#b61477" : "#b61477"
- readonly property string colorRed3: dark_theme ? "#6d0c47" : "#D13990"
- readonly property string colorYellow: dark_theme ? "#FFC305" : "#FFC305"
- readonly property string colorOrange: dark_theme ? "#F7931A" : "#F7931A"
- readonly property string colorBlue: dark_theme ? "#3B78D1" : "#3B78D1"
- readonly property string colorGreen: dark_theme ? "#74FBEE" : "#109f8d"
- readonly property string colorGreen2: dark_theme ? "#14bca6" : "#14bca6"
- readonly property string colorGreen3: dark_theme ? "#07433b" : "#74FBEE"
-
- readonly property string colorWhite1: dark_theme ? "#FFFFFF" : "#000000"
- readonly property string colorWhite2: dark_theme ? "#F9F9F9" : "#111111"
- readonly property string colorWhite3: dark_theme ? "#F0F0F0" : "#222222"
- readonly property string colorWhite4: dark_theme ? "#C9C9C9" : "#333333"
- readonly property string colorWhite5: dark_theme ? "#8E9293" : "#444444"
- readonly property string colorWhite6: dark_theme ? "#777777" : "#555555"
- readonly property string colorWhite7: dark_theme ? "#666666" : "#666666"
- readonly property string colorWhite8: dark_theme ? "#555555" : "#777777"
- readonly property string colorWhite9: dark_theme ? "#444444" : "#8E9293"
- readonly property string colorWhite10: dark_theme ? "#333333" : "#C9C9C9"
- readonly property string colorWhite11: dark_theme ? "#222222" : "#F0F0F0"
- readonly property string colorWhite12: dark_theme ? "#111111" : "#F9F9F9"
- readonly property string colorWhite13: dark_theme ? "#000000" : "#FFFFFF"
-
- readonly property string colorTheme1: dark_theme ? "#3CC9BF" : "#3CC9BF"
- readonly property string colorTheme2: dark_theme ? "#36A8AA" : "#36A8AA"
- readonly property string colorTheme3: dark_theme ? "#318795" : "#318795"
- readonly property string colorTheme4: dark_theme ? "#2B6680" : "#2B6680"
- readonly property string colorTheme5: dark_theme ? "#23273C" : "#ececf2"
- readonly property string colorTheme6: dark_theme ? "#22263A" : "#efeff5"
- readonly property string colorTheme7: dark_theme ? "#15182A" : "#f2f2f7"
- readonly property string colorTheme8: dark_theme ? "#171A2C" : "#f6f6f9"
- readonly property string colorTheme9: dark_theme ? "#0E1021" : "#F9F9FB"
- readonly property string colorTheme99: dark_theme ? "#2A2C3B" : "#F9F9FB"
-
- readonly property string colorTheme10: dark_theme ? "#2579E0" : "#2579E0"
- readonly property string colorTheme11: dark_theme ? "#00A3FF" : "#00A3FF"
- readonly property string colorThemeLine: dark_theme ? "#1D1F23" : "#1D1F23"
- readonly property string colorThemePassive: dark_theme ? "#777F8C" : "#777F8C"
- readonly property string colorThemePassiveLight: dark_theme ? "#CCCDD0" : "#CCCDD0"
- readonly property string colorThemeDark: dark_theme ? "#26282C" : "#26282C"
- readonly property string colorThemeDark2: dark_theme ? "#3C4150" : "#E6E8ED"
- readonly property string colorThemeDark3: dark_theme ? "#78808D" : "#78808D"
- //readonly property string colorThemeDarkLight: dark_theme ? "#78808D" : "#456078"
-
- readonly property string colorRectangle: dark_theme ? colorTheme7 : colorTheme7
- readonly property string colorInnerBackground: dark_theme ? colorTheme7 : colorTheme7
-
- readonly property string colorGradient1: dark_theme ? colorTheme9 : colorTheme9
- readonly property string colorGradient2: dark_theme ? colorTheme5 : colorTheme5
- readonly property string colorGradient3: dark_theme ? "#24283D" : "#24283D"
- readonly property string colorGradient4: dark_theme ? "#0D0F21" : "#0D0F21"
- //readonly property string colorLineGradient1: dark_theme ? "#2c2f3c" : "#EEF1F7"
- //readonly property string colorLineGradient2: dark_theme ? "#06070c" : "#DCE1E8"
- //readonly property string colorLineGradient3: dark_theme ? "#090910" : "#EEF1F7"
- //readonly property string colorLineGradient4: dark_theme ? "#24283b" : "#DCE1E8"
- readonly property string colorDropShadowLight: dark_theme ? "#216975a4" : "#21FFFFFF"
- readonly property string colorDropShadowLight2: dark_theme ? "#606975a4" : "#60FFFFFF"
- readonly property string colorDropShadowDark: dark_theme ? "#FF050615" : "#BECDE2"
- readonly property string colorBorder: dark_theme ? "#23273B" : "#DAE1EC"
- readonly property string colorBorder2: dark_theme ? "#1C1F32" : "#DAE1EC"
-
- readonly property string colorInnerShadow: dark_theme ? "#A0000000" : "#BECDE2"
-
- readonly property string colorGradientLine1: dark_theme ? "#00FFFFFF" : "#00CFD4DB"
- readonly property string colorGradientLine2: dark_theme ? "#0FFFFFFF" : "#FFCFD4DB"
-
- readonly property string colorWalletsHighlightGradient: dark_theme ? "#1B5E7D" : "#1B5E7D"
- readonly property string colorWalletsSidebarDropShadow: dark_theme ? "#B0000000" : "#BECDE2"
-
- readonly property string colorScrollbar: dark_theme ? "#202339" : "#C4CCDA"
- readonly property string colorScrollbarBackground: dark_theme ? "#10121F" : "#EFF1F6"
- readonly property string colorScrollbarGradient1: dark_theme ? "#33395A" : "#C4CCDA"
- readonly property string colorScrollbarGradient2: dark_theme ? "#292D48" : "#C4CCDA"
-
- readonly property string colorSidebarIconHighlighted: dark_theme ? "#2BBEF2" : "#FFFFFF"
- readonly property string colorSidebarHighlightGradient1: dark_theme ? "#FF1B5E7D" : "#8b95ed"
- readonly property string colorSidebarHighlightGradient2: dark_theme ? "#BA1B5E7D" : "#AD7faaf0"
- readonly property string colorSidebarHighlightGradient3: dark_theme ? "#5F1B5E7D" : "#A06dc9f3"
- readonly property string colorSidebarHighlightGradient4: dark_theme ? "#001B5E7D" : "#006bcef4"
- //readonly property string colorSidebarDropShadow: dark_theme ? "#90000000" : "#BECDE2"
- readonly property string colorSidebarSelectedText: dark_theme ? "#FFFFFF" : "#FFFFFF"
-
- readonly property string colorCoinListHighlightGradient: dark_theme ? "#2C2E40" : "#E0E6F0"
-
- readonly property string colorRectangleBorderGradient1: dark_theme ? "#2A2F48" : "#DDDDDD"
- readonly property string colorRectangleBorderGradient2: dark_theme ? "#0D1021" : "#EFEFEF"
-
- readonly property string colorChartText: dark_theme ? "#405366" : "#B5B9C1"
- readonly property string colorChartLegendLine: dark_theme ? "#3F5265" : "#BDC0C8"
- readonly property string colorChartGrid: dark_theme ? "#202333" : "#E6E8ED"
- readonly property string colorChartLineText: dark_theme ? "#405366" : "#FFFFFF"
-
- readonly property string colorChartMA1: dark_theme ? "#5BC6FA" : "#5BC6FA"
- readonly property string colorChartMA2: dark_theme ? "#F1D17F" : "#F1D17F"
-
- readonly property string colorLineBasic: dark_theme ? "#303344" : "#303344"
-
-
- readonly property string colorText: dark_theme ? Style.colorWhite1 : "#405366"
- readonly property string colorText2: dark_theme ? "#79808C" : "#3C5368"
- readonly property string colorTextDisabled: dark_theme ? Style.colorWhite8 : "#B5B9C1"
- readonly property
- var colorButtonDisabled: ({
- "default": Style.colorTheme9,
- "primary": Style.colorGreen3,
- "danger": Style.colorRed3
- })
- readonly property
- var colorButtonHovered: ({
- "default": Style.colorTheme6,
- "primary": Style.colorGreen,
- "danger": Style.colorRed
- })
- readonly property
- var colorButtonEnabled: ({
- "default": Style.colorRectangle,
- "primary": Style.colorGreen2,
- "danger": Style.colorRed2
- })
- readonly property
- var colorButtonTextDisabled: ({
- "default": Style.colorWhite8,
- "primary": Style.colorWhite13,
- "danger": Style.colorWhite13
- })
- readonly property
- var colorButtonTextHovered: ({
- "default": Style.colorText,
- "primary": Style.colorWhite11,
- "danger": Style.colorWhite11
- })
- readonly property
- var colorButtonTextEnabled: ({
- "default": Style.colorText,
- "primary": Style.colorWhite11,
- "danger": Style.colorWhite11
- })
- readonly property string colorPlaceholderText: Style.colorWhite9
- readonly property string colorSelectedText: Style.colorTheme9
- readonly property string colorSelection: Style.colorGreen2
-
- readonly property string colorTrendingLine: dark_theme ? Style.colorGreen : "#37a6ef"
- readonly property string colorTrendingUnderLine: dark_theme ? Style.colorGradient3 : "#e3f2fd"
-
- readonly property string modalValueColor: colorWhite4
-
- function getValueColor(v) {
- v = parseFloat(v)
- if (v !== 0)
- return v > 0 ? Style.colorGreen : Style.colorRed
-
- return Style.colorWhite4
- }
-
- function getCoinTypeColor(type) {
- return getCoinColor(type === "ERC-20" ? "ETH" :
- type === "QRC-20" ? "QTUM" :
- type === "Smart Chain" ? "KMD" :
- "BTC")
- }
-
- function getCoinColor(ticker) {
- const c = colorCoin[ticker]
- return c || Style.colorTheme2
- }
-
- readonly property
- var colorCoin: ({
- "ARPA": "#CCD9E2",
- "BCH": "#8DC351",
- "BTC": "#F7931A",
- "CLC": "#0970DC",
- "FTC": "#FFFFFF",
- "GLEEC": "#8C41FF",
- "GRS": "#377E96",
- "DOGE": "#C3A634",
- "ETH": "#627EEA",
- "KMD": "#2B6680",
- "MORTY": "#A4764D",
- "RICK": "#A5CBDD",
- "EMC2": "#00CCFF",
- "DASH": "#008CE7",
- "RVN": "#384182",
- "DGB": "#006AD2",
- "FIRO": "#BB2100",
- "LTC": "#BFBBBB",
- "ZEC": "#ECB244",
- "ZER": "#FFFFFF",
- "NAV": "#7D59B5",
- "DP": "#E41D25",
- "ECA": "#A915DC",
- "QTUM": "#2E9AD0",
- "CHIPS": "#598182",
- "AXE": "#C63877",
- "PANGEA": "#D88245",
- "JUMBLR": "#2B4649",
- "DEX": "#43B7B6",
- "COQUI": "#79A541",
- "CRYPTO": "#F58736",
- "LABS": "#C1F6E1",
- "MGW": "#854F2F",
- "MONA": "#DEC799",
- "NMC": "#186C9D",
- "RFOX": "#D83331",
- "BOTS": "#F69B57",
- "MCL": "#EA0000",
- "CCL": "#FFE400",
- "BET": "#F69B57",
- "SUPERNET": "#F69B57",
- "OOT": "#25AAE1",
- "REVS": "#F69B57",
- "ILN": "#523170",
- "VRSC": "#3164D3",
- "THC": "#819F6F",
- "1INCH": "#95A7C5",
- "BAT": "#FF5000",
- "BUSD": "#EDB70B",
- "DAI": "#B68900",
- "USDC": "#317BCB",
- "PAX": "#EDE70A",
- "SUSHI": "#E25DA8",
- "TUSD": "#2E3181",
- "AWC": "#31A5F6",
- "VRA": "#D70A41",
- "SPACE": "#E44C65",
- "QC": "#00D7B3",
- "PBC": "#64A3CB",
- "AAVE": "#9C64A6",
- "ANT": "#33DAE6",
- "AGI": "#6815FF",
- "BAND": "#526BFF",
- "BLK": "#191919",
- "BNT": "#000D2B",
- "BTCZ": "#F5B036",
- "CEL": "#4055A6",
- "CENNZ": "#2E87F1",
- "COMP": "#00DBA3",
- "CRO": "#243565",
- "CVC": "#3AB03E",
- "CVT": "#4B0082",
- "DODO": "#FFF706",
- "ELF": "#2B5EBB",
- "ENJ": "#6752C3",
- "EURS": "#2F77ED",
- "FUN": "#EF1C70",
- "GNO": "#00B0CC",
- "HOT": "#983EFF",
- "IOTX": "#00CDCE",
- "KNC": "#117980",
- "LEO": "#F79B2C",
- "LINK": "#356CE4",
- "LRC": "#32C2F8",
- "MANA": "#FF3C6C",
- "MATIC": "#1E61ED",
- "MED": "#00B5FF",
- "MKR": "#1BAF9F",
- "NPXS": "#F3CB00",
- "POWR": "#05BCAA",
- "QI": "#FFFFFF",
- "QIAIR": "#FEFEFE",
- "QKC": "#2175B4",
- "QNT": "#46DDC8",
- "REP": "#0E0E21",
- "REV": "#78034D",
- "RLC": "#FFE100",
- "SFUSD": "#9881B8",
- "SNT": "#596BED",
- "SNX": "#00D1FF",
- "SOULJA": "#8F734A",
- "STORJ": "#2683FF",
- "TSL": "#64B082",
- "VRM": "#586A7A",
- "WSB": "#FEBB84",
- "WBTC": "#CCCCCC",
- "YFI": "#006BE6",
- "ZRX": "#302C2C",
- "UNI": "#FF007A"
- })
- }
-
- QtObject {
- id: _font
- property real fontDensity: 1.0
- property real languageDensity: {
- switch (API.app.settings_pg.lang) {
- case "en":
- return 0.99999
- break
- case "fr":
- return Qt.platform.os === "windows" ? 0.98999 : 0.90
- break
- case "tr":
- return 0.99999
- break
- case "ru":
- return 0.99999
- break
- default:
- return 0.99999
- }
- }
- property string fontFamily: "Ubuntu"
- property font head1: Qt.font({
- pixelSize: 96 * fontDensity,
- letterSpacing: -1.5,
- family: fontFamily,
- weight: Font.Light
- })
- property font head2: Qt.font({
- pixelSize: 60 * fontDensity,
- letterSpacing: -0.5,
- family: fontFamily,
- weight: Font.Light
- })
- property font head3: Qt.font({
- pixelSize: 48 * fontDensity,
- letterSpacing: 0,
- family: fontFamily,
- weight: Font.Normal
- })
- property font head4: Qt.font({
- pixelSize: 34 * fontDensity,
- letterSpacing: 0.25,
- family: fontFamily,
- weight: Font.Normal
- })
- property font head5: Qt.font({
- pixelSize: 24 * fontDensity,
- letterSpacing: 0,
- family: fontFamily,
- weight: Font.Normal
- })
- property font head6: Qt.font({
- pixelSize: 20 * fontDensity,
- letterSpacing: 0.15,
- family: fontFamily,
- weight: Font.Medium
- })
- property font subtitle1: Qt.font({
- pixelSize: 16 * fontDensity,
- letterSpacing: 0.15,
- family: fontFamily,
- weight: Font.Normal
- })
- property font subtitle2: Qt.font({
- pixelSize: 14 * fontDensity,
- letterSpacing: 0.1,
- family: fontFamily,
- weight: Font.Medium
- })
- property font body1: Qt.font({
- pixelSize: 16 * fontDensity,
- letterSpacing: 0.5,
- family: fontFamily,
- weight: Font.Normal
- })
- property font body2: Qt.font({
- pixelSize: 14 * fontDensity,
- letterSpacing: 0.25,
- family: fontFamily,
- weight: Font.Normal
- })
- property font button: Qt.font({
- pixelSize: 14 * fontDensity,
- letterSpacing: 1.25,
- capitalization: Font.AllUppercase,
- family: fontFamily,
- weight: Font.Medium
- })
- property font caption: Qt.font({
- pixelSize: 12 * fontDensity,
- letterSpacing: 0.4,
- family: fontFamily,
- weight: Font.Normal
- })
- property font overLine: Qt.font({
- pixelSize: 10 * fontDensity,
- letterSpacing: 1.25,
- capitalization: Font.AllUppercase,
- family: fontFamily,
- weight: Font.Normal
- })
- }
-}
diff --git a/atomic_defi_design/qml/Components/AddressFieldWithTitle.qml b/atomic_defi_design/qml/Components/AddressFieldWithTitle.qml
deleted file mode 100644
index e4b34f9c97..0000000000
--- a/atomic_defi_design/qml/Components/AddressFieldWithTitle.qml
+++ /dev/null
@@ -1,14 +0,0 @@
-import QtQuick 2.15
-
-TextFieldWithTitle {
- readonly property int max_length: 60
-
-
- field.onTextChanged: {
- field.text = field.text.trim()
- if(field.text.length > max_length) {
- console.log("too long! ", field.text.length)
- field.text = field.text.substring(0, max_length)
- }
- }
-}
diff --git a/atomic_defi_design/qml/Components/AmountField.qml b/atomic_defi_design/qml/Components/AmountField.qml
deleted file mode 100644
index f22e986812..0000000000
--- a/atomic_defi_design/qml/Components/AmountField.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 2.15
-
-TextFieldWithTitle {
- field.validator: RegExpValidator {
- regExp: /(0|([1-9][0-9]*))(\.[0-9]{1,8})?/
- }
-}
diff --git a/atomic_defi_design/qml/Components/AmountIntField.qml b/atomic_defi_design/qml/Components/AmountIntField.qml
deleted file mode 100644
index de8e369f81..0000000000
--- a/atomic_defi_design/qml/Components/AmountIntField.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 2.15
-
-TextFieldWithTitle {
- field.validator: RegExpValidator {
- regExp: /[0-9]+/
- }
-}
diff --git a/atomic_defi_design/qml/Components/AnimatedRectangle.qml b/atomic_defi_design/qml/Components/AnimatedRectangle.qml
deleted file mode 100644
index 67baa021fb..0000000000
--- a/atomic_defi_design/qml/Components/AnimatedRectangle.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.15
-import "../Constants"
-
-Rectangle {
- Behavior on color { ColorAnimation { duration: Style.animationDuration } }
-}
diff --git a/atomic_defi_design/qml/Components/Arrow.qml b/atomic_defi_design/qml/Components/Arrow.qml
deleted file mode 100644
index 00410305fb..0000000000
--- a/atomic_defi_design/qml/Components/Arrow.qml
+++ /dev/null
@@ -1,29 +0,0 @@
-import QtQuick 2.15
-import "../Constants"
-
-Item {
- property bool up: true
- property alias color: img_overlay.color
-
- width: img.width
- height: img.height
-
- DefaultImage {
- id: img
-
- source: General.image_path + "arrow_" + (up ? "up" : "down") + ".svg"
-
- width: 10;
-
- visible: false
- }
-
- DefaultColorOverlay {
- id: img_overlay
-
- anchors.fill: img
- source: img
- color: Style.colorWhite1
- }
-}
-
diff --git a/atomic_defi_design/qml/Components/BasicModal.qml b/atomic_defi_design/qml/Components/BasicModal.qml
deleted file mode 100644
index fcffd332f0..0000000000
--- a/atomic_defi_design/qml/Components/BasicModal.qml
+++ /dev/null
@@ -1,102 +0,0 @@
-import QtQuick 2.15
-import QtQuick.Layouts 1.15
-import "../Constants"
-
-DefaultModal
-{
- id: root
-
- property alias currentIndex: stack_layout.currentIndex
- property int targetPageIndex: currentIndex
- property alias count: stack_layout.count
- default property alias pages: stack_layout.data
-
- readonly property int _modalWidth: width
- readonly property int _modalPadding: padding
-
- function nextPage()
- {
- if (currentIndex === count - 1)
- root.close()
- else
- {
- targetPageIndex = currentIndex + 1
- page_change_animation.start()
- }
- }
-
- function previousPage()
- {
- if (currentIndex === 0)
- root.close()
- else
- {
- targetPageIndex = currentIndex - 1
- page_change_animation.start()
- }
- }
-
- //! Appearance
- padding: 10
- width: 900
- height: column_layout.height + verticalPadding * 2
-
- onOpened: stack_layout.opacity = 1
-
- SequentialAnimation {
- id: page_change_animation
- NumberAnimation { id: fade_out; target: root; property: "opacity"; to: 0; duration: Style.animationDuration }
- PropertyAction { target: root; property: "currentIndex"; value: targetPageIndex }
- NumberAnimation { target: root; property: "opacity"; to: 1; duration: fade_out.duration }
- }
-
- Column {
- id: column_layout
- spacing: Style.rowSpacing
- width: parent.width
- anchors.horizontalCenter: parent.horizontalCenter
-
- Row {
- id: page_indicator
- visible: root.count > 1
- anchors.horizontalCenter: parent.horizontalCenter
-
- layoutDirection: Qt.RightToLeft
-
- Repeater {
- model: root.count
- delegate: Item {
- id: bundle
- property color color: root.currentIndex >= (root.count-1 - index) ? Style.colorGreen : Style.colorTheme5
- width: (index === root.count-1 ? 0 : circle.width*2) + circle.width*0.5
- height: circle.height * 1.5
- InnerBackground {
- id: rectangle
- height: circle.height/4
- anchors.left: parent.left
- anchors.verticalCenter: parent.verticalCenter
- anchors.leftMargin: -circle.width*0.5
- anchors.right: circle.horizontalCenter
- color: bundle.color
- }
-
- FloatingBackground {
- id: circle
- width: 24
- height: width
- anchors.right: parent.right
- anchors.verticalCenter: parent.verticalCenter
- color: bundle.color
- }
- }
- }
- }
-
- // Inside modal
- StackLayout {
- id: stack_layout
- width: parent.width
- height: stack_layout.children[stack_layout.currentIndex].height
- }
- }
-}
diff --git a/atomic_defi_design/qml/Components/CexInfoModal.qml b/atomic_defi_design/qml/Components/CexInfoModal.qml
deleted file mode 100644
index 33dbc9b0fd..0000000000
--- a/atomic_defi_design/qml/Components/CexInfoModal.qml
+++ /dev/null
@@ -1,24 +0,0 @@
-// Qt Imports
-import QtQuick 2.15
-import QtQuick.Layouts 1.15
-
-// Project Imports
-import "../Constants"
-
-BasicModal {
- id: root
-
- // Inside modal
- ModalContent {
- title: General.cex_icon + " " + qsTr("Market Data")
-
- DefaultText {
- Layout.preferredHeight: 200
- Layout.fillWidth: true
-
- text: qsTr('Market data (prices, charts, etc.) marked with the ⓘ icon originates from third-party sources.
This End-User License Agreement ('EULA') is a legal agreement between you and Komodo Platform.
-
-
This EULA agreement governs your acquisition and use of our %1 software ('Software', 'Mobile Application', 'Application' or 'App') directly from Komodo Platform or indirectly through a Komodo Platform authorized entity, reseller or distributor (a 'Distributor').
-
Please read this EULA agreement carefully before completing the installation process and using the %1 software. It provides a license to use the %1 software and contains warranty information and liability disclaimers.
-
If you register for the beta program of the %1 software, this EULA agreement will also govern that trial. By clicking 'accept' or installing and/or using the %1 software, you are confirming your acceptance of the Software and agreeing to become bound by the terms of this EULA agreement.
-
If you are entering into this EULA agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity and its affiliates to these terms and conditions. If you do not have such authority or if you do not agree with the terms and conditions of this EULA agreement, do not install or use the Software, and you must not accept this EULA agreement.
-
This EULA agreement shall apply only to the Software supplied by Komodo Platform herewith regardless of whether other software is referred to or described herein. The terms also apply to any Komodo Platform updates, supplements, Internet-based services, and support services for the Software, unless other terms accompany those items on delivery. If so, those terms apply.
-
-
License Grant
-
Komodo Platform hereby grants you a personal, non-transferable, non-exclusive licence to use the %1 software on your devices in accordance with the terms of this EULA agreement.
-
-
You are permitted to load the %1 software (for example a PC, laptop, mobile or tablet) under your control. You are responsible for ensuring your device meets the minimum security and resource requirements of the %1 software.
-
-
You are not permitted to:
-
-
Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things
-
Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose
-
Use the Software in any way which breaches any applicable local, national or international law
-
Use the Software for any purpose that Komodo Platform considers is a breach of this EULA agreement
-
-
-
Intellectual Property and Ownership
-
Komodo Platform shall at all times retain ownership of the Software as originally downloaded by you and all subsequent downloads of the Software by you. The Software (and the copyright, and other intellectual property rights of whatever nature in the Software, including any modifications made thereto) are and shall remain the property of Komodo Platform.
-
-
Komodo Platform reserves the right to grant licences to use the Software to third parties.
-
-
Termination
-
This EULA agreement is effective from the date you first use the Software and shall continue until terminated. You may terminate it at any time upon written notice to Komodo Platform.
-
It will also terminate immediately if you fail to comply with any term of this EULA agreement. Upon such termination, the licenses granted by this EULA agreement will immediately terminate and you agree to stop all access and use of the Software. The provisions that by their nature continue and survive will survive any termination of this EULA agreement.
-
-
Governing Law
-
This EULA agreement, and any dispute arising out of or in connection with this EULA agreement, shall be governed by and construed in accordance with the laws of Vietnam.
-
-
This document was last updated on January 31st, 2020