diff --git a/build.gradle b/build.gradle index 9a3d754f95e..748f11d093c 100644 --- a/build.gradle +++ b/build.gradle @@ -461,7 +461,7 @@ configure(project(':desktop')) { modules = ['javafx.controls', 'javafx.fxml'] } - version = '1.8.0-SNAPSHOT' + version = '1.8.2-SNAPSHOT' jar.manifest.attributes( "Implementation-Title": project.name, diff --git a/common/src/main/java/bisq/common/app/Version.java b/common/src/main/java/bisq/common/app/Version.java index 6e6a7a8c906..67aa6815136 100644 --- a/common/src/main/java/bisq/common/app/Version.java +++ b/common/src/main/java/bisq/common/app/Version.java @@ -30,7 +30,7 @@ public class Version { // VERSION = 0.5.0 introduces proto buffer for the P2P network and local DB and is a not backward compatible update // Therefore all sub versions start again with 1 // We use semantic versioning with major, minor and patch - public static final String VERSION = "1.8.0"; + public static final String VERSION = "1.8.2"; /** * Holds a list of the tagged resource files for optimizing the getData requests. @@ -38,7 +38,7 @@ public class Version { * historical data stores. */ public static final List HISTORICAL_RESOURCE_FILE_VERSION_TAGS = Arrays.asList("1.4.0", "1.5.0", "1.5.2", - "1.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5", "1.7.2", "1.7.4", "1.8.0"); + "1.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5", "1.7.2", "1.7.4", "1.8.0", "1.8.1"); public static int getMajorVersion(String version) { return getSubVersion(version, 0); diff --git a/core/src/main/java/bisq/core/account/witness/AccountAgeWitnessService.java b/core/src/main/java/bisq/core/account/witness/AccountAgeWitnessService.java index 925b227d0e9..c0d2978ab65 100644 --- a/core/src/main/java/bisq/core/account/witness/AccountAgeWitnessService.java +++ b/core/src/main/java/bisq/core/account/witness/AccountAgeWitnessService.java @@ -25,7 +25,6 @@ import bisq.core.offer.Offer; import bisq.core.offer.OfferDirection; import bisq.core.offer.OfferRestrictions; -import bisq.core.payment.AssetAccount; import bisq.core.payment.ChargeBackRisk; import bisq.core.payment.PaymentAccount; import bisq.core.payment.payload.PaymentAccountPayload; @@ -228,7 +227,7 @@ private void onBootStrapped() { private void republishAllFiatAccounts() { if (user.getPaymentAccounts() != null) user.getPaymentAccounts().stream() - .filter(account -> !(account instanceof AssetAccount)) + .filter(account -> account.getPaymentMethod().isFiat()) .forEach(account -> { AccountAgeWitness myWitness = getMyWitness(account.getPaymentAccountPayload()); // We only publish if the date of our witness is inside the date tolerance. diff --git a/core/src/main/resources/i18n/displayStrings.properties b/core/src/main/resources/i18n/displayStrings.properties index 840cca5aad0..ba8f616c5b6 100644 --- a/core/src/main/resources/i18n/displayStrings.properties +++ b/core/src/main/resources/i18n/displayStrings.properties @@ -193,7 +193,6 @@ shared.tradeWalletBalance=Trade wallet balance shared.makerTxFee=Maker: {0} shared.takerTxFee=Taker: {0} shared.iConfirm=I confirm -shared.tradingFeeInBsqInfo=≈ {0} shared.openURL=Open {0} shared.fiat=Fiat shared.crypto=Crypto @@ -208,8 +207,6 @@ shared.new=NEW shared.blindVoteTxId=Blind vote transaction ID shared.proposal=Proposal shared.votes=Votes -shared.learnMore=Learn more -shared.dismiss=Dismiss shared.selectedArbitrator=Selected arbitrator shared.selectedMediator=Selected mediator shared.selectedRefundAgent=Selected arbitrator @@ -351,7 +348,6 @@ offerbook.filterByCurrency=Filter by currency offerbook.filterByPaymentMethod=Filter by payment method offerbook.matchingOffers=Offers matching my accounts offerbook.timeSinceSigning=Account info -offerbook.timeSinceSigning.info=This account was verified and {0} offerbook.timeSinceSigning.info.arbitrator=signed by an arbitrator and can sign peer accounts offerbook.timeSinceSigning.info.peer=signed by a peer, waiting %d days for limits to be lifted offerbook.timeSinceSigning.info.peerLimitLifted=signed by a peer and limits were lifted @@ -374,8 +370,6 @@ offerbook.timeSinceSigning.help=When you successfully complete a trade with a pe offerbook.timeSinceSigning.notSigned=Not signed yet offerbook.timeSinceSigning.notSigned.ageDays={0} days offerbook.timeSinceSigning.notSigned.noNeed=N/A -shared.notSigned=This account has not been signed yet and was created {0} days ago -shared.notSigned.noNeed=This account type does not require signing shared.notSigned.noNeedDays=This account type does not require signing and was created {0} days ago shared.notSigned.noNeedAlts=Altcoin accounts do not feature signing or aging @@ -3340,7 +3334,6 @@ password.passwordsDoNotMatch=The 2 passwords you entered don't match. password.forgotPassword=Forgot password? password.backupReminder=Please note that when setting a wallet password all automatically created backups from the unencrypted wallet will be deleted.\n\n\ It is highly recommended that you make a backup of the application directory and write down your seed words before setting a password! -password.backupWasDone=I have already made a backup password.setPassword=Set Password (I already made a backup) password.makeBackup=Make Backup @@ -3420,19 +3413,33 @@ payment.upi.virtualPaymentAddress=Virtual Payment Address # suppress inspection "UnusedProperty" payment.swift.headline=International SWIFT Wire Transfer +# suppress inspection "UnusedProperty" payment.swift.title.bank=Receiving Bank +# suppress inspection "UnusedProperty" payment.swift.title.intermediary=Intermediary Bank (click to expand) +# suppress inspection "UnusedProperty" payment.swift.country.bank=Receiving Bank Country +# suppress inspection "UnusedProperty" payment.swift.country.intermediary=Intermediary Bank Country +# suppress inspection "UnusedProperty" payment.swift.swiftCode.bank=Receiving Bank SWIFT Code +# suppress inspection "UnusedProperty" payment.swift.swiftCode.intermediary=Intermediary Bank SWIFT Code +# suppress inspection "UnusedProperty" payment.swift.name.bank=Receiving Bank name +# suppress inspection "UnusedProperty" payment.swift.name.intermediary=Intermediary Bank name +# suppress inspection "UnusedProperty" payment.swift.branch.bank=Receiving Bank branch +# suppress inspection "UnusedProperty" payment.swift.branch.intermediary=Intermediary Bank branch +# suppress inspection "UnusedProperty" payment.swift.address.bank=Receiving Bank address +# suppress inspection "UnusedProperty" payment.swift.address.intermediary=Intermediary Bank address +# suppress inspection "UnusedProperty" payment.swift.address.beneficiary=Beneficiary address +# suppress inspection "UnusedProperty" payment.swift.phone.beneficiary=Beneficiary phone number payment.swift.account=Account No. (or IBAN) payment.swift.use.intermediary=Use Intermediary Bank diff --git a/core/src/main/resources/i18n/displayStrings_cs.properties b/core/src/main/resources/i18n/displayStrings_cs.properties index 86f1e610f00..505f01a482c 100644 --- a/core/src/main/resources/i18n/displayStrings_cs.properties +++ b/core/src/main/resources/i18n/displayStrings_cs.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (min - max) shared.removeOffer=Odstranit nabídku shared.dontRemoveOffer=Neodstraňovat nabídku shared.editOffer=Upravit nabídku +shared.duplicateOffer=Duplikovat nabídku shared.openLargeQRWindow=Otevřít velké okno s QR kódem shared.tradingAccount=Obchodní účet shared.faq=Navštívit stránku FAQ @@ -394,7 +395,7 @@ offerbook.removeOffer.success=Odebrání nabídky bylo úspěšné. offerbook.removeOffer.failed=Odebrání nabídky selhalo:\n{0} offerbook.deactivateOffer.failed=Deaktivace nabídky se nezdařila:\n{0} offerbook.activateOffer.failed=Zveřejnění nabídky se nezdařilo:\n{0} -offerbook.withdrawFundsHint=Prostředky, které jste zaplatili, můžete vybrat z obrazovky {0}. +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=Žádný platební účet pro vybranou měnu offerbook.warning.noTradingAccountForCurrency.msg=Pro vybranou měnu nemáte nastavený platební účet.\n\nChcete místo toho vytvořit nabídku pro jinou měnu? @@ -536,7 +537,7 @@ takeOffer.success.info=Stav vašeho obchodu můžete vidět v \"Portfolio/Otevř takeOffer.error.message=Při převzetí nabídky došlo k chybě.\n\n{0} takeOffer.bsqSwap.success.headline=Váš swapový obchod BSQ je dokončen -takeOffer.bsqSwap.success.info=Until your trade is included in a block you can see your completed trade at \"Portfolio/Unconfirmed BSQ Swaps\" +takeOffer.bsqSwap.success.info=Dokud váš obchod nebude zahrnut v bitcoin bloku, můžete si svůj dokončený obchod prohlédnout na \"Portfolio/Nepotvrzené BSQ swapy\" # new entries takeOffer.takeOfferButton=Přehled: Využijte nabídku {0} bitcoin @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Deaktivovat API filterWindow.disableMempoolValidation=Deaktivovat validaci mempoolu filterWindow.disablePowMessage=Zakázat zprávy vyžadující Proof of Work filterWindow.powDifficulty=Obtížnost Proof of work (BSQ swap nabídky) +filterWindow.enabledPowVersions=Povolené verze Proof of work (čísla oddělená čárkou) filterWindow.makerFeeBtc=Min. BTC poplatek tvůrce (např. 0.001) filterWindow.takerFeeBtc=Min. BTC poplatek příjemce (e.g. 0.007) filterWindow.makerFeeBsq=Min. BTC poplatek tvůrce (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=Musíte počkat, až budete m popup.warning.downloadNotComplete=Musíte počkat, až bude stahování chybějících bitcoinových bloků kompletní. popup.warning.chainNotSynced=Výška blockchainu peněženky Bisq není správně synchronizována. Pokud jste aplikaci spustili nedávno, počkejte, dokud nebude zveřejněn jeden blok bitcoinů.\n\nVýšku blockchainu můžete zkontrolovat v Nastavení/Informace o síti. Pokud projde více než jeden blok a tento problém přetrvává, asi být zastaven, v takovém případě byste měli provést SPV resynchonizaci. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Bisq DAO stav musí být resynchronizován.\n\nProsím přejděte do menu \"Sledování DAO sítě\" a postupujte podle instrukcí, abyste stav DAO znovu resynchronizovali. -popup.warning.removeOffer=Opravdu chcete tuto nabídku odebrat?\nPokud tuto nabídku odstraníte, ztratí se poplatek tvůrce {0}. -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=Nelze nastavit procento 100% nebo větší. popup.warning.examplePercentageValue=Zadejte procento jako číslo \"5.4\" pro 5.4% popup.warning.noPriceFeedAvailable=Pro tuto měnu není k dispozici žádný zdroj cen. Nelze použít procentuální cenu.\nVyberte pevnou cenu. diff --git a/core/src/main/resources/i18n/displayStrings_de.properties b/core/src/main/resources/i18n/displayStrings_de.properties index 725374e2aa9..1e4bf121234 100644 --- a/core/src/main/resources/i18n/displayStrings_de.properties +++ b/core/src/main/resources/i18n/displayStrings_de.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (min - max) shared.removeOffer=Angebot entfernen shared.dontRemoveOffer=Angebot nicht entfernen shared.editOffer=Angebot bearbeiten +shared.duplicateOffer=Angebot kopieren shared.openLargeQRWindow=Großes QR-Code Fenster öffnen shared.tradingAccount=Handelskonto shared.faq=Zur FAQ Seite @@ -394,7 +395,7 @@ offerbook.removeOffer.success=Das Entfernen des Angebots war erfolgreich. offerbook.removeOffer.failed=Entfernen des Angebots ist fehlgeschlagen:\n{0} offerbook.deactivateOffer.failed=Deaktivieren des Angebots fehlgeschlagen:\n{0} offerbook.activateOffer.failed=Veröffentlichung des Angebots fehlgeschlagen:\n{0} -offerbook.withdrawFundsHint=Sie können die eingezahlten Gelder im {0}-Bildschirm abheben. +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=Kein Zahlungskonto für die gewählte Währung offerbook.warning.noTradingAccountForCurrency.msg=Sie haben kein Zahlungskonto für die gewählte Währung eingerichtet.\n\nWollen Sie stattdessen ein Handelsangebot für eine andere Währung erstellen? @@ -1044,8 +1045,8 @@ support.sellerTaker=BTC-Verkäufer/Abnehmer support.backgroundInfo=Bisq ist kein Unternehmen, daher behandelt es Konflikte unterschiedlich.\n\nTrader können innerhalb der Anwendung über einen sicheren Chat auf dem Bildschirm für offene Trades kommunizieren, um zu versuchen, Konflikte selbst zu lösen. Wenn das nicht ausreicht, kann ein Mediator einschreiten und helfen. Der Mediator wird die Situation bewerten und eine Auszahlung von Trade Funds vorschlagen. Wenn beide Trader diesen Vorschlag annehmen, ist die Auszahlungstransaktion abgeschlossen und der Trade geschlossen. Wenn ein oder beide Trader mit der vom Mediator vorgeschlagenen Auszahlung nicht einverstanden sind, können sie ein Vermittlungsverfahren beantragen, bei dem der Vermittler die Situation neu bewertet und, falls gerechtfertigt, dem Trader persönlich eine Rückerstattung leistet und die Rückerstattung dieser Zahlung vom Bisq DAO verlangt. support.initialInfo=Bitte geben Sie eine Beschreibung Ihres Problems in das untenstehende Textfeld ein. Fügen Sie so viele Informationen wie möglich hinzu, um die Zeit für die Konfliktlösung zu verkürzen.\n\nHier ist eine Checkliste der Informationen die Sie angeben sollten:\n\t● Wenn Sie der BTC-Käufer sind: Haben Sie die Geld- (Fiat-) oder Altcoin-Überweisung vorgenommen? Wenn ja, haben Sie in der Anwendung auf die Schaltfläche "Zahlung gestartet" geklickt?\n\t● Wenn Sie der BTC-Verkäufer sind: Haben Sie die Geld- (Fiat-) oder Altcoin-Zahlung erhalten? Wenn ja, haben Sie in der Anwendung auf die Schaltfläche "Zahlung erhalten" geklickt?\n\t● Welche Version von Bisq verwenden Sie?\n\t● Welches Betriebssystem verwenden Sie?\n\t● Wenn Sie ein Problem mit fehlgeschlagenen Transaktionen hatten, erwägen Sie bitte zu einem neuen Datei-Verzeichnis zu wechseln.\n\t Manchmal wird das Datei-Verzeichnis beschädigt was zu seltsamen Fehlern führt. \n\t Siehe: https://bisq.wiki/Switching_to_a_new_data_directory\n\nBitte machen Sie sich mit den Grundregeln der Konfliktlösung vertraut:\n\t● Sie müssen auf die {0}. Anfrage innerhalb von 2 Tagen antworten.\n\t● {1}\n\t● Die maximale Zeitspanne für eine Konfliktlösung beträgt 14 Tage.\n\t● Sie müssen mit dem/der {2} zusammenarbeiten und die Informationen zur Verfügung stellen, die sie anfordern, um Ihren Fall zu bearbeiten.\n\t● Sie haben die in der Benutzervereinbarung aufgeführten Regeln zur Konfliktlösung akzeptiert, als Sie die Anwendung zum ersten Mal gestartet haben.\n\nSie können hier weitere Informationen zur Konfliktlösung finden: {3} -support.initialMediatorMsg=Mediators will generally reply to you within 24 hours.\n\t If you have not had a reply after 48 hours please feel free to reach out to your mediator on Keybase.\n\t Mediators usernames on Keybase are the same as their usernames within the Bisq app.\n\t Your mediator is: {0} -support.initialArbitratorMsg=Arbitrators will generally reply to you within 5 days.\n\t If you have not had a reply after 7 days please feel free to reach out to your arbitrator on Keybase.\n\t Arbitrators usernames on Keybase are the same as their usernames within the Bisq app.\n\t Your arbitrator is: {0} +support.initialMediatorMsg=Mediatoren antworten in der Regel innerhalb von 24 Stunden.\n\tFalls Sie nach 48 Stunden noch keine eine Antwort erhalten haben, versuchen Sie bitte ihren Mediator auf Keybase zu kontaktieren.\n\tDie Benutzernamen der Mediatoren auf Keybase sind die gleichen wie ihre Benutzernamen in der Bisq App.\n\tIhr Mediator ist: {0} +support.initialArbitratorMsg=Vermittler antworten in der Regel innerhalb von 5 Tagen.\n\tFalls sie nach 7 Tagen noch keine Antwort erhalten haben, versuchen Sie bitte ihren Vermittler auf Keybase zu kontaktieren.\n\tDie Benutzernamen der Vermittler auf Keybase sind die gleichen wie ihre Benutzernamen in der Bisq App.\n\tIhr Vermittler ist: {0} support.systemMsg=Systemnachricht: {0} support.youOpenedTicket=Sie haben eine Anfrage auf Support geöffnet.\n\n{0}\n\nBisq-Version: {1} support.youOpenedDispute=Sie haben eine Anfrage für einen Konflikt geöffnet.\n\n{0}\n\nBisq-version: {1} @@ -1117,7 +1118,7 @@ setting.preferences.dao.activated=DAO aktiviert setting.preferences.dao.activated.popup=Die Änderung wird nach dem Restart übernommen setting.preferences.dao.fullModeDaoMonitor=DAO-Zustandsüberwachung im Vollmodus -setting.preferences.dao.fullModeDaoMonitor.popup=If full-mode DAO state monitoring is activated the DAO state hashes are created during parsing the BSQ blocks. This comes with considerable performance costs at the initial DAO sync.\n\nFor users who are regularily using Bisq this should not be an issue as there are not many blocks pending for parsing, though for users who only use Bisq casually creating the DAO state hashes for 100s or 1000s of blocks degrades heavily the user experience.\n\nIn case full-mode is deactivated (default) the missing DAO state hashes are requested from network nodes and the DAO state hash based on the most recent block will be created by the user. As all hashes are connected by reference to the previous hash a correct hash at the chain tip means that all past hashes are correct as well. The main functionality of the DAO state monitoring - to detect if the local DAO state is out of sync with the rest of the network - is therefore still fulfilled. +setting.preferences.dao.fullModeDaoMonitor.popup=Wenn die Überwachung des Status des DAOs im Vollmodus aktiviert ist, werden die DAO-Hashes beim Parsen der BSQ-Blöcke erstellt. Das geht erheblich auf die Performance bei der ersten DAO-Synchronisierung.\n\nFür Benutzer, die Bisq regelmäßig verwenden, sollte dies kein Problem darstellen, da nicht viele Blöcke zum Parsen anstehen. Für Benutzer, die Bisq nur gelegentlich verwenden, dauert die Erstellung der DAO-Status-Hashes für Hunderte oder Tausende von Blöcken etwas länger.\n\nIst der Vollmodus deaktiviert (Standardeinstellung), werden die fehlenden DAO-Status-Hashes von den Netzwerkknoten angefordert und der DAO-Status-Hash, basierend auf dem aktuellsten Block, vom Benutzer erstellt. Da alle Hashes sich vom vorherigen Hash ableiten, bedeutet ein korrekter Hash an der Spitze der Chain, dass alle vergangenen Hashes ebenfalls korrekt waren. Die Hauptfunktion der DAO-Zustandsüberwachung ist es zu erkennen, ob der lokale DAO-Zustand nicht mehr mit dem Rest des Netzwerks synchron ist. setting.preferences.dao.rpcUser=RPC Benutzername setting.preferences.dao.rpcPw=RPC Passwort @@ -1317,7 +1318,7 @@ account.altcoin.popup.ZEC.msg=Bei der Verwendung von Zcash können Sie nur die t # suppress inspection "UnusedProperty" account.altcoin.popup.XZC.msg=Bei der Verwendung von Zcoin können Sie nur die transparenten (rückverfolgbaren) Adressen verwenden, nicht die nicht rückverfolgbaren Adressen, da der Mediator oder Vermittler nicht in der Lage wäre, die Transaktion mit nicht rückverfolgbaren Adressen in einem Block-Explorer zu verifizieren. # suppress inspection "UnusedProperty" -account.altcoin.popup.grin.msg=GRIN requires an interactive process between the sender and receiver to create the transaction. Be sure to follow the instructions from the GRIN project web page [HYPERLINK:https://grin.mw] to reliably send and receive GRIN. More information on transacting GRIN can be found here [HYPERLINK:https://docs.grin.mw/about-grin/transactions/].\n\nThe GRIN sender is required to provide proof that they have sent GRIN successfully. If the wallet cannot provide that proof, a potential dispute will be resolved in favor of the GRIN receiver. Please be sure that you use the latest GRIN software which supports the transaction proof and that you understand the process of transferring and receiving GRIN as well as how to create the proof. \n\nSee [HYPERLINK:https://bisq.wiki/Trading_GRIN] for more information about trading GRIN on Bisq. +account.altcoin.popup.grin.msg=GRIN erfordert einen interaktiven Prozess zwischen dem Sender und dem Empfänger, um die Transaktion zu erstellen. Befolgen Sie unbedingt die Anweisungen auf der GRIN-Webseite [HYPERLINK:https://grin.mw], um GRIN zuverlässig zu senden und zu empfangen. Weitere Informationen zur Durchführung von GRIN-Transaktionen finden Sie hier [HYPERLINK:https://docs.grin.mw/about-grin/transactions/].\n\nDer GRIN-Sender muss nachweisen, dass er die GRIN erfolgreich versendet hat. Wenn die Wallet diesen Nachweis nicht erbringen kann, wird ein möglicher Disput zugunsten des GRIN-Empfängers entschieden. Bitte vergewissern Sie sich, dass Sie die neueste GRIN-Software verwenden, die den Transaktionsnachweis unterstützt, und dass Sie den Prozess der Übertragung und des Empfangs von GRIN sowie die Erstellung des Nachweises verstehen. \n\nSiehe [HYPERLINK:https://bisq.wiki/Trading_GRIN] für weitere Informationen über den Handel mit GRIN auf Bisq. # suppress inspection "UnusedProperty" account.altcoin.popup.beam.msg=BEAM benötigt einen interaktiven Prozess zwischen Sender und Empfänger, um die Transaktion zu erstellen.\n\nStellen Sie sicher, den Anweisungen der BEAM Projekt Webseite zu folgen, um zuverlässig BEAM zu senden und empfangen (der Empfänger muss oinline oder wenigstens während eines gewissen Zeitfensters). \n\nDer BEAM Sender muss beweisen können, die BEAM erfolgreich gesendet zu haben. Bitte stellen Sie sicher, dass Sie Wallet Software verwenden, die solche Beweise erstellen kann. Falls Die Wallet den Beweis nicht erstellen kann, wird ein potentieller Konflikt zugunsten des BEAM Empfängers entschieden. # suppress inspection "UnusedProperty" @@ -1983,7 +1984,7 @@ dao.news.bisqDAO.description=Genauso wie der Bisq Handelsplatz dezentral und res dao.news.bisqDAO.readMoreLink=Erfahren Sie mehr über den Bisq DAO dao.news.daoInfo.title=Aktiviere die Bisq DAO -dao.news.daoInfo.description=To participate in the Bisq DAO and to use BSQ for discounted trading fees, you need to enable the DAO. When the DAO is enabled, Bisq downloads all missing blocks and verifies BSQ transactions. This verification process requires time, during which you may see Bisq use a lot of memory and processing power. This is normal. +dao.news.daoInfo.description=Um an der Bisq DAO teilzunehmen und BSQ für vergünstigte Trading-Gebühren zu nutzen, müssen Sie die DAO aktivieren. Wenn die DAO aktiviert ist, lädt Bisq alle fehlenden Blöcke herunter und verifiziert die BSQ-Transaktionen. Dieser Verifizierungsprozess benötigt Zeit, während Bisq möglicherweise viel Speicher und Rechenleistung benötigt. Das ist völlig normal. dao.news.daoInfo.firstSection.title=1. DAO aktivieren dao.news.daoInfo.firstSection.content=Bisq DAO aktivieren und neu starten dao.news.DAOOnTestnet.secondSection.title=2. Einige BSQ erwerben @@ -2245,6 +2246,7 @@ filterWindow.disableApi=API deaktivieren filterWindow.disableMempoolValidation=Mempool Nachweis ausschalten filterWindow.disablePowMessage=Deaktivieren von Nachrichten, die Proof of Work erfordern filterWindow.powDifficulty=Proof of work Difficulty (BSQ Swap-Angebote) +filterWindow.enabledPowVersions=Aktivierte Proof of Work Versionen (mit Komma separierte Integer) filterWindow.makerFeeBtc=Min. BTC Maker-Gebühr (z.B. 0,001) filterWindow.takerFeeBtc=Min. BTC Taker-Gebühr (z.B. 0,007) filterWindow.makerFeeBsq=Min. BSQ Maker-Gebühr (z.B. 15,14) @@ -2407,7 +2409,7 @@ popup.warning.downloadNotComplete=Sie müssen warten bis der Download der fehlen popup.warning.chainNotSynced=Die Blockchain Größe der Bisq Wallet ist nicht korrekt synchronisiert. Wenn Sie kürzlich die Applikation geöffnet haben, warten Sie bitte bis ein Bitcoin Block veröffentlicht wurde.\n\nSie können die Blockchain Größe unter Einstellungen/Netzwerkinformationen finden. Wenn mehr als ein Block veröffentlicht wird und das Problem weiterhin bestehen sollte, wird es eventuell abgewürgt werden. Dann sollten Sie einen SPV Resync durchführen. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Ihr Bisq DAO Status muss sich erneut synchronisieren.\n\nBitte gehen Sie zum Menü des DAO Netzwerk Monitors und folgen Sie den Anweisungen um den DAO Status erneut zu synchronsieren. popup.warning.removeOffer=Sind Sie sicher, dass Sie das Angebot entfernen wollen?\nDie Erstellergebühr von {0} geht verloren, wenn Sie des Angebot entfernen. -popup.warning.removeNoFeeOffer=Sind Sie sicher, dass Sie dieses Angebot löschen möchten?\nWenn Sie dieses Angebot löschen, geht keine Maker-Gebühr verloren. +popup.warning.removeNoFeeOffer=Sind Sie sicher, dass Sie dieses Angebot löschen möchten?\nWenn Sie dieses Angebot löschen, geht keine Erstellergebühr verloren. popup.warning.tooLargePercentageValue=Es kann kein Prozentsatz von 100% oder mehr verwendet werden. popup.warning.examplePercentageValue=Bitte geben sei einen Prozentsatz wie folgt ein \"5.4\" für 5.4% popup.warning.noPriceFeedAvailable=Es ist kein Marktpreis für diese Währung verfügbar. Sie können keinen auf Prozent basierenden Preis verwenden.\nBitte wählen Sie den Festpreis. @@ -2503,7 +2505,7 @@ popup.accountSigning.unsignedPubKeys.signed=Pubkeys wurden unterzeichnet popup.accountSigning.unsignedPubKeys.result.signed=Unterzeichnete Pubkeys popup.accountSigning.unsignedPubKeys.result.failed=Unterzeichnung fehlgeschlagen -popup.info.torMigration.msg=Your Bisq node is currently using a Tor v2 address. Tor v2 is being deprecated soon [HYPERLINK:https://blog.torproject.org/v2-deprecation-timeline], and Bisq nodes with Tor v2 addresses will no longer be able to trade on August 15th, 2021.\n\nPlease switch your Bisq node to a Tor v3 address. It's quick and simple -- see details in this doc [HYPERLINK:https://bisq.wiki/Changing_your_onion_address] or in this video [HYPERLINK:https://bitcointv.com/videos/watch/f96adc20-4092-4253-84c0-1b18088b4b95]. \n\nMake sure to back up your data directory beforehand. +popup.info.torMigration.msg=Ihre Bisq Node verwendet derzeit eine Tor v2-Adresse. Tor v2 wird bald abgeschaltet [HYPERLINK:https://blog.torproject.org/v2-deprecation-timeline], und Bisq Nodes mit Tor v2-Adressen werden ab dem 15. August 2021 nicht mehr handeln können.\n\nBitte stelle deine Bisq Node auf eine Tor v3-Adresse um. Das geht schnell und einfach - Details findest du in diesem Dokument [HYPERLINK:https://bisq.wiki/Changing_your_onion_address] oder in diesem Video [HYPERLINK:https://bitcointv.com/videos/watch/f96adc20-4092-4253-84c0-1b18088b4b95]. \n\nStelle sicher, dass du vorher ein Backup deines Datenverzeichnisses erstellst. #################################################################### # Notifications @@ -2852,81 +2854,81 @@ payment.amazonGiftCard.upgrade=Bei der Zahlungsmethode Amazon Geschenkkarten mus payment.account.amazonGiftCard.addCountryInfo={0}\nDein bestehendes Amazon Geschenkkarten Konto ({1}) wurde keinem Land zugeteilt.\nBitte geben Sie das Amazon Geschenkkarten Land ein um Ihre Kontodaten zu aktualisieren.\nDas wird ihr Kontoalter nicht beeinflussen. payment.amazonGiftCard.upgrade.headLine=Amazon Geschenkkarte Konto updaten -payment.swift.info.account=Carefully review the core guidelines for using SWIFT on Bisq:\n\n- fill all fields completely and accurately \n- buyer must send payment in currency specified by the offer maker \n- buyer must use the shared fee model (SHA) \n- buyer and seller may incur fees, so they should check their bank's fee schedules beforehand \n\nSWIFT is more sophisticated than other payment methods, so please take a moment to review full guidance on the wiki [HYPERLINK:https://bisq.wiki/SWIFT]. +payment.swift.info.account=Lesen Sie die wichtigsten Richtlinien für die Nutzung von SWIFT auf Bisq sorgfältig durch:\n\n- füllen Sie alle Felder vollständig und korrekt aus \n- Der Käufer muss die Zahlung in der vom Verkäufer angegebenen Währung senden. \n- Der Käufer muss das Modell das Shared Fee Modell (SHA) verwenden. \n- für Käufer und Verkäufer können Gebühren anfallen, daher sollten sie sich vorher über die Gebühren Ihrer Bank informieren \n\nSWIFT ist komplizierter als andere Zahlungsmethoden, daher sollten Sie sich einen Moment Zeit nehmen, um die vollständige Anleitung im Wiki [HYPERLINK:https://bisq.wiki/SWIFT] zu lesen. -payment.swift.info.buyer=To buy bitcoin with SWIFT, you must:\n\n- send payment in the currency specified by the offer maker \n- use the shared fee model (SHA) to send payment\n\nPlease review further guidance on the wiki to avoid penalties and ensure smooth trades [HYPERLINK:https://bisq.wiki/SWIFT]. +payment.swift.info.buyer=Um Bitcoin mit SWIFT zu kaufen, müssen Sie:\n\n- die Zahlung in der vom Anbieter angegebenen Währung senden \n- das Shared-Fee-Modell (SHA) verwenden, um die Zahlung zu senden.\n\nBitte lesen Sie weitere Hinweise im Wiki, um Strafen zu vermeiden und einen reibungslosen Handel zu gewährleisten [HYPERLINK:https://bisq.wiki/SWIFT]. -payment.swift.info.seller=SWIFT senders are required to use the shared fee model (SHA) to send payments.\n\nIf you receive a SWIFT payment that does not use SHA, open a mediation ticket.\n\nPlease review further guidance on the wiki to avoid penalties and ensure smooth trades [HYPERLINK:https://bisq.wiki/SWIFT]. +payment.swift.info.seller=Sender von SWIFT-Transaktionen müssen für den Versand von Zahlungen das SHA-Modell (Shared Fee Model) verwenden.\n\nWenn Sie eine SWIFT-Zahlung erhalten, die kein SHA verwendet, öffnen Sie ein Mediations-Ticket.\n\nBitte lesen Sie weitere Hinweise im Wiki, um Strafen zu vermeiden und einen reibungslosen Handel zu gewährleisten [HYPERLINK:https://bisq.wiki/SWIFT]. -payment.imps.info.account=Please make sure to include your:\n\n● Account owner full name\n● Account number\n● IFSC number\n\nThese details should match your bank account that you will use for sending / receiving payments.\n\nPlease be aware there is a maximum of Rs. 200,000 that can be sent per transaction. If you are trading over this amount multiple transactions will be needed. However be aware their is a maximum limit of Rs. 1,000,000 that can be sent per day.\n\nSome banks have different limits for their customers. -payment.imps.info.buyer=Please send payment only to the account details provided in Bisq.\n\nThe maximum trade size is Rs. 200,000 per transaction.\n\nIf your trade is over Rs. 200,000 you will have to make multiple transfers. However be aware their is a maximum limit of Rs. 1,000,000 that can be sent per day.\n\nPlease note some banks have different limits for their customers. -payment.imps.info.seller=If you intend to receive over Rs. 200,000 per trade you should expect the buyer to have to make multiple transfers. However be aware there is a maximum limit of Rs. 1,000,000 that can be sent per day.\n\nPlease note some banks have different limits for their customers. +payment.imps.info.account=Bitte stellen Sie sicher, dass Sie Ihre Daten angeben:\n\n● Vollständiger Name des Kontoinhabers\n● Kontonummer\n● IFSC-Nummer\n\nDiese Angaben sollten mit Ihrem Bankkonto übereinstimmen, das Sie zum Senden/Empfangen von Zahlungen verwenden werden.\n\nBitte beachten Sie, dass pro Transaktion maximal 200.000 Indische Rupien versendet werden können. Wenn Sie über diesen Betrag hinaus handeln, sind mehrere Transaktionen erforderlich. Beachten Sie jedoch, dass pro Tag maximal 1.000.000 Indische Rupien versendet werden können.\n\nEinige Banken haben andere Obergrenzen für ihre Kunden. +payment.imps.info.buyer=Bitte überweisen Sie Zahlungen nur auf die in Bisq angegebenen Kontodaten.\n\nDie maximale Handelsgröße beträgt 200.000 Indische Rupien pro Transaktion.\n\nWenn Ihr Handel mehr als 200.000Indische Rupien beträgt, müssen Sie mehrere Überweisungen tätigen. Beachten Sie jedoch, dass pro Tag maximal 1.000.000 Indische Rupien überwiesen werden können.\n\nBitte beachten Sie, dass einige Banken andere Obergrenzen für ihre Kunden haben. +payment.imps.info.seller=Wenn Sie beabsichtigen, mehr als 200.000 Indische Rupien pro Handel zu erhalten, sollten Sie damit rechnen, dass der Käufer mehrere Überweisungen vornehmen muss. Beachten Sie jedoch, dass es eine Höchstgrenze von 1.000.000 Indischen Rupien pro Tag gibt, die gesendet werden können.\n\nBitte beachten Sie, dass einige Banken andere Obergrenzen für ihre Kunden haben. -payment.neft.info.account=Please make sure to include your:\n\n● Account owner full name\n● Account number\n● IFSC number\n\nThese details should match your bank account that you will use for sending / receiving payments.\n\nPlease be aware there is a maximum of Rs. 50,000 that can be sent per transaction. If you are trading over this amount multiple transactions will be needed.\n\nPlease note some banks have different limits for their customers. -payment.neft.info.buyer=Please send payment only to the account details provided in Bisq.\n\nThe maximum trade size is Rs. 50,000 per transaction.\n\nIf your trade is over Rs. 50,000 you will have to make multiple transfers.\n\nPlease note some banks have different limits for their customers. -payment.neft.info.seller=If you intend to receive over Rs. 50,000 per trade you should expect the buyer to have to make multiple transfers.\n\nPlease note some banks have different limits for their customers. +payment.neft.info.account=Bitte stellen Sie sicher, dass Sie Ihre Daten angeben:\n\n● Vollständiger Name des Kontoinhabers\n● Kontonummer\n● IFSC-Nummer\n\nDiese Angaben sollten mit Ihrem Bankkonto übereinstimmen, das Sie zum Senden/Empfangen von Zahlungen verwenden werden.\n\nBitte beachten Sie, dass pro Transaktion maximal 50.000 Indische Rupien versendet werden können. Wenn Sie über diesen Betrag hinaus handeln, sind mehrere Transaktionen erforderlich.\n\nBitte beachten Sie, dass einige Banken andere Obergrenzen für ihre Kunden haben. +payment.neft.info.buyer=Bitte überweisen Sie Zahlungen nur auf die in Bisq angegebenen Kontodaten.\n\nDie maximale Handelsgröße beträgt 50.000 Indische Rupien pro Transaktion.\n\nWenn Ihre Transaktion mehr als 50.000 Indische Rupien beträgt, müssen Sie mehrere Überweisungen tätigen.\n\nBitte beachten Sie, dass einige Banken andere Obergrenzen für ihre Kunden haben. +payment.neft.info.seller=Wenn Sie beabsichtigen, mehr als 50.000 Indische Rupien pro Handel zu erhalten, sollten Sie damit rechnen, dass der Käufer mehrere Überweisungen vornehmen muss.\n\nBitte beachten Sie, dass einige Banken unterschiedliche Limits für ihre Kunden haben. -payment.paytm.info.account=Please make sure to include your email or phone number that matches your email or phone number in your PayTM account. \n\nWhen users set up a PayTM account with No KYC users are limited to: \n\n● Maximum of Rs. 5,000 can be sent per transaction.\n● Maximum of Rs. 10,000 can be held in someone's PayTM wallet.\n\nIf you intend to trade amount of over 5,000 per trade you will need to complete KYC with PayTM. With KYC users are limited to:\n\n● Maximum of Rs. 100,000 can be sent per transaction.\n● Maximum of Rs. 100,000 can be held in someone's PayTM wallet.\n\nUsers should also be aware of account limits. Trades above PayTM account limits will likely have to take place over more than one day, or, be cancelled. -payment.paytm.info.buyer=Please send payment only to the email address or phone number provided.\n\nIf you intend to trade amount of over Rs. 5,000 per trade you will need to complete KYC with PayTM.\n\nWith No KYC Rs. 5,000 can be sent per transaction.\n\nWith KYC users Rs. 100,000 can be sent per transaction. -payment.paytm.info.seller=If you intend to trade amount of over Rs. 5,000 per trade you will need to complete KYC with PayTM. With KYC users are limited to:\n\n● Maximum of Rs. 100,000 can be sent per transaction.\n● Maximum of Rs. 100,000 can be held in your PayTM wallet .\n\nUsers should also be aware of account limits. As a maximum of Rs. 100,000 can be held in your PayTM wallet please make sure you transfer out your rupees regularly. +payment.paytm.info.account=Bitte stellen Sie sicher, dass Ihre E-Mail oder Telefonnummer mit Ihrer E-Mail oder Telefonnummer in Ihrem PayTM-Konto übereinstimmt. \n\nWenn Benutzer ein PayTM-Konto ohne KYC einrichten, sind sie beschränkt auf: \n\n● Transaktionen mit maximal 5.000 Indische Rupien.\n● Maximal 10.000 Indischen Rupien in der PayTM-Wallet.\n\nWenn Sie beabsichtigen, einen Betrag von mehr als 5.000 Indischen Rupien pro Transaktion zu handeln, müssen Sie den KYC bei PayTM abschließen. Mit KYC sind Nutzer auf folgende Beträge beschränkt:\n\n● Maximal 100.000 Indische Rupien können pro Transaktion gesendet werden.\n● Maximal 100.000 Indische Rupien können in der PayTM-Wallet einer anderen Person gehalten werden.\n\nBenutzer sollten sich auch der Kontolimits bewusst sein. Trades, die das PayTM-Kontolimit überschreiten, müssen wahrscheinlich über mehr als einen Tag hinweg getätigt werden oder werden storniert. +payment.paytm.info.buyer=Bitte senden Sie die Zahlung nur an die angegebene E-Mail-Adresse oder Telefonnummer.\n\nWenn Sie beabsichtigen, einen Betrag von mehr als 5.000 Indischen Rupien pro Transaktion zu handeln, müssen Sie den KYC bei PayTM abschließen.\n\nOhne KYC können 5.000 Indische Rupien pro Transaktion gesendet werden.\n\nMit KYC können 100.000 Indische Rupien pro Transaktion gesendet werden. +payment.paytm.info.seller=Wenn Sie beabsichtigen, einen Betrag von mehr als 5.000 Indischen Rupien pro Transaktion zu handeln, müssen Sie den KYC bei PayTM abschließen. Mit KYC sind Benutzer auf Folgendes beschränkt:\n\n● Pro Transaktion können maximal 100.000 Indische Rupien gesendet werden.\n● Maximal 100.000 Indische Rupien können in Ihrer PayTM-Wallet gehalten werden.\n\nBenutzer sollten sich auch der Kontolimits bewusst sind. Da maximal 100.000 Indische Rupien in Ihrer PayTM-Wallet gehalten werden können, stellen Sie bitte sicher, dass Sie Ihre Rupien regelmäßig abheben oder überweisen. -payment.rtgs.info.account=RTGS is for payments of large trades of Rs. 200,000 or over.\n\nWhen setting up your RTGS payment account please make sure to include your:\n\n● Account owner full name\n● Account number\n● IFSC number\n\nThese details should match your bank account that you will use for sending / receiving payments.\n\nPlease be aware there is a minimum trade amount of Rs. 200,000 that can be sent per transaction. If you are trading under this amount either the trade would get cancelled or both traders would have to agree on another payment method (eg IMPS or UPI). -payment.rtgs.info.buyer=Please send payment only to the account details provided in Bisq.\n\nPlease be aware there is a minimum trade amount of Rs. 200,000 that can be sent per transaction. If you are trading under this amount either the trade would get cancelled or both traders would have to agree on another payment method (eg IMPS or UPI). -payment.rtgs.info.seller=Please be aware there is a minimum trade amount of Rs. 200,000 that can be sent per transaction. If you are trading under this amount either the trade would get cancelled or both traders would have to agree on another payment method (eg IMPS or UPI). +payment.rtgs.info.account=RTGS ist für Zahlungen von größeren Trades von 200.000 Indischen Rupien oder mehr.\n\nWenn Sie Ihr RTGS-Zahlungskonto einrichten, geben Sie bitte unbedingt Folgendes an\n\n● Vollständiger Name des Kontoinhabers\n● Kontonummer\n● IFSC-Nummer\n\nDiese Angaben sollten mit Ihrem Bankkonto übereinstimmen, das Sie zum Senden/Empfangen von Zahlungen verwenden werden.\n\nBitte beachten Sie, dass ein Mindestbetrag von 200.000 Indischen Rupien pro Transaktion gesendet werden kann. Wenn Sie unter diesem Betrag handeln, wird entweder der Handel storniert oder beide Händler müssen sich auf eine andere Zahlungsmethode einigen (z.B. IMPS oder UPI). +payment.rtgs.info.buyer=Bitte senden Sie Zahlungen nur an die in Bisq angegebenen Kontodaten.\n\nBitte beachten Sie, dass pro Transaktion ein Mindestbetrag von 200.000 Indischen Rupien überwiesen werden muss. Wenn Sie unter diesem Betrag handeln, wird entweder der Handel storniert oder beide Händler müssen sich auf eine andere Zahlungsmethode einigen (z.B. IMPS oder UPI). +payment.rtgs.info.seller=Bitte beachten Sie, dass pro Transaktion ein Mindestbetrag von 200.000 Indischen Rupien überwiesen werden muss. Wenn Sie unter diesem Betrag handeln, wird entweder der Handel storniert oder beide Händler müssen sich auf eine andere Zahlungsmethode einigen (z.B. IMPS oder UPI). -payment.upi.info.account=Please make sure to include your Virtual Payment Address (VPA) also called your UPI ID. The format for this is like an email ID: with the sign “@” in the middle. For example, your UPI ID could be “receiver’s_name@bank_name” or “phone_number@bank_name.” \n\nFor UPI there is a maximum limit of Rs. 100,000 that can be sent per transaction. \n\nIf you intend to trade amount of over Rs. 100,000 per trade it is likely trades will have to take place over multiple transfers. \n\nPlease note some banks have different limits for their customers. -payment.upi.info.buyer=Please send payment only to the VPA / UPI ID provided in Bisq. \n\nThe maximum trade size is Rs. 100,000 per transaction. \n\nIf your trade is over Rs. 100,000 you will have to make multiple transfers. \n\nPlease note some banks have different limits for their customers. -payment.upi.info.seller=If you intend to receive over Rs. 100,000 per trade you should expect the buyer to have to make multiple transfers. \n\nPlease note some banks have different limits for their customers. +payment.upi.info.account=Bitte geben Sie unbedingt Ihre Virtual Paymen Address (VPA), auch UPI-ID genannt, an. Das Format dafür ist wie eine E-Mail-ID: mit dem Zeichen "@" in der Mitte. Ihre UPI-ID könnte zum Beispiel "Name des Empfängers@Bank_name" oder "Telefonnummer@Bank_name" lauten. \n\nFür UPI gibt es eine Höchstgrenze von 100.000 Rupien, die pro Transaktion gesendet werden können. \n\nWenn Sie beabsichtigen, einen Betrag von mehr als 100.000 Indischen Rupien pro Transaktion zu handeln, müssen Sie wahrscheinlich mehrere Überweisungen vornehmen. \n\nBitte beachten Sie, dass einige Banken andere Obergrenzen für ihre Kunden haben. +payment.upi.info.buyer=Bitte senden Sie Zahlungen nur an die in Bisq angegebene VPA / UPI ID. \n\nDie maximale Handelsgröße beträgt 100.000 Indische Rupien pro Transaktion. \n\nWenn Ihre Transaktion mehr als 100.000 Indischen Rupien beträgt, müssen Sie mehrere Überweisungen tätigen. \n\nBitte beachten Sie, dass einige Banken andere Obergrenzen für ihre Kunden haben. +payment.upi.info.seller=Wenn Sie beabsichtigen, mehr als 100.000 Indische Rupien pro Handel zu erhalten, sollten Sie damit rechnen, dass der Käufer mehrere Überweisungen vornehmen muss. \n\nBitte beachten Sie, dass einige Banken andere Obergrenzen für ihre Kunden haben. -payment.celpay.info.account=Please make sure to include the email your Celsius account is registered to. This will ensure that when you send funds they show from the correct account and when you receive funds they will be credited to your account.\n\nCelPay users are limited to sending $2,500 (or other currency/crypto equivalent) in 24 hours.\n\nTrades above CelPay account limits will likely have to take place over more than one day, or, be cancelled.\n\nCelPay supports multiple stablecoins:\n\n● USD Stablecoins; DAI, TrueUSD, USDC, ZUSD, BUSD, GUSD, PAX, USDT (ERC20)\n● CAD Stablecoins; TrueCAD\n● GBP Stablecoins; TrueGBP\n● HKD Stablecoins; TrueHKD\n● AUD Stablecoins; TrueAUD\n\nBTC Buyers can send any matching currency stablecoin to the BTC Seller. -payment.celpay.info.buyer=Please send payment only to the email address provided by the BTC Seller by sending a payment link.\n\nCelPay is limited to sending $2,500 (or other currency/crypto equivalent) in 24 hours.\n\nTrades above CelPay account limits will likely have to take place over more than one day, or, be cancelled.\n\nCelPay supports multiple stablecoins:\n\n● USD Stablecoins; DAI, TrueUSD, USDC, ZUSD, BUSD, GUSD, PAX, USDT (ERC20)\n● CAD Stablecoins; TrueCAD\n● GBP Stablecoins; TrueGBP\n● HKD Stablecoins; TrueHKD\n● AUD Stablecoins; TrueAUD\n\nBTC Buyers can send any matching currency stablecoin to the BTC Seller. -payment.celpay.info.seller=BTC Sellers should expect to receive payment via a secure payment link. Please make sure the email payment link contains the email address provided by the BTC Buyer.\n\nCelPay users are limited to sending $2,500 (or other currency/crypto equivalent) in 24 hours.\n\nTrades above CelPay account limits will likely have to take place over more than one day, or, be cancelled.\n\nCelPay supports multiple stablecoins:\n\n● USD Stablecoins; DAI, TrueUSD, USDC, ZUSD, BUSD, GUSD, PAX, USDT (ERC20)\n● CAD Stablecoins; TrueCAD\n● GBP Stablecoins; TrueGBP\n● HKD Stablecoins; TrueHKD\n● AUD Stablecoins; TrueAUD\n\nBTC Sellers should expect to receive any matching currency stablecoin from the BTC Buyer. It is possible for the BTC Buyer to send any matching currency stablecoin. -payment.celpay.supportedCurrenciesForReceiver=Supported currencies (please note: all the currencies below are supported stable coins within the Celcius app. Trades are for stable coins, not fiat.) +payment.celpay.info.account=Bitte geben Sie unbedingt die E-Mail-Adresse an, auf die Ihr Celsius-Konto registriert ist. So stellen Sie sicher, dass die Gelder, die Sie senden, vom richtigen Konto stammen, und dass die Gelder, die Sie erhalten, Ihrem Konto gutgeschrieben werden.\n\nCelPay-Nutzer können innerhalb von 24 Stunden maximal $2.500 (oder den Gegenwert einer anderen Währung/Kryptowährung) versenden.\n\nTrades, die die CelPay-Kontolimits überschreiten, müssen wahrscheinlich über mehr als einen Tag verteilt werden oder sie werden storniert.\n\nCelPay unterstützt mehrere Stablecoins:\n\n● USD Stablecoins; DAI, TrueUSD, USDC, ZUSD, BUSD, GUSD, PAX, USDT (ERC20)\n● CAD Stablecoins; TrueCAD\n● GBP Stablecoins; TrueGBP\n● HKD Stablecoins; TrueHKD\n● AUD Stablecoins; TrueAUD\n\nBTC-Käufer können dem BTC-Verkäufer Stablecoins in jeder passenden Währung schicken. +payment.celpay.info.buyer=Bitte senden Sie die Zahlung nur an die vom BTC-Verkäufer angegebene E-Mail-Adresse, indem Sie einen Zahlungslink senden.\n\nCelPay ist darauf beschränkt, innerhalb von 24 Stunden $2.500 (oder den Gegenwert einer anderen Währung/Kryptowährung) zu senden.\n\nTrades, die die CelPay-Kontolimits überschreiten, müssen wahrscheinlich über mehr als einen Tag verteilt werden oder werden storniert.\n\nCelPay unterstützt mehrere Stablecoins:\n\n● USD Stablecoins; DAI, TrueUSD, USDC, ZUSD, BUSD, GUSD, PAX, USDT (ERC20)\n● CAD Stablecoins; TrueCAD\n● GBP Stablecoins; TrueGBP\n● HKD Stablecoins; TrueHKD\n● AUD Stablecoins; TrueAUD\n\nBTC-Käufer können dem BTC-Verkäufer Stablecoins in jeder passenden Währung schicken. +payment.celpay.info.seller=BTC-Verkäufer sollten erwarten, dass sie die Zahlung über einen sicheren Zahlungslink erhalten. Bitte stellen Sie sicher, dass der E-Mail-Zahlungslink die vom BTC-Käufer angegebene E-Mail-Adresse enthält.\n\nCelPay-Nutzer können innerhalb von 24 Stunden maximal $2.500 (oder den Gegenwert einer anderen Währung/Kryptowährung) senden.\n\nTrades, die die CelPay-Kontolimits überschreiten, müssen wahrscheinlich über mehr als einen Tag stattfinden oder werden storniert.\n\nCelPay unterstützt mehrere Stablecoins:\n\n● USD Stablecoins; DAI, TrueUSD, USDC, ZUSD, BUSD, GUSD, PAX, USDT (ERC20)\n● CAD Stablecoins; TrueCAD\n● GBP Stablecoins; TrueGBP\n● HKD Stablecoins; TrueHKD\n● AUD Stablecoins; TrueAUD\n\nBTC-Verkäufer sollten damit rechnen, vom BTC-Käufer Stablecoins in der entsprechenden Währung zu erhalten. Es ist möglich, dass der BTC-Käufer eine beliebige passende Währung Stablecoin sendet. +payment.celpay.supportedCurrenciesForReceiver=Unterstützte Währungen (bitte beachten Sie: alle unten aufgeführten Währungen sind unterstützte Stablecoins innerhalb der Celcius-App. Trades sind für Stablecoins, nicht für Fiat). -payment.nequi.info.account=Please make sure to include your phone number that is associated with your Nequi account.\n\nWhen users set up a Nequi account payment limits are set to a maximum of ~ 7,000,000 COP that can be sent per month.\n\nIf you intend to trade amount of over 7,000,000 COP per trade you will need to complete KYC with Bancolombia and pay a fee of around 15,000 COP. After this all transactions will incur a 0.4% of tax. Please ensure you are aware of the latest taxes.\n\nUsers should also be aware of account limits. Trades above Nequi account limits will likely have to be cancelled. -payment.nequi.info.buyer=Please send payment only to the phone number provided in the BTC Seller's Bisq account.\n\nWhen users set up a Nequi account, payment limits are set to a maximum of ~ 7,000,000 COP that can be sent per month.\n\nIf you intend to trade amount of over 7,000,000 COP per trade you will need to complete KYC with Bancolombia and pay a fee of around 15,000 COP. After this all transactions will incur a 0.4% of tax. Please ensure you are aware of the latest taxes.\n\nUsers should also be aware of account limits. Trades above Nequi account limits will likely have to be cancelled. -payment.nequi.info.seller=Please check that the payment received matches the phone number provided in the BTC Buyer's Bisq account.\n\nWhen users set up a Nequi account, payment limits are set to a maximum of ~ 7,000,000 COP that can be sent per month.\n\nIf you intend to trade amount of over 7,000,000 COP per trade you will need to complete KYC with Bancolombia and pay a fee of around 15,000 COP. After this all transactions will incur a 0.4% of tax. Please ensure you are aware of the latest taxes.\n\nUsers should also be aware of account limits. Trades above Nequi account limits will likely have to be cancelled. +payment.nequi.info.account=Bitte stellen Sie sicher, dass Sie Ihre Telefonnummer angeben, die mit Ihrem Nequi-Konto verbunden ist.\n\nWenn Benutzer ein Nequi-Konto einrichten, sind die Zahlungslimits auf ein Maximum von 7.000.000 COP pro Monat festgelegt.\n\nWenn Sie beabsichtigen, einen Betrag von mehr als 7.000.000 COP pro Transaktion zu handeln, müssen Sie eine KYC-Prüfung bei Bancolombia durchführen und eine Gebühr von etwa 15.000 COP bezahlen. Danach wird auf alle Transaktionen eine Steuer von 0,4 % erhoben. Bitte vergewissern Sie sich, dass Sie über die aktuellen Steuern informiert sind.\n\nBenutzer sollten sich auch über die Kontolimits informieren. Trades, die über die Kontolimits von Nequi hinausgehen, müssen wahrscheinlich abgebrochen werden. +payment.nequi.info.buyer=Bitte senden Sie Zahlungen nur an die im Bisq-Konto des BTC-Verkäufers angegebene Telefonnummer.\n\nWenn Benutzer ein Nequi-Konto einrichten, sind die Zahlungslimits auf ein Maximum von 7.000.000 COP pro Monat festgelegt.\n\nWenn Sie beabsichtigen, einen Betrag von mehr als 7.000.000 COP pro Transaktion zu handeln, müssen Sie eine KYC-Prüfung bei Bancolombia durchführen und eine Gebühr von etwa 15.000 COP bezahlen. Danach wird auf alle Transaktionen eine Steuer von 0,4 % erhoben. Bitte vergewissern Sie sich, dass Sie über die aktuellen Steuern informiert sind.\n\nBenutzer sollten sich auch der Kontolimits bewusst sein. Trades, die über die Kontolimits von Nequi hinausgehen, müssen wahrscheinlich abgebrochen werden. +payment.nequi.info.seller=Bitte überprüfen Sie, ob die erhaltene Zahlung mit der im Bisq-Konto des BTC-Käufers angegebenen Telefonnummer übereinstimmt.\n\nWenn Benutzer ein Nequi-Konto einrichten, sind die Zahlungslimits auf ein Maximum von 7.000.000 COP pro Monat festgelegt.\n\nWenn Sie beabsichtigen, einen Betrag von mehr als 7.000.000 COP pro Transaktion zu handeln, müssen Sie eine KYC-Prüfung bei Bancolombia durchführen und eine Gebühr von etwa 15.000 COP bezahlen. Danach wird auf alle Transaktionen eine Steuer von 0,4 % erhoben. Bitte vergewissern Sie sich, dass Sie über die aktuellen Steuern informiert sind.\n\nBenutzer sollten sich auch der Kontolimits bewusst sein. Trades, die über die Kontolimits von Nequi hinausgehen, müssen wahrscheinlich abgebrochen werden. -payment.bizum.info.account=To use Bizum you need a bank account (IBAN) in Spain and to be registered for the service.\n\nBizum can be used for trades between €0.50 and €1,000.\n\nThe maximum amount of transactions you can send/receive using Bizum is €2,000 Euros per day.\n\nBizum users can have a maximum of 150 operations per month.\n\nEach bank however may establish its own limits, within the above limits, for its clients.\n\nTraders on Bisq should be aware of their limits. If you trade over the above limits your trade might be cancelled and there could be a penalty. -payment.bizum.info.buyer=Please send payment only to the BTC Seller's mobile phone number as provided in Bisq.\n\nThe maximum trade size is €1,000 per payment. The maximum amount of transactions you can send using Bizum is €2,000 Euros per day.\n\nIf you trade over the above limits your trade might be cancelled and there could be a penalty. -payment.bizum.info.seller=Please make sure your payment is received from the BTC Buyer's mobile phone number as provided in Bisq.\n\nThe maximum trade size is €1,000 per payment. The maximum amount of transactions you can receive using Bizum is €2,000 Euros per day.\n\nIf you trade over the above limits your trade might be cancelled and there could be a penalty. +payment.bizum.info.account=Um Bizum zu nutzen, benötigen Sie ein Bankkonto (IBAN) in Spanien und müssen für den Service registriert sein.\n\nBizum kann für Transaktionen zwischen 0,50 € und 1.000 € genutzt werden.\n\nDer Höchstbetrag der Transaktionen, die Sie mit Bizum senden/empfangen können, beträgt 2.000 Euro pro Tag.\n\nBizum-Nutzer können maximal 150 Transaktionen pro Monat durchführen.\n\nJede Bank kann jedoch innerhalb der oben genannten Grenzen ihre eigenen Limits für ihre Kunden festlegen.\n\nHändler auf Bisq sollten sich über ihre Limits im Klaren sein. Wenn Sie über die oben genannten Grenzen hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen. +payment.bizum.info.buyer=Bitte senden Sie Zahlungen nur an die in Bisq angegebene Mobiltelefonnummer des BTC-Verkäufers.\n\nDie maximale Handelsgröße beträgt 1.000 € pro Zahlung. Der maximale Betrag an Transaktionen, den Sie mit Bizum senden können, beträgt 2.000 Euro pro Tag.\n\nWenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen. +payment.bizum.info.seller=Bitte stellen Sie sicher, dass Ihre Zahlung von der in Bisq angegebenen Handynummer des BTC-Käufers empfangen wird.\n\nDie maximale Handelsgröße beträgt 1.000 € pro Zahlung. Die maximale Anzahl an Transaktionen, die Sie mit Bizum erhalten können, beträgt 2.000 Euro pro Tag.\n\nWenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen.\n\n -payment.pix.info.account=Please make sure to include your chosen Pix Key. There are four types of keys: CPF (Natural Persons Register) or CNPJ (National Registry of Legal Entities), e-mail address, telephone number or a random key generated by the system called a universally unique identifier (UUID). A different key must be used for each Pix account you have. Individuals can create up to five keys for each account they own.\n\nWhen trading on Bisq, BTC Buyers should use their Pix Keys as the payment description so that it is easy for the BTC Sellers to identify the payment as coming from themselves. -payment.pix.info.buyer=Please send payment only the Pix Key provided in the BTC Seller's Bisq account.\n\nPlease use your Pix Key as the payment reference so that it is easy for the BTC Seller to identify the payment as coming from yourself. -payment.pix.info.seller=Please check that the payment received description matches the Pix Key provided in the BTC Buyer's Bisq account. +payment.pix.info.account=Achten Sie bitte darauf, den von Ihnen gewählten Pix Key anzugeben. Es gibt vier Arten von Schlüsseln: CPF (Natural Persons Register) oder CNPJ (National Registry of Legal Entities), E-Mail-Adresse, Telefonnummer oder ein vom System nach dem Zufallsprinzip generierter Schlüssel, der so genannte UUID (Universally Unique Identifier). Für jedes Pix-Konto, das Sie besitzen, muss ein anderer Schlüssel verwendet werden. Einzelpersonen können für jedes Konto, das sie besitzen, bis zu fünf Schlüssel erstellen.\n\nBeim Handel auf Bisq sollten BTC-Käufer ihre Pix-Schlüssel als Zahlungsbeschreibung verwenden, damit es für die BTC-Verkäufer einfach ist, die Zahlung als von ihnen stammend zu identifizieren. +payment.pix.info.buyer=Bitte senden Sie die Zahlung nur mit dem Pix Key, der im Bisq-Konto des BTC-Verkäufers angegeben ist.\n\nBitte verwenden Sie Ihren Pix Key als Zahlungsreferenz, damit es für den BTC-Verkäufer einfach ist, die Zahlung als von Ihnen stammend zu identifizieren. +payment.pix.info.seller=Bitte überprüfen Sie, ob die Beschreibung der erhaltenen Zahlung mit dem Pix Key übereinstimmt, der im Bisq-Konto des BTC-Käufers angegeben ist. payment.pix.key=Pix Schlüssel (CPF, CNPJ, E-Mail, Telefonnummer oder UUID) -payment.monese.info.account=Monese is a bank app for users of GBP, EUR and RON*. Monese allows users to send money to other Monese accounts instantly and for free in any supported currency.\n\n*To open a RON account in Monese, you need to either live in Romania or have Romanian citizenship.\n\nWhen setting up your Monese account in Bisq please make sure to include your name and phone number that matches your Monese account. This will ensure that when you send funds they show from the correct account and when you receive funds they will be credited to your account. -payment.monese.info.buyer=Please send payment only to the phone number provided by the BTC Seller in their Bisq account. Please leave the payment description blank. -payment.monese.info.seller=BTC Sellers should expect to receive payment from the phone number / name shown in the BTC Buyer's Bisq account. +payment.monese.info.account=Monese ist eine Bank-App für Nutzer von GBP, EUR und RON*. Monese ermöglicht es Nutzern, Geld an andere Monese-Konten sofort und kostenlos in jeder unterstützten Währung zu senden.\n\n*Um ein RON-Konto bei Monese zu eröffnen, müssen Sie entweder in Rumänien leben oder die rumänische Staatsbürgerschaft besitzen.\n\nWenn Sie Ihr Monese-Konto in Bisq einrichten, geben Sie bitte unbedingt Ihren Namen und Ihre Telefonnummer an, die mit Ihrem Monese-Konto übereinstimmen. Dadurch wird sichergestellt, dass bei Überweisungen das richtige Konto angegeben wird und bei Überweisungen das Geld auf Ihrem Konto gutgeschrieben wird. +payment.monese.info.buyer=Bitte senden Sie die Zahlung nur an die Telefonnummer, die der BTC-Verkäufer in seinem Bisq-Konto angegeben hat. Bitte lassen Sie die Zahlungsreferenz leer. +payment.monese.info.seller=BTC-Verkäufer sollten erwarten, dass sie die Zahlung von der Telefonnummer/dem Namen erhalten, die/der im Bisq-Konto des BTC-Käufers angegeben ist. -payment.satispay.info.account=To use Satispay you need a bank account (IBAN) in Italy and to be registered for the service.\n\nSatispay account limits are individually set. If you want to trade increased amounts you will need to contact Satispay support to increase your limits. Traders on Bisq should be aware of their limits. If you trade over the above limits your trade might be cancelled and there could be a penalty. -payment.satispay.info.buyer=Please send payment only to the BTC Seller's mobile phone number as provided in Bisq.\n\nSatispay account limits are individually set. If you want to trade increased amounts you will need to contact Satispay support to increase your limits. Traders on Bisq should be aware of their limits. If you trade over the above limits your trade might be cancelled and there could be a penalty. -payment.satispay.info.seller=Please make sure your payment is received from the BTC Buyer's mobile phone number / name as provided in Bisq.\n\nSatispay account limits are individually set. If you want to trade increased amounts you will need to contact Satispay support to increase your limits. Traders on Bisq should be aware of their limits. If you trade over the above limits your trade might be cancelled and there could be a penalty. +payment.satispay.info.account=Um Satispay nutzen zu können, benötigen Sie ein Bankkonto (IBAN) in Italien und müssen für den Dienst registriert sein.\n\nDie Kontolimits von Satispay werden individuell festgelegt. Wenn Sie höhere Beträge handeln möchten, müssen Sie sich an den Satispay-Support wenden, um Ihre Limits zu erhöhen. Händler auf Bisq sollten sich über ihre Limits im Klaren sein. Wenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen. +payment.satispay.info.buyer=Bitte senden Sie Zahlungen nur an die in Bisq angegebene Handynummer des BTC-Verkäufers.\n\nDie Kontolimits von Satispay werden individuell festgelegt. Wenn Sie höhere Beträge handeln möchten, müssen Sie sich an den Satispay-Support wenden, um Ihre Limits zu erhöhen. Händler auf Bisq sollten sich über ihre Limits im Klaren sein. Wenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen. +payment.satispay.info.seller=Bitte vergewissern Sie sich, dass Ihre Zahlung von der Handynummer / dem Namen des BTC-Käufers, wie in Bisq angegeben, empfangen wird.\n\nDie Kontolimits von Satispay werden individuell festgelegt. Wenn Sie höhere Beträge handeln möchten, müssen Sie sich an den Satispay-Support wenden, um Ihre Limits zu erhöhen. Händler auf Bisq sollten sich über ihre Limits im Klaren sein. Wenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel storniert werden und es kann eine Strafe anfallen. -payment.tikkie.info.account=To use Tikkie you need a bank account (IBAN) in The Netherlands and to be registered for the service.\n\nWhen you send a Tikkie payment request to an individual person you can ask to receive a maximum of €750 per Tikkie request. The maximum amount you can request within 24 hours is €2,500 per Tikkie account.\n\nEach bank however may establish its own limits, within these limits, for its clients.\n\nTraders on Bisq should be aware of their limits. If you trade over the above limits your trade might be cancelled and there could be a penalty. -payment.tikkie.info.buyer=Please request a payment link from the BTC Seller in trader chat. Once the BTC Seller has sent you a payment link that matches the correct amount for the trade please proceed to payment.\n\nWhen the BTC Seller requests a Tikkie payment the maximum they can ask to receive is €750 per Tikkie request. If the trade is over that amount the BTC Seller will have to sent multiple requests to total the trade amount. The maximum you can request in a day is €2,500.\n\nEach bank however may establish its own limits, within these limits, for its clients.\n\nTraders on Bisq should be aware of their limits. If you trade over the above limits your trade might be cancelled and there could be a penalty. -payment.tikkie.info.seller=Please send a payment link to the BTC Seller in trader chat. Once the BTC Buyer has sent you payment please check their IBAN detail match the details they have in Bisq.\n\nWhen the BTC Seller requests a Tikkie payment the maximum they can ask to receive is €750 per Tikkie request. If the trade is over that amount the BTC Seller will have to sent multiple requests to total the trade amount. The maximum you can request in a day is €2,500.\n\nEach bank however may establish its own limits, within these limits, for its clients.\n\nTraders on Bisq should be aware of their limits. If you trade over the above limits your trade might be cancelled and there could be a penalty. +payment.tikkie.info.account=Um Tikkie zu nutzen, benötigen Sie ein Bankkonto (IBAN) in den Niederlanden und müssen für den Service registriert sein.\n\nWenn Sie eine Tikkie-Zahlungsanforderung an eine einzelne Person senden, können Sie maximal 750 € pro Tikkie-Anforderung anfordern. Der Höchstbetrag, den Sie innerhalb von 24 Stunden anfordern können, beträgt 2.500 € pro Tikkie-Konto.\n\nJede Bank kann jedoch für ihre Kunden eigene Höchstbeträge innerhalb dieser Grenzen festlegen.\n\nTrader auf Bisq sollten sich über ihre Limits im Klaren sein. Wenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen. +payment.tikkie.info.buyer=Bitte fordern Sie im Händler-Chat einen Zahlungslink vom BTC-Verkäufer an. Sobald der BTC-Verkäufer Ihnen einen Zahlungslink geschickt hat, der dem korrekten Betrag für den Handel entspricht, fahren Sie bitte mit der Zahlung fort.\n\nWenn der BTC-Verkäufer eine Tikkie-Zahlung anfordert, kann er maximal €750 pro Tikkie-Anforderung erhalten. Wenn der Handel diesen Betrag übersteigt, muss der BTC-Verkäufer mehrere Anträge stellen, um den gesamten Handelsbetrag zu erhalten. Der Höchstbetrag, den Sie an einem Tag anfordern können, beträgt 2.500 €.\n\nJede Bank kann jedoch für ihre Kunden eigene Höchstbeträge innerhalb dieser Grenzen festlegen.\n\nHändler auf Bisq sollten sich über ihre Limits im Klaren sein. Wenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen. +payment.tikkie.info.seller=Bitte senden Sie dem BTC-Verkäufer im Händler-Chat einen Zahlungslink. Sobald der BTC-Käufer Ihnen die Zahlung gesendet hat, überprüfen Sie bitte, ob die IBAN mit der IBAN in Bisq übereinstimmt.\n\nWenn der BTC-Verkäufer eine Tikkie-Zahlung anfordert, kann er maximal €750 pro Tikkie-Anforderung erhalten. Wenn der Handel diesen Betrag übersteigt, muss der BTC-Verkäufer mehrere Anträge stellen, um den gesamten Handelsbetrag zu erhalten. Der Höchstbetrag, den Sie an einem Tag anfordern können, beträgt 2.500 €.\n\nJede Bank kann jedoch für ihre Kunden eigene Höchstbeträge innerhalb dieser Grenzen festlegen.\n\nHändler auf Bisq sollten sich über ihre Limits im Klaren sein. Wenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen. -payment.verse.info.account=Verse is a multiple currency payment method that can send and receive payment in EUR, SEK, HUF, DKK, PLN.\n\nWhen setting up your Verse account in Bisq please make sure to include the username that matches your username in your Verse account. This will ensure that when you send funds they show from the correct account and when you receive funds they will be credited to your account.\n\nVerse users are limited to sending or receiving €10,000 per year (or equivalent foreign currency amount) for accumulated payments made from or received into their payment account. This can be increased by Verse on request. -payment.verse.info.buyer=Please send payment only to the username provided by the BTC Seller in their Bisq account. Please leave the payment description blank.\n\nVerse users are limited to sending or receiving €10,000 per year (or equivalent foreign currency amount) for accumulated payments made from or received into their payment account. This can be increased by Verse on request. -payment.verse.info.seller=BTC Sellers should expect to receive payment from the username shown in the BTC Buyer's Bisq account.\n\nVerse users are limited to sending or receiving €10,000 per year (or equivalent foreign currency amount) for accumulated payments made from or received into their payment account. This can be increased by Verse on request. +payment.verse.info.account=Verse ist eine Zahlungsmethode mit vielen unterschiedlichen Währungen, mit der Sie Zahlungen in EUR, SEK, HUF, DKK und PLN senden und empfangen können.\n\nWenn Sie Ihr Verse-Konto in Bisq einrichten, achten Sie bitte darauf, dass der Benutzername mit Ihrem Benutzernamen in Ihrem Verse-Konto übereinstimmt. Dadurch wird sichergestellt, dass beim Senden von Geldbeträgen das richtige Konto angegeben wird und beim Empfangen von Geldbeträgen diese Ihrem Konto gutgeschrieben werden.\n\nVerse-Benutzer können pro Jahr maximal 10.000 € (oder den entsprechenden Betrag in einer Fremdwährung) für kumulierte Zahlungen, die von ihrem Zahlungskonto aus getätigt oder auf ihr Konto eingegangen sind, senden oder empfangen. Dieser Betrag kann auf Anfrage von Verse erhöht werden. +payment.verse.info.buyer=Bitte senden Sie die Zahlung nur an den Benutzernamen, den der BTC-Verkäufer in seinem Bisq-Konto angegeben hat. Bitte lassen Sie die Zahlungsreferenz leer.\n\nVerse-Benutzer können pro Jahr maximal 10.000 € (oder den umgerechneten Betrag in einer Fremdwährung) für kumulierte Zahlungen, die von ihrem Zahlungskonto aus getätigt oder auf ihr Konto eingegangen sind, senden oder empfangen. Dieser Betrag kann auf Anfrage von Verse erhöht werden. +payment.verse.info.seller=BTC-Verkäufer sollten erwarten, dass sie Zahlungen von dem Benutzernamen erhalten, der im Bisq-Konto des BTC-Käufers angegeben ist.\n\nVerse-Benutzer können pro Jahr maximal 10.000 € (oder den umgewandelten Betrag in einer Fremdwährung) für kumulierte Zahlungen, die von ihrem Zahlungskonto aus getätigt oder auf ihr Konto eingegangen sind, senden oder empfangen. Dieser Betrag kann auf Anfrage von Verse erhöht werden. -payment.achTransfer.info.account=When adding ACH as a payment method in Bisq users should make sure they are aware what it will cost to send and receive an ACH transfer. -payment.achTransfer.info.buyer=Please ensure you are aware of what it will cost you to send an ACH transfer.\n\nWhen paying, send only to the payment details provided in the BTC Seller's account using ACH transfer. -payment.achTransfer.info.seller=Please ensure you are aware of what it will cost you to receive an ACH transfer.\n\nWhen receiving payment, please check that it is received from the BTC Buyer's account as an ACH transfer. +payment.achTransfer.info.account=Wenn Sie ACH als Zahlungsmethode in Bisq hinzufügen, sollten Sie sich vergewissern, dass Sie wissen, was es kostet wird eine ACH-Überweisung zu senden und zu empfangen. +payment.achTransfer.info.buyer=Bitte vergewissern Sie sich, was eine ACH-Überweisung kosten wird.\n\nSenden Sie Ihre Zahlung nur an die im Konto des BTC-Verkäufers angegebenen Zahlungsdetails per ACH-Überweisung. +payment.achTransfer.info.seller=Bitte vergewissern Sie sich, was eine ACH-Überweisung kosten wird.\n\nWenn Sie eine Zahlung erhalten, vergewissern Sie sich bitte, dass sie eine ACH-Überweisung vom BTC-Käufer erhalten. -payment.domesticWire.info.account=When adding Domestic Wire Transfer as a payment method in Bisq users should make sure they are aware what it will cost to send and receive a wire transfer. -payment.domesticWire.info.buyer=Please ensure you are aware of what it will cost you to send a wire transfer.\n\nWhen paying, send only to the payment details provided in the BTC Seller's account. -payment.domesticWire.info.seller=Please ensure you are aware of what it will cost you to receive a wire transfer.\n\nWhen receiving payment, please check that it is received from the BTC Buyer's account. +payment.domesticWire.info.account=Wenn Sie eine Inlandsüberweisung als Zahlungsmethode in Bisq hinzufügen, sollten Sie sich vergewissern, was es kosten wird eine Überweisung zu senden oder zu empfangen. +payment.domesticWire.info.buyer=Bitte vergewissern Sie sich, welche Kosten für eine Überweisung anfallen.\n\nWenn Sie zahlen, senden Sie bitte nur an die im Konto des BTC-Verkäufers angegebenen Zahlungsdetails. +payment.domesticWire.info.seller=Bitte vergewissern Sie sich, was es kosten wird eine Überweisung zu empfangen.\n\nWenn Sie die Zahlung erhalten, überprüfen Sie bitte, dass sie wirklich vom Konto des BTC-Käufers gesendet wurde. -payment.strike.info.account=Please make sure to include your Strike username.\n\nIn Bisq, Strike is used for fiat to fiat payments only.\n\nPlease make sure you are aware of the Strike limits:\n\nUsers who have registered with only their email, name, and phone number have the following limits:\n\n● $100 maximum per deposit\n● $1,000 maximum total deposits per week\n● $100 maximum per payment\n\nUsers can increase their limits by providing Strike with more information. These users have the following limits:\n\n● $1,000 maximum per deposit\n● $1,000 maximum total deposits per week\n● $1,000 maximum per payment\n\nIf you trade over the above limits your trade might be cancelled and there could be a penalty. -payment.strike.info.buyer=Please send payment only to the BTC Seller's Strike username as provided in Bisq.\n\nThe maximum trade size is $1,000 per payment.\n\nIf you trade over the above limits your trade might be cancelled and there could be a penalty. -payment.strike.info.seller=Please make sure your payment is received from the BTC Buyer's Strike username as provided in Bisq.\n\nThe maximum trade size is $1,000 per payment.\n\nIf you trade over the above limits your trade might be cancelled and there could be a penalty. +payment.strike.info.account=Bitte vergewissern Sie sich, dass Sie Ihren Strike-Benutzernamen angeben.\n\nIn Bisq wird Strike nur für Fiat-zu-Fiat-Zahlungen verwendet.\n\nBitte vergewissern Sie sich, dass Sie die Strike-Limits kennen:\n\nFür Benutzer, die sich nur mit ihrer E-Mail-Adresse, ihrem Namen und ihrer Telefonnummer registriert haben, gelten die folgenden Limits:\n\n● Maximal $100 pro Einzahlung\n● Maximal 1.000 $ Gesamteinzahlungen pro Woche\n● Maximal $100 pro Zahlung\n\nBenutzer können ihre Limits erhöhen, indem sie Strike weitere Informationen zur Verfügung stellen. Für diese Benutzer gelten die folgenden Limits:\n\n● Maximal 1.000 $ pro Einzahlung\n● Maximal 1.000 $ Gesamteinzahlungen pro Woche\n● Maximal 1.000 $ pro Zahlung\n\nWenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen. +payment.strike.info.buyer=Bitte senden Sie die Zahlung nur an den Strike-Benutzernamen des BTC-Verkäufers, wie er in Bisq angegeben ist.\n\nDie maximale Trade-Höhe beträgt $1.000 pro Zahlung.\n\nWenn Sie über die oben genannten Grenzen hinaus traden, kann Ihr Handel storniert werden und es kann eine Strafe anfallen. +payment.strike.info.seller=Bitte vergewissern Sie sich, dass Ihre Zahlung vom Strike-Benutzernamen des BTC-Käufers, wie in Bisq angegeben, empfangen wird.\n\nDie maximale Handelsgröße beträgt $1.000 pro Zahlung.\n\nWenn Sie über die oben genannten Limits hinaus handeln, kann Ihr Handel abgebrochen werden und es kann eine Strafe anfallen. -payment.transferwiseUsd.info.account=Due US banking regulation, sending and receiving USD payments has more restrictions than most other currencies. For this reason USD was not added to Bisq TransferWise payment method.\n\nThe TransferWise-USD payment method allows Bisq users to trade in USD.\n\nAnyone with a Wise, formally TransferWise account, can add TransferWise-USD as a payment method in Bisq. This will allow them to buy and sell BTC with USD.\n\nWhen trading on Bisq BTC Buyers should not use any reference for reason for payment. If reason for payment is required they should only use the full name of the TransferWise-USD account owner. -payment.transferwiseUsd.info.buyer=Please send payment only to the email address in the BTC Seller's Bisq TransferWise-USD account. -payment.transferwiseUsd.info.seller=Please check that the payment received matches the BTC Buyer's name of the TransferWise-USD account in Bisq. +payment.transferwiseUsd.info.account=Aufgrund US-Regularien unterliegt das Senden und Empfangen von USD-Zahlungen mehr Einschränkungen als die meisten anderen Währungen. Aus diesem Grund wurde USD bei Bisq nicht als TransferWise Zahlungsmethode integriert.\n\nDie TransferWise-USD-Zahlungsmethode ermöglicht es Bisq-Nutzern, in USD zu handeln.\n\nJeder, der ein Wise, offiziell TransferWise-Konto, besitzt, kann TransferWise-USD als Zahlungsmethode in Bisq hinzufügen und damit BTC mit USD kaufen und verkaufen.\n\nBeim Handel auf Bisq sollten BTC-Käufer keine Zahlungsreferenz angeben. Wenn ein Zahlungsgrund erforderlich ist, sollten sie nur den vollständigen Namen des TransferWise-USD-Kontoinhabers verwenden. +payment.transferwiseUsd.info.buyer=Bitte senden Sie die Zahlung nur an die E-Mail-Adresse im Bisq TransferWise-USD-Konto des BTC-Verkäufers. +payment.transferwiseUsd.info.seller=Bitte überprüfen Sie, ob die erhaltene Zahlung mit dem Namen des BTC-Käufers auf dem TransferWise-USD-Konto in Bisq übereinstimmt. payment.usPostalMoneyOrder.info=Der Handel auf Bisq unter Verwendung von US Postal Money Orders (USPMO) setzt voraus, dass Sie Folgendes verstehen:\n\n- Der BTC-Käufer muss den Namen des BTC-Verkäufers sowohl in das Feld des Zahlers als auch in das Feld des Zahlungsempfängers eintragen und vor dem Versand ein hochauflösendes Foto des USPMO und des Umschlags mit dem Tracking-Nachweis machen.\n- BTC-Käufer müssen den USPMO mit Zustellbenachrichtigung an den BTC-Verkäufer schicken.\n\nFür den Fall, dass eine Mediation erforderlich ist oder es zu einem Handelskonflikt kommt, müssen Sie die Fotos zusammen mit der USPMO-Seriennummer, der Nummer des Postamtes und dem Dollarbetrag an den Bisq-Vermittler oder Rückerstattungsbeauftragten schicken, damit dieser die Angaben auf der Website der US-Post überprüfen kann.\n\nWenn Sie dem Vermittler oder der Schiedsperson die erforderlichen Informationen nicht zur Verfügung stellen, führt dies dazu, dass der Konflikt zu Ihrem Nachteil entschieden wird.\n\nIn allen Konfliktfällen trägt der USPMO-Absender 100% der Verantwortung für die Bereitstellung von Beweisen/Nachweisen für den Vermittler oder die Schiedsperson.\n\nWenn Sie diese Anforderungen nicht verstehen, handeln Sie bitte nicht auf Bisq unter Verwendung von USPMO. @@ -2941,8 +2943,8 @@ payment.f2f.city.prompt=Die Stadt wird mit dem Angebot angezeigt payment.shared.optionalExtra=Freiwillige zusätzliche Informationen payment.shared.extraInfo=Zusätzliche Informationen payment.shared.extraInfo.prompt=Gib spezielle Bedingungen, Abmachungen oder Details die bei ihren Angeboten unter diesem Zahlungskonto angezeigt werden sollen an. Nutzer werden diese Informationen vor der Annahme des Angebots sehen. -payment.cashByMail.extraInfo.prompt=Bitte geben Sie bei Ihren Angeboten folgendes an (möglichst in Englisch):\n\nLand, in dem Sie sich befinden (z. B. France); \nLänder / Regionen, aus denen Sie Händel akzeptieren würden (z. B. France, EU, oder any European country); \nAlle besonderen Bedingungen/Konditionen;\nSonstige Details. -payment.cashByMail.tradingRestrictions=Überprüfen Sie die Bedingungen und Konditionen des Erstellers.\nWenn Sie die Anforderungen nicht erfüllen, nehmen Sie diesen Handel nicht an. +payment.cashByMail.extraInfo.prompt=Bitte geben Sie bei Ihren Angeboten folgendes an (möglichst in Englisch):\n\nLand, in dem Sie sich befinden (z. B. France); \nLänder / Regionen, aus denen Sie Händel akzeptieren würden (z. B. France, EU, oder any European country); \nAlle besonderen Bedingungen/Konditionen;\nSonstige Details. +payment.cashByMail.tradingRestrictions=Überprüfen Sie die Bedingungen und Konditionen des Erstellers.\nWenn Sie die Anforderungen nicht erfüllen, nehmen Sie diesen Handel nicht an. payment.f2f.info=Persönliche Händel "von Angesicht zu Angesicht" ('Face to Face') haben andere Regeln und andere Risiken als Online-Händel.\n\nDie Hauptunterschiede sind:\n● Die Handelspartner müssen Informationen über den Ort und die Uhrzeit des Treffens unter Verwendung ihrer angegebenen Kontaktdaten austauschen.\n● Die Handelspartner müssen ihre Laptops mitbringen und die Bestätigung "Zahlung gesendet" und "Zahlung erhalten" am Treffpunkt vornehmen.\n● Wenn der Ersteller eines Angebots spezielle "Geschäftsbedingungen" hat, muss er diese in seinem Konto unter dem Textfeld "Zusatzinformationen" angeben.\n● Mit der Annahme eines Angebots erklärt sich der Käufer mit den vom Ersteller angegebenen "Geschäftsbedingungen" einverstanden.\n● Im Konfliktfall kann der Vermittler oder die Schiedsperson nicht viel tun, da es in der Regel schwierig ist herauszubekommen, was bei dem Treffen wirklich passiert ist. In solchen Fällen bleiben die BTC auf unbestimmte Zeit gesperrt, oder bis die Handelspartner zu einer Einigung kommen.\n\nUm sicherzustellen, dass Sie die Besonderheiten der persönlichen "von Angesicht zu Angesicht" ('Face to Face') Händel vollständig verstehen, lesen Sie bitte die Anweisungen und Empfehlungen unter: [HYPERLINK:https://bisq.wiki/Face-to-face_(payment_method)] payment.f2f.info.openURL=Webseite öffnen payment.f2f.offerbook.tooltip.countryAndCity=Land und Stadt: {0} / {1} @@ -2957,7 +2959,7 @@ payment.japan.recipient=Name payment.australia.payid=PayID payment.payid=PayIDs wie E-Mail Adressen oder Telefonnummern die mit Finanzinstitutionen verbunden sind. payment.payid.info=Eine PayID wie eine Telefonnummer, E-Mail Adresse oder Australische Business Number (ABN) mit der Sie sicher Ihre Bank, Kreditgenossenschaft oder Bausparkassenkonto verlinken können. Sie müssen bereits eine PayID mit Ihrer Australischen Finanzinstitution erstellt haben. Beide Institutionen, die die sendet und die die empfängt, müssen PayID unterstützen. Weitere informationen finden Sie unter [HYPERLINK:https://payid.com.au/faqs/] -payment.amazonGiftCard.info=To pay with Amazon eGift Card, you will need to send an Amazon eGift Card to the BTC seller via your Amazon account. \n\nPlease see the wiki [HYPERLINK:https://bisq.wiki/Amazon_eGift_card] for further details and best practices. \n\nThree important notes:\n- try to send gift cards with amounts of 100 USD or smaller, as Amazon is known to flag larger gift cards as fraudulent\n- try to use creative, believable text for the gift card''s message (e.g., "Happy birthday Susan!") and use trader chat to tell your trading peer the reference text you picked so they can verify your payment\n- Amazon eGift Cards can only be redeemed on the Amazon website they were purchased on (e.g., a gift card purchased on amazon.it can only be redeemed on amazon.it) +payment.amazonGiftCard.info=Um mit einer Amazon eGift Card zu bezahlen, müssen Sie eine Amazon eGift Card über Ihr Amazon-Konto an den BTC-Verkäufer senden. \n\nDetails und bewährte Methoden finden Sie im Wiki [HYPERLINK:https://bisq.wiki/Amazon_eGift_card]. \n\nDrei wichtige Hinweise:\n- Versuchen Sie, Geschenkkarten mit Beträgen von 100 USD oder weniger zu versenden, da Amazon dafür bekannt ist, größere Geschenkkarten als betrügerisch einzustufen\n- Versuchen Sie, einen kreativen, glaubwürdigen Text für die Nachricht der Geschenkkarte zu verwenden (z. B. "Alles Gute zum Geburtstag, Susi!") und nutzen Sie den Händler-Chat, um Ihrem Handelspartner den von Ihnen gewählten Referenztext mitzuteilen, damit er Ihre Zahlung überprüfen kann.\n- Amazon eGift Cards können nur auf der Amazon-Website eingelöst werden, auf der sie gekauft wurden (z. B. kann eine auf amazon.it gekaufte Geschenkkarte nur auf amazon.it eingelöst werden) # We use constants from the code so we do not use our normal naming convention # dynamic values are not recognized by IntelliJ @@ -3266,7 +3268,7 @@ validation.numberFormatException=Zahlenformat Ausnahme {0} validation.mustNotBeNegative=Eingabe darf nicht negativ sein validation.phone.missingCountryCode=Es wird eine zweistellige Ländervorwahl benötigt, um die Telefonnummer zu bestätigen validation.phone.invalidCharacters=Telefonnummer {0} enthält ungültige Zeichen -validation.phone.insufficientDigits=Das ist keine gültige Telefonnummer. Sie habe nicht genügend Stellen angegeben. +validation.phone.insufficientDigits=Das ist keine gültige Telefonnummer. Sie habe nicht genügend Stellen angegeben. validation.phone.tooManyDigits=Es sind zu viele Ziffern in {0} um eine gültige Telefonnummer zu sein. validation.phone.invalidDialingCode=Die Ländervorwahl in der Nummer {0} ist für das Land {1} ungültig. Die richtige Vorwahl ist {2}. validation.invalidAddressList=Muss eine kommagetrennte Liste der gültigen Adressen sein diff --git a/core/src/main/resources/i18n/displayStrings_es.properties b/core/src/main/resources/i18n/displayStrings_es.properties index ae68ad42ac0..bb4ec5edbfc 100644 --- a/core/src/main/resources/i18n/displayStrings_es.properties +++ b/core/src/main/resources/i18n/displayStrings_es.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (min - max) shared.removeOffer=Eliminar oferta shared.dontRemoveOffer=No eliminar oferta shared.editOffer=Editar oferta +shared.duplicateOffer=Duplicar oferta shared.openLargeQRWindow=Abrir código QR en ventana grande shared.tradingAccount=Cuenta de intercambio shared.faq=Visitar web preguntas frecuentes @@ -394,7 +395,7 @@ offerbook.removeOffer.success=Oferta eliminada con éxito. offerbook.removeOffer.failed=Fallo en la eliminación de oferta:\n{0} offerbook.deactivateOffer.failed=Error desactivando la oferta:\n{0} offerbook.activateOffer.failed=Fallo en la publicación de la oferta:\n{0} -offerbook.withdrawFundsHint=Puede retirar los fondos pagados desde la pantalla {0}. +offerbook.withdrawFundsHint=La oferta ha sido eliminada. Los fondos ya no están reservados para esta oferta. Puede enviar los fondos Disponibles a un monedero externo en la pantalla {0}. offerbook.warning.noTradingAccountForCurrency.headline=No hay cuenta de intercambio para la moneda seleccionada offerbook.warning.noTradingAccountForCurrency.msg=No tiene una cuenta de pago para la moneda seleccionada.\n¿Desea crear una oferta con otra moneda en su lugar? @@ -536,7 +537,7 @@ takeOffer.success.info=Puede ver el estado de su intercambio en \"Portafolio/Int takeOffer.error.message=Un error ocurrió al tomar la oferta.\n\n{0} takeOffer.bsqSwap.success.headline=Su swap de BSQ se ha completado -takeOffer.bsqSwap.success.info=Until your trade is included in a block you can see your completed trade at \"Portfolio/Unconfirmed BSQ Swaps\" +takeOffer.bsqSwap.success.info=Hasta que su intercambio se incluya en un bloque, puede ver sus intercambios completos en \"Portafolio/Swaps BSQ no confirmados\" # new entries takeOffer.takeOfferButton=Revisión: Tomar oferta a {0} bitcoin @@ -604,7 +605,7 @@ bsqSwapOffer.feeHandling=El manejo de tasas para los swaps de BSQ es diferente a portfolio.tab.openOffers=Mis ofertas abiertas portfolio.tab.pendingTrades=Intercambios abiertos portfolio.tab.history=Historial -portfolio.tab.bsqSwap=Unconfirmed BSQ swaps +portfolio.tab.bsqSwap=Swaps BSQ no confirmados portfolio.tab.failed=Fallidas portfolio.tab.editOpenOffer=Editar oferta portfolio.tab.duplicateOffer=Duplicar oferta @@ -1037,15 +1038,15 @@ support.chat=Chat support.closed=Cerrado support.open=Abierto support.process=Proceso -support.buyerOfferer= comprador/creador BTC +support.buyerOfferer=comprador/creador BTC support.sellerOfferer=vendedor/creador BTC support.buyerTaker=comprador/Tomador BTC support.sellerTaker=vendedor/Tomador BTC support.backgroundInfo=Bisq no es una compañía, por ello maneja las disputas de una forma diferente.\n\nLos compradores y vendedores pueden comunicarse a través de la aplicación por un chat seguro en la pantalla de intercambios abiertos para intentar resolver una disputa por su cuenta. Si eso no es suficiente, un mediador puede intervenir para ayudar. El mediador evaluará la situación y dará una recomendación para el pago de los fondos de la transacción. Si ambos aceptan esta sugerencia, la transacción del pago se completa y el intercambio se cierra. Si uno o ambos no están de acuerdo con el pago recomendado por el mediador, pueden solicitar arbitraje. El árbitro re-evaluará la situación y, si es necesario, hará el pago personalmente y solicitará un reembolso de este pago a la DAO de Bisq. -support.initialInfo=Please enter a description of your problem in the text field below. Add as much information as possible to speed up dispute resolution time.\n\nHere is a check list for information you should provide:\n\t● If you are the BTC buyer: Did you make the Fiat or Altcoin transfer? If so, did you click the 'payment started' button in the application?\n\t● If you are the BTC seller: Did you receive the Fiat or Altcoin payment? If so, did you click the 'payment received' button in the application?\n\t● Which version of Bisq are you using?\n\t● Which operating system are you using?\n\t● If you encountered an issue with failed transactions please consider switching to a new data directory.\n\t Sometimes the data directory gets corrupted and leads to strange bugs. \n\t See: https://bisq.wiki/Switching_to_a_new_data_directory\n\nPlease make yourself familiar with the basic rules for the dispute process:\n\t● You need to respond to the {0}''s requests within 2 days.\n\t● {1}\n\t● The maximum period for a dispute is 14 days.\n\t● You need to cooperate with the {2} and provide the information they request to make your case.\n\t● You accepted the rules outlined in the dispute document in the user agreement when you first started the application.\n\nYou can read more about the dispute process at: {3} -support.initialMediatorMsg=Mediators will generally reply to you within 24 hours.\n\t If you have not had a reply after 48 hours please feel free to reach out to your mediator on Keybase.\n\t Mediators usernames on Keybase are the same as their usernames within the Bisq app.\n\t Your mediator is: {0} -support.initialArbitratorMsg=Arbitrators will generally reply to you within 5 days.\n\t If you have not had a reply after 7 days please feel free to reach out to your arbitrator on Keybase.\n\t Arbitrators usernames on Keybase are the same as their usernames within the Bisq app.\n\t Your arbitrator is: {0} +support.initialInfo=Por favor, introduzca una descripción de su problema en el campo de texto inferior. Añada tanta información como sea posible para acelerar el tiempo de resolución de la disputa.\n\nAquí tiene una lista de la información que debería proveer:\n\t● Si es comprador BTC: Ha realizado la transferencia fiat o altcoin?Si es así, ha hecho click en el botón 'pago iniciado' en la aplicación?\n\t● Si es el vendedor BTC: Recibió el pago fiat o altcoin? Si es así, ha hecho click en 'pago recibido' de la aplicación?\n\t● Qué versión de Bisq está usando?\n\t● Qué sistema operativo está usando?\n\t● Si ha encontrado un problema con las transacciones fallidas por favor considere cambiar a un nuevo directorio de datos.\n\t A veces el directorio de datos se corrompe y lleva a errores extraños. \n\t Vea: https://bisq.wiki/Switching_to_a_new_data_directory\n\nPor favor familiarícese con las reglas básicas del proceso de disputa:\n\t● tiene que responde a las solicitudes del {0} en 2 días.\n\t● {1}\n\t● El período máximo de una disputa es 14 días.\n\t● Necesita cooperar con el {2} y entregar toda la información que solicite para su caso.\n\t● Ha aceptado las reglas descritas en el documento de disputa en el acuerdo de usuario la primera vez que inició la aplicación\n\nPuede leer más acerca del proceso de disputa en: {3} +support.initialMediatorMsg=Los mediadores normalmente contestarán en unas 24h.\n\t SI no ha obtenido respuesta después de 48h por favor contacte con su mediador en Keybase.\n\t Los nombres de usuario de los mediadores son los mismos que en la aplicación de Bisq.\n\t Su mediador es: {0} +support.initialArbitratorMsg=Los árbitros generalmente contestarán en 5 díás.\n\t Si no ha obtenido respuesta después de 7 días por favor siéntase libre de contactar con el árbitro a través de Keybase.\n\t Los nombres de usuario en Keybase son los mismos que su usuario en la aplicación Bisq.\n\t Su árbitro es: {0} support.systemMsg=Mensaje de sistema: {0} support.youOpenedTicket=Ha abierto una solicitud de soporte.\n\n{0}\n\nVersión Bisq: {1} support.youOpenedDispute=Ha abierto una solicitud de disputa.\n\n{0}\n\nVersión Bisq: {1} @@ -1113,11 +1114,11 @@ setting.preferences.dao.resyncFromResources.popup=Después de un reinicio de la setting.preferences.dao.resyncFromGenesis.popup=Una resincronización desde la transacción génesis puede llevar mucho tiempo y recursos de CPU. ¿Está seguro de que quiere hacer eso? Generalmente una resincronización de los últimos archivos de recursos es suficiente y mucho más rápida\n\nSi continúa, después de reiniciar la aplicación, los datos de gobernanza de la red Bisq se volverán a cargar desde los nodos semilla y el estado de consenso BSQ se reconstruirá a partir de la transacción génesis. setting.preferences.dao.resyncFromGenesis.resync=Resincronizar desde la transacción génesis y cerrar la aplicación setting.preferences.dao.isDaoFullNode=Ejecutar Bisq como nodo completo de la DAO -setting.preferences.dao.activated=DAO activated -setting.preferences.dao.activated.popup=The change will be applied after a restart +setting.preferences.dao.activated=DAO activada +setting.preferences.dao.activated.popup=El cambio se aplicará después del reinicio -setting.preferences.dao.fullModeDaoMonitor=Full-mode DAO state monitoring -setting.preferences.dao.fullModeDaoMonitor.popup=If full-mode DAO state monitoring is activated the DAO state hashes are created during parsing the BSQ blocks. This comes with considerable performance costs at the initial DAO sync.\n\nFor users who are regularily using Bisq this should not be an issue as there are not many blocks pending for parsing, though for users who only use Bisq casually creating the DAO state hashes for 100s or 1000s of blocks degrades heavily the user experience.\n\nIn case full-mode is deactivated (default) the missing DAO state hashes are requested from network nodes and the DAO state hash based on the most recent block will be created by the user. As all hashes are connected by reference to the previous hash a correct hash at the chain tip means that all past hashes are correct as well. The main functionality of the DAO state monitoring - to detect if the local DAO state is out of sync with the rest of the network - is therefore still fulfilled. +setting.preferences.dao.fullModeDaoMonitor=Estado de monitorización de DAO en modo completo +setting.preferences.dao.fullModeDaoMonitor.popup=Si el estado de monitorización DAO en modo completo se activa los hashes del estado de DAO se crean durante el parsing de los bloques BSQ. Esto tiene considerables costes de rendimiento en al inicio de la sincronización DAO.\n\nPara usuarios que regularmente usen Bisq esto no debería ser un problema porque no hay muchos bloques para hacer parsing, aunque para usuarios que solo usen Bisq de vez en cuando crear los hashes del estado de DAO para cientos o miles de bloques degrada mucho la experiencia de usuario.\n\nEn caso de que se desactive el modo completo (por defecto) los hashes de estado de DAO son requeridos de los nodos de red y los hash del estado de DAO basados en el bloque más reciente serán creados por el usuario. Como todos los hashes están conectados en referencia a el hash previo, un hash correcto al final de la cadena significa que todos los hashes pasados también son correctos. La principal funcionalidad de la monitorización del estado de la DAO (detectar si el estado local de la DAO está desincronizado con el resto de la red) por tanto se aún se cumple. setting.preferences.dao.rpcUser=nombre de usuario RPC setting.preferences.dao.rpcPw=contraseña RPC @@ -1317,7 +1318,7 @@ account.altcoin.popup.ZEC.msg=Al usar Zcash solo puede usar las direcciones tran # suppress inspection "UnusedProperty" account.altcoin.popup.XZC.msg=Al usar Zcoin puede usar únicamente las direcciones transparentes (trazables) y no las no-trazables, porque el mediador o el árbitro no sería capaz de verificar la transacción con direcciones no trazables en el explorador de bloques. # suppress inspection "UnusedProperty" -account.altcoin.popup.grin.msg=GRIN requires an interactive process between the sender and receiver to create the transaction. Be sure to follow the instructions from the GRIN project web page [HYPERLINK:https://grin.mw] to reliably send and receive GRIN. More information on transacting GRIN can be found here [HYPERLINK:https://docs.grin.mw/about-grin/transactions/].\n\nThe GRIN sender is required to provide proof that they have sent GRIN successfully. If the wallet cannot provide that proof, a potential dispute will be resolved in favor of the GRIN receiver. Please be sure that you use the latest GRIN software which supports the transaction proof and that you understand the process of transferring and receiving GRIN as well as how to create the proof. \n\nSee [HYPERLINK:https://bisq.wiki/Trading_GRIN] for more information about trading GRIN on Bisq. +account.altcoin.popup.grin.msg=GRIN requiere un proceso interactivo entre el emisor y el receptor para crear la transacción.Asegúrese de seguir las instrucciones de la web del proyecto GRIN [HYPERLINK:https://grin.mw] para enviar y recibir GRIN fiablemente. Más información acerca de intercambiar GRIN puede encontrarse en [HYPERLINK:https://docs.grin.mw/about-grin/transactions/].\n\nEl emisor de GRIN tiene que entregar prueba de haber enviado GRIN con éxito. Si el monedero no puede entregar esta prueba, una disputa potencial sería resuelta a favor del receptor GRIN. Por favor asegúrese de que usa la última versión del software GRIN, que soporta la prueba de transacción y que entiende el proceso de transferir y recibir GRIN así como crear la prueba.. \n\nVea [HYPERLINK:https://bisq.wiki/Trading_GRIN] para más información acerca de intercambiar GRIN en Bisq. # suppress inspection "UnusedProperty" account.altcoin.popup.beam.msg=BEAM requiere un proceso interactivo entre el emisor y el receptor para crear la transacción.\n\nAsegúrese de seguir la instrucciones de la página web del proyecto BEAM para enviar y recibir BEAM con seguridad (el receptor necesita estar el línea o por lo menos estar en línea durante cierto periodo de tiempo).\n\nEl emisor BEAM requiere proveer prueba de que envió BEAM correctamente. Asegúrese de usar software de monedero que pueda producir tal prueba. Si el monedero no provee la prueba, una posible controversia será resuelta en favor del BEAM receptor. # suppress inspection "UnusedProperty" @@ -1961,7 +1962,7 @@ dao.tx.issuanceFromCompReq.tooltip=Solicitud de compensación que lleva a emitir dao.tx.issuanceFromReimbursement=Solicitud de reembolso/emisión dao.tx.issuanceFromReimbursement.tooltip=Solicitud de reembolso que lleva a una emisión de nuevos BSQ.\nFecha de emisión: {0} -dao.tx.bsqSwapTx=BSQ Swap transaction +dao.tx.bsqSwapTx=Transacción swap BSQ dao.tx.bsqSwapTrade=Intercambio swap BSQ: {0} @@ -1982,10 +1983,10 @@ dao.news.bisqDAO.title=LA DAO BISQ dao.news.bisqDAO.description=Tal como el exchange Bisq es descentralizado y resistente a la censura, lo es su modelo de governanza - y la DAO BISQ y el token BSQ son herramientas que lo hacen posible. dao.news.bisqDAO.readMoreLink=Aprender más acerca de la DAO Bisq. -dao.news.daoInfo.title=ENABLE THE BISQ DAO -dao.news.daoInfo.description=To participate in the Bisq DAO and to use BSQ for discounted trading fees, you need to enable the DAO. When the DAO is enabled, Bisq downloads all missing blocks and verifies BSQ transactions. This verification process requires time, during which you may see Bisq use a lot of memory and processing power. This is normal. -dao.news.daoInfo.firstSection.title=1. Enable DAO -dao.news.daoInfo.firstSection.content=Enable the Bisq DAO and restart. +dao.news.daoInfo.title=HABILITAR LA DAO BISQ +dao.news.daoInfo.description=Para participar en la DAO Bisq y usar BSQ para descuentos en las tasas de intercambio, necesita habilitar la DAO. Cuando la DAO está habilitada, Bisq descarga todos los bloques restantes y verifica las transacciones BSQ. Este proceso de verificación requiere tiempo, durante el cual podría encontrar que Bisq usa mucha memoria y poder de procesamiento. Esto es normal. +dao.news.daoInfo.firstSection.title=1. Habilitar DAO +dao.news.daoInfo.firstSection.content=Habilitar la DAO Bisq y reinicar. dao.news.DAOOnTestnet.secondSection.title=2. Adquirir algunos BSQ dao.news.DAOOnTestnet.secondSection.content=Solicitar BSQ en Slack o comprar BSQ en Bisq dao.news.DAOOnTestnet.thirdSection.title=3. Participar en un ciclo de votación @@ -1999,8 +2000,8 @@ dao.monitor.proposals=Estado de propuestas dao.monitor.blindVotes=Estado de votaciones secretas dao.monitor.table.peers=Pares -dao.monitor.table.hashCreator=Hash creator -dao.monitor.table.hashCreator.self=Self +dao.monitor.table.hashCreator=Creador de hash +dao.monitor.table.hashCreator.self=Uno mismo dao.monitor.table.hashCreator.peer=Par dao.monitor.table.conflicts=Conflictos dao.monitor.state=Estado @@ -2032,7 +2033,7 @@ dao.monitor.proposal.table.numProposals=No. de propuestas dao.monitor.isInConflictWithSeedNode=Sus datos locales no están en consenso con al menos un nodo semilla. Por favor resincronice el estado DAO dao.monitor.isInConflictWithNonSeedNode=Uno o más de sus pares no está en consenso con la red pero su nodo está en sincronía con la los nodos semilla. -dao.monitor.isDaoStateBlockChainNotConnecting=Your DAO state chain is not connecting with the new data. Please resync the DAO state. +dao.monitor.isDaoStateBlockChainNotConnecting=Su estado de cadena DAO no está conectando con los nuevos datos. Por favor reinicie el estado DAO. dao.monitor.daoStateInSync=Su nodo local está en consenso con la red. dao.monitor.blindVote.headline=Estado de votaciones secretas @@ -2138,8 +2139,8 @@ disputeSummaryWindow.title=Resumen disputeSummaryWindow.openDate=Fecha de apertura de ticket disputeSummaryWindow.role=Rol del trader disputeSummaryWindow.payout=Pago de la cantidad de intercambio -disputeSummaryWindow.payout.getsCompensation=BTC {0} gets trade amount plus compensation -disputeSummaryWindow.payout.getsPenalty=BTC {0} gets trade amount minus penalty +disputeSummaryWindow.payout.getsCompensation=El {0} BTC obtiene la cantidad de intercambio más la compensación. +disputeSummaryWindow.payout.getsPenalty=El {0} de BTC obtiene la cantidad de intercambio menos la penalización disputeSummaryWindow.payout.getsTradeAmount=BTC {0} obtiene la cantidad de pago de intercambio disputeSummaryWindow.payout.getsAll=Cantidad máxima de pago BTC {0} disputeSummaryWindow.payout.custom=Pago personalizado @@ -2201,8 +2202,8 @@ disputeSummaryWindow.close.txDetails=Gastando: {0}\n{1}{2}Tasa de transacción: disputeSummaryWindow.close.noPayout.headline=Cerrar sin realizar algún pago disputeSummaryWindow.close.noPayout.text=¿Quiere cerrar sin realizar algún pago? -disputeSummaryWindow.close.alreadyPaid.headline=Payout already done -disputeSummaryWindow.close.alreadyPaid.text=Restart the client to do another payout for this dispute +disputeSummaryWindow.close.alreadyPaid.headline=Pago ya realizado +disputeSummaryWindow.close.alreadyPaid.text=Reinicie el cliente para hacer otro pago para esta disputa emptyWalletWindow.headline=Herramienta de monedero {0} de emergencia emptyWalletWindow.info=Por favor usar sólo en caso de emergencia si no puede acceder a sus fondos desde la Interfaz de Usuario (UI).\n\nPor favor, tenga en cuenta que todas las ofertas abiertas se cerrarán automáticamente al usar esta herramienta.\n\nAntes de usar esta herramienta, por favor realice una copia de seguridad del directorio de datos. Puede hacerlo en \"Cuenta/Copia de Seguridad\".\n\nPor favor repórtenos su problema y envíe un reporte de fallos en Github en el foro de Bisq para que podamos investigar qué causa el problema. @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Deshabilitar API filterWindow.disableMempoolValidation=Deshabilitar validación de Mempool filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=Necesita esperar hasta que te popup.warning.downloadNotComplete=Tiene que esperar hasta que finalice la descarga de los bloques Bitcoin que faltan. popup.warning.chainNotSynced=La cadena de bloques del monedero Bisq no está sincronizada correctamente. Si ha iniciado la aplicación recientemente, espere a que se haya publicado al menos un bloque Bitcoin.\n\nPuede comprobar la altura de la cadena de bloques en Configuración/Información de red. Si se encuentra más de un bloque y el problema persiste podría estar estancado, en cuyo caso deberá hacer una resincronización SPV.\n[HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=¿Está seguro que quiere eliminar la oferta?\nLa comisión de creador de {0} se perderá si elimina la oferta. -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=No puede establecer un porcentaje del 100% o superior. popup.warning.examplePercentageValue=Por favor, introduzca un número de porcentaje como \"5.4\" para 5.4% popup.warning.noPriceFeedAvailable=No hay una fuente de precios disponible para esta moneda. No puede utilizar un precio basado en porcentaje.\nPor favor, seleccione un precio fijo. diff --git a/core/src/main/resources/i18n/displayStrings_fa.properties b/core/src/main/resources/i18n/displayStrings_fa.properties index 5ccb246450e..49ad502d42d 100644 --- a/core/src/main/resources/i18n/displayStrings_fa.properties +++ b/core/src/main/resources/i18n/displayStrings_fa.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=بیتکوین (حداقل - حداکثر) shared.removeOffer=حذف پیشنهاد shared.dontRemoveOffer=پیشنهاد را حذف نکنید shared.editOffer=ویرایش پیشنهاد +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Open large QR code window shared.tradingAccount=حساب معاملات shared.faq=Visit FAQ page @@ -394,7 +395,7 @@ offerbook.removeOffer.success=حذف پیشنهاد موفقیت آمیز بود offerbook.removeOffer.failed=حذف پیشنهاد ناموفق بود:\n{0} offerbook.deactivateOffer.failed=غیرفعالسازی پیشنهاد ناموفق بود:\n{0} offerbook.activateOffer.failed=انتشار پیشنهاد ناموفق بود:\n{0} -offerbook.withdrawFundsHint=می‌توانید مبلغی را که از صفحه {0} پرداخت کرده اید، بردارید. +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=No payment account for selected currency offerbook.warning.noTradingAccountForCurrency.msg=You don't have a payment account set up for the selected currency.\n\nWould you like to create an offer for another currency instead? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=شما باید منتظر ب popup.warning.downloadNotComplete=شما باید منتظر بمانید تا بارگیری بلاک های بیتکوین باقیمانده کامل شود. popup.warning.chainNotSynced=The Bisq wallet blockchain height is not synced correctly. If you recently started the application, please wait until one Bitcoin block has been published.\n\nYou can check the blockchain height in Settings/Network Info. If more than one block passes and this problem persists it may be stalled, in which case you should do an SPV resync. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=آیا شما مطمئن هستید که می خواهید این پیشنهاد را حذف کنید؟\nاگر آن پیشنهاد را حذف کنید، هزینه سفارش گذار {0} از دست خواهد رفت . -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=شما نمیتوانید درصد 100٪ یا بیشتر را تنظیم کنید. popup.warning.examplePercentageValue=لطفا یک عدد درصد مانند \"5.4\" برای 5.4% وارد کنید popup.warning.noPriceFeedAvailable=برای این ارز هیچ خوراک قیمتی وجود ندارد. شما نمیتوانید از یک درصد بر اساس قیمت استفاده کنید. \nلطفا قیمت مقطوع را انتخاب کنید. diff --git a/core/src/main/resources/i18n/displayStrings_fr.properties b/core/src/main/resources/i18n/displayStrings_fr.properties index bb1a0636b8b..8714a7044aa 100644 --- a/core/src/main/resources/i18n/displayStrings_fr.properties +++ b/core/src/main/resources/i18n/displayStrings_fr.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (min - max) shared.removeOffer=Retirer l'ordre shared.dontRemoveOffer=Ne pas retirer l'ordre shared.editOffer=Éditer l'ordre +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Ouvrir une grande fenêtre pour le QR code shared.tradingAccount=Compte de trading shared.faq=Visitez la page FAQ @@ -394,7 +395,7 @@ offerbook.removeOffer.success=L'ordre a bien été retiré. offerbook.removeOffer.failed=Le retrait de l''ordre a échoué:\n{0} offerbook.deactivateOffer.failed=La désactivation de l''ordre a échoué:\n{0} offerbook.activateOffer.failed=La publication de l''ordre a échoué:\n{0} -offerbook.withdrawFundsHint=Vous pouvez retirer les fonds investis depuis l''écran {0}. +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=Aucun compte de paiement pour la devise sélectionnée offerbook.warning.noTradingAccountForCurrency.msg=Vous n'avez pas de compte de paiement configuré pour la devise sélectionnée.\n\nSouhaitez-vous créer une offre pour une autre devise à la place? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Désactiver l'API filterWindow.disableMempoolValidation=Désactiver la validation du Mempool filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=Vous devez attendre d''avoir popup.warning.downloadNotComplete=Vous devez attendre que le téléchargement des blocs Bitcoin manquants soit terminé. popup.warning.chainNotSynced=La hauteur de la blockchain du portefeuille Bisq n'est pas synchronisée correctement. Si vous avez récemment démarré l'application, veuillez attendre qu'un block Bitcoin soit publié.\n\nVous pouvez vérifier la hauteur de la blockchain dans Paramètres/Informations Réseau. Si plus d'un bloc passe et que ce problème persiste, il est possible que ça soit bloqué, dans ce cas effectuez une resynchronisation SPV [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=Vous êtes certain de vouloir retirer cet ordre?\nLes frais du maker de {0} seront perdus si vous retirez cet ordre. -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=Vous ne pouvez pas définir un pourcentage de 100% ou plus grand. popup.warning.examplePercentageValue=Merci de saisir un nombre sous la forme d'un pourcentage tel que \"5.4\" pour 5.4% popup.warning.noPriceFeedAvailable=Il n'y a pas de flux pour le prix de disponible pour cette devise. Vous ne pouvez pas utiliser un prix basé sur un pourcentage.\nVeuillez sélectionner le prix fixé. diff --git a/core/src/main/resources/i18n/displayStrings_it.properties b/core/src/main/resources/i18n/displayStrings_it.properties index fd2529e9323..a693a7fd8c7 100644 --- a/core/src/main/resources/i18n/displayStrings_it.properties +++ b/core/src/main/resources/i18n/displayStrings_it.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (min - max) shared.removeOffer=Rimuovi offerta shared.dontRemoveOffer=Non rimuovere offerta shared.editOffer=Modifica offerta +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Open large QR code window shared.tradingAccount=Account di scambio shared.faq=Visit FAQ page @@ -394,7 +395,7 @@ offerbook.removeOffer.success=L'offerta è stata rimossa con successo. offerbook.removeOffer.failed=Rimozione offerta fallita:\n{0} offerbook.deactivateOffer.failed=Disattivazione dell'offerta fallita:\n{0} offerbook.activateOffer.failed=Pubblicazione dell'offerta fallita:\n{0} -offerbook.withdrawFundsHint=Puoi ritirare i fondi versati dalla schermata {0}. +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=No payment account for selected currency offerbook.warning.noTradingAccountForCurrency.msg=You don't have a payment account set up for the selected currency.\n\nWould you like to create an offer for another currency instead? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=Devi aspettare fino a quando popup.warning.downloadNotComplete=Devi aspettare fino al completamento del download dei blocchi Bitcoin mancanti. popup.warning.chainNotSynced=The Bisq wallet blockchain height is not synced correctly. If you recently started the application, please wait until one Bitcoin block has been published.\n\nYou can check the blockchain height in Settings/Network Info. If more than one block passes and this problem persists it may be stalled, in which case you should do an SPV resync. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=Sei sicuro di voler rimuovere quell'offerta?\nLa commissione del maker di {0} andrà persa se rimuovi quell'offerta. -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=Non è possibile impostare una percentuale del 100% o superiore. popup.warning.examplePercentageValue=Inserisci un numero percentuale come \"5.4\" per il 5,4% popup.warning.noPriceFeedAvailable=Non è disponibile alcun feed di prezzi per la valuta. Non è possibile utilizzare un prezzo basato su percentuale.\nSeleziona il prezzo fisso. diff --git a/core/src/main/resources/i18n/displayStrings_ja.properties b/core/src/main/resources/i18n/displayStrings_ja.properties index 0dd287f2717..22bd613a703 100644 --- a/core/src/main/resources/i18n/displayStrings_ja.properties +++ b/core/src/main/resources/i18n/displayStrings_ja.properties @@ -78,7 +78,7 @@ shared.offerType=オファーの種類 shared.details=詳細 shared.address=アドレス shared.balanceWithCur={0}での残高 -shared.utxo=Unspent transaction output +shared.utxo=未支払のトランザクションアウトプット shared.txId=トランザクションID shared.confirmations=確認 shared.revert=トランザクションを取り消す @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (下限 - 上限) shared.removeOffer=オファー取消 shared.dontRemoveOffer=オファー取り消さない shared.editOffer=オファーを編集 +shared.duplicateOffer=重複オファー shared.openLargeQRWindow=大きいQRコードウィンドウを開く shared.tradingAccount=取引アカウント shared.faq=FAQを参照する @@ -119,12 +120,12 @@ shared.sendingConfirmation=承認を送信中 shared.sendingConfirmationAgain=もう一度承認を送信してください shared.exportCSV=CSVにエクスポート shared.exportJSON=JSONにエクスポート -shared.summary=Show summary +shared.summary=まとめを表示する shared.noDateAvailable=日付がありません shared.noDetailsAvailable=詳細不明 shared.notUsedYet=未使用 shared.date=日付 -shared.sendFundsDetailsWithFee=Sending: {0}\nFrom address: {1}\nTo receiving address: {2}\nRequired mining fee is: {3} ({4} satoshis/vbyte)\nTransaction vsize: {5} vKb\n\nThe recipient will receive: {6}\n\nAre you sure you want to withdraw this amount? +shared.sendFundsDetailsWithFee=送金中: {0}\n送金元アドレス: {1}\n入金先アドレス: {2}\n必要なマイニング手数料: {3} ({4} サトシ/byte)\nトランザクションvサイズ: {5} vKb\n\n入金先の受け取る金額: {6}\n\n本当にこの金額を出金しますか? # suppress inspection "TrailingSpacesInProperty" shared.sendFundsDetailsDust=Bisqがこのトランザクションはダストの最小閾値以下のおつりアウトプットを生じることを検出しました(それにしたがって、ビットコインのコンセンサス・ルールによって許されない)。代わりに、その ({0} satoshi{1}) のダストはマイニング手数料に追加されます。\n\n\n shared.copyToClipboard=クリップボードにコピー @@ -284,7 +285,7 @@ mainView.walletServiceErrorMsg.rejectedTxException=トランザクションは mainView.networkWarning.allConnectionsLost=全ての{0}のネットワークピアへの接続が切断されました。\nインターネット接続が切断されたか、コンピュータがスタンバイモードになった可能性があります。 mainView.networkWarning.localhostBitcoinLost=ローカルホストビットコインノードへの接続が切断されました。\nBisqアプリケーションを再起動して他のビットコインノードに接続するか、ローカルホストのビットコインノードを再起動してください。 -mainView.networkWarning.clockWatcher=Your computer was asleep for {0} seconds. Standby mode has been known to cause trades to fail. In order to operate correctly Bisq requires that standby mode be disabled in your computer's settings. +mainView.networkWarning.clockWatcher=このパソコンが {0} 秒間にスリープモードに入りました。待機モードがトレード失敗を起こすことが知られています。Bisqを正しく実行するには、パソコンの設定にスリープモードを無効にする必要があります。 mainView.version.update=(更新が利用可能) @@ -333,7 +334,7 @@ market.trades.showVolumeInUSD=米ドル建ての貿易量を表示 offerbook.createOffer=オファーを作る offerbook.takeOffer=オファーを受ける -offerbook.takeOffer.createAccount=Create account and take offer +offerbook.takeOffer.createAccount=アカウントを製作してオファーを受ける offerbook.takeOfferToBuy={0}購入オファーを受ける offerbook.takeOfferToSell={0}売却オファーを受ける offerbook.trader=取引者 @@ -355,12 +356,12 @@ offerbook.timeSinceSigning.info.signer=ピアが署名しました。ピアア offerbook.timeSinceSigning.info.banned=このアカウントは禁止されました offerbook.timeSinceSigning.daysSinceSigning={0}日 offerbook.timeSinceSigning.daysSinceSigning.long=署名する後から {0} -offerbook.timeSinceSigning.tooltip.accountLimit=Account limit: {0} -offerbook.timeSinceSigning.tooltip.accountLimitLifted=Account limit lifted +offerbook.timeSinceSigning.tooltip.accountLimit=アカウント限度: {0} +offerbook.timeSinceSigning.tooltip.accountLimitLifted=アカウント限度は解除されました offerbook.timeSinceSigning.tooltip.info.unsigned=このアカウントはまだ署名されていません -offerbook.timeSinceSigning.tooltip.info.signed=This account has been signed -offerbook.timeSinceSigning.tooltip.info.signedAndLifted=This account has been signed and can sign peer accounts -offerbook.timeSinceSigning.tooltip.checkmark.buyBtc=buy BTC from a signed account +offerbook.timeSinceSigning.tooltip.info.signed=このアカウントは署名されました +offerbook.timeSinceSigning.tooltip.info.signedAndLifted=このアカウントは署名された、そしてピアのアカウントを署名できます +offerbook.timeSinceSigning.tooltip.checkmark.buyBtc=署名されたアカウントからBTCを購入 offerbook.timeSinceSigning.tooltip.checkmark.wait=wait a minimum of {0} days offerbook.timeSinceSigning.tooltip.learnMore=もっと詳しく知る offerbook.xmrAutoConf=自動確認は有効されますか? @@ -394,7 +395,7 @@ offerbook.removeOffer.success=オファーの削除に成功しました。 offerbook.removeOffer.failed=オファー削除に失敗:\n{0} offerbook.deactivateOffer.failed=オファー無効化に失敗:\n{0} offerbook.activateOffer.failed=オファー公開に失敗:\n{0} -offerbook.withdrawFundsHint=あなたが支払った資金を{0}画面から出金できます。 +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=指定の通貨では支払いアカウントがありません offerbook.warning.noTradingAccountForCurrency.msg=選択した通貨の支払いアカウントがありません。\n\n他の通貨でオファーを作成しますか? @@ -607,7 +608,7 @@ portfolio.tab.history=履歴 portfolio.tab.bsqSwap=Unconfirmed BSQ swaps portfolio.tab.failed=失敗 portfolio.tab.editOpenOffer=オファーを編集 -portfolio.tab.duplicateOffer=Duplicate offer +portfolio.tab.duplicateOffer=重複オファー portfolio.context.offerLikeThis=Create new offer like this... portfolio.context.notYourOffer=You can only duplicate offers where you were the maker. @@ -2245,6 +2246,7 @@ filterWindow.disableApi=APIを無効化 filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=少なくとも{0}のビッ popup.warning.downloadNotComplete=欠落しているビットコインブロックのダウンロードが完了するまで待つ必要があります。 popup.warning.chainNotSynced=Bisqウォレットのブロックチェーン高さは正しく同期されていません。アプリを最近起動した場合、1つのビットコインブロックが発行されるまで待って下さい。\n\nブロックチェーン高さは\"設定/ネットワーク情報\"に表示されます。 2つ以上のブロックが発行されても問題が解決されない場合、フリーズしている可能性があります。その場合には、SPV再同期を行って下さい [HYPERLINK: https://bisq.wiki/Resyncing_SPV_file ]。 popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=本当にオファーを削除しますか?\nオファーを削除する場合、{0}のメイカー手数料が失われます。 -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=100%以上のパーセントを設定できません popup.warning.examplePercentageValue=パーセントの数字を入力してください。5.4%は「5.4」のように入力します。 popup.warning.noPriceFeedAvailable=その通貨で利用できる価格フィードはありません。パーセントベースの価格は使用できません。 固定価格を選択してください。 diff --git a/core/src/main/resources/i18n/displayStrings_pl.properties b/core/src/main/resources/i18n/displayStrings_pl.properties index 3c2fb686415..b1ed4f48488 100644 --- a/core/src/main/resources/i18n/displayStrings_pl.properties +++ b/core/src/main/resources/i18n/displayStrings_pl.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (min - max) shared.removeOffer=Usuń ofertę shared.dontRemoveOffer=Nie usuwaj oferty shared.editOffer=Edytuj ofertę +shared.duplicateOffer=Powiel ofertę shared.openLargeQRWindow=Otwórz okno z kodem QR shared.tradingAccount=Rachunek transakcyjny shared.faq=Odwiedź zakładkę Pomocy @@ -394,7 +395,7 @@ offerbook.removeOffer.success=Oferta usunięta z powodzeniem. offerbook.removeOffer.failed=Niepowodzenie usunięcia oferty:\n{0} offerbook.deactivateOffer.failed=Dezaktywowanie ofery nie powiodło się:\n{0} offerbook.activateOffer.failed=Publikacja oferty nie powiodła się:\n{0} -offerbook.withdrawFundsHint=Możesz wycofać fundusze które wpłaciłeś z okna {0} +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=Brak konta dla wybranej waluty offerbook.warning.noTradingAccountForCurrency.msg=Nie masz stworzonego konta do wybranej waluty.\n\nCzy chcesz stworzyć ofertę dla innej waluty ? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Wyłącz API filterWindow.disableMempoolValidation=Wyłącz walidację Mempool filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=Musisz zaczekać aż będzies popup.warning.downloadNotComplete=Musisz zaczekać aż pobieranie pozostałych bloków Bitcoina zostanie ukończone. popup.warning.chainNotSynced=Wysokość bloków w portfelu Bisq nie jest zsynchronizowana poprawnie. Jeśli niedawno włączyłeś aplikację, prosimy zaczekać aż jeden blok Bitcoina zostanie opublikowany.\n\nMożesz sprawdzić wyskość blockchain w Ustawienia/Informacje o sieci. Jeśli jeden blok zostanie opublikowany i problem wciąż występuje, może następować opóźnienie, w tym przypadku powinieneś dokonać ponownej synchronizacji SPV. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Stan DAO Bisq wymaga ponownej synchronizacji.\n\nProsimy o przejście do menu DAO Monitor Sieci i podążanie za wskazówkami aby ponownie zsynchronizować stan DAO. -popup.warning.removeOffer=Czy jesteś pewien że chcesz usunąć tą ofertę ?\nOpłata za jej stworzenie w wysokości {0} zostanie utracona jeśli usuniesz tą ofertę. -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=Nie możesz ustalić procent w wysokości więszej niż 100%. popup.warning.examplePercentageValue=Prosimy o wpisanie procent np \"5.4\" dla 5.4% popup.warning.noPriceFeedAvailable=Nie ma dostępnego źródła ceny dla tej waluty. Nie możesz również użyć ceny rynkowej i procenta więcej.\nProsimy o wybranie ustalonej ceny. diff --git a/core/src/main/resources/i18n/displayStrings_pt-br.properties b/core/src/main/resources/i18n/displayStrings_pt-br.properties index d229c7c3faa..a9f6e94a8a0 100644 --- a/core/src/main/resources/i18n/displayStrings_pt-br.properties +++ b/core/src/main/resources/i18n/displayStrings_pt-br.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (min - max) shared.removeOffer=Remover oferta shared.dontRemoveOffer=Não remover a oferta shared.editOffer=Editar oferta +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Open large QR code window shared.tradingAccount=Conta de negociação shared.faq=Visit FAQ page @@ -394,7 +395,7 @@ offerbook.removeOffer.success=Remoção de oferta bem sucedida offerbook.removeOffer.failed=Remoção da oferta falhou:\n{0} offerbook.deactivateOffer.failed=Erro ao desativar oferta:\n{0} offerbook.activateOffer.failed=Erro ao publicar oferta:\n{0} -offerbook.withdrawFundsHint=Você pode retirar fundos que você pagou da tela {0}. +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=No payment account for selected currency offerbook.warning.noTradingAccountForCurrency.msg=You don't have a payment account set up for the selected currency.\n\nWould you like to create an offer for another currency instead? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=Você precisa esperar até te popup.warning.downloadNotComplete=Você precisa aguardar até que termine o download dos blocos de Bitcoin restantes popup.warning.chainNotSynced=The Bisq wallet blockchain height is not synced correctly. If you recently started the application, please wait until one Bitcoin block has been published.\n\nYou can check the blockchain height in Settings/Network Info. If more than one block passes and this problem persists it may be stalled, in which case you should do an SPV resync. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=Tem certeza que deseja remover essa oferta?\nA taxa de oferta de {0} será perdida se você removê-la. -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=Você não pode definir uma porcentagem superior a 100%. popup.warning.examplePercentageValue=Digite um número percentual, como \"5.4\" para 5.4% popup.warning.noPriceFeedAvailable=Não há feed de preços disponível para essa moeda. Você não pode usar um preço porcentual.\nPor favor selecione um preço fixo. diff --git a/core/src/main/resources/i18n/displayStrings_pt.properties b/core/src/main/resources/i18n/displayStrings_pt.properties index 63d964f719d..d0f262aa6a9 100644 --- a/core/src/main/resources/i18n/displayStrings_pt.properties +++ b/core/src/main/resources/i18n/displayStrings_pt.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (mín - máx) shared.removeOffer=Remover oferta shared.dontRemoveOffer=Não remover a oferta shared.editOffer=Editar oferta +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Abrir QR-Code em janela grande shared.tradingAccount=Conta de negociação shared.faq=Visit FAQ page @@ -394,7 +395,7 @@ offerbook.removeOffer.success=Remoção da oferta bem sucedida offerbook.removeOffer.failed=Remoção da oferta falhou:\n{0} offerbook.deactivateOffer.failed=A desativação da oferta falhou:\n{0} offerbook.activateOffer.failed=A publicação da oferta falhou:\n{0} -offerbook.withdrawFundsHint=Você pode levantar fundos que você pagou a partir do ecrã de {0}. +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=No payment account for selected currency offerbook.warning.noTradingAccountForCurrency.msg=You don't have a payment account set up for the selected currency.\n\nWould you like to create an offer for another currency instead? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=Você precisa esperar até qu popup.warning.downloadNotComplete=Você precisa esperar até que o download dos blocos de Bitcoin ausentes esteja completo. popup.warning.chainNotSynced=The Bisq wallet blockchain height is not synced correctly. If you recently started the application, please wait until one Bitcoin block has been published.\n\nYou can check the blockchain height in Settings/Network Info. If more than one block passes and this problem persists it may be stalled, in which case you should do an SPV resync. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=Tem certeza de que deseja remover essa oferta?\nA taxa de ofertante de {0} será perdida se você remover essa oferta. -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=Você não pode definir uma percentagem superior à 100%. popup.warning.examplePercentageValue=Por favor digitar um número percentual como \"5.4\" para 5.4% popup.warning.noPriceFeedAvailable=Não há feed de preço disponível para essa moeda. Você não pode usar um preço baseado em percentagem.\nPor favor, selecione o preço fixo. diff --git a/core/src/main/resources/i18n/displayStrings_ru.properties b/core/src/main/resources/i18n/displayStrings_ru.properties index b712de59f39..8469113bbd1 100644 --- a/core/src/main/resources/i18n/displayStrings_ru.properties +++ b/core/src/main/resources/i18n/displayStrings_ru.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=ВТС (мин. — макс.) shared.removeOffer=Удалить предложение shared.dontRemoveOffer=Не удалять предложение shared.editOffer=Изменить предложение +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Open large QR code window shared.tradingAccount=Торговый счёт shared.faq=Visit FAQ page @@ -394,7 +395,7 @@ offerbook.removeOffer.success=Предложение удалено. offerbook.removeOffer.failed=Не удалось удалить предложение:\n{0} offerbook.deactivateOffer.failed=Не удалось деактивировать предложение:\n{0} offerbook.activateOffer.failed=Не удалось опубликовать предложение:\n{0} -offerbook.withdrawFundsHint=Вы можете вывести внесённые средства в разделе «{0}». +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=No payment account for selected currency offerbook.warning.noTradingAccountForCurrency.msg=You don't have a payment account set up for the selected currency.\n\nWould you like to create an offer for another currency instead? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2399,15 +2401,15 @@ popup.warning.tradePeriod.halfReached=Половина макс. допусти popup.warning.tradePeriod.ended=Your trade with ID {0} has reached the max. allowed trading period and is not completed.\n\nThe trade period ended on {1}\n\nPlease check your trade at \"Portfolio/Open trades\" for contacting the mediator. popup.warning.noTradingAccountSetup.headline=Вы не создали торговый счёт popup.warning.noTradingAccountSetup.msg=Перед созданием предложения необходимо создать счета в национальной валюте или альткойнах. \nСоздать счёт? -popup.warning.noArbitratorsAvailable= Нет доступных арбитров. +popup.warning.noArbitratorsAvailable=Нет доступных арбитров. popup.warning.noMediatorsAvailable=There are no mediators available. popup.warning.notFullyConnected=Необходимо дождаться полного подключения к сети.\nОно может занять до 2 минут. popup.warning.notSufficientConnectionsToBtcNetwork=Необходимо дождаться не менее {0} соединений с сетью Биткойн. popup.warning.downloadNotComplete=Необходимо дождаться завершения загрузки недостающих блоков сети Биткойн. popup.warning.chainNotSynced=The Bisq wallet blockchain height is not synced correctly. If you recently started the application, please wait until one Bitcoin block has been published.\n\nYou can check the blockchain height in Settings/Network Info. If more than one block passes and this problem persists it may be stalled, in which case you should do an SPV resync. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=Действительно хотите удалить это предложение?\nКомиссия мейкера в размере {0} компенсации не подлежит. -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=Нельзя установить процент в размере 100% или выше. popup.warning.examplePercentageValue=Введите процент, например \«5,4\» для 5,4% popup.warning.noPriceFeedAvailable=Источник рыночного курса для этой валюты отсутствует. Невозможно использовать процентный курс.\nПросьба указать фиксированный курс. @@ -2556,7 +2558,7 @@ guiUtil.accountExport.exportFailed=Экспорт в CSV не удался из- guiUtil.accountExport.selectExportPath=Выбрать директорию для экспорта guiUtil.accountImport.imported=Торговый счёт импортирован из:\n{0}\n\nИмпортированные счета:\n{1} guiUtil.accountImport.noAccountsFound=Экспортированные торговые счета не найдены в: {0}.\nИмя файла {1}. -guiUtil.openWebBrowser.warning=Вы собираетесь открыть веб-страницу в веб-браузере.\nСделать это сейчас? \n\nЕсли вы не используете \«Tor\» в качестве веб-браузера по умолчанию, вы откроете веб-страницу в клирнете.\n\nURL: \«{0}\» +guiUtil.openWebBrowser.warning=Вы собираетесь открыть веб-страницу в веб-браузере.\nСделать это сейчас? \n\nЕсли вы не используете \«Tor\» в качестве веб-браузера по умолчанию, вы откроете веб-страницу в клирнете.\n\nURL: \«{0}\» guiUtil.openWebBrowser.doOpen=Открыть веб-страницу и не спрашивать снова guiUtil.openWebBrowser.copyUrl=Скопировать URL и отменить guiUtil.ofTradeAmount=от суммы сделки diff --git a/core/src/main/resources/i18n/displayStrings_th.properties b/core/src/main/resources/i18n/displayStrings_th.properties index e012b5920ac..5502d24acb8 100644 --- a/core/src/main/resources/i18n/displayStrings_th.properties +++ b/core/src/main/resources/i18n/displayStrings_th.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (ต่ำสุด-สูงสุด) shared.removeOffer=ลบข้อเสนอ shared.dontRemoveOffer=ห้ามลบข้อเสนอ shared.editOffer=แก้ไขข้อเสนอ +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Open large QR code window shared.tradingAccount=บัญชีการซื้อขาย shared.faq=Visit FAQ page @@ -394,7 +395,7 @@ offerbook.removeOffer.success=นำข้อเสนอออกเรีย offerbook.removeOffer.failed=เกิดข้อผิดพลาดในการลบข้อเสนอ:\n{0} offerbook.deactivateOffer.failed=เกิดข้อผิดพลาดในการยกเลิกข้อเสนอ: \n{0} offerbook.activateOffer.failed=การเผยแพร่ข้อเสนอล้มเหลว: \n{0} -offerbook.withdrawFundsHint=คุณสามารถถอนเงินที่คุณชำระมาได้จาก {0} หน้าจอ +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=No payment account for selected currency offerbook.warning.noTradingAccountForCurrency.msg=You don't have a payment account set up for the selected currency.\n\nWould you like to create an offer for another currency instead? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=คุณต้องรอ popup.warning.downloadNotComplete=คุณต้องรอจนกว่าการดาวน์โหลดบล็อค Bitcoin ที่ขาดหายไปจะเสร็จสมบูรณ์ popup.warning.chainNotSynced=The Bisq wallet blockchain height is not synced correctly. If you recently started the application, please wait until one Bitcoin block has been published.\n\nYou can check the blockchain height in Settings/Network Info. If more than one block passes and this problem persists it may be stalled, in which case you should do an SPV resync. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=คุณแน่ใจหรือไม่ว่าต้องการนำข้อเสนอนั้นออก\nค่าธรรมเนียมของผู้สร้าง {0} จะสูญหายไปหากคุณนำข้อเสนอนั้นออก -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=คุณไม่สามารถกำหนดเปอร์เซ็นต์เป็น 100% หรือมากกว่าได้ popup.warning.examplePercentageValue=โปรดป้อนตัวเลขเปอร์เซ็นต์เช่น \"5.4 \" เป็น 5.4% popup.warning.noPriceFeedAvailable=ไม่มีฟีดราคาสำหรับสกุลเงินดังกล่าว คุณไม่สามารถใช้ราคาตามเปอร์เซ็นต์ได้\nโปรดเลือกราคาที่ถูกกำหนดไว้แแล้ว diff --git a/core/src/main/resources/i18n/displayStrings_vi.properties b/core/src/main/resources/i18n/displayStrings_vi.properties index 32567dba4fd..031afb6bef2 100644 --- a/core/src/main/resources/i18n/displayStrings_vi.properties +++ b/core/src/main/resources/i18n/displayStrings_vi.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC (min - max) shared.removeOffer=Bỏ chào giá shared.dontRemoveOffer=Không được bỏ chào giá shared.editOffer=Chỉnh sửa chào giá +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Open large QR code window shared.tradingAccount=Tài khoản giao dịch shared.faq=Visit FAQ page @@ -394,7 +395,7 @@ offerbook.removeOffer.success=Xoá nh thành công. offerbook.removeOffer.failed=Xoá lệnh không thành công:\n{0} offerbook.deactivateOffer.failed=Huỷ kích hoạt chào giá không thành công:\n{0} offerbook.activateOffer.failed=Công bố lệnh không thành công:\n{0} -offerbook.withdrawFundsHint=Bạn có thể rút bạn đã thanh toán từ màn hình {0}. +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=No payment account for selected currency offerbook.warning.noTradingAccountForCurrency.msg=You don't have a payment account set up for the selected currency.\n\nWould you like to create an offer for another currency instead? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=Bạn cần phải đợi cho popup.warning.downloadNotComplete=Bạn cần phải đợi cho đến khi download xong các block Bitcoin còn thiếu. popup.warning.chainNotSynced=The Bisq wallet blockchain height is not synced correctly. If you recently started the application, please wait until one Bitcoin block has been published.\n\nYou can check the blockchain height in Settings/Network Info. If more than one block passes and this problem persists it may be stalled, in which case you should do an SPV resync. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=Bạn có chắc bạn muốn gỡ bỏ Báo giá này?\nPhí người khởi tạo {0} sẽ bị mất nếu bạn gỡ bỏ Báo giá. -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=Bạn không thể cài đặt phần trăm là 100% hoặc cao hơn. popup.warning.examplePercentageValue=Vui lòng nhập số phần trăm như \"5.4\" cho 5,4% popup.warning.noPriceFeedAvailable=Không có giá cung cấp cho tiền tệ này. Bạn không thể sử dụng giá dựa trên tỷ lệ.\nVui lòng chọn giá cố định. diff --git a/core/src/main/resources/i18n/displayStrings_zh-hans.properties b/core/src/main/resources/i18n/displayStrings_zh-hans.properties index 6414b918ef5..af3aafd5ee3 100644 --- a/core/src/main/resources/i18n/displayStrings_zh-hans.properties +++ b/core/src/main/resources/i18n/displayStrings_zh-hans.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC(最小 - 最大) shared.removeOffer=移除报价 shared.dontRemoveOffer=不要移除报价 shared.editOffer=编辑报价 +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=打开放大二维码窗口 shared.tradingAccount=交易账户 shared.faq=访问 FAQ 页面 @@ -394,7 +395,7 @@ offerbook.removeOffer.success=撤销报价成功。 offerbook.removeOffer.failed=撤销报价失败:\n{0} offerbook.deactivateOffer.failed=报价停用失败:\n{0} offerbook.activateOffer.failed=报价发布失败:\n{0} -offerbook.withdrawFundsHint=您可以从 {0} 中撤回您支付的资金。 +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=选择的货币没有支付账户 offerbook.warning.noTradingAccountForCurrency.msg=您选择的货币还没有建立支付账户。\n\n你想要用其他货币创建一个报价吗? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=你需要等待至少有{0} popup.warning.downloadNotComplete=您需要等待,直到丢失的比特币区块被下载完毕。 popup.warning.chainNotSynced=Bisq 钱包区块链高度没有正确地同步。如果最近才打开应用,请等待一个新发布的比特币区块。\n\n你可以检查区块链高度在设置/网络信息。如果经过了一个区块但问题还是没有解决,你应该及时的完成 SPV 链重新同步。https://bisq.wiki/Resyncing_SPV_file popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=您确定要移除该报价吗?\n如果您删除该报价,{0} 的挂单费将会丢失。 -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=您不能设置100%或更大的百分比。 popup.warning.examplePercentageValue=请输入百分比数字,如 5.4% 是“5.4” popup.warning.noPriceFeedAvailable=该货币没有可用的价格。 你不能使用基于百分比的价格。\n请选择固定价格。 diff --git a/core/src/main/resources/i18n/displayStrings_zh-hant.properties b/core/src/main/resources/i18n/displayStrings_zh-hant.properties index 05cecbd052a..a6b9a41ccb2 100644 --- a/core/src/main/resources/i18n/displayStrings_zh-hant.properties +++ b/core/src/main/resources/i18n/displayStrings_zh-hant.properties @@ -97,6 +97,7 @@ shared.BTCMinMax=BTC(最小 - 最大) shared.removeOffer=移除報價 shared.dontRemoveOffer=不要移除報價 shared.editOffer=編輯報價 +shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=打開放大二維碼窗口 shared.tradingAccount=交易賬户 shared.faq=訪問 FAQ 頁面 @@ -394,7 +395,7 @@ offerbook.removeOffer.success=撤銷報價成功。 offerbook.removeOffer.failed=撤銷報價失敗:\n{0} offerbook.deactivateOffer.failed=報價停用失敗:\n{0} offerbook.activateOffer.failed=報價發佈失敗:\n{0} -offerbook.withdrawFundsHint=您可以從 {0} 中撤回您支付的資金。 +offerbook.withdrawFundsHint=Offer has been removed. Funds are not reserved for this offer anymore. You can send Available funds to an external wallet at the {0} screen. offerbook.warning.noTradingAccountForCurrency.headline=選擇的貨幣沒有支付賬户 offerbook.warning.noTradingAccountForCurrency.msg=您選擇的貨幣還沒有建立支付賬户。\n\n你想要用其他貨幣創建一個報價嗎? @@ -2245,6 +2246,7 @@ filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work filterWindow.powDifficulty=Proof of work difficulty (BSQ swap offers) +filterWindow.enabledPowVersions=Enabled proof of work versions (comma sep. integers) filterWindow.makerFeeBtc=Min. BTC maker fee (e.g. 0.001) filterWindow.takerFeeBtc=Min. BTC taker fee (e.g. 0.007) filterWindow.makerFeeBsq=Min. BSQ maker fee (e.g. 15.14) @@ -2406,8 +2408,8 @@ popup.warning.notSufficientConnectionsToBtcNetwork=你需要等待至少有{0} popup.warning.downloadNotComplete=您需要等待,直到丟失的比特幣區塊被下載完畢。 popup.warning.chainNotSynced=Bisq 錢包區塊鏈高度沒有正確地同步。如果最近才打開應用,請等待一個新發布的比特幣區塊。\n\n你可以檢查區塊鏈高度在設置/網絡信息。如果經過了一個區塊但問題還是沒有解決,你應該及時的完成 SPV 鏈重新同步。https://bisq.wiki/Resyncing_SPV_file popup.warning.daoNeedsResync=Your Bisq DAO state needs to be resynced.\n\nPlease navigate to DAO Network Monitor menu and follow the prompts to resync the DAO state. -popup.warning.removeOffer=您確定要移除該報價嗎?\n如果您刪除該報價,{0} 的掛單費將會丟失。 -popup.warning.removeNoFeeOffer=Are you sure you want to remove that offer?\nNo maker fee will be lost if you remove that offer. +popup.warning.removeOffer=Are you sure you want to remove this offer?\nThe maker fee of {0} will be lost if you remove this offer. +popup.warning.removeNoFeeOffer=Are you sure you want to remove this offer?\nNo maker fee will be lost if you remove this offer. popup.warning.tooLargePercentageValue=您不能設置100%或更大的百分比。 popup.warning.examplePercentageValue=請輸入百分比數字,如 5.4% 是“5.4” popup.warning.noPriceFeedAvailable=該貨幣沒有可用的價格。 你不能使用基於百分比的價格。\n請選擇固定價格。 diff --git a/core/src/main/resources/wallet/checkpoints.txt b/core/src/main/resources/wallet/checkpoints.txt index 09cfb1b0b79..cea2a65ec75 100644 --- a/core/src/main/resources/wallet/checkpoints.txt +++ b/core/src/main/resources/wallet/checkpoints.txt @@ -1,6 +1,6 @@ TXT CHECKPOINTS 1 0 -353 +356 AAAAAAAAB+EH4QfhAAAH4AEAAABjl7tqvU/FIcDT9gcbVlA4nwtFUbxAtOawZzBpAAAAAKzkcK7NqciBjI/ldojNKncrWleVSgDfBCCn3VRrbSxXaw5/Sf//AB0z8Bkv AAAAAAAAD8EPwQ/BAAAPwAEAAADfP83Sx8MZ9RsrnZCvqzAwqB2Ma+ZesNAJrTfwAAAAACwESaNKhvRgz6WuE7UFdFk1xwzfRY/OIdIOPzX5yaAdjnWUSf//AB0GrNq5 AAAAAAAAF6EXoRehAAAXoAEAAADonWzAaUAKd30XT3NnHKobZMnLOuHdzm/xtehsAAAAAD8cUJA6NBIHHcqPHLc4IrfHw+6mjCGu3e+wRO81EvpnMVqrSf//AB1ffy8G @@ -354,3 +354,6 @@ Iur9LLlSLrMV2wj+AArEQAQAoCBYSe7YCzICc6c9OZM8A2DhJ9FQNqadAgAAAAAAAAAAAGzCUEgUUFu2 I3rVMPIOKThn6cAlAArMIAQAoCBR8ft4+iRzKcX0u+ahG+N51fQzm83ABgAAAAAAAAAAAETUrMchRjFlfJPF1mfN1qicGLS0C7DCbgGbGkIs92o7ovV+Yc/+DBclxWqD JBX4Bhp4gE5FUpQnAArUAAQAICDMvMZ0aT74dRyTnA5tRyjd5i4k/BI3AQAAAAAAAAAAAHfsFEc3X8aAKat6hf1picXTE1G2Gej3Cd5oIAgQO9pqb5uQYeppDBcCcw9U JLheVogqg5I4QSKlAArb4AQAgCCYaz0b8w5+8goLpK5VNH1SoF2mQx+HAQAAAAAAAAAAAFYqLA5fUU4p4FgFXyc4QVmVT6Uv2B0WGqNdwgZnSnypMFqjYROaDBcFwXOD +JVhaAif3+i7UbjErAArjwAQAgCA5wO/wy8slkJm/vNXEoFIBuqTftFSMCgAAAAAAAAAAAGvvZksLCUMimupI9t1WJX6NxT3dg+Lj4jmEJO5egMt02Xa0YR+iCxevAgEd +JgWl0Fc4/Nn+a9kbAArroAQAQCCpohVQfZ0fO2W1O3oZPcBN6cXTIQ1oBAAAAAAAAAAAAFzaGLaDJbBCJhFrfdLqB3wk1BoxulTzOSH0OXqbJY3zV97GYauYCxcN4mjM +JrN+6DY+Yjl1mnpLAArzgAAAQCCayqXSbTkqzmVsJCjJkbCj09dzhFoTAAAAAAAAAAAAAKqOIlsfPqbEt6/Vqhzs9pGovqp/oeV5ziQOSmK1rI7MIUHZYYuMCxcNXAW7 diff --git a/desktop/package/linux/Dockerfile b/desktop/package/linux/Dockerfile index b13f224eb72..29e3275e0e5 100644 --- a/desktop/package/linux/Dockerfile +++ b/desktop/package/linux/Dockerfile @@ -8,7 +8,7 @@ # pull base image FROM openjdk:8-jdk -ENV version 1.8.0-SNAPSHOT +ENV version 1.8.2-SNAPSHOT RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/* && apt-get install -y vim fakeroot diff --git a/desktop/package/macosx/Info.plist b/desktop/package/macosx/Info.plist index ae5af57a53b..fc7f10444bb 100644 --- a/desktop/package/macosx/Info.plist +++ b/desktop/package/macosx/Info.plist @@ -5,10 +5,10 @@ CFBundleVersion - 1.8.0 + 1.8.2 CFBundleShortVersionString - 1.8.0 + 1.8.2 CFBundleExecutable Bisq diff --git a/desktop/package/macosx/copy_dbs.sh b/desktop/package/macosx/copy_dbs.sh index 5cdde47cfcd..1bc900ede74 100755 --- a/desktop/package/macosx/copy_dbs.sh +++ b/desktop/package/macosx/copy_dbs.sh @@ -2,7 +2,7 @@ cd $(dirname $0)/../../../ -version="1.8.0" +version="1.8.2" # Set BISQ_DIR as environment var to the path of your locally synced Bisq data directory e.g. BISQ_DIR=~/Library/Application\ Support/Bisq diff --git a/desktop/package/macosx/finalize.sh b/desktop/package/macosx/finalize.sh index 87a829464e2..03fb388e544 100755 --- a/desktop/package/macosx/finalize.sh +++ b/desktop/package/macosx/finalize.sh @@ -2,7 +2,7 @@ cd ../../ -version="1.8.0-SNAPSHOT" +version="1.8.2-SNAPSHOT" target_dir="releases/$version" diff --git a/desktop/package/macosx/insert_snapshot_version.sh b/desktop/package/macosx/insert_snapshot_version.sh index cef97c36f04..16c548b313b 100755 --- a/desktop/package/macosx/insert_snapshot_version.sh +++ b/desktop/package/macosx/insert_snapshot_version.sh @@ -2,7 +2,7 @@ cd $(dirname $0)/../../../ -version=1.8.0 +version=1.8.2 find . -type f \( -name "finalize.sh" \ -o -name "create_app.sh" \ diff --git a/desktop/package/macosx/replace_version_number.sh b/desktop/package/macosx/replace_version_number.sh index 421acdd26bb..65cdc41ad7c 100755 --- a/desktop/package/macosx/replace_version_number.sh +++ b/desktop/package/macosx/replace_version_number.sh @@ -2,8 +2,8 @@ cd $(dirname $0)/../../../. -oldVersion=1.7.5 -newVersion=1.8.0 +oldVersion=1.8.1 +newVersion=1.8.2 find . -type f \( -name "finalize.sh" \ -o -name "create_app.sh" \ diff --git a/desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java b/desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java index 913b48aecdb..770d47e2ce4 100644 --- a/desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java +++ b/desktop/src/main/java/bisq/desktop/main/offer/offerbook/OfferBookView.java @@ -1169,6 +1169,7 @@ public void updateItem(final OfferBookListItem item, boolean empty) { button2.setStyle(CssTheme.isDarkTheme() ? "-fx-text-fill: white" : "-fx-text-fill: #444444"); button2.setOnAction(e -> onEditOpenOffer(offer)); button2.setManaged(true); + button2.setVisible(true); } else { boolean isSellOffer = offer.getDirection() == OfferDirection.SELL; iconView.setId(isSellOffer ? "image-buy-white" : "image-sell-white"); @@ -1186,6 +1187,7 @@ public void updateItem(final OfferBookListItem item, boolean empty) { button.setTooltip(new Tooltip(Res.get("offerbook.takeOfferButton.tooltip", model.getDirectionLabelTooltip(offer)))); button.setOnAction(e -> onTakeOffer(offer)); button2.setManaged(false); + button2.setVisible(false); } if (!myOffer) { @@ -1204,6 +1206,7 @@ public void updateItem(final OfferBookListItem item, boolean empty) { } else { setGraphic(null); button.setOnAction(null); + button2.setOnAction(null); if (tableRow != null) { tableRow.setOpacity(1); tableRow.setOnMousePressed(null); diff --git a/desktop/src/main/java/bisq/desktop/main/portfolio/editoffer/EditOfferViewModel.java b/desktop/src/main/java/bisq/desktop/main/portfolio/editoffer/EditOfferViewModel.java index 8e719560388..24a86037973 100644 --- a/desktop/src/main/java/bisq/desktop/main/portfolio/editoffer/EditOfferViewModel.java +++ b/desktop/src/main/java/bisq/desktop/main/portfolio/editoffer/EditOfferViewModel.java @@ -111,7 +111,6 @@ public void onCancelEditOffer(ErrorMessageHandler errorMessageHandler) { } public void onInvalidateMarketPriceMargin() { - marketPriceMargin.set("0.00%"); marketPriceMargin.set(FormattingUtils.formatToPercent(dataModel.getMarketPriceMargin())); } diff --git a/desktop/src/main/java/bisq/desktop/main/presentation/DaoPresentation.java b/desktop/src/main/java/bisq/desktop/main/presentation/DaoPresentation.java index d36efe3faa6..1ff32e07e19 100644 --- a/desktop/src/main/java/bisq/desktop/main/presentation/DaoPresentation.java +++ b/desktop/src/main/java/bisq/desktop/main/presentation/DaoPresentation.java @@ -1,7 +1,6 @@ package bisq.desktop.main.presentation; import bisq.desktop.Navigation; -import bisq.desktop.util.GUIUtil; import bisq.core.btc.wallet.BsqWalletService; import bisq.core.btc.wallet.BtcWalletService; @@ -99,7 +98,9 @@ private void onUpdateAnyChainHeight() { bsqInfo.set(""); if (daoFacade.isInConflictWithSeedNode() && !daoConflictWarningShown) { daoConflictWarningShown = true; // only warn max 1 time per session so as not to annoy - GUIUtil.showDaoNeedsResyncPopup(navigation); + // TODO: only temporarily removed for v1.8.2 to prevent showing false positives and will be + // re-enabled with the next release +// GUIUtil.showDaoNeedsResyncPopup(navigation); } } else { bsqInfo.set(Res.get("mainView.footer.bsqInfo.synchronizing")); diff --git a/p2p/src/main/resources/AccountAgeWitnessStore_1.8.1_BTC_MAINNET b/p2p/src/main/resources/AccountAgeWitnessStore_1.8.1_BTC_MAINNET new file mode 100644 index 00000000000..26b702589b7 --- /dev/null +++ b/p2p/src/main/resources/AccountAgeWitnessStore_1.8.1_BTC_MAINNET @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a87344a1be584760c8b425243a9e56038ffe79fb7d460ff06dd0a611e7fe214 +size 1589408 diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_713001-714000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_713001-714000 index f6a4d6bb0c3..b234d819f2f 100644 --- a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_713001-714000 +++ b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_713001-714000 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:657aacf9e4952935bd16466100a992e323c44223db618ae685a7c4c0b0a10e25 -size 292458 +oid sha256:b823acc6cd287d2848dc7041654e28148fd843c5bb971c678e91ea6506c2c9da +size 1330194 diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_714001-715000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_714001-715000 new file mode 100644 index 00000000000..b28a53e6455 --- /dev/null +++ b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_714001-715000 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ca995b88dbcba1ced8dbc90c1ce4b0f79b5e551611286c900e45d2fc436fc6 +size 1572004 diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_715001-716000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_715001-716000 new file mode 100644 index 00000000000..dacaf4c4140 --- /dev/null +++ b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_715001-716000 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8e61ed0dd48a7b84afdd70e067ff21200abd7639ba9cb4186e6a404e332776 +size 1105326 diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_716001-717000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_716001-717000 new file mode 100644 index 00000000000..3a4b76b19fc --- /dev/null +++ b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_716001-717000 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcf0342b1d897f0914ebbc2c18cff219850c1294489971e88db77a4b3688568 +size 1296441 diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_717001-718000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_717001-718000 new file mode 100644 index 00000000000..1e88a778444 --- /dev/null +++ b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_717001-718000 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bc70b10c7e143adc321f253c82108cafe3f2794679053c92d1f52357798b0e +size 1795313 diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_718001-719000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_718001-719000 new file mode 100644 index 00000000000..6989e7bab77 --- /dev/null +++ b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_718001-719000 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6b3946f765564bbb2f5822d7ec0da14a10d14c5430d78c839b5d1c7394b907 +size 1462691 diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_719001-720000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_719001-720000 new file mode 100644 index 00000000000..f1ebcbd5d10 --- /dev/null +++ b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_719001-720000 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7ad2d5954c6fbb0301587041d7dfa6f0ddae62beb59b04506fa351c66b64ce +size 284381 diff --git a/p2p/src/main/resources/DaoStateStore_BTC_MAINNET b/p2p/src/main/resources/DaoStateStore_BTC_MAINNET index d457917949a..33eba5a00b8 100644 --- a/p2p/src/main/resources/DaoStateStore_BTC_MAINNET +++ b/p2p/src/main/resources/DaoStateStore_BTC_MAINNET @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db27678118817d4d08bc3df74d14c104f437f751bfa8647b194fe9423ff46193 -size 19633544 +oid sha256:2da351c0adad2ce27c125dd634fb8805338ef9d9991fa9092b0057f047fae206 +size 20750330 diff --git a/p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET b/p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET index 1b3bcda469d..af7e6c3e49c 100644 --- a/p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET +++ b/p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5e93ea11b8e2efa4477f56b00bbaf4f527770175a70a59f016cc34475e1089c -size 9749723 +oid sha256:69e1b2753c27938516bf9802267b6996247a16a5503b93e435e1ab88b3d1e5ca +size 10230465 diff --git a/p2p/src/main/resources/TradeStatistics3Store_1.8.1_BTC_MAINNET b/p2p/src/main/resources/TradeStatistics3Store_1.8.1_BTC_MAINNET new file mode 100644 index 00000000000..1abb17a85d5 --- /dev/null +++ b/p2p/src/main/resources/TradeStatistics3Store_1.8.1_BTC_MAINNET @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed7c09c7430e872526296f136face822b614f801440498b2d47a99b3feaa3ee +size 343320 diff --git a/relay/src/main/resources/version.txt b/relay/src/main/resources/version.txt index c4954f28bfb..4df9f77d1b9 100644 --- a/relay/src/main/resources/version.txt +++ b/relay/src/main/resources/version.txt @@ -1 +1 @@ -1.8.0-SNAPSHOT +1.8.2-SNAPSHOT diff --git a/seednode/bisq.service b/seednode/bisq.service index ac403d0fbf0..39b3819e5c7 100644 --- a/seednode/bisq.service +++ b/seednode/bisq.service @@ -28,7 +28,7 @@ ExecStart=/bin/sh __BISQ_HOME__/__BISQ_REPO_NAME__/${BISQ_ENTRYPOINT} \ --dumpBlockchainData=${BISQ_DUMP_BLOCKCHAIN} \ --dumpStatistics=${BISQ_DUMP_STATISTICS} \ -ExecStop=/bin/kill ${MAINPID} +ExecStop=/bin/kill ${MAINPID} ; sleep 5 Restart=on-failure ExecStartPre=+/bin/bash -c "if [ $BISQ_DUMP_BLOCKCHAIN = true ];then mount -t tmpfs none -o size=2000M,uid=bisq,gid=bisq $BISQ_HOME/$BISQ_APP_NAME/$BISQ_BASE_CURRENCY/db/json;else true;fi" diff --git a/seednode/src/main/java/bisq/seednode/SeedNodeMain.java b/seednode/src/main/java/bisq/seednode/SeedNodeMain.java index ce77438803e..9538c5216b1 100644 --- a/seednode/src/main/java/bisq/seednode/SeedNodeMain.java +++ b/seednode/src/main/java/bisq/seednode/SeedNodeMain.java @@ -52,7 +52,7 @@ @Slf4j public class SeedNodeMain extends ExecutableForAppWithP2p { private static final long CHECK_CONNECTION_LOSS_SEC = 30; - private static final String VERSION = "1.8.0"; + private static final String VERSION = "1.8.2"; private SeedNode seedNode; private Timer checkConnectionLossTime;