diff --git a/build-logic/packaging/src/main/kotlin/bisq/gradle/packaging/PackagingPlugin.kt b/build-logic/packaging/src/main/kotlin/bisq/gradle/packaging/PackagingPlugin.kt index 99aa7e705c8..a7073ddf94d 100644 --- a/build-logic/packaging/src/main/kotlin/bisq/gradle/packaging/PackagingPlugin.kt +++ b/build-logic/packaging/src/main/kotlin/bisq/gradle/packaging/PackagingPlugin.kt @@ -22,7 +22,7 @@ import javax.inject.Inject class PackagingPlugin @Inject constructor(private val javaToolchainService: JavaToolchainService) : Plugin { companion object { - const val APP_VERSION = "1.9.15" + const val APP_VERSION = "1.9.17" const val OUTPUT_DIR_PATH = "packaging/jpackage/packages" } diff --git a/common/src/main/java/bisq/common/app/Version.java b/common/src/main/java/bisq/common/app/Version.java index 6a36c464070..c9808d858eb 100644 --- a/common/src/main/java/bisq/common/app/Version.java +++ b/common/src/main/java/bisq/common/app/Version.java @@ -36,7 +36,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.9.15"; + public static final String VERSION = "1.9.17"; /** * Holds a list of the tagged resource files for optimizing the getData requests. @@ -45,7 +45,7 @@ public class Version { */ 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.8.1", "1.8.3", "1.9.0", "1.9.3", - "1.9.5", "1.9.6", "1.9.7", "1.9.10", "1.9.11", "1.9.13", "1.9.15"); + "1.9.5", "1.9.6", "1.9.7", "1.9.10", "1.9.11", "1.9.13", "1.9.15", "1.9.16"); public static int getMajorVersion(String version) { return getSubVersion(version, 0); diff --git a/core/src/main/resources/btc_mainnet.seednodes b/core/src/main/resources/btc_mainnet.seednodes index 942406abf1a..0f6d4356c41 100644 --- a/core/src/main/resources/btc_mainnet.seednodes +++ b/core/src/main/resources/btc_mainnet.seednodes @@ -7,4 +7,4 @@ xaebw6lpcckkyb2anyzyfynthebek2abqzyhchenfrdqlfktezgtrtqd.onion:8000 (@jester4042 33ol66i7crfrnypjlpd7kem3imo6zmjkvxdr6ipcdx3e2skbpcrfzuqd.onion:8000 (@jester4042) runbtcsd42pwlfna32ibcrrykrcmozgv6x73sxjrdohkm55v5f6nh6ad.onion:8000 (@runbtc) runbtcsdojm6hiyqotmhq7y5k4ws5bda6t3tv7y63c46rt7fx7lt7aid.onion:8000 (@runbtc) -runbtcsdomqb4rnqg2zokjk4zjzs7pcswzrcgow4zji2qt4toyiabhyd.onion:8000 (@runbtc) \ No newline at end of file +runbtcsdomqb4rnqg2zokjk4zjzs7pcswzrcgow4zji2qt4toyiabhyd.onion:8000 (@runbtc) diff --git a/core/src/main/resources/i18n/displayStrings_cs.properties b/core/src/main/resources/i18n/displayStrings_cs.properties index 252e9b24602..13c9af0c9b8 100644 --- a/core/src/main/resources/i18n/displayStrings_cs.properties +++ b/core/src/main/resources/i18n/displayStrings_cs.properties @@ -101,6 +101,8 @@ 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.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Vybrat obchodní účet shared.faq=Navštívit stránku FAQ shared.yesCancel=Ano, zrušit @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=Chcete-li použít změnu jazyka na všech o settings.preferences.supportLanguageWarning=V případě sporu mějte na paměti, že zprostředkování je řešeno v {0} a arbitráž v {1}. setting.preferences.daoOptions=Možnosti DAO -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Zálohujte peněženku account.backup.location=Umístění zálohy account.backup.selectLocation=Zvolte umístění zálohy @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=Do nabídky Bisq byla zveřejněna account.notifications.priceAlert.message.title=Upozornění na cenu pro {0} account.notifications.priceAlert.message.msg=Vaše upozornění na cenu bylo aktivováno. Aktuální {0} cena je {1} {2} account.notifications.noWebCamFound.warning=Nebyla nalezena žádná webkamera.\n\nPoužijte e-mailu k odeslání tokenu a šifrovacího klíče z vašeho mobilního telefonu do aplikace Bisq. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=Vyšší cena musí být větší než nižší cena. account.notifications.priceAlert.warning.lowerPriceTooHigh=Nižší cena musí být nižší než vyšší cena. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter admin # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_de.properties b/core/src/main/resources/i18n/displayStrings_de.properties index cfde69d3d76..922af483650 100644 --- a/core/src/main/resources/i18n/displayStrings_de.properties +++ b/core/src/main/resources/i18n/displayStrings_de.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=Angebot nicht entfernen shared.editOffer=Angebot bearbeiten shared.duplicateOffer=Angebot kopieren shared.openLargeQRWindow=Großes QR-Code Fenster öffnen +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Handelskonto auswählen shared.faq=Zur FAQ Seite shared.yesCancel=Ja, abbrechen @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=Um den Sprachwechsel auf alle Bildschirme an settings.preferences.supportLanguageWarning=Wenn es zu einem Streitfall kommen sollte, beachten Sie bitte, dass die Mediation in {0} und das Vermittlungsverfahren in {1} geregelt wird. setting.preferences.daoOptions=DAO-Optionen -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Alter des Kontos für Bisq 2 exportieren account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Signiertes Alter für Bisq 2 exportieren account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Backup der Wallet erstellen account.backup.location=Speicherort des Backups account.backup.selectLocation=Speicherort des Backups wählen @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=Eine neue "{0} {1}" Angebote mit { account.notifications.priceAlert.message.title=Preisalarm für {0} account.notifications.priceAlert.message.msg=Ihr Preisalarm wurde ausgelöst. Der momentane {0} Preis ist {1} {2} account.notifications.noWebCamFound.warning=Keine Webcam gefunden.\n\nBitte nutzen Sie die E-Mail Option um den Token und Schlüssel von Ihrem Smartphone zur Bisq-Anwendung zu senden. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=Der hohe Preis muss größer als der tiefe Preis sein. account.notifications.priceAlert.warning.lowerPriceTooHigh=Der tiefe Preis muss kleiner als der hohe Preis sein. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter Administrator # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase Admin +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_es.properties b/core/src/main/resources/i18n/displayStrings_es.properties index 7c4e7774440..3b1ce26f94a 100644 --- a/core/src/main/resources/i18n/displayStrings_es.properties +++ b/core/src/main/resources/i18n/displayStrings_es.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=No eliminar oferta shared.editOffer=Editar oferta shared.duplicateOffer=Duplicar oferta shared.openLargeQRWindow=Abrir código QR en ventana grande +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Elija cuenta de intercambio shared.faq=Visitar web preguntas frecuentes shared.yesCancel=Sí, cancelar @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=Para aplicar un cambio de idioma en todas la settings.preferences.supportLanguageWarning=En caso de disputa, tenga en cuenta que la mediación se maneja en {0} y el arbitraje en {1}. setting.preferences.daoOptions=Opciones de DAO -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Copia de seguridad del monedero account.backup.location=Ubicación de la copia de seguridad account.backup.selectLocation=Seleccionar localización de la copia de seguridad @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=Una nueva oferta "{0} {1}" con el account.notifications.priceAlert.message.title=Alerta de precio para {0} account.notifications.priceAlert.message.msg=Su alerta de precio se ejecutó. El precio actual de {0} es {1} {2} account.notifications.noWebCamFound.warning=No se ha encontrado una webcam.\n\nPor favor use la opción de email para enviar el token y clave de encriptación desde su teléfono móvil a la aplicación Bisq. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=El precio superior debe ser mayor que el precio inferior. account.notifications.priceAlert.warning.lowerPriceTooHigh=El precio inferior debe ser más bajo que el precio superior. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Admin Twitter # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Administrador de Keybase +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_fa.properties b/core/src/main/resources/i18n/displayStrings_fa.properties index d69bd317db2..90e1149a795 100644 --- a/core/src/main/resources/i18n/displayStrings_fa.properties +++ b/core/src/main/resources/i18n/displayStrings_fa.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=پیشنهاد را حذف نکنید shared.editOffer=ویرایش پیشنهاد shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Open large QR code window +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choose trading account shared.faq=Visit FAQ page shared.yesCancel=بله، لغو شود @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=اعمال تغییر زبان به تمام settings.preferences.supportLanguageWarning=In case of a dispute, please note that mediation is handled in {0} and arbitration in {1}. setting.preferences.daoOptions=گزینه‌های DAO -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=کیف پول پشتیبان account.backup.location=محل پشتیبان‌گیری account.backup.selectLocation=انتخاب محل پشتیبان گیری @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=پیشنهاد جدید ''{0} {1}' account.notifications.priceAlert.message.title=هشدار قیمت برای {0} account.notifications.priceAlert.message.msg=هشدار قیمت شما فعال شده است. قیمت {0} فعلی {1} {2} است account.notifications.noWebCamFound.warning=دوبین پیدا نشد.\n\nلطفا از گزینه ایمیل برای ارسال توکن و کلید رمزنگاری از تلفن همراهتان به برنامه Bisq استفاده کنید. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=قیمت بالاتر باید از قیمت پایین‌تر بزرگتر باشد. account.notifications.priceAlert.warning.lowerPriceTooHigh=قیمت پایین‌تر باید از قیمت بالاتر کوچکتر باشد. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=مدیر توئیتر # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_fr.properties b/core/src/main/resources/i18n/displayStrings_fr.properties index dbacc919f9f..e485747933e 100644 --- a/core/src/main/resources/i18n/displayStrings_fr.properties +++ b/core/src/main/resources/i18n/displayStrings_fr.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=Ne pas retirer l'ordre shared.editOffer=Éditer l'ordre shared.duplicateOffer=Doublon d'offre shared.openLargeQRWindow=Ouvrir une grande fenêtre pour le QR code +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choisir le compte de trading shared.faq=Visitez la page FAQ shared.yesCancel=Oui, annuler @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=Un redémarrage est nécessaire pour appliqu settings.preferences.supportLanguageWarning=En cas de litige, veuillez noter que la médiation est traitée en {0} et l'arbitrage en {1}. setting.preferences.daoOptions=Options DAO -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Sauvegarder le portefeuille account.backup.location=Emplacement de la sauvegarde account.backup.selectLocation=Sélectionner l'emplacement de sauvegarde @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=Un nouvel ordre ''{0} {1}''' avec account.notifications.priceAlert.message.title=Alerte de prix pour {0} account.notifications.priceAlert.message.msg=Votre alerte de prix a été déclenchée. l''actuel {0} le prix est {1}. {2} account.notifications.noWebCamFound.warning=Aucune webcam n'a été trouvée.\n\nUtilisez l'option mail pour envoyer le jeton et la clé de cryptage depuis votre téléphone portable vers l'application Bisq. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=Le prix le plus élevé doit être supérieur au prix le plus bas. account.notifications.priceAlert.warning.lowerPriceTooHigh=Le prix le plus bas doit être inférieur au prix le plus élevé. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Admin Twitter # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Administrateur Keybase +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_it.properties b/core/src/main/resources/i18n/displayStrings_it.properties index f8d1f00481c..92a442384ed 100644 --- a/core/src/main/resources/i18n/displayStrings_it.properties +++ b/core/src/main/resources/i18n/displayStrings_it.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=Non rimuovere offerta shared.editOffer=Modifica offerta shared.duplicateOffer=Duplica l'offerta shared.openLargeQRWindow=Apri la finestra del codice QR in grande +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Scegli l'account di trading shared.faq=Visita la pagina delle FAQ shared.yesCancel=Si, annulla @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=Per applicare la modifica della lingua a tut settings.preferences.supportLanguageWarning=In caso di controversia, tenere presente che la mediazione è gestita in {0} e l'arbitrato in {1}. setting.preferences.daoOptions=Opzioni DAO -setting.preferences.dao.resyncBMAccFromScratch=Sincronizza nuovamente dall'inizio +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=Per sincronizzare nuovamente i dati contabili di Burningmen, devi avere un full node Bitcoin in esecuzione.\nCi vorrà una quantità considerevole di tempo e risorse CPU dato che la risincronizzazione partirà dal 2020, quando BM legacy è nato. A seconda delle risorse della tua CPU, potrebbero volerci tra le 20 e le 40 ore.\n\nSei sicuro di voler procedere?\n\nIl più delle volte è sufficiente e molto più veloce una risincronizzazione dai file di risorse più recenti.\n\nSe procedi, dopo un riavvio dell'app, i dati contabili di Burningmen verranno ricostruiti dalle transazioni richieste dal tuo nodo Bitcoin. setting.preferences.dao.resyncBMAccFromScratch.resync=Risincronizza da capo e arresta setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Risincronizza dalle risorse +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Risincronizza dalle risorse e arresta @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Portafoglio di backup account.backup.location=Posizione di backup account.backup.selectLocation=Seleziona la posizione di backup @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=Una nuova ''{0} {1}'' offerta con account.notifications.priceAlert.message.title=Avviso di prezzo per {0} account.notifications.priceAlert.message.msg=Il tuo avviso di prezzo è stato attivato. L'attuale prezzo {0} è {1} {2} account.notifications.noWebCamFound.warning=Nessuna webcam trovata.\n\nUtilizzare l'opzione e-mail per inviare il token e la chiave di crittografia dal telefono cellulare all'applicazione Bisq. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=Il prezzo più alto deve essere maggiore del prezzo più basso. account.notifications.priceAlert.warning.lowerPriceTooHigh=Il prezzo più basso deve essere inferiore al prezzo più alto. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Admin Twitter # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_ja.properties b/core/src/main/resources/i18n/displayStrings_ja.properties index 6eefbd0ee9a..a3136b0c16c 100644 --- a/core/src/main/resources/i18n/displayStrings_ja.properties +++ b/core/src/main/resources/i18n/displayStrings_ja.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=オファー取り消さない shared.editOffer=オファーを編集 shared.duplicateOffer=重複オファー shared.openLargeQRWindow=大きいQRコードウィンドウを開く +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choose trading account shared.faq=FAQを参照する shared.yesCancel=はい、取り消します @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=言語の変更をすべての画面に適 settings.preferences.supportLanguageWarning=係争が発生した場合、調停は{0}で、仲裁は{1}で処理されることに注意して下さい。 setting.preferences.daoOptions=DAO設定 -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=ウォレットのバックアップ account.backup.location=バックアップの場所 account.backup.selectLocation=バックアップの場所を選択 @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=新しい「{0} {1}」オファー account.notifications.priceAlert.message.title={0}で価格アラート account.notifications.priceAlert.message.msg=価格アラートがトリガーされました。現在の{0}価格は{1} {2}です account.notifications.noWebCamFound.warning=ウェブカメラが見つかりません。\n\n電子メールオプションを使用して、トークンと暗号化キーを携帯電話からBisqアプリケーションに送信してください。 +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=最高価格は最低価格よりも高い必要があります account.notifications.priceAlert.warning.lowerPriceTooHigh=最低価格は最高価格よりも低い必要があります @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter管理者 # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase管理者 +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_pl.properties b/core/src/main/resources/i18n/displayStrings_pl.properties index f7df1dd813d..21ef124ab48 100644 --- a/core/src/main/resources/i18n/displayStrings_pl.properties +++ b/core/src/main/resources/i18n/displayStrings_pl.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=Nie usuwaj oferty shared.editOffer=Edytuj ofertę shared.duplicateOffer=Powiel ofertę shared.openLargeQRWindow=Otwórz okno z kodem QR +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choose trading account shared.faq=Odwiedź zakładkę Pomocy shared.yesCancel=Tak, anuluj @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=Aby nastąpiła zmiana języka w całej apli settings.preferences.supportLanguageWarning=W przypadku sporu, zaznaczamy że mediacja jest prowadzona po {0} a arbitracja {1}. setting.preferences.daoOptions=Opcje DAO -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Kopia zapasowa portfela account.backup.location=Kopia zapasowa lokalizacji account.backup.selectLocation=wybierz lokalizację kopii zapasowej @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=Nowa '{0} {1}" oferta z ceną {2} account.notifications.priceAlert.message.title=Powiadomienie o ofercie {0} account.notifications.priceAlert.message.msg=Powiadomienia o cenach rynkowych zostały włączone. Obecna {0} cena wynosi {1} {2} account.notifications.noWebCamFound.warning=Nie znaleziono kamery internetowej.\n\nProszę użyć opcji emailowej aby wysłać token i klucz do zabezpieczenia z Twojego telefonu do aplikacji Bisq. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=Cena wyższa musi być większa niż cena niższa. account.notifications.priceAlert.warning.lowerPriceTooHigh=Cena niższa musi być niższa niż cena wyższa. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Admin Twittera # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Admin Keybase +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_pt-br.properties b/core/src/main/resources/i18n/displayStrings_pt-br.properties index b3be3922ed7..0e390f04d1e 100644 --- a/core/src/main/resources/i18n/displayStrings_pt-br.properties +++ b/core/src/main/resources/i18n/displayStrings_pt-br.properties @@ -27,14 +27,14 @@ shared.readMore=Leia mais shared.openHelp=Abrir a Ajuda shared.warning=Aviso shared.close=Fechar -shared.closeAnywayDanger=Desligue de qualquer maneira +shared.closeAnywayDanger=Desliguar mesmo assim shared.okWait=Manter Bisq Aberto shared.cancel=Cancelar shared.ok=OK shared.yes=Sim shared.no=Não shared.iUnderstand=Eu compreendo -shared.continueAnyway=Continuar de qualquer maneira +shared.continueAnyway=Continuar mesmo assim shared.na=N/D shared.shutDown=Desligar shared.reportBug=Reportar bug no GitHub @@ -101,6 +101,8 @@ shared.dontRemoveOffer=Não remover a oferta shared.editOffer=Editar oferta shared.duplicateOffer=Duplicar oferta shared.openLargeQRWindow=Abrir QR-Code em janela grande +shared.showSepaQRCode=Mostrar código QR SEPA +shared.maximizedToProtectPrivacy=Para proteger sua privacidade, o código QR será exibido maximizado sobre a janela do aplicativo. shared.chooseTradingAccount=Escolha conta de negociação shared.faq=Visite a página de Perguntas Frequentes shared.yesCancel=Sim, cancelar @@ -607,7 +609,7 @@ bsqSwapOffer.inputAmount.details.buyer=(= {0} valor da negociação + {1} taxa d bsqSwapOffer.inputAmount.details.seller=(= {0} valor da negociação + {1} taxa de mineração) bsqSwapOffer.outputAmount.details.buyer=(= {0} valor da negociação - {1} taxa de mineração) bsqSwapOffer.outputAmount.details.seller=(= {0} valor da negociação - {1} taxa de negociação) -bsqSwapOffer.feeHandling=Fee handling for BSQ swaps is different from normal Bisq trades.\nTo avoid additional transaction inputs for the trade fee or for the miner fee, we subtract the relevant fee from the expected transaction output. This is different for buyers and sellers:\n- BTC buyers have only BSQ inputs which include the BSQ trade fee and receive the BTC trade amount with the miner fee subtracted.\n- BTC sellers have only BTC inputs which include the BTC miner fee and receive the BSQ trade amount with the BSQ trade fee subtracted.\n\nTo learn more about BSQ swaps please see documentation [HYPERLINK:https://bisq.wiki/BSQ_swaps]. +bsqSwapOffer.feeHandling=O tratamento de taxas para trocas de BSQ é diferente das negociações normais do Bisq.\nPara evitar entradas adicionais de transação para a taxa de negociação ou para a taxa do minerador, subtraímos a taxa relevante do montante da transação. Isso é diferente para compradores e vendedores:\n- Compradores de BTC têm apenas entradas de BSQ que incluem a taxa de negociação de BSQ e recebem o valor da negociação de BTC com a taxa do minerador subtraída.\n- Vendedores de BTC têm apenas entradas de BTC que incluem a taxa do minerador de BTC e recebem o valor da negociação de BSQ com a taxa de negociação de BSQ subtraída.\n\nPara saber mais sobre trocas BSQ, consulte a documentação [HYPERLINK:https://bisq.wiki/BSQ_swaps]. #################################################################### @@ -617,18 +619,18 @@ bsqSwapOffer.feeHandling=Fee handling for BSQ swaps is different from normal Bis portfolio.tab.openOffers=Minhas ofertas em aberto portfolio.tab.pendingTrades=Negociações em aberto portfolio.tab.history=Histórico -portfolio.tab.bsqSwap=Unconfirmed BSQ swaps +portfolio.tab.bsqSwap=Swaps BSQ não confirmados portfolio.tab.failed=Falha portfolio.tab.editOpenOffer=Editar oferta portfolio.tab.duplicateOffer=Duplicar oferta portfolio.tab.cloneOpenOffer=Clonar oferta -portfolio.context.notYourOffer=You can only duplicate offers where you were the maker. +portfolio.context.notYourOffer=Você só pode duplicar ofertas onde você era o Ofertante. -portfolio.closedTrades.deviation.help=Percentage price deviation from market +portfolio.closedTrades.deviation.help=Diferença percentual do preço em relação ao mercado -portfolio.pending.invalidTx=There is an issue with a missing or invalid transaction.\n\nPlease do NOT send the fiat or altcoin payment.\n\nOpen a support ticket to get assistance from a Mediator.\n\nError message: {0} +portfolio.pending.invalidTx=Há um problema com uma transação ausente ou inválida.\n\nPor favor, NÃO envie o pagamento em moeda fiduciária ou altcoin.\n\nAbrir um ticket de suporte para obter assistência de um Mediador.\n\nMensagem de erro: {0} -portfolio.pending.unconfirmedTooLong=Security deposit transaction on trade {0} is still unconfirmed after {1} hours. Check the deposit transaction at a blockchain explorer; if it has been confirmed but is not being displayed as confirmed in Bisq: \n● Make a data backup [HYPERLINK:https://bisq.wiki/Backing_up_application_data] \n● Do an SPV resync. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file]\n\nContact Bisq support [HYPERLINK:https://bisq.chat] if you have doubts or the issue persists. +portfolio.pending.unconfirmedTooLong=A transação de depósito de segurança na negociação {0} ainda está sem confirmação após {1} horas. Verifique a transação de depósito em um explorador de blockchain; se ela tiver sido confirmada, mas não estiver sendo exibida como confirmada na Bisq: \n● Faça um backup dos dados [HYPERLINK:https://bisq.wiki/Backing_up_application_data] \n● Faça uma ressincronização SPV. [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file]\n\nContate o suporte da Bisq [HYPERLINK:https://bisq.chat] se você tiver dúvidas ou o problema persistir. portfolio.pending.step1.waitForConf=Aguardar confirmação da blockchain portfolio.pending.step2_buyer.startPayment=Iniciar pagamento @@ -637,48 +639,48 @@ portfolio.pending.step3_buyer.waitPaymentArrived=Aguardar recebimento do pagamen portfolio.pending.step3_seller.confirmPaymentReceived=Confirmar recebimento do pagamento portfolio.pending.step5.completed=Concluído -portfolio.pending.step3_seller.autoConf.status.label=Auto-confirm status -portfolio.pending.autoConf=Auto-confirmed -portfolio.pending.autoConf.blocks=XMR confirmations: {0} / Required: {1} -portfolio.pending.autoConf.state.xmr.txKeyReused=Transaction key re-used. Please open a dispute. -portfolio.pending.autoConf.state.confirmations=XMR confirmations: {0}/{1} -portfolio.pending.autoConf.state.txNotFound=Transaction not seen in mem-pool yet -portfolio.pending.autoConf.state.txKeyOrTxIdInvalid=No valid transaction ID / transaction key -portfolio.pending.autoConf.state.filterDisabledFeature=Disabled by developers. +portfolio.pending.step3_seller.autoConf.status.label=Status de autoconfirmação +portfolio.pending.autoConf=Autoconfirmado +portfolio.pending.autoConf.blocks=XMR confirmações: {0} / Requerido: {1} +portfolio.pending.autoConf.state.xmr.txKeyReused=Chave de transação reutilizada. Por favor, abrir uma disputa. +portfolio.pending.autoConf.state.confirmations=XMR confirmações: {0}/{1} +portfolio.pending.autoConf.state.txNotFound=Transação ainda não vista na mempool +portfolio.pending.autoConf.state.txKeyOrTxIdInvalid=Nenhuma ID de transação válida / chave de transação. +portfolio.pending.autoConf.state.filterDisabledFeature=Desativado pelos desenvolvedores. # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.FEATURE_DISABLED=Auto-confirm feature is disabled. {0} +portfolio.pending.autoConf.state.FEATURE_DISABLED=A funcionalidade de autoconfirmação está desativada. {0} # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.TRADE_LIMIT_EXCEEDED=Trade amount exceeds auto-confirm amount limit +portfolio.pending.autoConf.state.TRADE_LIMIT_EXCEEDED=A quantidade de negociação excede o limite de valor de autoconfirmação. # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.INVALID_DATA=Peer provided invalid data. {0} +portfolio.pending.autoConf.state.INVALID_DATA=Par forneceu dados inválidos. {0} # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.PAYOUT_TX_ALREADY_PUBLISHED=Payout transaction was already published. +portfolio.pending.autoConf.state.PAYOUT_TX_ALREADY_PUBLISHED=A transação de pagamento já foi publicada. # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.DISPUTE_OPENED=Dispute was opened. Auto-confirm is deactivated for this trade. +portfolio.pending.autoConf.state.DISPUTE_OPENED=Disputa foi aberta. Autoconfirmação está desativada para esta negociação. # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.REQUESTS_STARTED=Transaction proof requests started +portfolio.pending.autoConf.state.REQUESTS_STARTED=Solicitações de provas de transação iniciadas # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.PENDING=Success results: {0}/{1}; {2} +portfolio.pending.autoConf.state.PENDING=Resultados com sucesso: {0}/{1}; {2} # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.COMPLETED=Proof at all services succeeded +portfolio.pending.autoConf.state.COMPLETED=Prova de que todos os serviços foram bem-sucedidos # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.ERROR=An error at a service request occurred. No auto-confirm possible. +portfolio.pending.autoConf.state.ERROR=Ocorreu um erro em uma solicitação de serviço. Não é possível autoconfirmação. # suppress inspection "UnusedProperty" -portfolio.pending.autoConf.state.FAILED=A service returned with a failure. No auto-confirm possible. +portfolio.pending.autoConf.state.FAILED=Um serviço retornou com falha. Não é possível autoconfirmar. -portfolio.pending.step1.info=Deposit transaction has been published.\n{0} must wait for at least one blockchain confirmation before starting the payment. +portfolio.pending.step1.info=A transação de depósito foi publicada.\n{0} Mandatório esperar ao menos uma confirmação da blockchain antes de iniciar o pagamento. portfolio.pending.step1.warn=A transação do depósito ainda não foi confirmada.\nIsto pode ocorrer em casos raros em que a taxa de financiamento de um dos negociadores enviada a partir de uma carteira externa foi muito baixa. -portfolio.pending.step1.openForDispute=The deposit transaction is still not confirmed. You can wait longer or contact your mediator for assistance. +portfolio.pending.step1.openForDispute=A transação de depósito ainda não foi confirmada. Você pode aguardar mais tempo ou entrar em contato com o mediador para obter assistência. # suppress inspection "TrailingSpacesInProperty" -portfolio.pending.step2.confReached=Your trade has reached at least one blockchain confirmation.\n\n +portfolio.pending.step2.confReached=Sua negociação alcançou pelo menos uma confirmação da blockchain.\n\n -portfolio.pending.step2_buyer.refTextWarn=Important: when making the payment, leave the \"reason for payment\" field empty. DO NOT put the trade ID or any other text like 'bitcoin', 'BTC', or 'Bisq'. If you are required to fill in a reason, use your account name eg "Joe Bloggs", alternatively enter something non-descriptive like a dash (-). You are free to discuss via trader chat if an alternate \"reason for payment\" would be suitable to you both. +portfolio.pending.step2_buyer.refTextWarn=Importante: ao fazer o pagamento, deixe o campo \"motivo para pagamento\" vazio. NÃO coloque o ID da negociação ou qualquer outro texto como 'bitcoin', 'BTC' ou 'Bisq'. Se for necessário preencher um motivo, use o nome da sua conta, por exemplo, "João da Silva", ou então insira algo não descritivo como um traço (-). Você está livre para discutir via chat com o negociante se um houver um \"motivo para pagamento\" alternativo que seria adequado para ambos. # suppress inspection "TrailingSpacesInProperty" -portfolio.pending.step2_buyer.fees=If your bank charges you any fees to make the transfer, you are responsible for paying those fees. +portfolio.pending.step2_buyer.fees=Se o seu banco cobrar alguma taxa para fazer a transferência, você é responsável por pagar essas taxas. # suppress inspection "TrailingSpacesInProperty" -portfolio.pending.step2_buyer.fees.swift=Make sure to use the SHA (shared fee model) to send the SWIFT payment. See more details at [HYPERLINK:https://bisq.wiki/SWIFT#Use_the_correct_fee_option]. +portfolio.pending.step2_buyer.fees.swift=Certifique-se de usar o modelo de taxa compartilhada (SHA) para enviar o pagamento SWIFT. Veja mais detalhes em [HYPERLINK:https://bisq.wiki/SWIFT#Use_the_correct_fee_option]. # suppress inspection "TrailingSpacesInProperty" portfolio.pending.step2_buyer.altcoin=Transfira com a sua carteira {0} externa\n{1} para o vendedor de BTC.\n\n # suppress inspection "TrailingSpacesInProperty" @@ -694,18 +696,18 @@ portfolio.pending.step2_buyer.westernUnion.extra=IMPORTANTE:\nApós ter feito o # suppress inspection "TrailingSpacesInProperty" portfolio.pending.step2_buyer.postal=Envie {0} através de \"US Postal Money Order\" para o vendedor de BTC.\n\n # suppress inspection "TrailingSpacesInProperty" -portfolio.pending.step2_buyer.cashByMail=Please send {0} using \"Cash by Mail\" to the BTC seller. Specific instructions are in the trade contract, or if unclear you may ask questions via trader chat. See more details about Cash by Mail on the Bisq wiki [HYPERLINK:https://bisq.wiki/Cash_by_Mail].\n\n +portfolio.pending.step2_buyer.cashByMail=Por favor, envie {0} usando "Cash by Mail" para o vendedor de BTC. Instruções específicas estão no contrato de negociação, ou se não estiver claro, você pode fazer perguntas através do chat da transação. Veja mais detalhes sobre Cash by Mail no wiki do Bisq [HYPERLINK:https://bisq.wiki/Cash_by_Mail].\n\n # suppress inspection "TrailingSpacesInProperty" -portfolio.pending.step2_buyer.pay=Please pay {0} via the specified payment method to the BTC seller. You''ll find the seller's account details on the next screen.\n\n +portfolio.pending.step2_buyer.pay=Por favor, pague {0} através do método de pagamento especificado para o vendedor de BTC. Você encontrará os detalhes da conta do vendedor na próxima tela.\n\n # suppress inspection "TrailingSpacesInProperty" portfolio.pending.step2_buyer.f2f=Por favor, entre em contato com o vendedor de BTC através do contato fornecido e combine um encontro para pagá-lo {0}.\n\n portfolio.pending.step2_buyer.startPaymentUsing=Iniciar pagamento usando {0} -portfolio.pending.step2_buyer.recipientsAccountData=Recipients {0} +portfolio.pending.step2_buyer.recipientsAccountData=Destinatários {0} portfolio.pending.step2_buyer.amountToTransfer=Quantia a ser transferida -portfolio.pending.step2_buyer.altcoin.address={0} Buyer''s address +portfolio.pending.step2_buyer.altcoin.address={0} Endereço do comprador portfolio.pending.step2_buyer.buyerAccount=A sua conta de pagamento a ser usada portfolio.pending.step2_buyer.paymentStarted=Pagamento iniciado -portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet +portfolio.pending.step2_buyer.fillInBsqWallet=Pagar da carteira BSQ portfolio.pending.step2_buyer.warn=Você ainda não realizou seu pagamento de {0}!\nEssa negociação deve ser completada até {1}. portfolio.pending.step2_buyer.openForDispute=Você ainda não completou o seu pagamento!\nO período máximo para a negociação já passou. Entre em contato com o mediador para pedir assistência. portfolio.pending.step2_buyer.paperReceipt.headline=Você enviou o comprovante de depósito para o vendedor de BTC? @@ -720,17 +722,17 @@ portfolio.pending.step2_buyer.fasterPaymentsHolderNameInfo=Alguns bancos podem v portfolio.pending.step2_buyer.confirmStart.headline=Confirme que você iniciou o pagamento portfolio.pending.step2_buyer.confirmStart.msg=Você iniciou o pagamento {0} para o seu parceiro de negociação? portfolio.pending.step2_buyer.confirmStart.yes=Sim, iniciei o pagamento -portfolio.pending.step2_buyer.confirmStart.proof.warningTitle=You have not provided proof of payment -portfolio.pending.step2_buyer.confirmStart.proof.noneProvided=You have not entered the transaction ID and the transaction key.\n\nBy not providing this data the peer cannot use the auto-confirm feature to release the BTC as soon the XMR has been received.\nBeside that, Bisq requires that the sender of the XMR transaction is able to provide this information to the mediator or arbitrator in case of a dispute.\nSee more details on the Bisq wiki [HYPERLINK:https://bisq.wiki/Trading_Monero#Auto-confirming_trades]. -portfolio.pending.step2_buyer.confirmStart.proof.invalidInput=Input is not a 32 byte hexadecimal value -portfolio.pending.step2_buyer.confirmStart.warningButton=Ignore and continue anyway +portfolio.pending.step2_buyer.confirmStart.proof.warningTitle=Você não forneceu comprovante de pagamento +portfolio.pending.step2_buyer.confirmStart.proof.noneProvided=Você ainda não inseriu o ID da transação e a chave da transação.\n\nAo não fornecer esses dados, o par não poderá usar a função de autoconfirmação para liberar os BTC assim que os XMR forem recebidos.\nApesar disso, a Bisq exige que o remetente da transação XMR possa fornecer essas informações ao mediador ou árbitro em caso de disputa.\nVeja mais detalhes na Wiki da Bisq [HYPERLINK:https://bisq.wiki/Trading_Monero#Auto-confirming_trades]. +portfolio.pending.step2_buyer.confirmStart.proof.invalidInput=A entrada não é um valor hexadecimal de 32 bytes. +portfolio.pending.step2_buyer.confirmStart.warningButton=Ignorar e continuar assim mesmo portfolio.pending.step2_seller.waitPayment.headline=Aguardar pagamento portfolio.pending.step2_seller.f2fInfo.headline=Informações de contato do comprador portfolio.pending.step2_seller.waitPayment.msg=A transação de depósito tem pelo menos uma confirmação blockchain do protocolo.\nVocê precisa aguardar até que o comprador de BTC inicie o pagamento de {0}. portfolio.pending.step2_seller.warn=O comprador de BTC ainda não fez o pagamento de {0}.\nVocê precisa esperar até que ele inicie o pagamento.\nCaso a negociação não conclua em {1}, o árbitro irá investigar. portfolio.pending.step2_seller.openForDispute=O comprador de BTC ainda não iniciou o pagamento!\nO período máximo permitido para a negociação expirou.\nVocê pode aguardar mais um pouco, dando mais tempo para o seu parceiro de negociação, ou você pode entrar em contato com o mediador para pedir assistência. -disputeChat.chatWindowTitle=Dispute chat window for trade with ID ''{0}'' -tradeChat.chatWindowTitle=Trader Chat window for trade with ID ''{0}'' +disputeChat.chatWindowTitle=Janela de chat para disputa da negociação com ID ''{0}'' +tradeChat.chatWindowTitle=Janela de chat da negociação para negociação com ID ''{0}'' tradeChat.openChat=Abrir janela de conversa tradeChat.rules=Você pode conversar com seu par da negociação para resolver potenciais problemas desta negociação.\nNão é obrigatório responder no chat.\nSe um negociante violar qualquer das regras abaixo, abra uma disputa e reporte o caso ao mediador ou árbitro.\n\nRegras do chat:\n\t● Não envie nenhum link (risco de malware). Você pode enviar a ID de transação e o nome de um explorador de blocos.\n\t● Não envie suas palavras-semente, chaves privadas, senhas ou outras informações sensíveis!\n\t● Não encoraje negociações fora da Bisq (sem segurança).\n\t● Não tente aplicar golpes por meio de qualquer forma de engenharia social.\n\t● Se o par não responder e preferir não se comunicar pelo chat, respeite essa decisão.\n\t● Mantenha o escopo da conversa limitado à negociação. Este chat não é um substituto de aplicativos de mensagens ou local para trolagens.\n\t● Mantenha a conversa amigável e respeitosa. @@ -759,16 +761,16 @@ portfolio.pending.step3_seller.part=Seu parceiro de negociação confirmou que i portfolio.pending.step3_seller.altcoin.explorer=no seu explorador da blockchain {0} preferido portfolio.pending.step3_seller.altcoin.wallet=em sua carteira {0} portfolio.pending.step3_seller.altcoin={0}Verifique em {1} se a transação para o seu endereço de recebimento\n{2}\njá tem confirmações suficientes na blockchain.\nA quantia do pagamento deve ser {3}\n\nVocê pode copiar e colar seu endereço {4} na janela principal, após fechar esse popup. -portfolio.pending.step3_seller.postal={0}Please check if you have received {1} with \"US Postal Money Order\" from the BTC buyer. +portfolio.pending.step3_seller.postal={0}Por favor, verifique se você recebeu {1} com "Ordem de Pagamento Postal dos EUA" do comprador BTC. # suppress inspection "TrailingSpacesInProperty" -portfolio.pending.step3_seller.cashByMail={0}Please check if you have received {1} with \"Cash by Mail\" from the BTC buyer. +portfolio.pending.step3_seller.cashByMail={0}Por favor, verifique se você recebeu {1} com "Cash by Mail" do comprador BTC. # suppress inspection "TrailingSpacesInProperty" -portfolio.pending.step3_seller.bank=Your trading partner has confirmed that they have initiated the {0} payment.\n\nPlease go to your online banking web page and check if you have received {1} from the BTC buyer. +portfolio.pending.step3_seller.bank=Seu parceiro de negociação confirmou que eles iniciaram o pagamento {0}.\n\nPor favor, acesse a página do seu banco online e verifique se você recebeu {1} do comprador de BTC. portfolio.pending.step3_seller.cash=Como o pagamento é realizado através de depósito de dinheiro em espécie, o comprador de BTC obrigatoriamente deve escrever \"SEM REEMBOLSO\" no comprovante de depósito, rasgá-lo em duas partes e enviar uma foto do comprovante para você por e-mail.\n\nPara reduzir a chance de um reembolso (restituição do valor depositado para o comprador), confirme apenas se você tiver recebido o e-mail e tiver certeza de que o comprovante de depósito é autêntico.\nSe você não tiver certeza, {0} portfolio.pending.step3_seller.moneyGram=O comprador deve enviar o Número de Autorização e uma foto do recibo por e-mail.\nO recibo deve mostrar claramente o seu nome completo, país, estado e a quantia. Por favor verifique seu e-mail se recebeu o Número de Autorização.\n\nDepois de fechar esse pop-up, verá o nome e o endereço do comprador do BTC para retirar o dinheiro da MoneyGram.\n\nConfirme apenas o recebimento depois de ter conseguido o dinheiro com sucesso! portfolio.pending.step3_seller.westernUnion=O comprador deve enviar-lhe o MTCN (número de rastreamento) e uma foto do recibo por e-mail.\nO recibo deve mostrar claramente seu nome completo, cidade, país e a quantia Por favor verifique no seu e-mail se você recebeu o MTCN.\n\nDepois de fechar esse pop-up, você verá o nome e endereço do comprador de BTC para receber o dinheiro da Western Union.\n\nConfirme apenas o recebimento depois de ter conseguido o dinheiro com sucesso! portfolio.pending.step3_seller.halCash=O comprador deve-lhe enviar o código HalCash como mensagem de texto. Além disso, você receberá uma mensagem do HalCash com as informações necessárias para sacar o EUR de uma ATM que suporte o HalCash.\n\nDepois de retirar o dinheiro na ATM, confirme aqui o recibo do pagamento! -portfolio.pending.step3_seller.amazonGiftCard=The buyer has sent you an Amazon eGift Card by email or by text message to your mobile phone. Please redeem now the Amazon eGift Card at your Amazon account and once accepted confirm the payment receipt. +portfolio.pending.step3_seller.amazonGiftCard=O comprador enviou-lhe um Amazon eGift Card por e-mail ou por mensagem de texto para o seu telefone celular. Por favor, resgate agora o Amazon eGift Card na sua conta da Amazon e, após aceitar, confirme o recebimento do pagamento. portfolio.pending.step3_seller.bankCheck=\n\nVerifique também se o nome de quem envia o pagamento no contrato de negociação é o mesmo que aparece em seu extrato bancário:\nNome do pagante, pelo contrato de negociação: {0}\n\nSe os nomes não forem exatamente iguais, {1} # suppress inspection "TrailingSpacesInProperty" @@ -779,11 +781,11 @@ portfolio.pending.step3_seller.yourAddress=Seu endereço {0} portfolio.pending.step3_seller.buyersAddress=Endereço {0} do comprador portfolio.pending.step3_seller.yourAccount=Sua conta de negociação portfolio.pending.step3_seller.xmrTxHash=ID da Transação -portfolio.pending.step3_seller.xmrTxKey=Transaction key -portfolio.pending.step3_seller.buyersAccount=Buyers account data +portfolio.pending.step3_seller.xmrTxKey=Chave da transação +portfolio.pending.step3_seller.buyersAccount=Dados da conta do comprador portfolio.pending.step3_seller.confirmReceipt=Confirmar recebimento do pagamento -portfolio.pending.step3_seller.releaseBitcoin=Release Bitcoin -portfolio.pending.step3_seller.showBsqWallet=Show payment in BSQ wallet +portfolio.pending.step3_seller.releaseBitcoin=Liberar Bitcoin +portfolio.pending.step3_seller.showBsqWallet=Mostrar pagamento na carteira BSQ portfolio.pending.step3_seller.buyerStartedPayment=O comprador de BTC iniciou o pagamento {0}.\n{1} portfolio.pending.step3_seller.buyerStartedPayment.altcoin=Verifique as confirmações de transação em sua carteira altcoin ou explorador de blockchain e confirme o pagamento quando houver confirmações suficientes. portfolio.pending.step3_seller.buyerStartedPayment.fiat=Verifique em sua conta de negociação (ex: sua conta bancária) e confirme que recebeu o pagamento. @@ -805,8 +807,8 @@ portfolio.pending.step3_seller.onPaymentReceived.confirm.yes=Sim, eu recebi o pa portfolio.pending.step3_seller.onPaymentReceived.signer=IMPORTANTE: Ao confirmar o recebimento do pagamento, você também estará verificando a conta do seu par e a assinando. Como a conta do seu par ainda não foi assinada, você deve segurar a confirmação do pagamento o máximo de tempo possível para reduzir o risco de estorno. portfolio.pending.step5_buyer.groupTitle=Resumo da negociação -portfolio.pending.step5_buyer.groupTitle.mediated=This trade was resolved by mediation -portfolio.pending.step5_buyer.groupTitle.arbitrated=This trade was resolved by arbitration +portfolio.pending.step5_buyer.groupTitle.mediated=Essa negociação foi resolvida por mediação +portfolio.pending.step5_buyer.groupTitle.arbitrated=Essa negociação foi resolvida por arbitragem portfolio.pending.step5_buyer.tradeFee=Taxa de negociação portfolio.pending.step5_buyer.makersMiningFee=Taxa de mineração portfolio.pending.step5_buyer.takersMiningFee=Total em taxas de mineração @@ -833,17 +835,17 @@ portfolio.pending.tradePeriodInfo=O período de negociação irá se iniciar ap portfolio.pending.tradePeriodWarning=Se o período expirar, os dois negociantes poderão abrir uma disputa. portfolio.pending.tradeNotCompleted=Negociação não completada a tempo (até {0}) portfolio.pending.tradeProcess=Processo de negociação -portfolio.pending.stillNotResolved=If your issue remains unsolved, you can request support in our [Matrix chatroom](https://bisq.chat).\n\nAlso see [trading rules](https://bisq.wiki/Trading_rules) and [dispute resolution](https://bisq.wiki/Dispute_resolution) for reference. -portfolio.pending.openAgainDispute.msg=If you are not sure that the message to the mediator or arbitrator arrived (e.g. if you did not get a response after 1 day) feel free to open a dispute again with Cmd/Ctrl+o. You can also ask for additional help on the Bisq forum at [HYPERLINK:https://bisq.community]. +portfolio.pending.stillNotResolved=Se o seu problema permanecer sem solução, você pode solicitar suporte em nossa [sala de bate-papo Matrix](https://bisq.chat).\n\nVeja também as [regras de negociação](https://bisq.wiki/Trading_rules) e a [disputa de resolução](https://bisq.wiki/Dispute_resolution) para referência. +portfolio.pending.openAgainDispute.msg=Se você não tem certeza de que a mensagem foi entregue ao árbitro ou mediador (ex: se você não recebeu uma resposta após 1 dia), sinta-se livre para abrir novamente uma disputa pressionando Cmd/Ctrl+o. Você ainda pode solicitar ajuda adicional no fórum da Bisq em [HYPERLINK:https://bisq.community]. portfolio.pending.openAgainDispute.button=Abrir disputa novamente portfolio.pending.openSupportTicket.headline=Abrir ticket de suporte portfolio.pending.openSupportTicket.msg=Por favor, apenas use esta função em casos de emergência quando não houver um botão para "Abrir ticket de suporte" ou "Abrir disputa".\n\nQuando você abrir um ticket de suporte, a negociação será interrompida e tratada por um mediador ou árbitro. portfolio.pending.timeLockNotOver=Você precisa aguardar até ≈{0} (mais {1} blocos) para conseguir abrir uma disputa com um árbitro. -portfolio.pending.error.depositTxNull=The deposit transaction is null. You cannot open a dispute without a valid deposit transaction. Please go to \"Settings/Network info\" and do a SPV resync.\n\nFor further help please contact the Bisq support channel at the Bisq Matrix Space. -portfolio.pending.mediationResult.error.depositTxNull=The deposit transaction is null. You can move the trade to failed trades. -portfolio.pending.mediationResult.error.delayedPayoutTxNull=The delayed payout transaction is null. You can move the trade to failed trades. -portfolio.pending.error.depositTxNotConfirmed=The deposit transaction is not confirmed. You can not open an arbitration dispute with an unconfirmed deposit transaction. Please wait until it is confirmed or go to \"Settings/Network info\" and do a SPV resync.\n\nFor further help please contact the Bisq support channel at the Bisq Matrix Space. +portfolio.pending.error.depositTxNull=A transação de depósito está ausente. Você não pode abrir uma disputa sem uma transação de depósito válida. Por favor, vá até "Configurações/Informações da rede" e faça uma ressincronização SPV.\n\nPara mais informações, por favor acesse o canal de suporte da Bisq no Bisq Matrix Space. +portfolio.pending.mediationResult.error.depositTxNull=A transação de depósito está ausente. Você pode mover a negociação para negociações falhadas. +portfolio.pending.mediationResult.error.delayedPayoutTxNull=A transação de pagamento atrasada está ausente. Você pode mover a negociação para negociações falhadas. +portfolio.pending.error.depositTxNotConfirmed=A transação de depósito não está confirmada. Você não pode abrir uma disputa de arbitragem com uma transação de depósito não confirmada. Por favor, espere até que seja confirmada ou vá até "Configurações/Informações da rede" e faça uma ressincronização SPV.\n\nPara mais ajuda, entre em contato com o canal de suporte da Bisq no Bisq Matrix Space. portfolio.pending.support.headline.getHelp=Precisa de ajuda? portfolio.pending.support.button.getHelp=Abrir Chat de Negociante @@ -854,9 +856,9 @@ portfolio.pending.mediationRequested=Mediação requerida portfolio.pending.refundRequested=Reembolso requerido portfolio.pending.openSupport=Abrir ticket de suporte portfolio.pending.supportTicketOpened=Ticket de suporte aberto -portfolio.pending.communicateWithArbitrator=Please communicate with the arbitrator on the \"Support\" screen. -portfolio.pending.communicateWithMediator=Please communicate with the mediator on the \"Support\" screen. -portfolio.pending.disputeOpenedMyUser=You have already opened a dispute.\n{0} +portfolio.pending.communicateWithArbitrator=Por favor, comunique-se com o árbitro na tela "Suporte". +portfolio.pending.communicateWithMediator=Por favor, comunique-se com o mediador na tela "Suporte". +portfolio.pending.disputeOpenedMyUser=Você já abriu uma disputa.\n{0} portfolio.pending.disputeOpenedByPeer=Seu parceiro de negociação abriu uma disputa\n{0} portfolio.pending.noReceiverAddressDefined=Nenhum endereço de recebimento definido @@ -869,35 +871,35 @@ portfolio.pending.mediationResult.popup.headline=Resultado da mediação para a portfolio.pending.mediationResult.popup.headline.peerAccepted=O seu parceiro de negociação aceitou a sugestão do mediador para a negociação {0} portfolio.pending.mediationResult.popup.info=The mediator has suggested the following payout:\nYou receive: {0}\nYour trading peer receives: {1}\n\nYou can accept or reject this suggested payout.\n\nBy accepting, you sign the proposed payout transaction. Mediation is expected to be the optimal resolution for both traders. If your trading peer also accepts and signs, the payout will be completed, and the trade will be closed. Please inform the mediator if the trade is not paid out in the next 48h.\n\nIf agreement is not possible, you will have to wait until {2} (block {3}) to Send to Arbitration,which will open a second-round dispute with an arbitrator who will investigate the case again and do a payout based on their findings.\n\nIf the trade goes to arbitration the arbitrator will pay out the trade amount plus one peer's security deposit. This means the total arbitration payout will be less than the mediation payout. Requesting arbitration is meant for exceptional circumstances. such as; one peer not responding, or disputing the mediator made a fair payout suggestion. \n\nMore details about the arbitration model: [HYPERLINK:https://bisq.wiki/Dispute_resolution#Level_3:_Arbitration] portfolio.pending.mediationResult.popup.selfAccepted.lockTimeOver=You have accepted the mediator''s suggested payout but it seems that your trading peer has not yet accepted it. Inform your mediator that you have accepted mediation if your peer has not accepted the mediation suggestion in 48h.\n\nOnce the lock time is over on {0} (block {1}), you can open a second-round dispute with an arbitrator who will investigate the case again and do a payout based on their findings.\n\nYou can find more details about the arbitration model at: [HYPERLINK:https://bisq.wiki/Dispute_resolution#Level_3:_Arbitration] -portfolio.pending.mediationResult.popup.reject=Reject -portfolio.pending.mediationResult.popup.openArbitration=Send to arbitration +portfolio.pending.mediationResult.popup.reject=Rejeitar +portfolio.pending.mediationResult.popup.openArbitration=Enviar para arbitragem portfolio.pending.mediationResult.popup.alreadyAccepted=Você já aceitou -portfolio.pending.failedTrade.taker.missingTakerFeeTx=The taker fee transaction is missing.\n\nWithout this tx, the trade cannot be completed. No funds have been locked and no trade fee has been paid. You can move this trade to failed trades. -portfolio.pending.failedTrade.maker.missingTakerFeeTx=The peer's taker fee transaction is missing.\n\nWithout this tx, the trade cannot be completed. No funds have been locked. Your offer is still available to other traders, so you have not lost the maker fee. You can move this trade to failed trades. +portfolio.pending.failedTrade.taker.missingTakerFeeTx=A taxa de negociação do tomador está faltando.\n\nSem essa taxa, a negociação não pode ser concluída. Nenhum dos fundos foi bloqueado e nenhuma taxa de negociação foi paga. Você pode mover essa negociação para negociações falhadas. +portfolio.pending.failedTrade.maker.missingTakerFeeTx=A taxa de negociação do par está faltando.\n\nSem essa taxa, a negociação não pode ser concluída. Nenhum dos fundos foi bloqueado. Sua oferta ainda está disponível para outros negociadores, então você não perdeu a taxa de ofertante. Você pode mover essa negociação para negociações falhas. portfolio.pending.failedTrade.missingDepositTx=The deposit transaction (the 2-of-2 multisig transaction) is missing.\n\nWithout this deposit transaction the trade cannot be completed.\n\nNo trade or deposit funds have been locked but you might have lost miner fees and trade fees. To find out more about failed trades, to see if you have lost any miner fees or trade fees, and to know if it is appropriate for you to consider making a reimbursement request please see here [HYPERLINK:https://bisq.wiki/Failed_Trades_-_Reimbursement_of_Trade_Fees_and_Miner_Fees]\n\nFeel free to move this trade to failed trades. portfolio.pending.failedTrade.buyer.existingDepositTxButMissingDelayedPayoutTx=The delayed payout transaction is missing, but funds have been locked in the deposit transaction.\n\nPlease do NOT send the fiat or altcoin payment to the BTC seller, because without the delayed payout tx, arbitration cannot be opened. Instead, open a mediation ticket with Cmd/Ctrl+o. The mediator should suggest that both peers each get back the full amount of their security deposits (with seller receiving full trade amount back as well). This way, there is no security risk, and only trade fees are lost. \n\nYou can request a reimbursement for lost trade fees here: [HYPERLINK:https://github.com/bisq-network/support/issues] portfolio.pending.failedTrade.seller.existingDepositTxButMissingDelayedPayoutTx=The delayed payout transaction is missing but funds have been locked in the deposit transaction.\n\nIf the buyer is also missing the delayed payout transaction, they will be instructed to NOT send the payment and open a mediation ticket instead. You should also open a mediation ticket with Cmd/Ctrl+o. \n\nIf the buyer has not sent payment yet, the mediator should suggest that both peers each get back the full amount of their security deposits (with seller receiving full trade amount back as well). Otherwise the trade amount should go to the buyer. \n\nYou can request a reimbursement for lost trade fees here: [HYPERLINK:https://github.com/bisq-network/support/issues] portfolio.pending.failedTrade.errorMsgSet=There was an error during trade protocol execution.\n\nError: {0}\n\nIt might be that this error is not critical, and the trade can be completed normally. If you are unsure, open a mediation ticket to get advice from Bisq mediators. \n\nIf the error was critical and the trade cannot be completed, you might have lost your trade fee. Request a reimbursement for lost trade fees here: [HYPERLINK:https://github.com/bisq-network/support/issues] portfolio.pending.failedTrade.missingContract=The trade contract is not set.\n\nThe trade cannot be completed and you might have lost your trade fee. If so, you can request a reimbursement for lost trade fees here: [HYPERLINK:https://github.com/bisq-network/support/issues] -portfolio.pending.failedTrade.info.popup=The trade protocol encountered some problems.\n\n{0} -portfolio.pending.failedTrade.txChainInvalid.moveToFailed=The trade protocol encountered a serious problem.\n\n{0}\n\nDo you want to move the trade to failed trades?\n\nYou cannot open mediation or arbitration from the failed trades view, but you can move a failed trade back to the open trades screen any time. +portfolio.pending.failedTrade.info.popup=O protocolo de negociação encontrou alguns problemas.\n\n{0} +portfolio.pending.failedTrade.txChainInvalid.moveToFailed=O protocolo de negociação encontrou um problema sério.\n\n{0}\n\nVocê deseja mover a negociação para negociações falhadas?\n\nVocê não pode abrir mediação ou arbitragem a partir da visualização de negociações falhadas, mas pode mover uma negociação falhada de volta para a tela de negociações em aberto a qualquer momento. portfolio.pending.failedTrade.txChainValid.moveToFailed=The trade protocol encountered some problems.\n\n{0}\n\nThe trade transactions have been published and funds are locked. Only move the trade to failed trades if you are really sure. It might prevent options to resolve the problem.\n\nDo you want to move the trade to failed trades?\n\nYou cannot open mediation or arbitration from the failed trades view, but you can move a failed trade back to the open trades screen any time. -portfolio.pending.failedTrade.moveTradeToFailedIcon.tooltip=Move trade to failed trades -portfolio.pending.failedTrade.warningIcon.tooltip=Click to open details about the issues of this trade -portfolio.failed.revertToPending.popup=Do you want to move this trade to open trades? -portfolio.failed.revertToPending.failed=Failed to move this trade to open trades. -portfolio.failed.revertToPending=Move trade to open trades +portfolio.pending.failedTrade.moveTradeToFailedIcon.tooltip=Mover negociação para negociações falhadas +portfolio.pending.failedTrade.warningIcon.tooltip=Clique para abrir detalhes sobre os problemas desta negociação +portfolio.failed.revertToPending.popup=Você quer mover essa negociação para negociações em aberto? +portfolio.failed.revertToPending.failed=Falha ao mover essa negociação para negociações em aberto. +portfolio.failed.revertToPending=Mover negociação para negociações em aberto portfolio.closed.completed=Concluído portfolio.closed.ticketClosed=Arbitrado portfolio.closed.mediationTicketClosed=Mediado portfolio.closed.canceled=Cancelado portfolio.failed.Failed=Falha -portfolio.failed.unfail=Before proceeding, make sure you have a backup of your data directory!\nDo you want to move this trade back to open trades?\nThis is a way to unlock funds stuck in a failed trade. -portfolio.failed.cantUnfail=This trade cannot be moved back to open trades at the moment. \nTry again after completion of trade(s) {0} -portfolio.failed.depositTxNull=The trade cannot be reverted to a open trade. Deposit transaction is null. -portfolio.failed.delayedPayoutTxNull=The trade cannot be reverted to a open trade. Delayed payout transaction is null. +portfolio.failed.unfail=Antes de prosseguir, certifique-se de ter um backup do seu diretório de dados!\nVocê deseja mover essa negociação de volta para negociações em aberto?\nEssa é uma maneira de desbloquear fundos presos em uma negociação falhada. +portfolio.failed.cantUnfail=Esta negociação não pode ser movida de volta para negociações em aberto no momento. \nTente novamente após a conclusão das negociação(ões) {0} +portfolio.failed.depositTxNull=A negociação não pode ser revertida para uma negociação em Aberto. A transação de depósito está ausente. +portfolio.failed.delayedPayoutTxNull=A negociação não pode ser revertida para uma negociação em Aberto. A transação de pagamento atrasado está ausente. #################################################################### @@ -918,7 +920,7 @@ funds.deposit.fundWallet=Financiar sua carteira funds.deposit.withdrawFromWallet=Enviar fundos da carteira funds.deposit.amount=Quantia em BTC (opcional) funds.deposit.generateAddress=Gerar um endereço novo -funds.deposit.generateAddressSegwit=Native segwit format (Bech32) +funds.deposit.generateAddressSegwit=Formato Native segwit (Bech32) funds.deposit.selectUnused=Selecione um endereço não utilizado da tabela acima ao invés de gerar um novo. funds.withdrawal.arbitrationFee=Taxa de arbitragem @@ -931,8 +933,8 @@ funds.withdrawal.feeExcluded=Quantia excluindo a taxa de mineração funds.withdrawal.feeIncluded=Quantia incluindo a taxa de mineração funds.withdrawal.fromLabel=Retirar do endereço funds.withdrawal.toLabel=Enviar para o endereço -funds.withdrawal.memoLabel=Withdrawal memo -funds.withdrawal.memo=Optionally fill memo +funds.withdrawal.memoLabel=Nota de Retirada. +funds.withdrawal.memo=Nota de Preenchimento opcional funds.withdrawal.withdrawButton=Retirar selecionados funds.withdrawal.noFundsAvailable=Não há fundos disponíveis para retirada funds.withdrawal.confirmWithdrawalRequest=Confirmar solicitação de retirada @@ -944,37 +946,37 @@ funds.withdrawal.setAmount=Defina quantia a ser retirada funds.withdrawal.fillDestAddress=Preencha seu endereço de destino funds.withdrawal.warn.noSourceAddressSelected=Você precisa selecionar um endereço de origem na tabela acima. funds.withdrawal.warn.amountExceeds=Você não tem saldo suficiente no endereço selecionado.\nTente selecionar múltiplos endereços na tabela acima ou modificar a opção para incluir a taxa do minerador. -funds.withdrawal.txFee=Withdrawal transaction fee (satoshis/vbyte) -funds.withdrawal.useCustomFeeValueInfo=Insert a custom transaction fee value +funds.withdrawal.txFee=Taxa da transação de retirada (satoshis/vbyte) +funds.withdrawal.useCustomFeeValueInfo=Insira um valor de taxa de transação personalizada funds.withdrawal.useCustomFeeValue=Usar valor personalizado -funds.withdrawal.txFeeMin=Transaction fee must be at least {0} satoshis/vbyte -funds.withdrawal.txFeeTooLarge=Your input is above any reasonable value (>5000 satoshis/vbyte). Transaction fee is usually in the range of 50-400 satoshis/vbyte. +funds.withdrawal.txFeeMin=A taxa de transação precisa ter pelo menos {0} satoshis/vbyte +funds.withdrawal.txFeeTooLarge=Seu valor está acima de qualquer valor razoável (>5000 satoshis/vbyte). A taxa de transação normalmente fica na faixa de 50-400 satoshis/vbyte. funds.reserved.noFunds=Não há fundos reservados em ofertas abertas -funds.reserved.reserved=Reserved in local wallet +funds.reserved.reserved=Reservado na carteira local funds.locked.noFunds=Não há fundos travados em negociações -funds.locked.locked=Locked in multisig +funds.locked.locked=Trancado em multi-assinatura funds.tx.direction.sentTo=Enviado para: funds.tx.direction.receivedWith=Recebido com: funds.tx.direction.genesisTx=Da transação gênese: funds.tx.txFeePaymentForBsqTx=Taxa de mineração para transação de BSQ -funds.tx.createOfferFee=Maker and tx fee -funds.tx.takeOfferFee=Taker and tx fee -funds.tx.multiSigDeposit=Multisig deposit -funds.tx.multiSigPayout=Multisig payout -funds.tx.disputePayout=Dispute payout -funds.tx.disputeLost=Lost dispute case -funds.tx.collateralForRefund=Refund collateral -funds.tx.timeLockedPayoutTx=Time locked payout tx -funds.tx.refund=Refund from arbitration -funds.tx.unknown=Unknown reason +funds.tx.createOfferFee=Taxa de Ofertante e negociação +funds.tx.takeOfferFee=Taxa de Tomador e negociação +funds.tx.multiSigDeposit=Depósito multi-assinatura +funds.tx.multiSigPayout=Pagamento multi-assinatura +funds.tx.disputePayout=Pagamento de disputa +funds.tx.disputeLost=Caso de disputa perdido +funds.tx.collateralForRefund=Colateral de reembolso +funds.tx.timeLockedPayoutTx=Transação de pagamento com trava temporal +funds.tx.refund=Reembolso da arbitragem +funds.tx.unknown=Razão desconhecida funds.tx.noFundsFromDispute=Nenhum reembolso de disputa funds.tx.receivedFunds=Fundos recebidos funds.tx.withdrawnFromWallet=Retirado da carteira funds.tx.withdrawnFromBSQWallet=BTC retirado da carteira BSQ -funds.tx.memo=Memo +funds.tx.memo=Nota funds.tx.noTxAvailable=Sem transações disponíveis funds.tx.revert=Reverter funds.tx.txSent=Transação enviada com sucesso para um novo endereço em sua carteira Bisq local. @@ -985,9 +987,9 @@ funds.tx.compensationRequestTxFee=Pedido de compensação funds.tx.dustAttackTx=Poeira recebida funds.tx.dustAttackTx.popup=Esta transação está enviando uma quantia muito pequena de BTC para a sua carteira e pode ser uma tentativa das empresas de análise da blockchain para espionar a sua carteira.\n\nSe você usar esse output em uma transação eles decobrirão que você provavelmente também é o proprietário de outros endereços (mistura de moedas).\n\nPara proteger sua privacidade a carteira Bisq ignora tais outputs de poeira para fins de consumo e na tela de saldo. Você pode definir a quantia limite a partir da qual um output é considerado poeira nas configurações." -funds.tx.bsqSwapBuy=Bought BTC: -funds.tx.bsqSwapSell=Sold BTC: -funds.tx.bsqSwapTx=BSQ Swap trade +funds.tx.bsqSwapBuy=Comprado BTC. +funds.tx.bsqSwapSell=Vendido BTC: +funds.tx.bsqSwapTx=Negociação de swap BSQ #################################################################### @@ -998,30 +1000,30 @@ support.tab.mediation.support=Mediação support.tab.arbitration.support=Arbitragem support.tab.legacyArbitration.support=Arbitração antiga support.tab.ArbitratorsSupportTickets=Tickets de {0} -support.filter=Search disputes +support.filter=Procurar disputas support.filter.prompt=Insira ID da negociação. data. endereço onion ou dados da conta -support.sigCheck.button=Check signature -support.sigCheck.popup.info=In case of a reimbursement request to the DAO you need to paste the summary message of the mediation and arbitration process in your reimbursement request on Github. To make this statement verifiable any user can check with this tool if the signature of the mediator or arbitrator matches the summary message. -support.sigCheck.popup.header=Verify dispute result signature -support.sigCheck.popup.msg.label=Summary message -support.sigCheck.popup.msg.prompt=Copy & paste summary message from dispute -support.sigCheck.popup.result=Validation result -support.sigCheck.popup.success=Signature is valid -support.sigCheck.popup.failed=Signature verification failed -support.sigCheck.popup.invalidFormat=Message is not of expected format. Copy & paste summary message from dispute. - -support.reOpenByTrader.prompt=Are you sure you want to re-open the dispute? -support.reOpenByTrader.failed=Failed to re-open the dispute. -support.reOpenButton.label=Re-open +support.sigCheck.button=Verificar assinatura +support.sigCheck.popup.info=Em caso de solicitação de reembolso ao DAO, você precisa colar a mensagem resumida do processo de mediação e arbitragem em sua solicitação de reembolso no Github. Para tornar essa declaração verificável, qualquer usuário pode verificar com esta ferramenta se a assinatura do mediador ou árbitro corresponde à mensagem resumida. +support.sigCheck.popup.header=Verificar assinatura de disputa +support.sigCheck.popup.msg.label=Mensagem de resumo +support.sigCheck.popup.msg.prompt=Copie e cole a mensagem resumida da disputa +support.sigCheck.popup.result=Resultado de validação +support.sigCheck.popup.success=A assinatura é válida +support.sigCheck.popup.failed=A verificação da assinatura falhou +support.sigCheck.popup.invalidFormat=Mensagem não está no formato esperado. Copie e cole a mensagem resumida da disputa. + +support.reOpenByTrader.prompt=Você tem certeza de que deseja reabrir a disputa? +support.reOpenByTrader.failed=Falha ao reabrir a disputa. +support.reOpenButton.label=Reabrir support.sendNotificationButton.label=Notificação privada -support.reportButton.label=Report -support.fullReportButton.label=All disputes +support.reportButton.label=Reportar +support.fullReportButton.label=Todas as disputas support.noTickets=Não há tickets de suporte abertos support.sendingMessage=Enviando mensagem... support.receiverNotOnline=O recipiente não está online. A mensagem será salva na caixa postal dele. support.sendMessageError=Erro ao enviar a mensagem: {0} -support.receiverNotKnown=Receiver not known +support.receiverNotKnown=Destinatário desconhecido support.wrongVersion=A oferta nessa disputa foi criada com uma versão anterior do Bisq.\nVocê não pode fechar aquela disputa com a sua versão atual do programa.\n\nFavor utilizar uma versão mais velha com protocolo versão {0} support.openFile=Abrir arquivo para anexar (tamanho máximo: {0} kb) support.attachmentTooLarge=O tamanho total de seus arquivos anexados é {0} kb e excede o máximo permitido para mensagens de {1} kb. @@ -1032,44 +1034,44 @@ support.save=Salvar arquivo para o disco support.messages=Mensagens support.input.prompt=Insira sua mensagem... support.send=Enviar -support.addAttachments=Attach Files +support.addAttachments=Anexar Arquivos support.closeTicket=Fechar ticket support.attachments=Anexos: support.savedInMailbox=Mensagem guardada na caixa de correio do destinatário. support.arrived=Mensagem chegou no destinatário -support.transient=Message is on its way to receiver +support.transient=A mensagem está a caminho do destinatário. support.acknowledged=O destinatário confirmou a chegada da mensagem support.error=O destinatário não pôde processar a mensagem. Erro: {0} -support.errorTimeout=timed out. Try sending message again. +support.errorTimeout=tempo esgotado. Tente enviar a mensagem novamente. support.buyerAddress=Endereço do comprador de BTC support.sellerAddress=Endereço do vendedor de BTC support.role=Função -support.agent=Support agent +support.agent=Agente de suporte support.state=Estado -support.chat=Chat +support.chat=Bate-papo support.closed=Fechado support.open=Aberto -support.moreButton=MORE... -support.sendLogFiles=Send Log Files -support.uploadTraderChat=Upload Trader Chat -support.process=Process +support.moreButton=MAIS... +support.sendLogFiles=Enviar arquivos de log +support.uploadTraderChat=Carregar Chat do Trader +support.process=Processar support.buyerOfferer=Comprador de BTC / Ofetante support.sellerOfferer=Vendedor de BTC / Ofertante support.buyerTaker=Comprador de BTC / Aceitador da oferta support.sellerTaker=Vendedor de BTC / Aceitador da oferta -support.sendLogs.title=Send Log Files -support.sendLogs.backgroundInfo=When you experience a bug, mediators and support staff will often request copies of the your log files to diagnose the issue.\n\nUpon pressing 'Send', your log files will be compressed and transmitted directly to the mediator. -support.sendLogs.step1=Create Zip Archive of Log Files -support.sendLogs.step2=Connection Request to Mediator -support.sendLogs.step3=Upload Archived Log Data +support.sendLogs.title=Enviar arquivos de log +support.sendLogs.backgroundInfo=Quando você encontrar um bug, os mediadores e a equipe de suporte frequentemente solicitarão cópias dos seus arquivos de log para diagnosticar o problema.\n\nAo pressionar 'Enviar', seus arquivos de log serão comprimidos e transmitidos diretamente ao mediador. +support.sendLogs.step1=Criar arquivo zip dos arquivos de log +support.sendLogs.step2=Solicitação de conexão ao Mediador +support.sendLogs.step3=Carregar Dados de Log Arquivados support.sendLogs.send=Enviar support.sendLogs.cancel=Cancelar -support.sendLogs.init=Initializing -support.sendLogs.retry=Retrying send -support.sendLogs.stopped=Transfer stopped -support.sendLogs.progress=Transfer progress: %.0f%% -support.sendLogs.finished=Transfer complete! -support.sendLogs.command=Press 'Send' to retry, or 'Stop' to abort +support.sendLogs.init=Inicializando +support.sendLogs.retry=Tentando enviar novamente +support.sendLogs.stopped=Transferência interrompida +support.sendLogs.progress=Progresso da transferência: %.0f%% +support.sendLogs.finished=Transferência concluída! +support.sendLogs.command=Pressione 'Enviar' para tentar novamente, ou 'Parar' para abortar support.backgroundInfo=Bisq não é uma empresa, então ela lida com disputas de uma forma diferente.\n\nComerciantes podem se comunicar dentro do aplicativo usando um chat seguro na tela de negociações em aberto para tentar resolver conflitos entre eles mesmos. Se isto não for o suficiente, um mediador pode intervir para ajudar. O mediador irá avaliar a situação e sugerir um pagamento. Se ambos comerciantes aceitarem essa sugestão, a transação de pagamento é finalizada e a negociação é fechada. Se um or ambos os comerciantes não concordarem com o pagamento sugerido pelo mediador, eles podem solicitar arbitragem. O árbitro irá reavaliar a situação e, se justificado, pagará pessoalmente o comerciante e então solicitará reembolso deste pagamento à DAO 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} @@ -1087,12 +1089,12 @@ support.mediatorsDisputeSummary=System message: Mediator''s dispute summary:\n{0 support.mediatorReceivedLogs=System message: Mediator has received logs: {0} support.mediatorsAddress=Endereço do nó do mediador: {0} support.warning.disputesWithInvalidDonationAddress=The delayed payout transaction has used an invalid receiver address. It does not match any of the DAO parameter values for the valid donation addresses.\n\nThis might be a scam attempt. Please inform the developers about that incident and do not close that case before the situation is resolved!\n\nAddress used in the dispute: {0}\n\nAll DAO param donation addresses: {1}\n\nTrade ID: {2}{3} -support.warning.disputesWithInvalidDonationAddress.mediator=\n\nDo you still want to close the dispute? -support.warning.disputesWithInvalidDonationAddress.refundAgent=\n\nYou must not do the payout. -support.warning.traderCloseOwnDisputeWarning=Traders can only self-close their support tickets when the trade has been paid out. -support.warning.ticketNotAcknowledged=Ticket not acknowledged. -support.resendTicket=This trader has not acknowledged receipt of the dispute ticket.\nWould you like to re-send the ticket? -support.info.disputedTradeUpdate=Disputed trade update: {0} +support.warning.disputesWithInvalidDonationAddress.mediator=\n\nVocê ainda quer encerrar a disputa? +support.warning.disputesWithInvalidDonationAddress.refundAgent=\n\nVocê não deve fazer o pagamento. +support.warning.traderCloseOwnDisputeWarning=Os negociantes só podem fechar seus tickets de suporte quando a negociação tiver sido paga. +support.warning.ticketNotAcknowledged=O ticket não foi reconhecido. +support.resendTicket=Este negociador não reconheceu o recebimento da disputa.\nVocê gostaria de reenviar o ticket? +support.info.disputedTradeUpdate=Atualização da negociação disputada: {0} #################################################################### # Settings @@ -1105,35 +1107,35 @@ setting.preferences.general=Preferências gerais setting.preferences.explorer=Bitcoin Explorer setting.preferences.explorer.bsq=Bisq Explorer setting.preferences.deviation=Desvio máx. do preço do mercado -setting.preferences.bsqAverageTrimThreshold=Outlier threshold for BSQ rate +setting.preferences.bsqAverageTrimThreshold=limite de outlier para taxa BSQ setting.preferences.avoidStandbyMode=Impedir modo de economia de energia setting.preferences.autoConfirmXMR=XMR auto-confirm setting.preferences.autoConfirmEnabled=Habilitado -setting.preferences.autoConfirmRequiredConfirmations=Required confirmations -setting.preferences.autoConfirmMaxTradeSize=Max. trade amount (BTC) -setting.preferences.autoConfirmServiceAddresses=Monero Explorer URLs (uses Tor, except for localhost, LAN IP addresses, and *.local hostnames) -setting.preferences.tradeLimits=Trade Limits -setting.preferences.tradeLimitsEnabled=Increase Trade Limits -setting.preferences.tradeLimitMax=Max. trade amount (BTC) +setting.preferences.autoConfirmRequiredConfirmations=Confirmações necessárias +setting.preferences.autoConfirmMaxTradeSize=Taxa máxima de negociação (BTC) +setting.preferences.autoConfirmServiceAddresses=Monero URLs do Explorador (usa Tor, exceto para localhost, endereços IP da LAN e nomes de host *.local) +setting.preferences.tradeLimits=Limite de negociação +setting.preferences.tradeLimitsEnabled=Aumentar limites de negociação +setting.preferences.tradeLimitMax=Limite máximo de negociação (BTC) setting.preferences.tradeLimitBlurb=Trading limits are set to reduce risk of costly disputes and losing funds for new users. Raise trading limits at your own risk. Every trader has their own pace, but it's recommended to complete at least 5 trades before raising trade limits.\n\nBy raising trading limits you acknowledge to be familiar with the basic use of Bisq, like backing up your data [HYPERLINK:https://bisq.wiki/Backing_up_application_data], trading rules [HYPERLINK:https://bisq.wiki/Trading_rules], dispute resolution [HYPERLINK:https://bisq.wiki/Dispute_resolution], penalties [HYPERLINK:https://bisq.wiki/Table_of_penalties] or find support [HYPERLINK:https://bisq.wiki/User_support].\n\nAccount signing limits [HYPERLINK:https://bisq.wiki/Account_signing] are still applied to buy BTC with most National Account payment methods [HYPERLINK:https://bisq.wiki/Payment_methods], to reduce chargeback risk. setting.preferences.deviationToLarge=Valores acima de {0}% não são permitidos. -setting.preferences.txFee=BSQ Withdrawal transaction fee (satoshis/vbyte) +setting.preferences.txFee=Taxa da transação de retirada BSQ (satoshis/vbyte) setting.preferences.useCustomValue=Usar valor personalizado -setting.preferences.txFeeMin=Transaction fee must be at least {0} satoshis/vbyte -setting.preferences.txFeeTooLarge=Your input is above any reasonable value (>5000 satoshis/vbyte). Transaction fee is usually in the range of 50-400 satoshis/vbyte. +setting.preferences.txFeeMin=A taxa de transação precisa ter pelo menos {0} satoshis/vbyte +setting.preferences.txFeeTooLarge=Seu valor está acima de qualquer valor razoável (>5000 satoshis/vbyte). A taxa de transação normalmente fica na faixa de 50-400 satoshis/vbyte. setting.preferences.ignorePeers=Pares ignorados [endereço onion:porta] setting.preferences.ignoreDustThreshold=Mín. valor de output não-poeira -setting.preferences.clearDataAfterDays=Clear sensitive data after (days) -setting.preferences.useBitcoinUris=Use bitcoin URIs in QR codes -setting.preferences.useBitcoinUris.tooltip=Bisq's QR codes can either store bitcoin URIs containing the address along\nwith some extra parameters (amount & label) or plain bitcoin addresses\nwith no additional data. Disable this option if your external wallet's\nscanner cannot handle the bitcoin URI scheme format. -setting.preferences.useBisqWalletForFunding=Fund offer/trades from Bisq wallet -setting.preferences.useBisqWalletForFunding.tooltip=The make/take offer process will be streamlined to take fewer steps if this option is enabled. +setting.preferences.clearDataAfterDays=Limpar dados sensíveis após (dias) +setting.preferences.useBitcoinUris=Usar Bitcoin URIs em QR codes. +setting.preferences.useBitcoinUris.tooltip=Os códigos QR do Bisq podem armazenar URIs do Bitcoin contendo o endereço juntamente\ncom alguns parâmetros extras (valor e etiqueta) ou apenas endereços do Bitcoin\nsem dados adicionais. Desativar essa opção se o scanner da sua carteira externa\nnão suportar com o formato URI do Bitcoin. +setting.preferences.useBisqWalletForFunding=Fundo oferta/negocia da carteira Bisq +setting.preferences.useBisqWalletForFunding.tooltip=O processo de ofertante/tomador será otimizado para exigir menos etapas se essa opção estiver habilitada. setting.preferences.currenciesInList=Moedas na lista de preços de mercado setting.preferences.prefCurrency=Moeda de preferência setting.preferences.displayFiat=Exibir moedas nacionais setting.preferences.noFiat=Não há moedas nacionais selecionadas setting.preferences.cannotRemovePrefCurrency=Você não pode remover a moeda preferencial de exibição selecionada -setting.preferences.cannotRemoveMainAltcoinCurrency=You cannot remove this main altcoin currency +setting.preferences.cannotRemoveMainAltcoinCurrency=Você não pode remover esta moeda principal altcoin setting.preferences.displayAltcoins=Exibir altcoins setting.preferences.noAltcoins=Não há altcoins selecionadas setting.preferences.addFiat=Adicionar moeda nacional @@ -1143,34 +1145,34 @@ setting.preferences.showOwnOffers=Exibir minhas ofertas no livro de ofertas setting.preferences.useAnimations=Usar animações setting.preferences.useDarkMode=Usar modo escuro setting.preferences.sortWithNumOffers=Ordenar pelo nº de ofertas/negociações -setting.preferences.onlyShowPaymentMethodsFromAccount=Hide non-supported payment methods -setting.preferences.denyApiTaker=Deny takers using the API -setting.preferences.notifyOnPreRelease=Receive pre-release notifications +setting.preferences.onlyShowPaymentMethodsFromAccount=Ocultar métodos de pagamento não suportados +setting.preferences.denyApiTaker=Negar os negociadores que utilizam a API +setting.preferences.notifyOnPreRelease=Receba notificações de pré-lançamento setting.preferences.resetAllFlags=Esquecer marcações \"Não exibir novamente\" settings.preferences.languageChange=Aplicar a mudança de idioma em todas as telas requer uma reinicialização. settings.preferences.supportLanguageWarning=Em caso de disputa, por favor note que a mediação é feita em {0} e a arbitração em {1}. setting.preferences.daoOptions=Opções da DAO -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch -setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. -setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown -setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources -setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? -setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch +setting.preferences.dao.resyncBMAccFromScratch.popup=Para ressincronizar os dados contábeis do Burningmen do zero, você precisa executar um nó completo do Bitcoin.\nIsso levará um tempo considerável e recursos da CPU, pois ele ressincroniza a partir de 2020, quando o BM legado começou. Dependendo dos recursos da sua CPU, isso pode levar de 20-40 horas.\n\nVocê tem certeza de que deseja fazer isso?\n\nNa maioria das vezes, uma ressincronização a partir dos arquivos de recursos mais recentes é suficiente e muito mais rápida.\n\nSe você prosseguir, após reiniciar o aplicativo, os dados contábeis do Burningmen serão reconstruídos a partir das transações solicitadas pelo seu nó Bitcoin. +setting.preferences.dao.resyncBMAccFromScratch.resync=Ressincronizar do zero e desligar +setting.preferences.dao.isFullBMAccountingNode=Nó de contabilidade BM completo +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources +setting.preferences.dao.resyncBMAccFromResources.popup=Para ressincronizar os dados contábeis do Burningmen a partir das fontes, você irá reaplicar os dados das fontes da sua última versão do Bisq baixada e carregar os dados faltantes da rede.\nDependendo da idade do seu último download do Bisq, isso pode levar um tempo.\n\nVocê tem certeza de que deseja fazer isso? +setting.preferences.dao.resyncBMAccFromResources.resync=Ressincronizar a partir dos recursos e desligar -setting.preferences.dao.useFullBMAccountingNode.noDaoMode.popup=To run as full Burningmen accounting node you need to run as full DAO node as well.\n\nPlease enable first the Full-DAO mode option and config RPC. -setting.preferences.dao.useFullBMAccountingNode.enabledDaoMode.popup=To run as full Burningmen accounting node can take considerable time and CPU resources.\n\nA restart is required to enable that change.\n\nDo you want to enable full Burningmen accounting mode?. +setting.preferences.dao.useFullBMAccountingNode.noDaoMode.popup=Para executar como um nó de contabilidade completo do Burningmen, você precisa executar também como um nó DAO completo.\n\nPor favor, habilite primeiro a opção de modo Completo Full-DAO e configure o RPC. +setting.preferences.dao.useFullBMAccountingNode.enabledDaoMode.popup=Para executar como um nó de contabilidade completo do Burningmen pode levar tempo considerável e recursos da CPU.\n\nÉ necessário reiniciar para habilitar essa alteração.\n\nVocê deseja habilitar o modo de contabilidade completo do Burningmen? setting.preferences.dao.resyncFromGenesis.label=Reconstruir o estado da DAO à partir da tx genesis -setting.preferences.dao.resyncFromResources.label=Rebuild DAO state from resources -setting.preferences.dao.resyncFromResources.popup=After an application restart the Bisq network governance data will be reloaded from the seed nodes and the BSQ consensus state will be rebuilt from the latest resource files. -setting.preferences.dao.resyncFromGenesis.popup=A resync from genesis transaction can take considerable time and CPU resources. Are you sure you want to do that? Mostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Bisq network governance data will be reloaded from the seed nodes and the BSQ consensus state will be rebuilt from the genesis transaction. -setting.preferences.dao.resyncFromGenesis.resync=Resync from genesis and shutdown +setting.preferences.dao.resyncFromResources.label=Reconstruir estado do DAO a partir das fontes +setting.preferences.dao.resyncFromResources.popup=Após um reinício do aplicativo, os dados de governança da rede Bisq serão recarregados a partir dos nós semente e o estado do consenso BSQ será reconstruído a partir dos últimos arquivos de recursos. +setting.preferences.dao.resyncFromGenesis.popup=Uma ressincronização a partir da transação de gênese pode levar tempo considerável e recursos da CPU. Você tem certeza de que deseja fazer isso? Na maioria das vezes, uma ressincronização a partir dos arquivos de recursos mais recentes é suficiente e muito mais rápida.\n\nSe você prosseguir, após a reinicialização do aplicativo, os dados de governança da rede Bisq serão recarregados a partir dos nós semente e o estado de consenso BSQ será reconstruído a partir da transação de gênese. +setting.preferences.dao.resyncFromGenesis.resync=Ressincronizar a partir do gênese e desligar setting.preferences.dao.isDaoFullNode=Executar Bisq como nó completo DAO -setting.preferences.dao.processBurningManAccountingData=Process Burningman accounting data +setting.preferences.dao.processBurningManAccountingData=Processando dados contábeis do Burningman. -setting.preferences.dao.fullModeDaoMonitor=Full-mode DAO state monitoring +setting.preferences.dao.fullModeDaoMonitor=Monitoramento do estado DAO em modo completo. 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.rpcUser=Nome de usuário de RPC @@ -1179,15 +1181,15 @@ setting.preferences.dao.blockNotifyPort=Bloquear porta de notificação setting.preferences.dao.fullNodeInfo=Para executar o Bisq como nó completo da DAO você precisa ter Bitcoin Core em rodando localmente e RPC ativado. Todos os requisitos estão documentados em '' {0} ''. setting.preferences.dao.fullNodeInfo.ok=Abrir página de documentos setting.preferences.dao.fullNodeInfo.cancel=Não, eu fico com o modo nó lite -settings.preferences.editCustomExplorer.headline=Explorer Settings -settings.preferences.editCustomExplorer.description=Choose a system defined explorer from the list on the left, and/or customize to suit your own preferences. -settings.preferences.editCustomExplorer.available=Available explorers -settings.preferences.editCustomExplorer.chosen=Chosen explorer settings +settings.preferences.editCustomExplorer.headline=Configurações do Explorador +settings.preferences.editCustomExplorer.description=Escolha um explorador definido pelo sistema na lista à esquerda e/ou personalize de acordo com suas próprias preferências. +settings.preferences.editCustomExplorer.available=Exploradores disponíveis +settings.preferences.editCustomExplorer.chosen=Configurações do explorador escolhido settings.preferences.editCustomExplorer.name=Nome -settings.preferences.editCustomExplorer.txUrl=Transaction URL -settings.preferences.editCustomExplorer.addressUrl=Address URL +settings.preferences.editCustomExplorer.txUrl=URL da transação +settings.preferences.editCustomExplorer.addressUrl=Endereço URL -setting.info.headline=New data-privacy feature +setting.info.headline=Nova funcionalidade de privacidade de dados settings.preferences.sensitiveDataRemoval.msg=To protect the privacy of yourself and other traders, Bisq intends to remove payment account details from old trades. This is particularly important for fiat trades which may include bank account details. Read more about this at [HYPERLINK:https://bisq.wiki/Data_Privacy].\n\nThe threshold for data removal can be configured on this screen via the field "Clear sensitive data after (days)". It is recommended to set it as low as possible, for example 60 days. That means trades from more than 60 days ago will have payment account details cleared, as long as they are finished. Finished trades are ones which are found in the Portfolio / History tab. settings.net.btcHeader=Rede Bitcoin @@ -1210,9 +1212,9 @@ settings.net.p2PPeersLabel=Pares conectados settings.net.onionAddressColumn=Endereço onion settings.net.creationDateColumn=Estabelecida settings.net.connectionTypeColumn=Entrada/Saída -settings.net.sentDataLabel=Sent data statistics -settings.net.receivedDataLabel=Received data statistics -settings.net.chainHeightLabel=Latest BTC block height +settings.net.sentDataLabel=Estatísticas de dados enviados +settings.net.receivedDataLabel=Estatísticas de dados recebidos +settings.net.chainHeightLabel=Última altura do bloco BTC settings.net.roundTripTimeColumn=Ping settings.net.sentBytesColumn=Enviado settings.net.receivedBytesColumn=Recebido @@ -1225,18 +1227,18 @@ settings.net.heightColumn=Altura settings.net.needRestart=Você precisa reiniciar o programa para aplicar esta alteração.\nDeseja fazer isso agora? settings.net.notKnownYet=Ainda desconhecido... -settings.net.sentData=Sent data: {0}, {1} messages, {2} messages/sec -settings.net.receivedData=Received data: {0}, {1} messages, {2} messages/sec -settings.net.chainHeight=Bisq DAO chain height: {0} | Bitcoin Peers chain height: {1} +settings.net.sentData=Dados enviados: {0}, {1} mensagens, {2} mensagens/segundo +settings.net.receivedData=Dados recebidos: {0}, {1} mensagens, {2} mensagens/segundo +settings.net.chainHeight=DAO Bisq altura da cadeia: {0} | Bitcoin pares altura da cadeia: {1} settings.net.ips=[Endeço IP:porta | nome do host:porta | endereço onion:porta] (seperados por vírgulas). A porta pode ser omitida quando a porta padrão (8333) for usada. settings.net.seedNode=Nó semente settings.net.directPeer=Par (direto) -settings.net.initialDataExchange={0} [Bootstrapping] +settings.net.initialDataExchange={0} [Inicialização] settings.net.peer=Par settings.net.inbound=entrada settings.net.outbound=saída settings.net.reSyncSPVChainLabel=Ressincronizar SPV chain -settings.net.reSyncSPVChainButton=Resync SPV wallet +settings.net.reSyncSPVChainButton=Ressincronização da carteira SPV settings.net.reSyncSPVSuccess=Are you sure you want to do an SPV resync? If you proceed, the SPV chain file will be deleted on the next startup.\n\nAfter the restart it can take a while to resync with the network and you will only see all transactions once the resync is completed.\n\nDepending on the number of transactions and the age of your wallet the resync can take up to a few hours and consumes 100% of CPU. Do not interrupt the process otherwise you have to repeat it. settings.net.reSyncSPVAfterRestart=O arquivo SPV chain foi removido. Por favor, tenha paciência, pois a ressincronização com a rede pode demorar. settings.net.reSyncSPVAfterRestartCompleted=A ressincronização terminou. Favor reiniciar o programa. @@ -1250,8 +1252,8 @@ setting.about.support=Suporte Bisq setting.about.def=Bisq não é uma empresa — é um projeto aberto à participação da comunidade. Se você tem interesse em participar do projeto ou apoiá-lo, visite os links abaixo. setting.about.contribute=Contribuir setting.about.providers=Provedores de dados -setting.about.apisWithFee=Bisq uses Bisq Price Indices for Fiat and Altcoin market prices, and Bisq Mempool Nodes for mining fee estimation. -setting.about.apis=Bisq uses Bisq Price Indices for Fiat and Altcoin market prices. +setting.about.apisWithFee=Bisq usa Índices de Preço Bisq para preços de mercado Fiat e Altcoin, e Nós de Mempool Bisq para estimativa de taxa de mineração. +setting.about.apis=Bisq usa Índices de Preço Bisq para preços de mercado de Fiat e Altcoin. setting.about.pricesProvided=Preços de mercado fornecidos por setting.about.feeEstimation.label=Estimativa da taxa de mineração fornecida por setting.about.versionDetails=Detalhes da versão @@ -1289,8 +1291,8 @@ setting.about.shortcuts.manualPayoutTxWindow=Abrir janela de pagamento manual do setting.about.shortcuts.reRepublishAllGovernanceData=Republicar dados de governança da DAO (propostas, votos) -setting.about.shortcuts.removeStuckTrade=Open popup to move failed trade to open trades tab again -setting.about.shortcuts.removeStuckTrade.value=Select failed trade and press: {0} +setting.about.shortcuts.removeStuckTrade=Abrir janela para mover negociação falha para a guia de negociações em aberto novamente +setting.about.shortcuts.removeStuckTrade.value=Selecione a negociação falhada e pressione: {0} setting.about.shortcuts.registerArbitrator=Registrar árbitro (apenas mediador/árbitro) setting.about.shortcuts.registerArbitrator.value=Navegue até à conta e pressione: {0} @@ -1306,7 +1308,7 @@ setting.about.shortcuts.sendAlertMsg=Enviar alerta ou atualizar mensagem (ativid setting.about.shortcuts.sendFilter=Definir Filtro (atividade privilegiada) setting.about.shortcuts.sendPrivateNotification=Enviar notificação privada ao par (atividade privilegiada) -setting.about.shortcuts.sendPrivateNotification.value=Open peer info at avatar and press: {0} +setting.about.shortcuts.sendPrivateNotification.value=Abrir informações de par no avatar e pressione: {0} setting.info.msg=When selling BTC for XMR you can use the auto-confirm feature to verify that the correct amount of XMR was sent to your wallet so that Bisq can automatically mark the trade as complete, making trades quicker for everyone.\n\nAuto-confirm checks the XMR transaction on at least 2 XMR explorer nodes using the private transaction key provided by the XMR sender. By default, Bisq uses explorer nodes run by Bisq contributors, but we recommend running your own XMR explorer node for maximum privacy and security.\n\nYou can also set the maximum amount of BTC per trade to auto-confirm as well as the number of required confirmations here in Settings.\n\nSee more details (including how to set up your own explorer node) on the Bisq wiki [HYPERLINK:https://bisq.wiki/Trading_Monero#Auto-confirming_trades]\n\nPlease be aware that when changing the Bisq data directory you must change the Monero wallet and address to avoid vulnerabilities related to transaction key re-use. More details can be found here: [HYPERLINK:https://www.getmonero.org/2018/09/25/a-post-mortum-of-the-burning-bug.html]. @@ -1324,15 +1326,15 @@ account.menu.paymentAccount=Contas de moedas nacionais account.menu.altCoinsAccountView=Contas de altcoins account.menu.password=Senha da carteira account.menu.seedWords=Semente da carteira -account.menu.walletInfo=Wallet info +account.menu.walletInfo=Informação da Carteira account.menu.backup=Backup account.menu.notifications=Notificações -account.menu.walletInfo.balance.headLine=Wallet balances -account.menu.walletInfo.balance.info=This shows the internal wallet balance including unconfirmed transactions.\nFor BTC, the internal wallet balance shown below should match the sum of the 'Available' and 'Reserved' balances shown in the top right of this window. -account.menu.walletInfo.xpub.headLine=Watch keys (xpub keys) -account.menu.walletInfo.walletSelector={0} {1} wallet -account.menu.walletInfo.path.headLine=HD keychain paths +account.menu.walletInfo.balance.headLine=Saldo da carteira +account.menu.walletInfo.balance.info=Isso mostra o saldo interno da carteira, incluindo transações não confirmadas.\nPara BTC, o saldo interno da carteira mostrado abaixo deve corresponder à soma dos saldos 'Disponível' e 'Reservado' mostrados no canto superior direito desta janela. +account.menu.walletInfo.xpub.headLine=Observar chaves (chaves xpub) +account.menu.walletInfo.walletSelector={0} {1} carteira +account.menu.walletInfo.path.headLine=Caminhos do chave HD account.menu.walletInfo.path.info=If you import seed words into another wallet (like Electrum), you'll need to define the path. This should only be done in emergency cases when you lose access to the Bisq wallet and data directory.\nKeep in mind that spending funds from a non-Bisq wallet can bungle the internal Bisq data structures associated with the wallet data, which can lead to failed trades.\n\nNEVER send BSQ from a non-Bisq wallet, as it will probably lead to an invalid BSQ transaction and losing your BSQ.\n\n account.menu.walletInfo.openDetails=Show raw wallet details and private keys @@ -1392,10 +1394,11 @@ account.altcoin.popup.blk-burnt.msg=To trade burnt blackcoins, you need to know account.altcoin.popup.liquidbitcoin.msg=Para negociar com L-BTC na Bisq é preciso entender o seguinte:\n\nQuando se recebe L-BTC de uma negociação na Bisq, você não pode usar a carteira móvel Blockstream Green ou uma carteira de exchange. Você só pode receber L-BTC numa carteira Liquid Elements Core, ou outra carteira L-BTC que lhe permita obter a blinding key para o seu endereço blinded de L-BTC.\n\nNo caso de mediação ou se uma disputa acontecer, você precisa divulgar ao mediador, ou agente de reembolsos, a blinding key do seu endereço receptor de L-BTC para que ele possa verificar os detalhes da sua Transação Confidencial no node próprio deles.\n\nCaso essa informação não seja fornecida ao mediador ou agente de reembolsos você corre o risco de perder a disputa. Em todos os casos de disputa o recebedor de L-BTC tem 100% de responsabilidade em fornecer a prova criptográfica ao mediador ou agente de reembolsos.\n\nSe você não entendeu esses requisitos, por favor não negocie L-BTC na Bisq. account.fiat.yourFiatAccounts=Suas contas de moeda nacional -account.fiat.exportAccountAge=Export account age for Bisq 2 -account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. -account.fiat.signedWitness=Export signed witness for Bisq 2 -account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.exportAccountAge=Exportar idade da conta para Bisq 2 +account.fiat.exportAccountAge.popup=Sua 'idade da conta' e o ID do perfil do Bisq 2 foram assinados e os dados foram copiados para a área de transferência.\n\n\Esta é a informação no formato json:\n\n\{0}\n\nVolte para o Bisq 2 e siga as instruções lá. +account.fiat.signedWitness=Exportar testemunha assinada para Bisq 2 +account.fiat.signedWitness.popup=Sua 'idade da conta assinada' e o ID do perfil do Bisq 2 foram assinados e os dados foram copiados para a área de transferência.\n\n\Esta é a informação no formato json:\n\n\{0}\n\nVolte para o Bisq 2 e siga as instruções lá. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Backup da carteira account.backup.location=Local de backup account.backup.selectLocation=Selecione local para backup @@ -1403,7 +1406,7 @@ account.backup.backupNow=Fazer backup agora (o backup não é criptografado!) account.backup.appDir=Pasta de dados do programa account.backup.openDirectory=Abrir pasta account.backup.openLogFile=Abrir arquivo de Log -account.backup.zipLogFiles=Zip Log files +account.backup.zipLogFiles=Compactar arquivos de log account.backup.success=Backup salvo com sucesso em:\n{0} account.backup.directoryNotAccessible=A pasta escolhida não está acessível. {0} @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=Uma nova oferta ''{0} {1}'' com pr account.notifications.priceAlert.message.title=Alerta de preço para {0} account.notifications.priceAlert.message.msg=O seu preço de alerta foi atingido. O preço atual da {0} é {1} {2} account.notifications.noWebCamFound.warning=Nenhuma webcam foi encontrada.\n\nPor favor, use a opção e-mail para enviar o token e a chave de criptografia do seu celular para o Bisq +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=O preço mais alto deve ser maior do que o preço mais baixo account.notifications.priceAlert.warning.lowerPriceTooHigh=O preço mais baixo deve ser menor do que o preço mais alto @@ -1622,7 +1626,7 @@ dao.param.ASSET_MIN_VOLUME=Volume mínimo de negócio para ativos # suppress inspection "UnusedProperty" ## Was never used and got re-purposed for expected BTC fee revenue per cycle -dao.param.LOCK_TIME_TRADE_PAYOUT=BTC fee revenue / cycle as BSQ Satoshi value +dao.param.LOCK_TIME_TRADE_PAYOUT=taxa de BTC / ciclo como valor de BSQ Satoshi # suppress inspection "UnusedProperty" dao.param.ARBITRATOR_FEE=Taxa de arbitragem em BTC @@ -1679,9 +1683,9 @@ dao.bond.reputation.salt=Sal dao.bond.reputation.hash=Hash dao.bond.reputation.lockupButton=Travar dao.bond.reputation.lockup.headline=Confirmar transação de bloqueio -dao.bond.reputation.lockup.details=Lockup amount: {0}\nUnlock time: {1} block(s) (≈{2})\n\nMining fee: {3} ({4} Satoshis/vbyte)\nTransaction vsize: {5} Kb\n\nAre you sure you want to proceed? +dao.bond.reputation.lockup.details=Quantia a bloquear: {0}\nTempo de desbloqueio: {1} bloco(s) (≈ {2})\n\nTaxa de mineração: {3} ({4} Satoshis/vbyte)\nTamanho da transação: {5} Kb\n\nTem certeza de que deseja continuar? dao.bond.reputation.unlock.headline=Confirmar transação de desbloqueio -dao.bond.reputation.unlock.details=Unlock amount: {0}\nUnlock time: {1} block(s) (≈{2})\n\nMining fee: {3} ({4} Satoshis/vbyte)\nTransaction vsize: {5} Kb\n\nAre you sure you want to proceed? +dao.bond.reputation.unlock.details=Quantia de desbloqueio: {0}\nTempo de desbloqueio: {1} bloco(s) (≈ {2})\n\nTaxa de mineração: {3} ({4} Satoshis/vbyte)\nTamanho da transação: {5} Kb\n\nTem certeza de que deseja continuar? dao.bond.allBonds.header=Todos os vínculos @@ -1740,19 +1744,19 @@ dao.bond.bondedRoleType.UNDEFINED=Indefinido # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.GITHUB_ADMIN=Admin do GitHub # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager +dao.bond.bondedRoleType.FORUM_ADMIN=Gerenciador de lançamento Bisq 2 # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Admin do Twitter # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator +dao.bond.bondedRoleType.YOUTUBE_ADMIN=Moderador Bisq 2 # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.BISQ_MAINTAINER=Mantenedor Bisq # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Bisq 2 security manager +dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Gerenciador de segurança Bisq 2 # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Bisq 2 oracle node +dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Nó oráculo Bisq 2 # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.WEBSITE_OPERATOR=Operador do Website # suppress inspection "UnusedProperty" @@ -1766,9 +1770,9 @@ dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Operador do nó de BTC # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.MARKETS_OPERATOR=Operador de mercados # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer operator +dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Operador do explorador # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Bisq 2 arbitrator +dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Árbitro Bisq 2 # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Detentor do nome de domínio # suppress inspection "UnusedProperty" @@ -1798,71 +1802,71 @@ dao.burnBsq.assets.trialFee=Taxa para o período de testes dao.burnBsq.assets.totalFee=Total de taxas pagas dao.burnBsq.assets.days={0} dias dao.burnBsq.assets.toFewDays=A taxa do ativo é muito baixa. A quantidade mínima de dias para o período de teste é {0}. -dao.burningman.target.header=Burn target -dao.burningman.burn.header=Burn BSQ -dao.burningman.amount.prompt=Amount to burn -dao.burningman.amount.prompt.max=Amount to burn: {0} - {1} BSQ -dao.burningman.candidates.table.header=Burningmen candidates -dao.burningman.burnOutput.table.header=Burn outputs -dao.burningman.balanceEntry.table.header=Profit -dao.burningman.balanceEntry.table.showMonthlyToggle=By month +dao.burningman.target.header=Queimar alvo +dao.burningman.burn.header=Queimar BSQ +dao.burningman.amount.prompt=Quantidade para queimar +dao.burningman.amount.prompt.max=Quantidade para queimar: {0} - {1} BSQ +dao.burningman.candidates.table.header=Candidatos Burningmen +dao.burningman.burnOutput.table.header=Queimar saídas +dao.burningman.balanceEntry.table.header=Lucro +dao.burningman.balanceEntry.table.showMonthlyToggle=Por mês dao.burningman.balanceEntry.table.radio.all=Todos -dao.burningman.balanceEntry.table.radio.fee=BTC fees only -dao.burningman.balanceEntry.table.radio.dpt=DPT only -dao.burningman.balanceEntry.table.radio.burn=Burned BSQ - -dao.burningman.compensations.table.header=Compensations -dao.burningman.reimbursement.table.header=Reimbursement requests -dao.burningman.expectedRevenue=Past 3-month average distribution -dao.burningman.burnTarget.label=Amount of BSQ to burn +dao.burningman.balanceEntry.table.radio.fee=Taxas somente BTC +dao.burningman.balanceEntry.table.radio.dpt=DPT apenas +dao.burningman.balanceEntry.table.radio.burn=BSQ queimado + +dao.burningman.compensations.table.header=Compensações +dao.burningman.reimbursement.table.header=Pedidos de reembolso +dao.burningman.expectedRevenue=Média de distribuição dos últimos 3 meses +dao.burningman.burnTarget.label=Quantia de BSQ para queimar dao.burningman.burnTarget.fromTo={0} - {1} BSQ -dao.burningman.filter=Filter burningman candidates -dao.burningman.toggle=Show only active burningmen -dao.burningman.contributorsComboBox.prompt=Select any of my contributors -dao.burningman.daoBalance=Balance for DAO -dao.burningman.daoBalanceTotalBurned=Total amount of burned BSQ -dao.burningman.daoBalanceTotalDistributed=Total amount of distributed BTC / BSQ -dao.burningman.daoBalanceTotalBtcFees=Total amount of BTC fees in BTC / BSQ -dao.burningman.daoBalanceTotalDPT=Total amount of delayed payout transactions BTC / BSQ -dao.burningman.selectedContributor=Selected contributor -dao.burningman.selectedContributor.disabledAccounting=(accounting data not updated) -dao.burningman.selectedContributor.processing=(still processing data...) -dao.burningman.selectedContributorName=Contributor name -dao.burningman.selectedContributorTotalReceived=Total received -dao.burningman.selectedContributorTotalRevenue=Total profit -dao.burningman.selectedContributorAddress=Receiver address +dao.burningman.filter=Filtrar candidatos burningman +dao.burningman.toggle=Mostrar apenas burningmen ativos. +dao.burningman.contributorsComboBox.prompt=Selecione qualquer um dos meus colaboradores. +dao.burningman.daoBalance=Saldo para DAO +dao.burningman.daoBalanceTotalBurned=Quantidade total de BSQ queimado +dao.burningman.daoBalanceTotalDistributed=Quantidade total de BTC / BSQ distribuídos +dao.burningman.daoBalanceTotalBtcFees=Quantidade Total de taxa BTC no par BTC / BSQ +dao.burningman.daoBalanceTotalDPT=Quantidade total de transações de pagamento atrasadas BTC / BSQ +dao.burningman.selectedContributor=Contribuidor selecionado +dao.burningman.selectedContributor.disabledAccounting=(dados de contabilidade não atualizados) +dao.burningman.selectedContributor.processing=(ainda processando dados...) +dao.burningman.selectedContributorName=Nome do colaborador +dao.burningman.selectedContributorTotalReceived=Total recebido +dao.burningman.selectedContributorTotalRevenue=Lucro total +dao.burningman.selectedContributorAddress=Endereço do destinatário dao.burningman.shared.table.height=Altura do bloco dao.burningman.shared.table.cycle=Ciclo dao.burningman.shared.table.date=Data -dao.burningman.table.name=Contributor name -dao.burningman.table.burnTarget=Burn target +dao.burningman.table.name=Nome do colaborador +dao.burningman.table.burnTarget=Queimar alvo dao.burningman.table.burnTarget.help=The left value is the amount to burn to reach the max. receiver share based on the total burned amount.\nThis value is safe to not burn more than needed and to avoid to get a capped receiver share.\n\nThe right value is the amount to burn to reach the max. receiver share based on the max. burn target.\nThis can lead to a capped receiver share but once the burn target is reached it should fall below the cap. -dao.burningman.table.expectedRevenue=Expected to receive -dao.burningman.table.burnAmount=Burned amount -dao.burningman.table.decayedBurnAmount=Decayed burned amount -dao.burningman.table.burnAmountShare.label=Receiver share -dao.burningman.table.burnAmountShare.capped={0} (capped from {1}) -dao.burningman.table.numBurnOutputs=Num. Burns -dao.burningman.table.issuanceAmount=Issued amount -dao.burningman.table.decayedIssuanceAmount=Decayed issued amount -dao.burningman.table.issuanceShare=Issuance share -dao.burningman.table.numIssuances=Num. issuances -dao.burningman.table.reimbursedAmount=Reimbursed amount +dao.burningman.table.expectedRevenue=Esperado para receber +dao.burningman.table.burnAmount=Quantidade queimada +dao.burningman.table.decayedBurnAmount=Quantidade queimada deteriorada +dao.burningman.table.burnAmountShare.label=Compartilhamento do destinatário +dao.burningman.table.burnAmountShare.capped={0} (limitado de {1}) +dao.burningman.table.numBurnOutputs=Num. queimados +dao.burningman.table.issuanceAmount=Quantidade emitida +dao.burningman.table.decayedIssuanceAmount=Quantidade emitida deteriorada +dao.burningman.table.issuanceShare=Participação do emissor +dao.burningman.table.numIssuances=Num. emissões +dao.burningman.table.reimbursedAmount=Quantidade reembolsada dao.burningman.table.balanceEntry.date=Data -dao.burningman.table.balanceEntry.receivedBtc=Received BTC -dao.burningman.table.balanceEntry.receivedBtcAsBsq=Received BTC as BSQ -dao.burningman.table.balanceEntry.burnedBsq=Burned BSQ -dao.burningman.table.balanceEntry.revenue=Profit -dao.burningman.table.balanceEntry.price=BSQ/BTC price +dao.burningman.table.balanceEntry.receivedBtc=BTC recebido +dao.burningman.table.balanceEntry.receivedBtcAsBsq=Recebido BTC como BSQ +dao.burningman.table.balanceEntry.burnedBsq=BSQ queimado +dao.burningman.table.balanceEntry.revenue=Lucro +dao.burningman.table.balanceEntry.price=BSQ/BTC preço dao.burningman.table.balanceEntry.type=Tipo dao.burningman.accounting.popup=To display accounting data of a burningman you need to enable the 'process burningman accounting data' option in settings.\nDo you want to do that now?\nIt will require to restart Bisq to apply that change.\n\nIf you cancel, the displayed accounting data are not up-to-date. # From BalanceEntry.Type enum names dao.burningman.balanceEntry.type.UNDEFINED=Indefinido -dao.burningman.balanceEntry.type.BTC_TRADE_FEE_TX=Trade fee +dao.burningman.balanceEntry.type.BTC_TRADE_FEE_TX=Taxa de negociação dao.burningman.balanceEntry.type.DPT_TX=DPT -dao.burningman.balanceEntry.type.BURN_TX=Burned BSQ +dao.burningman.balanceEntry.type.BURN_TX=BSQ queimado # suppress inspection "UnusedProperty" dao.assetState.UNDEFINED=Indefinido @@ -1885,8 +1889,8 @@ dao.proofOfBurn.date=Data dao.proofOfBurn.hash=Hash dao.proofOfBurn.txs=Transações dao.proofOfBurn.pubKey=Pubkey -dao.proofOfBurn.signature.window.title=Sign a message with key from transaction -dao.proofOfBurn.verify.window.title=Verify a message with key from transaction +dao.proofOfBurn.signature.window.title=Assinar uma mensagem com chave da transação +dao.proofOfBurn.verify.window.title=Verifique uma mensagem com chave da transação dao.proofOfBurn.copySig=Copiar assinatura para a área de trabalho dao.proofOfBurn.sign=Assinar dao.proofOfBurn.message=Mensagem @@ -1985,7 +1989,7 @@ dao.proposal.display.name=Usuário no GitHub dao.proposal.display.link=Link para mais detalhes dao.proposal.display.link.prompt=Link para proposta dao.proposal.display.requestedBsq=Quantia requerida em BSQ -dao.proposal.display.burningManReceiverAddress=Burningman receiver address (optional) +dao.proposal.display.burningManReceiverAddress=Endereço do receptor do Burningman (opcional) dao.proposal.display.txId=ID de transação de proposta dao.proposal.display.proposalFee=Taxa de proposta dao.proposal.display.myVote=Meu voto @@ -2042,11 +2046,11 @@ dao.wallet.send.receiverAddress=Endereço BSQ do destinatário dao.wallet.send.receiverBtcAddress=Endereço BTC do destinatário dao.wallet.send.setDestinationAddress=Preencha seu endereço de destino dao.wallet.send.send=Enviar fundos BSQ -dao.wallet.send.inputControl=Select inputs -dao.wallet.send.addOpReturn=Add data +dao.wallet.send.inputControl=Selecionar entradas +dao.wallet.send.addOpReturn=Adicionar dados dao.wallet.send.preImage=Pré-imagem -dao.wallet.send.opReturnAsHex=Op-Return data Hex encoded -dao.wallet.send.opReturnAsHash=Hash of Op-Return data +dao.wallet.send.opReturnAsHex=Dados Op-Return codificados em hexadecimal +dao.wallet.send.opReturnAsHash=Hash de dados Op-Return dao.wallet.send.sendBtc=Enviar fundos BTC dao.wallet.send.sendFunds.headline=Confirmar solicitação de retirada. dao.wallet.send.sendFunds.details=Sending: {0}\nTo receiving address: {1}.\nRequired mining fee is: {2} ({3} satoshis/vbyte)\nTransaction vsize: {4} vKb\n\nThe recipient will receive: {5}\n\nAre you sure you want to withdraw that amount? @@ -2198,7 +2202,7 @@ dao.factsAndFigures.supply.issuedVsBurnt=BSQ emitido vs. BSQ queimado dao.factsAndFigures.supply.issued=BSQ emitido dao.factsAndFigures.supply.compReq=Pedidos de compensação -dao.factsAndFigures.supply.reimbursement=Reimbursement requests +dao.factsAndFigures.supply.reimbursement=Pedidos de reembolso dao.factsAndFigures.supply.reimbursementAfterTagging=Reimbursement requests (post tagging) dao.factsAndFigures.supply.genesisIssueAmount=BSQ emitido na transação genesis dao.factsAndFigures.supply.compRequestIssueAmount=BDQ emitido para pedidos de compensação @@ -2219,7 +2223,7 @@ dao.factsAndFigures.supply.volumeChat=Volume de negociação dao.factsAndFigures.supply.tradeVolumeInUsd=Trade volume in USD dao.factsAndFigures.supply.tradeVolumeInBtc=Trade volume in BTC dao.factsAndFigures.supply.bsqUsdPrice=BSQ/USD price -dao.factsAndFigures.supply.bsqBtcPrice=BSQ/BTC price +dao.factsAndFigures.supply.bsqBtcPrice=BSQ/BTC preço dao.factsAndFigures.supply.btcUsdPrice=BTC/USD price dao.factsAndFigures.supply.bsqUsdMarketCap=Market Cap (USD) dao.factsAndFigures.supply.bsqBtcMarketCap=Market Cap (BTC) @@ -2368,11 +2372,11 @@ disputeSummaryWindow.close.txDetails.buyer=Comprador recebe {0} no endereço: {1 disputeSummaryWindow.close.txDetails.seller=Vendedor recebe {0} no endereço: {1}\n disputeSummaryWindow.close.txDetails=Spending: {0}\n{1}{2}Transaction fee: {3} ({4} satoshis/vbyte)\nTransaction vsize: {5} vKb\n\nAre you sure you want to publish this transaction? -disputeSummaryWindow.close.noPayout.headline=Close without any payout -disputeSummaryWindow.close.noPayout.text=Do you want to close without doing any payout? +disputeSummaryWindow.close.noPayout.headline=Fechar sem nenhum pagamento +disputeSummaryWindow.close.noPayout.text=Você quer fechar sem fazer nenhum pagamento? -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=Pagamento já realizado +disputeSummaryWindow.close.alreadyPaid.text=Reinicie o cliente para fazer outro pagamento para esta disputa. emptyWalletWindow.headline={0} ferramenta de emergência da carteira emptyWalletWindow.info=Por favor, utilize essa opção apenas em caso de emergência, caso você não consiga acessar seus fundos a partir do programa.\n\nNote que todas as ofertas abertas serão fechadas automaticamente quando você utilizar esta ferramenta.\n\nAntes de usar esta ferramenta, faça um backup da sua pasta de dados. Você pode fazer isso em \"Conta/Backup\".\n\nHavendo qualquer problema, avise-nos através do GitHub ou do fórum Bisq, para que assim possamos investigar o que causou o problema. @@ -2389,14 +2393,14 @@ enterPrivKeyWindow.headline=Insira a chave privada para o registro filterWindow.headline=Editar lista de filtragem filterWindow.offers=Ofertas filtradas (sep. por vírgula): -filterWindow.onions=Banned from trading addresses (comma sep.) -filterWindow.bannedFromNetwork=Banned from network addresses (comma sep.) +filterWindow.onions=Endereços banidos de negociação (sep. por vírgula) +filterWindow.bannedFromNetwork=Endereços banidos da rede (sep. por vírgula) filterWindow.accounts=Dados de conta de negociação filtrados:\nFormato: lista separada por vírgulas de [id do método de pagamento | dados | valor] -filterWindow.delayedPayout=Require delayed payout:\nFormat: comma sep. list of [payment method id | data field | value] +filterWindow.delayedPayout=Requer pagamento atrasado:\nFormato: lista separada por vírgulas de [ID do método de pagamento | campo de dados | valor] filterWindow.bannedCurrencies=Códigos de moedas filtrados (sep. por vírgula) filterWindow.bannedPaymentMethods=IDs de método de pagamento filtrados (sep. por vírgula) -filterWindow.bannedAccountWitnessSignerPubKeys=Filtered account witness signer pub keys (comma sep. hex of pub keys) -filterWindow.bannedPrivilegedDevPubKeys=Filtered privileged dev pub keys (comma sep. hex of pub keys) +filterWindow.bannedAccountWitnessSignerPubKeys=Chaves públicas de testemunha de conta filtradas (chaves públicas hex separadas por vírgula) +filterWindow.bannedPrivilegedDevPubKeys=Chaves públicas privilegiadas filtradas (hexadecimal separado por vírgula das chaves públicas) filterWindow.arbitrators=Árbitros filtrados (endereços onion sep. por vírgula) filterWindow.mediators=Mediadores filtrados (endereços onion separados por vírgula) filterWindow.refundAgents=Agentes de reembolso filtrados (endereços onion separados por vírgula) @@ -2405,13 +2409,13 @@ filterWindow.priceRelayNode=Nós de transmissão de preço filtrados (endereços filterWindow.btcNode=Nós de Bitcoin filtrados (endereços + portas sep. por vírgula) filterWindow.preventPublicBtcNetwork=Prevenir uso da rede de Bitcoin pública filterWindow.disableDao=Desativar DAO -filterWindow.disableAutoConf=Disable auto-confirm -filterWindow.autoConfExplorers=Filtered auto-confirm explorers (comma sep. addresses) +filterWindow.disableAutoConf=Desativar auto-confirmação +filterWindow.autoConfExplorers=Exploradores de autoconfirmação filtrados (endereços separados por vírgula) filterWindow.disableDaoBelowVersion=Versão mín. necessária para a DAO filterWindow.disableTradeBelowVersion=Versão mínima necessária para negociação filterWindow.add=Adicionar filtro filterWindow.remove=Remover filtro -filterWindow.btcFeeReceiverAddresses=BTC fee receiver addresses +filterWindow.btcFeeReceiverAddresses=Endereços do recebedor de taxa BTC filterWindow.disableApi=Disable API filterWindow.disableMempoolValidation=Disable Mempool Validation filterWindow.disablePowMessage=Disable messages requiring Proof of Work @@ -2594,7 +2598,7 @@ popup.warning.lockedUpFunds=Você possui fundos travados em uma negociação com popup.warning.makerTxInvalid=This offer is not valid. Please choose a different offer.\n\nReason: {0} takeOffer.cancelButton=Cancel take-offer -takeOffer.warningButton=Ignore and continue anyway +takeOffer.warningButton=Ignorar e continuar assim mesmo # suppress inspection "UnusedProperty" popup.warning.nodeBanned=One of the {0} nodes got banned. @@ -2669,23 +2673,23 @@ popup.accountSigning.signedByPeer=Uma de suas contas de pagamento foi verificada popup.accountSigning.peerLimitLifted=O limite inicial para uma de suas contas acaba de ser aumentado. popup.accountSigning.peerSigner=Uma das suas contas é antiga o suficiente para assinar outras contas de pagamento e o limite para uma de suas contas acaba de ser aumentado\n\n{0} -popup.accountSigning.singleAccountSelect.headline=Import unsigned account age witness -popup.accountSigning.confirmSingleAccount.headline=Confirm selected account age witness -popup.accountSigning.confirmSingleAccount.selectedHash=Selected witness hash -popup.accountSigning.confirmSingleAccount.button=Sign account age witness -popup.accountSigning.successSingleAccount.description=Witness {0} was signed -popup.accountSigning.successSingleAccount.success.headline=Success +popup.accountSigning.singleAccountSelect.headline=Importar testemunha de Idade da conta não assinada +popup.accountSigning.confirmSingleAccount.headline=Confirmar seleção de testemunha de Idade da conta +popup.accountSigning.confirmSingleAccount.selectedHash=Hash de testemunha selecionado +popup.accountSigning.confirmSingleAccount.button=Testemunha da idade da conta. +popup.accountSigning.successSingleAccount.description=Testemunha {0} foi assinada +popup.accountSigning.successSingleAccount.success.headline=Sucesso -popup.accountSigning.unsignedPubKeys.headline=Unsigned Pubkeys -popup.accountSigning.unsignedPubKeys.sign=Sign Pubkeys -popup.accountSigning.unsignedPubKeys.signed=Pubkeys were signed -popup.accountSigning.unsignedPubKeys.result.signed=Signed pubkeys -popup.accountSigning.unsignedPubKeys.result.failed=Failed to sign +popup.accountSigning.unsignedPubKeys.headline=Chaves públicas não assinadas +popup.accountSigning.unsignedPubKeys.sign=Assinar Chaves Públicas +popup.accountSigning.unsignedPubKeys.signed=Chaves Públicas foram assinadas +popup.accountSigning.unsignedPubKeys.result.signed=Chaves públicas assinadas +popup.accountSigning.unsignedPubKeys.result.failed=Falha ao assinar -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=Seu nó Bisq está atualmente usando um endereço Tor v2. O Tor v2 está sendo descontinuado em breve [HYPERLINK:https://blog.torproject.org/v2-deprecation-timeline], e nós Bisq com endereços Tor v2 não poderão mais negociar a partir de 15 de agosto de 2021.\n\nPor favor, mude seu nó Bisq para um endereço Tor v3. É rápido e simples - veja os detalhes neste documento [HYPERLINK:https://bisq.wiki/Changing_your_onion_address] ou neste vídeo [HYPERLINK:https://bitcointv.com/videos/watch/f96adc20-4092-4253-84c0-1b18088b4b95].\n\nCertifique-se de fazer backup do seu diretório de dados antecipadamente. -popup.arsBlueMarket.title=Blue rate market quotes for ARS -popup.arsBlueMarket.info=The Agrentinian Peso (ARS) market is using the `Blue Dollar` street price. Please note the blue rate is experimental and has fewer providers than other markets. \nWe will add more providers in the coming months. More info: [HYPERLINK:https://github.com/bisq-network/bisq/issues/6601] [HYPERLINK:https://bluedollar.net/] +popup.arsBlueMarket.title=Cotações dólar-blue para ARS +popup.arsBlueMarket.info=O mercado do Peso Argentino (ARS) está utilizando o preço de rua do "Dólar Blue". Por favor, note que a taxa blue é experimental e possui menos provedores do que outros mercados. Adicionaremos mais provedores nos próximos meses. Mais informações: [HYPERLINK:https://github.com/bisq-network/bisq/issues/6601] [HYPERLINK:https://bluedollar.net/] #################################################################### # Notifications @@ -2699,18 +2703,18 @@ notification.trade.confirmed=Sua negociação tem pelo menos uma confirmação d notification.trade.paymentStarted=O comprador BTC iniciou o pagamento notification.trade.selectTrade=Selecionar negociação notification.trade.peerOpenedDispute=Seu parceiro de negociação abriu um {0}. -notification.trade.disputeResolved=A proposed solution has been issued for the {0}. +notification.trade.disputeResolved=Uma solução proposta foi emitida para o {0}. notification.trade.disputeClosed=A {0} foi fechada. notification.walletUpdate.headline=Update da carteira de negociação notification.walletUpdate.msg=Sua carteira Bisq tem saldo suficiente.\nQuantia: {0} notification.takeOffer.walletUpdate.msg=Sua carteira Bisq já tinha saldo suficiente de uma tentativa anterior de aceitar oferta.\nQuantia: {0} notification.tradeCompleted.headline=Negociação concluída -notification.tradeCompleted.msg=You can withdraw your funds now to your external Bitcoin wallet from Funds > Send Funds. -notification.bsqSwap.maker.headline=BSQ swap completed -notification.bsqSwap.maker.tradeCompleted=Your offer with ID ''{0}'' has been taken. -notification.bsqSwap.confirmed.headline=BSQ swap transaction confirmed -notification.bsqSwap.confirmed.text=The BSQ swap transaction for trade with ID ''{0}'' is confirmed. -notification.bsqSwap.errorHelp=\n\nTrade failures with BSQ swaps are rare, in cases like this it is worthwhile checking if:\n● your DAO state is synced without error.\n● your SPV wallet is functioning well.\n\nDAO state can be checked by navigating to DAO -> Network Monitor -> DAO State. It can be resynced by pressing the button "Rebuild DAO State From Resources" under Settings -> Preferences.\n\nSPV status is harder to determine, usually a resync is necessary whenever you experience problems transacting on the blockchain. More info at [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] +notification.tradeCompleted.msg=Você pode sacar seus fundos agora para sua carteira externa de Bitcoin em Fundos > Enviar Fundos. +notification.bsqSwap.maker.headline=A troca de BSQ foi concluída. +notification.bsqSwap.maker.tradeCompleted=Sua oferta com ID ''{0}'' foi aceita. +notification.bsqSwap.confirmed.headline=Transação de troca BSQ confirmada +notification.bsqSwap.confirmed.text=A transação de troca de BSQ para negociação com ID ''{0}'' está confirmada. +notification.bsqSwap.errorHelp=\n\nFalhas na negociação com trocas de BSQ são raras, em casos como este, vale a pena verificar se:\n● o estado do seu DAO está sincronizado sem erros.\n● sua carteira SPV está funcionando corretamente.\n\nO estado do DAO pode ser verificado navegando até DAO -> Monitor de Rede -> Estado do DAO. Ele pode ser ressincronizado pressionando o botão "Reconstruir Estado do DAO a partir dos Recursos" em Configurações -> Preferências.\n\nO status do SPV é mais difícil de determinar, geralmente é necessário ressincronizar sempre que você tiver problemas ao realizar transações na blockchain. Mais informações em [HYPERLINK:https://bisq.wiki/Resyncing_SPV_file] #################################################################### @@ -2728,7 +2732,7 @@ systemTray.tooltip=Bisq: a rede de exchange decentralizada de bitcoin # GUI Util #################################################################### -guiUtil.miningFeeInfo=Please be sure that the mining fee used by your external wallet is at least {0} satoshis/vbyte. Otherwise the trade transactions may not be confirmed in time and the trade will end up in a dispute. +guiUtil.miningFeeInfo=Certifique-se de que a taxa de mineração usada pela sua carteira externa seja pelo menos {0} satoshis/vbyte. Caso contrário, as transações de negociação podem não ser confirmadas a tempo e a negociação acabará em disputa. guiUtil.accountExport.savedToPath=Contas de negociação salvas na pasta:\n{0} guiUtil.accountExport.noAccountSetup=Você não tem contas de negociação para exportar. @@ -2766,10 +2770,10 @@ peerInfoIcon.tooltip.trade.traded={0} endereço onion: {1}\nVocê já negociou { peerInfoIcon.tooltip.trade.notTraded=Endereço onion do {0}: {1}\nVocê ainda não negociou com esse usuário.\n{2} peerInfoIcon.tooltip.age=Conta de pagamento criada {0} atrás. peerInfoIcon.tooltip.unknownAge=Idade da conta de pagamento desconhecida. -peerInfoIcon.tooltip.dispute={0}\nNumber of disputes: {1}.\n{2} +peerInfoIcon.tooltip.dispute={0}\nNúmero de disputas: {1}.\n{2} tooltip.openPopupForDetails=Abrir popup para mais detalhes -tooltip.invalidTradeState.warning=This trade is in an invalid state. Open the details window for more information +tooltip.invalidTradeState.warning=Esta negociação está em um estado inválido. Abra a janela de detalhes para obter mais informações. tooltip.openBlockchainForAddress=Abrir um explorer de blockchain externo para o endereço: {0} tooltip.openBlockchainForTx=Abrir um explorer de blockchain externo para a transação: {0} @@ -2777,8 +2781,8 @@ confidence.unknown=Transação com estado desconhecido confidence.seen=Visto por {0} par(es) / 0 confirmações confidence.confirmed=Confirmado em {0} bloco(s) confidence.invalid=A transação é inválida -confidence.confirmed.short=Confirmed -confidence.pending=Pending +confidence.confirmed.short=Confirmado +confidence.pending=Pendente peerInfo.title=Informação do par peerInfo.nrOfTrades=Nº de negociações concluídas @@ -2794,14 +2798,14 @@ addressTextField.addressCopiedToClipboard=Endereço copiado para área de transf addressTextField.openWallet.failed=Erro ao abrir a carteira padrão Bitcoin. Talvez você não possua uma instalada. explorerAddressTextField.copyToClipboard=Copiar endereço para área de transferência -explorerAddressTextField.blockExplorerIcon.tooltip=Open a blockchain explorer with this address -explorerAddressTextField.missingTx.warning.tooltip=Missing required address +explorerAddressTextField.blockExplorerIcon.tooltip=Abra um explorador de blockchain com este endereço +explorerAddressTextField.missingTx.warning.tooltip=Endereço obrigatório faltante peerInfoIcon.tooltip={0}\nRótulo: {1} txIdTextField.copyIcon.tooltip=Copiar ID da transação -txIdTextField.blockExplorerIcon.tooltip=Open a blockchain explorer with this transaction ID -txIdTextField.missingTx.warning.tooltip=Missing required transaction +txIdTextField.blockExplorerIcon.tooltip=Abrir um explorer de blockchain com o ID dessa transação +txIdTextField.missingTx.warning.tooltip=Transação necessária faltante #################################################################### @@ -2809,20 +2813,20 @@ txIdTextField.missingTx.warning.tooltip=Missing required transaction #################################################################### navigation.account=\"Conta\" -navigation.account.backup=\"Account/Backup\" -navigation.funds.availableForWithdrawal=\"Funds/Send funds\" +navigation.account.backup="\Conta\Backup" +navigation.funds.availableForWithdrawal=\"Fundos/Enviar fundos\" navigation.portfolio.myOpenOffers=\"Portfolio/Minhas ofertas\" navigation.portfolio.pending=\"Portfolio/Negociações em aberto\" navigation.portfolio.closedTrades=\"Portfólio/Histórico\" -navigation.portfolio.bsqSwapTrades=\"Portfolio/Unconfirmed BSQ Swaps\" -navigation.portfolio.bsqSwapTrades.short=\"Unconfirmed BSQ Swaps\" +navigation.portfolio.bsqSwapTrades="Portfolio/Unconfirmed BSQ Swaps" +navigation.portfolio.bsqSwapTrades.short="Unconfirmed BSQ Swaps" navigation.funds.depositFunds=\"Fundos/Receber fundos\" navigation.settings.preferences=\"Configurações/Preferências\" # suppress inspection "UnusedProperty" navigation.funds.transactions=\"Fundos/Transações\" navigation.support=\"Suporte\" navigation.dao.wallet.receive=\"DAO/Carteira BSQ/Receber\" -navigation.dao.networkMonitor=\"DAO Network Monitor\" +navigation.dao.networkMonitor="\Monitor de Rede DAO\" #################################################################### @@ -2831,8 +2835,8 @@ navigation.dao.networkMonitor=\"DAO Network Monitor\" formatter.formatVolumeLabel={0} quantia{1} formatter.makerTaker=Ofertante: {1} de {0} / Aceitador: {3} de {2} -formatter.youAreAsMaker=You are: {1} {0} (maker) / Taker is: {3} {2} -formatter.youAreAsTaker=You are: {1} {0} (taker) / Maker is: {3} {2} +formatter.youAreAsMaker=Você é: {1} {0} (Ofertante) / Aceitador é: {3} {2} +formatter.youAreAsTaker=Você é: {1} {0} (Aceitador) / Ofertante é: {3} {2} formatter.youAre=Você está {0} {1} ({2} {3}) formatter.youAreCreatingAnOffer.fiat=Você está criando uma oferta para {0} {1} formatter.youAreCreatingAnOffer.altcoin=Você está criando uma oferta para {0} {1} ({2} {3}) @@ -2861,8 +2865,8 @@ BTC_DAO_REGTEST=Regtest da DAO do Bitcoin time.year=Ano time.month=Mês -time.halfYear=Half-year -time.quarter=Quarter +time.halfYear=Semestre +time.quarter=Trimestre time.week=Semana time.day=Dia time.hour=Hora @@ -2884,12 +2888,12 @@ password.deriveKey=Derivando chave a partir da senha password.walletDecrypted=A carteira foi decifrada com sucesso e a proteção por senha removida password.wrongPw=Você digitou a senha incorreta.\n\nFavor tentar novamente, verificando com cuidado erros de digitação ou ortografia. password.walletEncrypted=A carteira foi encriptada e a proteção por senha foi ativada com sucesso. -password.walletEncryptionFailed=Wallet password could not be set. You may have imported seed words which do not match the wallet database. Please contact the developers on Matrix ([HYPERLINK:https://bisq.chat]). +password.walletEncryptionFailed=A senha da carteira não pôde ser definida. Você pode ter importado palavra semente que não correspondem ao banco de dados da carteira. Por favor, entre em contato com os desenvolvedores no Matrix ([HYPERLINK:https://bisq.chat]). password.passwordsDoNotMatch=As 2 senhas inseridas não são iguais. password.forgotPassword=Esqueceu a senha? -password.backupReminder=Please note that when setting a wallet password all automatically created backups from the unencrypted wallet will be deleted.\n\nIt is highly recommended that you make a backup of the application directory and write down your seed words before setting a password! -password.setPassword=Set Password (I already made a backup) -password.makeBackup=Make Backup +password.backupReminder=Observe que, ao definir uma senha para a carteira, todos os backups criados automaticamente a partir da carteira não encriptada serão apagados.\n\nÉ altamente recomendável que você faça um backup da pasta do aplicativo e anote suas palavra semente antes de definir uma senha! +password.setPassword=Definir Senha (Eu já fiz um backup) +password.makeBackup=Backup de Ofertante seed.seedWords=Semente da carteira seed.enterSeedWords=Insira a semente da carteira @@ -2897,36 +2901,36 @@ seed.date=Data da carteira seed.restore.title=Recuperar carteira a partir das palavras semente seed.restore=Recuperar carteira seed.creationDate=Criada em -seed.warn.walletNotEmpty.msg=Your Bitcoin wallet is not empty.\n\nYou must empty this wallet before attempting to restore an older one, as mixing wallets together can lead to invalidated backups.\n\nPlease finalize your trades, close all your open offers and go to the Funds section to withdraw your bitcoin.\nIn case you cannot access your bitcoin you can use the emergency tool to empty the wallet.\nTo open the emergency tool press \"Alt+e\" or \"Cmd/Ctrl+e\". +seed.warn.walletNotEmpty.msg=Sua carteira do Bitcoin não está vazia.\n\nVocê deve esvaziar esta carteira antes de tentar restaurar uma mais antiga, já que misturar as carteiras pode levar à backups inválidos.\n\nPor favor, finalize suas negociações, feche todas as suas ofertas abertas e vá para a seção Fundos para sacar seus bitcoin.\nCaso você não consiga acessar seu Bitcoin, você pode usar a ferramenta de emergência para esvaziar a carteira.\nPara abrir essa ferramenta de emergência, pressione "Alt+e" ou "Cmd/Ctrl+e". seed.warn.walletNotEmpty.restore=Desejo recuperar mesmo assim seed.warn.walletNotEmpty.emptyWallet=Esvaziarei as carteiras primeiro seed.warn.notEncryptedAnymore=Suas carteiras estão encriptadas.\n\nApós a restauração, as carteiras não estarão mais encriptadas e você deverá definir uma nova senha.\n\nDeseja continuar? -seed.warn.walletDateEmpty=As you have not specified a wallet date, bisq will have to scan the blockchain from 2013.10.09 (the BIP39 epoch date).\n\nBIP39 wallets were first introduced in bisq on 2017.06.28 (release v0.5). So you could save time by using that date.\n\nIdeally you should specify the date your wallet seed was created.\n\n\nAre you sure you want to go ahead without specifying a wallet date? +seed.warn.walletDateEmpty=Como você não especificou uma data de carteira, o Bisq terá que escanear a blockchain a partir de 2013.10.09 (a data de início do BIP39).\n\nAs carteiras BIP39 foram introduzidas pela primeira vez no Bisq em 2017.06.28 (versão v0.5). Então você poderia economizar tempo usando essa data.\n\nIdealmente, você deve especificar a data em que sua palavra semente da carteira foi criada.\n\n\nVocê tem certeza de que deseja prosseguir sem especificar uma data de carteira? seed.restore.success=Carteiras recuperadas com sucesso com as novas palavras semente.\n\nVocê precisa desligar e reiniciar o aplicativo. seed.restore.error=Ocorreu um erro ao restaurar as carteiras com palavras semente.{0} -seed.restore.openOffers.warn=You have open offers which will be removed if you restore from seed words.\nAre you sure that you want to continue? +seed.restore.openOffers.warn=Você tem ofertas em Aberto que serão removidas se você restaurar a partir das palavra semente.\nVocê tem certeza de que deseja continuar? # dynamic values are not recognized by IntelliJ # suppress inspection "UnusedProperty" -fee.validation.notCheckedYet=Fee has not been checked +fee.validation.notCheckedYet=Taxa não foi verificada # suppress inspection "UnusedProperty" -fee.validation.ack.feeCheckedOk=Fee checked OK +fee.validation.ack.feeCheckedOk=Taxa verificada OK # suppress inspection "UnusedProperty" -fee.validation.ack.bsqTxIsNew=BSQ tx new/unconfirmed, fee assumed OK +fee.validation.ack.bsqTxIsNew=BSQ tx novo/não confirmado, taxa assumida OK # suppress inspection "UnusedProperty" -fee.validation.ack.checkBypassed=Fee check bypassed +fee.validation.ack.checkBypassed=Verificação de Taxa bypassada # suppress inspection "UnusedProperty" -fee.validation.error.btcTxNotFound=BTC fee tx not found +fee.validation.error.btcTxNotFound=Taxa de BTC não encontrada # suppress inspection "UnusedProperty" -fee.validation.error.bsqTxNotFound=BSQ fee tx not found +fee.validation.error.bsqTxNotFound=Taxa de BSQ não encontrada. # suppress inspection "UnusedProperty" -fee.validation.error.makerFeeTooLow=Maker Fee underpaid +fee.validation.error.makerFeeTooLow=Taxa de Ofertante subpaga # suppress inspection "UnusedProperty" -fee.validation.error.takerFeeTooLow=Taker Fee underpaid +fee.validation.error.takerFeeTooLow=Taxa de Tomador subpaga # suppress inspection "UnusedProperty" -fee.validation.error.unknownReceiver=Fee receiver not a recognised address +fee.validation.error.unknownReceiver=Taxa do receptor não é um endereço reconhecido # suppress inspection "UnusedProperty" -fee.validation.error.json=JSON parsing failure +fee.validation.error.json=Falha na análise do JSON #################################################################### @@ -2936,10 +2940,10 @@ fee.validation.error.json=JSON parsing failure payment.account=Conta payment.account.no=Nº da conta payment.account.name=Nome da conta -payment.account.userName=User name -payment.account.phoneNr=Phone number +payment.account.userName=Nome de usuário +payment.account.phoneNr=Número de telefone payment.account.owner=Nome completo do titular da conta -payment.account.owner.ask=[Ask trader to provide account name if needed] +payment.account.owner.ask=[Peça ao negociador para fornecer o nome da conta, se necessário.] payment.account.fullName=Nome completo (nome e sobrenome) payment.account.state=Estado/Província/Região payment.account.city=Cidade @@ -2961,75 +2965,75 @@ payment.email.mobile=E-mail ou celular payment.altcoin.address=Endereço altcoin payment.altcoin.tradeInstantCheckbox=Negócio instantâneo (dentro de 1 hora) com esta Altcoin payment.altcoin.tradeInstant.popup=Para negociação instantânea, é necessário que os dois pares de negociação estejam online para concluir a negociação em menos de 1 hora.\n\nSe você tem ofertas abertas e você não está disponível, por favor desative essas ofertas na tela 'Portfolio'. -payment.altcoin.useSubAddresses=Use subaddresses -payment.altcoin.xmrSubAddress=Subaddress -payment.altcoin.xmrAccountIndex=Account Index -payment.altcoin.initialXmrSubAddressIndex=Initial Subaddress Index -payment.altcoin.xmrSubAddressesUsed=Subaddresses used in trades -payment.altcoin.xmrMainAddress=Main address -payment.altcoin.privateViewKey=Private view key +payment.altcoin.useSubAddresses=Use subendereços +payment.altcoin.xmrSubAddress=Subendereços +payment.altcoin.xmrAccountIndex=Índice de Conta +payment.altcoin.initialXmrSubAddressIndex=Índice de Subendereço Inicial +payment.altcoin.xmrSubAddressesUsed=Subendereços usados em negociações +payment.altcoin.xmrMainAddress=Endereço principal +payment.altcoin.privateViewKey=Visão de chave privada -payment.altcoin.usedSubaddressList=Index: {0} Subaddress: {1} Used in trade: {2} +payment.altcoin.usedSubaddressList=Índice: {0} Subendereço: {1} Usado na negociação: {2} payment.altcoin=Altcoin -payment.select.altcoin=Select or search Altcoin -payment.select.altcoin.bsq.warning=You can also trade BSQ with the new BSQ Swap protocol.\n\nThis has many benefits compared to the normal Bisq protocol for altcoins. For example: trades are instant, riskless, cheaper, and there is no account setup needed.\n\nSee more about BSQ swaps in documentation [HYPERLINK:https://bisq.wiki/BSQ_swaps]. +payment.select.altcoin=Selecionar ou buscar altcoin +payment.select.altcoin.bsq.warning=Você também pode negociar BSQ com o novo protocolo de troca BSQ.\n\nIsso tem muitos benefícios em comparação com o protocolo normal do Bisq para altcoins. Por exemplo: as negociações são instantâneas, sem risco, mais baratas e não é necessário configurar uma conta.\n\nVeja mais sobre as trocas de BSQ na documentação [HYPERLINK:https://bisq.wiki/BSQ_swaps]. payment.secret=Pergunta secreta payment.answer=Resposta payment.wallet=ID da carteira payment.capitual.cap=CAP Code -payment.upi.virtualPaymentAddress=Virtual Payment Address +payment.upi.virtualPaymentAddress=Endereço de Pagamento Virtual # suppress inspection "UnusedProperty" -payment.swift.headline=International SWIFT Wire Transfer +payment.swift.headline=Transferência Internacional SWIFT por Transferência Bancária # suppress inspection "UnusedProperty" -payment.swift.title.bank=Receiving Bank +payment.swift.title.bank=Banco Recebedor # suppress inspection "UnusedProperty" -payment.swift.title.intermediary=Intermediary Bank (click to expand) +payment.swift.title.intermediary=Banco Intermediário (clique para expandir) # suppress inspection "UnusedProperty" -payment.swift.country.bank=Receiving Bank Country +payment.swift.country.bank=País do Banco Recebedor # suppress inspection "UnusedProperty" -payment.swift.country.intermediary=Intermediary Bank Country +payment.swift.country.intermediary=País do Banco Intermediário # suppress inspection "UnusedProperty" -payment.swift.swiftCode.bank=Receiving Bank SWIFT Code +payment.swift.swiftCode.bank=Código SWIFT do Banco Recebedor # suppress inspection "UnusedProperty" -payment.swift.swiftCode.intermediary=Intermediary Bank SWIFT Code +payment.swift.swiftCode.intermediary=Código SWIFT do Banco Intermediário # suppress inspection "UnusedProperty" -payment.swift.name.bank=Receiving Bank name +payment.swift.name.bank=Nome do banco Recebedor # suppress inspection "UnusedProperty" -payment.swift.name.intermediary=Intermediary Bank name +payment.swift.name.intermediary=Nome do Banco Intermediário # suppress inspection "UnusedProperty" -payment.swift.branch.bank=Receiving Bank branch +payment.swift.branch.bank=Agência do banco Recebedor # suppress inspection "UnusedProperty" -payment.swift.branch.intermediary=Intermediary Bank branch +payment.swift.branch.intermediary=Agência do Banco Intermediário # suppress inspection "UnusedProperty" -payment.swift.address.bank=Receiving Bank address +payment.swift.address.bank=Endereço do banco Recebedor # suppress inspection "UnusedProperty" -payment.swift.address.intermediary=Intermediary Bank address +payment.swift.address.intermediary=Endereço do Banco Intermediário # suppress inspection "UnusedProperty" -payment.swift.address.beneficiary=Beneficiary address +payment.swift.address.beneficiary=Endereço do beneficiário # suppress inspection "UnusedProperty" -payment.swift.phone.beneficiary=Beneficiary phone number -payment.swift.account=Account No. (or IBAN) -payment.swift.use.intermediary=Use Intermediary Bank -payment.swift.showPaymentInfo=Show Payment Information... -payment.account.owner.address=Account owner address -payment.transferwiseUsd.address=(must be US-based, consider using bank address) +payment.swift.phone.beneficiary=Número de telefone do beneficiário +payment.swift.account=Nº da conta (ou IBAN) +payment.swift.use.intermediary=Use Banco Intermediário +payment.swift.showPaymentInfo=Mostrar informações de pagamento... +payment.account.owner.address=Endereço do proprietário da conta +payment.transferwiseUsd.address=(deve ser dos EUA, considere usar endereço do banco) -payment.amazon.site=Buy giftcard at -payment.mercadoPago.site=MercadoPago site -payment.ask=Ask in Trader Chat +payment.amazon.site=Compre um vale-presente em +payment.mercadoPago.site=Site MercadoPago +payment.ask=Pergunte no Chat de Negócio payment.uphold.accountId=Nome de usuário, e-mail ou nº de telefone payment.moneyBeam.accountId=E-mail ou nº de telefone payment.venmo.venmoUserName=Nome do usuário do Venmo payment.popmoney.accountId=E-mail ou nº de telefone payment.promptPay.promptPayId=ID de cidadão/ID de impostos ou nº de telefone payment.supportedCurrencies=Moedas disponíveis -payment.supportedCurrenciesForReceiver=Currencies for receiving funds +payment.supportedCurrenciesForReceiver=Moedas para receber fundos payment.limitations=Limitações payment.salt=Sal para verificação da idade da conta -payment.error.noHexSalt=The salt needs to be in HEX format.\nIt is only recommended to edit the salt field if you want to transfer the salt from an old account to keep your account age. The account age is verified by using the account salt and the identifying account data (e.g. IBAN). +payment.error.noHexSalt=O sal precisa estar em formato hexadecimal.\nSó é recomendável editar o campo do sal se você quiser transferir o sal de uma conta antiga para manter a Idade da conta. A idade da conta é verificada usando o sal da conta e os dados da conta de identificação, (ex. IBAN). payment.accept.euro=Aceitar negociações destes países do Euro payment.accept.nonEuro=Aceitar negociações desses países fora do Euro payment.accepted.countries=Países aceitos @@ -3060,7 +3064,7 @@ payment.branchNr=Nº da agência payment.branchNrOptional=Nº da agência (opcional) payment.accountNrLabel=Nº da conta (IBAN) payment.iban=IBAN -payment.tikkie.iban=IBAN used for Bisq trading on Tikkie +payment.tikkie.iban=IBAN usado para negociação Bisq no Tikkie payment.accountType=Tipo de conta payment.checking=Conta Corrente payment.savings=Poupança @@ -3079,13 +3083,13 @@ payment.limits.info.withSigning=To limit chargeback risk, Bisq sets per-trade li payment.cashDeposit.info=Certifique-se de que o seu banco permite a realização de depósitos em espécie na conta de terceiros. -payment.revolut.info=Revolut requires the 'User name' as account ID not the phone number or email as it was the case in the past. -payment.account.revolut.addUserNameInfo={0}\nYour existing Revolut account ({1}) does not have a ''User name''.\nPlease enter your Revolut ''User name'' to update your account data.\nThis will not affect your account age signing status. -payment.revolut.addUserNameInfo.headLine=Update Revolut account +payment.revolut.info=Revolut requer o 'Nome de usuário' como ID da conta, não o número de telefone ou e-mail como era o caso no passado. +payment.account.revolut.addUserNameInfo={0}\nSua conta Revolut existente ({1}) não possui um ''Nome de usuário''.\nPor favor, insira seu ''Nome de usuário'' Revolut para atualizar os dados da sua conta.\nIsso não afetará o status de assinatura da Idade da conta. +payment.revolut.addUserNameInfo.headLine=Atualizar conta Revolut -payment.amazonGiftCard.upgrade=Amazon gift cards payment method requires the country to be specified. -payment.account.amazonGiftCard.addCountryInfo={0}\nYour existing Amazon Gift Card account ({1}) does not have a Country specified.\nPlease enter your Amazon Gift Card Country to update your account data.\nThis will not affect your account age status. -payment.amazonGiftCard.upgrade.headLine=Update Amazon Gift Card account +payment.amazonGiftCard.upgrade=Os cartões-presente da Amazon exigem que o país seja especificado como método de pagamento. +payment.account.amazonGiftCard.addCountryInfo={0}\nSua conta existente de Cartão-presente da Amazon ({1}) não possui um País especificado.\nPor favor, insira o País do seu Cartão-presente da Amazon para atualizar os dados da sua conta.\nIsso não afetará o status da Idade da conta. +payment.amazonGiftCard.upgrade.headLine=Atualizar conta do cartão-presente da Amazon 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]. @@ -3421,7 +3425,7 @@ SWIFT_SHORT=SWIFT # suppress inspection "UnusedProperty" ACH_TRANSFER_SHORT=ACH # suppress inspection "UnusedProperty" -DOMESTIC_WIRE_TRANSFER_SHORT=Domestic Wire +DOMESTIC_WIRE_TRANSFER_SHORT=Transferência Doméstica # suppress inspection "UnusedProperty" BSQ_SWAP_SHORT=BSQ Swap # suppress inspection "UnusedProperty" @@ -3447,10 +3451,10 @@ validation.zero=Número 0 não é permitido validation.negative=Valores negativos não são permitidos. validation.fiat.toSmall=Quantia menor do que a mínima permitida. validation.fiat.toLarge=Quantia maior do que a máxima permitida. -validation.btc.fraction=Input will result in a bitcoin value of less than 1 satoshi +validation.btc.fraction=A entrada resultará em um valor de bitcoin inferior a 1 satoshi. validation.btc.toLarge=Quantia máx. permitida: {0} validation.btc.toSmall=Quantia mín. permitida: {0} -validation.passwordTooShort=The password you entered is too short. It needs to have a min. of 8 characters. +validation.passwordTooShort=A senha inserida é muito curta. É necessário conter no mínimo 8 caracteres. validation.passwordTooLong=A senha inserida é muito longa. Não pode ser maior do que 50 caracteres validation.sortCodeNumber={0} deve consistir de {1} números. validation.sortCodeChars={0} deve consistir de {1} caracteres. @@ -3471,38 +3475,38 @@ validation.accountNrFormat=O número da conta deve estar no formato: {0} # suppress inspection "UnusedProperty" validation.altcoin.wrongStructure=Validação do endereço falhou pois este não é compatível com a estrutura de um endereço {0}. # suppress inspection "UnusedProperty" -validation.altcoin.ltz.zAddressesNotSupported=LTZ address must start with L. Addresses starting with z are not supported. +validation.altcoin.ltz.zAddressesNotSupported=Endereços LTZ precisam de começar com L. Endereços começando com z não são suportados. # suppress inspection "UnusedProperty" -validation.altcoin.zAddressesNotSupported=ZEC addresses must start with t. Addresses starting with z are not supported. +validation.altcoin.zAddressesNotSupported=Endereços ZEC precisam começar com t. Endereços iniciando com z não são suportados. # suppress inspection "UnusedProperty" validation.altcoin.invalidAddress=Endereço não é um endereço {0} válido! {1} # suppress inspection "UnusedProperty" validation.altcoin.liquidBitcoin.invalidAddress=Endereços nativos de Segwit (começando com "lq") não são suportados. -validation.bic.invalidLength=Input length must be 8 or 11 +validation.bic.invalidLength=O comprimento de entrada deve ser 8 ou 11 validation.bic.letters=Banco e código de país devem ser letras validation.bic.invalidLocationCode=BIC contém código de localização inválido validation.bic.invalidBranchCode=BIC contém código da agência inválido validation.bic.sepaRevolutBic=Contas Revolut Sepa não são suportadas. -validation.gbp.revolutBranch=Revolut Branch accounts are not supported. -validation.btc.invalidFormat=Invalid format for a Bitcoin address. -validation.bsq.invalidFormat=Invalid format for a BSQ address. +validation.gbp.revolutBranch=Contas Revolut Branch não são suportadas. +validation.btc.invalidFormat=Formato inválido do endereço Bitcoin. +validation.bsq.invalidFormat=Formato inválido do endereço BSQ. validation.email.invalidAddress=Endereço inválido validation.iban.invalidCountryCode=Código de país inválido validation.iban.checkSumNotNumeric=Código verificador deve ser numérico validation.iban.nonNumericChars=Caractere não alfanumérico detectado validation.iban.checkSumInvalid=Código de verificação IBAN é inválido -validation.iban.invalidLength=Number must have a length of 15 to 34 chars. -validation.iban.sepaNotSupported=SEPA is not supported in this country +validation.iban.invalidLength=Número deve ter entre 15 e 34 caracteres. +validation.iban.sepaNotSupported=SEPA não é suportado neste país. validation.interacETransfer.invalidAreaCode=Código de área não é canadense. -validation.interacETransfer.invalidPhone=Please enter a valid 11 digit phone number (ex: 1-123-456-7890) or an email address +validation.interacETransfer.invalidPhone=Por favor, insira um número de telefone válido com 11 dígitos (ex: 1-123-456-7890) ou um endereço de e-mail. validation.interacETransfer.invalidQuestion=Deve conter somente letras, números, espaços e/ou os símbolos ' _ , . ? - validation.interacETransfer.invalidAnswer=Deve ser uma palavra e conter apenas letras, números e/ou o símbolo - validation.inputTooLarge=Não deve ser maior do que {0} validation.inputTooSmall=Deve ser maior do que {0} validation.inputToBeAtLeast=O input tem de ser pelo menos {0} -validation.amountBelowDust=An amount below the dust limit of {0} satoshi is not allowed. +validation.amountBelowDust=Uma quantia abaixo do limite de poeira de {0} satoshi não é permitida. validation.length=Comprimento deve ser entre {0} e {1} -validation.fixedLength=Length must be {0} +validation.fixedLength=O comprimento deve ser {0} validation.pattern=Input deve ser no formato: {0} validation.noHexString=O input não está no formato hexadecimal validation.advancedCash.invalidFormat=Deve ser um e-mail válido ou uma ID de carteira no formato: X000000000000 @@ -3513,9 +3517,9 @@ validation.numberFormatException=Exceção do formato do número {0} validation.mustNotBeNegative=O input não deve ser negativo validation.phone.missingCountryCode=Precisa do código do país com duas letras para validar o número de telefone validation.phone.invalidCharacters=O número de telefone {0} contém caracteres inválidos. -validation.phone.insufficientDigits=There are not enough digits in {0} to be a valid phone number -validation.phone.tooManyDigits=There are too many digits in {0} to be a valid phone number -validation.phone.invalidDialingCode=Country dialing code for number {0} is invalid for country {1}. The correct dialing code is {2}. +validation.phone.insufficientDigits=Não há dígitos suficientes em {0} para ser um número de telefone válido. +validation.phone.tooManyDigits=Há muitos dígitos em {0} para ser um número de telefone válido. +validation.phone.invalidDialingCode=O código de discagem do país no número {0} é inválido para o país {1}. O código de discagem correto é {2}. validation.invalidAddressList=Precisa ser uma lista delimitada por vírgulas de endereços válidos -validation.capitual.invalidFormat=Must be a valid CAP code of format: CAP-XXXXXX (6 alphanumeric characters) +validation.capitual.invalidFormat=Deve ser um código CAP válido no formato: CAP-XXXXXX (6 caracteres alfanuméricos) diff --git a/core/src/main/resources/i18n/displayStrings_pt.properties b/core/src/main/resources/i18n/displayStrings_pt.properties index e5962edaa14..47575a18502 100644 --- a/core/src/main/resources/i18n/displayStrings_pt.properties +++ b/core/src/main/resources/i18n/displayStrings_pt.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=Não remover a oferta shared.editOffer=Editar oferta shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Abrir QR-Code em janela grande +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choose trading account shared.faq=Visit FAQ page shared.yesCancel=Sim, cancelar @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=Para aplicar a mudança de língua em todas settings.preferences.supportLanguageWarning=Em caso de disputa, por favor saiba que a mediação será tratada em {0} e a arbitragem em {1}. setting.preferences.daoOptions=Opções da OAD -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Carteira de backup account.backup.location=Localizacao do backup account.backup.selectLocation=Selecione localização para backup @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=Uma nova ''{0} {1}'' com o preço account.notifications.priceAlert.message.title=Alerta de preço para {0} account.notifications.priceAlert.message.msg=O teu alerta de preço foi desencadeado. O preço atual de {0} é de {1} {2} account.notifications.noWebCamFound.warning=Nenhuma webcam foi encontrada.\n\nPor favor use a opção email para enviar o token e a chave de criptografia do seu telemóvel para o programa da Bisq. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=O preço mais alto deve ser maior que o preço mais baixo. account.notifications.priceAlert.warning.lowerPriceTooHigh=O preço mais baixo deve ser menor que o preço mais alto. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Admin do Twitter # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_ru.properties b/core/src/main/resources/i18n/displayStrings_ru.properties index a989f87cb8e..58d6884335d 100644 --- a/core/src/main/resources/i18n/displayStrings_ru.properties +++ b/core/src/main/resources/i18n/displayStrings_ru.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=Не удалять предложение shared.editOffer=Изменить предложение shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Open large QR code window +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choose trading account shared.faq=Visit FAQ page shared.yesCancel=Да, отменить @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=Изменение языка во всех settings.preferences.supportLanguageWarning=In case of a dispute, please note that mediation is handled in {0} and arbitration in {1}. setting.preferences.daoOptions=Настройки ДАО -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Резервный кошелёк account.backup.location=Место хранения резервной копии account.backup.selectLocation=Выбрать место сохранения резервной копии @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=Новое предложение account.notifications.priceAlert.message.title=Оповещение о цене для {0} account.notifications.priceAlert.message.msg=Ваше оповещение о цене сработало. Текущая цена {0} — {1} {2} account.notifications.noWebCamFound.warning=Веб-камера не найдена.\n\nВоспользуйтесь электронной почтой для отправки токена и ключа шифрования с вашего мобильного телефона в приложение Bisq. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=Более высокая цена должна быть выше более низкой цены. account.notifications.priceAlert.warning.lowerPriceTooHigh=Более низкая цена должна быть ниже более высокой цены. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Администратор Twitter # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_th.properties b/core/src/main/resources/i18n/displayStrings_th.properties index d77e78d60a8..6ff142ec455 100644 --- a/core/src/main/resources/i18n/displayStrings_th.properties +++ b/core/src/main/resources/i18n/displayStrings_th.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=ห้ามลบข้อเสนอ shared.editOffer=แก้ไขข้อเสนอ shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=Open large QR code window +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choose trading account shared.faq=Visit FAQ page shared.yesCancel=ใช่ ยกเลิก @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=หากต้องการเปลี settings.preferences.supportLanguageWarning=In case of a dispute, please note that mediation is handled in {0} and arbitration in {1}. setting.preferences.daoOptions=ตัวเลือก DAO -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=สำรองข้อมูล wallet account.backup.location=ที่ตั้งการสำรองข้อมูล account.backup.selectLocation=เลือกตำแหน่งการสำรอง @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=ข้อเสนอใหม่ account.notifications.priceAlert.message.title=การแจ้งเตือนราคาสำหรับ {0} account.notifications.priceAlert.message.msg=คุณได้รับการแจ้งเตือนราคาของคุณ {0} ราคาปัจจุบันคือ {1} {2} account.notifications.noWebCamFound.warning=ไม่พบเว็บแคม\n\nโปรดใช้ตัวเลือกอีเมลเพื่อส่งรหัสโทเค็น (รหัสเหรียญ) และคีย์เข้ารหัสจากโทรศัพท์มือถือของคุณไปยังแอพพลิเคชัน Bisq +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=ราคาที่สูงกว่าต้องเป็นจำนวนที่มากเหนือราคาที่ต่ำกว่า account.notifications.priceAlert.warning.lowerPriceTooHigh=ราคาที่ต่ำกว่าต้องต่ำกว่าราคาที่สูงขึ้น @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=แอดมินทวิตเตอร์ # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_vi.properties b/core/src/main/resources/i18n/displayStrings_vi.properties index f1be62bd27b..be191e3c8d4 100644 --- a/core/src/main/resources/i18n/displayStrings_vi.properties +++ b/core/src/main/resources/i18n/displayStrings_vi.properties @@ -101,6 +101,8 @@ 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.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choose trading account shared.faq=Visit FAQ page shared.yesCancel=Có, hủy @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=Áp dụng thay đổi ngôn ngữ cho tất settings.preferences.supportLanguageWarning=In case of a dispute, please note that mediation is handled in {0} and arbitration in {1}. setting.preferences.daoOptions=Tùy chọn DAO -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=Ví dự phòng account.backup.location=Vị trí sao lưu account.backup.selectLocation=Chọn vị trí dự phòng @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=một ''{0} {1}'' chào giá mới account.notifications.priceAlert.message.title=Thông báo giá cho {0} account.notifications.priceAlert.message.msg=Thông báo giá của bạn đã được kích hoạt. Giá {0} hiện tại là {1} {2} account.notifications.noWebCamFound.warning=Không tìm thấy webcam.\n\nVui lòng sử dụng lựa chọn email để gửi mã bảo mật và khóa mã hóa từ điện thoại di động của bạn tới ứng dùng Bisq. +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=Giá cao hơn phải lớn hơn giá thấp hơn. account.notifications.priceAlert.warning.lowerPriceTooHigh=Giá thấp hơn phải nhỏ hơn giá cao hơn. @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Quản trị Twitter # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_zh-hans.properties b/core/src/main/resources/i18n/displayStrings_zh-hans.properties index d43d05d6151..16f20edb94f 100644 --- a/core/src/main/resources/i18n/displayStrings_zh-hans.properties +++ b/core/src/main/resources/i18n/displayStrings_zh-hans.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=不要移除报价 shared.editOffer=编辑报价 shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=打开放大二维码窗口 +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choose trading account shared.faq=访问 FAQ 页面 shared.yesCancel=是的,取消 @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=同意重启请求以更换语言 settings.preferences.supportLanguageWarning=如有任何争议,请注意调解在 {0} 处理,仲裁在 {1} 处理。 setting.preferences.daoOptions=DAO 选项 -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=备份钱包 account.backup.location=备份路径 account.backup.selectLocation=选择备份路径 @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=价格为 {2}({3} {4}市场价 account.notifications.priceAlert.message.title=价格提醒 {0} account.notifications.priceAlert.message.msg=您的价格提醒已被触发。当前 {0} 的价格为 {1} {2} account.notifications.noWebCamFound.warning=未找到网络摄像头。\n\n请使用电子邮件选项将代码和加密密钥从您的手机发送到 Bisq 应用程序。 +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=较高的价格必须大于较低的价格。 account.notifications.priceAlert.warning.lowerPriceTooHigh=较低的价格必须低于较高的价格。 @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter 管理 # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase 管理员 +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/i18n/displayStrings_zh-hant.properties b/core/src/main/resources/i18n/displayStrings_zh-hant.properties index 115f946379e..bb0330561e8 100644 --- a/core/src/main/resources/i18n/displayStrings_zh-hant.properties +++ b/core/src/main/resources/i18n/displayStrings_zh-hant.properties @@ -101,6 +101,8 @@ shared.dontRemoveOffer=不要移除報價 shared.editOffer=編輯報價 shared.duplicateOffer=Duplicate offer shared.openLargeQRWindow=打開放大二維碼窗口 +shared.showSepaQRCode=Show SEPA QR Code +shared.maximizedToProtectPrivacy=In order to protect your privacy, the QR Code will be shown maximized over the application window. shared.chooseTradingAccount=Choose trading account shared.faq=訪問 FAQ 頁面 shared.yesCancel=是的,取消 @@ -1151,11 +1153,11 @@ settings.preferences.languageChange=同意重啟請求以更換語言 settings.preferences.supportLanguageWarning=如有任何爭議,請注意調解在 {0} 處理,仲裁在 {1} 處理。 setting.preferences.daoOptions=DAO 選項 -setting.preferences.dao.resyncBMAccFromScratch=Resync from scratch +setting.preferences.dao.resyncBMAccFromScratch=Recalculate accounting data from scratch setting.preferences.dao.resyncBMAccFromScratch.popup=To resync the Burningmen accounting data from scratch you need to run a full Bitcoin node.\nIt will take considerable time and CPU resources as it resyncs from 2020 when legacy BM started. Depending on your CPU resources that can take 20-40 hours.\n\nAre you sure you want to do that?\n\nMostly a resync from latest resource files is sufficient and much faster.\n\nIf you proceed, after an application restart the Burningmen accounting data will be rebuild from the transactions requested from your Bitcoin node. setting.preferences.dao.resyncBMAccFromScratch.resync=Resync from scratch and shutdown setting.preferences.dao.isFullBMAccountingNode=Full BM accounting node -setting.preferences.dao.resyncBMAccFromResources=Resync from resources +setting.preferences.dao.resyncBMAccFromResources=Recalculate accounting data from resources setting.preferences.dao.resyncBMAccFromResources.popup=To resync the Burningmen accounting data from resources you will reapply the data from resources of your last downloaded Bisq version and load the missing data from the network.\nDepending on the age of your last Bisq download that might take a while.\n\nAre you sure you want to do that? setting.preferences.dao.resyncBMAccFromResources.resync=Resync from resources and shutdown @@ -1396,6 +1398,7 @@ account.fiat.exportAccountAge=Export account age for Bisq 2 account.fiat.exportAccountAge.popup=Your 'account age' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. account.fiat.signedWitness=Export signed witness for Bisq 2 account.fiat.signedWitness.popup=Your 'signed account age witness' and Bisq 2 profile ID got signed and the data is copied to the clipboard.\n\n\This is the data in json format:\n\n\{0}\n\nGo back to Bisq 2 and follow the instructions there. +account.fiat.bisq2profileId=Profile ID from Bisq 2 account.backup.title=備份錢包 account.backup.location=備份路徑 account.backup.selectLocation=選擇備份路徑 @@ -1478,6 +1481,7 @@ account.notifications.marketAlert.message.msg=價格為 {2}({3} {4}市場價 account.notifications.priceAlert.message.title=價格提醒 {0} account.notifications.priceAlert.message.msg=您的價格提醒已被觸發。當前 {0} 的價格為 {1} {2} account.notifications.noWebCamFound.warning=未找到網絡攝像頭。\n\n請使用電子郵件選項將代碼和加密密鑰從您的手機發送到 Bisq 應用程序。 +account.notifications.webcam.error=An error has occurred with the webcam. account.notifications.priceAlert.warning.highPriceTooLow=較高的價格必須大於較低的價格。 account.notifications.priceAlert.warning.lowerPriceTooHigh=較低的價格必須低於較高的價格。 @@ -1744,7 +1748,7 @@ dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter 管理 # suppress inspection "UnusedProperty" -dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase 管理員 +dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Community admin # suppress inspection "UnusedProperty" dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator # suppress inspection "UnusedProperty" diff --git a/core/src/main/resources/wallet/checkpoints.txt b/core/src/main/resources/wallet/checkpoints.txt index a18d71ac45c..c98cc5884f5 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 -411 +418 AAAAAAAAB+EH4QfhAAAH4AEAAABjl7tqvU/FIcDT9gcbVlA4nwtFUbxAtOawZzBpAAAAAKzkcK7NqciBjI/ldojNKncrWleVSgDfBCCn3VRrbSxXaw5/Sf//AB0z8Bkv AAAAAAAAD8EPwQ/BAAAPwAEAAADfP83Sx8MZ9RsrnZCvqzAwqB2Ma+ZesNAJrTfwAAAAACwESaNKhvRgz6WuE7UFdFk1xwzfRY/OIdIOPzX5yaAdjnWUSf//AB0GrNq5 AAAAAAAAF6EXoRehAAAXoAEAAADonWzAaUAKd30XT3NnHKobZMnLOuHdzm/xtehsAAAAAD8cUJA6NBIHHcqPHLc4IrfHw+6mjCGu3e+wRO81EvpnMVqrSf//AB1ffy8G @@ -412,3 +412,10 @@ YkxaPIduPm//2cgAAAyNAADg/z+C96rPYPrDhzsL6t5h0HAWOQkK5fR4AAAAAAAAAAAAAKy8GzOBxnGy ZFAXlFh+9HJeUEH5AAyU4ADgVC/JTquIfmwNfcyMd6yJfZn4mJeYFltZAQAAAAAAAAAAABqlNemkv33MMX8UZcZ6udcypBFdBDJoiX/CsblUTLbfvKGYZWnYAxcBxkrB ZlxZ6xatwMsF2360AAycwAAAsyj/DrTg1HcYUAtyxj3s8gwy+UXktbFqAgAAAAAAAAAAAOFJunHQU756ONKM0KqDjJ4F4R3Njk6+j8GGvjDrBPwJg9mrZVoABBcOKDhd aFQyVBb0KxU3lxNgAAykoAAgeS/AdPjCCyHuGA0lB99vR9plhVYhhzVoAgAAAAAAAAAAAHER9quKvINhreHBJEeRIHoDcWUI4r97bXHz5wMiLM9yTg29ZV26AxdsyO/i +anD+cPKHMzDHUp2wAAysgAAAwCCyy2nMEVAIdYqI7LO1AIz9y5qviDNbAAAAAAAAAAAAAGPi1kuFqNmbCw1/+I7As8QdXQJn3wlCatfsV1SQWcDPriLOZbFxAxdYTyWU +bLpVSFE4iaADC9e0AAy0YABg2C/1Xm3RJPXfMwBNHjSIm0e50Tg4yCsOAQAAAAAAAAAAANvQ+3JvgS9fg7D9elqPzpk3+fBfFy9Yzfag+TF8zgkYMSXhZRKMAxd0UcBC +bvKxcFPlO9LfFGJ8AAy8QAAAGCKNJj/0Bw4v2zG2VHBOmfhQpPMXYhVQAwAAAAAAAAAAAPeczRFECp04OxQ47mBpL8e3ikuIAPr27GHsX8N6B4OH+ZjyZVlaAxdXmUhL +cUv1Ah9n1D9sQjjAAAzEIADgACALa5JleFtHAXpjg5ApolORZacJR9HBAAAAAAAAAAAAAKVvKwUS9GTsuMZhooDBTe8ViQY+ZNqJ9G7wRAp/0a36hz0FZtNiAxePFesU +c59bFbN1fBOvWxprAAzMAAAAgS4o4K496hMYDVglnl4IDM+FA0OJueo6AgAAAAAAAAAAABrZXYHpu27r4maMCCauFM3isZ7J1dypvDQ2nx21Zq0l7QEXZhlCAxdfTDiw +dgocDey9X2lTZXieAAzT4ATgACBL6AGEzATXd9qtEYlyS8MqlJ4EYB6/AgAAAAAAAAAAAHjOihGV0AtYxTAEbsNphoqkzIVr8TnvJjYZLO2IbtQSiBwpZtsxAxcrHR8G +eIEgr9B8v2kX1UCMAAzbwADg/ydMEgOlsLcfV+y5Uxo0he0DOch8t0ITAgAAAAAAAAAAAGKxciADvDFZY59g5UDXn7YqOTmm3w85j+eXZgj3h3DZvqw8ZppiAxejboLM diff --git a/core/src/test/resources/mainnet.seednodes b/core/src/test/resources/mainnet.seednodes index 942406abf1a..5c12d0f5dd8 100644 --- a/core/src/test/resources/mainnet.seednodes +++ b/core/src/test/resources/mainnet.seednodes @@ -7,4 +7,8 @@ xaebw6lpcckkyb2anyzyfynthebek2abqzyhchenfrdqlfktezgtrtqd.onion:8000 (@jester4042 33ol66i7crfrnypjlpd7kem3imo6zmjkvxdr6ipcdx3e2skbpcrfzuqd.onion:8000 (@jester4042) runbtcsd42pwlfna32ibcrrykrcmozgv6x73sxjrdohkm55v5f6nh6ad.onion:8000 (@runbtc) runbtcsdojm6hiyqotmhq7y5k4ws5bda6t3tv7y63c46rt7fx7lt7aid.onion:8000 (@runbtc) -runbtcsdomqb4rnqg2zokjk4zjzs7pcswzrcgow4zji2qt4toyiabhyd.onion:8000 (@runbtc) \ No newline at end of file +<<<<<<< HEAD +runbtcsdomqb4rnqg2zokjk4zjzs7pcswzrcgow4zji2qt4toyiabhyd.onion:8000 (@runbtc) +======= +runbtcsdomqb4rnqg2zokjk4zjzs7pcswzrcgow4zji2qt4toyiabhyd.onion:8000 (@runbtc) +>>>>>>> master diff --git a/desktop/package/macosx/Info.plist b/desktop/package/macosx/Info.plist index 714ba9c14b5..21b809f54df 100644 --- a/desktop/package/macosx/Info.plist +++ b/desktop/package/macosx/Info.plist @@ -5,10 +5,10 @@ CFBundleVersion - 1.9.15 + 1.9.17 CFBundleShortVersionString - 1.9.15 + 1.9.17 CFBundleExecutable Bisq diff --git a/desktop/package/macosx/copy_dbs.sh b/desktop/package/macosx/copy_dbs.sh index 7e5502373da..d192afae75d 100755 --- a/desktop/package/macosx/copy_dbs.sh +++ b/desktop/package/macosx/copy_dbs.sh @@ -2,7 +2,7 @@ cd $(dirname $0)/../../../ -version="1.9.15" +version="1.9.17" # 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 7c109bba644..cba262b03be 100755 --- a/desktop/package/macosx/finalize.sh +++ b/desktop/package/macosx/finalize.sh @@ -2,7 +2,7 @@ cd ../../ -version="1.9.15-SNAPSHOT" +version="1.9.17-SNAPSHOT" target_dir="releases/$version" diff --git a/desktop/package/macosx/insert_snapshot_version.sh b/desktop/package/macosx/insert_snapshot_version.sh index 2deec47fc2b..3f7034b129b 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.9.15 +version=1.9.17 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 267738dca1f..1665b9f4e83 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.9.14 -newVersion=1.9.15 +oldVersion=1.9.16 +newVersion=1.9.17 find . -type f \( -name "finalize.sh" \ -o -name "create_app.sh" \ diff --git a/desktop/src/main/resources/version.txt b/desktop/src/main/resources/version.txt index 7d195dd5562..9f4bec9a6c9 100644 --- a/desktop/src/main/resources/version.txt +++ b/desktop/src/main/resources/version.txt @@ -1 +1 @@ -1.9.15-SNAPSHOT +1.9.17-SNAPSHOT diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2879d08e577..350badb0ad6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ apache-commons-lang3 = { strictly = '3.14.0' } apache-httpclient = { strictly = '4.5.12' } apache-httpcore = { strictly = '4.4.13' } -bitcoinj = { strictly = 'e1cb2a17998b6071b1a10ef17f80cbf424f4255f' } +bitcoinj = { strictly = 'b005953e5eec339a82daf4866f85518091f6b9f6' } bouncycastle = { strictly = '1.63' } commons-codec = { strictly = '1.13' } diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index ec2514401a9..19a2bf37f37 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -349,6 +349,14 @@ + + + + + + + + diff --git a/seednode/src/main/java/bisq/seednode/SeedNodeMain.java b/seednode/src/main/java/bisq/seednode/SeedNodeMain.java index c88e40cb8af..bbf4fa46bad 100644 --- a/seednode/src/main/java/bisq/seednode/SeedNodeMain.java +++ b/seednode/src/main/java/bisq/seednode/SeedNodeMain.java @@ -50,7 +50,7 @@ @Slf4j public class SeedNodeMain extends ExecutableForAppWithP2p { private static final long CHECK_CONNECTION_LOSS_SEC = 30; - private static final String VERSION = "1.9.15"; + private static final String VERSION = "1.9.17"; private SeedNode seedNode; private Timer checkConnectionLossTime;