remove DAO

Co-authored-by: premek <1145361+premek@users.noreply.github.com>
This commit is contained in:
l0nelyc0w 2021-10-19 20:45:55 +03:00 committed by woodser
parent f9f2cd07c3
commit cefba8e4b5
621 changed files with 583 additions and 68805 deletions

View file

@ -1,2 +0,0 @@
# nodeaddress.onion:port [(@owner)]
csmijmjs7ftqfw6v.onion:8004

View file

@ -1,6 +0,0 @@
# nodeaddress.onion:port [(@owner)]
2bnvhfkdrnx5hrlv.onion:8005
b3jnw7fyph2jsu6n.onion:8005
# omentgpxrxy5lehq.onion:8005
# r7cucuwouvhdhdgo.onion:8005

View file

@ -1,3 +0,0 @@
# nodeaddress.onion:port [(@owner)]
fjr5w4eckjghqtnu.onion:8003
74w2sttlo4qk6go3.onion:8003

View file

@ -1,47 +0,0 @@
createcryptopaymentacct
NAME
----
createcryptopaymentacct - create a cryptocurrency payment account
SYNOPSIS
--------
createcryptopaymentacct
--account-name=<account-name>
--currency-code=<bsq>
--address=<unused-bsq-address>
[--trade-instant=<true|false default=false>]
DESCRIPTION
-----------
Create an cryptocurrency (altcoin) payment account. Only BSQ payment accounts are currently supported.
OPTIONS
-------
--account-name
The name of the cryptocurrency payment account used to create and take altcoin offers.
--currency-code
The three letter code for the altcoin, e.g., BSQ.
--address
The altcoin address to be used receive cryptocurrency payment when selling BTC.
--trade-instant
True for creating an instant cryptocurrency payment account, false otherwise.
Default is false.
EXAMPLES
--------
To create a BSQ Altcoin payment account:
$ ./bisq-cli --password=xyz --port=9998 createcryptopaymentacct --account-name="My BSQ Account" \
--currency-code=bsq \
--address=Bn3PCQgRwhkrGnaMp1RYwt9tFwL51YELqne \
--trade-instant=false
To create a BSQ Instant Altcoin payment account:
$ ./bisq-cli --password=xyz --port=9998 createcryptopaymentacct --account-name="My Instant BSQ Account" \
--currency-code=bsq \
--address=Bn3PCQgRwhkrGnaMp1RYwt9tFwL51YELqne \
--trade-instant=true

View file

@ -14,7 +14,7 @@ createoffer
--amount=<btc-amount>
--min-amount=<btc-amount>
--security-deposit=<percent>
[--fee-currency=<bsq|btc>]
[--fee-currency=<btc>]
DESCRIPTION
-----------
@ -50,7 +50,7 @@ OPTIONS
The percentage of the BTC amount being traded for the security deposit, e.g., 60.0 (60%).
--fee-currency
The wallet currency used to pay the Bisq trade maker fee (BSQ|BTC). Default is BTC
The wallet currency used to pay the Bisq trade maker fee (BTC). Default is BTC
EXAMPLES
--------
@ -59,14 +59,14 @@ To create a BUY 0.125 BTC with EUR offer
at the current market price,
using a payment account with ID 7413d263-225a-4f1b-837a-1e3094dc0d77,
putting up a 30 percent security deposit,
and paying the Bisq maker trading fee in BSQ:
and paying the Bisq maker trading fee in BTC:
$ ./bisq-cli --password=xyz --port=9998 createoffer --payment-account=7413d263-225a-4f1b-837a-1e3094dc0d77 \
--direction=buy \
--currency-code=eur \
--amount=0.125 \
--market-price-margin=0.00 \
--security-deposit=30.0 \
--fee-currency=bsq
--fee-currency=btc
To create a SELL 0.006 BTC for USD offer
at a fixed price of 40,000 USD,

View file

@ -7,23 +7,23 @@ getbalance - get wallet balance(s)
SYNOPSIS
--------
getbalance
[--currency-code=<bsq|btc>]
[--currency-code=<btc>]
DESCRIPTION
-----------
Returns full balance information for Bisq BSQ and/or BTC wallets.
Returns full balance information for Bisq BTC wallets.
OPTIONS
-------
--currency-code=<bsq|btc>
--currency-code=<btc>
The three letter Bisq wallet crypto currency code.
EXAMPLES
--------
Show full BSQ and BTC wallet balance information:
Show full BTC wallet balance information:
$ ./bisq-cli --password=xyz --port=9998 getbalance
Show full BSQ wallet balance information:
Show full wallet balance information:
$ ./bisq-cli --password=xyz --port=9998 getbalance --currency-code=bsq
Show full BTC wallet balance information:

View file

@ -1,17 +0,0 @@
getunusedbsqaddress
NAME
----
getunusedbsqaddress - get BSQ receiving address
SYNOPSIS
--------
getunusedbsqaddress
DESCRIPTION
-----------
Returns an unused BSQ receiving address.
EXAMPLES
--------
$ ./bisq-cli --password=xyz --port=9998 getunusedbsqaddress

View file

@ -1,38 +0,0 @@
sendbsq
NAME
----
sendbsq - send BSQ to an external wallet
SYNOPSIS
--------
sendbsq
--address=<bsq-address>
--amount=<bsq-amount>
[--tx-fee-rate=<sats/byte>]
DESCRIPTION
-----------
Send BSQ from your Bisq wallet to an external BSQ address.
OPTIONS
-------
--address
The destination BSQ address for the send transaction.
--amount
The amount of BSQ to send.
--tx-fee-rate
An optional transaction fee rate (sats/byte) for the transaction. The user is
responsible for choosing a fee rate that will be accepted by the network in a
reasonable amount of time, and the fee rate must be greater than 1 (sats/byte).
EXAMPLES
--------
Send 500 BSQ to address Bn3PCQgRwhkrGnaMp1RYwt9tFwL51YELqne with a default transaction fee rate:
$ ./bisq-cli --password=xyz --port=9998 sendbsq --address=Bn3PCQgRwhkrGnaMp1RYwt9tFwL51YELqne --amount=500.00
Send 3000 BSQ to address Bn3PCQgRwhkrGnaMp1RYwt9tFwL51YELqne with transaction fee rate of 40 sats/byte:
$ ./bisq-cli --password=xyz --port=9998 sendbsq --address=Bn3PCQgRwhkrGnaMp1RYwt9tFwL51YELqne --amount=3000.00 \
--tx-fee-rate=40

View file

@ -13,7 +13,7 @@ takeoffer
DESCRIPTION
-----------
Take an existing offer using a matching payment method. The Bisq trade fee can be paid in BSQ or BTC.
Take an existing offer using a matching payment method. The Bisq trade fee can be paid in BTC.
OPTIONS
-------
@ -25,13 +25,13 @@ OPTIONS
The payment account's payment method must match that of the offer.
--fee-currency
The wallet currency used to pay the Bisq trade taker fee (BSQ|BTC). Default is BTC
The wallet currency used to pay the Bisq trade taker fee (BTC). Default is BTC
EXAMPLES
--------
To take an offer with ID 83e8b2e2-51b6-4f39-a748-3ebd29c22aea
using a payment account with ID fe20cdbd-22be-4b8a-a4b6-d2608ff09d6e,
and paying the Bisq trading fee in BSQ:
and paying the Bisq trading fee in BTC:
$ ./bisq-cli --password=xyz --port=9998 takeoffer --offer-id=83e8b2e2-51b6-4f39-a748-3ebd29c22aea \
--payment-account=fe20cdbd-22be-4b8a-a4b6-d2608ff09d6e \
-fee-currency=bsq
-fee-currency=btc

View file

@ -1,39 +0,0 @@
verifybsqsenttoaddress
NAME
----
verifybsqsenttoaddress - verify BSQ sent to wallet address
SYNOPSIS
--------
verifybsqsenttoaddress
--address=<bsq-address>
--amount=<bsq-amount>
DESCRIPTION
-----------
Verify an exact amount of BSQ was sent to a specific Bisq wallet's BSQ address.
Receipt of BSQ to a BSQ (altcoin) payment account address should always be verified
before a BSQ seller sends a confirmpaymentreceived message for a BSQ/BTC trade.
Warning: The verification result should be considered a false positive if a BSQ wallet
address has received the same amount of BSQ in more than one transaction. A way to
avoid this problem is to use different BSQ payment accounts for different trades, so
the payment account receiving address will vary from trade to trade. Another way is to
slightly vary your offer amounts and BSQ prices (if you are the maker), to make sure the
received BSQ amounts vary from trade to trade. Doing all of the above further reduces
the chance of a false positive. Another step is to check your BSQ wallet balance when
you verify BSQ has been received to an address.
OPTIONS
-------
--address
The receiving BSQ address.
--amount
The amount of BSQ received.
EXAMPLES
--------
Verify 500.00 BSQ was sent to address Bn3PCQgRwhkrGnaMp1RYwt9tFwL51YELqne:
$ ./bisq-cli --password=xyz --port=9998 verifybsqsenttoaddress --address=Bn3PCQgRwhkrGnaMp1RYwt9tFwL51YELqne --amount=500.00

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Trade wallet balance
shared.makerTxFee=Maker: {0}
shared.takerTxFee=Taker: {0}
shared.iConfirm=I confirm
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=Open {0}
shared.fiat=Fiat
shared.crypto=Crypto
@ -204,9 +203,6 @@ shared.actions=Actions
shared.buyerUpperCase=Buyer
shared.sellerUpperCase=Seller
shared.new=NEW
shared.blindVoteTxId=Blind vote transaction ID
shared.proposal=Proposal
shared.votes=Votes
shared.learnMore=Learn more
shared.dismiss=Dismiss
shared.selectedArbitrator=Selected arbitrator
@ -240,7 +236,6 @@ mainView.menu.funds=Funds
mainView.menu.support=Support
mainView.menu.settings=Settings
mainView.menu.account=Account
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=Market price by {0}
mainView.marketPrice.bisqInternalPrice=Price of latest Haveno trade
@ -258,13 +253,11 @@ mainView.footer.localhostBitcoinNode=(localhost)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Fee rate: {0} sat/vB
mainView.footer.btcInfo.initializing=Connecting to Monero network
mainView.footer.bsqInfo.synchronizing=/ Synchronizing DAO
mainView.footer.btcInfo.synchronizingWith=Synchronizing with {0} at block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synced with {0} at block {1}
mainView.footer.btcInfo.connectingTo=Connecting to
mainView.footer.btcInfo.connectionFailed=Connection failed to
mainView.footer.p2pInfo=Monero network peers: {0} / Haveno network peers: {1}
mainView.footer.daoFullNode=DAO full node
mainView.bootstrapState.connectionToTorNetwork=(1/4) Connecting to Tor network...
mainView.bootstrapState.torNodeCreated=(2/4) Tor node created
@ -448,7 +441,6 @@ createOffer.fundsBox.networkFee=Mining fee
createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ...
createOffer.fundsBox.paymentLabel=Haveno trade with ID {0}
createOffer.fundsBox.fundsStructure=({0} security deposit, {1} trade fee, {2} mining fee)
createOffer.fundsBox.fundsStructure.BSQ=({0} security deposit, {1} mining fee) + {2} trade fee
createOffer.success.headline=Your offer has been published
createOffer.success.info=You can manage your open offers at \"Portfolio/My open offers\".
createOffer.info.sellAtMarketPrice=You will always sell at market price as the price of your offer will be continuously updated.
@ -458,7 +450,7 @@ createOffer.info.buyBelowMarketPrice=You will always pay {0}% less than the curr
createOffer.warning.sellBelowMarketPrice=You will always get {0}% less than the current market price as the price of your offer will be continuously updated.
createOffer.warning.buyAboveMarketPrice=You will always pay {0}% more than the current market price as the price of your offer will be continuously updated.
createOffer.tradeFee.descriptionBTCOnly=Trade fee
createOffer.tradeFee.descriptionBSQEnabled=Select trade fee currency
createOffer.tradeFee.description=Trade fee
createOffer.triggerPrice.prompt=Set optional trigger price
createOffer.triggerPrice.label=Deactivate offer if market price is {0}
@ -682,7 +674,6 @@ portfolio.pending.step2_buyer.amountToTransfer=Amount to transfer
portfolio.pending.step2_buyer.sellersAddress=Seller''s {0} address
portfolio.pending.step2_buyer.buyerAccount=Your payment account to be used
portfolio.pending.step2_buyer.paymentStarted=Payment started
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn=You still have not done your {0} payment!\nPlease note that the trade has to be completed by {1}.
portfolio.pending.step2_buyer.openForDispute=You have not completed your payment!\nThe max. period for the trade has elapsed.\
Please contact the mediator for assistance.
@ -1057,7 +1048,6 @@ funds.locked.locked=Locked in multisig for trade with ID: {0}
funds.tx.direction.sentTo=Sent to:
funds.tx.direction.receivedWith=Received with:
funds.tx.direction.genesisTx=From Genesis tx:
funds.tx.txFeePaymentForBsqTx=Miner fee for BSQ tx
funds.tx.createOfferFee=Maker and tx fee: {0}
funds.tx.takeOfferFee=Taker and tx fee: {0}
funds.tx.multiSigDeposit=Multisig deposit: {0}
@ -1071,15 +1061,11 @@ funds.tx.unknown=Unknown reason: {0}
funds.tx.noFundsFromDispute=No refund from dispute
funds.tx.receivedFunds=Received funds
funds.tx.withdrawnFromWallet=Withdrawn from wallet
funds.tx.withdrawnFromBSQWallet=XMR withdrawn from BSQ wallet
funds.tx.memo=Memo
funds.tx.noTxAvailable=No transactions available
funds.tx.revert=Revert
funds.tx.txSent=Transaction successfully sent to a new address in the local Haveno wallet.
funds.tx.direction.self=Sent to yourself
funds.tx.daoTxFee=Miner fee for BSQ tx
funds.tx.reimbursementRequestTxFee=Reimbursement request
funds.tx.compensationRequestTxFee=Compensation request
funds.tx.dustAttackTx=Received dust
funds.tx.dustAttackTx.popup=This transaction is sending a very small XMR amount to your wallet and might be an attempt \
from chain analysis companies to spy on your wallet.\n\n\
@ -1210,9 +1196,7 @@ settings.tab.about=About
setting.preferences.general=General preferences
setting.preferences.explorer=Monero Explorer
setting.preferences.explorer.bsq=Haveno Explorer
setting.preferences.deviation=Max. deviation from market price
setting.preferences.bsqAverageTrimThreshold=Outlier threshold for BSQ rate
setting.preferences.avoidStandbyMode=Avoid standby mode
setting.preferences.autoConfirmXMR=XMR auto-confirm
setting.preferences.autoConfirmEnabled=Enabled
@ -1244,25 +1228,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=Reset all \"Don't show again\" flags
settings.preferences.languageChange=To apply the language change to all screens requires a restart.
settings.preferences.supportLanguageWarning=In case of a dispute, please note that mediation is handled in {0} and arbitration in {1}.
setting.preferences.daoOptions=DAO options
setting.preferences.dao.resyncFromGenesis.label=Rebuild DAO state from genesis tx
setting.preferences.dao.resyncFromResources.label=Rebuild DAO state from resources
setting.preferences.dao.resyncFromResources.popup=After an application restart the Haveno 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\n\
If you proceed, after an application restart the Haveno 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.isDaoFullNode=Run Haveno as DAO full node
setting.preferences.dao.rpcUser=RPC username
setting.preferences.dao.rpcPw=RPC password
setting.preferences.dao.blockNotifyPort=Block notify port
setting.preferences.dao.fullNodeInfo=For running Haveno as DAO full node you need to have Monero Core locally running \
and RPC enabled. All requirements are documented in ''{0}''.\n\n\
After changing the mode you need to restart.
setting.preferences.dao.fullNodeInfo.ok=Open docs page
setting.preferences.dao.fullNodeInfo.cancel=No, I stick with lite node mode
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.
@ -1315,7 +1280,7 @@ settings.net.needRestart=You need to restart the application to apply that chang
settings.net.notKnownYet=Not known yet...
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=Haveno DAO chain height: {0} | Monero Peers chain height: {1}
settings.net.chainHeight=Monero Peers chain height: {1}
settings.net.ips=[IP address:port | host name:port | onion address:port] (comma separated). Port can be omitted if default is used (8333).
settings.net.seedNode=Seed node
settings.net.directPeer=Peer (direct)
@ -1372,14 +1337,10 @@ setting.about.shortcuts.walletDetails=Open wallet details window
setting.about.shortcuts.openEmergencyBtcWalletTool=Open emergency wallet tool for XMR wallet
setting.about.shortcuts.openEmergencyBsqWalletTool=Open emergency wallet tool for BSQ wallet
setting.about.shortcuts.showTorLogs=Toggle log level for Tor messages between DEBUG and WARN
setting.about.shortcuts.manualPayoutTxWindow=Open window for manual payout from 2of2 Multisig deposit tx
setting.about.shortcuts.reRepublishAllGovernanceData=Republish DAO governance data (proposals, votes)
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}
@ -1699,7 +1660,7 @@ out of your wallet, and when restoring your wallet from seed words.
account.seed.backup.title=Backup your wallets seed words
account.seed.info=Please write down both wallet seed words and the date! \
You can recover your wallet any time with seed words and the date.\n\
The same seed words are used for the XMR and BSQ wallet.\n\n\
The same seed words are used for the XMR wallet.\n\n\
You should write down the seed words on a sheet of paper. Do not save them on your computer.\n\n\
Please note that the seed words are NOT a replacement for a backup.\n\
You need to create a backup of the whole application directory from the \"Account/Backup\" screen to recover application state and data.\n\
@ -1788,722 +1749,6 @@ account.notifications.noWebCamFound.warning=No webcam found.\n\n\
account.notifications.priceAlert.warning.highPriceTooLow=The higher price must be larger than the lower price.
account.notifications.priceAlert.warning.lowerPriceTooHigh=The lower price must be lower than the higher price.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Facts & Figures
dao.tab.bsqWallet=BSQ wallet
dao.tab.proposals=Governance
dao.tab.bonding=Bonding
dao.tab.proofOfBurn=Asset listing fee/Proof of burn
dao.tab.monitor=Network monitor
dao.tab.news=News
dao.paidWithBsq=paid with BSQ
dao.availableBsqBalance=Available for spending (verified + unconfirmed change outputs)
dao.verifiedBsqBalance=Balance of all verified UTXOs
dao.unconfirmedChangeBalance=Balance of all unconfirmed change outputs
dao.unverifiedBsqBalance=Balance of all unverified transactions (awaiting block confirmation)
dao.lockedForVoteBalance=Used for voting
dao.lockedInBonds=Locked in bonds
dao.availableNonBsqBalance=Available non-BSQ balance (XMR)
dao.reputationBalance=Merit Value (not spendable)
dao.tx.published.success=Your transaction has been successfully published.
dao.proposal.menuItem.make=Make proposal
dao.proposal.menuItem.browse=Browse open proposals
dao.proposal.menuItem.vote=Vote on proposals
dao.proposal.menuItem.result=Vote results
dao.cycle.headline=Voting cycle
dao.cycle.overview.headline=Voting cycle overview
dao.cycle.currentPhase=Current phase
dao.cycle.currentBlockHeight=Current block height
dao.cycle.proposal=Proposal phase
dao.cycle.proposal.next=Next proposal phase
dao.cycle.blindVote=Blind vote phase
dao.cycle.voteReveal=Vote reveal phase
dao.cycle.voteResult=Vote result
dao.cycle.phaseDuration={0} blocks (≈{1}); Block {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Block {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=Vote reveal transaction published
dao.voteReveal.txPublished=Your vote reveal transaction with transaction ID {0} was successfully published.\n\n\
This happens automatically by the software if you have participated in the DAO voting.
dao.results.cycles.header=Cycles
dao.results.cycles.table.header.cycle=Cycle
dao.results.cycles.table.header.numProposals=Proposals
dao.results.cycles.table.header.voteWeight=Vote weight
dao.results.cycles.table.header.issuance=Issuance
dao.results.results.table.item.cycle=Cycle {0} started: {1}
dao.results.proposals.header=Proposals of selected cycle
dao.results.proposals.table.header.nameLink=Name/link
dao.results.proposals.table.header.details=Details
dao.results.proposals.table.header.myVote=My vote
dao.results.proposals.table.header.result=Vote result
dao.results.proposals.table.header.threshold=Threshold
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=Vote results for selected proposal
dao.results.exceptions=Vote result exception(s)
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=BSQ maker fee
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=BSQ taker fee
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Min. BSQ maker fee
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Min. BSQ taker fee
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=XMR maker fee
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=XMR taker fee
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Min. XMR maker fee
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Min. XMR taker fee
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Proposal fee in BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Voting fee in BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Compensation request min. BSQ amount
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Compensation request max. BSQ amount
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=Reimbursement request min. BSQ amount
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=Reimbursement request max. BSQ amount
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Required quorum in BSQ for generic proposal
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Required quorum in BSQ for compensation request
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Required quorum in BSQ for reimbursement request
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Required quorum in BSQ for changing a parameter
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Required quorum in BSQ for removing an asset
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Required quorum in BSQ for a confiscation request
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Required quorum in BSQ for bonded role requests
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Required threshold in % for generic proposal
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Required threshold in % for compensation request
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Required threshold in % for reimbursement request
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Required threshold in % for changing a parameter
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Required threshold in % for removing an asset
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Required threshold in % for a confiscation request
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Required threshold in % for bonded role requests
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=Recipient XMR address
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Asset listing fee per day
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Min. trade volume for assets
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Lock time for alternative trade payout tx
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Arbitrator fee in XMR
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Max. trade limit in XMR
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Bonded role unit factor in BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Issuance limit per cycle in BSQ
dao.param.currentValue=Current value: {0}
dao.param.currentAndPastValue=Current value: {0} (Value when proposal was made: {1})
dao.param.blocks={0} blocks
dao.results.invalidVotes=We had invalid votes in that voting cycle. That can happen if a vote was \
not distributed well in the Haveno network.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Proposal phase
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Break 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Blind vote phase
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Break 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Vote reveal phase
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Break 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Result phase
dao.results.votes.table.header.stakeAndMerit=Vote weight
dao.results.votes.table.header.stake=Stake
dao.results.votes.table.header.merit=Earned
dao.results.votes.table.header.vote=Vote
dao.bond.menuItem.bondedRoles=Bonded roles
dao.bond.menuItem.reputation=Bonded reputation
dao.bond.menuItem.bonds=Bonds
dao.bond.dashboard.bondsHeadline=Bonded BSQ
dao.bond.dashboard.lockupAmount=Lockup funds
dao.bond.dashboard.unlockingAmount=Unlocking funds (wait until lock time is over)
dao.bond.reputation.header=Lockup a bond for reputation
dao.bond.reputation.table.header=My reputation bonds
dao.bond.reputation.amount=Amount of BSQ to lockup
dao.bond.reputation.time=Unlock time in blocks
dao.bond.reputation.salt=Salt
dao.bond.reputation.hash=Hash
dao.bond.reputation.lockupButton=Lockup
dao.bond.reputation.lockup.headline=Confirm lockup transaction
dao.bond.reputation.lockup.details=Lockup amount: {0}\nUnlock time: {1} block(s) (≈{2})\n\n\
Mining fee: {3} ({4} Satoshis/vbyte)\nTransaction vsize: {5} Kb\n\nAre you sure you want to proceed?
dao.bond.reputation.unlock.headline=Confirm unlock transaction
dao.bond.reputation.unlock.details=Unlock amount: {0}\nUnlock time: {1} block(s) (≈{2})\n\n\
Mining fee: {3} ({4} Satoshis/vbyte)\nTransaction vsize: {5} Kb\n\nAre you sure you want to proceed?
dao.bond.allBonds.header=All bonds
dao.bond.bondedReputation=Bonded Reputation
dao.bond.bondedRoles=Bonded roles
dao.bond.details.header=Role details
dao.bond.details.role=Role
dao.bond.details.requiredBond=Required BSQ bond
dao.bond.details.unlockTime=Unlock time in blocks
dao.bond.details.link=Link to role description
dao.bond.details.isSingleton=Can be taken by multiple role holders
dao.bond.details.blocks={0} blocks
dao.bond.table.column.name=Name
dao.bond.table.column.link=Link
dao.bond.table.column.bondType=Bond type
dao.bond.table.column.details=Details
dao.bond.table.column.lockupTxId=Lockup Tx ID
dao.bond.table.column.bondState=Bond state
dao.bond.table.column.lockTime=Unlock time
dao.bond.table.column.lockupDate=Lockup date
dao.bond.table.button.lockup=Lockup
dao.bond.table.button.unlock=Unlock
dao.bond.table.button.revoke=Revoke
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Not bonded yet
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=Lockup pending
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Bond locked up
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=Unlock pending
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Unlock tx confirmed
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Bond unlocking
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Bond unlocked
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Bond confiscated
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Bonded role
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Bonded reputation
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=GitHub admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Forum admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=YouTube admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Haveno maintainer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=BitcoinJ-fork maintainer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Netlayer maintainer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Website operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Forum operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Seed node operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Price node operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Monero node operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=Markets operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Mobile notifications relay operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Domain name holder
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=DNS admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Mediator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Arbitrator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=XMR donation address owner
dao.burnBsq.assetFee=Asset listing
dao.burnBsq.menuItem.assetFee=Asset listing fee
dao.burnBsq.menuItem.proofOfBurn=Proof of burn
dao.burnBsq.header=Fee for asset listing
dao.burnBsq.selectAsset=Select Asset
dao.burnBsq.fee=Fee
dao.burnBsq.trialPeriod=Trial period
dao.burnBsq.payFee=Pay fee
dao.burnBsq.allAssets=All assets
dao.burnBsq.assets.nameAndCode=Asset name
dao.burnBsq.assets.state=State
dao.burnBsq.assets.tradeVolume=Trade volume
dao.burnBsq.assets.lookBackPeriod=Verification period
dao.burnBsq.assets.trialFee=Fee for trial period
dao.burnBsq.assets.totalFee=Total fees paid
dao.burnBsq.assets.days={0} days
dao.burnBsq.assets.toFewDays=The asset fee is too low. The min. amount of days for the trial period is {0}.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=In trial period
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Actively traded
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=De-listed due to inactivity
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Removed by voting
dao.proofOfBurn.header=Proof of burn
dao.proofOfBurn.amount=Amount
dao.proofOfBurn.preImage=Pre-image
dao.proofOfBurn.burn=Burn
dao.proofOfBurn.allTxs=All proof of burn transactions
dao.proofOfBurn.myItems=My proof of burn transactions
dao.proofOfBurn.date=Date
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Transactions
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Sign a message with key from proof of burn transaction
dao.proofOfBurn.verify.window.title=Verify a message with key from proof of burn transaction
dao.proofOfBurn.copySig=Copy signature to clipboard
dao.proofOfBurn.sign=Sign
dao.proofOfBurn.message=Message
dao.proofOfBurn.sig=Signature
dao.proofOfBurn.verify=Verify
dao.proofOfBurn.verificationResult.ok=Verification succeeded
dao.proofOfBurn.verificationResult.failed=Verification failed
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Proposal phase
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Break before blind vote phase
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Blind vote phase
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Break before vote reveal phase
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Vote reveal phase
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Break before result phase
# suppress inspection "UnusedProperty"
dao.phase.RESULT=Vote result phase
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Proposal phase
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Blind vote
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Vote reveal
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Vote result
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Compensation request
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Reimbursement request
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Proposal for a bonded role
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Proposal for removing an asset
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Proposal for changing a parameter
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Generic proposal
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Proposal for confiscating a bond
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Compensation request
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Reimbursement request
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Bonded role
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Removing an altcoin
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Changing a parameter
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Generic proposal
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Confiscating a bond
dao.proposal.details=Proposal details
dao.proposal.selectedProposal=Selected proposal
dao.proposal.active.header=Proposals of current cycle
dao.proposal.active.remove.confirm=Are you sure you want to remove that proposal?\n\
The already paid proposal fee will be lost.
dao.proposal.active.remove.doRemove=Yes, remove my proposal
dao.proposal.active.remove.failed=Could not remove proposal.
dao.proposal.myVote.title=Voting
dao.proposal.myVote.accept=Accept proposal
dao.proposal.myVote.reject=Reject proposal
dao.proposal.myVote.removeMyVote=Ignore proposal
dao.proposal.myVote.merit=Vote weight from earned BSQ
dao.proposal.myVote.stake=Vote weight from stake
dao.proposal.myVote.revealTxId=Vote reveal transaction ID
dao.proposal.myVote.stake.prompt=Max. available stake for voting: {0}
dao.proposal.votes.header=Set stake for voting and publish your votes
dao.proposal.myVote.button=Publish votes
dao.proposal.myVote.setStake.description=After voting on all proposals you have to set your stake for voting by locking up \
BSQ. The more BSQ you lock up, the more weight your vote will have. \n\n\
BSQ locked up for voting will be unlocked again during the vote reveal phase.
dao.proposal.create.selectProposalType=Select proposal type
dao.proposal.create.phase.inactive=Please wait until the next proposal phase
dao.proposal.create.proposalType=Proposal type
dao.proposal.create.new=Make new proposal
dao.proposal.create.button=Make proposal
dao.proposal.create.publish=Publish proposal
dao.proposal.create.publishing=Proposal publishing is in progress ...
dao.proposal=proposal
dao.proposal.display.type=Proposal type
dao.proposal.display.name=Exact GitHub username
dao.proposal.display.link=Link to detailed info
dao.proposal.display.link.prompt=Link to proposal
dao.proposal.display.requestedBsq=Requested amount in BSQ
dao.proposal.display.txId=Proposal transaction ID
dao.proposal.display.proposalFee=Proposal fee
dao.proposal.display.myVote=My vote
dao.proposal.display.voteResult=Vote result summary
dao.proposal.display.bondedRoleComboBox.label=Bonded role type
dao.proposal.display.requiredBondForRole.label=Required bond for role
dao.proposal.display.option=Option
dao.proposal.table.header.proposalType=Proposal type
dao.proposal.table.header.link=Link
dao.proposal.table.header.myVote=My vote
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Remove
dao.proposal.table.icon.tooltip.removeProposal=Remove my proposal
dao.proposal.table.icon.tooltip.changeVote=Current vote: ''{0}''. Change vote to: ''{1}''
dao.proposal.display.myVote.accepted=Accepted
dao.proposal.display.myVote.rejected=Rejected
dao.proposal.display.myVote.ignored=Ignored
dao.proposal.display.myVote.unCounted=Vote was not included in result
dao.proposal.myVote.summary=Voted: {0}; Vote weight: {1} (earned: {2} + stake: {3}) {4}
dao.proposal.myVote.invalid=Vote was invalid
dao.proposal.voteResult.success=Accepted
dao.proposal.voteResult.failed=Rejected
dao.proposal.voteResult.summary=Result: {0}; Threshold: {1} (required > {2}); Quorum: {3} (required > {4})
dao.proposal.display.paramComboBox.label=Select parameter to change
dao.proposal.display.paramValue=Parameter value
dao.proposal.display.confiscateBondComboBox.label=Choose bond
dao.proposal.display.assetComboBox.label=Asset to remove
dao.blindVote=blind vote
dao.blindVote.startPublishing=Publishing blind vote transaction...
dao.blindVote.success=Your blind vote transaction has been successfully published.\n\nPlease note, that you have to be \
online in the vote reveal phase so that your Haveno application can publish the vote reveal transaction. \
Without the vote reveal transaction your vote would be invalid!
dao.wallet.menuItem.send=Send
dao.wallet.menuItem.receive=Receive
dao.wallet.menuItem.transactions=Transactions
dao.wallet.dashboard.myBalance=My wallet balance
dao.wallet.receive.fundYourWallet=Your BSQ receive address
dao.wallet.receive.bsqAddress=BSQ wallet address (Fresh unused address)
dao.wallet.send.sendFunds=Send funds
dao.wallet.send.sendBtcFunds=Send non-BSQ funds (XMR)
dao.wallet.send.amount=Amount in BSQ
dao.wallet.send.btcAmount=Amount in XMR (non-BSQ funds)
dao.wallet.send.setAmount=Set amount to withdraw (min. amount is {0})
dao.wallet.send.receiverAddress=Receiver's BSQ address
dao.wallet.send.receiverBtcAddress=Receiver's XMR address
dao.wallet.send.setDestinationAddress=Fill in your destination address
dao.wallet.send.send=Send BSQ funds
dao.wallet.send.inputControl=Select inputs
dao.wallet.send.sendBtc=Send XMR funds
dao.wallet.send.sendFunds.headline=Confirm withdrawal request
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?
dao.wallet.chainHeightSynced=Latest verified block: {0}
dao.wallet.chainHeightSyncing=Awaiting blocks... Verified {0} blocks out of {1}
dao.wallet.tx.type=Type
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=Not recognized
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Unverified BSQ transaction
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Invalid BSQ transaction
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Genesis transaction
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=Transfer BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=Received BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=Sent BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Trading fee
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Fee for compensation request
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Fee for reimbursement request
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Fee for proposal
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Fee for blind vote
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Vote reveal
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Lock up bond
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Unlock bond
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Asset listing fee
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Proof of burn
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Irregular
dao.tx.withdrawnFromWallet=XMR withdrawn from wallet
dao.tx.issuanceFromCompReq=Compensation request/issuance
dao.tx.issuanceFromCompReq.tooltip=Compensation request which led to an issuance of new BSQ.\n\
Issuance date: {0}
dao.tx.issuanceFromReimbursement=Reimbursement request/issuance
dao.tx.issuanceFromReimbursement.tooltip=Reimbursement request which led to an issuance of new BSQ.\n\
Issuance date: {0}
dao.proposal.create.missingBsqFunds=You don''t have sufficient BSQ funds for creating the proposal. If you have an \
unconfirmed BSQ transaction you need to wait for a blockchain confirmation because BSQ is validated only if it is \
included in a block.\n\
Missing: {0}
dao.proposal.create.missingBsqFundsForBond=You don''t have sufficient BSQ funds for this role. You can still \
publish this proposal, but you''ll need the full BSQ amount required for this role if it gets accepted. \n\
Missing: {0}
dao.proposal.create.missingMinerFeeFunds=You don''t have sufficient XMR funds for creating the proposal transaction. \
All BSQ transactions require a miner fee in XMR.\n\
Missing: {0}
dao.proposal.create.missingIssuanceFunds=You don''t have sufficient XMR funds for creating the proposal transaction. \
All BSQ transactions require a miner fee in XMR, and issuance transactions also require XMR for the requested BSQ \
amount ({0} Satoshis/BSQ).\n\
Missing: {1}
dao.feeTx.confirm=Confirm {0} transaction
dao.feeTx.confirm.details={0} fee: {1}\n\
Mining fee: {2} ({3} Satoshis/vbyte)\n\
Transaction vsize: {4} vKb\n\n\
Are you sure you want to publish the {5} transaction?
dao.feeTx.issuanceProposal.confirm.details={0} fee: {1}\n\
XMR needed for BSQ issuance: {2} ({3} Satoshis/BSQ)\n\
Mining fee: {4} ({5} Satoshis/vbyte)\n\
Transaction vsize: {6} vKb\n\n\
If your request is approved, you will receive the amount you requested net of the 2 BSQ proposal fee.\n\n\
Are you sure you want to publish the {7} transaction?
dao.news.bisqDAO.title=THE BISQ DAO
dao.news.bisqDAO.description=Just as the Haveno exchange is decentralized and censorship-resistant, so is its \
governance model - and the Haveno DAO and BSQ token are the tools that make it possible.
dao.news.bisqDAO.readMoreLink=Learn More About the Haveno DAO
dao.news.pastContribution.title=MADE PAST CONTRIBUTIONS? REQUEST BSQ
dao.news.pastContribution.description=If you have contributed to Haveno please use the BSQ address below and make a \
request for taking part of the BSQ genesis distribution.
dao.news.pastContribution.yourAddress=Your BSQ Wallet Address
dao.news.pastContribution.requestNow=Request now
dao.news.DAOOnTestnet.title=RUN THE BISQ DAO ON OUR TESTNET
dao.news.DAOOnTestnet.description=The mainnet Haveno DAO is not launched yet but you can learn about the Haveno DAO \
by running it on our testnet.
dao.news.DAOOnTestnet.firstSection.title=1. Switch to DAO Testnet Mode
dao.news.DAOOnTestnet.firstSection.content=Switch to DAO Testnet from the Settings screen.
dao.news.DAOOnTestnet.secondSection.title=2. Acquire Some BSQ
dao.news.DAOOnTestnet.secondSection.content=Request BSQ on Slack or Buy BSQ on Haveno.
dao.news.DAOOnTestnet.thirdSection.title=3. Participate in a Voting Cycle
dao.news.DAOOnTestnet.thirdSection.content=Making proposals and voting on proposals to change various aspects of Haveno.
dao.news.DAOOnTestnet.fourthSection.title=4. Explore a BSQ Block Explorer
dao.news.DAOOnTestnet.fourthSection.content=Since BSQ is just bitcoin, you can see BSQ transactions on our bitcoin block explorer.
dao.news.DAOOnTestnet.readMoreLink=Read the full documentation
dao.monitor.daoState=DAO state
dao.monitor.proposals=Proposals state
dao.monitor.blindVotes=Blind votes state
dao.monitor.table.peers=Peers
dao.monitor.table.conflicts=Conflicts
dao.monitor.state=Status
dao.monitor.requestAlHashes=Request all hashes
dao.monitor.resync=Resync DAO state
dao.monitor.table.header.cycleBlockHeight=Cycle / block height
dao.monitor.table.cycleBlockHeight=Cycle {0} / block {1}
dao.monitor.table.seedPeers=Seed node: {0}
dao.monitor.daoState.headline=DAO state
dao.monitor.daoState.table.headline=Chain of DAO state hashes
dao.monitor.daoState.table.blockHeight=Block height
dao.monitor.daoState.table.hash=Hash of DAO state
dao.monitor.daoState.table.prev=Previous hash
dao.monitor.daoState.conflictTable.headline=DAO state hashes from peers in conflict
dao.monitor.daoState.utxoConflicts=UTXO conflicts
dao.monitor.daoState.utxoConflicts.blockHeight=Block height: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Sum of all UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Sum of all BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=DAO state is not in sync with the network. \
After restart the DAO state will resync.
dao.monitor.proposal.headline=Proposals state
dao.monitor.proposal.table.headline=Chain of proposal state hashes
dao.monitor.proposal.conflictTable.headline=Proposal state hashes from peers in conflict
dao.monitor.proposal.table.hash=Hash of proposal state
dao.monitor.proposal.table.prev=Previous hash
dao.monitor.proposal.table.numProposals=No. proposals
dao.monitor.isInConflictWithSeedNode=Your local data is not in consensus with at least one seed node. \
Please resync the DAO state.
dao.monitor.isInConflictWithNonSeedNode=One of your peers is not in consensus with the network but your node \
is in sync with the seed nodes.
dao.monitor.daoStateInSync=Your local node is in consensus with the network
dao.monitor.blindVote.headline=Blind votes state
dao.monitor.blindVote.table.headline=Chain of blind vote state hashes
dao.monitor.blindVote.conflictTable.headline=Blind vote state hashes from peers in conflict
dao.monitor.blindVote.table.hash=Hash of blind vote state
dao.monitor.blindVote.table.prev=Previous hash
dao.monitor.blindVote.table.numBlindVotes=No. blind votes
dao.factsAndFigures.menuItem.supply=BSQ Supply
dao.factsAndFigures.menuItem.transactions=BSQ Transactions
dao.factsAndFigures.dashboard.avgPrice90=90 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgPrice30=30 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=Total available BSQ
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=BSQ issued v. BSQ burnt
dao.factsAndFigures.supply.issued=BSQ issued
dao.factsAndFigures.supply.compReq=Compensation requests
dao.factsAndFigures.supply.reimbursement=Reimbursement requests
dao.factsAndFigures.supply.genesisIssueAmount=BSQ issued at genesis transaction
dao.factsAndFigures.supply.compRequestIssueAmount=BSQ issued for compensation requests
dao.factsAndFigures.supply.reimbursementAmount=BSQ issued for reimbursement requests
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ burnt
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=Trade volume
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=Global state of locked BSQ
dao.factsAndFigures.supply.totalLockedUpAmount=Locked up in bonds
dao.factsAndFigures.supply.totalUnlockingAmount=Unlocking BSQ from bonds
dao.factsAndFigures.supply.totalUnlockedAmount=Unlocked BSQ from bonds
dao.factsAndFigures.supply.totalConfiscatedAmount=Confiscated BSQ from bonds
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=Genesis transaction
dao.factsAndFigures.transactions.genesisBlockHeight=Genesis block height
dao.factsAndFigures.transactions.genesisTxId=Genesis transaction ID
dao.factsAndFigures.transactions.txDetails=BSQ transactions statistics
dao.factsAndFigures.transactions.allTx=No. of all BSQ transactions
dao.factsAndFigures.transactions.utxo=No. of all unspent transaction outputs
dao.factsAndFigures.transactions.compensationIssuanceTx=No. of all compensation request issuance transactions
dao.factsAndFigures.transactions.reimbursementIssuanceTx=No. of all reimbursement request issuance transactions
dao.factsAndFigures.transactions.burntTx=No. of all fee payments transactions
dao.factsAndFigures.transactions.invalidTx=No. of all invalid transactions
dao.factsAndFigures.transactions.irregularTx=No. of all irregular transactions
####################################################################
# Windows
####################################################################
@ -2629,8 +1874,6 @@ Before you use this tool, please backup your data directory. \
You can do this at \"Account/Backup\".\n\n\
Please report us your problem and file a bug report on GitHub or at the Haveno forum so that we can investigate what was causing the problem.
emptyWalletWindow.balance=Your available wallet balance
emptyWalletWindow.bsq.btcBalance=Balance of non-BSQ Satoshis
emptyWalletWindow.address=Your destination address
emptyWalletWindow.button=Send all funds
emptyWalletWindow.openOffers.warn=You have open offers which will be removed if you empty the wallet.\nAre you sure that you want to empty your wallet?
@ -2655,10 +1898,8 @@ filterWindow.seedNode=Filtered seed nodes (comma sep. onion addresses)
filterWindow.priceRelayNode=Filtered price relay nodes (comma sep. onion addresses)
filterWindow.btcNode=Filtered Monero nodes (comma sep. addresses + port)
filterWindow.preventPublicBtcNetwork=Prevent usage of public Monero network
filterWindow.disableDao=Disable DAO
filterWindow.disableAutoConf=Disable auto-confirm
filterWindow.autoConfExplorers=Filtered auto-confirm explorers (comma sep. addresses)
filterWindow.disableDaoBelowVersion=Min. version required for DAO
filterWindow.disableTradeBelowVersion=Min. version required for trading
filterWindow.add=Add filter
filterWindow.remove=Remove filter
@ -2738,8 +1979,6 @@ tradeDetailsWindow.detailData=Detail data
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. \
BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2751,9 +1990,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=Enter password to unlock
torNetworkSettingWindow.header=Tor networks settings
@ -2780,7 +2016,7 @@ torNetworkSettingWindow.bridges.info=If Tor is blocked by your internet provider
bridges and pluggable transports.
feeOptionWindow.headline=Choose currency for trade fee payment
feeOptionWindow.info=You can choose to pay the trade fee in BSQ or in XMR. If you choose BSQ you appreciate the discounted trade fee.
feeOptionWindow.info=You can choose to pay the trade fee in XMR.
feeOptionWindow.optionsLabel=Choose currency for trade fee payment
feeOptionWindow.useBTC=Use XMR
feeOptionWindow.fee={0} (≈ {1})
@ -2858,23 +2094,6 @@ popup.warning.tooLargePercentageValue=You cannot set a percentage of 100% or lar
popup.warning.examplePercentageValue=Please enter a percentage number like \"5.4\" for 5.4%
popup.warning.noPriceFeedAvailable=There is no price feed available for that currency. You cannot use a percent based price.\nPlease select the fixed price.
popup.warning.sendMsgFailed=Sending message to your trading partner failed.\nPlease try again and if it continue to fail report a bug.
popup.warning.insufficientBtcFundsForBsqTx=You don''t have sufficient XMR funds for paying the miner fee for that transaction.\n\
Please fund your XMR wallet.\nMissing funds: {0}
popup.warning.bsqChangeBelowDustException=This transaction creates a BSQ change output which is below dust \
limit (5.46 BSQ) and would be rejected by the Monero network.\n\n\
You need to either send a higher amount to avoid the change output (e.g. by adding the dust amount to your \
sending amount) or add more BSQ funds to your wallet so you avoid to generate a dust output.\n\n\
The dust output is {0}.
popup.warning.btcChangeBelowDustException=This transaction creates a change output which is below dust \
limit (546 Satoshi) and would be rejected by the Monero network.\n\n\
You need to add the dust amount to your sending amount to avoid to generate a dust output.\n\n\
The dust output is {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=You''ll need more BSQ to do this transaction—the last \
5.46 BSQ in your wallet cannot be used to pay trade fees because of dust limits in the Monero protocol.\n\n\
You can either buy more BSQ or pay trade fees with BTC.\n\n\
Missing funds: {0}
popup.warning.noBsqFundsForBtcFeePayment=Your BSQ wallet does not have sufficient funds for paying the trade fee in BSQ.
popup.warning.messageTooLong=Your message exceeds the max. allowed size. Please send it in several parts or upload it to a service like https://pastebin.com.
popup.warning.lockedUpFunds=You have locked up funds from a failed trade.\n\
Locked up balance: {0} \n\
@ -2894,11 +2113,6 @@ popup.warning.seed=seed
popup.warning.mandatoryUpdate.trading=Please update to the latest Haveno version. \
A mandatory update was released which disables trading for old versions. \
Please check out the Haveno Forum for more information.
popup.warning.mandatoryUpdate.dao=Please update to the latest Haveno version. \
A mandatory update was released which disables the Haveno DAO and BSQ for old versions. \
Please check out the Haveno Forum for more information.
popup.warning.disable.dao=The Haveno DAO and BSQ are temporary disabled. \
Please check out the Haveno Forum for more information.
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Haveno developers.
popup.warning.burnBTC=This transaction is not possible, as the mining fees of {0} would exceed the amount to transfer of {1}. \
Please wait until the mining fees are low again or until you''ve accumulated more XMR to transfer.
@ -2939,7 +2153,6 @@ popup.info.shutDownWithOpenOffers=Haveno is being shut down, but there are open
popup.info.qubesOSSetupInfo=It appears you are running Haveno on Qubes OS. \n\n\
Please make sure your Haveno qube is setup according to our Setup Guide at [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade from version {0} to version {1} is not supported. Please use the latest Haveno version.
popup.warn.daoRequiresRestart=There was a problem with synchronizing the DAO state. You have to restart the application to fix the issue.
popup.privateNotification.headline=Important private notification!
@ -3125,7 +2338,6 @@ navigation.settings.preferences=\"Settings/Preferences\"
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"Funds/Transactions\"
navigation.support=\"Support\"
navigation.dao.wallet.receive=\"DAO/BSQ Wallet/Receive\"
####################################################################
@ -3155,12 +2367,6 @@ XMR_MAINNET=Monero Mainnet
XMR_TESTNET=Monero Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Monero DAO Testnet (deprecated)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Haveno DAO Betanet (Monero Mainnet)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Monero DAO Regtest
time.year=Year
time.month=Month
@ -3641,9 +2847,7 @@ validation.accountNrChars=Account number must consist of {0} characters.
validation.btc.invalidAddress=The address is not correct. Please check the address format.
validation.integerOnly=Please enter integer numbers only.
validation.inputError=Your input caused an error:\n{0}
validation.bsq.insufficientBalance=Your available balance is {0}.
validation.btc.exceedsMaxTradeLimit=Your trade limit is {0}.
validation.bsq.amountBelowMinAmount=Min. amount is {0}
validation.nationalAccountId={0} must consist of {1} numbers.
#new
@ -3665,7 +2869,6 @@ validation.bic.invalidLocationCode=BIC contains invalid location code
validation.bic.invalidBranchCode=BIC contains invalid branch code
validation.bic.sepaRevolutBic=Revolut Sepa accounts are not supported.
validation.btc.invalidFormat=Invalid format for a Monero address.
validation.bsq.invalidFormat=Invalid format for a BSQ address.
validation.email.invalidAddress=Invalid address
validation.iban.invalidCountryCode=Country code invalid
validation.iban.checkSumNotNumeric=Checksum must be numeric

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Zůstatek obchodní peněženky
shared.makerTxFee=Tvůrce: {0}
shared.takerTxFee=Příjemce: {0}
shared.iConfirm=Potvrzuji
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=Otevřené {0}
shared.fiat=Fiat
shared.crypto=Krypto
@ -204,9 +203,6 @@ shared.actions=Akce
shared.buyerUpperCase=Kupující
shared.sellerUpperCase=Prodejce
shared.new=NOVÝ
shared.blindVoteTxId=ID transakce se slepým hlasováním
shared.proposal=Návrh
shared.votes=Hlasy
shared.learnMore=Zjistit více
shared.dismiss=Zavřít
shared.selectedArbitrator=Zvolený rozhodce
@ -240,7 +236,6 @@ mainView.menu.funds=Finance
mainView.menu.support=Podpora
mainView.menu.settings=Nastavení
mainView.menu.account=Účet
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=Tržní cena {0}
mainView.marketPrice.bisqInternalPrice=Cena posledního Bisq obchodu
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(localhost)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Aktuální poplatek: {0} sat/vB
mainView.footer.btcInfo.initializing=Připojování do Bitcoinové sítě
mainView.footer.bsqInfo.synchronizing=/ Synchronizace DAO
mainView.footer.btcInfo.synchronizingWith=Synchronizace s {0} v bloku: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synchronizováno s {0} v bloku {1}
mainView.footer.btcInfo.connectingTo=Připojování
mainView.footer.btcInfo.connectionFailed=Připojení se nezdařilo
mainView.footer.p2pInfo=Bitcoin síťové nody: {0} / Bisq síťové nody: {1}
mainView.footer.daoFullNode=DAO full node
mainView.bootstrapState.connectionToTorNetwork=(1/4) Připojování do sítě Tor...
mainView.bootstrapState.torNodeCreated=(2/4) Tor node vytvořen
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=Poplatek za těžbu
createOffer.fundsBox.placeOfferSpinnerInfo=Probíhá publikování nabídky ...
createOffer.fundsBox.paymentLabel=Bisq obchod s ID {0}
createOffer.fundsBox.fundsStructure=(kauce {0}, obchodní poplatek {1}, poplatek za těžbu {2})
createOffer.fundsBox.fundsStructure.BSQ=(kauce {0}, poplatek za těžbu {1}) + obchodní poplatek {2}
createOffer.success.headline=Vaše nabídka byla publikována
createOffer.success.info=Otevřené nabídky můžete spravovat na stránce \"Portfolio/Moje otevřené nabídky\".
createOffer.info.sellAtMarketPrice=Vždy budete prodávat za tržní cenu, protože cena vaší nabídky bude průběžně aktualizována.
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=Částka k převodu
portfolio.pending.step2_buyer.sellersAddress={0} adresa prodejce
portfolio.pending.step2_buyer.buyerAccount=Použijte svůj platební účet
portfolio.pending.step2_buyer.paymentStarted=Platba zahájena
portfolio.pending.step2_buyer.fillInBsqWallet=Odeslat z BSQ peněženky
portfolio.pending.step2_buyer.warn=Platbu {0} jste ještě neprovedli!\nVezměte prosím na vědomí, že obchod musí být dokončen do {1}.
portfolio.pending.step2_buyer.openForDispute=Neukončili jste platbu!\nMax. doba obchodu uplynula. Obraťte se na mediátora a požádejte o pomoc.
portfolio.pending.step2_buyer.paperReceipt.headline=Odeslali jste papírový doklad prodejci BTC?
@ -882,7 +873,6 @@ funds.locked.locked=Uzamčeno v multisig adrese pro obchodování s ID: {0}
funds.tx.direction.sentTo=Odesláno na:
funds.tx.direction.receivedWith=Přijato z:
funds.tx.direction.genesisTx=Z Genesis tx:
funds.tx.txFeePaymentForBsqTx=Poplatek za těžbu za BSQ tx
funds.tx.createOfferFee=Poplatky tvůrce a tx: {0}
funds.tx.takeOfferFee=Poplatky příjemce a tx: {0}
funds.tx.multiSigDeposit=Vklad na multisig adresu: {0}
@ -896,15 +886,11 @@ funds.tx.unknown=Neznámý důvod: {0}
funds.tx.noFundsFromDispute=Žádná náhrada ze sporu
funds.tx.receivedFunds=Přijaté prostředky
funds.tx.withdrawnFromWallet=Výběr z peněženky
funds.tx.withdrawnFromBSQWallet=Výběr BTC z BSQ peněženky
funds.tx.memo=Poznámka
funds.tx.noTxAvailable=Není k dispozici žádná transakce
funds.tx.revert=Vrátit
funds.tx.txSent=Transakce byla úspěšně odeslána na novou adresu v lokální peněžence Bisq.
funds.tx.direction.self=Posláno sobě
funds.tx.daoTxFee=Poplatek za těžbu za BSQ tx
funds.tx.reimbursementRequestTxFee=Žádost o vyrovnání
funds.tx.compensationRequestTxFee=Žádost o odměnu
funds.tx.dustAttackTx=Přijaté drobné
funds.tx.dustAttackTx.popup=Tato transakce odesílá do vaší peněženky velmi malou částku BTC a může se jednat o pokus společností provádějících analýzu blockchainu o špehování vaší peněženky.\n\nPoužijete-li tento transakční výstup ve výdajové transakci, zjistí, že jste pravděpodobně také vlastníkem jiné adresy (sloučení mincí).\n\nKvůli ochraně vašeho soukromí ignoruje peněženka Bisq takové drobné výstupy pro účely utrácení a na obrazovce zůstatku. Můžete nastavit hodnotu "drobnosti", kdy je výstup považován za drobné, v nastavení.
@ -996,9 +982,7 @@ settings.tab.about=O Bisq
setting.preferences.general=Základní nastavení
setting.preferences.explorer=Bitcoin Explorer
setting.preferences.explorer.bsq=Bisq Explorer
setting.preferences.deviation=Max. odchylka od tržní ceny
setting.preferences.bsqAverageTrimThreshold=Mezní hodnota pro kurz BSQ
setting.preferences.avoidStandbyMode=Vyhněte se pohotovostnímu režimu
setting.preferences.autoConfirmXMR=Automatické potvrzení XMR
setting.preferences.autoConfirmEnabled=Povoleno
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Získávat oznámení o beta verzích
setting.preferences.resetAllFlags=Zrušit všechny "Nezobrazovat znovu"
settings.preferences.languageChange=Chcete-li použít změnu jazyka na všech obrazovkách, musíte restartovat aplikaci.
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.resyncFromGenesis.label=Obnovit stav DAO z genesis tx
setting.preferences.dao.resyncFromResources.label=Obnovit stav DAO ze zdrojů
setting.preferences.dao.resyncFromResources.popup=Po restartu aplikace budou data správy sítě Bisq znovu načtena z počátečních uzlů a stav konsensu BSQ bude znovu vytvořen z nejnovějších zdrojů.
setting.preferences.dao.resyncFromGenesis.popup=Resynchronizace z genesis transakce může stát značné množství času a prostředků CPU. Opravdu to chcete udělat? Většinou je resynchronizace z nejnovějších zdrojových souborů dostatečná a mnohem rychlejší.\n\nPokud budete pokračovat, po restartu aplikace budou data správy sítě Bisq znovu načtena z počátečních uzlů a stav konsensu BSQ bude znovu vytvořen z genesis transakce.
setting.preferences.dao.resyncFromGenesis.resync=Resynchronizovat z genesis transakce a vypnout
setting.preferences.dao.isDaoFullNode=Spusťte Bisq jako full node DAO
setting.preferences.dao.rpcUser=Uživatelské jméno RPC
setting.preferences.dao.rpcPw=RPC heslo
setting.preferences.dao.blockNotifyPort=Blokovat oznamovací port
setting.preferences.dao.fullNodeInfo=Pro spuštění Bisq jako DAO full nodu musíte mít lokálně spuštěný Bitcoin Core a povoleno RPC. Všechny požadavky jsou dokumentovány v ''{0}''.\n\nPo změně režimu je třeba restartovat.
setting.preferences.dao.fullNodeInfo.ok=Otevřete stránku dokumentace
setting.preferences.dao.fullNodeInfo.cancel=Ne, zůstanu u režimu lite node
settings.preferences.editCustomExplorer.headline=Nastavení Průzkumníku
settings.preferences.editCustomExplorer.description=Ze seznamu vlevo vyberte průzkumníka definovaného systémem nebo si jej přizpůsobte podle svých vlastních preferencí.
settings.preferences.editCustomExplorer.available=Dostupní průzkumníci
@ -1090,7 +1061,7 @@ settings.net.needRestart=Chcete-li použít tuto změnu, musíte restartovat apl
settings.net.notKnownYet=Není dosud známo...
settings.net.sentData=Odeslaná data: {0}, {1} zprávy, {2} zprávy/sekundu
settings.net.receivedData=Přijatá data: {0}, {1} zprávy, {2} zprávy/sekundu
settings.net.chainHeight=Výška blockchainu - Bisq DAO: {0} | Bitcoin Peers: {1}
settings.net.chainHeight=Bitcoin Peers: {1}
settings.net.ips=[IP adresa:port | název hostitele:port | onion adresa:port] (oddělené čárkou). Pokud je použit výchozí port (8333), lze port vynechat.
settings.net.seedNode=Seed node
settings.net.directPeer=Peer uzel (přímý)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=Otevřít okno s podrobností peněženky
setting.about.shortcuts.openEmergencyBtcWalletTool=Otevřít nástroj nouzové peněženky pro BTC peněženku
setting.about.shortcuts.openEmergencyBsqWalletTool=Otevřete nástroj nouzové peněženky pro BSQ peněženku
setting.about.shortcuts.showTorLogs=Přepnout úroveň protokolu pro zprávy Tor mezi DEBUG a WARN
setting.about.shortcuts.manualPayoutTxWindow=Otevřít okno pro manuální výběr z vkladu 2z2 Multisig tx
setting.about.shortcuts.reRepublishAllGovernanceData=Zveřejnit data správy DAO (návrhy, hlasy)
setting.about.shortcuts.removeStuckTrade=Otevřít vyskakovací okno pro přesun neúspěšného obchodu zpět na kartu otevřených obchodů
setting.about.shortcuts.removeStuckTrade.value=Vyberte neúspěšný obchod a stiskněte: {0}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=Nebyla nalezena žádná webkamera.\
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.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Fakta & Čísla
dao.tab.bsqWallet=Peněženka BSQ
dao.tab.proposals=Vláda
dao.tab.bonding=Upisování
dao.tab.proofOfBurn=Poplatek za vedení aktiva/Důkaz spálení
dao.tab.monitor=Sledování sítě
dao.tab.news=Novinky
dao.paidWithBsq=zaplacen BSQ
dao.availableBsqBalance=K dispozici pro výdaje (ověřené + nepotvrzené drobné výstupy)
dao.verifiedBsqBalance=Zůstatek všech ověřených UTXO
dao.unconfirmedChangeBalance=Zůstatek všech nepotvrzených drobných výstupů
dao.unverifiedBsqBalance=Zůstatek všech neověřených transakcí (čeká se na potvrzení bloku)
dao.lockedForVoteBalance=Použito pro hlasování
dao.lockedInBonds=Uzamčeno v úpisech
dao.availableNonBsqBalance=Dostupný zůstatek mimo BSQ (BTC)
dao.reputationBalance=Body zásluhy (nedají se utratit)
dao.tx.published.success=Vaše transakce byla úspěšně zveřejněna.
dao.proposal.menuItem.make=Podat návrh
dao.proposal.menuItem.browse=Otevřené návrhy
dao.proposal.menuItem.vote=Hlasování o návrzích
dao.proposal.menuItem.result=Výsledky hlasování
dao.cycle.headline=Hlasovací cyklus
dao.cycle.overview.headline=Přehled hlasovacího cyklu
dao.cycle.currentPhase=Aktuální fáze
dao.cycle.currentBlockHeight=Aktuální výška bloku
dao.cycle.proposal=Fáze návrhu
dao.cycle.proposal.next=Další fáze návrhu
dao.cycle.blindVote=Fáze slepého hlasování
dao.cycle.voteReveal=Fáze odhalení hlasování
dao.cycle.voteResult=Výsledek hlasování
dao.cycle.phaseDuration={0} bloky (≈{1}); Bloky {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Blok {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=Transakce odhalující hlasování zveřejněna
dao.voteReveal.txPublished=Vaše transakce odhalující hlasování s ID transakce {0} byla úspěšně zveřejněna.\n\nToto se provádí automaticky, pokud jste se zúčastnili hlasování DAO.
dao.results.cycles.header=Cykly
dao.results.cycles.table.header.cycle=Cyklus
dao.results.cycles.table.header.numProposals=Návrhy
dao.results.cycles.table.header.voteWeight=Váha hlasování
dao.results.cycles.table.header.issuance=Emise
dao.results.results.table.item.cycle=Cyklus {0} začal: {1}
dao.results.proposals.header=Návrhy vybraného cyklu
dao.results.proposals.table.header.nameLink=Jméno/odkaz
dao.results.proposals.table.header.details=Detaily
dao.results.proposals.table.header.myVote=Můj hlas
dao.results.proposals.table.header.result=Výsledek hlasování
dao.results.proposals.table.header.threshold=Práh
dao.results.proposals.table.header.quorum=Kvórum
dao.results.proposals.voting.detail.header=Výsledky hlasování pro vybraný návrh
dao.results.exceptions=Výjimky výsledku hlasování
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=Poplatek tvůrce BSQ
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=Poplatek příjemce BSQ
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Min. poplatek tvůrce BSQ
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Min. poplatek příjemce BSQ
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=Poplatek tvůrce BTC
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=Poplatek příjemce BTC
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Min. poplatek tvůrce BTC
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Min. poplatek příjemce BTC
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Poplatek za návrh v BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Hlasovací poplatek v BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Žádost o odměnu - min. částka BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Žádost o odměnu - max. částka BSQ
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=Žádost o vyrovnání min. částka BSQ
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=Žádost o vyrovnání max. částka BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Požadované kvórum v BSQ pro obecný návrh
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Požadované kvórum v BSQ pro žádost o odměnu
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Požadované kvórum v BSQ pro žádost o vyrovnání
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Požadované kvórum v BSQ pro změnu parametru
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Požadované kvórum v BSQ pro odebrání aktiva
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Požadované kvórum v BSQ pro žádost o konfiskaci
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Požadované kvórum v BSQ pro žádost o upsání
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Požadovaná prahová hodnota v % pro obecný návrh
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Požadovaná prahová hodnota v % pro žádost o odměnu
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Požadovaná prahová hodnota v % pro žádost o vyrovnání
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Požadovaná prahová hodnota v % pro změnu parametru
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Požadovaná prahová hodnota v % pro odebrání aktiva
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Požadovaná prahová hodnota v % pro žádost o konfiskaci
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Požadovaná prahová hodnota v % pro žádost o úpis
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=BTC adresa příjemce
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Poplatek za vedení aktiva za den
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Min. objem obchodu s aktivy
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Doba uzamčení pro alternativní výplaty obchodu tx
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Poplatek rozhodce v BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Max. obchodní limit v BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Jednotkový faktor úpisu v BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Emisní limit cyklu v BSQ
dao.param.currentValue=Aktuální hodnota: {0}
dao.param.currentAndPastValue=Aktuální hodnota: {0} (Hodnota v okamžiku vytvoření návrhu: {1})
dao.param.blocks={0} bloků
dao.results.invalidVotes=V tomto hlasovacím cyklu jsme měli neplatné hlasy. To se může stát, pokud hlas nebyl v síti Bisq dobře distribuován.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Fáze návrhu
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Přestávka 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Fáze slepého hlasování
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Přestávka 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Fáze odhalení hlasování
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Přestávka 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Výsledná fáze
dao.results.votes.table.header.stakeAndMerit=Váha hlasování
dao.results.votes.table.header.stake=Vklad
dao.results.votes.table.header.merit=Vyděláno
dao.results.votes.table.header.vote=Hlas
dao.bond.menuItem.bondedRoles=Role s úpisy
dao.bond.menuItem.reputation=Vaše úpisy
dao.bond.menuItem.bonds=Všechny úpisy
dao.bond.dashboard.bondsHeadline=Upsané BSQ
dao.bond.dashboard.lockupAmount=Zamknout prostředky
dao.bond.dashboard.unlockingAmount=Uvolnění prostředků (počkejte, dokud neuplyne doba uzamčení)
dao.bond.reputation.header=Zamknout úpis pro reputaci
dao.bond.reputation.table.header=Moje reputační úpisy
dao.bond.reputation.amount=Množství BSQ na uzamčení
dao.bond.reputation.time=Čas odemčení v blocích
dao.bond.reputation.salt=Salt
dao.bond.reputation.hash=Hash
dao.bond.reputation.lockupButton=Zamknout
dao.bond.reputation.lockup.headline=Potvrďte uzamčení transakce
dao.bond.reputation.lockup.details=Uzamčená částka: {0}\nČas odemknutí: {1} blok(ů) (≈ {2})\n\nPoplatek za těžbu: {3} ({4} Satoshis/vbyte)\nTransakční vsize: {5} Kb\n\nOpravdu chcete pokračovat?
dao.bond.reputation.unlock.headline=Potvrďte odemknutí transakce
dao.bond.reputation.unlock.details=Odemknout částku: {0}\nČas odemknutí: {1} blok(ů) (≈ {2})\n\nPoplatek za těžbu: {3} ({4} Satoshis/vbyte)\nTransakční vsize: {5} vKb\n\nOpravdu chcete pokračovat?
dao.bond.allBonds.header=Všechny úpisy
dao.bond.bondedReputation=Úpis reputace
dao.bond.bondedRoles=Role s úpisy
dao.bond.details.header=Podrobnosti role
dao.bond.details.role=Role
dao.bond.details.requiredBond=Požadované BSQ úpisy
dao.bond.details.unlockTime=Čas odemčení v blocích
dao.bond.details.link=Odkaz na popis role
dao.bond.details.isSingleton=Může být přijato více držiteli rolí
dao.bond.details.blocks={0} bloků
dao.bond.table.column.name=Jméno
dao.bond.table.column.link=Odkaz
dao.bond.table.column.bondType=Typ úpisu
dao.bond.table.column.details=Detaily
dao.bond.table.column.lockupTxId=Tx ID úpisu
dao.bond.table.column.bondState=Stav úpisu
dao.bond.table.column.lockTime=Čas odemknutí
dao.bond.table.column.lockupDate=Datum uzamčení
dao.bond.table.button.lockup=Zamknout
dao.bond.table.button.unlock=Odemknout
dao.bond.table.button.revoke=Odvolat
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Zatím není úpis
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=Uzamčení čeká na vyřízení
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Zamčený úpis
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=Odemčení čeká na vyřízení
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Odemknutí tx potvrzeno
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Odblokování úpisů
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Odemčený úpis
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Úpis konfiskován
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Úpis
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Úpis reputace
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=GitHub admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Forum admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=YouTube admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Bisq správce
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=BitcoinJ-fork správce
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Netlayer správce
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Správce webu
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Operátor fóra
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Operátor seed nodu
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Operátor cenového nodu
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Operátor Bitcoinového nodu
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=Operátor trhů
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Provozovatel průzkumníka
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Operátor přenosu mobilních oznámení
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Držitel domény
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=DNS admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Mediátor
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Rozhodce
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=Majitel dárcovské adresy BTC
dao.burnBsq.assetFee=Vedení aktiva
dao.burnBsq.menuItem.assetFee=Poplatek za vedení aktiva
dao.burnBsq.menuItem.proofOfBurn=Důkaz spálení
dao.burnBsq.header=Poplatek za vedení aktiva
dao.burnBsq.selectAsset=Vybrat aktivum
dao.burnBsq.fee=Poplatek
dao.burnBsq.trialPeriod=Zkušební doba
dao.burnBsq.payFee=Zaplatit poplatek
dao.burnBsq.allAssets=Všechna aktiva
dao.burnBsq.assets.nameAndCode=Jméno aktiva
dao.burnBsq.assets.state=Stav
dao.burnBsq.assets.tradeVolume=Objem obchodu
dao.burnBsq.assets.lookBackPeriod=Období ověření
dao.burnBsq.assets.trialFee=Poplatek za zkušební období
dao.burnBsq.assets.totalFee=Celkové zaplacené poplatky
dao.burnBsq.assets.days={0} dní
dao.burnBsq.assets.toFewDays=Poplatek za aktivum je příliš nízký. Min. počet dnů pro zkušební období je {0}.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=Ve zkušebním období
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Aktivně obchodováno
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=Odstranění ze seznamu kvůli nečinnosti
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Odebráno hlasováním
dao.proofOfBurn.header=Důkaz spálení
dao.proofOfBurn.amount=Množství
dao.proofOfBurn.preImage=Předloha
dao.proofOfBurn.burn=Spálit
dao.proofOfBurn.allTxs=Všechny transakce dokazující spálení
dao.proofOfBurn.myItems=Moje důkazy spálení
dao.proofOfBurn.date=Datum
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Transakce
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Podepište zprávu klíčem z transakce dokazující spálení
dao.proofOfBurn.verify.window.title=Ověřte zprávu pomocí klíče z transakce dokazující spálení
dao.proofOfBurn.copySig=Zkopírujte podpis do schránky
dao.proofOfBurn.sign=Podepsat
dao.proofOfBurn.message=Zpráva
dao.proofOfBurn.sig=Podpis
dao.proofOfBurn.verify=Ověřit
dao.proofOfBurn.verificationResult.ok=Ověření proběhlo úspěšně
dao.proofOfBurn.verificationResult.failed=Ověření se nezdařilo
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Fáze návrhu
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Přestávka před fází slepého hlasování
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Fáze slepého hlasování
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Přestávka před fází odhalení hlasování
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Fáze odhalení hlasování
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Přestávka před výslednou fází
# suppress inspection "UnusedProperty"
dao.phase.RESULT=Hlasujte ve výsledné fázi
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Fáze návrhu
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Slepé hlasování
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Odhalení hlasování
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Výsledek hlasování
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Žádost o odměnu
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Žádost o vyrovnání
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Žádost o úpis
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Návrh na odstranění aktiva
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Návrh na změnu parametru
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Obecný návrh
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Žádost o konfiskaci úpisu
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Žádost o odměnu
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Žádost o vyrovnání
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Úpis
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Odstranění altcoinu
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Změna parametru
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Obecný návrh
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Konfiskovat úpis
dao.proposal.details=Detaily návrhu
dao.proposal.selectedProposal=Vybraný návrh
dao.proposal.active.header=Návrhy současného cyklu
dao.proposal.active.remove.confirm=Opravdu chcete tento návrh odebrat?\nJiž zaplacený poplatek za návrh bude ztracen.
dao.proposal.active.remove.doRemove=Ano, odeberte můj návrh
dao.proposal.active.remove.failed=Návrh nelze odebrat.
dao.proposal.myVote.title=Hlasování
dao.proposal.myVote.accept=Přijmout návrh
dao.proposal.myVote.reject=Odmítnout návrh
dao.proposal.myVote.removeMyVote=Ignorovat návrh
dao.proposal.myVote.merit=Hlasovací váha ze získaného BSQ
dao.proposal.myVote.stake=Hlasovací váha z vkladu
dao.proposal.myVote.revealTxId=Hlasování odhalí ID transakce
dao.proposal.myVote.stake.prompt=Max. dostupný vklad pro hlasování: {0}
dao.proposal.votes.header=Nastavte vklad pro hlasování a zveřejněte své hlasy
dao.proposal.myVote.button=Zveřejnit hlasy
dao.proposal.myVote.setStake.description=Po hlasování o všech návrzích musíte nastavit svůj vklad pro hlasování zamknutím BSQ. Čím více BSQ zamknete, tím větší váhu bude mít váš hlas.\n\nBSQ uzamčené pro hlasování bude znovu odemčeno během fáze odhalení hlasování.
dao.proposal.create.selectProposalType=Vyberte typ nabídky
dao.proposal.create.phase.inactive=Počkejte prosím do další fáze návrhu
dao.proposal.create.proposalType=Typ nabídky
dao.proposal.create.new=Vytvořte nový návrh
dao.proposal.create.button=Navrhněte
dao.proposal.create.publish=Zveřejnit návrh
dao.proposal.create.publishing=Probíhá zveřejnění nabídek...
dao.proposal=návrh
dao.proposal.display.type=Typ nabídky
dao.proposal.display.name=Přesné uživatelské jméno na GitHub
dao.proposal.display.link=Odkaz na podrobné informace
dao.proposal.display.link.prompt=Odkaz na návrh
dao.proposal.display.requestedBsq=Požadovaná částka v BSQ
dao.proposal.display.txId=ID transakce návrhu
dao.proposal.display.proposalFee=Poplatek za návrh
dao.proposal.display.myVote=Můj hlas
dao.proposal.display.voteResult=Souhrn výsledku hlasování
dao.proposal.display.bondedRoleComboBox.label=Typ úpisu
dao.proposal.display.requiredBondForRole.label=Požadovaný úpis
dao.proposal.display.option=Možnost
dao.proposal.table.header.proposalType=Typ nabídky
dao.proposal.table.header.link=Odkaz
dao.proposal.table.header.myVote=Můj hlas
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Odstranit
dao.proposal.table.icon.tooltip.removeProposal=Odebrat můj návrh
dao.proposal.table.icon.tooltip.changeVote=Aktuální hlas: ''{0}''. Změnit hlas na: ''{1}''
dao.proposal.display.myVote.accepted=Přijato
dao.proposal.display.myVote.rejected=Odmítnuto
dao.proposal.display.myVote.ignored=Ignorováno
dao.proposal.display.myVote.unCounted=Hlasování nebylo zahrnuto do výsledku
dao.proposal.myVote.summary=Hlasováno: {0}; Hlasovací váha: {1} (získané: {2} + vklad: {3}) {4}
dao.proposal.myVote.invalid=Hlasování bylo neplatné
dao.proposal.voteResult.success=Přijato
dao.proposal.voteResult.failed=Odmítnuto
dao.proposal.voteResult.summary=Výsledek: {0}; Prahová hodnota: {1} (požadováno > {2}); Kvórum: {3} (požadováno > {4})
dao.proposal.display.paramComboBox.label=Vyberte parametr, který chcete změnit
dao.proposal.display.paramValue=Hodnota parametru
dao.proposal.display.confiscateBondComboBox.label=Zvolte úpis
dao.proposal.display.assetComboBox.label=Aktivum k odstranění
dao.blindVote=slepý hlas
dao.blindVote.startPublishing=Publikování transakce se slepým hlasováním ...
dao.blindVote.success=Vaše transakce se slepým hlasováním byla úspěšně zveřejněna.\n\nVezměte prosím na vědomí, že musíte být online ve fázi odhalení hlasování, aby vaše aplikace Bisq mohla zveřejnit transakci odhalení hlasování. Bez transakce odhalení hlasování by byl váš hlas neplatný!
dao.wallet.menuItem.send=Odeslat
dao.wallet.menuItem.receive=Přijmout
dao.wallet.menuItem.transactions=Transakce
dao.wallet.dashboard.myBalance=Můj zůstatek v peněžence
dao.wallet.receive.fundYourWallet=Vaše přijímací BSQ adresa
dao.wallet.receive.bsqAddress=Adresa peněženky BSQ (čerstvá nepoužitá adresa)
dao.wallet.send.sendFunds=Poslat finanční prostředky
dao.wallet.send.sendBtcFunds=Odeslat prostředky jiné než BSQ (BTC)
dao.wallet.send.amount=Částka v BSQ
dao.wallet.send.btcAmount=Částka v BTC (jiná než BSQ prostředky)
dao.wallet.send.setAmount=Nastavit částku k výběru (minimální částka je {0})
dao.wallet.send.receiverAddress=BSQ adresa příjemce
dao.wallet.send.receiverBtcAddress=BTC adresa příjemce
dao.wallet.send.setDestinationAddress=Vyplňte svou cílovou adresu
dao.wallet.send.send=Pošlete BSQ prostředky
dao.wallet.send.inputControl=Vybrat vstupy
dao.wallet.send.sendBtc=Pošlete BTC prostředky
dao.wallet.send.sendFunds.headline=Potvrďte žádost o výběr
dao.wallet.send.sendFunds.details=Odesílání: {0}\nNa adresu pro příjem: {1}.\nPožadovaný poplatek za těžbu je: {2} ({3} satoshi/vbyte)\nVelikost transakce: {4} vKb\n\nPříjemce obdrží: {5}\n\nOpravdu chcete tuto částku vybrat?
dao.wallet.chainHeightSynced=Poslední ověřený blok: {0}
dao.wallet.chainHeightSyncing=Čekání na bloky... Ověřeno {0} bloků z {1}
dao.wallet.tx.type=Typ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Nedefinováno
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=Nerozpoznáno
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Neověřená transakce BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Neplatná transakce BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Genesis transakce
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=Převod BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=Přijaté BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=Odeslané BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Obchodní poplatek
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Poplatek za žádost o odměnu
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Poplatek za žádost o vyrovnání
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Poplatek za návrh
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Poplatek za slepé hlasování
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Odhalení hlasování
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Zamknout úpis
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Odemknout úpis
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Poplatek za vedení aktiva
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Důkaz spálení
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Nepravidelný
dao.tx.withdrawnFromWallet=BTC vybrané z peněženky
dao.tx.issuanceFromCompReq=Vydání odměny
dao.tx.issuanceFromCompReq.tooltip=Žádost o odměnu, která vedla k vydání nového BSQ.\nDatum vydání: {0}
dao.tx.issuanceFromReimbursement=Vydání vyrovnání
dao.tx.issuanceFromReimbursement.tooltip=Žádost o vyrovnání, která vedla k vydání nového BSQ.\nDatum vydání: {0}
dao.proposal.create.missingBsqFunds=Pro vytvoření návrhu nemáte dostatečné prostředky BSQ. Pokud máte nepotvrzenou transakci BSQ, musíte počkat na potvrzení na blockchainu, protože BSQ je validováno, pouze pokud je zahrnuto v bloku.\nChybí: {0}
dao.proposal.create.missingBsqFundsForBond=Pro tuto roli nemáte dostatečné prostředky BSQ. Tento návrh můžete stále zveřejnit, ale pokud bude přijat, budete potřebovat celou částku BSQ potřebnou pro tuto roli.\nChybí: {0}
dao.proposal.create.missingMinerFeeFunds=Nemáte dostatečné prostředky BTC pro vytvoření transakce návrhu. Všechny transakce BSQ vyžadují poplatek za těžbu v BTC.\nChybí: {0}
dao.proposal.create.missingIssuanceFunds=Nemáte dostatečné prostředky BTC pro vytvoření transakce návrhu. Všechny transakce BSQ vyžadují poplatek za těžbu v BTC a emisní transakce také vyžadují BTC pro požadovanou částku BSQ ({0} Satoshi/BSQ).\nChybí: {1}
dao.feeTx.confirm=Potvrďte {0} transakci
dao.feeTx.confirm.details={0} poplatek: {1}\nPoplatek za těžbu: {2} ({3} Satoshi/vbyte)\nTransakční vsize: {4} vKb\n\nOpravdu chcete publikovat transakci {5}?
dao.feeTx.issuanceProposal.confirm.details={0} poplatek: {1}\nPro vydání BSQ je potřeba BTC: {2} ({3} Satoshi/BSQ)\nPoplatek za těžbu: {4} ({5} Satoshi/vbyte)\nTransakční vsize: {6} vKb\n\nPokud bude vaše žádost schválena, obdržíte požadovanou částku bez poplatku za návrh 2 BSQ.\n\nOpravdu chcete publikovat transakci {7}?
dao.news.bisqDAO.title=BISQ DAO
dao.news.bisqDAO.description=Stejně jako je burza Bisq decentralizovaná a odolná vůči cenzuře, tak její model řízení - a Bisq DAO a BSQ token jsou nástroje, které to umožňují.
dao.news.bisqDAO.readMoreLink=Dozvědět se více o Bisq DAO
dao.news.pastContribution.title=PŘISPĚLI JSTE V MINULOSTI? POŽÁDEJTE O BSQ
dao.news.pastContribution.description=Pokud jste přispěli do projektu Bisq, použijte prosím níže uvedenou adresu BSQ a požádejte o účast na distribuci prvních BSQ.
dao.news.pastContribution.yourAddress=Adresa vaší BSQ peněženky
dao.news.pastContribution.requestNow=Požádat hned
dao.news.DAOOnTestnet.title=SPUSŤTE BISQ DAO NA NAŠEM TESTNETU
dao.news.DAOOnTestnet.description=Síť Bisq DAO ještě nebyla spuštěn, ale o Bisq DAO se můžete dozvědět jeho spuštěním na našem testnetu.
dao.news.DAOOnTestnet.firstSection.title=1. Přepněte do režimu DAO Testnet
dao.news.DAOOnTestnet.firstSection.content=Na obrazovce Nastavení přepněte na DAO Testnet.
dao.news.DAOOnTestnet.secondSection.title=2. Získejte některé BSQ
dao.news.DAOOnTestnet.secondSection.content=Vyžádejte si BSQ na Slacku nebo kupte BSQ na Bisq.
dao.news.DAOOnTestnet.thirdSection.title=3. Zúčastněte se hlasovacího cyklu
dao.news.DAOOnTestnet.thirdSection.content=Předkládání návrhů a hlasování o návrzích na změnu různých aspektů Bisq.
dao.news.DAOOnTestnet.fourthSection.title=4. Prozkoumejte BSQ Blok Explorer
dao.news.DAOOnTestnet.fourthSection.content=Protože BSQ je jen bitcoin, můžete vidět BSQ transakce na našem bitcoinovém blok exploreru.
dao.news.DAOOnTestnet.readMoreLink=Přečtěte si celou dokumentaci
dao.monitor.daoState=Stav DAO
dao.monitor.proposals=Stav návrhů
dao.monitor.blindVotes=Stav slepých hlasů
dao.monitor.table.peers=Peer uzly
dao.monitor.table.conflicts=Konflikty
dao.monitor.state=Stav
dao.monitor.requestAlHashes=Vyžádat si všechny hashe
dao.monitor.resync=Znovu synchronizovat stav DAO
dao.monitor.table.header.cycleBlockHeight=Cyklus / Výška bloku
dao.monitor.table.cycleBlockHeight=Cyklus {0} / blok {1}
dao.monitor.table.seedPeers=Seed node: {0}
dao.monitor.daoState.headline=Stav DAO
dao.monitor.daoState.table.headline=Řetězec hashů stavu DAO
dao.monitor.daoState.table.blockHeight=Výška bloku
dao.monitor.daoState.table.hash=Hash stavu DAO
dao.monitor.daoState.table.prev=Předchozí hash
dao.monitor.daoState.conflictTable.headline=Hashe stavu DAO od partnerů v konfliktu
dao.monitor.daoState.utxoConflicts=Konflikt UTXO
dao.monitor.daoState.utxoConflicts.blockHeight=Výška bloku: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Součet všech UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Součet všech BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=Stav DAO není synchronizován se sítí. Po restartu se stav DAO znovu synchronizuje.
dao.monitor.proposal.headline=Stav návrhů
dao.monitor.proposal.table.headline=Řetězec hashů stavu návrhu
dao.monitor.proposal.conflictTable.headline=Navrhované stavy hashů od partnerů v konfliktu
dao.monitor.proposal.table.hash=Hash stavu návrhu
dao.monitor.proposal.table.prev=Předchozí hash
dao.monitor.proposal.table.numProposals=Počet návrhů
dao.monitor.isInConflictWithSeedNode=Vaše lokální data nesouhlasí s alespoň jedním seed nodem. Synchronizujte znovu stav DAO.
dao.monitor.isInConflictWithNonSeedNode=Jeden z vašich peerů není v konsenzu se sítí, ale váš node je synchronizován se seed nody.
dao.monitor.daoStateInSync=Váš lokální node je v konsenzu se sítí
dao.monitor.blindVote.headline=Stav slepých hlasů
dao.monitor.blindVote.table.headline=Řetězec hashů stavu slepého hlasování
dao.monitor.blindVote.conflictTable.headline=Hashe stavu slepého hlasování od partnerů v konfliktu
dao.monitor.blindVote.table.hash=Hash stavu slepého hlasování
dao.monitor.blindVote.table.prev=Předchozí hash
dao.monitor.blindVote.table.numBlindVotes=Počet slepých hlasování
dao.factsAndFigures.menuItem.supply=Nabídka BSQ
dao.factsAndFigures.menuItem.transactions=Transakce BSQ
dao.factsAndFigures.dashboard.avgPrice90=Průměrná obchodní cena BSQ/BTC za 90 dní
dao.factsAndFigures.dashboard.avgPrice30=Průměrná obchodní cena BSQ/BTC za 30 dní
dao.factsAndFigures.dashboard.avgUSDPrice90=90denní objemově vážená průměrná cena BSQ/USD
dao.factsAndFigures.dashboard.avgUSDPrice30=30denní objemově vážená průměrná cena BSQ/USD
dao.factsAndFigures.dashboard.marketCap=Tržní kapitalizace (na základě průměrné ceny BSQ/USD za posledních 30 dní)
dao.factsAndFigures.dashboard.availableAmount=Celkem k dispozici BSQ
dao.factsAndFigures.dashboard.volumeUsd=Celkový objem obchodů v USD
dao.factsAndFigures.dashboard.volumeBtc=Celkový objem obchodů v BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Průměrný kurz BSQ/USD obchodů uzavřených ve zvoleném časovém intervalu
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Průměrný kurz BSQ/BTC obchodů uzavřených ve zvoleném časovém intervalu
dao.factsAndFigures.supply.issuedVsBurnt=Vydaných BSQ vs. Spálených BSQ
dao.factsAndFigures.supply.issued=Vydáno BSQ
dao.factsAndFigures.supply.compReq=Žádosti o odměnu
dao.factsAndFigures.supply.reimbursement=Žádosti o vyrovnání
dao.factsAndFigures.supply.genesisIssueAmount=BSQ vydané při první (genesis) transakci
dao.factsAndFigures.supply.compRequestIssueAmount=BSQ vydáno na žádosti o odměnu
dao.factsAndFigures.supply.reimbursementAmount=BSQ vydáno na žádosti o vyrovnání
dao.factsAndFigures.supply.totalIssued=Celkem vydáno BSQ
dao.factsAndFigures.supply.totalBurned=Celkem spáleno BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=Spálených BSQ
dao.factsAndFigures.supply.priceChat=BSQ cena
dao.factsAndFigures.supply.volumeChat=Objem obchodu
dao.factsAndFigures.supply.tradeVolumeInUsd=Objem obchodů v USD
dao.factsAndFigures.supply.tradeVolumeInBtc=Objem obchodů v BTC
dao.factsAndFigures.supply.bsqUsdPrice=kurz BSQ/USD
dao.factsAndFigures.supply.bsqBtcPrice=kurz BSQ/BTC
dao.factsAndFigures.supply.btcUsdPrice=kurz BTC/USD
dao.factsAndFigures.supply.locked=Globální stav uzamčených BSQ
dao.factsAndFigures.supply.totalLockedUpAmount=Zamčeno v úpisech
dao.factsAndFigures.supply.totalUnlockingAmount=Odemykání BSQ z úpisů
dao.factsAndFigures.supply.totalUnlockedAmount=Odemčené BSQ z úpisů
dao.factsAndFigures.supply.totalConfiscatedAmount=Konfiskované BSQ z úpisů
dao.factsAndFigures.supply.proofOfBurn=Důkaz spálení
dao.factsAndFigures.supply.bsqTradeFee=BSQ poplatky
dao.factsAndFigures.supply.btcTradeFee=BTC obchodní poplatky
dao.factsAndFigures.transactions.genesis=Genesis transakce
dao.factsAndFigures.transactions.genesisBlockHeight=Výška počátečního (genesis) bloku
dao.factsAndFigures.transactions.genesisTxId=ID genesis transakce
dao.factsAndFigures.transactions.txDetails=Statistiky transakcí BSQ
dao.factsAndFigures.transactions.allTx=Počet všech transakcí BSQ
dao.factsAndFigures.transactions.utxo=Počet všech nevyčerpaných transakčních výstupů
dao.factsAndFigures.transactions.compensationIssuanceTx=Počet všech transakcí s vydáním odměn
dao.factsAndFigures.transactions.reimbursementIssuanceTx=Počet všech transakcí s vydáním vyrovnání
dao.factsAndFigures.transactions.burntTx=Počet všech poplatků platebních transakcí
dao.factsAndFigures.transactions.invalidTx=Počet všech neplatných transakcí
dao.factsAndFigures.transactions.irregularTx=Počet všech nepravidelných transakcí
####################################################################
# Windows
####################################################################
@ -2120,8 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=Chcete zavřít bez výplaty?
emptyWalletWindow.headline={0} nouzový nástroj peněženky
emptyWalletWindow.info=Použijte jej pouze v naléhavých případech, pokud nemůžete získat přístup k vašim prostředkům z uživatelského rozhraní.\n\nUpozorňujeme, že při použití tohoto nástroje budou všechny otevřené nabídky automaticky uzavřeny.\n\nPřed použitím tohoto nástroje si prosím zálohujte datový adresář. Můžete to udělat na obrazovce \"Účet/Záloha\".\n\nNahlaste nám svůj problém a nahlaste zprávu o chybě na GitHubu nebo na fóru Bisq, abychom mohli prozkoumat, co způsobilo problém.
emptyWalletWindow.balance=Váš zůstatek v peněžence
emptyWalletWindow.bsq.btcBalance=Zůstatek satoshi jiných než BSQ
emptyWalletWindow.address=Vaše cílová adresa
emptyWalletWindow.button=Pošlete všechny prostředky
emptyWalletWindow.openOffers.warn=Máte otevřené nabídky, které budou odstraněny, pokud vyprázdníte peněženku.\nOpravdu chcete vyprázdnit peněženku?
@ -2146,10 +1430,8 @@ filterWindow.seedNode=Filtrované seed nody (onion adresy oddělené čárkami)
filterWindow.priceRelayNode=Filtrované cenové relay nody (onion adresy oddělené čárkami)
filterWindow.btcNode=Filtrované Bitcoinové nody (adresy+porty oddělené čárkami)
filterWindow.preventPublicBtcNetwork=Zabraňte použití veřejné bitcoinové sítě
filterWindow.disableDao=Zakázat DAO
filterWindow.disableAutoConf=Zakázat automatické potvrzení
filterWindow.autoConfExplorers=Filtrované průzkumníky s automatickým potvrzením (adresy oddělené čárkami)
filterWindow.disableDaoBelowVersion=Min. verze nutná pro DAO
filterWindow.disableTradeBelowVersion=Min. verze nutná pro obchodování
filterWindow.add=Přidat filtr
filterWindow.remove=Zrušit filtr
@ -2223,7 +1505,6 @@ tradeDetailsWindow.detailData=Detailní data
txDetailsWindow.headline=Detaily transakce
txDetailsWindow.btc.note=Poslali jste BTC.
txDetailsWindow.bsq.note=Poslali jste BSQ. BSQ je tzv. obarvený bitcoin, takže tato transakce bude viditelná v BSQ exploreru až poté, co bude potvrzena zařazením do bitcoin bloku.
txDetailsWindow.sentTo=Odesláno na
txDetailsWindow.txId=TxId
@ -2235,9 +1516,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Suma poplatků za těžbu
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} z celkového objemu obchodů)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Suma obchodních poplatků v BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} z celkového objemu obchodů)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Suma obchodních poplatků v BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} z celkového objemu obchodů)
walletPasswordWindow.headline=Pro odemknutí zadejte heslo
torNetworkSettingWindow.header=Nastavení sítě Tor
@ -2317,12 +1595,6 @@ popup.warning.tooLargePercentageValue=Nelze nastavit procento 100% nebo větší
popup.warning.examplePercentageValue=Zadejte procento jako číslo \"5.4\" pro 5.4%
popup.warning.noPriceFeedAvailable=Pro tuto měnu není k dispozici žádný zdroj cen. Nelze použít procentuální cenu.\nVyberte pevnou cenu.
popup.warning.sendMsgFailed=Odeslání zprávy vašemu obchodnímu partnerovi se nezdařilo.\nZkuste to prosím znovu a pokud to i nadále selže, nahlaste chybu.
popup.warning.insufficientBtcFundsForBsqTx=Nemáte dostatečné prostředky BTC k zaplacení poplatku za těžbu za tuto transakci.\nFinancujte prosím svou BTC peněženku.\nChybějící prostředky: {0}
popup.warning.bsqChangeBelowDustException=Tato transakce vytváří výstup BSQ, který je pod limitem drobných (5,46 BSQ) a byl by bitcoinovou sítí odmítnut.\n\nMusíte buď poslat vyšší částku, abyste se vyhnuli drobným (např. přidáním drobné částky do vaší odeslané částky), nebo přidejte do své peněženky další prostředky BSQ, abyste se vyhnuli generování drobných.\n\nVýstup drobných {0}.
popup.warning.btcChangeBelowDustException=Tato transakce vytváří výstup, který je pod limitem drobných (546 satoshi) a byl by bitcoinovou sítí odmítnut.\n\nMusíte přidat vyšší množství drobných k vašemu odesílanému množství, abyste se vyhnuli vytváření drobných.\n\nVýstup drobných je {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=K provedení této transakce budete potřebovat více BSQ - posledních 5,46 BSQ ve vaší peněžence nelze použít k placení obchodních poplatků kvůli omezení prachových mincí v bitcoinovém protokolu.\n\nMůžete si buď koupit více BSQ, nebo zaplatit obchodní poplatky pomocí BTC.\n\nChybějící prostředky: {0}
popup.warning.noBsqFundsForBtcFeePayment=Peněženka BSQ nemá dostatečné prostředky na zaplacení obchodního poplatku v BSQ.
popup.warning.messageTooLong=Vaše zpráva překračuje max. povolená velikost. Zašlete jej prosím v několika částech nebo ji nahrajte do služby, jako je https://pastebin.com.
popup.warning.lockedUpFunds=Zamkli jste finanční prostředky z neúspěšného obchodu.\nUzamčený zůstatek: {0}\nVkladová tx adresa: {1}\nObchodní ID: {2}.\n\nOtevřete prosím úkol pro podporu výběrem obchodu na obrazovce otevřených obchodů a stisknutím \"alt + o\" nebo \"option + o\"."
@ -2336,8 +1608,6 @@ popup.warning.nodeBanned=Jeden z {0} uzlů byl zabanován.
popup.warning.priceRelay=cenové relé
popup.warning.seed=seed
popup.warning.mandatoryUpdate.trading=Aktualizujte prosím na nejnovější verzi Bisq. Byla vydána povinná aktualizace, která zakazuje obchodování se starými verzemi. Další informace naleznete na fóru Bisq.
popup.warning.mandatoryUpdate.dao=Aktualizujte prosím na nejnovější verzi Bisq. Byla vydána povinná aktualizace, která zakazuje Bisq DAO a BSQ pro staré verze. Další informace naleznete na fóru Bisq.
popup.warning.disable.dao=Bisq DAO a BSQ jsou dočasně deaktivovány. Další informace naleznete na fóru Bisq.
popup.warning.noFilter="We did not receive a filter object from the seed nodes." Toto je neočekávaná situace. Prosím upozorněte vývojáře Bisq.
popup.warning.burnBTC=Tato transakce není možná, protože poplatky za těžbu {0} by přesáhly částku převodu {1}. Počkejte prosím, dokud nebudou poplatky za těžbu opět nízké nebo dokud nenahromadíte více BTC k převodu.
@ -2356,7 +1626,6 @@ popup.info.cashDepositInfo.confirm=Potvrzuji, že mohu provést vklad
popup.info.shutDownWithOpenOffers=Bisq se vypíná, ale existují otevřené nabídky.\n\nTyto nabídky nebudou dostupné v síti P2P, pokud bude Bisq vypnutý, ale budou znovu publikovány do sítě P2P při příštím spuštění Bisq.\n\nChcete-li zachovat své nabídky online, udržujte Bisq spuštěný a ujistěte se, že tento počítač zůstává online (tj. Ujistěte se, že nepřejde do pohotovostního režimu...pohotovostní režim monitoru není problém).
popup.info.qubesOSSetupInfo=Zdá se, že používáte Bisq na Qubes OS.\n\nUjistěte se, že je vaše Bisq qube nastaveno podle našeho průvodce nastavením na [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade z verze {0} na verzi {1} není podporován. Použijte prosím nejnovější verzi Bisq.
popup.warn.daoRequiresRestart=Došlo k problému při synchronizaci stavu DAO. Pro nápravu prosím restartujte aplikaci.
popup.privateNotification.headline=Důležité soukromé oznámení!
@ -2528,7 +1797,6 @@ navigation.settings.preferences=\"Nastavení/Preference\"
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"Prostředky/Transakce\"
navigation.support=\"Podpora\"
navigation.dao.wallet.receive="DAO/Peněženka BSQ/Přijmout"
####################################################################
@ -2558,12 +1826,6 @@ XMR_MAINNET=Monero Mainnet
XMR_TESTNET=Monero Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Bitcoin DAO Testnet (zastaralé)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO Betanet (Bitcoin Mainnet)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Bitcoin DAO Regtest
time.year=Rok
time.month=Měsíc
@ -2910,9 +2172,7 @@ validation.accountNrChars=Číslo účtu musí obsahovat {0} znaků.
validation.btc.invalidAddress=Adresa není správná. Zkontrolujte formát adresy.
validation.integerOnly=Zadejte pouze celá čísla.
validation.inputError=Váš vstup způsobil chybu:\n{0}
validation.bsq.insufficientBalance=Váš dostupný zůstatek je {0}.
validation.btc.exceedsMaxTradeLimit=Váš obchodní limit je {0}.
validation.bsq.amountBelowMinAmount=Min. částka je {0}
validation.nationalAccountId={0} se musí skládat z {1} čísel.
#new
@ -2934,7 +2194,6 @@ validation.bic.invalidLocationCode=BIC obsahuje neplatný location kód
validation.bic.invalidBranchCode=BIC obsahuje neplatný kód pobočky
validation.bic.sepaRevolutBic=Účty Revolut Sepa nejsou podporovány.
validation.btc.invalidFormat=Neplatný formát bitcoinové adresy.
validation.bsq.invalidFormat=Neplatný formát BSQ adresy.
validation.email.invalidAddress=Neplatná adresa
validation.iban.invalidCountryCode=Kód země je neplatný
validation.iban.checkSumNotNumeric=Kontrolní součet musí být číselný

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Guthaben der Handels-Wallet
shared.makerTxFee=Ersteller: {0}
shared.takerTxFee=Abnehmer: {0}
shared.iConfirm=Ich bestätige
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=Öffne {0}
shared.fiat=Fiat
shared.crypto=Crypto
@ -204,9 +203,6 @@ shared.actions=Aktionen
shared.buyerUpperCase=Käufer
shared.sellerUpperCase=Verkäufer
shared.new=NEU
shared.blindVoteTxId=Geheime Wahl-Transaktion ID
shared.proposal=Vorschlag
shared.votes=Stimmen
shared.learnMore=Mehr erfahren
shared.dismiss=Verwerfen
shared.selectedArbitrator=Gewählte Vermittler
@ -240,7 +236,6 @@ mainView.menu.funds=Gelder
mainView.menu.support=Support
mainView.menu.settings=Einstellungen
mainView.menu.account=Konto
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=Marktpreis von {0}
mainView.marketPrice.bisqInternalPrice=Preis des letzten Bisq-Handels
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(localhost)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Aktuelle Gebühr: {0} sat/vB
mainView.footer.btcInfo.initializing=Verbindung mit Bitcoin-Netzwerk wird hergestellt
mainView.footer.bsqInfo.synchronizing=/ Synchronisiere DAO
mainView.footer.btcInfo.synchronizingWith=Synchronisierung mit {0} bei Block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synchronisierung mit {0} bei Block {1}
mainView.footer.btcInfo.connectingTo=Verbinde mit
mainView.footer.btcInfo.connectionFailed=Verbindung fehlgeschlagen zu
mainView.footer.p2pInfo=Bitcoin Netzwerk Peers: {0} / Bisq Netzwerk Peers: {1}
mainView.footer.daoFullNode=DAO Full Node
mainView.bootstrapState.connectionToTorNetwork=(1/4) Verbinde mit Tor-Netzwerk...
mainView.bootstrapState.torNodeCreated=(2/4) Tor-Knoten erstellt
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=Mining-Gebühr
createOffer.fundsBox.placeOfferSpinnerInfo=Das Angebot wird veröffentlicht ...
createOffer.fundsBox.paymentLabel=Bisq-Handel mit der ID {0}
createOffer.fundsBox.fundsStructure=({0} Kaution, {1} Handelsgebühr, {2} Mining-Gebühr)
createOffer.fundsBox.fundsStructure.BSQ=({0} Kaution, {1} Mining-Gebühr) + {2} Handelsgebühr
createOffer.success.headline=Ihr Angebot wurde veröffentlicht
createOffer.success.info=Sie können Ihre offenen Angebote unter \"Portfolio/Meine offenen Angebote\" verwalten.
createOffer.info.sellAtMarketPrice=Sie verkaufen immer zum aktuellen Marktpreis, da ihr Angebot ständig aktualisiert wird.
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=Zu überweisender Betrag
portfolio.pending.step2_buyer.sellersAddress={0}-Adresse des Verkäufers
portfolio.pending.step2_buyer.buyerAccount=Ihr zu verwendendes Zahlungskonto
portfolio.pending.step2_buyer.paymentStarted=Zahlung begonnen
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn=Sie haben Ihre {0} Zahlung noch nicht getätigt!\nBeachten Sie bitte, dass der Handel bis {1} abgeschlossen werden muss.
portfolio.pending.step2_buyer.openForDispute=Sie haben Ihre Zahlung noch nicht abgeschlossen!\nDie maximale Frist für den Handel ist abgelaufen, bitte wenden Sie sich an den Vermittler, um Hilfe zu erhalten.
portfolio.pending.step2_buyer.paperReceipt.headline=Haben Sie die Quittung an den BTC-Verkäufer gesendet?
@ -882,7 +873,6 @@ funds.locked.locked=Für den Handel mit dieser ID in MultiSig eingesperrt: {0}
funds.tx.direction.sentTo=Gesendet nach:
funds.tx.direction.receivedWith=Erhalten mit:
funds.tx.direction.genesisTx=Aus Ursprungs-Tx:
funds.tx.txFeePaymentForBsqTx=Mining-Gebühr für BSQ-Tx
funds.tx.createOfferFee=Ersteller- und Tx-Gebühr: {0}
funds.tx.takeOfferFee=Abnehmer- und Tx-Gebühr: {0}
funds.tx.multiSigDeposit=MultiSig-Kaution: {0}
@ -896,15 +886,11 @@ funds.tx.unknown=Unbekannter Grund: {0}
funds.tx.noFundsFromDispute=Keine Rückzahlung vom Konflikt
funds.tx.receivedFunds=Gelder erhalten
funds.tx.withdrawnFromWallet=Von Wallet abgehoben
funds.tx.withdrawnFromBSQWallet=BTC von BSQ Wallet abgehoben
funds.tx.memo=Notiz
funds.tx.noTxAvailable=Keine Transaktionen verfügbar
funds.tx.revert=Umkehren
funds.tx.txSent=Transaktion erfolgreich zu einer neuen Adresse in der lokalen Bisq-Wallet gesendet.
funds.tx.direction.self=An Sie selbst senden
funds.tx.daoTxFee=Mining-Gebühr für BSQ-Tx
funds.tx.reimbursementRequestTxFee=Rückerstattungsantrag
funds.tx.compensationRequestTxFee=Entlohnungsanfrage
funds.tx.dustAttackTx=Staub erhalten
funds.tx.dustAttackTx.popup=Diese Transaktion sendet einen sehr kleinen BTC Betrag an Ihre Wallet und kann von Chainanalyse Unternehmen genutzt werden um ihre Wallet zu spionieren.\n\nWenn Sie den Transaktionsausgabe in einer Ausgabe nutzen, wird es lernen, dass Sie wahrscheinlich auch Besitzer der anderen Adressen sind (coin merge),\n\nUm Ihre Privatsphäre zu schützen, wir die Bisqwallet Staubausgaben für Ausgaben und bei der Anzeige der Guthabens ignorieren. Sie können den Grenzwert, ab wann ein Wert als Staub angesehen wird in den Einstellungen ändern.
@ -996,9 +982,7 @@ settings.tab.about=Über
setting.preferences.general=Allgemeine Voreinstellungen
setting.preferences.explorer=Bitcoin Explorer
setting.preferences.explorer.bsq=Bisq Explorer
setting.preferences.deviation=Max. Abweichung vom Marktpreis
setting.preferences.bsqAverageTrimThreshold=Auslöser-Schwellenwert für BSQ-Rate
setting.preferences.avoidStandbyMode=Standby Modus verhindern
setting.preferences.autoConfirmXMR=XMR automatische Bestätigung
setting.preferences.autoConfirmEnabled=Aktiviert
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Pre-Release Benachrichtungen erhalten
setting.preferences.resetAllFlags=Alle \"Nicht erneut anzeigen\"-Häkchen zurücksetzen
settings.preferences.languageChange=Um den Sprachwechsel auf alle Bildschirme anzuwenden ist ein Neustart nötig.
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.resyncFromGenesis.label=DAO-Zustand von der Genesis-Tx wiederherstellen
setting.preferences.dao.resyncFromResources.label=DAO-Zustand aus Ressourcen wiederherstellen
setting.preferences.dao.resyncFromResources.popup=Nach einem Neustart der Anwendung werden die Bisq-Netzwerk-Governance-Daten von den Seed-Nodes neu geladen, und der BSQ-Konsensstatus wird aus den neuesten Ressourcendateien neu aufgebaut.
setting.preferences.dao.resyncFromGenesis.popup=Eine Resync von der Genesis-Transaktion kann erhebliche Zeit und CPU-Ressourcen in Anspruch nehmen. Sind Sie sicher, dass Sie das tun wollen? Meistens ist ein Resync von den neuesten Ressourcendateien ausreichend und viel schneller.\n\nWenn Sie fortfahren, werden nach einem Neustart der Anwendung die Bisq-Netzwerk-Governance-Daten von den Seed-Nodes neu geladen und der BSQ-Konsensstatus wird aus der Genesis-Transaktion neu aufgebaut.
setting.preferences.dao.resyncFromGenesis.resync=Resync von Genesis ausführen und beenden
setting.preferences.dao.isDaoFullNode=Bisq als DAO Full Node betreiben
setting.preferences.dao.rpcUser=RPC Benutzername
setting.preferences.dao.rpcPw=RPC Passwort
setting.preferences.dao.blockNotifyPort=Blockbenachrichtigung-Port
setting.preferences.dao.fullNodeInfo=Um Bisq als DAO Fullnode laufen zu lassen, müssen Sie Bitcoin Core lokal laufen und RPC eingeschaltet haben. Alle Bedingungen sind in "{0}" dokumentiert.\n\nNach dem Ändern des Modus müssen Sie neu starten.
setting.preferences.dao.fullNodeInfo.ok=Dokumentationsseite öffnen
setting.preferences.dao.fullNodeInfo.cancel=Nein, ich möchte weiterhin den Lite Node Modus verwenden
settings.preferences.editCustomExplorer.headline=Explorer-Einstellungen
settings.preferences.editCustomExplorer.description=Wählen Sie auf der linken Liste einen Explorer des Systems aus, und/oder passen Sie ihn an Ihre Vorlieben an.
settings.preferences.editCustomExplorer.available=Verfügbare Explorer
@ -1090,7 +1061,7 @@ settings.net.needRestart=Sie müssen die Anwendung neustarten, um die Änderunge
settings.net.notKnownYet=Noch nicht bekannt...
settings.net.sentData=Gesendete Daten: {0}, {1} Nachrichten, {2} Nachrichten/Sekunde
settings.net.receivedData=Empfangene Daten: {0}, {1} Nachrichten, {2} Nachrichten/Sekunde
settings.net.chainHeight=Bisq DAO chain height: {0} | Bitcoin Peers chain height: {1}
settings.net.chainHeight=Bitcoin Peers chain height: {1}
settings.net.ips=[IP Adresse:Port | Hostname:Port | Onion-Adresse:Port] (Komma getrennt). Port kann weggelassen werden, wenn Standard genutzt wird (8333).
settings.net.seedNode=Seed-Knoten
settings.net.directPeer=Peer (direkt)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=Öffnen Sie das Fenster für Wallet-Detail
setting.about.shortcuts.openEmergencyBtcWalletTool=Öffnen Sie das Notfallwerkzeug für die BTC-Wallet
setting.about.shortcuts.openEmergencyBsqWalletTool=Öffnen Sie das Notfallwerkzeug für die BSQ-Wallet
setting.about.shortcuts.showTorLogs=Umschalten des Log-Levels für Tor-Meldungen zwischen DEBUG und WARN
setting.about.shortcuts.manualPayoutTxWindow=Fenster öffnen für manuelle Auszahlung einer 2von2 Multisig Einzahlung tx
setting.about.shortcuts.reRepublishAllGovernanceData=Neu veröffentlichen von DAO Governance-Daten (Vorschläge, Abstimmungen)
setting.about.shortcuts.removeStuckTrade=Popup öffnen um fehlgeschlagenen Trade wieder zu den offenen Trades zu verschieben
setting.about.shortcuts.removeStuckTrade.value=Fehlgeschlagenen Trade auswählen und drücken: {0}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=Keine Webcam gefunden.\n\nBitte nutz
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.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Zahlen, Daten & Fakten
dao.tab.bsqWallet=BSQ-Wallet
dao.tab.proposals=Führung der DAO
dao.tab.bonding=Kopplung
dao.tab.proofOfBurn=Asset-Listungsgebühr/Nachweis der Verbrennung
dao.tab.monitor=Netzwerkmonitor
dao.tab.news=Neuigkeiten
dao.paidWithBsq=bezahlt mit BSQ
dao.availableBsqBalance=Zum Ausgeben verfügbar (bestätigte und unbestätigte Restbeträge)
dao.verifiedBsqBalance=Guthaben aller verifizierter UTXOs
dao.unconfirmedChangeBalance=Guthaben aller unbestätigter Restbeträge
dao.unverifiedBsqBalance=Guthaben aller unbestätigten Transaktionen (warte auf Block-Bestätigung)
dao.lockedForVoteBalance=Zum wählen genutzt
dao.lockedInBonds=In Kopplungen gesperrt
dao.availableNonBsqBalance=Verfügbares nicht-BSQ-Guthaben (BTC)
dao.reputationBalance=Merit-Wert (nicht ausgabefähig)
dao.tx.published.success=Ihre Transaktion wurde erfolgreich veröffentlicht.
dao.proposal.menuItem.make=Antrag erstellen
dao.proposal.menuItem.browse=Offene Vorschläge
dao.proposal.menuItem.vote=Für Vorschläge stimmen
dao.proposal.menuItem.result=Wahlergebnisse
dao.cycle.headline=Wahlzyklus
dao.cycle.overview.headline=Wahlzyklus-Übersicht
dao.cycle.currentPhase=Aktuelle Phase
dao.cycle.currentBlockHeight=Momentane Blockhöhe
dao.cycle.proposal=Vorschlag-Phase
dao.cycle.proposal.next=Nächste Vorschlag-Phase
dao.cycle.blindVote=Geheime Wahl-Phase
dao.cycle.voteReveal=Wahloffenbarung-Phase
dao.cycle.voteResult=Wahlergebnis
dao.cycle.phaseDuration={0} Blöcke (≈{1}); Block {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Block {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=Wahloffenbarung Transaktion veröffentlicht
dao.voteReveal.txPublished=Ihre Wahloffenbarung-Transaktion mit ID {0} wurde erfolgreich veröffentlicht.\n\nDies geschieht automatisch durch die Software, wenn Sie an einer DAO Wahl teilgenommen haben.
dao.results.cycles.header=Zyklen
dao.results.cycles.table.header.cycle=Zyklus
dao.results.cycles.table.header.numProposals=Vorschläge
dao.results.cycles.table.header.voteWeight=Stimm-Gewicht
dao.results.cycles.table.header.issuance=Ausgabe
dao.results.results.table.item.cycle=Zyklus {0} gestartet: {1}
dao.results.proposals.header=Vorschläge des gewählten Zyklus
dao.results.proposals.table.header.nameLink=Name/Link
dao.results.proposals.table.header.details=Details
dao.results.proposals.table.header.myVote=Meine Stimme
dao.results.proposals.table.header.result=Wahlergebnis
dao.results.proposals.table.header.threshold=Schwellenwert
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=Wahlergebnisse für gewählten Vorschlag
dao.results.exceptions=Wahlergebnisseausnahme(n)
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=BSQ Erstellungsgebühr
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=BSQ Abnehmergebühr
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Min. BSQ Erstellergebühr
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Min. BSQ Abnehmergebühr
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=BTC Erstellungsgebühr
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=BTC Abnehmergebühr
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Min. BTC Erstellergebühr
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Min. BTC Abnehmergebühr
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Gebühr für Antrag
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Gebühr für Wahl in BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Min. BSQ-Betrag für Entlohnungsantrag
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Max. BSQ-Betrag für Entlohnungsantrag
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=Min. BSQ Betrag für Rückerstattungsantrag
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=Max. BSQ Betrag für Rückerstattungsantrag
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Benötigtes Quorum in BSQ für allgemeinen Antrag
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Benötigtes Quorum in BSQ für Entlohnungsantrag
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Benötigtes Quorum für Rückerstattungsantrag
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Benötigtes Quorum in BSQ um einen Parameter zu ändern
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Benötigtes Quorum in BSQ um ein Gut zu entfernen
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Benötigtes Quorum für Konfiszierungsantrag
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Benötigtes Quorum in BSQ für Antrag einer Rolle mit Pfand
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Benötigter Schwellwert in % für allgemeinen Antrag
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Benötigter Schwellwert in % für Entlohnungsantrag
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Benötigter Schwellwert in % für Entschädigungsantrag
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Benötigter Schwellwert in % um einen Parameter zu ändern
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Benötigter Schwellwert in % um ein Gut zu entfernen
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Benötigter Schwellwert in % für Konfiszierungsantrag
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Benötigter Schwellwert in % für Antrag einer Rolle mit Pfand
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=Adresse des BTC Empfängers
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Gut Listungsgebühr pro Tag
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Min. Handelsvolumen für Güter
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Sperrzeit für alternative Handelsauszahlung Tx
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Vermittlergebühr in BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Max. Handels-Limit in BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Gebundene Rolle Einheitsfaktor in BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Ausgabelimit pro Zyklus in BSQ
dao.param.currentValue=Aktueller Wert: {0}
dao.param.currentAndPastValue=Aktueller Wert: {0} (Wert, als der Vorschlag gemacht wurde: {1})
dao.param.blocks={0} Blöcke
dao.results.invalidVotes=Wir hatten in diesem Abstimmungszyklus ungültige Stimmen. Das kann passieren, wenn eine Abstimmung im Bisq-Netzwerk nicht gut verteilt wurde.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Vorschlag-Phase
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Pause 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Geheime Wahl-Phase
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Pause 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Wahloffenbarung-Phase
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Pause 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Ergebnis-Phase
dao.results.votes.table.header.stakeAndMerit=Wahl-Gewicht
dao.results.votes.table.header.stake=Einsatz
dao.results.votes.table.header.merit=Verdient
dao.results.votes.table.header.vote=Wahl
dao.bond.menuItem.bondedRoles=Gekoppelte Rollen
dao.bond.menuItem.reputation=Gekoppeltes Ansehen
dao.bond.menuItem.bonds=Pfänder
dao.bond.dashboard.bondsHeadline=Gekoppelte BSQ
dao.bond.dashboard.lockupAmount=Gesperrte Gelder
dao.bond.dashboard.unlockingAmount=Entsperre Gelder (Warten Sie bis die Sperrzeit vorbei ist)
dao.bond.reputation.header=Ein Pfand für Reputation hinterlegen
dao.bond.reputation.table.header=Meine Pfänder für Reputation
dao.bond.reputation.amount=Betrag von BSQ zu sperren
dao.bond.reputation.time=Entsperrzeit in Blöcken
dao.bond.reputation.salt=Salt
dao.bond.reputation.hash=Hash
dao.bond.reputation.lockupButton=Sperren
dao.bond.reputation.lockup.headline=Sperrung-Transaktion bestätigen
dao.bond.reputation.lockup.details=Gesperrter Betrag: {0}\nEntsperrzeit: {1} Block(Blöcke) (≈{2})\n\nMining-Gebühr: {3} ({4} satoshis/vbyte)\nTransaktionsgröße (vsize): {5} Kb\n\nSind Sie sicher, dass Sie fortfahren möchten??
dao.bond.reputation.unlock.headline=Entsperrung-Transaktion bestätigen
dao.bond.reputation.unlock.details=Entsperrter Betrag: {0}\nEntsperrzeit: {1} Block(Blöcke) (≈{2})\n\nMining-Gebühr: {3} ({4} satoshis/vbyte)\nTransaktionsgröße (vsize): {5} Kb\n\nSind Sie sicher, dass Sie fortfahren möchten?
dao.bond.allBonds.header=Alle Pfänder
dao.bond.bondedReputation=Bepfändete Reputation
dao.bond.bondedRoles=Gekoppelte Rollen
dao.bond.details.header=Rollendetails
dao.bond.details.role=Rolle
dao.bond.details.requiredBond=Benötigt BSQ Kopplung
dao.bond.details.unlockTime=Entsperrzeit in Blöcken
dao.bond.details.link=Link zur Rollenbeschreibung
dao.bond.details.isSingleton=Kann von mehreren Rollenhalter genommen werden
dao.bond.details.blocks={0} Blöcke
dao.bond.table.column.name=Name
dao.bond.table.column.link=Link
dao.bond.table.column.bondType=Pfand-Typ
dao.bond.table.column.details=Details
dao.bond.table.column.lockupTxId=Sperrung Tx ID
dao.bond.table.column.bondState=Kopplungsstatus
dao.bond.table.column.lockTime=Entsperrzeit
dao.bond.table.column.lockupDate=Zeitpunkt der Sperrung
dao.bond.table.button.lockup=Sperren
dao.bond.table.button.unlock=Entsperren
dao.bond.table.button.revoke=Widerrufen
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Noch nicht gekoppelt
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=Sperrung ausstehend
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Kopplung gesperrt
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=Entsperrung ausstehend
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Entsperrungs-Tx bestätigt
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Entsperre Kopplung
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Kopplung entsperrt
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Pfand konfisziert
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Gekoppelte Rolle
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Gekoppeltes Ansehen
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=GitHub Administrator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Forum Administrator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter Administrator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase Admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=YouTube Administrator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Bisq Betreuer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=BitcoinJ-Fork Betreuer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Netlayer Betreuer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Betreiber der Webseite
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Betreiber des Forums
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Seed-Knoten Betreiber
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Preis-Node Betreiber
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Bitcoin-Node Betreiber
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=Betreiber der Handelsstatistik Webseite
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer Operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Mobile Benachrichtigung Weiterleitung Betreiber
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Domainnamen Inhaber
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=DNS Administrator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Mediator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Vermittler
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=BTC Spendenadresse Besitzer
dao.burnBsq.assetFee=Gut Listung
dao.burnBsq.menuItem.assetFee=Gut Listungsgebühr
dao.burnBsq.menuItem.proofOfBurn=Nachweis der Verbrennung
dao.burnBsq.header=Asset-Listungsgebühr
dao.burnBsq.selectAsset=Gut auswählen
dao.burnBsq.fee=Gebühr
dao.burnBsq.trialPeriod=Probezeit
dao.burnBsq.payFee=Gebühr bezahlen
dao.burnBsq.allAssets=Alle Güter
dao.burnBsq.assets.nameAndCode=Gutsname
dao.burnBsq.assets.state=Status
dao.burnBsq.assets.tradeVolume=Handelsvolumen
dao.burnBsq.assets.lookBackPeriod=Überprüfungsphase
dao.burnBsq.assets.trialFee=Gebühr für Probezeit
dao.burnBsq.assets.totalFee=Insgesamt gezahlte Gebühren
dao.burnBsq.assets.days={0} Tage
dao.burnBsq.assets.toFewDays=Die Gutsgebühr ist zu niedrig. Die min. Anzahl Tage für die Probezeit sind {0} Tage.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=Probezeit läuft
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Aktiv gehandelt
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=Aufgrund von Inaktivität aus der Liste entfernt
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Per Wahl entfernt
dao.proofOfBurn.header=Nachweis der Verbrennung
dao.proofOfBurn.amount=Betrag
dao.proofOfBurn.preImage=Vorabbild
dao.proofOfBurn.burn=Verbrennen
dao.proofOfBurn.allTxs=Alle Transaktionen zum Nachweis der Verbrennung
dao.proofOfBurn.myItems=Meine Transaktionen zum Nachweis der Verbrennung
dao.proofOfBurn.date=Datum
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Transaktionen
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Unterzeichnen einer Nachricht mit Schlüssel vom Nachweis der Verbrennung
dao.proofOfBurn.verify.window.title=Verifizieren einer Nachricht mit Schlüssel vom Nachweis der Verbrennung
dao.proofOfBurn.copySig=Signatur in Zwischenablage kopieren
dao.proofOfBurn.sign=Unterzeichnen
dao.proofOfBurn.message=Nachricht
dao.proofOfBurn.sig=Signatur
dao.proofOfBurn.verify=Bestätigen
dao.proofOfBurn.verificationResult.ok=Überprüfung erfolgreich
dao.proofOfBurn.verificationResult.failed=Überprüfung fehlgeschlagen
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Vorschlag-Phase
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Pause vor geheime Wahl-Phase
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Geheime Wahl-Phase
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Pause vor Wahloffenbarung-Phase
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Wahloffenbarung-Phase
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Pause vor Ergebnis-Phase
# suppress inspection "UnusedProperty"
dao.phase.RESULT=Wahlergebnisse-Phase
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Vorschlag-Phase
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Geheime Wahl
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Wahl offenbaren
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Wahlergebnis
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Entlohnungsanfrage
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Rückerstattungsantrag
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Vorschlag für Gekoppelte Rolle
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Vorschlag ein Gut zu entfernen
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Vorschlag einen Parameter zu ändern
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Allgemeiner Vorschlag
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Vorschlag eine Kopplung zu konfiszieren
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Entlohnungsanfrage
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Rückerstattungsantrag
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Gekoppelte Rolle
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Einen Altcoin entfernen
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Einen Parameter ändern
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Allgemeiner Vorschlag
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Konfisziere eine Kopplung
dao.proposal.details=Vorschlagdetails
dao.proposal.selectedProposal=Ausgewählte Anträge
dao.proposal.active.header=Vorschläge des momentanen Zyklus
dao.proposal.active.remove.confirm=Sind Sie sicher, dass Sie diesen Antrag entfernen wollen?\nDie Erstellergebühr geht verloren, wenn Sie den Antrag entfernen.
dao.proposal.active.remove.doRemove=Ja, Antrag entfernen
dao.proposal.active.remove.failed=Konnte Vorschlag nicht entfernen
dao.proposal.myVote.title=Wahl
dao.proposal.myVote.accept=Vorschlag annehmen
dao.proposal.myVote.reject=Vorschlag ablehnen
dao.proposal.myVote.removeMyVote=Vorschlag ignorieren
dao.proposal.myVote.merit=Wahlgewicht durch verdiente BSQ
dao.proposal.myVote.stake=Wahlgewicht vom Einsatz
dao.proposal.myVote.revealTxId=Wahloffenbarung Transaktion ID
dao.proposal.myVote.stake.prompt=Max. verfügbarer Einsatz zum wählen: {0}
dao.proposal.votes.header=Einsatz für Wahl festlegen und Ihre Wahlen veröffentlichen
dao.proposal.myVote.button=Wahlen veröffentlichen
dao.proposal.myVote.setStake.description=Nach dem Sie für alle Vorschläge gewählt haben, müssen Sie Ihren Einsatz festlegen, indem Sie BSQ sperren. Desto mehr BSQ Sie sperren, desto mehr Gewicht hat Ihre Wahl.\n\nGesperrte BSQ wird während der Wahl Veröffentlichungsphase entsperrt.
dao.proposal.create.selectProposalType=Vorschlagtyp auswählen
dao.proposal.create.phase.inactive=Bitte warten sie auf die nächste Vorschlags-Phase
dao.proposal.create.proposalType=Vorschlagtype
dao.proposal.create.new=Neuen Antrag erstellen
dao.proposal.create.button=Antrag erstellen
dao.proposal.create.publish=Vorschlag veröffentlichen
dao.proposal.create.publishing=Vorschlag wird veröffentlicht ...
dao.proposal=Vorschlag
dao.proposal.display.type=Vorschlagtyp
dao.proposal.display.name=Exakter GitHub-Benutzername 
dao.proposal.display.link=Link zu detaillierten Infos
dao.proposal.display.link.prompt=Link zu Vorschlag
dao.proposal.display.requestedBsq=Gelder in BSQ anfordern
dao.proposal.display.txId=Antrag Transaktion-ID:
dao.proposal.display.proposalFee=Vorschlag-Gebühr
dao.proposal.display.myVote=Meine Wahl
dao.proposal.display.voteResult=Zusammenfassung des Wahlergebnisses
dao.proposal.display.bondedRoleComboBox.label=Typ der Rolle mit Pfand
dao.proposal.display.requiredBondForRole.label=Benötigter Pfand für Rolle
dao.proposal.display.option=Option
dao.proposal.table.header.proposalType=Vorschlagtyp
dao.proposal.table.header.link=Link
dao.proposal.table.header.myVote=Meine Wahl
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Entfernen
dao.proposal.table.icon.tooltip.removeProposal=Antrag entfernen
dao.proposal.table.icon.tooltip.changeVote=Aktuelles Votum: ''{0}''. Votum abändern zu: ''{1}''
dao.proposal.display.myVote.accepted=Angenommen
dao.proposal.display.myVote.rejected=Abgelehnt
dao.proposal.display.myVote.ignored=Ignoriert
dao.proposal.display.myVote.unCounted=Stimme wurde nicht in das Ergebnis einbezogen
dao.proposal.myVote.summary=Gewählt: {0}; Stimmengewicht: {1} (verdient: {2} + Einsatz: {3}) {4}
dao.proposal.myVote.invalid=Wahl war ungültig
dao.proposal.voteResult.success=Angenommen
dao.proposal.voteResult.failed=Abgelehnt
dao.proposal.voteResult.summary=Ergebnis: {0}; Schwellwert: {1} (benötigt > {2}); Quorum: {3} (benötigt > {4})
dao.proposal.display.paramComboBox.label=Zu ändernden Parameter auswählen
dao.proposal.display.paramValue=Wert des Parameter
dao.proposal.display.confiscateBondComboBox.label=Kopplung wählen
dao.proposal.display.assetComboBox.label=Zu entfernendes Gut
dao.blindVote=Geheime Wahl
dao.blindVote.startPublishing=Veröffentliche geheimen Wahl Transaktion...
dao.blindVote.success=Die Transaktion ihrer geheimen Wahl wurde erfolgreich veröffentlicht.\n\nDamit ihre Stimme auch gezählt wird, müssen sie im Zeitraum der Stimmoffenbahrungs-Phase in Bisq online sein. Wenn die Stimmoffenbahrungs-Transaktion nicht veröffentlicht wird, ist ihre Stimme nicht gültig!
dao.wallet.menuItem.send=Senden
dao.wallet.menuItem.receive=Empfangen
dao.wallet.menuItem.transactions=Transaktionen
dao.wallet.dashboard.myBalance=Mein Guthaben der Handels-Wallet
dao.wallet.receive.fundYourWallet=Ihre BSQ Empfangs-Adresse
dao.wallet.receive.bsqAddress=Adresse der BSQ-Wallet (Neue ungebrauchte Adresse)
dao.wallet.send.sendFunds=Gelder senden
dao.wallet.send.sendBtcFunds=Sende nicht-BSQ-Gelder (BTC)
dao.wallet.send.amount=Betrag in BSQ
dao.wallet.send.btcAmount=Betrag in BTC (nicht-BSQ-Gelder)
dao.wallet.send.setAmount=Betrag zum Abheben festlegen (Min­dest­be­trag ist {0})
dao.wallet.send.receiverAddress=Adresse des BSQ Empfängers
dao.wallet.send.receiverBtcAddress=Adresse des BTC Empfängers
dao.wallet.send.setDestinationAddress=Tragen Sie Ihre Zieladresse ein
dao.wallet.send.send=BSQ-Gelder senden
dao.wallet.send.inputControl=Inputs auswählen
dao.wallet.send.sendBtc=BTC-Gelder senden
dao.wallet.send.sendFunds.headline=Abhebeanfrage bestätigen
dao.wallet.send.sendFunds.details=Senden: {0}\nEmpfangsadresse: {1}.\nBenötigte Mining-Gebühr beträgt: {2} ({3} satoshis/vbyte)\nTransaktion vsize: {4} vKb\n\nDer empfänger wird erhalten: {5}\n\nSind Sie sich sicher die Menge abzuheben?
dao.wallet.chainHeightSynced=Synchronisiert bis Block: {0}
dao.wallet.chainHeightSyncing=Erwarte Blöcke... {0} von {1} Blöcken verifiziert
dao.wallet.tx.type=Typ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Undefiniert
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=Nicht erkannt
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Unbestätigte BSQ-Transaktion
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Ungültige BSQ-Transaktion
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Ursprungstransaktion
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=BSQ überweisen
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=BSQ erhalten
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=BSQ senden
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Handelsgebühr
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Gebühr für Entlohnungsanfrage
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Gebühr für Rückerstattungsantrag
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Gebühr für Vorschlag
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Gebühr für geheime Wahl
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Wahl offenbaren
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Sperre Kopplung
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Entsperre Kopplung
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Listungsgebühr für Gut
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Nachweis der Verbrennung
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Irregulär
dao.tx.withdrawnFromWallet=BTC von Wallet abgehoben
dao.tx.issuanceFromCompReq=Entlohnungsanfrage/ausgabe
dao.tx.issuanceFromCompReq.tooltip=Entlohnungsanfrage, die zur Ausgabe neuere BSQ führte.\nAusgabedatum: {0}
dao.tx.issuanceFromReimbursement=Rückerstattungsantrag/Ausgabe
dao.tx.issuanceFromReimbursement.tooltip=Rückerstattungsanfrage, die zur Ausgabe neuer BSQ führte.\nAusgabedatum: {0}
dao.proposal.create.missingBsqFunds=Sie haben nicht ausreichend BSQ um diesen Vorschlag zu erstellen. Falls sie nicht bestätigte BSQ-Transaktionen offen haben, müssen sie auf die Blockchain-Bestätigung warten. BSQ kann nur validiert werden wenn es in einen Block aufgenommen wurde.\nEs fehlen: {0}
dao.proposal.create.missingBsqFundsForBond=Du hast nicht ausreichend BSQ für diese Rolle. Du kannst den Vorschlag zwar veröffentlichen, benötigst jedoch den vollen BSQ Betrag für diese Rolle, falls dein Vorschlag akzeptiert wird.\nEs fehlen: {0}
dao.proposal.create.missingMinerFeeFunds=Du hast nicht ausreichend BTC, um die Vorschlags-Transaktion zu erstellen. Jede BSQ-Transaktion benötigt eine Mining-Gebühr in BTC.\nEs fehlen: {0}
dao.proposal.create.missingIssuanceFunds=Sie haben nicht ausreichend BTC, um die Vorschlags-Transaktion zu erstellen. Jede BSQ-Transaktion benötigt eine Mining-Gebühr in BTC, Ausgabetransaktionen brauchen auch BTC für den angefragten BSQ Betrag ({0} Satoshis/BSQ).\nEs fehlen: {1}
dao.feeTx.confirm=Bestätige {0} Transaktion
dao.feeTx.confirm.details={0} Gebühr: {1} \nMining-Gebühr: {2} ({3} Satoshis/vByte)\nTransaktionsgröße: {4} Kb\n\nSind Sie sicher, dass Sie die {5} Transaktion senden wollen?
dao.feeTx.issuanceProposal.confirm.details={0} Gebühr: {1}\nBenötigte BTC für die BSQ Ausgabe: {2} ({3} Satoshis/BSQ)\nMining-Gebühr: {4} ({5} Satoshis/Byte)\nTransaktionsgröße: {6} Kb\n\nFalls Ihre Anfrage angenommen wird, erhalten Sie den angefragten Betrag minus die 2 BSQ Antragsgebühr.\n\nSind Sie sicher, dass Sie die {7} Transaktion veröffentlichen wollen?
dao.news.bisqDAO.title=DER BISQ DAO
dao.news.bisqDAO.description=Genauso wie der Bisq Handelsplatz dezentral und resistent gegen Zensur ist, ist auch die Führung der DAO - die Bisq DAO und der BSQ Token machen es möglich.
dao.news.bisqDAO.readMoreLink=Erfahren Sie mehr über den Bisq DAO
dao.news.pastContribution.title=BEREITS ZU BISQ BEIGETRAGEN? BSQ ANFRAGEN
dao.news.pastContribution.description=Falls sie in der Vergangenheit zu Bisq beigetragen haben, verwenden sie die darunterstehende BSQ Adresse um einen Antrag zur Aufnahme in die BSQ Genesis Transaktion zu erstellen.
dao.news.pastContribution.yourAddress=Ihre BSQ-Wallets-Adresse
dao.news.pastContribution.requestNow=Jetzt anfordern
dao.news.DAOOnTestnet.title=DEN BISQ DAO AUF UNSEREM TESTNETZWERK LAUFEN LASSEN
dao.news.DAOOnTestnet.description=Die Bisq DAO wurde auf Mainnet noch nicht veröffentlicht, jedoch können sie die Bisq DAO jetzt schon in unserem Testnet ausprobieren.
dao.news.DAOOnTestnet.firstSection.title=1. Nach DAO-Testnetzmodus wechseln
dao.news.DAOOnTestnet.firstSection.content=Vom Einstellungsmenü ins DAO-Testnetzwerk wechseln.
dao.news.DAOOnTestnet.secondSection.title=2. Einige BSQ erwerben
dao.news.DAOOnTestnet.secondSection.content=Fragen sie einfach auf Slack nach BSQ oder kaufen sie direkt BSQ in Bisq.
dao.news.DAOOnTestnet.thirdSection.title=3. Beim Wahl-Zyklus teilhaben
dao.news.DAOOnTestnet.thirdSection.content=Erstellen sie Vorschläge/Anträge und stimmen sie über bestehende ab, um unterschiedliche Aspekte von Bisq zu verändern.
dao.news.DAOOnTestnet.fourthSection.title=4. Einen BSQ-Block-Forscher erkunden
dao.news.DAOOnTestnet.fourthSection.content=Da es sich bei BSQ um Bitcoin handelt, können sie die BSQ-Transaktionen in ihrem Bitcoin Block Explorer einsehen.
dao.news.DAOOnTestnet.readMoreLink=Die volle Dokumentation lesen.
dao.monitor.daoState=DAO Status
dao.monitor.proposals=Vorschlag Status
dao.monitor.blindVotes=Geheime Wahl-Status
dao.monitor.table.peers=Peers
dao.monitor.table.conflicts=Konflikte
dao.monitor.state=Status
dao.monitor.requestAlHashes=Alle Hashs anfragen
dao.monitor.resync=DAO Status neu syncronisieren
dao.monitor.table.header.cycleBlockHeight=Zyklus / Blockhöhe
dao.monitor.table.cycleBlockHeight=Zyklus {0} / Block {1}
dao.monitor.table.seedPeers=Seed-Knoten: {0}
dao.monitor.daoState.headline=DAO Status
dao.monitor.daoState.table.headline=Kette von DAO Status Hashs
dao.monitor.daoState.table.blockHeight=Blockhöhe
dao.monitor.daoState.table.hash=Hash des DAO Status
dao.monitor.daoState.table.prev=Vorheriger Hash
dao.monitor.daoState.conflictTable.headline=DAO Status Hashs der Peers im Konflikt
dao.monitor.daoState.utxoConflicts=UTXO Konflikte
dao.monitor.daoState.utxoConflicts.blockHeight=Blockhöhe: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Summe aller UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Summe aller BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=Der DAO Status ist nicht mit dem Netzwerk synchronisiert. Nach dem Neustart wird der DAO Status neu synchronisiert.
dao.monitor.proposal.headline=Vorschlag Status
dao.monitor.proposal.table.headline=Kette von Vorschlag Status Hashs
dao.monitor.proposal.conflictTable.headline=Vorschlag Status Hashs der Peers im Konflikt
dao.monitor.proposal.table.hash=Hash des Vorschlag Status
dao.monitor.proposal.table.prev=Vorheriger Hash
dao.monitor.proposal.table.numProposals=Keine Vorschläge
dao.monitor.isInConflictWithSeedNode=Deine lokalen Daten stimmen mit mindestens einem Seed-Knoten nicht überein. Bitte synchronisiere den DAO-Status neu.
dao.monitor.isInConflictWithNonSeedNode=Einer deiner Peers is nicht im Konsens mit dem Netzwerk, aber dein Knoten ist synchron mit den Seed-Knoten.
dao.monitor.daoStateInSync=Dein lokaler Knoten ist in Konsens mit dem Netzwerk
dao.monitor.blindVote.headline=Geheime Wahl-Status
dao.monitor.blindVote.table.headline=Kette von geheime Wahl Status Hashs
dao.monitor.blindVote.conflictTable.headline=Geheime Wahl Status Hashs der Peers im Konflikt
dao.monitor.blindVote.table.hash=Hash des geheimen Wahl Status
dao.monitor.blindVote.table.prev=Vorheriger Hash
dao.monitor.blindVote.table.numBlindVotes=Anzahl geheimer Wahlen
dao.factsAndFigures.menuItem.supply=Angebot an BSQ
dao.factsAndFigures.menuItem.transactions=BSQ Transaktionen
dao.factsAndFigures.dashboard.avgPrice90=90 Tage durchschnittlicher BSQ/BTC-Handelspreis
dao.factsAndFigures.dashboard.avgPrice30=30 Tage durchschnittlicher BSQ/BTC-Handelspreis
dao.factsAndFigures.dashboard.avgUSDPrice90=90 Tage volumengewichteter durchschnittlicher BSQ/USD Preis
dao.factsAndFigures.dashboard.avgUSDPrice30=30 Tage volumengewichteter durchschnittlicher BSQ/USD Preis
dao.factsAndFigures.dashboard.marketCap=Marktkapitalisierung (basierend auf 30-tägigem Durchschnittspreis von BSQ/USD)
dao.factsAndFigures.dashboard.availableAmount=Insgesamt verfügbare BSQ
dao.factsAndFigures.dashboard.volumeUsd=Gesamtes Handelsvolumen in USD
dao.factsAndFigures.dashboard.volumeBtc=Gesamtes Handelsvolumen in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Durchschnittlicher BSQ/USD Handelspreis einer ausgewählten Zeitperiode im Chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Durchschnittlicher BSQ/BTC Handelspreis einer ausgewählten Zeitperiode im Chart
dao.factsAndFigures.supply.issuedVsBurnt=Ausgestellte BSQ v. verbrannte BSQ
dao.factsAndFigures.supply.issued=Ausgestellte BSQ
dao.factsAndFigures.supply.compReq=Entlohnungsanfragen
dao.factsAndFigures.supply.reimbursement=Rückerstattungsantrag
dao.factsAndFigures.supply.genesisIssueAmount=Ausgestellte BSQ in Genesis-Transaktion
dao.factsAndFigures.supply.compRequestIssueAmount=Ausgestellte BSQ für Entlohnungsanträge
dao.factsAndFigures.supply.reimbursementAmount=Ausgestellte BSQ für Rückerstattungsanträge
dao.factsAndFigures.supply.totalIssued=Gesamt ausgegebene BSQ
dao.factsAndFigures.supply.totalBurned=Gesamt verbrannte BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=Verbrannte BSQ (Gebühren und Proof-of-Burn)
dao.factsAndFigures.supply.priceChat=BSQ Preis
dao.factsAndFigures.supply.volumeChat=Handelsvolumen
dao.factsAndFigures.supply.tradeVolumeInUsd=Handelsvolumen in USD
dao.factsAndFigures.supply.tradeVolumeInBtc=Handelsvolumen in BTC
dao.factsAndFigures.supply.bsqUsdPrice=BSQ/USD Preis
dao.factsAndFigures.supply.bsqBtcPrice=BSQ/BTC Preis
dao.factsAndFigures.supply.btcUsdPrice=BTC/USD Preis
dao.factsAndFigures.supply.locked=Globaler Zustand der gesperrten BSQ
dao.factsAndFigures.supply.totalLockedUpAmount=In Pfänden gesperrt
dao.factsAndFigures.supply.totalUnlockingAmount=BSQ von Pfand auslösen
dao.factsAndFigures.supply.totalUnlockedAmount=BSQ von Pfand ausgelöst
dao.factsAndFigures.supply.totalConfiscatedAmount=Konfiszierte BSQ von Pfänden
dao.factsAndFigures.supply.proofOfBurn=Nachweis der Verbrennung
dao.factsAndFigures.supply.bsqTradeFee=BSQ Handelsgebühren
dao.factsAndFigures.supply.btcTradeFee=BTC Handelsgebühren
dao.factsAndFigures.transactions.genesis=Ursprungstransaktion
dao.factsAndFigures.transactions.genesisBlockHeight=Genesisblock-Höhe
dao.factsAndFigures.transactions.genesisTxId=Genesis-Transaktions-ID
dao.factsAndFigures.transactions.txDetails=BSQ Transationsstatistiken
dao.factsAndFigures.transactions.allTx=Anzahl aller BSQ-Transaktionen
dao.factsAndFigures.transactions.utxo=Anzahl aller nicht ausgegebenen Transaktionsausgängen
dao.factsAndFigures.transactions.compensationIssuanceTx=Anzahl aller Transaktionen von Entlohnungsanfragen
dao.factsAndFigures.transactions.reimbursementIssuanceTx=Anzahl aller Transaktionen von Entschädigungsanfragen
dao.factsAndFigures.transactions.burntTx=Anzahl aller Transaktionen von bezahlten Gebühren
dao.factsAndFigures.transactions.invalidTx=Anzahl aller ungültigen Transaktionen
dao.factsAndFigures.transactions.irregularTx=Anzahl aller irregulären Transaktionen
####################################################################
# Windows
####################################################################
@ -2120,8 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=Wollen Sie schließen ohne eine Auszahl
emptyWalletWindow.headline={0} Notfall-Wallets-Werkzeug
emptyWalletWindow.info=Bitte nur in Notfällen nutzen, wenn Sie vom UI aus nicht auf Ihre Gelder zugreifen können.\n\nBeachten Sie bitte, dass alle offenen Angebote geschlossen werden, wenn Sie dieses Werkzeug verwenden.\n\nErstellen Sie ein Backup Ihres Dateiverzeichnisses, bevor Sie dieses Werkzeug verwenden. Dies können Sie unter \"Konto/Backup\" tun.\n\nBitte melden Sie uns das Problem und erstellen Sie einen Fehlerbericht auf GitHub oder im Bisq-Forum, damit wir feststellen können, was das Problem verursacht hat.
emptyWalletWindow.balance=Ihr verfügbares Wallets-Guthaben
emptyWalletWindow.bsq.btcBalance=Guthaben von nicht-BSQ Satoshis
emptyWalletWindow.address=Ihre Zieladresse
emptyWalletWindow.button=Alle Gelder senden
emptyWalletWindow.openOffers.warn=Sie haben offene Angebote, die entfernt werden, wenn Sie die Wallet leeren.\nSind Sie sicher, dass Sie Ihre Wallet leeren wollen?
@ -2146,10 +1430,8 @@ filterWindow.seedNode=Gefilterte Seed-Knoten (Komma getr. Onion-Adressen)
filterWindow.priceRelayNode=Gefilterte Preisrelais Knoten (Komma getr. Onion-Adressen)
filterWindow.btcNode=Gefilterte Bitcoinknoten (Komma getr. Adresse + Port)
filterWindow.preventPublicBtcNetwork=Nutzung des öffentlichen Bitcoin-Netzwerks verhindern
filterWindow.disableDao=DAO deaktivieren
filterWindow.disableAutoConf=Automatische Bestätigung deaktivieren
filterWindow.autoConfExplorers=Gefilterter Explorer mit Auto-Bestätigung (Adressen mit Komma separiert)
filterWindow.disableDaoBelowVersion=Min. für DAO erforderliche Version
filterWindow.disableTradeBelowVersion=Min. zum Handeln erforderliche Version
filterWindow.add=Filter hinzufügen
filterWindow.remove=Filter entfernen
@ -2223,7 +1505,6 @@ tradeDetailsWindow.detailData=Detaillierte Daten
txDetailsWindow.headline=Transaktionsdetails
txDetailsWindow.btc.note=Sie haben BTC gesendet.
txDetailsWindow.bsq.note=Sie haben BSQ-Gelder gesendet. BSQ sind "Colored Bitcoin", daher wird die Transaktion nicht in einem BSQ-Explorer angezeigt, bis sie in einem Bitcoin-Block bestätigt wurde.
txDetailsWindow.sentTo=Gesendet an
txDetailsWindow.txId=TxId
@ -2235,9 +1516,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=Passwort zum Entsperren eingeben
torNetworkSettingWindow.header=Tor-Netzwerkeinstellungen
@ -2317,12 +1595,6 @@ popup.warning.tooLargePercentageValue=Es kann kein Prozentsatz von 100% oder meh
popup.warning.examplePercentageValue=Bitte geben sei einen Prozentsatz wie folgt ein \"5.4\" für 5.4%
popup.warning.noPriceFeedAvailable=Es ist kein Marktpreis für diese Währung verfügbar. Sie können keinen auf Prozent basierenden Preis verwenden.\nBitte wählen Sie den Festpreis.
popup.warning.sendMsgFailed=Das Senden der Nachricht an Ihren Handelspartner ist fehlgeschlagen.\nVersuchen Sie es bitte erneut und falls es weiter fehlschlägt, erstellen Sie bitte einen Fehlerbericht.
popup.warning.insufficientBtcFundsForBsqTx=Sie haben nicht genügend BTC-Gelder, um die Mining-Gebühr für diese Transaktion zu bezahlen.\nBitte finanzieren Sie Ihre BTC-Wallet.\nFehlende Gelder: {0}
popup.warning.bsqChangeBelowDustException=Diese Transaktion erzeugt eine BSQ-Wechselgeld-Ausgabe, die unter dem Dust-Limit (5.46 BSQ) liegt und vom Bitcoin-Netzwerk abgelehnt werden würde.\n\nSie müssen entweder einen höheren Betrag senden, um die Wechselgeld-Ausgabe zu vermeiden (z.B. indem Sie den Dust-Betrag zu Ihrem Sende-Betrag hinzufügen) oder mehr BSQ-Guthaben zu Ihrer Wallet hinzufügen, damit Sie vermeiden, eine Dust-Ausgabe zu generieren.\n\nDie Dust-Ausgabe ist {0}.
popup.warning.btcChangeBelowDustException=Diese Transaktion erzeugt eine Wechselgeld-Ausgabe, die unter dem Dust-Limit (546 Satoshi) liegt und vom Bitcoin-Netzwerk abgelehnt würde.\n\nSie müssen den Dust-Betrag zu Ihrem Sende-Betrag hinzufügen, um zu vermeiden, dass eine Dust-Ausgabe generiert wird.\n\nDie Dust-Ausgabe ist {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=Sie benötigen mehr BSQ um diese Transaktion durchzuführen - die letzten 5.46 BSQ in Ihrer Wallet können aufgrund der Dust-Limits im Bitcoin Protokoll nicht für die Trading-Gebühren verwendet werden.\n\nSie können entweder mehr BSQ kaufen oder die Trading-Gebühren in BTC bezahlen.\n\nFehlende Funds: {0}
popup.warning.noBsqFundsForBtcFeePayment=Ihre BSQ-Wallet hat keine ausreichenden Gelder, um die Handels-Gebühr in BSQ zu bezahlen.
popup.warning.messageTooLong=Ihre Nachricht überschreitet die maximal erlaubte Größe. Sende Sie diese in mehreren Teilen oder laden Sie sie in einen Dienst wie https://pastebin.com hoch.
popup.warning.lockedUpFunds=Sie haben gesperrtes Guthaben aus einem gescheiterten Trade.\nGesperrtes Guthaben: {0} \nEinzahlungs-Tx-Adresse: {1}\nTrade ID: {2}.\n\nBitte öffnen Sie ein Support-Ticket, indem Sie den Trade im Bildschirm "Offene Trades" auswählen und auf \"alt + o\" oder \"option + o\" drücken.
@ -2336,8 +1608,6 @@ popup.warning.nodeBanned=Einer der {0} Nodes wurde gebannt.
popup.warning.priceRelay=Preisrelais
popup.warning.seed=Seed
popup.warning.mandatoryUpdate.trading=Bitte aktualisieren Sie auf die neueste Bisq-Version. Es wurde ein obligatorisches Update veröffentlicht, das den Handel mit alten Versionen deaktiviert. Bitte besuchen Sie das Bisq-Forum für weitere Informationen.
popup.warning.mandatoryUpdate.dao=Bitte aktualisieren Sie auf die neueste Bisq-Version. Ein obligatorisches Update wurde veröffentlicht, das die Bisq DAO und BSQ für alte Versionen deaktiviert. Bitte besuchen Sie das Bisq-Forum für weitere Informationen.
popup.warning.disable.dao=Der Bisq DAO und BSQ sind temporär deaktiviert. Bitte besuchen sie das Bisq-Forum für weitere Informationen.
popup.warning.noFilter=Wir haben kein Filterobjekt von den Seed Nodes erhalten. Diese Situation ist unerwartet. Bitte informieren Sie die Bisq Entwickler.
popup.warning.burnBTC=Die Transaktion ist nicht möglich, da die Mininggebühren von {0} den übertragenen Betrag von {1} überschreiten würden. Bitte warten Sie, bis die Gebühren wieder niedrig sind, oder Sie mehr BTC zum übertragen angesammelt haben.
@ -2356,7 +1626,6 @@ popup.info.cashDepositInfo.confirm=Ich bestätige, dass ich die Kaution zahlen k
popup.info.shutDownWithOpenOffers=Bisq wird heruntergefahren, aber Sie haben offene Angebote verfügbar.\n\nDiese Angebote sind nach dem Herunterfahren nicht mehr verfügbar und werden erneut im P2P-Netzwerk veröffentlicht wenn Sie das nächste Mal Bisq starten.\n\nLassen Sie Bisq weiter laufen und stellen Sie sicher, dass Ihr Computer online bleibt, um Ihre Angebote verfügbar zu halten (z.B.: verhindern Sie den Standby-Modus... der Standby-Modus des Monitors stellt kein Problem dar).
popup.info.qubesOSSetupInfo=Es scheint so als ob Sie Bisq auf Qubes OS laufen haben.\n\nBitte stellen Sie sicher, dass Bisq qube nach unserem Setup Guide eingerichtet wurde: [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade von Version {0} auf Version {1} wird nicht unterstützt. Bitte nutzen Sie die aktuelle Bisq Version.
popup.warn.daoRequiresRestart=Es gab ein Problem mit der Synchronisierung des DAO-Zustands. Sie müssen die Anwendung neu starten, um das Problem zu beheben.
popup.privateNotification.headline=Wichtige private Benachrichtigung!
@ -2528,7 +1797,6 @@ navigation.settings.preferences=\"Einstellungen/Voreinstellungen\"
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"Gelder/Transaktionen\"
navigation.support=\"Support\"
navigation.dao.wallet.receive=\"DAO/BSQ-Wallet/Erhalten\"
####################################################################
@ -2558,12 +1826,6 @@ XMR_MAINNET=Bitcoin-Hauptnetzwerk
XMR_TESTNET=Bitcoin-Testnetzwerk
# suppress inspection "UnusedProperty"
XMR_STAGENET=Bitcoin-Regtest
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Bitcoin-DAO-Testnetzwerk (veraltet)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO Betanet (Bitcoin Mainnet)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Bitcoin DAO Regtest
time.year=Jahr
time.month=Monat
@ -2910,9 +2172,7 @@ validation.accountNrChars=Die Kontonummer muss aus {0} Zeichen bestehen.
validation.btc.invalidAddress=Die Adresse ist nicht korrekt. Bitte überprüfen Sie das Adressformat.
validation.integerOnly=Bitte nur ganze Zahlen eingeben.
validation.inputError=Ihre Eingabe hat einen Fehler verursacht:\n{0}
validation.bsq.insufficientBalance=Ihr verfügbares Guthaben ist {0}.
validation.btc.exceedsMaxTradeLimit=Ihr Handelslimit ist {0}.
validation.bsq.amountBelowMinAmount=Min. Betrag ist {0}
validation.nationalAccountId={0} muss aus {1} Zahlen bestehen.
#new
@ -2934,7 +2194,6 @@ validation.bic.invalidLocationCode=Der BIC enthält einen ungültigen Standort-C
validation.bic.invalidBranchCode=Der BIC enthält eine ungültige Filialennummer
validation.bic.sepaRevolutBic=Revolut SEPA Konten werden nicht unterstüzt.
validation.btc.invalidFormat=Ungültiges Bitcoin Adressformat.
validation.bsq.invalidFormat=Ungültiges BSQ Adressformat.
validation.email.invalidAddress=Ungültige Adresse
validation.iban.invalidCountryCode=Der Ländercode ist ungültig
validation.iban.checkSumNotNumeric=Die Prüfsumme muss numerisch sein

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Saldo de la cartera de intercambio
shared.makerTxFee=Creador: {0}
shared.takerTxFee=Tomador: {0}
shared.iConfirm=Confirmo
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=Abrir {0}
shared.fiat=Fiat
shared.crypto=Cripto
@ -204,9 +203,6 @@ shared.actions=Acciones
shared.buyerUpperCase=Comprador
shared.sellerUpperCase=Vendedor
shared.new=NUEVO
shared.blindVoteTxId=ID de la transacción de voto secreto
shared.proposal=Propuesta
shared.votes=Votos
shared.learnMore=Aprender más
shared.dismiss=Descartar
shared.selectedArbitrator=Árbitro seleccionado
@ -240,7 +236,6 @@ mainView.menu.funds=Fondos
mainView.menu.support=Soporte
mainView.menu.settings=Configuración
mainView.menu.account=Cuenta
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=Precio de mercado por {0}
mainView.marketPrice.bisqInternalPrice=Precio del último intercambio en Bisq
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(localhost)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/Tasas actuales: {0} sat/vB
mainView.footer.btcInfo.initializing=Conectando a la red Bitcoin
mainView.footer.bsqInfo.synchronizing=/ Sincronizando DAO
mainView.footer.btcInfo.synchronizingWith=Sincronizando con {0} en el bloque: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Sincronizado con {0} en el bloque {1}
mainView.footer.btcInfo.connectingTo=Conectando a
mainView.footer.btcInfo.connectionFailed=Conexión fallida a
mainView.footer.p2pInfo=Pares de Bitcoin: {0} / Pares de la red de Bisq: {1}
mainView.footer.daoFullNode=Nodo completo DAO
mainView.bootstrapState.connectionToTorNetwork=(1/4) Conectando a la red Tor...
mainView.bootstrapState.torNodeCreated=(2/4) Nodo Tor creado
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=Comisión de minado
createOffer.fundsBox.placeOfferSpinnerInfo=Publicación de oferta en curso...
createOffer.fundsBox.paymentLabel=Intercambio Bisq con ID {0}
createOffer.fundsBox.fundsStructure=({0} depósito de seguridad, {1} comisión de transacción, {2} comisión de minado)
createOffer.fundsBox.fundsStructure.BSQ=({0} depósito seguridad, {1} comisión de minado) + {2} comisión de intercambio
createOffer.success.headline=Su oferta ha sido publicada.
createOffer.success.info=Puede gestionar sus ofertas abiertas en \"Portafolio/Mis ofertas abiertas\".
createOffer.info.sellAtMarketPrice=Siempre venderá a precio de mercado ya que el precio de su oferta será actualizado continuamente.
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=Cantidad a transferir
portfolio.pending.step2_buyer.sellersAddress=Dirección {0} del vendedor
portfolio.pending.step2_buyer.buyerAccount=Su cuenta de pago para ser usada
portfolio.pending.step2_buyer.paymentStarted=Pago iniciado
portfolio.pending.step2_buyer.fillInBsqWallet=Pagar desde el monedero BSQ
portfolio.pending.step2_buyer.warn=¡Todavía no ha realizado su pago {0}!\nPor favor, tenga en cuenta que el pago tiene que completarse antes de {1}.
portfolio.pending.step2_buyer.openForDispute=¡No ha completado su pago!\nEl periodo máximo para el intercambio ha concluido. Por favor, contacte con el mediador para abrir una disputa.
portfolio.pending.step2_buyer.paperReceipt.headline=¿Ha enviado el recibo a el vendedor de BTC?
@ -882,7 +873,6 @@ funds.locked.locked=Bloqueado en Multifirma para el intercambio con ID: {0}
funds.tx.direction.sentTo=Enviado a:
funds.tx.direction.receivedWith=Recibido con:
funds.tx.direction.genesisTx=Desde la transacción Génesis:
funds.tx.txFeePaymentForBsqTx=Comisión de minería para la tx BSQ
funds.tx.createOfferFee=Creador y comisión de transacción: {0}
funds.tx.takeOfferFee=Tomador y comisión de transacción: {0}
funds.tx.multiSigDeposit=Depósito Multifirma: {0}
@ -896,15 +886,11 @@ funds.tx.unknown=Razón desconocida: {0}
funds.tx.noFundsFromDispute=Sin devolución de disputa
funds.tx.receivedFunds=Fondos recibidos
funds.tx.withdrawnFromWallet=Retirar desde el monedero
funds.tx.withdrawnFromBSQWallet=BTC retirados desde el monedero BSQ
funds.tx.memo=Nota
funds.tx.noTxAvailable=Sin transacciones disponibles
funds.tx.revert=Revertir
funds.tx.txSent=Transacción enviada exitosamente a una nueva dirección en la billetera Bisq local.
funds.tx.direction.self=Enviado a usted mismo
funds.tx.daoTxFee=Comisión de minería para la tx BSQ
funds.tx.reimbursementRequestTxFee=Solicitud de reembolso
funds.tx.compensationRequestTxFee=Solicitud de compensación
funds.tx.dustAttackTx=Dust recibido
funds.tx.dustAttackTx.popup=Esta transacción está enviando una cantidad de BTC muy pequeña a su monedero y puede ser un intento de compañías de análisis de cadenas para espiar su monedero.\n\nSi usa este output para gastar en una transacción, conocerán que probablemente usted sea el propietario de sus otras direcciones (fusión de monedas).\n\nPara proteger su privacidad el monedero Bisq ignora estos outputs para propósitos de gasto y en el balance mostrado. Puede establecer el umbral en el que un output es considerado dust en ajustes.
@ -996,10 +982,8 @@ settings.tab.about=Acerca de
setting.preferences.general=Preferencias generales
setting.preferences.explorer=Explorador Bitcoin
setting.preferences.explorer.bsq=Explorador Bisq
setting.preferences.deviation=Desviación máxima del precio de mercado
setting.preferences.bsqAverageTrimThreshold=Umbral de valores atípicos de la tasa de BSQ
setting.preferences.avoidStandbyMode=Evitar modo en espera
setting.preferences.setting.preferences.avoidStandbyMode=Evitar modo en espera
setting.preferences.autoConfirmXMR=Autoconfirmación XMR
setting.preferences.autoConfirmEnabled=Habilitado
setting.preferences.autoConfirmRequiredConfirmations=Confirmaciones requeridas
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Recibir notificaciones de pre-lanzamiento
setting.preferences.resetAllFlags=Restablecer todas las casillas \"No mostrar de nuevo\"
settings.preferences.languageChange=Para aplicar un cambio de idioma en todas las pantallas, se precisa reiniciar.
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.resyncFromGenesis.label=Reconstruir estado de la DAO desde la tx génesis
setting.preferences.dao.resyncFromResources.label=Reconstruir el estado de la DAO desde recursos
setting.preferences.dao.resyncFromResources.popup=Después de un reinicio de la aplicación, los datos de gobernanza en la red Bisq se volverán a cargar desde los nodos semilla y el estado de consenso en BSQ se reconstruirá a partir de los últimos archivos de recursos.
setting.preferences.dao.resyncFromGenesis.popup=Una resincronización desde la transacción génesis puede llevar mucho tiempo y recursos de CPU. ¿Está seguro de que quiere hacer eso? Generalmente una resincronización de los últimos archivos de recursos es suficiente y mucho más rápida\n\nSi continúa, después de reiniciar la aplicación, los datos de gobernanza de la red Bisq se volverán a cargar desde los nodos semilla y el estado de consenso BSQ se reconstruirá a partir de la transacción génesis.
setting.preferences.dao.resyncFromGenesis.resync=Resincronizar desde la transacción génesis y cerrar la aplicación
setting.preferences.dao.isDaoFullNode=Ejecutar Bisq como nodo completo de la DAO
setting.preferences.dao.rpcUser=nombre de usuario RPC
setting.preferences.dao.rpcPw=contraseña RPC
setting.preferences.dao.blockNotifyPort=Puerto de notificación de bloque
setting.preferences.dao.fullNodeInfo=Para ejecutar Bisq como un nodo completo de la DAO necesita estar ejecutando localmente Bitcoin Core con RPC activado. Todos los requisitos están documentados en ''{0}''.\n\nDespués de cambiar el modo, necesita reiniciar.
setting.preferences.dao.fullNodeInfo.ok=Abrir página de documentos
setting.preferences.dao.fullNodeInfo.cancel=No, me quedo con el modo ligero
settings.preferences.editCustomExplorer.headline=Configuraciones de explorador
settings.preferences.editCustomExplorer.description=Elija un explorador definido por el sistema de la lista de la izquierda, y/o personalícelo para ajustarse a sus preferencias.
settings.preferences.editCustomExplorer.available=Exploradores disponibles
@ -1090,7 +1061,7 @@ settings.net.needRestart=Necesita reiniciar la aplicación para aplicar ese camb
settings.net.notKnownYet=Aún no conocido...
settings.net.sentData=Datos enviados: {0}, mensajes {1}, mensajes {2} mensajes por segundo
settings.net.receivedData=Datos recibidos: {0}, mensajes {1}, mensajes por segundo {2}
settings.net.chainHeight=Altura de cadena de la DAO Bisq: {0} | Altura de la cadena de pares Bitcoin: {1}
settings.net.chainHeight=Altura de la cadena de pares Bitcoin: {1}
settings.net.ips=[Dirección IP:puerto | host:puerto | dirección onion:puerto] (separado por coma). El puerto puede ser omitido si se utiliza el predeterminado (8333).
settings.net.seedNode=Nodo semilla
settings.net.directPeer=Par (directo)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=Abrir ventana de detalles de monedero
setting.about.shortcuts.openEmergencyBtcWalletTool=Abrir herramienta de monedero de emergencia para el monedero BTC
setting.about.shortcuts.openEmergencyBsqWalletTool=Abrir herramienta de monedero de emergencia para el monedero BSQ
setting.about.shortcuts.showTorLogs=Cambiar nivel de registro para mensajes Tor entre DEBUG y WARN
setting.about.shortcuts.manualPayoutTxWindow=Abrir ventana para pago manual desde la transacción de depósito multifirma 2de2
setting.about.shortcuts.reRepublishAllGovernanceData=Republicar datos de gobernanza DAO (propuestas, votos)
setting.about.shortcuts.removeStuckTrade=Abrir ventana emergente para moverel intercambio a la pestaña de intercambios abiertos de nuevo
setting.about.shortcuts.removeStuckTrade.value=Seleccionar intercambio fallido y presione: {0}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=No se ha encontrado una webcam.\n\nP
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.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Hechos y gráficos
dao.tab.bsqWallet=Monedero BSQ
dao.tab.proposals=Gobernanza
dao.tab.bonding=Garantías
dao.tab.proofOfBurn=Comisión de listado de activos/Prueba de quemado
dao.tab.monitor=Monitor de red
dao.tab.news=Noticias
dao.paidWithBsq=pagado con BSQ
dao.availableBsqBalance=Disponible para gastar (verificados + outputs de cambio no confirmados)
dao.verifiedBsqBalance=Balance de todas las UTXOs verificadas
dao.unconfirmedChangeBalance=Balance de todos los outputs de cambio no confirmados
dao.unverifiedBsqBalance=Balance de todas las transacciones no verificadas (esperando una confirmación en bloque)
dao.lockedForVoteBalance=Usado para votar
dao.lockedInBonds=Bloqueado en garantías
dao.availableNonBsqBalance=Saldo no-BSQ disponible (BTC)
dao.reputationBalance=Valor de mérito (no se puede gastar)
dao.tx.published.success=Su transacción ha sido publicada satisfactoriamente.
dao.proposal.menuItem.make=Hacer propuesta
dao.proposal.menuItem.browse=Consultar propuestas abiertas
dao.proposal.menuItem.vote=Votar propuestas
dao.proposal.menuItem.result=Resultados de votaciones
dao.cycle.headline=Ciclo de votación
dao.cycle.overview.headline=Resumen del ciclo de votación
dao.cycle.currentPhase=Fase actual
dao.cycle.currentBlockHeight=Altura de bloque actual
dao.cycle.proposal=Fase de propuesta
dao.cycle.proposal.next=Siguiente fase de propuesta
dao.cycle.blindVote=Fase de votación secreta
dao.cycle.voteReveal=Fase de revelado de voto
dao.cycle.voteResult=Resultado de votación
dao.cycle.phaseDuration={0} bloques (≈{1}); Bloque {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Bloque {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=Transacción de revelado de voto publicada
dao.voteReveal.txPublished=Su transacción de revelado de voto con ID de transacción {0} se publicó satisfactoriamente.\n\nEsto ocurre automáticamente por el software si ha participado en la votación DAO.
dao.results.cycles.header=Ciclos
dao.results.cycles.table.header.cycle=Ciclo
dao.results.cycles.table.header.numProposals=Propuestas
dao.results.cycles.table.header.voteWeight=Peso de voto
dao.results.cycles.table.header.issuance=Emisión
dao.results.results.table.item.cycle=Ciclo {0} comenzó: {1}
dao.results.proposals.header=Propuestas del ciclo seleccionado
dao.results.proposals.table.header.nameLink=Nombre/enlace
dao.results.proposals.table.header.details=Detalles
dao.results.proposals.table.header.myVote=Mi voto
dao.results.proposals.table.header.result=Resultado de votación
dao.results.proposals.table.header.threshold=Umbral
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=Resultados de votación para la propuesta seleccionada
dao.results.exceptions=Excepción(es) del resultado de votación
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=Comisión de creador BSQ
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=Comisión de tomador BSQ
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Comisión de creador BSQ mínima
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Comisión de tomador BSQ mínima
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=Comisión de creador BTC
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=Comisión de tomador BTC
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Comisión de creador BTC mínima
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Comisión de tomador mínima BTC
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Comisión de propuesta en BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Comisión de votación en BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Cantidad mínima BSQ para solicitud de compensación
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Cantidad máxima BSQ para solicitud de compensación
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=Cantidad mínima BSQ para petición de reembolso
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=Cantidad máxima BSQ para petición de reembolso
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Quorum requerido en BSQ para propuesta genérica
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Quorum requerido en BSQ para solicitud de compensación
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Quorum requerido en BSQ para solicitud de reembolso
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Quorum requerido en BSQ para cambiar un parámetro
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Quorum requerido en BSQ para eliminar un activo
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Quorum requerido en BSQ para una petición de confiscación
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Quorum requerido en BSQ para peticiones de rol en garantía
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Umbral requerido en % para una propuesta genérica
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Umbral requerido en % para una solicitud de compensación
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Umbral requerido en % para una solicitud de reembolso
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Umbral requerido en % para cambiar un parámetro
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Umbral requerido en % para eliminar un activo
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Umbral requerido en % para una solicitud de confiscación
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Umbral requerido en % para solicitudes de rol en garantía
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=Dirección BTC del receptor
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Tasa de listado de activo por día
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Volumen mínimo de intercambio para activos
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Tiempo límite para un pago de transacción alternativo
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Comisión de arbitraje en BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Límite máximo de intercambio en BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Factor de unidad de rol en garantía en BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Límite de emisión por ciclo en BSQ
dao.param.currentValue=Valor actual: {0}
dao.param.currentAndPastValue=Valor actual: {0} (Valor cuando la propuesta fue hecha: {1})
dao.param.blocks={0} bloques
dao.results.invalidVotes=Hubo votos inválidos en ese ciclo. Eso pueda ocurrir si un voto no fue bien distribuido en la red Bisq.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Fase de propuesta
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Pausa 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Fase de votación secreta
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Pausa 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Fase de revelado de voto
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Pausa 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Fase de resultado
dao.results.votes.table.header.stakeAndMerit=Peso de voto
dao.results.votes.table.header.stake=Cantidad
dao.results.votes.table.header.merit=Conseguido
dao.results.votes.table.header.vote=Votar
dao.bond.menuItem.bondedRoles=Roles en garantía
dao.bond.menuItem.reputation=Reputación con garantía
dao.bond.menuItem.bonds=Garantías
dao.bond.dashboard.bondsHeadline=BSQ en garantías
dao.bond.dashboard.lockupAmount=Fondos bloqueados:
dao.bond.dashboard.unlockingAmount=Desbloqueando fondos (espere hasta que el tiempo de bloqueo finalice)
dao.bond.reputation.header=Bloquear una garantía para reputación
dao.bond.reputation.table.header=Mis garantías de reputación
dao.bond.reputation.amount=Cantidad de BSQ a bloquear
dao.bond.reputation.time=Tiempo de desbloqueo en bloques
dao.bond.reputation.salt=Salt
dao.bond.reputation.hash=Hash
dao.bond.reputation.lockupButton=Bloquear
dao.bond.reputation.lockup.headline=Confirmar transacción de bloqueo
dao.bond.reputation.lockup.details=Cantidad bloqueada: {0}\nTiempo de desbloqueo: {1} bloque(s) (≈{2})\n\nComisión de minado: {3} ({4} Satoshis/vbyte)\nTamaño de la transacción: {5} Kb\n\n¿Seguro que quiere proceder?
dao.bond.reputation.unlock.headline=Confirmar desbloqueo de transacción
dao.bond.reputation.unlock.details=Cantidad de desbloqueo: {0}\nTiempo de desbloqueo: {1} bloque(s) (≈{2})\n\nComisión de minado: {3} ({4} Satoshis/vbyte)\nTamaño de transacción: {5} Kb\n\n¿Seguro que quiere proceder?
dao.bond.allBonds.header=Todas las garantías
dao.bond.bondedReputation=Reputación en garantía
dao.bond.bondedRoles=Roles en garantía
dao.bond.details.header=Detalles del rol
dao.bond.details.role=Rol
dao.bond.details.requiredBond=Garantía BSQ requerida
dao.bond.details.unlockTime=Tiempo de desbloqueo en bloques
dao.bond.details.link=Enlace a la descripción del rol
dao.bond.details.isSingleton=Puede tomarse por múltiples titulares
dao.bond.details.blocks={0} bloques
dao.bond.table.column.name=Nombre
dao.bond.table.column.link=Link
dao.bond.table.column.bondType=Tipo de garantía
dao.bond.table.column.details=Detalles
dao.bond.table.column.lockupTxId=Tx ID de bloqueo
dao.bond.table.column.bondState=Estado de garantía
dao.bond.table.column.lockTime=Tiempo de desbloqueo
dao.bond.table.column.lockupDate=Fecha de bloqueo
dao.bond.table.button.lockup=Bloquear
dao.bond.table.button.unlock=Desbloquear
dao.bond.table.button.revoke=Revocar
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Aún no en garantía
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=Bloqueo pendiente
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Garantía bloqueada
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=Desbloqueo pendiente
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Desbloqueo de tx confirmada
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Desbloqueando garantía
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Garantía desbloqueada
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Garantía confiscada
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Rol en garantía
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Reputación en garantía
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=Admin Github
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Admin foro
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Admin Twitter
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Administrador de Keybase
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=Admin Youtube
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Mantenedor Bisq
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Mantenedor BitcoinJ-fork
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Mantenedor Netlayer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Operador de la web
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Operador Foro
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Operador de nodo semilla
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Operador nodo de precio
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Operador de nodo Bitcoin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=Operador de mercados
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Operador de explorador
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Operador transmisión de notificaciones móvil
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Titular del nombre de dominio
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=Admin DNS
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Mediador
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Árbitro
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=Propietario de dirección de donaciones BTC
dao.burnBsq.assetFee=Listado de activos
dao.burnBsq.menuItem.assetFee=Listado de comisiones de activo
dao.burnBsq.menuItem.proofOfBurn=Prueba de quemado
dao.burnBsq.header=Comisión por listar de activo
dao.burnBsq.selectAsset=Seleccionar activo
dao.burnBsq.fee=Comisión
dao.burnBsq.trialPeriod=Periodo de prueba
dao.burnBsq.payFee=Pagar comisión
dao.burnBsq.allAssets=Todos los activos
dao.burnBsq.assets.nameAndCode=Nombre del activo
dao.burnBsq.assets.state=Estado
dao.burnBsq.assets.tradeVolume=Volumen de intercambio
dao.burnBsq.assets.lookBackPeriod=Periodo de verificación
dao.burnBsq.assets.trialFee=Tasa de periodo de prueba
dao.burnBsq.assets.totalFee=Comisiones totales pagadas
dao.burnBsq.assets.days={0} días
dao.burnBsq.assets.toFewDays=La comisión de activo es demasiado baja. La cantidad mínima de días para el periodo de prueba es {0}.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=En periodo de prueba
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Intercambiado activamente
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=Delistados debido a inactividad
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Eliminado por votación
dao.proofOfBurn.header=Prueba de quemado
dao.proofOfBurn.amount=Cantidad
dao.proofOfBurn.preImage=Pre-imagen
dao.proofOfBurn.burn=Quemar
dao.proofOfBurn.allTxs=Todas las transacciones de prueba de quemado
dao.proofOfBurn.myItems=Mis transacciones de prueba de quemado
dao.proofOfBurn.date=Fecha
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Transacciones
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Firmar un mensaje con clave de transacción de quemado
dao.proofOfBurn.verify.window.title=Verificar un mensaje con clave de transacción de quemado.
dao.proofOfBurn.copySig=Copiar firma al portapapeles
dao.proofOfBurn.sign=Firma
dao.proofOfBurn.message=Mensaje
dao.proofOfBurn.sig=Firma
dao.proofOfBurn.verify=Verificar
dao.proofOfBurn.verificationResult.ok=Verificación exitosa
dao.proofOfBurn.verificationResult.failed=Verificación fallida
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Fase de propuesta
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Pausa antes de la fase de votación secreta
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Fase de votación secreta
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Pausa antes de la fase de revelado de vot
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Fase de revelado de voto
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Pausa antes de la fase de resultados
# suppress inspection "UnusedProperty"
dao.phase.RESULT=Fase de resultado de votación
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Fase de propuesta
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Votación secreta
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Revelar voto
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Resultado de la votación
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Petición de compensación
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Solicitud de reembolso
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Propuesta para un rol en garantía
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Propuesta para eliminar un activo
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Propuesta para cambiar un parámetro
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Propuesta genérica
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Propuesta para confiscar una garantía
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Petición de compensación
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Solicitud de reembolso
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Rol en garantía
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Eliminar una altcoin
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Cambiar un parámetro
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Propuesta genérica
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Confiscar una garantía
dao.proposal.details=Detalles de propuesta
dao.proposal.selectedProposal=Propuesta seleccionada
dao.proposal.active.header=Propuestas del ciclo actual
dao.proposal.active.remove.confirm=¿Está seguro que quiere eliminar esta propuesta?\nLas comisiones de propuesta pagadas se perderán.
dao.proposal.active.remove.doRemove=Sí, eliminar mi propuesta
dao.proposal.active.remove.failed=No se pudo eliminar la propuesta
dao.proposal.myVote.title=Votando
dao.proposal.myVote.accept=Aceptar propuesta
dao.proposal.myVote.reject=Rechazar propuesta
dao.proposal.myVote.removeMyVote=Ignorar propuesta
dao.proposal.myVote.merit=Peso de voto por BSQ ganados
dao.proposal.myVote.stake=Peso de voto desde stake
dao.proposal.myVote.revealTxId=ID de transacción de revelado de voto
dao.proposal.myVote.stake.prompt=Cantidad máxima disponible para votaciones: {0}
dao.proposal.votes.header=Establecer cantidad para votaciones y publicar sus votos
dao.proposal.myVote.button=Publicar votos
dao.proposal.myVote.setStake.description=Después de votar en todas las propuestas tiene que establecer su cantidad para votaciones bloqueando BSQ. Cuantos más BSQ bloquee, más peso tendrá su voto.\n\nLos BSQ bloqueados para votaciones serán desbloqueados de nuevo durante la fase de revelado de votación.
dao.proposal.create.selectProposalType=Seleccionar tipo de propuesta
dao.proposal.create.phase.inactive=Por favor espere a la próxima fase de propuesta
dao.proposal.create.proposalType=Tipo de propuesta
dao.proposal.create.new=Hacer una nueva propuesta
dao.proposal.create.button=Hacer propuesta
dao.proposal.create.publish=Publicar propuesta
dao.proposal.create.publishing=Publicación de propuesta en progreso...
dao.proposal=propuesta
dao.proposal.display.type=Tipo de propuesta
dao.proposal.display.name=Nombre de usuario exacto en GitHub
dao.proposal.display.link=Enlace a información detallada
dao.proposal.display.link.prompt=Enlace a la propuesta
dao.proposal.display.requestedBsq=Cantidad solicitada en BSQ
dao.proposal.display.txId=ID de transacción de la propuesta
dao.proposal.display.proposalFee=Comisión de propuesta
dao.proposal.display.myVote=Mi voto
dao.proposal.display.voteResult=Resumen del resultado de la votación
dao.proposal.display.bondedRoleComboBox.label=Tipo de rol en garantía
dao.proposal.display.requiredBondForRole.label=Garantía requerida para el rol
dao.proposal.display.option=Opción
dao.proposal.table.header.proposalType=Tipo de propuesta
dao.proposal.table.header.link=Enlace
dao.proposal.table.header.myVote=Mi voto
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Eliminar
dao.proposal.table.icon.tooltip.removeProposal=Eliminar mi propuesta
dao.proposal.table.icon.tooltip.changeVote=Voto actual: ''{0}''. Cambiar voto a: ''{1}''
dao.proposal.display.myVote.accepted=Aceptado
dao.proposal.display.myVote.rejected=Rechazado
dao.proposal.display.myVote.ignored=Ignorado
dao.proposal.display.myVote.unCounted=Voto no incluido en el resultado
dao.proposal.myVote.summary=Votos: {0}; Peso de voto: {1} (ganado: {2} + cantidad en juego: {3}) {4}
dao.proposal.myVote.invalid=Votación inválida
dao.proposal.voteResult.success=Aceptado
dao.proposal.voteResult.failed=Rechazado
dao.proposal.voteResult.summary=Resultado: {0}; Umbral: {1} (requerido > {2}); Quorum: {3} (requerido > {4})
dao.proposal.display.paramComboBox.label=Seleccionar parámetro a cambiar
dao.proposal.display.paramValue=Valor de parámetro
dao.proposal.display.confiscateBondComboBox.label=Elegir garantía
dao.proposal.display.assetComboBox.label=Activo a eliminar
dao.blindVote=votación secreta
dao.blindVote.startPublishing=Publicando transacción de voto secreto....
dao.blindVote.success=Su voto secreto ha sido publicado satisfactoriamente.\n\nPor favor tenga en cuenta que tiene que estar en línea en la fase de revelado de votos para que la aplicación Bisq pueda publicar la transacción de revelado de voto. Sin la transacción de revelado de voto, su voto será inválido!
dao.wallet.menuItem.send=Enviar
dao.wallet.menuItem.receive=Recibir
dao.wallet.menuItem.transactions=Transacciones
dao.wallet.dashboard.myBalance=Balance de mi cartera
dao.wallet.receive.fundYourWallet=Su dirección para recibir BSQ
dao.wallet.receive.bsqAddress=Dirección monedero BSQ (Dirección fresca, sin usar)
dao.wallet.send.sendFunds=Enviar fondos
dao.wallet.send.sendBtcFunds=Enviar fondos no-BSQ (BTC)
dao.wallet.send.amount=Cantidad en BSQ
dao.wallet.send.btcAmount=Cantidad en BTC (fondos no-BSQ)
dao.wallet.send.setAmount=Indicar cantidad a retirar (la cantidad mínima es {0})
dao.wallet.send.receiverAddress=Dirección BSQ del receptor
dao.wallet.send.receiverBtcAddress=Dirección BTC del receptor
dao.wallet.send.setDestinationAddress=Introduzca su dirección de destino
dao.wallet.send.send=Enviar fondos BSQ
dao.wallet.send.inputControl=Seleccionar entradas
dao.wallet.send.sendBtc=Enviar fondos BTC
dao.wallet.send.sendFunds.headline=Confirme la petición de retiro
dao.wallet.send.sendFunds.details=Enviando: {0}\nA la dirección receptora: {1}.\nLa tasa de minado requerida es: {2} ({3} satoshis/vbyte)\nTamaño de la transacción: {4} Kb\n\nEl receptor recibirá: {5}\n\nEstá seguro de que quiere retirar esa cantidad?
dao.wallet.chainHeightSynced=Último bloque verificado: {0}
dao.wallet.chainHeightSyncing=Esperando bloques... {0} bloques verificados de {1}
dao.wallet.tx.type=Tipo
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=No reconocido
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Transacción BSQ no verificada
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Transacción BSQ inválida
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Transacción génesis
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=Transferir BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=BSQ recibidos
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=BSQ enviados
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Comisión de intercambio
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Comisión de solicitud de compensación
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Comisión para solicitud de reembolso
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Comisión para propuesta
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Comisión para voto secreto
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Revelar voto
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Bloquear garantía
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Desbloquear garantía
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Comisión de listado de activo
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Prueba de quemado
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Irregular
dao.tx.withdrawnFromWallet=BTC retirados desde el monedero
dao.tx.issuanceFromCompReq=Solicitud/emisión de compensación
dao.tx.issuanceFromCompReq.tooltip=Solicitud de compensación que lleva a emitir nuevos BSQ.\nFecha de emisión: {0}
dao.tx.issuanceFromReimbursement=Solicitud de reembolso/emisión
dao.tx.issuanceFromReimbursement.tooltip=Solicitud de reembolso que lleva a una emisión de nuevos BSQ.\nFecha de emisión: {0}
dao.proposal.create.missingBsqFunds=No tiene suficientes fondos para crear la propuesta. Si tiene una transacción BSQ no confirmada necesita esperar a una confirmación porque los BSQ se validan solo si están incluidos en un bloque.\nSe necesitan: {0}
dao.proposal.create.missingBsqFundsForBond=No tiene suficientes fondos BSQ para este rol. Aún puede publicar esta propuesta, pero necesitará la cantidad BSQ requerida para este rol si es aceptada.\nSe necesitan: {0}
dao.proposal.create.missingMinerFeeFunds=No tiene suficientes fondos BTC para crear la transacción propuesta. Todas las transacciones BSQ requieren una comisión de minado en BTC.\nNecesarios: {0}
dao.proposal.create.missingIssuanceFunds=No tiene suficientes fondos BTC para crear la transacción de propuesta. Todas las transacciones BSQ requieren una comisión de minado en BTC, y la emisión de transacciones también requieren BTC para la cantidad de BSQ solicitada ({0} Satoshis/BSQ).\nNecesarios: {1}
dao.feeTx.confirm=Confirmar transacción {0}
dao.feeTx.confirm.details={0} comisión: {1}\nComisión de minado: {2} ({3} Satoshis/vbyte)\nTamaño de la transacción: {4} Kb\n\n¿Está seguro de que quiere publicar la transacción {5}?
dao.feeTx.issuanceProposal.confirm.details={0} comisión: {1}\nBTC necesarios para emisión BSQ: {2} ({3} Satoshis/BSQ)\nTasa de minado: {4} ({5} Satoshis/vbyte)\nTamaño de transacción: {6} Kb\n\nSi la solicitud se aprueba, recibirá la cantidad neta que ha solicitado de las 2 BSQ de comisión de propuesta.\n¿Está seguro de que quiere publicar la transacción de {7}?
dao.news.bisqDAO.title=LA DAO BISQ
dao.news.bisqDAO.description=Tal como el exchange Bisq es descentralizado y resistente a la censura, lo es su modelo de governanza - y la DAO BISQ y el token BSQ son herramientas que lo hacen posible.
dao.news.bisqDAO.readMoreLink=Aprender más acerca de la DAO Bisq.
dao.news.pastContribution.title=¿HIZO CONTRIBUCIONES EN EL PASADO? SOLICITE BSQ
dao.news.pastContribution.description=Si ha contribuido a Bisq por favor use la dirección BSQ de abajo y haga una solicitud por haber participado en la distribución de BSQ génesis.
dao.news.pastContribution.yourAddress=Su dirección de monedero BSQ
dao.news.pastContribution.requestNow=Solicitar ahora
dao.news.DAOOnTestnet.title=CORRER LA DAO BISQ EN TESTNET
dao.news.DAOOnTestnet.description=La red principal de la DAO Bisq aún no se ha lanzado pero puede aprender acerca de la DAO ejecutándola en la testnet.
dao.news.DAOOnTestnet.firstSection.title=1. Cambiar a Modo Testnet
dao.news.DAOOnTestnet.firstSection.content=Cambiar a la testnet desde la pantalla de Configuración
dao.news.DAOOnTestnet.secondSection.title=2. Adquirir algunos BSQ
dao.news.DAOOnTestnet.secondSection.content=Solicitar BSQ en Slack o comprar BSQ en Bisq
dao.news.DAOOnTestnet.thirdSection.title=3. Participar en un ciclo de votación
dao.news.DAOOnTestnet.thirdSection.content=Realizar propuestas y votar propuestas para cambiar diversos aspectos de Bisq
dao.news.DAOOnTestnet.fourthSection.title=4. Explorar el explorador de bloques BSQ
dao.news.DAOOnTestnet.fourthSection.content=Como BSQ es simplemente bitcoin, puede ver las transacciones BSQ en cualquier explorador de bloques de bitcoin
dao.news.DAOOnTestnet.readMoreLink=Leer toda la documentación
dao.monitor.daoState=Estado DAO
dao.monitor.proposals=Estado de propuestas
dao.monitor.blindVotes=Estado de votaciones secretas
dao.monitor.table.peers=Pares
dao.monitor.table.conflicts=Conflictos
dao.monitor.state=Estado
dao.monitor.requestAlHashes=Solicitar todos los hashes
dao.monitor.resync=Resincronizar estado DAO
dao.monitor.table.header.cycleBlockHeight=Ciclo / altura de bloque
dao.monitor.table.cycleBlockHeight=Ciclo {0} / bloque {1}
dao.monitor.table.seedPeers=Nodo semilla: {0}
dao.monitor.daoState.headline=Estado DAO
dao.monitor.daoState.table.headline=Cadena de hashes de estado de DAO
dao.monitor.daoState.table.blockHeight=Altura de bloque
dao.monitor.daoState.table.hash=Estado de hashes de DAO
dao.monitor.daoState.table.prev=Hash previo
dao.monitor.daoState.conflictTable.headline=Estado de hashes DAO desde pares en conflicto
dao.monitor.daoState.utxoConflicts=conflictos UTXO
dao.monitor.daoState.utxoConflicts.blockHeight=Altura de bloque: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Suma de todas las UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Suma de todas las BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=El estado de DAO no está sincronizado con la red. Después de reiniciar el estado DAO se resincronizará.
dao.monitor.proposal.headline=Estado de propuestas
dao.monitor.proposal.table.headline=Estado de hashes de cadena de propuesta
dao.monitor.proposal.conflictTable.headline=Hashes de estado de propuesta desde pares en conflicto
dao.monitor.proposal.table.hash=Estado de hash de propuesta
dao.monitor.proposal.table.prev=Hash previo
dao.monitor.proposal.table.numProposals=No. de propuestas
dao.monitor.isInConflictWithSeedNode=Sus datos locales no están en consenso con al menos un nodo semilla. Por favor resincronice el estado DAO
dao.monitor.isInConflictWithNonSeedNode=Uno o más de sus pares no está en consenso con la red pero su nodo está en sincronía con la los nodos semilla.
dao.monitor.daoStateInSync=Su nodo local está en consenso con la red.
dao.monitor.blindVote.headline=Estado de votaciones secretas
dao.monitor.blindVote.table.headline=Cadena de estado de hashes de votación secreta
dao.monitor.blindVote.conflictTable.headline=Estado de hashes de votación secreta desde pares en conflicto
dao.monitor.blindVote.table.hash=Hash de estado de votación secreta
dao.monitor.blindVote.table.prev=Hash previo
dao.monitor.blindVote.table.numBlindVotes=No. de votos secretos
dao.factsAndFigures.menuItem.supply=Oferta BSQ
dao.factsAndFigures.menuItem.transactions=Transacciones BSQ
dao.factsAndFigures.dashboard.avgPrice90=Medía de 90 días del precio de intercambio BSQ/BTC
dao.factsAndFigures.dashboard.avgPrice30=Medía de 30 días del precio de intercambio BSQ/BTC
dao.factsAndFigures.dashboard.avgUSDPrice90=Precio medio de BSQ/USD a 90 días ponderado por volumen
dao.factsAndFigures.dashboard.avgUSDPrice30=Precio medio de BSQ/USD a 30 días ponderado por volumen
dao.factsAndFigures.dashboard.marketCap=Capitalización de mercado (basada en precio medio de BSQ/USD a 30 días)
dao.factsAndFigures.dashboard.availableAmount=BSQ totales disponibles
dao.factsAndFigures.dashboard.volumeUsd=Volumen de intercambio total en USD
dao.factsAndFigures.dashboard.volumeBtc=Volumen de intercambio total en BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Precio BSQ/USD medio de intercambio desde en el periodo de tiempo seleccionado en el gráfico
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Precio BSQ/BTC medio de intercambio desde en el periodo de tiempo seleccionado en el gráfico
dao.factsAndFigures.supply.issuedVsBurnt=BSQ emitidos v. BSQ quemados
dao.factsAndFigures.supply.issued=BSQ emitidos
dao.factsAndFigures.supply.compReq=Solicitudes de compensación
dao.factsAndFigures.supply.reimbursement=Solicitudes de reembolso
dao.factsAndFigures.supply.genesisIssueAmount=BSQ emitidos en la transacción génesis
dao.factsAndFigures.supply.compRequestIssueAmount=BSQ emitidos para solicitudes de compensación
dao.factsAndFigures.supply.reimbursementAmount=BSQ emitidos para solicitudes de reembolso
dao.factsAndFigures.supply.totalIssued=BSQ totales emitidos
dao.factsAndFigures.supply.totalBurned=BSQ totales quemados
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ quemados
dao.factsAndFigures.supply.priceChat=Precio BSQ
dao.factsAndFigures.supply.volumeChat=Volumen de intercambio
dao.factsAndFigures.supply.tradeVolumeInUsd=Volumen de intercambio en USD
dao.factsAndFigures.supply.tradeVolumeInBtc=Volumen de intercambio en BTC
dao.factsAndFigures.supply.bsqUsdPrice=Precio BSQ/USD
dao.factsAndFigures.supply.bsqBtcPrice=precio BSQ/BTC
dao.factsAndFigures.supply.btcUsdPrice=Precio BTC/USD
dao.factsAndFigures.supply.locked=Estado global de BSQ bloqueados
dao.factsAndFigures.supply.totalLockedUpAmount=Bloqueados en garantías
dao.factsAndFigures.supply.totalUnlockingAmount=Desbloqueando BSQ de garantías
dao.factsAndFigures.supply.totalUnlockedAmount=BSQ desbloqueados de garantías
dao.factsAndFigures.supply.totalConfiscatedAmount=BSQ confiscados de garantías
dao.factsAndFigures.supply.proofOfBurn=Prueba de quemado
dao.factsAndFigures.supply.bsqTradeFee=Tasas de intercambio en BSQ
dao.factsAndFigures.supply.btcTradeFee=Tasas de intercambio en BTC
dao.factsAndFigures.transactions.genesis=Transacción génesis
dao.factsAndFigures.transactions.genesisBlockHeight=Altura de bloque génesis
dao.factsAndFigures.transactions.genesisTxId=ID transacción génesis
dao.factsAndFigures.transactions.txDetails=Estadísticas de transacción BSQ
dao.factsAndFigures.transactions.allTx=No. de todas las transacciones BSQ
dao.factsAndFigures.transactions.utxo=No. de todos los outputs de transacciones no gastadas
dao.factsAndFigures.transactions.compensationIssuanceTx=No. de todas las transacciones emitidas de solicitudes de compensación
dao.factsAndFigures.transactions.reimbursementIssuanceTx=No. de todas las transacciones emitidas de solicitud de reembolso
dao.factsAndFigures.transactions.burntTx=No. de todas las transacciones de tasa de pago
dao.factsAndFigures.transactions.invalidTx=No. de todas las transacciones inválidas
dao.factsAndFigures.transactions.irregularTx=No. de todas las transacciones irregulares
####################################################################
# Windows
####################################################################
@ -2120,8 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=¿Quiere cerrar sin realizar algún pag
emptyWalletWindow.headline=Herramienta de monedero {0} de emergencia
emptyWalletWindow.info=Por favor usar sólo en caso de emergencia si no puede acceder a sus fondos desde la Interfaz de Usuario (UI).\n\nPor favor, tenga en cuenta que todas las ofertas abiertas se cerrarán automáticamente al usar esta herramienta.\n\nAntes de usar esta herramienta, por favor realice una copia de seguridad del directorio de datos. Puede hacerlo en \"Cuenta/Copia de Seguridad\".\n\nPor favor repórtenos su problema y envíe un reporte de fallos en Github en el foro de Bisq para que podamos investigar qué causa el problema.
emptyWalletWindow.balance=Su balance disponible en cartera
emptyWalletWindow.bsq.btcBalance=Balance de Satoshis no-BSQ
emptyWalletWindow.address=Su dirección de destino
emptyWalletWindow.button=Enviar todos los fondos
emptyWalletWindow.openOffers.warn=Tiene ofertas abiertas que se eliminarán si vacía el monedero.\n¿Está seguro de que quiere vaciar su monedero?
@ -2146,10 +1430,8 @@ filterWindow.seedNode=Nodos semilla filtrados (direcciones onion separadas por c
filterWindow.priceRelayNode=nodos de retransmisión de precio filtrados (direcciones onion separadas por coma)
filterWindow.btcNode=Nodos Bitcoin filtrados (direcciones + puerto separadas por coma)
filterWindow.preventPublicBtcNetwork=Prevenir uso de la red Bitcoin pública
filterWindow.disableDao=Deshabilitar DAO
filterWindow.disableAutoConf=Deshabilitar autoconfirmación
filterWindow.autoConfExplorers=Exploradores de autoconfirmación filtrados (direcciones separadas por coma)
filterWindow.disableDaoBelowVersion=Versión mínima requerida para DAO
filterWindow.disableTradeBelowVersion=Versión mínima requerida para intercambios.
filterWindow.add=Añadir filtro
filterWindow.remove=Eliminar filtro
@ -2223,7 +1505,6 @@ tradeDetailsWindow.detailData=Detalle de datos
txDetailsWindow.headline=Detalles de transacción
txDetailsWindow.btc.note=Ha enviado BTC
txDetailsWindow.bsq.note=Ha enviado fondos BSQ. BSQ son bitcoin coloreados, con lo que la transacción no se mostrará en el explorador BSQ hasta que sea confirmada en un bloque BTC.
txDetailsWindow.sentTo=Enviado a
txDetailsWindow.txId=TxId
@ -2235,9 +1516,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Suma de todas las trasas de minado
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} de la cantidad total intercambiada)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Suma de todas las tasas de intercambio pagadas en BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} de la cantidad total intercambiada)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Suma de todas las tasas de intercambio pagadas en BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} de la cantidad total intercambiada)
walletPasswordWindow.headline=Introducir contraseña para desbloquear
torNetworkSettingWindow.header=Confirmación de red Tor
@ -2317,12 +1595,6 @@ popup.warning.tooLargePercentageValue=No puede establecer un porcentaje del 100%
popup.warning.examplePercentageValue=Por favor, introduzca un número de porcentaje como \"5.4\" para 5.4%
popup.warning.noPriceFeedAvailable=No hay una fuente de precios disponible para esta moneda. No puede utilizar un precio basado en porcentaje.\nPor favor, seleccione un precio fijo.
popup.warning.sendMsgFailed=El envío de mensaje a su compañero de intercambio falló.\nPor favor, pruebe de nuevo y si continúa fallando, reporte el fallo.
popup.warning.insufficientBtcFundsForBsqTx=No tiene suficientes fondos BTC para pagar la comisión de minado para esta transacción.\nPor favor ingrese fondos en su monedero BTC.\nFondos faltantes: {0}
popup.warning.bsqChangeBelowDustException=Esta transacción crea un output BSQ de cambio que está por debajo del límite dust (5.46 BSQ) y sería rechazado por la red Bitcoin.\n\nTiene que enviar una cantidad mayor para evitar el output de cambio (Ej. agregando la cantidad de dust a su cantidad de envío) o añadir más fondos BSQ a su cartera para evitar generar un output de dust.\n\nEl output dust es {0}.
popup.warning.btcChangeBelowDustException=Esta transacción crea un output de cambio que está por debajo del límite de dust (546 Satoshi) y sería rechazada por la red Bitcoin.\n\nDebe agregar la cantidad de dust a su cantidad de envío para evitar generar un output de dust.\n\nEl output de dust es {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=Necesitará más BSQ para hacer esta transacción -los últimos 5.46BSQ en su monedero no pueden usarse para pagar tasas de intercambio debido a límites dust en el protocolo Bitcoin.\n\nPuede comprar más BSQ o pagar las tasas de intercambio con BTC.\n\nFondos necesarios: {0}
popup.warning.noBsqFundsForBtcFeePayment=Su monedero BSQ no tiene suficientes fondos para pagar la comisión de intercambio en BSQ.
popup.warning.messageTooLong=Su mensaje excede el tamaño máximo permitido. Por favor, envíelo por partes o súbalo a un servicio como https://pastebin.com
popup.warning.lockedUpFunds=Ha bloqueado fondos de un intercambio fallido.\nBalance bloqueado: {0}\nDirección de depósito TX: {1}\nID de intercambio: {2}.\n\nPor favor, abra un ticket de soporte seleccionando el intercambio en la pantalla de intercambios pendientes y haciendo clic en \"alt + o\" o \"option + o\"."
@ -2336,8 +1608,6 @@ popup.warning.nodeBanned=Uno de los nodos {0} ha sido baneado.
popup.warning.priceRelay=retransmisión de precio
popup.warning.seed=semilla
popup.warning.mandatoryUpdate.trading=Por favor, actualice a la última versión de Bisq. Se lanzó una actualización obligatoria que inhabilita intercambios con versiones anteriores. Por favor, lea el Foro de Bisq para más información\n
popup.warning.mandatoryUpdate.dao=Por favor, actualice a la última versión de Bisq. Se lanzó una actualización obligatoria que inhabilita la DAO Bisq y BSQ para las versiones anteriores. Por favor, visite el Foro de Bisq para más información
popup.warning.disable.dao=El DAO Bisq y BSQ estén temporalmente deshabilitados. Por favor revise el foro de Bisq para más información.
popup.warning.noFilter=No hemos recibido un objeto de filtro desde los nodos semilla. Esta situación no se esperaba. Por favor, informe a los desarrolladores Bisq.
popup.warning.burnBTC=Esta transacción no es posible, ya que las comisiones de minado de {0} excederían la cantidad a transferir de {1}. Por favor, espere a que las comisiones de minado bajen o hasta que haya acumulado más BTC para transferir.
@ -2356,7 +1626,6 @@ popup.info.cashDepositInfo.confirm=Confirmo que puedo hacer el depósito
popup.info.shutDownWithOpenOffers=Bisq se está cerrando, pero hay ofertas abiertas.\n\nEstas ofertas no estarán disponibles en la red P2P mientras Bisq esté cerrado, pero serán re-publicadas a la red P2P la próxima vez que inicie Bisq.\n\nPara mantener sus ofertas en línea, mantenga Bisq ejecutándose y asegúrese de que la computadora permanece en línea también (Ej. asegúrese de que no se pone en modo standby... el monitor en espera no es un problema).
popup.info.qubesOSSetupInfo=Parece que está ejecutando Bisq en Qubes OS\n\nAsegúrese de que su Bisq qube esté configurado de acuerdo con nuestra Guía de configuración en [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes]
popup.warn.downGradePrevention=Degradar desde la versión {0} a la versión {1} no está soportado. Por favor use la última versión de Bisq.
popup.warn.daoRequiresRestart=Hubo un problema sincronizando el estado de la DAO. Tiene que reiniciar la aplicación para solucionar el problema.
popup.privateNotification.headline=Notificación privada importante!
@ -2528,7 +1797,6 @@ navigation.settings.preferences=\"Ajustes/Preferencias\"
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"Fondos/Transacciones\"
navigation.support=\"Soporte\"
navigation.dao.wallet.receive=\"DAO/Monedero BSQ/Recibir\"
####################################################################
@ -2558,12 +1826,6 @@ XMR_MAINNET=Red principal de Monero
XMR_TESTNET=Red de prueba de Monero
# suppress inspection "UnusedProperty"
XMR_STAGENET=Stagenet Monero
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Testnet de Bitcoin DAO (depreciada)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=DAO Bisq Betanet (red principal Bitcoin)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Regtest de Bitcoin DAO
time.year=Año
time.month=Mes
@ -2910,9 +2172,7 @@ validation.accountNrChars=El número de cuenta debe consistir en {0} caracteres.
validation.btc.invalidAddress=La dirección no es correcta. Por favor compruebe el formato de la dirección.
validation.integerOnly=Por favor, introduzca sólo números enteros.
validation.inputError=Su entrada causó un error:\n{0}
validation.bsq.insufficientBalance=Su saldo disponible es {0}
validation.btc.exceedsMaxTradeLimit=Su límite de intercambio es {0}.
validation.bsq.amountBelowMinAmount=La cantidad mínima es {0}
validation.nationalAccountId={0} debe consistir de {1} número(s).
#new
@ -2934,7 +2194,6 @@ validation.bic.invalidLocationCode=BIC contiene un código de localización inv
validation.bic.invalidBranchCode=BIC contiene una sucursal inválida
validation.bic.sepaRevolutBic=Cuentas Revolut Sepa no soportadas.
validation.btc.invalidFormat=Formato inválido para una dirección Bitcoin.
validation.bsq.invalidFormat=Formato inválido para una dirección BSQ.
validation.email.invalidAddress=Dirección inválida
validation.iban.invalidCountryCode=Código de país inválido
validation.iban.checkSumNotNumeric=El checksum debe ser numérico

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=موجودی کیف‌پول معاملات
shared.makerTxFee=سفارش گذار: {0}
shared.takerTxFee=پذیرنده سفارش: {0}
shared.iConfirm=تایید می‌کنم
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=باز {0}
shared.fiat=فیات
shared.crypto=کریپتو
@ -204,9 +203,6 @@ shared.actions=عملیات
shared.buyerUpperCase=خریدار
shared.sellerUpperCase=فروشنده
shared.new=جدید
shared.blindVoteTxId=شناسه تراکنش رای ناشناس
shared.proposal=پیشنهاد
shared.votes=آرا
shared.learnMore=بیشتر بدانید
shared.dismiss=رد کردن
shared.selectedArbitrator=داور انتخاب شده
@ -240,7 +236,6 @@ mainView.menu.funds=وجوه
mainView.menu.support=پشتیبانی
mainView.menu.settings=تنظیمات
mainView.menu.account=حساب
mainView.menu.dao=DAO (موسسه خودمختار غیرمتمرکز)
mainView.marketPriceWithProvider.label=قیمت بازار بر اساس {0}
mainView.marketPrice.bisqInternalPrice=قیمت آخرین معامله‌ی Bisq
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(لوکال هاست)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Fee rate: {0} sat/vB
mainView.footer.btcInfo.initializing=در حال ارتباط با شبکه بیت‌کوین
mainView.footer.bsqInfo.synchronizing=/ همگام‌سازی DAO
mainView.footer.btcInfo.synchronizingWith=Synchronizing with {0} at block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synced with {0} at block {1}
mainView.footer.btcInfo.connectingTo=در حال ایجاد ارتباط با
mainView.footer.btcInfo.connectionFailed=Connection failed to
mainView.footer.p2pInfo=Bitcoin network peers: {0} / Bisq network peers: {1}
mainView.footer.daoFullNode=گره کامل DAO
mainView.bootstrapState.connectionToTorNetwork=(1/4) در حال ارتباط با شبکه Tor ...
mainView.bootstrapState.torNodeCreated=(2/4) گره Tor ایجاد شد
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=کارمزد استخراج
createOffer.fundsBox.placeOfferSpinnerInfo=انتشار پیشنهاد در حال انجام است ...
createOffer.fundsBox.paymentLabel=معامله Bisq با شناسه‌ی {0}
createOffer.fundsBox.fundsStructure=({0} سپرده‌ی اطمینان، {1} کارمزد معامله، {2} کارمزد تراکنش)
createOffer.fundsBox.fundsStructure.BSQ=({0} سپرده‌ی اطمینان، {1} کارمزد تراکنش) + {2} کارمزد معامله
createOffer.success.headline=پیشنهاد شما، منتشر شد.
createOffer.success.info=شما می توانید پیشنهادهای باز خود را در \"سبد سهام/پیشنهادهای باز من\" مدیریت نمایید.
createOffer.info.sellAtMarketPrice=شما همیشه به نرخ روز بازار خواهید فروخت، زیرا قیمت پیشنهادتان به طور مداوم به روزرسانی خواهد شد.
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=مبلغ انتقال
portfolio.pending.step2_buyer.sellersAddress=آدرس {0} فروشنده
portfolio.pending.step2_buyer.buyerAccount=حساب پرداخت مورد استفاده
portfolio.pending.step2_buyer.paymentStarted=پرداخت آغاز شد
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn=You still have not done your {0} payment!\nPlease note that the trade has to be completed by {1}.
portfolio.pending.step2_buyer.openForDispute=You have not completed your payment!\nThe max. period for the trade has elapsed.Please contact the mediator for assistance.
portfolio.pending.step2_buyer.paperReceipt.headline=آیا کاغذ رسید را برای فروشنده‌ی بیتکوین فرستادید؟
@ -882,7 +873,6 @@ funds.locked.locked=قفل شده به صورت چند امضایی برای م
funds.tx.direction.sentTo=ارسال به:
funds.tx.direction.receivedWith=دریافت با:
funds.tx.direction.genesisTx=از تراکنش پیدایش:
funds.tx.txFeePaymentForBsqTx=کارمزد استخراج برای تراکنش BSQ
funds.tx.createOfferFee=سفارش‌گذار و هزینه تراکنش: {0}
funds.tx.takeOfferFee=پذیرنده و هزینه تراکنش: {0}
funds.tx.multiSigDeposit=سپرده چند امضایی: {0}
@ -896,15 +886,11 @@ funds.tx.unknown=دلیل ناشناخته: {0}
funds.tx.noFundsFromDispute=عدم بازپرداخت از مناقشه
funds.tx.receivedFunds=وجوه دریافت شده
funds.tx.withdrawnFromWallet=برداشت شده از کیف پول
funds.tx.withdrawnFromBSQWallet=مقدار BTC برداشت شده از کیف پول BSQ
funds.tx.memo=Memo
funds.tx.noTxAvailable=هیچ تراکنشی موجود نیست
funds.tx.revert=عودت
funds.tx.txSent=تراکنش به طور موفقیت آمیز به یک آدرس جدید در کیف پول محلی Bisq ارسال شد.
funds.tx.direction.self=ارسال شده به خودتان
funds.tx.daoTxFee=کارمزد استخراج برای تراکنش BSQ
funds.tx.reimbursementRequestTxFee=درخواست بازپرداخت
funds.tx.compensationRequestTxFee=درخواست خسارت
funds.tx.dustAttackTx=Received dust
funds.tx.dustAttackTx.popup=This transaction is sending a very small BTC amount to your wallet and might be an attempt from chain analysis companies to spy on your wallet.\n\nIf you use that transaction output in a spending transaction they will learn that you are likely the owner of the other address as well (coin merge).\n\nTo protect your privacy the Bisq wallet ignores such dust outputs for spending purposes and in the balance display. You can set the threshold amount when an output is considered dust in the settings.
@ -996,9 +982,7 @@ settings.tab.about=درباره
setting.preferences.general=اولویت‌های عمومی
setting.preferences.explorer=Bitcoin Explorer
setting.preferences.explorer.bsq=Bisq Explorer
setting.preferences.deviation=حداکثر تفاوت از قیمت روز بازار
setting.preferences.bsqAverageTrimThreshold=Outlier threshold for BSQ rate
setting.preferences.avoidStandbyMode=حالت «آماده باش» را نادیده بگیر
setting.preferences.autoConfirmXMR=XMR auto-confirm
setting.preferences.autoConfirmEnabled=Enabled
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=تنظیم مجدد تمام پرچم‌های \"دوباره نشان نده\"
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.resyncFromGenesis.label=بازسازی وضعیت DAO از تراکنش پیدایش
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.isDaoFullNode=Bisq را به عنوان یک گره کامل DAO اجرا کن
setting.preferences.dao.rpcUser=نام کاربری RPC
setting.preferences.dao.rpcPw=رمزعبور RPC
setting.preferences.dao.blockNotifyPort=Block notify port
setting.preferences.dao.fullNodeInfo=For running Bisq as DAO full node you need to have Bitcoin Core locally running and RPC enabled. All requirements are documented in ''{0}''.\n\nAfter changing the mode you need to restart.
setting.preferences.dao.fullNodeInfo.ok=باز کردن صفحه مستندات
setting.preferences.dao.fullNodeInfo.cancel=خیر، من با حالت «گره سبک» ادامه می‌دهم
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
@ -1090,7 +1061,7 @@ settings.net.needRestart=به منظور اعمال آن تغییر باید ب
settings.net.notKnownYet=هنوز شناخته شده نیست ...
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.chainHeight=Bitcoin Peers chain height: {1}
settings.net.ips=[آدرس آی پی: پورت | نام میزبان: پورت | آدرس Onion : پورت] (جدا شده با ویرگول). اگر از پیش فرض (8333) استفاده می شود، پورت می تواند حذف شود.
settings.net.seedNode=گره ی اصلی
settings.net.directPeer=همتا (مستقیم)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=Open wallet details window
setting.about.shortcuts.openEmergencyBtcWalletTool=Open emergency wallet tool for BTC wallet
setting.about.shortcuts.openEmergencyBsqWalletTool=Open emergency wallet tool for BSQ wallet
setting.about.shortcuts.showTorLogs=Toggle log level for Tor messages between DEBUG and WARN
setting.about.shortcuts.manualPayoutTxWindow=Open window for manual payout from 2of2 Multisig deposit tx
setting.about.shortcuts.reRepublishAllGovernanceData=Republish DAO governance data (proposals, votes)
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}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=دوبین پیدا نشد.\n\nلط
account.notifications.priceAlert.warning.highPriceTooLow=قیمت بالاتر باید از قیمت پایین‌تر بزرگتر باشد.
account.notifications.priceAlert.warning.lowerPriceTooHigh=قیمت پایین‌تر باید از قیمت بالاتر کوچکتر باشد.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=واقعیت ها و شکل ها
dao.tab.bsqWallet=کیف پول BSQ 
dao.tab.proposals=حکمرانی
dao.tab.bonding=ضمانت
dao.tab.proofOfBurn=کارمزد ثبت دارایی/اثبات امحا
dao.tab.monitor=مانیتور شبکه
dao.tab.news=اخبار
dao.paidWithBsq=پرداخت شده با BSQ
dao.availableBsqBalance=آمادگی برای ارسال (تغییر خروجی های تائید شده + تائید نشده)
dao.verifiedBsqBalance=متعادل کردن همه UTXO های تائید شده
dao.unconfirmedChangeBalance=متعادل کردن همه تغییر خروجی های تائید نشده
dao.unverifiedBsqBalance=متعادل کردن همه تراکنش های تائید نشده (تائید بلاک های در انتظار)
dao.lockedForVoteBalance=در حال استفاده برای رای دادن
dao.lockedInBonds=قفل شده در ضمانت
dao.availableNonBsqBalance=موجودی غیر BSQ در دسترس (BTC)
dao.reputationBalance=Merit Value (not spendable)
dao.tx.published.success=تراکنش شما به طور موفقیت آمیز منتشر شد.
dao.proposal.menuItem.make=ارائه ی پیشنهاد
dao.proposal.menuItem.browse=مرور طرح‌های پیشنهادی باز
dao.proposal.menuItem.vote=رای دادن به طرح‌های پیشنهادی
dao.proposal.menuItem.result=تنایج رای‌گیری
dao.cycle.headline=دوره رای‌گیری
dao.cycle.overview.headline=مرور دوره رای‌گیری
dao.cycle.currentPhase=مرحله فعلی
dao.cycle.currentBlockHeight=طول بلاک فعلی
dao.cycle.proposal=مرحله طرح پیشنهادی
dao.cycle.proposal.next=مرحله بعدی طرح پیشنهادی
dao.cycle.blindVote=مرحله رای‌گیری ناشناس
dao.cycle.voteReveal=مرحله آشکار کردن رای
dao.cycle.voteResult=تنیجه را‌ی‌گیری
dao.cycle.phaseDuration={0} بلاک (≈{1})؛ بلاک {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=بلاک {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=تراکنش انتشار رای، منتشر شد
dao.voteReveal.txPublished=رای شما نشان داد که تراکنش با شناسه تراکنش {0} با موفقیت منتشر شده بود.\n\nاگر شما در رای گیری DAO شرکت داشته باشید، این امر به صورت خودکار توسط نرم افزار اتفاق می افتد.
dao.results.cycles.header=دوره‌ها
dao.results.cycles.table.header.cycle=دوره
dao.results.cycles.table.header.numProposals=طرح‌های پیشنهادی
dao.results.cycles.table.header.voteWeight=وزن رای
dao.results.cycles.table.header.issuance=صدور
dao.results.results.table.item.cycle=دوره {0} شروع شد: {1}
dao.results.proposals.header=طرح‌های پیشنهادی دوره انتخاب شده
dao.results.proposals.table.header.nameLink=Name/link
dao.results.proposals.table.header.details=جزئیات
dao.results.proposals.table.header.myVote=رای من
dao.results.proposals.table.header.result=تنیجه را‌ی‌گیری
dao.results.proposals.table.header.threshold=Threshold
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=نتایج رای‌گیری برای طرح پیشنهادی انتخاب شده
dao.results.exceptions=استثنائات نتایج رای گیری
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=کارمزد BSQ سفارش‌گذار
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=کارمزد BSQ پذیرنده
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=حداقل کارمزد BSQ سفارش‌گذار
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=حداقل کارمزد BSQ پذیرنده
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=کارمزد BTC سفارش‌گذار
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=کارمزد BTC پذیرنده
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=حداقل کارمزد BTC سفارش‌گذار
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=حداقل کارمزد BTC پذیرنده
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=کارمزد طرح پیشنهادی به BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=کارمزد رای دادن به BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=حداقل مقدار BSQ برای درخواست خسارت
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=حداکثر مقدار BSQ برای درخواست خسارت
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=حداقل مقدار BSQ برای درخواست بازپرداخت
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=حداکثر مقدار BSQ برای درخواست بازپرداخت
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=حدنصاب مورد نیاز به BSQ برای طرح پیشنهادی کلی
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=حدنصاب مورد نیاز به BSQ برای درخواست خسارت
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=حدنصاب مورد نیاز به BSQ برای درخواست بازپرداخت
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=حدنصاب مورد نیاز به BSQ برای تغییر یک پارامتر
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=حدنصاب موردنیاز به BSQ برای حذف کردن یک دارایی
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=حدنصاب مورد نیاز به BSQ برای درخواست یک مصادره
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=حدنصاب مورد نیاز به BSQ برای درخواست‌های نقش ضامن
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=آستانه مورد نیاز به % برای طرح پیشنهادی کلی
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=آستانه مورد نیاز به % برای درخوسات خسارت
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=آستانه مورد نیاز به % برای درخواست بازپرداخت
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=آستانه مورد نیاز به % برای تغییر یک پارامتر
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=آستانه مورد نیاز به % برای حذف یک دارایی
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=آستانه مورد نیاز به % برای درخواست یک مصادره
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=آستانه مورد نیاز به % برای درخواست‌های نقش ضامن
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=آدرس BTC گیرنده
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=کارمزد ثبت دارایی در روز
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=حداقل حجم معامله برای دارایی‌ها
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=زمان قفل کردن برای پرداخت معامله جایگزین tx 
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=دستمزد داور در BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=حداکثر محدودیت معامله در BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=ویژگی واحد نقش تضمین شده در BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=محدودیت صدور در چرخه در BSQ
dao.param.currentValue=مقدار فعلی: {0}
dao.param.currentAndPastValue=Current value: {0} (Value when proposal was made: {1})
dao.param.blocks={0} بلاک
dao.results.invalidVotes=We had invalid votes in that voting cycle. That can happen if a vote was not distributed well in the Bisq network.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=مرحله طرح پیشنهادی
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=وقفه 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=مرحله رای‌گیری ناشناس
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=وقفه 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=مرحله آشکار کردن رای
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=وقفه 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=نتیجه مرحله
dao.results.votes.table.header.stakeAndMerit=وزن رای
dao.results.votes.table.header.stake=سهام
dao.results.votes.table.header.merit=کسب شده
dao.results.votes.table.header.vote=رأی
dao.bond.menuItem.bondedRoles=نقش‌های ضمانتی
dao.bond.menuItem.reputation=اعتبار ضمانتی
dao.bond.menuItem.bonds=ضمانت‌ها
dao.bond.dashboard.bondsHeadline=BSQ ضمانت شده
dao.bond.dashboard.lockupAmount=وجوه قفل شده
dao.bond.dashboard.unlockingAmount=رها کردن وجوه (صبر کن تا زمان قفل بودن به پایان برسد)
dao.bond.reputation.header=ضمانتی را برای اعتبار قفل کن
dao.bond.reputation.table.header=ضمانت‌های اعتبار من
dao.bond.reputation.amount=مقدار BSQ برای قفل کردن
dao.bond.reputation.time=زمان رها شدن به بلاک
dao.bond.reputation.salt=داده تصادفی
dao.bond.reputation.hash=تابع درهم ساز (هش)
dao.bond.reputation.lockupButton=قفل کردن
dao.bond.reputation.lockup.headline=تایید تراکنش قفل کردن وجه
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.unlock.headline=تایید تراکنش رها کردن وجه
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.allBonds.header=همه ضمانت‌ها
dao.bond.bondedReputation=اعتبار ضمانت شده
dao.bond.bondedRoles=نقش‌های ضمانت شده
dao.bond.details.header=جزئیات نقش
dao.bond.details.role=نقش
dao.bond.details.requiredBond=ضمانت BSQ مورد نیاز
dao.bond.details.unlockTime=زمان رها شدن به بلاک
dao.bond.details.link=پیوند اینترنتی به توضیحات نقش
dao.bond.details.isSingleton=می‌تواند توسط چند نقش آفرین گرفته شود
dao.bond.details.blocks={0} بلاک
dao.bond.table.column.name=نام
dao.bond.table.column.link=پیوند
dao.bond.table.column.bondType=نوع ضمانت
dao.bond.table.column.details=جزئیات
dao.bond.table.column.lockupTxId=شناسه تراکنش قفل وجوه
dao.bond.table.column.bondState=وضعیت ضمانت
dao.bond.table.column.lockTime=Unlock time
dao.bond.table.column.lockupDate=تاریخ قفل کردن وجه
dao.bond.table.button.lockup=قفل کردن
dao.bond.table.button.unlock=باز کردن
dao.bond.table.button.revoke=ابطال
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=هنوز ضمانت نشده
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=در انتظار قفل کردن
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=ضمانت قفل شده
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=در انتظار رها شدن
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=تراکنش رها شدن وجه تایید شده
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=رها کردن وجه ضمانتی
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=وجه ضمانت شده رها شده
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=ضمانت مصادره شده
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=نقش ضمانت شده
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=اعتبار ضمانت شده
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=مدیر Github
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=مدیر تالار
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=مدیر توئیتر
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=مدیر یوتیوب
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=نگهدارنده Bisq
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=نگهدارنده BitcoinJ-fork
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=نگهدارنده لایه شبکه
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=گرداننده سایت
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=گرداننده تالار
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=گرداننده گره seed
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=گرداننده گره قیمت
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Bitcoin node operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=گرداننده بازارها
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=اپراتور بازپخش اعلان های موبایل
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=صاحب نام دامنه
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=مدیر DNS
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=واسط
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=داور
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=مالک آدرس کمک مالی BTC
dao.burnBsq.assetFee=ثبت دارایی
dao.burnBsq.menuItem.assetFee=کارمزد ثبت دارایی
dao.burnBsq.menuItem.proofOfBurn=اثبات امحا
dao.burnBsq.header=کارمزد ثبت دارایی
dao.burnBsq.selectAsset=انتخاب دارایی
dao.burnBsq.fee=کارمزد
dao.burnBsq.trialPeriod=دوره زمانی امتحانی
dao.burnBsq.payFee=کارمزد پرداخت
dao.burnBsq.allAssets=همه دارایی‌ها
dao.burnBsq.assets.nameAndCode=نام دارایی
dao.burnBsq.assets.state=حالت
dao.burnBsq.assets.tradeVolume=حجم معامله
dao.burnBsq.assets.lookBackPeriod=دوره زمانی تایید
dao.burnBsq.assets.trialFee=کارمزد دوره زمانی امتحانی
dao.burnBsq.assets.totalFee=مجموع کارمزدهای پرداختی
dao.burnBsq.assets.days={0} روز
dao.burnBsq.assets.toFewDays=کارمزد دارایی کافی نیست. حداقل مقدار برای دوره زمانی امتحانی {0} است.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=در دوره زمانی امتحانی
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=فعالانه در حال معامله
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=حذف شده به دلیل عدم فعالیت
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=حذف شده به واسطه رای گیری
dao.proofOfBurn.header=اثبات امحا
dao.proofOfBurn.amount=مقدار
dao.proofOfBurn.preImage=پیش نسخه
dao.proofOfBurn.burn=امحا
dao.proofOfBurn.allTxs=تمام تراکنش‌های اثبات امحا
dao.proofOfBurn.myItems=تراکنش‌های اثبات امحا من
dao.proofOfBurn.date=تاریخ
dao.proofOfBurn.hash=هش
dao.proofOfBurn.txs=تراکنش‌ها
dao.proofOfBurn.pubKey=کلید عمومی
dao.proofOfBurn.signature.window.title=امضاء یک پیغام با کلیدی از اثبات سوختن تراکنش
dao.proofOfBurn.verify.window.title=تائید یک پیغام با کلیدی از اثبات سوختن تراکنش
dao.proofOfBurn.copySig=کپی کردن امضا به حافظه موقت
dao.proofOfBurn.sign=امضا کردن
dao.proofOfBurn.message=پیام
dao.proofOfBurn.sig=امضا
dao.proofOfBurn.verify=تایید کردن
dao.proofOfBurn.verificationResult.ok=تایید با موفقیت انجام شد
dao.proofOfBurn.verificationResult.failed=تایید نا موفق بود
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=مرحله طرح پیشنهادی
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=وقفه قبل از مرحله رای‌گیری ناشناس
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=مرحله رای‌گیری ناشناس
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=وقفه قبل از مرحله آشکارسازی رای
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=مرحله آشکار کردن رای
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=وقفه قبل از مرحله اعلام نتایج
# suppress inspection "UnusedProperty"
dao.phase.RESULT=مرحله نتایج رای‌گیری
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=مرحله طرح پیشنهادی
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=رای ناشناس
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=آشکارسازی رأی
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=تنیجه را‌ی‌گیری
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=درخواست خسارت
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=درخواست بازپرداخت
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=طرح پیشنهادی برای یک نقش ضمانتی
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=طرح پیشنهادی برای حذف کردن یک دارایی
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=طرح پیشنهادی برای تغییر یک پارامتر
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=پیشنهاد عمومی
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=طرح پیشنهادی برای مصادره کردن یک ضمانت
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=درخواست خسارت
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=درخواست بازپرداخت
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=نقش ضمانت شده
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=حذف یک آلت‌کوین
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=تغییر یک پارامتر
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=پیشنهاد کلی
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=مصادره کردن یک ضمانت
dao.proposal.details=جزئیات پیشنهاد
dao.proposal.selectedProposal=پیشنهادهای انتخاب شده
dao.proposal.active.header=طرح‌های پیشنهادی برای دوره فعلی
dao.proposal.active.remove.confirm=آیا از حذف کردن آن طرح پیشنهادی مطمئنید؟\nکارمزد طرح پیشنهادی که قبلا پرداخت شده است از بین خواهد رفت.
dao.proposal.active.remove.doRemove=بله، طرح پیشنهادی من را حذف کن
dao.proposal.active.remove.failed=نمی توان پیشنهاد را حذف کرد.
dao.proposal.myVote.title=رأی گیری
dao.proposal.myVote.accept=قبول پیشنهاد
dao.proposal.myVote.reject=رد پیشنهاد
dao.proposal.myVote.removeMyVote=نادیده گرفتن طرح پیشنهادی
dao.proposal.myVote.merit=وزن رای به سبب مقدار BSQ بدست آورده
dao.proposal.myVote.stake=وزن رای به سبب سهام
dao.proposal.myVote.revealTxId=شناسه تراکنش آشکاری سازی رای
dao.proposal.myVote.stake.prompt=حداکثر استک آماده برای رای گیری: {0}
dao.proposal.votes.header=تنظیم استک برای رای گیری و انتشار رای های شما
dao.proposal.myVote.button=انتشار رای‌ها
dao.proposal.myVote.setStake.description=پس از رأی دادن به همه پیشنهادها، شما باید از طریق قفل کردن BSQ، استک خود را برای رای دادن تنظیم کنید. هر چه BSQ بیشتری را قفل کنید، رای شما ارزش بیشتری خواهد داشت.\n\nBSQ قفل شده برای رای گیری، مجددا در طی رای گیری فاز انتشار باز خواهد شد.
dao.proposal.create.selectProposalType=انتخاب نوع پیشنهاد
dao.proposal.create.phase.inactive=لطفا منتظر مرحله بعدی طرح پیشنهادی باشید
dao.proposal.create.proposalType=نوع پیشنهاد
dao.proposal.create.new=ارائه ی پیشنهاد جدید
dao.proposal.create.button=ارائه ی پیشنهاد
dao.proposal.create.publish=انتشار طرح پیشنهادی
dao.proposal.create.publishing=انتشار طرح پیشنهادی در حال انجام است ...
dao.proposal=طرح پیشنهادی
dao.proposal.display.type=نوع طرح پیشنهادی
dao.proposal.display.name=Exact GitHub username
dao.proposal.display.link=پیوند اینترنتی به اطلاعات جزئی
dao.proposal.display.link.prompt=پیوند اینترنتی به طرح پیشنهادی
dao.proposal.display.requestedBsq=مبلغ درخواستی به BSQ
dao.proposal.display.txId=شناسه تراکنش طرح پیشنهادی
dao.proposal.display.proposalFee=کارمزد طرح پیشنهادی
dao.proposal.display.myVote=رای من
dao.proposal.display.voteResult=خلاصه نتایج رای‌گیری
dao.proposal.display.bondedRoleComboBox.label=نوع نقش ضمانت شده
dao.proposal.display.requiredBondForRole.label=ضمانت مورد نیاز برای نقش
dao.proposal.display.option=گزینه
dao.proposal.table.header.proposalType=نوع طرح پیشنهادی
dao.proposal.table.header.link=پیوند
dao.proposal.table.header.myVote=رای من
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=حذف
dao.proposal.table.icon.tooltip.removeProposal=طرح پیشنهادی من را حذف کن
dao.proposal.table.icon.tooltip.changeVote=رای فعلی: ''{0}''. تغییر رای به: ''{1}''
dao.proposal.display.myVote.accepted=قبول شده
dao.proposal.display.myVote.rejected=رد شده
dao.proposal.display.myVote.ignored=نادیده گرفته شده
dao.proposal.display.myVote.unCounted=Vote was not included in result
dao.proposal.myVote.summary=Voted: {0}; Vote weight: {1} (earned: {2} + stake: {3}) {4}
dao.proposal.myVote.invalid=رای نامعتبر بود
dao.proposal.voteResult.success=قبول شده
dao.proposal.voteResult.failed=رد شده
dao.proposal.voteResult.summary=نتیجه: {0}؛ آستانه: {1} (مورد نیاز > {2})؛ حدنصاب: {3} (مورد نیاز > {4})
dao.proposal.display.paramComboBox.label=پارامتری برای تغییر انتخاب کنید
dao.proposal.display.paramValue=مقدار پارامتر
dao.proposal.display.confiscateBondComboBox.label=انتخاب ضمانت
dao.proposal.display.assetComboBox.label=دارایی مورد حذف
dao.blindVote=رای ناشناس
dao.blindVote.startPublishing=در حال انتشار تراکنش رای ناشناس...
dao.blindVote.success=تراکنش رأی کور شما با موفقیت منتشر شده است.\n\nلطفا توجه داشته باشید که باید در فاز انتشار رای آنلاین باشید تا برنامه کیف پول Bisq  شما بتواند تراکنش انتشار رای را منتشر کند. بدون تراکنش انتشار رای، رای شما غیر معتبر خواهد بود!
dao.wallet.menuItem.send=ارسال
dao.wallet.menuItem.receive=دریافت
dao.wallet.menuItem.transactions=تراکنش ها
dao.wallet.dashboard.myBalance=موجودی کیف‌پول من
dao.wallet.receive.fundYourWallet=آدرس دریافت BSQ شما:
dao.wallet.receive.bsqAddress=آدرس کیف پول BSQ (آدرس استفاده نشده جدید)
dao.wallet.send.sendFunds=ارسال وجوه
dao.wallet.send.sendBtcFunds=ارسال وجوه غیر BSQ (به BTC)
dao.wallet.send.amount=مقدار به BSQ
dao.wallet.send.btcAmount=مقدار به BTC (وجوه غیر BSQ)
dao.wallet.send.setAmount=تعیین مبلغ به منظور برداشت (حداقل مبلغ {0} است)
dao.wallet.send.receiverAddress=آدرس BSQ گیرنده
dao.wallet.send.receiverBtcAddress=آدرس BTC گیرنده
dao.wallet.send.setDestinationAddress=آدرس مقصد خود را پر کنید
dao.wallet.send.send=ارسال وجوه BSQ 
dao.wallet.send.inputControl=Select inputs
dao.wallet.send.sendBtc=ارسال وجوه BTC
dao.wallet.send.sendFunds.headline=تأیید درخواست برداشت
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?
dao.wallet.chainHeightSynced=آخرین بلاک تایید شده: {0}
dao.wallet.chainHeightSyncing=منتظر بلاک‌ها... {0} تا از {1} بلاک تایید شده است
dao.wallet.tx.type=نوع
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=تعریف نشده
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=شناسایی نشده
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=تراکنش BSQ تأیید نشده
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=تراکنش BSQ نامعتبر
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=تراکنش جنسیس
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=انتقال BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=BSQ دریافت شده
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=BSQ ارسال شده
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=هزینه ی معامله
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=هزینه برای درخواست خسارت
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=کارمزد درخواست بازپرداخت
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=هزینه برای پیشنهاد
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=کارمزد برای رای ناشناس
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=آشکارسازی رأی
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=قفل کردن ضمانت
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=رها سازی ضمانت
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=کارمزد ثبت دارایی
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=اثبات امحا
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=نامنظم
dao.tx.withdrawnFromWallet=خروج BTC از کیف پول
dao.tx.issuanceFromCompReq=درخواست/صدور خسارت
dao.tx.issuanceFromCompReq.tooltip=درخواست خسارت که منجر به صدور BSQ جدید می‌شود.\nتاریخ صدور: {0}
dao.tx.issuanceFromReimbursement=درخواست/صدور بازپرداخت
dao.tx.issuanceFromReimbursement.tooltip=درخواست بازپرداختی که منجر به صدور BSQ جدید می‌شود.\nتاریخ صدور: {0}
dao.proposal.create.missingBsqFunds=شما سرمایه BSQ مناسبی برای ایجاد پروپوزال ندارید. اگر یک تراکنش BSQ تائید نشده دارید، لازم است که برای یک تائیدیه بلاک چین منتظر بمانید، زیرا BSQ در صورتی تائید می شود در یک بلاک قرار داشته باشد. از دست رفته: {0}
dao.proposal.create.missingBsqFundsForBond=شما سرمایه BSQ مناسبی برای این نقش ندارید. شما هنوز قادرید که این پروپوزال را انتشار دهید. اما در صورت پذیرش، نیاز به مقداری کافی از BSQ برای این نقش خواهید داشت.\nاز دست رفته: {0}
dao.proposal.create.missingMinerFeeFunds=شما سرمایه BSQ مناسبی برای ایجاد تراکنش پروپوزال ندارید. همه تراکنش های BSQ نیازمند دستمزد استخراج کننده در BTC هستند.\nاز دست رفته: {0}
dao.proposal.create.missingIssuanceFunds=شما سرمایه BTC مناسبی برای ایجاد تراکنش پروپوزال ندارید. همه تراکنش های BSQ نیازمند دستمزد استخراج کننده در BTC هستند و تراکنش های صدور نیز به BTC برای میزان BSQ درخواستی نیاز دارند (BSQ/ساتوشی ها {0}).\nاز دست رفته: {1}
dao.feeTx.confirm=تایید {0} تراکنش
dao.feeTx.confirm.details={0} fee: {1}\nMining fee: {2} ({3} Satoshis/vbyte)\nTransaction vsize: {4} vKb\n\nAre you sure you want to publish the {5} transaction?
dao.feeTx.issuanceProposal.confirm.details={0} fee: {1}\nBTC needed for BSQ issuance: {2} ({3} Satoshis/BSQ)\nMining fee: {4} ({5} Satoshis/vbyte)\nTransaction vsize: {6} vKb\n\nIf your request is approved, you will receive the amount you requested net of the 2 BSQ proposal fee.\n\nAre you sure you want to publish the {7} transaction?
dao.news.bisqDAO.title=سازمان مستقل غیر متمرکز (Bisq (DAO
dao.news.bisqDAO.description=درست همانطور که مبادله کیف پول Bisq، غیر متمرکز و مقاوم در برابر سانسور است، مدل حاکمیت آن نیز وجود دارد و توکن های Bisq DAO و BSQ ابزارهایی هستند که آنرا محقق می سازند.
dao.news.bisqDAO.readMoreLink=درباره Bisq DAO بیشتر بدانید
dao.news.pastContribution.title=آیا مشارکت قبلی داشته اید؟ برای BSQ درخواست دهید.
dao.news.pastContribution.description=اگر در رابطه با کیف پول Bisq مشارکت داشته اید، لطفا از آدرس BSQ زیر استفاده کنید و برای دریافت بخشی از توزیع جنسیس BSQ درخواست دهید.
dao.news.pastContribution.yourAddress=آدرس کیف‌پول BSQ شما
dao.news.pastContribution.requestNow=حالا درخواست دهید.
dao.news.DAOOnTestnet.title=BISQ DAO را روی شبکه تستی، اجرا کنید.
dao.news.DAOOnTestnet.description=کیف پول Bisq DAO شبکه اصلی هنوز راه اندازی نشده است، اما شما می توانید با اجرای کیف پول Bisq DAO روی شبکه تستی، در مورد آن چیزهایی را یاد بگیرید.
dao.news.DAOOnTestnet.firstSection.title=1. به حالت شبکه تستی DAO تغییر وضعیت دهید.
dao.news.DAOOnTestnet.firstSection.content=از صفحه تنظیمات، به شبکه تستی DAO بروید.
dao.news.DAOOnTestnet.secondSection.title=2. چند BSQ را خریداری نمایید.
dao.news.DAOOnTestnet.secondSection.content=روی اسلک برای BSQ درخواست دهید و یا روی کیف پول Bisq ، BSQ را خریداری کنید.
dao.news.DAOOnTestnet.thirdSection.title=3. در یک چرخه رای گیری شرکت کنید.
dao.news.DAOOnTestnet.thirdSection.content=پروپوزال هایی تهیه کنید و برای تغییر جنبه های مختلف کیف پول Bisq، روی آنها رای گیری نمایید.
dao.news.DAOOnTestnet.fourthSection.title=4. Explore a BSQ Block Explorer
dao.news.DAOOnTestnet.fourthSection.content=از آنجا که BSQ تنها بیت کوین است، می توانید تراکنش های BSQ را روی مرورگر بلاک بیت کوین مشاهده کنید.
dao.news.DAOOnTestnet.readMoreLink=اسناد را به طور کامل مطالعه کنید.
dao.monitor.daoState=وضعیت DAO
dao.monitor.proposals=وضعیت طرح‌های پیشنهادی
dao.monitor.blindVotes=وضعیت رای‌های ناشناس
dao.monitor.table.peers=جفت ها
dao.monitor.table.conflicts=تعارضات
dao.monitor.state=وضعیت
dao.monitor.requestAlHashes=درخواست همه هش ها
dao.monitor.resync=همگام سازی مجدد وضعیت DAO
dao.monitor.table.header.cycleBlockHeight=ارتفاع بلاک / چرخه
dao.monitor.table.cycleBlockHeight={1} بلاک / {0} چرخه
dao.monitor.table.seedPeers={0} گره Seed:
dao.monitor.daoState.headline=وضعیت DAO
dao.monitor.daoState.table.headline=زنجیره هش های وضعیت DAO
dao.monitor.daoState.table.blockHeight=ارتفاع بلاک
dao.monitor.daoState.table.hash=هش وضعیت DAO
dao.monitor.daoState.table.prev=هش قبلی
dao.monitor.daoState.conflictTable.headline=هش های وضعیت DAO از جفت هایی که با هم در تعارض هستند.
dao.monitor.daoState.utxoConflicts=تناقضات UTXO
dao.monitor.daoState.utxoConflicts.blockHeight=ارتفاع بلاک: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=مجموع همه UTXO ها:{0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=مجموع همه BSQ ها:{BSQ {0
dao.monitor.daoState.checkpoint.popup=DAO state is not in sync with the network. After restart the DAO state will resync.
dao.monitor.proposal.headline=وضعیت طرح‌های پیشنهادی
dao.monitor.proposal.table.headline=زنجیره هش های وضعیت پروپوزال
dao.monitor.proposal.conflictTable.headline=هش های وضعیت پروپوزال از جفت هایی که با هم در تعارض هستند.
dao.monitor.proposal.table.hash=هش وضعیت پروپوزال
dao.monitor.proposal.table.prev=هش قبلی
dao.monitor.proposal.table.numProposals=تعداد پروپوزال ها
dao.monitor.isInConflictWithSeedNode=داده های محلی شما حداقل با یک گره Seed در اشتراک نیستند. لطفا  مجددا وضعیت DAO را همگام سازی کنید.
dao.monitor.isInConflictWithNonSeedNode=یکی از همتایان شما با شبکه در اشتراک نیست، اما گره شما با گره های Seed همگام است.
dao.monitor.daoStateInSync=گره محلی شما با شبکه در اشتراک است.
dao.monitor.blindVote.headline=وضعیت رای‌های ناشناس
dao.monitor.blindVote.table.headline=زنجیره هش های وضعیت رای کور
dao.monitor.blindVote.conflictTable.headline=هش های وضعیت رای کور، از جفت هایی که با هم در تعارض هستند.
dao.monitor.blindVote.table.hash=هش وضعیت رای کور
dao.monitor.blindVote.table.prev=هش قبلی
dao.monitor.blindVote.table.numBlindVotes=No. blind votes
dao.factsAndFigures.menuItem.supply=BSQ Supply
dao.factsAndFigures.menuItem.transactions=تراکنش‌های BSQ
dao.factsAndFigures.dashboard.avgPrice90=90 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgPrice30=30 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=مجموع BSQ در دسترس
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=BSQ issued v. BSQ burnt
dao.factsAndFigures.supply.issued=BSQ issued
dao.factsAndFigures.supply.compReq=درخواست های خسارت
dao.factsAndFigures.supply.reimbursement=Reimbursement requests
dao.factsAndFigures.supply.genesisIssueAmount=BSQ صادر شده در تراکنش پیدایش
dao.factsAndFigures.supply.compRequestIssueAmount=BSQ صادر شده برای درخواست‌های مصادره
dao.factsAndFigures.supply.reimbursementAmount=BSQ صادر شده برای درخواست‌های بازپرداخت
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ burnt
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=حجم معامله
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=وضعیت جهانی BSQ های قفل شده
dao.factsAndFigures.supply.totalLockedUpAmount=قفل شده در ضمانت‌ها
dao.factsAndFigures.supply.totalUnlockingAmount=رها کردن BSQ از ضمانت‌ها
dao.factsAndFigures.supply.totalUnlockedAmount=BSQ رها شده از ضمانت‌ها
dao.factsAndFigures.supply.totalConfiscatedAmount=BSQ مصادره شده از ضمانت‌ها
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=تراکنش پیدایش
dao.factsAndFigures.transactions.genesisBlockHeight=طول بلاک پیدایش
dao.factsAndFigures.transactions.genesisTxId=شناسه تراکنش پیدایش
dao.factsAndFigures.transactions.txDetails=آمار تراکنش‌های BSQ
dao.factsAndFigures.transactions.allTx=تعداد تمام تراکنش‌های BSQ
dao.factsAndFigures.transactions.utxo=تعداد تمام خروجی تراکنش‌های خرج نشده
dao.factsAndFigures.transactions.compensationIssuanceTx=تعداد تمام تراکنش‌های صدور درخواست مصادره
dao.factsAndFigures.transactions.reimbursementIssuanceTx=تعداد تمام تراکنش‌های صدور درخواست بازپرداخت
dao.factsAndFigures.transactions.burntTx=تعداد تمام تراکنش‌های کارمزد پرداخت
dao.factsAndFigures.transactions.invalidTx=No. of all invalid transactions
dao.factsAndFigures.transactions.irregularTx=No. of all irregular transactions
####################################################################
# Windows
####################################################################
@ -2120,8 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=Do you want to close without doing any
emptyWalletWindow.headline=ابزار اضطراری کیف پول {0}
emptyWalletWindow.info=لطفاً تنها در مورد اضطراری از آن استفاده کنید اگر نمی توانید به وجه خود از UI دسترسی داشته باشید.\n\nلطفاً توجه داشته باشید که تمام معاملات باز به طور خودکار در هنگام استفاده از این ابزار، بسته خواهد شد.\n\nقبل از به کار گیری این ابزار، از راهنمای داده ی خود پشتیبان بگیرید. می توانید این کار را در \"حساب/پشتیبان\" انجام دهید.\n\nلطفاً مشکل خود را به ما گزارش کنید و گزارش مشکل را در GitHub یا تالار گفتگوی Bisq بایگانی کنید تا ما بتوانیم منشأ مشکل را بررسی نماییم.
emptyWalletWindow.balance=موجودی در دسترس کیف‌پول شما
emptyWalletWindow.bsq.btcBalance=موجودی غیر BSQ بر اساس ساتوشی
emptyWalletWindow.address=آدرس مقصد شما
emptyWalletWindow.button=ارسال تمام وجوه
emptyWalletWindow.openOffers.warn=شما معاملات بازی دارید که اگر کیف پول را خالی کنید، حذف خواهند شد.\nآیا شما مطمئن هستید که می خواهید کیف پول را خالی کنید؟
@ -2146,10 +1430,8 @@ filterWindow.seedNode=گره های seed فیلتر شده (آدرس های Onio
filterWindow.priceRelayNode=گره های رله قیمت فیلترشده (آدرس های Onion جدا شده با ویرگول)
filterWindow.btcNode=گره‌های بیت‌کوین فیلترشده (آدرس + پورت جدا شده با ویرگول)
filterWindow.preventPublicBtcNetwork=جلوگیری از استفاده ازشبکه عمومی بیت‌کوین
filterWindow.disableDao=Disable DAO
filterWindow.disableAutoConf=Disable auto-confirm
filterWindow.autoConfExplorers=Filtered auto-confirm explorers (comma sep. addresses)
filterWindow.disableDaoBelowVersion=Min. version required for DAO
filterWindow.disableTradeBelowVersion=Min. version required for trading
filterWindow.add=افزودن فیلتر
filterWindow.remove=حذف فیلتر
@ -2223,7 +1505,6 @@ tradeDetailsWindow.detailData=Detail data
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2235,9 +1516,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=وارد کردن رمز عبور به منظور باز کردن
torNetworkSettingWindow.header=تنظیمات شبکه Tor 
@ -2317,12 +1595,6 @@ popup.warning.tooLargePercentageValue=شما نمیتوانید درصد 100٪
popup.warning.examplePercentageValue=لطفا یک عدد درصد مانند \"5.4\" برای 5.4% وارد کنید
popup.warning.noPriceFeedAvailable=برای این ارز هیچ خوراک قیمتی وجود ندارد. شما نمیتوانید از یک درصد بر اساس قیمت استفاده کنید. \nلطفا قیمت مقطوع را انتخاب کنید.
popup.warning.sendMsgFailed=ارسال پیام به شریک معاملاتی شما ناموفق بود. \nلطفا دوباره امتحان کنید و اگر همچنان ناموفق بود، گزارش یک اشکال را ارسال کنید.
popup.warning.insufficientBtcFundsForBsqTx=شما BTC کافی برای پرداخت کارمزد استخراج آن تراکنش BSQ را ندارید.\nلطفاً کیف پول BTC خود را شارژ نموده تا قادر به انتقال BSQ باشید.\nBTC موردنیاز: {0}
popup.warning.bsqChangeBelowDustException=This transaction creates a BSQ change output which is below dust limit (5.46 BSQ) and would be rejected by the Bitcoin network.\n\nYou need to either send a higher amount to avoid the change output (e.g. by adding the dust amount to your sending amount) or add more BSQ funds to your wallet so you avoid to generate a dust output.\n\nThe dust output is {0}.
popup.warning.btcChangeBelowDustException=This transaction creates a change output which is below dust limit (546 Satoshi) and would be rejected by the Bitcoin network.\n\nYou need to add the dust amount to your sending amount to avoid to generate a dust output.\n\nThe dust output is {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=You''ll need more BSQ to do this transaction—the last 5.46 BSQ in your wallet cannot be used to pay trade fees because of dust limits in the Bitcoin protocol.\n\nYou can either buy more BSQ or pay trade fees with BTC.\n\nMissing funds: {0}
popup.warning.noBsqFundsForBtcFeePayment=کیف‌پول BSQ شما BSQ کافی برای پرداخت کارمزد معامله به BSQ را ندارد.
popup.warning.messageTooLong=پیام شما بیش از حداکثر اندازه مجاز است. لطفا آن را در چند بخش ارسال کنید یا آن را در یک سرویس مانند https://pastebin.com آپلود کنید.
popup.warning.lockedUpFunds=You have locked up funds from a failed trade.\nLocked up balance: {0} \nDeposit tx address: {1}\nTrade ID: {2}.\n\nPlease open a support ticket by selecting the trade in the open trades screen and pressing \"alt + o\" or \"option + o\"."
@ -2336,8 +1608,6 @@ popup.warning.nodeBanned=One of the {0} nodes got banned.
popup.warning.priceRelay=رله قیمت
popup.warning.seed=دانه
popup.warning.mandatoryUpdate.trading=Please update to the latest Bisq version. A mandatory update was released which disables trading for old versions. Please check out the Bisq Forum for more information.
popup.warning.mandatoryUpdate.dao=Please update to the latest Bisq version. A mandatory update was released which disables the Bisq DAO and BSQ for old versions. Please check out the Bisq Forum for more information.
popup.warning.disable.dao=The Bisq DAO and BSQ are temporary disabled. Please check out the Bisq Forum for more information.
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC=This transaction is not possible, as the mining fees of {0} would exceed the amount to transfer of {1}. Please wait until the mining fees are low again or until you''ve accumulated more BTC to transfer.
@ -2356,7 +1626,6 @@ popup.info.cashDepositInfo.confirm=تأیید می کنم که می توانم
popup.info.shutDownWithOpenOffers=Bisq در حال خاموش شدن است ولی پیشنهاداتی وجود دارند که باز هستند.\n\nزمانی که Bisq بسته باشد این پیشنهادات در شبکه P2P در دسترس نخواهند بود، ولی هر وقت دوباره Bisq را باز کنید این پیشنهادات دوباره در شبکه P2P منتشر خواهند شد.\n\n برای اینکه پیشنهادات شما برخط بمانند، بگذارید Bisq در حال اجرابماند و همچنین مطمئن شوید که این کامپیوتر به اینترنت متصل است. (به عنوان مثال مطمئن شوید که به حالت آماده باش نمی‌رود.. البته حالت آماده باش برای نمایشگر ایرادی ندارد).
popup.info.qubesOSSetupInfo=It appears you are running Bisq on Qubes OS. \n\nPlease make sure your Bisq qube is setup according to our Setup Guide at [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade from version {0} to version {1} is not supported. Please use the latest Bisq version.
popup.warn.daoRequiresRestart=There was a problem with synchronizing the DAO state. You have to restart the application to fix the issue.
popup.privateNotification.headline=اعلان خصوصی مهم!
@ -2528,7 +1797,6 @@ navigation.settings.preferences=\"تنظیمات/اولویت ها\"
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"وجوه/تراکنش ها\"
navigation.support=\"پشتیبانی\"
navigation.dao.wallet.receive=\"DAO/کیف پول BSQ/دریافت\"
####################################################################
@ -2558,12 +1826,6 @@ XMR_MAINNET=Monero Mainnet
XMR_TESTNET=Monero Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Bitcoin DAO Testnet (deprecated)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO Betanet (Bitcoin Mainnet)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Bitcoin DAO Regtest
time.year=سال
time.month=ماه
@ -2910,9 +2172,7 @@ validation.accountNrChars=عدد حساب باید متشکل از {0} کارا
validation.btc.invalidAddress=آدرس درست نیست. لطفا فرمت آدرس را بررسی کنید
validation.integerOnly=لطفا فقط اعداد صحیح را وارد کنید.
validation.inputError=ورودی شما یک خطا ایجاد کرد: {0}
validation.bsq.insufficientBalance=موجودی در دسترس شما {0} است.
validation.btc.exceedsMaxTradeLimit=حدمعامله شما {0} است.
validation.bsq.amountBelowMinAmount=مقدار حداقل {0} است
validation.nationalAccountId={0} باید شامل {1} عدد باشد.
#new
@ -2934,7 +2194,6 @@ validation.bic.invalidLocationCode=BIC حاوی کد مکان نامعتبر ا
validation.bic.invalidBranchCode=BIC حاوی کد شعبه نامعتبر است
validation.bic.sepaRevolutBic=حساب های Revolut Sepa پشتیبانی نمی شود.
validation.btc.invalidFormat=Invalid format for a Bitcoin address.
validation.bsq.invalidFormat=Invalid format for a BSQ address.
validation.email.invalidAddress=آدرس نامعتبر است
validation.iban.invalidCountryCode=کد کشور نامعتبر است
validation.iban.checkSumNotNumeric=سرجمع باید عددی باشد

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Solde du portefeuille de trading
shared.makerTxFee=Maker: {0}
shared.takerTxFee=Taker: {0}
shared.iConfirm=Je confirme
shared.tradingFeeInBsqInfo=environ {0}
shared.openURL=Ouvert {0}
shared.fiat=Fiat
shared.crypto=Crypto
@ -204,9 +203,6 @@ shared.actions=Actions
shared.buyerUpperCase=Acheteur
shared.sellerUpperCase=Vendeur
shared.new=NOUVEAU
shared.blindVoteTxId=ID de la transaction du vote caché
shared.proposal=Proposition
shared.votes=Votes
shared.learnMore=En savoir plus
shared.dismiss=Rejeter
shared.selectedArbitrator=Arbitre sélectionné
@ -240,7 +236,6 @@ mainView.menu.funds=Fonds
mainView.menu.support=Assistance
mainView.menu.settings=Paramètres
mainView.menu.account=Compte
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=Prix du marché par {0}
mainView.marketPrice.bisqInternalPrice=Cours de la dernière transaction Bisq
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(localhost)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Taux des frais: {0} sat/vB
mainView.footer.btcInfo.initializing=Connexion au réseau Bitcoin en cours
mainView.footer.bsqInfo.synchronizing=/ Synchronisation DAO en cours
mainView.footer.btcInfo.synchronizingWith=Synchronisation avec {0} au block: {1}/ {2}
mainView.footer.btcInfo.synchronizedWith=Synchronisé avec {0} au block {1}
mainView.footer.btcInfo.connectingTo=Se connecte à
mainView.footer.btcInfo.connectionFailed=Échec de la connexion à
mainView.footer.p2pInfo=Pairs du réseau bitcoin: {0} / pairs du réseau Bisq: {1}
mainView.footer.daoFullNode=DAO full node
mainView.bootstrapState.connectionToTorNetwork=(1/4) Connection au réseau Tor...
mainView.bootstrapState.torNodeCreated=(2/4) Noeud Tor créé
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=Frais de minage
createOffer.fundsBox.placeOfferSpinnerInfo=Publication de l'ordre en cours ...
createOffer.fundsBox.paymentLabel=Transaction Bisq avec l''ID {0}
createOffer.fundsBox.fundsStructure=({0} dépôt de garantie, {1} frais de transaction, {2} frais de minage)
createOffer.fundsBox.fundsStructure.BSQ=({0} dépôt de garantie, {1} frais de minage) + {2} frais de transaction
createOffer.success.headline=Votre ordre a été publiée
createOffer.success.info=Vous pouvez gérer vos ordres en cours dans \"Portfolio/Mes ordres\".
createOffer.info.sellAtMarketPrice=Vous vendrez toujours au prix du marché car le prix de votre ordre sera continuellement mis à jour.
@ -882,7 +874,6 @@ funds.locked.locked=Vérouillé en multisig pour le trade avec l''ID: {0}
funds.tx.direction.sentTo=Envoyer à:
funds.tx.direction.receivedWith=Reçu depuis:
funds.tx.direction.genesisTx=Depuis le tx Genesis:
funds.tx.txFeePaymentForBsqTx=Frais de minage du tx BSQ
funds.tx.createOfferFee=Frais du maker et du tx: {0}
funds.tx.takeOfferFee=Frais du taker et du tx: {0}
funds.tx.multiSigDeposit=Dépôt multisig: {0}
@ -896,15 +887,11 @@ funds.tx.unknown=Raison inconnue: {0}
funds.tx.noFundsFromDispute=Aucun remboursement en cas de litige
funds.tx.receivedFunds=Fonds reçus
funds.tx.withdrawnFromWallet=Retiré depuis le portefeuille
funds.tx.withdrawnFromBSQWallet=BTC retiré depuis le portefeuille BSQ
funds.tx.memo=Résumé
funds.tx.noTxAvailable=Pas de transactions disponibles
funds.tx.revert=Revertir
funds.tx.txSent=Transaction envoyée avec succès vers une nouvelle adresse dans le portefeuille local bisq.
funds.tx.direction.self=Envoyé à vous même
funds.tx.daoTxFee=Frais de mineur de la tx BSQ
funds.tx.reimbursementRequestTxFee=Demande de remboursement
funds.tx.compensationRequestTxFee=Requête de compensation
funds.tx.dustAttackTx=dust reçues
funds.tx.dustAttackTx.popup=Cette transaction va envoyer un faible montant en BTC sur votre portefeuille ce qui pourrait constituer une tentative d'espionnage de la part de sociétés qui analyse la chaine.\n\nSi vous utilisez cette transaction de sortie des données dans le cadre d'une transaction représentant une dépense il sera alors possible de comprendre que vous êtes probablement aussi le propriétaire de l'autre adresse (coin merge).\n\nAfin de protéger votre vie privée, le portefeuille Bisq ne tient pas compte de ces "dust outputs" dans le cadre des transactions de vente et dans l'affichage de la balance. Vous pouvez définir une quantité seuil lorsqu'une "output" est considérée comme poussière dans les réglages.
@ -996,9 +983,7 @@ settings.tab.about=À propos
setting.preferences.general=Préférences générales
setting.preferences.explorer=Exploreur Bitcoin
setting.preferences.explorer.bsq=Exploreur Bisq
setting.preferences.deviation=Ecart maximal par rapport au prix du marché
setting.preferences.bsqAverageTrimThreshold=Seuil de valeur trop élévé pour le BSQ
setting.preferences.avoidStandbyMode=Éviter le mode veille
setting.preferences.autoConfirmXMR=Auto-confirmation XMR
setting.preferences.autoConfirmEnabled=Activé
@ -1032,19 +1017,6 @@ setting.preferences.notifyOnPreRelease=Recevoir les notifications de pré-sortie
setting.preferences.resetAllFlags=Réinitialiser toutes les balises de notification \"Don't show again\"
settings.preferences.languageChange=Un redémarrage est nécessaire pour appliquer le changement de langue à tous les écrans.
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.resyncFromGenesis.label=Reconstituer l'état de la DAO à partir du tx genesis
setting.preferences.dao.resyncFromResources.label=Reconstruire l'état du DAO à partir des ressources
setting.preferences.dao.resyncFromResources.popup=Après un redémarrage de l'application les données de gouvernance du réseau Bisq seront rechargées à partir des noeuds sources et l'état du consensus BSQ sera reconstruit à partir des derniers fichiers de ressources.
setting.preferences.dao.resyncFromGenesis.popup=La synchronisation à partir de la transaction d'origine consomme beaucoup de temps et de ressources CPU. Êtes-vous sûr de vouloir resynchroniser ? En général, la resynchronisation à partir du dernier fichier de ressources est suffisante et plus rapide. \n\nAprès le redémarrage de l'application, les données de gestion du réseau Bisq seront rechargées à partir du nœud d'amorçage et l'état de synchronisation BSQ sera reconstruit à partir de la transaction initiale.
setting.preferences.dao.resyncFromGenesis.resync=Resynchroniser depuis Genesis et fermer
setting.preferences.dao.isDaoFullNode=Exécuter la DAO de Bisq en tant que full node
setting.preferences.dao.rpcUser=Nom d'utilisateur RPC
setting.preferences.dao.rpcPw=Mot de passe RPC
setting.preferences.dao.blockNotifyPort=Bloquer le port de notification
setting.preferences.dao.fullNodeInfo=Pour exécuter la DAO de Bisq en tant que full node, vous devez avoir Bitcoin Core en exécution locale et avec le RPC activé. Toutes les recommandations sont indiquées dans ''{0}''.\n\nAprès avoir changé de mode, vous serez contraint de redémarrer..
setting.preferences.dao.fullNodeInfo.ok=Ouvrir la page des docs
setting.preferences.dao.fullNodeInfo.cancel=Non, je m'en tiens au mode lite node
settings.preferences.editCustomExplorer.headline=Paramètres de l'explorateur
settings.preferences.editCustomExplorer.description=Choisissez un explorateur défini par le système depuis la liste à gauche, et/où customisez-le pour satisfaire vos préférences.
settings.preferences.editCustomExplorer.available=Explorateurs disponibles
@ -1090,7 +1062,7 @@ settings.net.needRestart=Vous devez redémarrer l'application pour appliquer cet
settings.net.notKnownYet=Pas encore connu...
settings.net.sentData=Données envoyées: {0}, {1} messages, {2} messages/seconde
settings.net.receivedData=Données reçues: {0}, {1} messages, {2} messages/seconde
settings.net.chainHeight=Hauteur de la chaîne DAO de Bisq: {0} | Hauteur de la chaîne des pairs Bitcoin: {1}
settings.net.chainHeight=Hauteur de la chaîne des pairs Bitcoin: {1}
settings.net.ips=[IP address:port | host name:port | onion address:port] (séparés par des virgules). Le port peut être ignoré si utilisé par défaut (8333).
settings.net.seedNode=Seed node
settings.net.directPeer=Pair (direct)
@ -1144,14 +1116,10 @@ setting.about.shortcuts.walletDetails=Ouvrir la fenêtre avec les détails sur l
setting.about.shortcuts.openEmergencyBtcWalletTool=Ouvrir l'outil de portefeuille d'urgence pour BTC
setting.about.shortcuts.openEmergencyBsqWalletTool=Ouvrir l'outil de portefeuille d'urgence pour BSQ
setting.about.shortcuts.showTorLogs=Basculer le niveau de log pour les messages Tor entre DEBUG et WARN
setting.about.shortcuts.manualPayoutTxWindow=Ouvrir la fenêtre pour le paiement manuel à partir du tx de dépôt Multisig 2of2
setting.about.shortcuts.reRepublishAllGovernanceData=Publier à nouveau les données sur la gouvernance de la DAO (propositions, votes)
setting.about.shortcuts.removeStuckTrade=Ouvrez la popup pour déplacer ce trade échoué vers l'onglet des trades ouverts.
setting.about.shortcuts.removeStuckTrade.value=Sélectionnez l'échange échoué et appuyez sur: {0}
@ -1337,687 +1305,6 @@ account.notifications.noWebCamFound.warning=Aucune webcam n'a été trouvée.\n\
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é.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Faits et chiffres
dao.tab.bsqWallet=Portefeuille BSQ
dao.tab.proposals=Gouvernance
dao.tab.bonding=Bonding
dao.tab.proofOfBurn=Frais d'inscription des actifs/Preuve du burn
dao.tab.monitor=Contrôleur réseau
dao.tab.news=Actualités
dao.paidWithBsq=payé en BSQ
dao.availableBsqBalance=Disponible à dépenser (vérifiées + sorties non confirmées)
dao.verifiedBsqBalance=Balance de toutes les UTXOs vérifiées
dao.unconfirmedChangeBalance=Solde de toute les transactions de sorties non confirmées
dao.unverifiedBsqBalance=Solde de toutes les transactions non vérifiées (en attente de confirmation du bloc)
dao.lockedForVoteBalance=Utilisé pour le vote
dao.lockedInBonds=Verrouillé en bonds
dao.availableNonBsqBalance=Solde disponible non-BSQ (BTC)
dao.reputationBalance=Score de mérite (non dépensable)
dao.tx.published.success=Votre transaction a été publiée avec succès.
dao.proposal.menuItem.make=Faire une proposition
dao.proposal.menuItem.browse=Parcourir les demandes en cours
dao.proposal.menuItem.vote=Vote pour les propositions
dao.proposal.menuItem.result=Résultats des votes
dao.cycle.headline=Cycle de vote
dao.cycle.overview.headline=Aperçu du cycle de vote
dao.cycle.currentPhase=Phase actuelle
dao.cycle.currentBlockHeight=Hauteur actuelle de bloc
dao.cycle.proposal=Phase de proposition
dao.cycle.proposal.next=Prochaine étape de proposition
dao.cycle.blindVote=Phase de vote caché
dao.cycle.voteReveal=Phase de dévoilement du vote
dao.cycle.voteResult=Résultat du vote
dao.cycle.phaseDuration={0} blocs (≈{1}); Blocs {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Bloc {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=Transaction du dévoilement du vote publiée.
dao.voteReveal.txPublished=Votre transaction de dévoilement du vote avec l''ID de transaction {0} a été publiée avec succès.\n\nCeci se produit automatiquement avec le logiciel si vous avez participé au processus de vote de la DAO.
dao.results.cycles.header=Cycles
dao.results.cycles.table.header.cycle=Cycle
dao.results.cycles.table.header.numProposals=Propositions
dao.results.cycles.table.header.voteWeight=Poids du vote
dao.results.cycles.table.header.issuance=Émission
dao.results.results.table.item.cycle=Cycle {0} commencé: {1}
dao.results.proposals.header=Proposition relative au cycle sélectionné
dao.results.proposals.table.header.nameLink=Nom/lien
dao.results.proposals.table.header.details=Détails
dao.results.proposals.table.header.myVote=Mon vote
dao.results.proposals.table.header.result=Résultat du vote
dao.results.proposals.table.header.threshold=Seuil
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=Résultats des votes pour les propositions sélectionnées
dao.results.exceptions=Exception(s) au résultat du vote
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Indéfini
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=BSQ maker fee
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=BSQ taker fee
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Min. BSQ maker fee
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Min. BSQ taker fee
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=BTC maker fee
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=BTC taker fee
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Min. BTC maker fee
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Min. BTC taker fee
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Frais de l'ordre en BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Frais de vote en BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Demande de compensation min. Montant BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Demande de compensation max. Montant BSQ
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=Demande de remboursement min. Montant BSQ
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=Demande de remboursement max. Montant BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Quorum requis en BSQ pour une proposition standard
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Quorum requis dans BSQ pour une demande d'indemnisation
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Quorum requis dans BSQ pour une demande de remboursement
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Quorum requis dans BSQ pour modifier un paramètre
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Quorum requis dans BSQ pour retirer un actif
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Quorum requis dans BSQ pour une demande de confiscation
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Quorum requis dans BSQ pour les demandes de rôle en bond
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Seuil requis en % pour une proposition standard
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Seuil requis en % pour une demande d'indemnisation
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Seuil requis en % pour une demande de remboursement
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Seuil requis en % pour une modification de paramètre
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Seuil requis en % pour une suppression d'un actif
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Seuil requis en % pour une demande de confiscation
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Seuil requis en % pour les demandes de rôle en bond
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=Adresse de réception BTC
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Coût journalier du listing des actifs
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Volume minimal d'échanges pour les actifs
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Temps de verrouillage du tx de versement alternative du trade
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Frais d'arbitrage en BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Montant d'échange max. en BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Bonded role unit factor en BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Limite d'émission par cycle en BSQ
dao.param.currentValue=Valeur actuelle: {0}
dao.param.currentAndPastValue=Valeur actuelle: {0} (Valeur au moment de l''offre: {1})
dao.param.blocks={0} blocs
dao.results.invalidVotes=Il est fait état de votes invalides au cours de ce cycle de vote. Cela peut arriver si un vote n''a pas été bien distribué sur le réseau Bisq.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Indéfini
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Phase de proposition
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Interruption 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Phase de vote caché
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Interruption 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Phase de dévoilement du vote
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Interruption 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Phase du résultat
dao.results.votes.table.header.stakeAndMerit=Poids du vote
dao.results.votes.table.header.stake=Mise
dao.results.votes.table.header.merit=Gagné
dao.results.votes.table.header.vote=Vote
dao.bond.menuItem.bondedRoles=Bonded roles
dao.bond.menuItem.reputation=Bonded reputation
dao.bond.menuItem.bonds=Bonds
dao.bond.dashboard.bondsHeadline=Bonded BSQ
dao.bond.dashboard.lockupAmount=Immobiliser les fonds
dao.bond.dashboard.unlockingAmount=Déverrouiller des fonds (veuillez attendre que la période de verrouillage soit terminée).
dao.bond.reputation.header=Verrouiller un bond pour la réputation
dao.bond.reputation.table.header=Mes bonds de réputation
dao.bond.reputation.amount=Quantité de BSQ à bloquer
dao.bond.reputation.time=Délai de déverrouillage en blocs
dao.bond.reputation.salt=Salage
dao.bond.reputation.hash=Hash
dao.bond.reputation.lockupButton=Vérrouillage
dao.bond.reputation.lockup.headline=Confirmer la transaction de verrouillage.
dao.bond.reputation.lockup.details=Montant verrouillé : {0}\nTemps de déverrouillage: {1} block(s) (environ {2})\n\nFrais de minage: {3} ({4} Satoshis/byte)\nTaille virtuelle de la transaction: {5} vKb\n\nÊtes-vous certain de vouloir procéder?
dao.bond.reputation.unlock.headline=Confirmer le déblocage de la transaction
dao.bond.reputation.unlock.details=Montant du déverrouillage: {0}\nTemps de déverrouillage: {1} block(s) (environ {2})\n\nFrais de minage : {3} ({4} Satoshis/vbyte)\nTaille virtuelle de la transaction: {5} vKb\n\nÊtes-vous certain de vouloir procéder ?
dao.bond.allBonds.header=Tous les bonds
dao.bond.bondedReputation=Bonded Reputation
dao.bond.bondedRoles=Bonded roles
dao.bond.details.header=Détails du rôle
dao.bond.details.role=Rôle
dao.bond.details.requiredBond=BSQ requis pour le bond
dao.bond.details.unlockTime=Délai de déverrouillage en blocs
dao.bond.details.link=Lien vers la description des rôles
dao.bond.details.isSingleton=Peut être utilisé par détenteurs de plusieurs rôles
dao.bond.details.blocks={0} blocs
dao.bond.table.column.name=Nom
dao.bond.table.column.link=Lien
dao.bond.table.column.bondType=Type de Bond
dao.bond.table.column.details=Détails
dao.bond.table.column.lockupTxId=Verrouiller le Tx de l'ID
dao.bond.table.column.bondState=État du bond
dao.bond.table.column.lockTime=Temps de déverrouillage
dao.bond.table.column.lockupDate=Date de verrouillage
dao.bond.table.button.lockup=Vérrouillage
dao.bond.table.button.unlock=Déverrouiller
dao.bond.table.button.revoke=Révoquer
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Indéfini
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Pas encore bonded
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=Vérrouillage en attente
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Bond verrouillé
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=En attente de dévérrouillage
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Déverrouiller le tx confirmé
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Déblocage du Bond
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Bond déverrouillé
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Bond confisqué
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Indéfini
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Bonded role
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Bonded reputation
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Indéfini
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=Admin GitHub
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Admin du Forum
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Admin Twitter
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Administrateur de Keybase
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=Admin YouTube
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Mainteneur Bisq
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Maintainer BitcoinJ-fork
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Mainteneur Netlayer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Opérateur du site Web
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Opérateur du Forum
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Opérateur du nœud de la seed
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Opérateur du prix du noeud
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Opérateur du noeud Bitcoin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=Opérateur de marchés
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Opérateur de l'explorateur
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Opérateur relais pour les notifications mobile
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Titulaire du nom de domaine
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=DNS admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Médiateur
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Arbitre
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=Propriétaire de l'adresse BTC de donation
dao.burnBsq.assetFee=Listing des actifs
dao.burnBsq.menuItem.assetFee=Frais d'inscription des actifs
dao.burnBsq.menuItem.proofOfBurn=Preuve du burn
dao.burnBsq.header=Frais pour l'inscription des actifs
dao.burnBsq.selectAsset=Sélectionner un actif
dao.burnBsq.fee=Frais
dao.burnBsq.trialPeriod=Période d'essai
dao.burnBsq.payFee=Payer les frais
dao.burnBsq.allAssets=Tous les actifs
dao.burnBsq.assets.nameAndCode=Nom de l'actif
dao.burnBsq.assets.state=État
dao.burnBsq.assets.tradeVolume=Volume d'échange
dao.burnBsq.assets.lookBackPeriod=Durée de la vérification
dao.burnBsq.assets.trialFee=Frais pour la période d'essai
dao.burnBsq.assets.totalFee=Total des frais payés
dao.burnBsq.assets.days={0} jours
dao.burnBsq.assets.toFewDays=Les frais de l''actif sont trop bas. Le nombre minimum de jours pour la période d''essai est {0}.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Indéterminé
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=En période d'essai
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Activement tradé
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=Déréférencé pour cause d'inactivité
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Supprimée par un vote
dao.proofOfBurn.header=Preuve du burn
dao.proofOfBurn.amount=Montant
dao.proofOfBurn.preImage=Pre-image
dao.proofOfBurn.burn=Burn
dao.proofOfBurn.allTxs=Toutes les preuves des transactions de burn
dao.proofOfBurn.myItems=Ma preuve des transactions de burn
dao.proofOfBurn.date=Date
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Transactions
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Signer un message avec la clé provenant de la transaction de burn
dao.proofOfBurn.verify.window.title=Vérifier un message avec la clé provenant de la preuve de la transaction de burn
dao.proofOfBurn.copySig=Copier la signature dans le presse-papiers
dao.proofOfBurn.sign=Signer
dao.proofOfBurn.message=Message
dao.proofOfBurn.sig=Signature
dao.proofOfBurn.verify=Vérifier
dao.proofOfBurn.verificationResult.ok=Vérification réussie
dao.proofOfBurn.verificationResult.failed=Échec de la vérification
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Indéfini
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Phase de proposition
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Interrompre avant la période de vote caché
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Phase de vote caché
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Interrompre avant la phase de dévoilement du vote
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Phase de dévoilement du vote
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Interrompre avant la phase de résultat
# suppress inspection "UnusedProperty"
dao.phase.RESULT=Période de résultat du vote
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Phase de proposition
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Cacher le vote
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Dévoilement du vote
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Résultat du vote
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Indéfini
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Demande de compensation
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Demande de remboursement
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Demande de bonded role
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Demande de retrait d'un actif
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Demande pour modifier un paramètre
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Demande standard
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Demande de confiscation d'un bond
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Indéfini
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Demande de compensation
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Demande de remboursement
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Bonded role
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Retrait d'un altcoin
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Modifier un paramètre
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Demande standard
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Confiscation d'un bond
dao.proposal.details=Détails relatifs à la proposition
dao.proposal.selectedProposal=Proposition sélectionnée
dao.proposal.active.header=Propositions relatives au cycle actuel
dao.proposal.active.remove.confirm=Êtes-vous certain de vouloir retirer cette proposition?\nLes frais de traitement de la proposition déjà payés seront perdus.
dao.proposal.active.remove.doRemove=Oui, retirer ma proposition
dao.proposal.active.remove.failed=Impossible de retirer la proposition
dao.proposal.myVote.title=Vote
dao.proposal.myVote.accept=Accepter la proposition
dao.proposal.myVote.reject=Rejeter la proposition
dao.proposal.myVote.removeMyVote=Ignorer la proposition
dao.proposal.myVote.merit=Poids du vote résultant des BSQ obtenus
dao.proposal.myVote.stake=Poids du vote en fonction de la mise
dao.proposal.myVote.revealTxId=ID de transaction du vote de dévoilement
dao.proposal.myVote.stake.prompt=Solde maximum pour la mise disponible pour le vote: {0}
dao.proposal.votes.header=Fixez une mise pour le vote et publiez vos votes
dao.proposal.myVote.button=Publier les votes
dao.proposal.myVote.setStake.description=Après avoir voté sur toutes les propositions, vous devez fixer votre mise pour le vote en bloquant des BSQ. Plus vous verrouillerez des BSQ, plus votre vote aura de poids. \n\nLes BSQ verrouillés pour le vote seront déverrouillés à nouveau pendant la phase de dévoilement du vote.
dao.proposal.create.selectProposalType=Sélectionner le type de proposition
dao.proposal.create.phase.inactive=Veuillez patienter jusqu'à la prochaine phase de proposition
dao.proposal.create.proposalType=Type de proposition
dao.proposal.create.new=Faire une nouvelle demande
dao.proposal.create.button=Faire une demande
dao.proposal.create.publish=Publier la demande
dao.proposal.create.publishing=La publication de la demande est en cours...
dao.proposal=Demande
dao.proposal.display.type=Type de demande
dao.proposal.display.name=Nom d'utilisateur GitHub exact
dao.proposal.display.link=Lien vers les informations détaillées
dao.proposal.display.link.prompt=Lien vers la proposition
dao.proposal.display.requestedBsq=Montant démandé en BSQ
dao.proposal.display.txId=ID de transaction de la proposition
dao.proposal.display.proposalFee=Frais de la demande
dao.proposal.display.myVote=Mon vote
dao.proposal.display.voteResult=Synthèse des résultats du vote
dao.proposal.display.bondedRoleComboBox.label=Type de rôle Bonded
dao.proposal.display.requiredBondForRole.label=Bond requis pour le rôle
dao.proposal.display.option=Option
dao.proposal.table.header.proposalType=Type de demande
dao.proposal.table.header.link=Lien
dao.proposal.table.header.myVote=Mon vote
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Enlever
dao.proposal.table.icon.tooltip.removeProposal=Retirer ma demande
dao.proposal.table.icon.tooltip.changeVote=Vote actuel: ''{0}'''. Modifier le vote pour: ''{1}''
dao.proposal.display.myVote.accepted=Accepté
dao.proposal.display.myVote.rejected=Rejeté
dao.proposal.display.myVote.ignored=Ignoré
dao.proposal.display.myVote.unCounted=Le vote n'a pas été inclus dans le résultat
dao.proposal.myVote.summary=Voté: {0}; Poids du vote: {1} (gagné: {2} + stake: {3}) {4}
dao.proposal.myVote.invalid=Le vote n'est pas valide
dao.proposal.voteResult.success=Accepté
dao.proposal.voteResult.failed=Rejeté
dao.proposal.voteResult.summary=Résultat : {0}; Seuil : {1} (requis> {2}); Quorum: {3} (requis> {4})
dao.proposal.display.paramComboBox.label=Sélectionner le paramètre à modifier
dao.proposal.display.paramValue=Valeur du paramètre
dao.proposal.display.confiscateBondComboBox.label=Choisir le bond
dao.proposal.display.assetComboBox.label=Actif à enlever
dao.blindVote=Masquer le vote
dao.blindVote.startPublishing=Publier la transaction du vote caché...
dao.blindVote.success=Votre transaction de vote caché a été publiée avec succès.\n\nVeuillez noter que vous devez être en ligne pendant la phase de dévoilement du vote pour que votre application Bisq puisse publier la transaction de dévoilement du vote. Sans le dévoilement du vote, votre vote serait invalide !
dao.wallet.menuItem.send=Envoyer
dao.wallet.menuItem.receive=Recevoir
dao.wallet.menuItem.transactions=Transactions
dao.wallet.dashboard.myBalance=Mon solde de portefeuille
dao.wallet.receive.fundYourWallet=Votre adresse de réception BSQ
dao.wallet.receive.bsqAddress=Adresse du portefeuille BSQ (nouvelle adresse non utilisée)
dao.wallet.send.sendFunds=Envoyer des fonds
dao.wallet.send.sendBtcFunds=Envoyer des fonds non-BSQ (BTC)
dao.wallet.send.amount=Montant en BSQ
dao.wallet.send.btcAmount=Montant en BTC (fonds non-BSQ)
dao.wallet.send.setAmount=Définir le montant à retirer (le montant minimum est {0})
dao.wallet.send.receiverAddress=Adresse BSQ du destinataire
dao.wallet.send.receiverBtcAddress=Adresse BTC du destinataire
dao.wallet.send.setDestinationAddress=Remplissez votre adresse de destination
dao.wallet.send.send=Envoyer des fonds en BSQ
dao.wallet.send.inputControl=Sélectionner les entrées
dao.wallet.send.sendBtc=Envoyer des fonds en BTC
dao.wallet.send.sendFunds.headline=Confirmer la demande de retrait
dao.wallet.send.sendFunds.details=Envoi: {0}\nVers l'adresse de réception: {1}.\nLes frais de minage requis sont de: {2} ({3} satoshis/byte)\nTaille virtuelle de la transaction: {4} vKb\n\nLe destinataire recevra: {5}\n\nÊtes-vous certain de vouloir retirer ce montant ?
dao.wallet.chainHeightSynced=Dernier bloc vérifié: {0}
dao.wallet.chainHeightSyncing=En attente des blocs.... {0} Blocs vérifiés sur {1}.
dao.wallet.tx.type=Type
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Indéfini
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=Non reconnu
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Transaction BSQ non vérifiée
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Transaction BSQ invalide
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Transaction genesis
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=Transférer des BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=BSQ reçu
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=BSQ énvoyé
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Frais de transaction
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Frais de demande de compensation
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Frais de demande de remboursement
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Frais de la demande
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Frais du vote caché
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Dévoilement du vote
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Verrouiller le bond
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Déverrouiller le bond
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Frais d'inscription des actifs
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Preuve du burn
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Irrégulier
dao.tx.withdrawnFromWallet=BTC prélevé sur le portefeuille
dao.tx.issuanceFromCompReq=Demande de compensation/émission
dao.tx.issuanceFromCompReq.tooltip=La demande de compensation a donné lieu à l''émission de nouveaux BSQ.\nDate d''émission: {0}
dao.tx.issuanceFromReimbursement=Demande de remboursement/émission
dao.tx.issuanceFromReimbursement.tooltip=Demande de remboursement ayant donné lieu à l''émission de nouveaux BSQ.\nDate d''émission : {0}.
dao.proposal.create.missingBsqFunds=Vous ne disposez pas de suffisamment de fonds en BSQ pour créer cette demande. Si vous avez une transaction BSQ non confirmée, vous devez attendre la confirmation de la blockchain car les BSQ ne seront validés que si elle est incluse dans un bloc.\nManquant: {0}
dao.proposal.create.missingBsqFundsForBond=Vous ne disposez pas d''assez de fonds en BSQ pour ce rôle. Vous pouvez toujours publier cette demande, mais vous aurez besoin du montant total de BSQ requis pour que ce rôle puisse être accepté.\nManquant: {0}
dao.proposal.create.missingMinerFeeFunds=Vous ne disposez pas des fonds en BTC suffisants pour créer cette demande de transaction. Toutes les transactions BSQ requièrent le paiement des frais BTC pour le minage.\nManquant: {0}
dao.proposal.create.missingIssuanceFunds=Vous ne disposez pas de fonds BTC suffisants pour créer cette demande de transaction. Toutes les transactions BSQ exigent des frais pour le mineur en BTC, et la création d''une transaction exige également des frais en BTC d''un montant de ({0} Satoshis/BSQ).\nManquant: {1}
dao.feeTx.confirm=Confirmer {0} transaction
dao.feeTx.confirm.details={0} frais: {1}\nFrais de minage: {2} ({3} Satoshis/byte)\nTaille virtuelle de la transaction: {4} vKb\n\nÊtes-vous certain de vouloir publier la transaction {5}?
dao.feeTx.issuanceProposal.confirm.details={0}frais: {1}\nBTC nécessaire pour l'émission des BSQ: {2} ({3} Satoshis/BSQ)\nFrais de minage: {4} ({5} Satoshis/byte)\nTaille virtuelle de la transaction: {6} vKb\n\nSi votre demande est approuvée, vous allez reçevoir le montant que vous avez requis, ôté des frais de la demande d'un montant de 2 BSQ.\n\nÊtes-vous sûr de vouloir publier la transaction {7}?
dao.news.bisqDAO.title=La DAO de BISQ
dao.news.bisqDAO.description=Tout comme la plateforme d'échange Bisq est décentralisée et résistante à la censure, son modèle de gouvernance l'est aussi - ainsi que les jetons de la DAO de Bisq et BSQ sont les outils qui rendent cela possible.
dao.news.bisqDAO.readMoreLink=En savoir plus sur la DAO de Bisq
dao.news.pastContribution.title=VOUS AVEZ PARTICIPÉ ANTÉRIEUREMENT ? DEMANDEZ DES BSQ
dao.news.pastContribution.description=Si vous avez participé à Bisq, veuillez utiliser l'adresse BSQ ci-dessous et faire une demande pour prendre part à la distribution genesis de BSQ.
dao.news.pastContribution.yourAddress=Adresse de votre portefeuille BSQ
dao.news.pastContribution.requestNow=Demander maintenant
dao.news.DAOOnTestnet.title=LANCEZ LA DAO DE BISQ SUR NOTRE TESTNET
dao.news.DAOOnTestnet.description=Le mainnet de la DAO de Bisq n'est pas encore lancé mais vous pouvez en savoir plus sur la DAO de Bisq en l'exécutant sur notre testnet.
dao.news.DAOOnTestnet.firstSection.title=1. Passer sur le mode Testnet de la DAO
dao.news.DAOOnTestnet.firstSection.content=Passez au Testnet de la DAO à partir de l'écran des paramètres.
dao.news.DAOOnTestnet.secondSection.title=2. Acquérir des BSQ
dao.news.DAOOnTestnet.secondSection.content=Demander des BSQ sur Slack ou acheter des BSQ sur Bisq.
dao.news.DAOOnTestnet.thirdSection.title=3. Participer à un cycle de vote
dao.news.DAOOnTestnet.thirdSection.content=Faire des demandes et voter pour des propositions visant à modifier divers aspects de Bisq.
dao.news.DAOOnTestnet.fourthSection.title=4. Explorez un explorateur de blocs BSQ
dao.news.DAOOnTestnet.fourthSection.content=Dans la mesure où BSQ est comme Bitcoin, vous pouvez voir les transactions en BSQ sur notre explorateur de blocs Bitcoin.
dao.news.DAOOnTestnet.readMoreLink=Lire la documentation complète
dao.monitor.daoState=Etat de la DAO
dao.monitor.proposals=État des propositions
dao.monitor.blindVotes=État des votes cachés
dao.monitor.table.peers=Pairs
dao.monitor.table.conflicts=Conflits
dao.monitor.state=Statut
dao.monitor.requestAlHashes=Demander tous les hashes
dao.monitor.resync=Etat de resync de la DAO
dao.monitor.table.header.cycleBlockHeight=Cycle / Hauteur de bloc
dao.monitor.table.cycleBlockHeight=Cycle {0} / bloc {1}
dao.monitor.table.seedPeers=Nœud de la seed: {0}
dao.monitor.daoState.headline=État de la DAO
dao.monitor.daoState.table.headline=État des hashes de la chaîne DAO
dao.monitor.daoState.table.blockHeight=Hauteur de bloc
dao.monitor.daoState.table.hash=État du hash de la DAO
dao.monitor.daoState.table.prev=Hash précédent
dao.monitor.daoState.conflictTable.headline=État des hashes des pairs de la DAO en situation de conflit
dao.monitor.daoState.utxoConflicts=conflits UTXO
dao.monitor.daoState.utxoConflicts.blockHeight=Hauteur de bloc: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Somme de tous les UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Somme de tous les BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=La DAO n'est pas en état de synchronisation avec le réseau. Après redémarrage, la DAO sera resynchronisé.
dao.monitor.proposal.headline=État des propositions
dao.monitor.proposal.table.headline=Etat du hachage de la chaîne de proposition
dao.monitor.proposal.conflictTable.headline=Etat de la proposition de hachage des pairs en conflit
dao.monitor.proposal.table.hash=État du hash de la proposition
dao.monitor.proposal.table.prev=Hash précédent
dao.monitor.proposal.table.numProposals=Nombre de propositions
dao.monitor.isInConflictWithSeedNode=Vos données locales ne font pas consensus avec au moins un nœud de la seed . Veuillez resynchroniser la DAO.
dao.monitor.isInConflictWithNonSeedNode=L'un de vos pairs n'est pas en consensus avec le réseau, mais votre nœud est synchronisé avec les nœuds de la seed.
dao.monitor.daoStateInSync=Votre nœud local est en consensus avec le réseau
dao.monitor.blindVote.headline=État des votes cachés
dao.monitor.blindVote.table.headline=État du hachage de la chaîne du vote caché
dao.monitor.blindVote.conflictTable.headline=Vote caché de l'état du hash des pairs en conflit
dao.monitor.blindVote.table.hash=État du Hash du vote caché
dao.monitor.blindVote.table.prev=Hash précédent
dao.monitor.blindVote.table.numBlindVotes=Nombre de votes cachés
dao.factsAndFigures.menuItem.supply=Quantité existante de bsq
dao.factsAndFigures.menuItem.transactions=Transactions BSQ
dao.factsAndFigures.dashboard.avgPrice90=Moyenne sur 90 jours du prix d'échange BSQ/BTC
dao.factsAndFigures.dashboard.avgPrice30=Moyenne sur 30 jours du prix d'échange BSQ/BTC
dao.factsAndFigures.dashboard.avgUSDPrice90=Moyenne sur 90 jours coefficientée du prix BSQ/USD
dao.factsAndFigures.dashboard.avgUSDPrice30=Moyenne sur 30 jours coefficientée du prix d'échange BSQ/USD
dao.factsAndFigures.dashboard.marketCap=Capitalisation du marché (basée sur la moyenne sur 30 jours du prix d'échange BSQ/USD)
dao.factsAndFigures.dashboard.availableAmount=BSQ disponible au total
dao.factsAndFigures.dashboard.volumeUsd=Volume total du trade en USD
dao.factsAndFigures.dashboard.volumeBtc=Volume total du trade en BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Moyenne du prix de trade BSQ/USD sur la période de temps sélectionnée dans le tableau
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Moyenne du prix de trade BSQ/BTC sur la période de temps sélectionnée dans le tableau
dao.factsAndFigures.supply.issuedVsBurnt=BSQ émis v. BSQ brûlé
dao.factsAndFigures.supply.issued=BSQ émis
dao.factsAndFigures.supply.compReq=Requêtes de compensation
dao.factsAndFigures.supply.reimbursement=Demandes de remboursement
dao.factsAndFigures.supply.genesisIssueAmount=BSQ émis lors de la transaction genesis
dao.factsAndFigures.supply.compRequestIssueAmount=BSQ émis pour les demandes de compensation
dao.factsAndFigures.supply.reimbursementAmount=BSQ émis pour les demandes de remboursement
dao.factsAndFigures.supply.totalIssued=BSQ produit au total
dao.factsAndFigures.supply.totalBurned=Total de BSQ brûlé
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ précédemment burn
dao.factsAndFigures.supply.priceChat=Prix du BSQ
dao.factsAndFigures.supply.volumeChat=Volume d'échange
dao.factsAndFigures.supply.tradeVolumeInUsd=Volume du trade en USD
dao.factsAndFigures.supply.tradeVolumeInBtc=Volume du trade en BTC
dao.factsAndFigures.supply.bsqUsdPrice=Prix BSQ/USD
dao.factsAndFigures.supply.bsqBtcPrice=Prix BSQ/BTC
dao.factsAndFigures.supply.btcUsdPrice=Prix BTC/USD
dao.factsAndFigures.supply.locked=État global des BSQ verrouillés
dao.factsAndFigures.supply.totalLockedUpAmount=Verrouillé dans les bonds
dao.factsAndFigures.supply.totalUnlockingAmount=Déverrouillage des BSQ en bonds
dao.factsAndFigures.supply.totalUnlockedAmount=BSQ déverrouillés des bonds
dao.factsAndFigures.supply.totalConfiscatedAmount=BSQ confisqués en bonds
dao.factsAndFigures.supply.proofOfBurn=Preuve de la destruction
dao.factsAndFigures.supply.bsqTradeFee=Frais de trade du BSQ
dao.factsAndFigures.supply.btcTradeFee=Frais de trade du BTC
dao.factsAndFigures.transactions.genesis=Transaction genesis
dao.factsAndFigures.transactions.genesisBlockHeight=Hauteur de bloc du bloc genesis
dao.factsAndFigures.transactions.genesisTxId=ID de la transaction genesis
dao.factsAndFigures.transactions.txDetails=Statistiques des transactions en BSQ
dao.factsAndFigures.transactions.allTx=Nombre de transactions en BSQ
dao.factsAndFigures.transactions.utxo=Nombre de transactions de sorties non dépensées
dao.factsAndFigures.transactions.compensationIssuanceTx=Nombre de transactions émises en demande de compensation
dao.factsAndFigures.transactions.reimbursementIssuanceTx=Nombre des transactions émises en demande de remboursement
dao.factsAndFigures.transactions.burntTx=Nombre de transactions ayant occasionné le paiement de frais
dao.factsAndFigures.transactions.invalidTx=Nombre de transactions invalides
dao.factsAndFigures.transactions.irregularTx=Nombre des transactions irrégulières
####################################################################
# Windows
####################################################################
@ -2120,8 +1407,6 @@ disputeSummaryWindow.close.noPayout.text=Voulez-vous fermer sans paiement ?
emptyWalletWindow.headline={0} Outil de secours du portefeuille
emptyWalletWindow.info=Veuillez utiliser ceci qu'en cas d'urgence si vous ne pouvez pas accéder à vos fonds à partir de l'interface utilisateur.\n\nVeuillez remarquer que touts les ordres en attente seront automatiquement fermés lors de l'utilisation de cet outil.\n\nAvant d'utiliser cet outil, veuillez sauvegarder votre répertoire de données. Vous pouvez le faire sur \"Compte/sauvegarde\".\n\nVeuillez nous signaler votre problème et déposer un rapport de bug sur GitHub ou sur le forum Bisq afin que nous puissions enquêter sur la source du problème.
emptyWalletWindow.balance=Votre solde disponible sur le portefeuille
emptyWalletWindow.bsq.btcBalance=Solde en Satoshis non-BSQ
emptyWalletWindow.address=Votre adresse de destination
emptyWalletWindow.button=Envoyer tous les fonds
emptyWalletWindow.openOffers.warn=Vous avez des ordres en cours qui seront supprimées si vous videz votre portefeuille.\nVous êtes certain de vouloir vider votre portefeuille ?
@ -2146,10 +1431,8 @@ filterWindow.seedNode=Nœuds de seed filtrés (adresses onion séparées par une
filterWindow.priceRelayNode=Nœuds relais avec prix filtrés (adresses onion séparées par une virgule)
filterWindow.btcNode=Nœuds Bitcoin filtrés (adresses séparées par une virgule + port)
filterWindow.preventPublicBtcNetwork=Empêcher l'utilisation du réseau public Bitcoin
filterWindow.disableDao=Désactiver la DAO
filterWindow.disableAutoConf=Désactiver la confirmation automatique
filterWindow.autoConfExplorers=Explorateur d'auto-confirmations filtrés (addresses à virgule de séparation)
filterWindow.disableDaoBelowVersion=Version minimale requise pour la DAO
filterWindow.disableTradeBelowVersion=Version min. nécessaire pour pouvoir échanger
filterWindow.add=Ajouter le filtre
filterWindow.remove=Retirer le filtre
@ -2223,7 +1506,6 @@ tradeDetailsWindow.detailData=Données détaillées
txDetailsWindow.headline=Détails de la transaction
txDetailsWindow.btc.note=Vous avez envoyé du BTC.
txDetailsWindow.bsq.note=Vous avez encoyé des fonds en BSQ. Le BSQ est du bitcoin coloré, donc la transaction ne s'affichera pas dans un explorateur BSQ tant qu'elle n'est pas confirmée dans un block bitcoin.
txDetailsWindow.sentTo=Envoyé à
txDetailsWindow.txId=ID de transaction
@ -2235,9 +1517,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Somme de tous les frais de mineur
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} du montant total du trade)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Somme de tous les frais de trade payés en BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} du montant total du trade)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Somme de tous les frais de trade payés en BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} du montant total du trade)
walletPasswordWindow.headline=Entrer le mot de passe pour déverouiller
torNetworkSettingWindow.header=Paramètres du réseau Tor
@ -2317,12 +1596,6 @@ popup.warning.tooLargePercentageValue=Vous ne pouvez pas définir un pourcentage
popup.warning.examplePercentageValue=Merci de saisir un nombre sous la forme d'un pourcentage tel que \"5.4\" pour 5.4%
popup.warning.noPriceFeedAvailable=Il n'y a pas de flux pour le prix de disponible pour cette devise. Vous ne pouvez pas utiliser un prix basé sur un pourcentage.\nVeuillez sélectionner le prix fixé.
popup.warning.sendMsgFailed=L'envoi du message à votre partenaire d'échange a échoué.\nMerci d'essayer de nouveau et si l'échec persiste merci de reporter le bug.
popup.warning.insufficientBtcFundsForBsqTx=Vous ne disposez pas de suffisamment de fonds BTC pour payer les frais du minage de cette transaction.\nVeuillez approvisionner votre portefeuille BTC.\nFonds manquants: {0}
popup.warning.bsqChangeBelowDustException=Cette transaction crée une BSQ change output qui est inférieure à la dust limit (5,46 BSQ) et serait rejetée par le réseau Bitcoin.\n\nVous devez soit envoyer un montant plus élevé pour éviter la change output (par exemple en ajoutant le montant de dust à votre montant d''envoi), soit ajouter plus de fonds BSQ à votre portefeuille pour éviter de générer une dust output.\n\nLa dust output est {0}.
popup.warning.btcChangeBelowDustException=Cette transaction crée une change output qui est inférieure à la dust limit (546 Satoshi) et serait rejetée par le réseau Bitcoin.\n\nVous devez ajouter la quantité de dust à votre montant envoyé pour éviter de générer une dust output.\n\nLa dust output est {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=Vous avez besoin de plus de BSQ pour effectuer cette transaction - le dernier 5,46 BSQ restant dans le portefeuille ne sera pas utilisé pour payer les frais de transaction en raison de la limite fractionnaire dans l'accord BTC. \n\nVous pouvez acheter plus de BSQ ou utiliser BTC pour payer les frais de transaction\n\nManque de fonds BSQ: {0}
popup.warning.noBsqFundsForBtcFeePayment=Votre portefeuille BSQ ne dispose pas de suffisamment de fonds pour payer les frais de transaction en BSQ.
popup.warning.messageTooLong=Votre message dépasse la taille maximale autorisée. Veuillez l'envoyer en plusieurs parties ou le télécharger depuis un service comme https://pastebin.com.
popup.warning.lockedUpFunds=Vous avez des fonds bloqués d''une transaction qui a échoué.\nSolde bloqué: {0}\nAdresse de la tx de dépôt: {1}\nID de l''échange: {2}.\n\nVeuillez ouvrir un ticket de support en sélectionnant la transaction dans l'écran des transactions ouvertes et en appuyant sur \"alt + o\" ou \"option + o\".
@ -2336,8 +1609,6 @@ popup.warning.nodeBanned=Un des noeuds {0} a été banni.
popup.warning.priceRelay=Relais de prix
popup.warning.seed=seed
popup.warning.mandatoryUpdate.trading=Veuillez faire une mise à jour vers la dernière version de Bisq. Une mise à jour obligatoire a été publiée, laquelle désactive le trading sur les anciennes versions. Veuillez consulter le Forum Bisq pour obtenir plus d'informations.
popup.warning.mandatoryUpdate.dao=Veuillez faire une mise à jour vers la dernière version de Bisq. Une mise à jour obligatoire a été publiée, laquelle désactive la DAO de Bisq et BSQ sur les anciennes versions. Veuillez consulter le Forum Bisq pour obtenir plus d'informations.
popup.warning.disable.dao=La DAO de Bisq et BSQ sont désactivés temporairement. Veuillez consulter le Forum Bisq pour obtenir plus d'informations.
popup.warning.noFilter=Nous n'avons pas reçu d'object de filtre de la part des noeuds source. Ceci n'est pas une situation attendue. Veuillez informer les développeurs de Bisq
popup.warning.burnBTC=Cette transaction n''est pas possible, car les frais de minage de {0} dépasseraient le montant à transférer de {1}. Veuillez patienter jusqu''à ce que les frais de minage soient de nouveau bas ou jusqu''à ce que vous ayez accumulé plus de BTC à transférer.
@ -2356,7 +1627,6 @@ popup.info.cashDepositInfo.confirm=Je confirme que je peux effectuer le dépôt.
popup.info.shutDownWithOpenOffers=Bisq est en cours de fermeture, mais des ordres sont en attente.\n\nCes ordres ne seront pas disponibles sur le réseau P2P si Bisq est éteint, mais ils seront republiés sur le réseau P2P la prochaine fois que vous lancerez Bisq.\n\nPour garder vos ordres en ligne, laissez Bisq en marche et assurez-vous que cet ordinateur reste aussi en ligne (pour cela, assurez-vous qu'il ne passe pas en mode veille...la veille du moniteur ne pose aucun problème).
popup.info.qubesOSSetupInfo=Il semble que vous exécutez Bisq sous Qubes OS.\n\nVeuillez vous assurer que votre Bisq qube est mis en place de la manière expliquée dans notre guide [LIEN:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=La rétrogradation depuis la version {0} vers la version {1} n'est pas supportée. Veuillez utiliser la dernière version de Bisq.
popup.warn.daoRequiresRestart=Il y'a eu un problème lors de la synchronisation de l'état du DAO. Vous devez redémarrer l'application pour pallier à ce problème.
popup.privateNotification.headline=Notification privée importante!
@ -2528,7 +1798,6 @@ navigation.settings.preferences=\"Paramètres/Préférences\"
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"Fonds/Transactions\"
navigation.support=\"Assistance\"
navigation.dao.wallet.receive=\"DAO/BSQ Portefeuille/Recevoir\"
####################################################################
@ -2558,12 +1827,6 @@ XMR_MAINNET=Monero Mainnet
XMR_TESTNET=Monero Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Bitcoin DAO Testnet (obsolète)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO Betanet (Bitcoin Mainnet)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Bitcoin DAO Regtest
time.year=Année
time.month=Mois
@ -2910,9 +2173,7 @@ validation.accountNrChars=Le numéro du compte doit comporter {0} caractères.
validation.btc.invalidAddress=L''adresse n''est pas correcte. Veuillez vérifier le format de l''adresse.
validation.integerOnly=Veuillez seulement entrer des nombres entiers.
validation.inputError=Votre saisie a causé une erreur:\n{0}
validation.bsq.insufficientBalance=Votre solde disponible est {0}.
validation.btc.exceedsMaxTradeLimit=Votre seuil maximum d''échange est {0}.
validation.bsq.amountBelowMinAmount=Le montant minimal est {0}
validation.nationalAccountId={0} doit être composé de {1} nombres.
#new
@ -2934,7 +2195,6 @@ validation.bic.invalidLocationCode=Le BIC contient un code de localisation inval
validation.bic.invalidBranchCode=Le BIC contient un branch code invalide.
validation.bic.sepaRevolutBic=Les comptes Sepa de Revolut ne sont pas pris en charge.
validation.btc.invalidFormat=Format invalide pour une addresse Bitcoin.
validation.bsq.invalidFormat=Format invalide pour une addresse BSQ.
validation.email.invalidAddress=Adresse invalide
validation.iban.invalidCountryCode=Code du pays invalide
validation.iban.checkSumNotNumeric=La checksum doit être numérique

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Saldo del portafogli per gli scambi
shared.makerTxFee=Maker: {0}
shared.takerTxFee=Taker: {0}
shared.iConfirm=Confermo
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=Aperti {0}
shared.fiat=Fiat
shared.crypto=Crypto
@ -204,9 +203,6 @@ shared.actions=Azioni
shared.buyerUpperCase=Acquirente
shared.sellerUpperCase=Venditore
shared.new=NUOVO
shared.blindVoteTxId=ID transazione voto cieco
shared.proposal=Proposta
shared.votes=Voti
shared.learnMore=Leggi di più
shared.dismiss=Chiudi
shared.selectedArbitrator=Arbitro selezionato
@ -240,7 +236,6 @@ mainView.menu.funds=Fondi
mainView.menu.support=Supporto
mainView.menu.settings=Impostazioni
mainView.menu.account=Account
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=Prezzo di mercato per {0}
mainView.marketPrice.bisqInternalPrice=Prezzo dell'ultimo scambio su Bisq
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(localhost)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Fee rate: {0} sat/vB
mainView.footer.btcInfo.initializing=Connessione alla rete Bitcoin
mainView.footer.bsqInfo.synchronizing=/ Sincronizzando DAO
mainView.footer.btcInfo.synchronizingWith=Synchronizing with {0} at block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synced with {0} at block {1}
mainView.footer.btcInfo.connectingTo=Connessione a
mainView.footer.btcInfo.connectionFailed=Connessione fallita
mainView.footer.p2pInfo=Bitcoin network peers: {0} / Bisq network peers: {1}
mainView.footer.daoFullNode=Nodo completo DAO
mainView.bootstrapState.connectionToTorNetwork=(1/4) Connessione alla rete Tor...
mainView.bootstrapState.torNodeCreated=(2/4) Nodo Tor creato
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=Commissione di mining
createOffer.fundsBox.placeOfferSpinnerInfo=Pubblicazione dell'offerta in corso ...
createOffer.fundsBox.paymentLabel=Scambio Bisq con ID {0}
createOffer.fundsBox.fundsStructure=({0} deposito cauzionale, {1} commissione di scambio, {2} commissione di mining)
createOffer.fundsBox.fundsStructure.BSQ=({0} deposito cauzionale, {1} commissione di mining) + {2} commissione di scambio
createOffer.success.headline=La tua offerta è stata pubblicata
createOffer.success.info=Puoi gestire le tue offerte aperte su \"Portafoglio/Le mie offerte aperte\".
createOffer.info.sellAtMarketPrice=Venderai sempre al prezzo di mercato poiché il prezzo della tua offerta verrà continuamente aggiornato.
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=Importo da trasferire
portfolio.pending.step2_buyer.sellersAddress=Indirizzo {0} del venditore
portfolio.pending.step2_buyer.buyerAccount=Il tuo conto di pagamento da utilizzare
portfolio.pending.step2_buyer.paymentStarted=Il pagamento è iniziato
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn=Non hai ancora effettuato il tuo pagamento {0}!\nSi prega di notare che lo scambio è stato completato da {1}.
portfolio.pending.step2_buyer.openForDispute=Non hai completato il pagamento!\nÈ trascorso il massimo periodo di scambio. Si prega di contattare il mediatore per assistenza.
portfolio.pending.step2_buyer.paperReceipt.headline=Hai inviato la ricevuta cartacea al venditore BTC?
@ -882,7 +873,6 @@ funds.locked.locked=Bloccato in multisig per lo scambio con ID: {0}
funds.tx.direction.sentTo=Inviato a:
funds.tx.direction.receivedWith=Ricevuto con:
funds.tx.direction.genesisTx=Da tx Genesi:
funds.tx.txFeePaymentForBsqTx=Commissione di mining per transazioni BSQ
funds.tx.createOfferFee=Commissione per maker e tx: {0}
funds.tx.takeOfferFee=Commissione per taker e tx: {0}
funds.tx.multiSigDeposit=Deposito multisig: {0}
@ -896,15 +886,11 @@ funds.tx.unknown=Motivo sconosciuto: {0}
funds.tx.noFundsFromDispute=Nessun rimborso dalla controversia
funds.tx.receivedFunds=Fondi ricevuti
funds.tx.withdrawnFromWallet=Prelevato dal portafoglio
funds.tx.withdrawnFromBSQWallet=BTC prelevati dal portafoglio BSQ
funds.tx.memo=Memo
funds.tx.noTxAvailable=Nessuna transazione disponibile
funds.tx.revert=Storna
funds.tx.txSent=Transazione inviata con successo ad un nuovo indirizzo nel portafoglio Bisq locale.
funds.tx.direction.self=Invia a te stesso
funds.tx.daoTxFee=Commissione di mining per transazioni BSQ
funds.tx.reimbursementRequestTxFee=Richiesta di rimborso
funds.tx.compensationRequestTxFee=Richiesta di compenso
funds.tx.dustAttackTx=Polvere ricevuta
funds.tx.dustAttackTx.popup=Questa transazione sta inviando un importo BTC molto piccolo al tuo portafoglio e potrebbe essere un tentativo da parte delle società di chain analysis per spiare il tuo portafoglio.\n\nSe usi quell'output della transazione in una transazione di spesa, scopriranno che probabilmente sei anche il proprietario dell'altro indirizzo (combinazione di monete).\n\nPer proteggere la tua privacy, il portafoglio Bisq ignora tali output di polvere a fini di spesa e nella visualizzazione del saldo. È possibile impostare la soglia al di sotto della quale un output è considerato polvere.\n 
@ -996,9 +982,7 @@ settings.tab.about=Circa
setting.preferences.general=Preferenze generali
setting.preferences.explorer=Bitcoin Explorer
setting.preferences.explorer.bsq=Bisq Explorer
setting.preferences.deviation=Deviazione massima del prezzo di mercato
setting.preferences.bsqAverageTrimThreshold=Outlier threshold for BSQ rate
setting.preferences.avoidStandbyMode=Evita modalità standby
setting.preferences.autoConfirmXMR=XMR auto-confirm
setting.preferences.autoConfirmEnabled=Enabled
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=Ripristina tutti i flag \"Non mostrare più\"
settings.preferences.languageChange=Per applicare la modifica della lingua a tutte le schermate è necessario riavviare.
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.resyncFromGenesis.label=Ricostruisci lo stato della DAO dalla transazione di genesi
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.isDaoFullNode=Lancia Bisq come full node DAO
setting.preferences.dao.rpcUser=Username RPC
setting.preferences.dao.rpcPw=Password RPC
setting.preferences.dao.blockNotifyPort=Blocca porta di notifica
setting.preferences.dao.fullNodeInfo=Per eseguire Bisq come nodo DAO completo devi avere Bitcoin Core in esecuzione localmente e RPC abilitato. Tutti i requisiti sono documentati in ''{0}''.\n\nDopo aver modificato la modalità, è necessario riavviare.
setting.preferences.dao.fullNodeInfo.ok=Apri la pagina dei documenti
setting.preferences.dao.fullNodeInfo.cancel=No, continuo ad utilizzare il nodo leggero
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
@ -1090,7 +1061,7 @@ settings.net.needRestart=È necessario riavviare l'applicazione per applicare ta
settings.net.notKnownYet=Non ancora noto...
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.chainHeight=Bitcoin Peers chain height: {1}
settings.net.ips=[Indirizzo IP:porta | hostname:porta | indirizzo onion:porta] (separato da una virgola). La porta può essere omessa se è usata quella predefinita (8333).
settings.net.seedNode=Nodo seme
settings.net.directPeer=Peer (diretto)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=Apri la finestra dei dettagli del portafog
setting.about.shortcuts.openEmergencyBtcWalletTool=Apri lo strumento portafoglio di emergenza per il portafoglio BTC
setting.about.shortcuts.openEmergencyBsqWalletTool=Apri lo strumento portafoglio di emergenza per il portafoglio BSQ
setting.about.shortcuts.showTorLogs=Attiva / disattiva il livello di registro per i messaggi Tor tra DEBUG e WARN
setting.about.shortcuts.manualPayoutTxWindow=Apri la finestra per il pagamento manuale da una transazione di deposito Multisig 2di2
setting.about.shortcuts.reRepublishAllGovernanceData=Ripubblicare i dati di governance DAO (proposte, voti)
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}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=Nessuna webcam trovata.\n\nUtilizzar
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.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Fatti e cifre
dao.tab.bsqWallet=Portafoglio BSQ
dao.tab.proposals=Governance
dao.tab.bonding=Bonding
dao.tab.proofOfBurn=Commissione di quotazione delle attività/Proof of burn
dao.tab.monitor=Monitor di rete
dao.tab.news=Notizie
dao.paidWithBsq=pagato con BSQ
dao.availableBsqBalance=Disponibile per la spesa (verificati + output di resti non confermati)
dao.verifiedBsqBalance=Saldo di tutte le UTXO verificate
dao.unconfirmedChangeBalance=Saldo di tutte gli output di resto non confermati
dao.unverifiedBsqBalance=Saldo di tutte le transazioni non verificate (in attesa di conferma del blocco)
dao.lockedForVoteBalance=Utilizzato per il voto
dao.lockedInBonds=Bloccati in bond
dao.availableNonBsqBalance=Saldo disponibile non-BSQ (BTC)
dao.reputationBalance=Valore di merito (non spendibile)
dao.tx.published.success=La tua transazione è stata pubblicata con successo.
dao.proposal.menuItem.make=Fai una proposta
dao.proposal.menuItem.browse=Sfoglia le proposte aperte
dao.proposal.menuItem.vote=Vota le proposte
dao.proposal.menuItem.result=Risultati del voto
dao.cycle.headline=Ciclo di votazione
dao.cycle.overview.headline=Panoramica del ciclo di votazione
dao.cycle.currentPhase=Fase attuale
dao.cycle.currentBlockHeight=Altezza attuale del blocco
dao.cycle.proposal=Fase della proposta
dao.cycle.proposal.next=Prossima fase della proposta
dao.cycle.blindVote=Fase di voto alla cieca
dao.cycle.voteReveal=Fase di rivelazione dei voti
dao.cycle.voteResult=Risultato del voto
dao.cycle.phaseDuration={0} blocchi (≈{1}); Blocco {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Blocco {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=Transazione del voto di rivelazione pubblicata
dao.voteReveal.txPublished=Il tuo voto ha rivelato che la transazione con identificativo transazione {0} è stata pubblicata correttamente.\n\nCiò accade automaticamente, attraverso il software, se hai partecipato al voto DAO.
dao.results.cycles.header=Cicli
dao.results.cycles.table.header.cycle=Ciclo
dao.results.cycles.table.header.numProposals=Proposte
dao.results.cycles.table.header.voteWeight=Peso del voto
dao.results.cycles.table.header.issuance=Emissione
dao.results.results.table.item.cycle=Ciclo {0} avviato: {1}
dao.results.proposals.header=Proposte del ciclo selezionato
dao.results.proposals.table.header.nameLink=Nome/link
dao.results.proposals.table.header.details=Dettagli
dao.results.proposals.table.header.myVote=Il mio voto
dao.results.proposals.table.header.result=Risultato del voto
dao.results.proposals.table.header.threshold=Soglia
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=Risultati del voto per la proposta selezionata
dao.results.exceptions=Eccezioni del risultato del voto
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=Commissione maker BSQ
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=Commissione taker BSQ
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Commissione in BSQ minima per il maker
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Commissione in BSQ minima per il taker
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=Commissione maker BTC
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=Commissione taker BTC
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Commissione in BTC minima per il maker
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Commissione in BSQ minima per il taker
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Commissione di proposta in BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Commissione di voto in BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Richiesta di compenso min. importo BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Richiesta di compenso max. importo BSQ
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=Richiesta di rimborso min. importo BSQ
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=Richiesta di rimborso max. importo BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Quorum richiesto in BSQ per proposta generica
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Quorum richiesto in BSQ per la richiesta di compenso
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Quorum richiesto in BSQ per la richiesta di rimborso
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Quorum richiesto in BSQ per la modifica di un parametro
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Quorum richiesto in BSQ per la rimozione di un asset
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Quorum richiesto in BSQ per una richiesta di confisca
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Quorum richiesto in BSQ per le proposte di ruoli vincolati
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Soglia richiesta in% per la proposta generica
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Soglia richiesta in% per la richiesta di compenso
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Soglia richiesta in% per la richiesta di rimborso
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Soglia richiesta in% per modificare un parametro
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Soglia obbligatoria in% per la rimozione di un asset
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Soglia richiesta in% per una richiesta di confisca
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Soglia richiesta in % per le proposte di ruolo vincolati
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=Indirizzo BTC del destinatario
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Commissione di quotazione giornaliera degli asset
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Volume di scambi minimo degli asset
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Tempo di blocco per pagamento alternativo di scambio tx
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Commissione arbitrale in BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Limite di scambio massimo in BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Ruolo legato allunità di fattore in BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Limite di emissione per ciclo in BSQ
dao.param.currentValue=Valore corrente: {0}
dao.param.currentAndPastValue=Valore corrente: {0} (valore al momento della proposta: {1})
dao.param.blocks={0} blocchi
dao.results.invalidVotes=Abbiamo avuto voti non validi in quel ciclo di votazione. Ciò può accadere se un voto non è stato distribuito bene nella rete Bisq.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Fase della proposta
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Pausa 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Fase di voto alla cieca
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Pausa 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Fase di rivelazione dei voti
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Pausa 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Fase del risultato
dao.results.votes.table.header.stakeAndMerit=Peso del voto
dao.results.votes.table.header.stake=Stake
dao.results.votes.table.header.merit=Guadagnato
dao.results.votes.table.header.vote=Votazione
dao.bond.menuItem.bondedRoles=Ruoli vincolati
dao.bond.menuItem.reputation=Reputazione vincolata
dao.bond.menuItem.bonds=Bond
dao.bond.dashboard.bondsHeadline=BSQ vincolati
dao.bond.dashboard.lockupAmount=Fondi bloccati
dao.bond.dashboard.unlockingAmount=Sblocco fondi (attendere fino al termine del tempo di blocco)
dao.bond.reputation.header=Blocca un deposito per la reputazione
dao.bond.reputation.table.header=I miei vincoli di reputazione
dao.bond.reputation.amount=Quantità di BSQ da bloccare
dao.bond.reputation.time=Tempo di sblocco in blocchi
dao.bond.reputation.salt=Sale
dao.bond.reputation.hash=Hash
dao.bond.reputation.lockupButton=Blocco
dao.bond.reputation.lockup.headline=Conferma transazione di blocco
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.unlock.headline=Conferma transazione di sblocco
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.allBonds.header=Tutti bond
dao.bond.bondedReputation=Reputazione Vincolata
dao.bond.bondedRoles=Ruoli vincolati
dao.bond.details.header=Dettagli ruolo
dao.bond.details.role=Ruolo
dao.bond.details.requiredBond=Bond in BSQ richiesto
dao.bond.details.unlockTime=Tempo di sblocco in blocchi
dao.bond.details.link=Link alla descrizione del ruolo
dao.bond.details.isSingleton=Può essere assunto da più detentori di ruoli
dao.bond.details.blocks={0} blocchi
dao.bond.table.column.name=Nome
dao.bond.table.column.link=Link
dao.bond.table.column.bondType=Tipo di bond
dao.bond.table.column.details=Dettagli
dao.bond.table.column.lockupTxId=ID Tx di blocco
dao.bond.table.column.bondState=Stato bond
dao.bond.table.column.lockTime=Tempo di sblocco
dao.bond.table.column.lockupDate=Data di blocco
dao.bond.table.button.lockup=Blocco
dao.bond.table.button.unlock=Sbocca
dao.bond.table.button.revoke=Revoca
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Non ancora legato
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=Blocco in sospeso
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Bond bloccato
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=Sblocco in sospeso
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Tx di sblocco confermata
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Sbloccando il bond
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Bond bloccato
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Bond confiscato
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Ruolo vincolato
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Reputazione vincolata
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=Admin GitHub
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Admin forum
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Admin Twitter
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=Admin YouTube
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Maintainer Bisq
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Maintainer BitcoinJ-fork
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Maintainer Netlayer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Operatore sito web
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Operatore forum
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Operatore nodo seme
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Operatore nodo prezzi
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Operatore nodo Bitcoin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=Operatore mercati
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Operatore di inoltro delle notifiche mobile
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Titolare del nome di dominio
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=Admin DNS
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Mediatore
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Arbitro
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=Proprietario dell'indirizzo di donazione BTC
dao.burnBsq.assetFee=Listaggio asset
dao.burnBsq.menuItem.assetFee=Commissione listing dell'asset
dao.burnBsq.menuItem.proofOfBurn=Proof of burn
dao.burnBsq.header=Commissione per listaggio asset
dao.burnBsq.selectAsset=Seleziona Asset
dao.burnBsq.fee=Commissione
dao.burnBsq.trialPeriod=Periodo di prova
dao.burnBsq.payFee=Paga commissione
dao.burnBsq.allAssets=Tutti gli asset
dao.burnBsq.assets.nameAndCode=Nome asset
dao.burnBsq.assets.state=Stato
dao.burnBsq.assets.tradeVolume=Volume di scambio
dao.burnBsq.assets.lookBackPeriod=Periodo di verifica
dao.burnBsq.assets.trialFee=Commissione per il periodo di prova
dao.burnBsq.assets.totalFee=Commissioni totali pagate
dao.burnBsq.assets.days={0} giorni
dao.burnBsq.assets.toFewDays=La commissione è troppo bassa. Il numero minimo di giorni per il periodo di prova è {0}.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=Nel periodo di prova
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Scambiato attivamente
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=De-listato per inattività
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Rimosso votando
dao.proofOfBurn.header=Proof of burn
dao.proofOfBurn.amount=Importo
dao.proofOfBurn.preImage=Pre-immagine
dao.proofOfBurn.burn=Burn
dao.proofOfBurn.allTxs=Tutte le transazioni proof of burn
dao.proofOfBurn.myItems=Le mie transazioni proof of burn
dao.proofOfBurn.date=Data
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Transazioni
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Firma un messaggio con la chiave dalla transazione proof of burn
dao.proofOfBurn.verify.window.title=Verifica un messaggio con la chiave dalla transazione proof of burn
dao.proofOfBurn.copySig=Copia la firma negli appunti
dao.proofOfBurn.sign=Firma
dao.proofOfBurn.message=Messaggio
dao.proofOfBurn.sig=Firma
dao.proofOfBurn.verify=Verifica
dao.proofOfBurn.verificationResult.ok=Verifica riuscita
dao.proofOfBurn.verificationResult.failed=Verifica fallita
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Fase della proposta
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Pausa prima della fase di voto alla cieca
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Fase di voto alla cieca
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Pausa prima della fase di rivelazione dei voti
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Fase di rivelazione dei voti
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Pausa prima della fase del risultato
# suppress inspection "UnusedProperty"
dao.phase.RESULT=Fase del risultato della votazione
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Fase della proposta
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Voto cieco
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Rivelazione voto
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Risultato del voto
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Richiesta di compenso
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Richiesta di rimborso
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Proposta per un ruolo vincolato
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Proposta per la rimozione di un asset
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Proposta di modifica di un parametro
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Proposta generica
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Proposta di confisca di un bond
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Richiesta di compenso
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Richiesta di rimborso
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Ruolo bloccato
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Rimuovere un altcoin
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Cambiare un parametro
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Proposta generica
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Confiscare un bond
dao.proposal.details=Dettagli della proposta
dao.proposal.selectedProposal=Proposta selezionata
dao.proposal.active.header=Proposte del ciclo attuale
dao.proposal.active.remove.confirm=Sei sicuro di voler rimuovere questa proposta?\nLa commissione di proposta già pagata verrà persa.
dao.proposal.active.remove.doRemove=Sì, rimuovi la mia proposta
dao.proposal.active.remove.failed=Impossibile rimuovere la proposta.
dao.proposal.myVote.title=Voto
dao.proposal.myVote.accept=Accetta la proposta
dao.proposal.myVote.reject=Rifiuta la proposta
dao.proposal.myVote.removeMyVote=Ignora la proposta
dao.proposal.myVote.merit=Peso del voto dai BSQ guadagnati
dao.proposal.myVote.stake=Peso del voto dallo stake
dao.proposal.myVote.revealTxId=ID transazione di rivelazione del voto
dao.proposal.myVote.stake.prompt=Valore massimo disponibile per la votazione: {0}
dao.proposal.votes.header=Imposta il valore per la votazione e pubblica i tuoi voti
dao.proposal.myVote.button=Pubblica voti
dao.proposal.myVote.setStake.description=Dopo aver votato su tutte le proposte devi impostare your stake per il voto bloccando BSQ. Più BSQ bloccati, più peso avrà il tuo voto.\n\nI BSQ bloccati per il voto verranno nuovamente sbloccati durante la fase di rivelazione del voto.
dao.proposal.create.selectProposalType=Seleziona il tipo di proposta
dao.proposal.create.phase.inactive=Attendere fino alla fase della proposta successiva
dao.proposal.create.proposalType=Tipo di proposta
dao.proposal.create.new=Fai una nuova proposta
dao.proposal.create.button=Fai una proposta
dao.proposal.create.publish=Pubblica proposta
dao.proposal.create.publishing=La pubblicazione della proposta è in corso ...
dao.proposal=proposta
dao.proposal.display.type=Tipo di proposta
dao.proposal.display.name=Nome utente GitHub esatto
dao.proposal.display.link=Link a informazioni dettagliate
dao.proposal.display.link.prompt=Link alla proposta
dao.proposal.display.requestedBsq=Importo richiesto in BSQ
dao.proposal.display.txId=ID transazione proposta
dao.proposal.display.proposalFee=Commissione proposta
dao.proposal.display.myVote=Il mio voto
dao.proposal.display.voteResult=Riepilogo dei risultati della votazione
dao.proposal.display.bondedRoleComboBox.label=Tipo di ruolo vincolato
dao.proposal.display.requiredBondForRole.label=Obbligazione richiesta per ruolo
dao.proposal.display.option=Opzione
dao.proposal.table.header.proposalType=Tipo di proposta
dao.proposal.table.header.link=Link
dao.proposal.table.header.myVote=Il mio voto
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Rimuovi
dao.proposal.table.icon.tooltip.removeProposal=Rimuovi la mia proposta
dao.proposal.table.icon.tooltip.changeVote=Voto attuale: ''{0}''. Cambia voto in: ''{1}''
dao.proposal.display.myVote.accepted=Accettato
dao.proposal.display.myVote.rejected=Respinto
dao.proposal.display.myVote.ignored=Ignorato
dao.proposal.display.myVote.unCounted=Il voto non è stato incluso nel risultato
dao.proposal.myVote.summary=Votato: {0}; Peso del voto: {1} (guadagnato: {2} + stake: {3}) {4}
dao.proposal.myVote.invalid=Il voto non è valido
dao.proposal.voteResult.success=Accettato
dao.proposal.voteResult.failed=Respinto
dao.proposal.voteResult.summary=Risultato: {0}; Soglia: {1} (richiesto> {2}); Quorum: {3} (richiesto> {4})
dao.proposal.display.paramComboBox.label=Seleziona il parametro da modificare
dao.proposal.display.paramValue=Valore del parametro
dao.proposal.display.confiscateBondComboBox.label=Scegli bond
dao.proposal.display.assetComboBox.label=Asset da rimuovere
dao.blindVote=voto cieco
dao.blindVote.startPublishing=Pubblicando la transazione di voto alla cieca...
dao.blindVote.success=La tua transazione di voto alla cieca è stata pubblicata con successo.\n\nSi noti che è necessario essere online nella fase di rivelazione dei voti in modo che la propria applicazione Bisq possa pubblicare la transazione di rivelazione del voto. Senza la transazione di rivelazione del voto, il tuo voto non sarebbe valido!
dao.wallet.menuItem.send=Invia
dao.wallet.menuItem.receive=Ricevi
dao.wallet.menuItem.transactions=Transazioni
dao.wallet.dashboard.myBalance=Saldo del mio portafoglio
dao.wallet.receive.fundYourWallet=Il tuo indirizzo di ricezione BSQ
dao.wallet.receive.bsqAddress=Indirizzo del portafoglio BSQ (Indirizzo non ancora utilizzato)
dao.wallet.send.sendFunds=Invia fondi
dao.wallet.send.sendBtcFunds=Invia fondi non BSQ (BTC)
dao.wallet.send.amount=Importo in BSQ
dao.wallet.send.btcAmount=Importo in BTC (fondi non BSQ)
dao.wallet.send.setAmount=Imposta l'importo da prelevare (l'importo minimo è {0})
dao.wallet.send.receiverAddress=Indirizzo BSQ del destinatario
dao.wallet.send.receiverBtcAddress=Indirizzo BTC del destinatario
dao.wallet.send.setDestinationAddress=Inserisci il tuo indirizzo di destinazione
dao.wallet.send.send=Invia fondi BSQ
dao.wallet.send.inputControl=Select inputs
dao.wallet.send.sendBtc=Invia fondi BTC
dao.wallet.send.sendFunds.headline=Conferma richiesta di prelievo
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?
dao.wallet.chainHeightSynced=Ultimo blocco verificato: {0}
dao.wallet.chainHeightSyncing=In attesa di blocchi... Verificati {0} blocchi su {1}
dao.wallet.tx.type=Tipo
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Non definito
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=Non riconosciuto
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Transazione BSQ non verificata
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Transazione BSQ non valida
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Transazione genesi
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=Trasferisci BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=BSQ ricevuti
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=BSQ inviati
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Commissione di scambio
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Commissione per richiesta di compenso
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Commissione per richiesta di rimborso
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Commissione per la proposta
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Commissione per voto alla cieca
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Rivelazione voto
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Blocca bond
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Sblocca bond
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Commissione listing dell'asset
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Proof of burn
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Irregolare
dao.tx.withdrawnFromWallet=BTC prelevati dal portafoglio
dao.tx.issuanceFromCompReq=Richiesta di compensazione
dao.tx.issuanceFromCompReq.tooltip=Richiesta di compenso che ha portato all'emissione di nuovi BSQ.\nData di emissione: {0}
dao.tx.issuanceFromReimbursement=Richiesta di rimborso/emissione
dao.tx.issuanceFromReimbursement.tooltip=Richiesta di rimborso che ha portato all'emissione di nuovi BSQ.\nData di emissione: {0}
dao.proposal.create.missingBsqFunds=Non hai fondi BSQ sufficienti per creare la proposta. Se hai una transazione BSQ non confermata, devi attendere una conferma sulla blockchain perché BSQ è validato solo se è incluso in un blocco.\nMancante: {0}
dao.proposal.create.missingBsqFundsForBond=Non hai fondi BSQ sufficienti per questo ruolo. Puoi comunque pubblicare questa proposta, ma avrai bisogno dell'intero importo BSQ richiesto per questo ruolo se viene accettato.\nMancante: {0}
dao.proposal.create.missingMinerFeeFunds=Non hai fondi BTC sufficienti per creare la transazione di proposta. Tutte le transazioni BSQ richiedono una commissione di mining in BTC.\nMancante: {0}
dao.proposal.create.missingIssuanceFunds=Non hai fondi BTC sufficienti per creare la transazione di proposta. Tutte le transazioni BSQ richiedono una commissione di mining in BTC e anche le transazioni di emissione richiedono BTC per l'importo BSQ richiesto ({0} Satoshi/BSQ).\nMancante: {1}
dao.feeTx.confirm=Conferma transazione {0}
dao.feeTx.confirm.details={0} fee: {1}\nMining fee: {2} ({3} Satoshis/vbyte)\nTransaction vsize: {4} vKb\n\nAre you sure you want to publish the {5} transaction?
dao.feeTx.issuanceProposal.confirm.details={0} fee: {1}\nBTC needed for BSQ issuance: {2} ({3} Satoshis/BSQ)\nMining fee: {4} ({5} Satoshis/vbyte)\nTransaction vsize: {6} vKb\n\nIf your request is approved, you will receive the amount you requested net of the 2 BSQ proposal fee.\n\nAre you sure you want to publish the {7} transaction?
dao.news.bisqDAO.title=LA DAO BISQ
dao.news.bisqDAO.description=Proprio come lo scambio di Bisq è decentralizzato e resistente alla censura, così è il suo modello di governance - e il token Bisq DAO e BSQ sono gli strumenti che lo rendono possibile.
dao.news.bisqDAO.readMoreLink=Ulteriori informazioni sulla Bisq DAO
dao.news.pastContribution.title=HAI EFFETTUATO CONTRIBUTI IN PASSATO? RICHIEDI BSQ
dao.news.pastContribution.description=Se hai contribuito a Bisq, utilizza l'indirizzo BSQ qui sotto e fai una richiesta per prendere parte alla distribuzione genesi BSQ.
dao.news.pastContribution.yourAddress=L'indirizzo del tuo wallet BSQ
dao.news.pastContribution.requestNow=Richiedi ora
dao.news.DAOOnTestnet.title=ESEGUI LA BISQ DAO NEL NOSTRO TESTNET
dao.news.DAOOnTestnet.description=La mainnet Bisq DAO non è ancora stata lanciata, ma puoi conoscere Bisq DAO eseguendolo sulla nostra testnet.
dao.news.DAOOnTestnet.firstSection.title=1. Passa alla modalità Testnet DAO
dao.news.DAOOnTestnet.firstSection.content=Passa a DAO Testnet dalla schermata Impostazioni.
dao.news.DAOOnTestnet.secondSection.title=2. Acquista un po' di BSQ
dao.news.DAOOnTestnet.secondSection.content=Richiedi BSQ su Slack o Acquista BSQ su Bisq.
dao.news.DAOOnTestnet.thirdSection.title=3. Partecipa a un Ciclo di Votazione
dao.news.DAOOnTestnet.thirdSection.content=Fare proposte e votare proposte per cambiare vari aspetti di Bisq.
dao.news.DAOOnTestnet.fourthSection.title=4. Esplora un BSQ Block Explorer
dao.news.DAOOnTestnet.fourthSection.content=Poiché BSQ è solo bitcoin, puoi vedere le transazioni BSQ sul nostro explorer di blocchi bitcoin.
dao.news.DAOOnTestnet.readMoreLink=Leggi la documentazione completa
dao.monitor.daoState=Stato DAO
dao.monitor.proposals=Stato delle proposte
dao.monitor.blindVotes=Stato dei voti ciechi
dao.monitor.table.peers=Peers
dao.monitor.table.conflicts=Conflitti
dao.monitor.state=Stato
dao.monitor.requestAlHashes=Richiedi tutti gli hash
dao.monitor.resync=Risincronizza lo stato della DAO
dao.monitor.table.header.cycleBlockHeight=Altezza ciclo / blocco
dao.monitor.table.cycleBlockHeight=Ciclo {0} / blocco {1}
dao.monitor.table.seedPeers=Nodo seme: {0}
dao.monitor.daoState.headline=Stato DAO
dao.monitor.daoState.table.headline=Catena di hash di stato DAO
dao.monitor.daoState.table.blockHeight=Altezza del blocco
dao.monitor.daoState.table.hash=Hash dello stato DAO
dao.monitor.daoState.table.prev=Hash precedente
dao.monitor.daoState.conflictTable.headline=Hash di stato DAO da peer in conflitto
dao.monitor.daoState.utxoConflicts=Conflitti UTXO
dao.monitor.daoState.utxoConflicts.blockHeight=Altezza blocco: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Somma di tutti gli UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Somma di tutti i BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=Lo stato DAO non è sincronizzato con la rete. Dopo il riavvio, lo stato DAO verrà risincronizzato.
dao.monitor.proposal.headline=Stato delle proposte
dao.monitor.proposal.table.headline=Catena di hash dello stato della proposta
dao.monitor.proposal.conflictTable.headline=Hash di stato della proposta da peer in conflitto
dao.monitor.proposal.table.hash=Hash dello stato della proposta
dao.monitor.proposal.table.prev=Hash precedente
dao.monitor.proposal.table.numProposals=N. di proposte
dao.monitor.isInConflictWithSeedNode=I dati locali non sono in accordo con almeno un nodo seme. Risincronizzare nuovamente lo stato DAO.
dao.monitor.isInConflictWithNonSeedNode=Uno dei tuoi peer non è d'accordo con la rete ma il tuo nodo è sincronizzato con i nodi seed.
dao.monitor.daoStateInSync=Il nodo locale è in accordo con la rete
dao.monitor.blindVote.headline=Stato dei voti ciechi
dao.monitor.blindVote.table.headline=Catena di hash dello stato del voto cieco
dao.monitor.blindVote.conflictTable.headline=Hash dello stato del voto alla cieca da peer in conflitto
dao.monitor.blindVote.table.hash=Hash dello stato di voto cieco
dao.monitor.blindVote.table.prev=Hash precedente
dao.monitor.blindVote.table.numBlindVotes=N. di voti ciechi
dao.factsAndFigures.menuItem.supply=Supply BSQ
dao.factsAndFigures.menuItem.transactions=Transazioni BSQ
dao.factsAndFigures.dashboard.avgPrice90=Prezzo di scambio medio BSQ/BTC di 90 giorni
dao.factsAndFigures.dashboard.avgPrice30=Prezzo di scambio medio BSQ/BTC di 30 giorni
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=BSQ totale disponibile
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=BSQ emessi v. BSQ bruciati
dao.factsAndFigures.supply.issued=BSQ coniati
dao.factsAndFigures.supply.compReq=Compensation requests
dao.factsAndFigures.supply.reimbursement=Reimbursement requests
dao.factsAndFigures.supply.genesisIssueAmount=BSQ coniati nella trasazione di genesi
dao.factsAndFigures.supply.compRequestIssueAmount=BSQ coniati per le richieste di compensazione
dao.factsAndFigures.supply.reimbursementAmount=BSQ coniati per le richieste di rimborso
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ bruciati
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=Volume di scambio
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=Stato globale dei BSQ bloccati
dao.factsAndFigures.supply.totalLockedUpAmount=Bloccati in bond
dao.factsAndFigures.supply.totalUnlockingAmount=Sbloccando i BSQ dai vincoli
dao.factsAndFigures.supply.totalUnlockedAmount=BSQ sbloccati dalle obbligazioni
dao.factsAndFigures.supply.totalConfiscatedAmount=BSQ confiscati dalle obbligazioni
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=Transazione genesi
dao.factsAndFigures.transactions.genesisBlockHeight=Altezza del blocco genesi
dao.factsAndFigures.transactions.genesisTxId=ID transazione genesi
dao.factsAndFigures.transactions.txDetails=Statistiche transazioni BSQ
dao.factsAndFigures.transactions.allTx=Numero di tutte le transazioni BSQ
dao.factsAndFigures.transactions.utxo=Numero di tutti gli output di transazione non spesi
dao.factsAndFigures.transactions.compensationIssuanceTx=Numero di tutte le transazioni di richieste di compensazione
dao.factsAndFigures.transactions.reimbursementIssuanceTx=Numero di tutte le transazioni di richieste di rimborso
dao.factsAndFigures.transactions.burntTx=Numero di tutte le transazioni di pagamento delle commissioni
dao.factsAndFigures.transactions.invalidTx=N. di tutte le transazioni invalide
dao.factsAndFigures.transactions.irregularTx=N. di tutte le transazioni irregolari
####################################################################
# Windows
####################################################################
@ -2120,8 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=Do you want to close without doing any
emptyWalletWindow.headline={0} strumento portafoglio di emergenza
emptyWalletWindow.info=Utilizzalo solo in caso di emergenza se non puoi accedere al tuo fondo dall'interfaccia utente.\n\nSi noti che tutte le offerte aperte verranno chiuse automaticamente quando si utilizza questo strumento.\n\nPrima di utilizzare questo strumento, eseguire il backup della directory dei dati. Puoi farlo in \"Account/Backup\".\n\nTi preghiamo di segnalarci il tuo problema e di presentare una segnalazione di bug su GitHub o sul forum Bisq in modo da poter esaminare la causa del problema.
emptyWalletWindow.balance=Il saldo disponibile del tuo portafoglio
emptyWalletWindow.bsq.btcBalance=Saldo di satoshi non-BSQ
emptyWalletWindow.address=Il tuo indirizzo di destinazione
emptyWalletWindow.button=Invia tutti i fondi
emptyWalletWindow.openOffers.warn=Hai offerte aperte che verranno rimosse se svuoti il portafoglio.\nSei sicuro di voler svuotare il tuo portafoglio?
@ -2146,10 +1430,8 @@ filterWindow.seedNode=Nodi seme filtrati (separati con una virgola)
filterWindow.priceRelayNode=Prezzo filtrato dai nodi relay (virgola sep. indirizzi onion)
filterWindow.btcNode=Nodi Bitcoin filtrati (indirizzo + porta separati con una virgola)
filterWindow.preventPublicBtcNetwork=Impedisci l'utilizzo della rete pubblica Bitcoin
filterWindow.disableDao=Disabilita DAO
filterWindow.disableAutoConf=Disable auto-confirm
filterWindow.autoConfExplorers=Filtered auto-confirm explorers (comma sep. addresses)
filterWindow.disableDaoBelowVersion=Versione minima richiesta per la DAO
filterWindow.disableTradeBelowVersion=Versione minima richiesta per il trading
filterWindow.add=Aggiungi filtro
filterWindow.remove=Rimuovi filtro
@ -2223,7 +1505,6 @@ tradeDetailsWindow.detailData=Detail data
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2235,9 +1516,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=Inserisci la password per sbloccare
torNetworkSettingWindow.header=Impostazioni rete Tor
@ -2317,12 +1595,6 @@ popup.warning.tooLargePercentageValue=Non è possibile impostare una percentuale
popup.warning.examplePercentageValue=Inserisci un numero percentuale come \"5.4\" per il 5,4%
popup.warning.noPriceFeedAvailable=Non è disponibile alcun feed di prezzi per la valuta. Non è possibile utilizzare un prezzo basato su percentuale.\nSeleziona il prezzo fisso.
popup.warning.sendMsgFailed=Invio del messaggio al tuo partner commerciale non riuscito.\nTi preghiamo di riprovare e se continua a fallire segnalare un bug.
popup.warning.insufficientBtcFundsForBsqTx=Non hai fondi BTC sufficienti per pagare la commissione di mining per quella transazione.\nPer favore finanzia il tuo portafoglio BTC.\nFondi mancanti: {0}
popup.warning.bsqChangeBelowDustException=Questa transazione crea un output di cambio BSQ che è inferiore al limite di polvere (5,46 BSQ) e verrebbe rifiutato dalla rete Bitcoin.\n\nÈ necessario inviare una quantità maggiore per evitare l'output di cambio (ad es. aggiungendo la quantità di polvere alla quantità di invio) o aggiungere più fondi BSQ al portafoglio in modo da evitare di generare una produzione di polvere.\n\nL'output della polvere è {0}.
popup.warning.btcChangeBelowDustException=Questa transazione crea un output di cambio che è al di sotto del limite di polvere (546 Satoshi) e verrebbe rifiutato dalla rete Bitcoin.\n\nÈ necessario aggiungere la quantità di polvere alla quantità di invio per evitare di generare un output di polvere.\n\nL'output della polvere è {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=You''ll need more BSQ to do this transaction—the last 5.46 BSQ in your wallet cannot be used to pay trade fees because of dust limits in the Bitcoin protocol.\n\nYou can either buy more BSQ or pay trade fees with BTC.\n\nMissing funds: {0}
popup.warning.noBsqFundsForBtcFeePayment=Il tuo portafoglio BSQ non ha fondi sufficienti per pagare la commissione commerciale in BSQ.
popup.warning.messageTooLong=Il tuo messaggio supera la dimensione massima consentita. Si prega di inviarlo in più parti o caricarlo su un servizio come https://pastebin.com.
popup.warning.lockedUpFunds=Hai bloccato i fondi da uno scambio fallito.\nSaldo bloccato: {0}\nIndirizzo tx deposito: {1}\nID scambio: {2}.\n\nApri un ticket di supporto selezionando lo scambio nella schermata degli scambi aperti e premendo \"alt + o\" o \"option + o\"."
@ -2336,8 +1608,6 @@ popup.warning.nodeBanned=One of the {0} nodes got banned.
popup.warning.priceRelay=ripetitore di prezzo
popup.warning.seed=seme
popup.warning.mandatoryUpdate.trading=Si prega di aggiornare Bisq all'ultima versione. È stato rilasciato un aggiornamento obbligatorio che disabilita il trading per le vecchie versioni. Per ulteriori informazioni, consultare il forum Bisq.
popup.warning.mandatoryUpdate.dao=Si prega di aggiornare Bisq all'ultima versione. È stato rilasciato un aggiornamento obbligatorio che disabilita Bisq DAO e BSQ per le vecchie versioni. Per ulteriori informazioni, consultare il forum Bisq.\n 
popup.warning.disable.dao=Bisq DAO e BSQ sono temporaneamente disabilitati. Per ulteriori informazioni, consultare il forum Bisq.
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC=Questa transazione non è possibile, poiché le commissioni di mining di {0} supererebbero l'importo da trasferire di {1}. Attendi fino a quando le commissioni di mining non saranno nuovamente basse o fino a quando non avrai accumulato più BTC da trasferire.
@ -2356,7 +1626,6 @@ popup.info.cashDepositInfo.confirm=Confermo di poter effettuare il deposito
popup.info.shutDownWithOpenOffers=Bisq viene chiuso, ma ci sono offerte aperte.\n\nQueste offerte non saranno disponibili sulla rete P2P mentre Bisq rimane chiuso, ma verranno ripubblicate sulla rete P2P al prossimo avvio di Bisq.\n\nPer mantenere le tue offerte attive è necessario che Bisq rimanga in funzione ed il computer online (assicurati che non vada in modalità standby. Il solo monitor in standby non è un problema).
popup.info.qubesOSSetupInfo=It appears you are running Bisq on Qubes OS. \n\nPlease make sure your Bisq qube is setup according to our Setup Guide at [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade from version {0} to version {1} is not supported. Please use the latest Bisq version.
popup.warn.daoRequiresRestart=There was a problem with synchronizing the DAO state. You have to restart the application to fix the issue.
popup.privateNotification.headline=Notifica privata importante!
@ -2528,7 +1797,6 @@ navigation.settings.preferences=\"Impostazioni/Preferenze\"
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"Fondi/Transazioni\"
navigation.support=\"Supporto\"
navigation.dao.wallet.receive=\"Portafoglio DAO/BSQ/Ricevi\"
####################################################################
@ -2558,12 +1826,6 @@ XMR_MAINNET=Mainnet Bitcoin
XMR_TESTNET=Testnet Bitcoin
# suppress inspection "UnusedProperty"
XMR_STAGENET=Regtest Bitcoin
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Testnet DAO Bitcoin (deprecata)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Betanet Bisq DAO (Mainnet Bitcoin)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Regtest DAO Bitcoin
time.year=Anno
time.month=Mese
@ -2910,9 +2172,7 @@ validation.accountNrChars=Il numero di conto deve contenere {0} caratteri.
validation.btc.invalidAddress=L'indirizzo non è corretto Si prega di controllare il formato dell'indirizzo.
validation.integerOnly=Inserisci solo numeri interi.
validation.inputError=Il tuo input ha causato un errore:\n{0}
validation.bsq.insufficientBalance=Il saldo disponibile è {0}.
validation.btc.exceedsMaxTradeLimit=Il tuo limite commerciale è {0}.
validation.bsq.amountBelowMinAmount=L'importo minimo è di {0}
validation.nationalAccountId={0} deve essere composto da {1} numeri.
#new
@ -2934,7 +2194,6 @@ validation.bic.invalidLocationCode=BIC contiene un codice di posizione non valid
validation.bic.invalidBranchCode=BIC contiene un codice di filiale non valido
validation.bic.sepaRevolutBic=Gli account Revolut Sepa non sono supportati.
validation.btc.invalidFormat=Invalid format for a Bitcoin address.
validation.bsq.invalidFormat=Invalid format for a BSQ address.
validation.email.invalidAddress=Indirizzo non valido
validation.iban.invalidCountryCode=Codice paese non valido
validation.iban.checkSumNotNumeric=Il checksum deve essere numerico

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=トレードウォレット残高
shared.makerTxFee=メイカー: {0}
shared.takerTxFee=テイカー: {0}
shared.iConfirm=確認します
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL={0} をオープン
shared.fiat=法定通貨
shared.crypto=暗号通貨
@ -204,9 +203,6 @@ shared.actions=アクション
shared.buyerUpperCase=買い手
shared.sellerUpperCase=売り手
shared.new=
shared.blindVoteTxId=秘密投票トランザクションID
shared.proposal=提案
shared.votes=投票
shared.learnMore=もっと詳しく知る
shared.dismiss=却下する
shared.selectedArbitrator=選択された調停人
@ -240,7 +236,6 @@ mainView.menu.funds=資金
mainView.menu.support=サポート
mainView.menu.settings=設定
mainView.menu.account=アカウント
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label={0} による市場価格
mainView.marketPrice.bisqInternalPrice=Bisqにおける最新の取引価格
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(ローカルホスト)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ 手数料率: {0} サトシ/vB
mainView.footer.btcInfo.initializing=ビットコインネットワークに接続中
mainView.footer.bsqInfo.synchronizing=/ DAOと同期中
mainView.footer.btcInfo.synchronizingWith={0}と同期中、ブロック: {1} / {2}
mainView.footer.btcInfo.synchronizedWith={0}と同期されています、ブロック{1}に
mainView.footer.btcInfo.connectingTo=接続中:
mainView.footer.btcInfo.connectionFailed=接続失敗
mainView.footer.p2pInfo=ビットコインネットワークピア: {0} / Bisqネットワークピア: {1}
mainView.footer.daoFullNode=DAOのフルード
mainView.bootstrapState.connectionToTorNetwork=(1/4) Torネットワークに接続中...
mainView.bootstrapState.torNodeCreated=(2/4) Torードが作成されました
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=マイニング手数料
createOffer.fundsBox.placeOfferSpinnerInfo=オファー公開の処理中 ...
createOffer.fundsBox.paymentLabel=次のIDとのBisqトレード: {0}
createOffer.fundsBox.fundsStructure={0} セキュリティデポジット, {1} 取引手数料, {2}マイニング手数料)
createOffer.fundsBox.fundsStructure.BSQ={0} セキュリティデポジット, {1} 取引手数料) + {2}マイニング手数料
createOffer.success.headline=オファーが公開されました
createOffer.success.info=自分のオファーは「ポートフォリオ/私のオープンオファー」で管理できます
createOffer.info.sellAtMarketPrice=オファーの価格は継続的に更新されるため、常に市場価格で売却するでしょう。
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=振替金額
portfolio.pending.step2_buyer.sellersAddress=売り手の{0}アドレス
portfolio.pending.step2_buyer.buyerAccount=使用されるあなたの支払いアカウント
portfolio.pending.step2_buyer.paymentStarted=支払いが開始されました
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn={0}の支払いはまだ完了していません!\nトレードは{1}までに完了しなければなりません。
portfolio.pending.step2_buyer.openForDispute=支払いを完了していません!\nトレードの最大期間が経過しました。助けを求めるには調停人に連絡してください。
portfolio.pending.step2_buyer.paperReceipt.headline=領収書をBTCの売り手へ送付しましたか
@ -882,7 +873,6 @@ funds.locked.locked=次のIDとのトレードはマルチシグでロック中
funds.tx.direction.sentTo=送信 to:
funds.tx.direction.receivedWith=次に予約済:
funds.tx.direction.genesisTx=ジェネシスTXから:
funds.tx.txFeePaymentForBsqTx=BSQのTXのマイニング手数料
funds.tx.createOfferFee=メイカーとTXの手数料: {0}
funds.tx.takeOfferFee=テイカーとTXの手数料: {0}
funds.tx.multiSigDeposit=マルチシグデポジット: {0}
@ -896,15 +886,11 @@ funds.tx.unknown=不明な理由: {0}
funds.tx.noFundsFromDispute=係争からの返金はありません
funds.tx.receivedFunds=受取済み資金
funds.tx.withdrawnFromWallet=ウォレットからの出金
funds.tx.withdrawnFromBSQWallet=BSQウォレットから出金されたBTC
funds.tx.memo=メモ
funds.tx.noTxAvailable=利用できるトランザクションがありません
funds.tx.revert=元に戻す
funds.tx.txSent=トランザクションはローカルBisqウォレットの新しいアドレスに正常に送信されました。
funds.tx.direction.self=自分自身に送信済み
funds.tx.daoTxFee=BSQのTXのマイニング手数料
funds.tx.reimbursementRequestTxFee=払い戻しリクエスト
funds.tx.compensationRequestTxFee=報酬リクエスト
funds.tx.dustAttackTx=ダストを受取りました
funds.tx.dustAttackTx.popup=このトランザクションはごくわずかなBTC金額をあなたのウォレットに送っているので、あなたのウォレットを盗もうとするチェーン解析会社による試みかもしれません。\n\nあなたが支払い取引でそのトランザクションアウトプットを使うならば、彼らはあなたが他のアドレスの所有者である可能性が高いことを学びますコインマージ。\n\nあなたのプライバシーを保護するために、Bisqウォレットは、支払い目的および残高表示において、そのようなダストアウトプットを無視します。 設定でアウトプットがダストと見なされるときのしきい値を設定できます。
@ -996,9 +982,7 @@ settings.tab.about=About
setting.preferences.general=一般設定
setting.preferences.explorer=ビットコインのエクスプローラ
setting.preferences.explorer.bsq=Bisqのエクスプローラ
setting.preferences.deviation=市場価格からの最大偏差
setting.preferences.bsqAverageTrimThreshold=BSQ率の外れ閾値
setting.preferences.avoidStandbyMode=スタンバイモードを避ける
setting.preferences.autoConfirmXMR=XMR自動確認
setting.preferences.autoConfirmEnabled=有効されました
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=「次回から表示しない」フラグを全てリセット
settings.preferences.languageChange=言語の変更をすべての画面に適用するには再起動が必要です。
settings.preferences.supportLanguageWarning=係争が発生した場合、調停は{0}で、仲裁は{1}で処理されることに注意して下さい。
setting.preferences.daoOptions=DAO設定
setting.preferences.dao.resyncFromGenesis.label=ジェネシスTXからDAO状態を再構築
setting.preferences.dao.resyncFromResources.label=リソースからDAO状態を再構築
setting.preferences.dao.resyncFromResources.popup=アプリケーションの再起動後、Bisqネットワークガバナンスデータはシードードから再ロードされ、BSQのコンセンサス状態は最新リソースファイルから再構築されます。
setting.preferences.dao.resyncFromGenesis.popup=ジェネシストランザクションからの再同期はかなりの時間をかけて、かなりのCPUリソースを消費します。本当によろしいですか大抵の場合は最新リソースファイルからの再同期は十分、より早い選択です。\n\n進めたら、アプリケーションの再起動後、Bisqネットワークガバナンスデータはシードードから再ロードされ、BSQのコンセンサス状態はジェネシストランザクションから再構築されるでしょう。
setting.preferences.dao.resyncFromGenesis.resync=ジェネシスから再同期して終了
setting.preferences.dao.isDaoFullNode=BisqをDAOのフルードで実行
setting.preferences.dao.rpcUser=RPCユーザ名
setting.preferences.dao.rpcPw=RPCパスワード
setting.preferences.dao.blockNotifyPort=通知ポートをブロック
setting.preferences.dao.fullNodeInfo=DAOフルードとしてBisqを実行するには、Bitcoin Coreをローカルで実行し、RPCを有効にする必要があります。すべての要件は '' {0} ''に文書化されています。\n\nモードを変更した後は、再起動する必要があります。
setting.preferences.dao.fullNodeInfo.ok=ドキュメントページを開く
setting.preferences.dao.fullNodeInfo.cancel=いいえ、ライトノードモードを使い続けます
settings.preferences.editCustomExplorer.headline=エクスプローラー設定
settings.preferences.editCustomExplorer.description=左のリストからシステム定義エクスプローラを選択、それともニーズや好みに合わせてカスタマイズする。
settings.preferences.editCustomExplorer.available=利用可能なエクスプローラ
@ -1090,7 +1061,7 @@ settings.net.needRestart=その変更を適用するには、アプリケーシ
settings.net.notKnownYet=まだわかりません...
settings.net.sentData=通信されたデータ: {0}, {1} メッセージ、 {2} メッセージ/秒
settings.net.receivedData=受信されたデータ: {0}, {1} メッセージ、 {2} メッセージ/秒
settings.net.chainHeight=Bisq DAO chain height: {0} | Bitcoin Peers chain height: {1}
settings.net.chainHeight=Bitcoin Peers chain height: {1}
settings.net.ips=[IPアドレス:ポート | ホスト名:ポート | onionアドレス:ポート](コンマ区切り)。デフォルト(8333)が使用される場合、ポートは省略できます。
settings.net.seedNode=シードノード
settings.net.directPeer=ピア (ダイレクト)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=ウォレット詳細ウィンドウを開
setting.about.shortcuts.openEmergencyBtcWalletTool=BTCウォレットに対する緊急ウォレットツールを開く
setting.about.shortcuts.openEmergencyBsqWalletTool=BSQウォレットに対する緊急ウォレットツールを開く
setting.about.shortcuts.showTorLogs=TorメッセージのログレベルをDEBUGとWARNを切り替える
setting.about.shortcuts.manualPayoutTxWindow=2of2マルチシグ入金txから手動支払いのウィンドウを開く
setting.about.shortcuts.reRepublishAllGovernanceData=DAOガバナンスデータ提案、票を再発行する
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}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=ウェブカメラが見つかりま
account.notifications.priceAlert.warning.highPriceTooLow=最高価格は最低価格よりも高い必要があります
account.notifications.priceAlert.warning.lowerPriceTooHigh=最低価格は最高価格よりも低い必要があります
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=正確な詳細
dao.tab.bsqWallet=BSQウォレット
dao.tab.proposals=ガバナンス
dao.tab.bonding=担保
dao.tab.proofOfBurn=アセットの上場手数料/プルーフ・オブ・バーン
dao.tab.monitor=ネットワークモニタ
dao.tab.news=ニュース
dao.paidWithBsq=BSQで支払いました
dao.availableBsqBalance=支払い利用可能額(検証済+未承認の両替アウトプット)
dao.verifiedBsqBalance=検証された全UTXOの残高
dao.unconfirmedChangeBalance=未承認の全両替アウトプットの残高
dao.unverifiedBsqBalance=未検証の全トランザクション残高(ブロック承認待ち)
dao.lockedForVoteBalance=投票に使用済
dao.lockedInBonds=ロック中の担保
dao.availableNonBsqBalance=利用可能な非BSQ残高 (BTC)
dao.reputationBalance=メリット値(支出できません)
dao.tx.published.success=トランザクションの発行に成功しました
dao.proposal.menuItem.make=提案する
dao.proposal.menuItem.browse=全ての提案を見る
dao.proposal.menuItem.vote=提案に投票する
dao.proposal.menuItem.result=投票結果
dao.cycle.headline=投票サイクル
dao.cycle.overview.headline=投票サイクル概要
dao.cycle.currentPhase=現在のフェーズ
dao.cycle.currentBlockHeight=現在のブロックの高さ
dao.cycle.proposal=提案フェーズ
dao.cycle.proposal.next=次の提案フェーズ
dao.cycle.blindVote=秘密投票フェーズ
dao.cycle.voteReveal=投票公開フェーズ
dao.cycle.voteResult=投票結果
dao.cycle.phaseDuration={0} ブロック (≈{1}); ブロック {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=ブロック {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=発行された公開トランザクションに投票する
dao.voteReveal.txPublished=トランザクションID {0}の公開投票トランザクションが正常に発行されました。\n\nこれは、DAO投票に参加している場合、ソフトウェアによって自動的に行われます。
dao.results.cycles.header=サイクル
dao.results.cycles.table.header.cycle=サイクル
dao.results.cycles.table.header.numProposals=提案
dao.results.cycles.table.header.voteWeight=投票の重み
dao.results.cycles.table.header.issuance=発行
dao.results.results.table.item.cycle=サイクル {0} 開始: {1}
dao.results.proposals.header=選択されたサイクルの提案
dao.results.proposals.table.header.nameLink=名前/リンク
dao.results.proposals.table.header.details=詳細
dao.results.proposals.table.header.myVote=自分の投票
dao.results.proposals.table.header.result=投票結果
dao.results.proposals.table.header.threshold=閾値
dao.results.proposals.table.header.quorum=定足数
dao.results.proposals.voting.detail.header=選択された提案の投票結果
dao.results.exceptions=投票結果の例外
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=BSQメイカー手数料
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=BSQテイカー手数料
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=最小BSQメイカー手数料
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=最小BSQテイカー手数料
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=BTCメイカー手数料
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=BTCテイカー手数料
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=最小BTCメイカー手数料
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=最小BTCテイカー手数料
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=BSQの提案手数料
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=BSQの投票手数料
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=補償リクエストの最小BSQ量
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=補償リクエストの最大BSQ量
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=払い戻しリクエストの最小BSQ量
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=払い戻しリクエストの最大BSQ量
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=一般的な提案に必要なBSQの定足数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=補償リクエストに必要なBSQの定足数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=払い戻しリクエストに必要なBSQの定足数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=パラメーター変更に必要なBSQの定足数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=アセット削除に必要なBSQの定足数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=没収リクエストに必要なBSQの定足数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=担保された役割に必要なBSQの定足数
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=一般的な提案に必要なしきい値(%)
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=補償リクエストに必要なしきい値(%)
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=払い戻しリクエストに必要なしきい値(%)
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=パラメーターの変更に必要なしきい値(%)
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=アセットを削除するために必要なしきい値(%)
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=没収リクエストのために必要なしきい値(%)
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=担保された役割のリクエストに必要なしきい値(%)
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=受信者BTCアドレス
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=1日あたりのアセットの上場手数料
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=アセットの最小トレード額
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=代替トレード支払いtxのロック時間
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=BTCでの調停手数料
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=BTCでの最大トレード制限
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=BSQの担保された役割単位係数
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=BSQのサイクルごとの発行制限
dao.param.currentValue=現在の値: {0}
dao.param.currentAndPastValue=現在の値: {0} (提案した時の値: {1}
dao.param.blocks={0} ブロック
dao.results.invalidVotes=その投票サイクルで無効な投票がありました。投票がBisqネットワークでうまく配布されなかった場合、それが起こる可能性があります。\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=提案フェーズ
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=ブレーク1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=秘密投票フェーズ
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=ブレーク2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=投票公開フェーズ
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=ブレーク3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=結果フェーズ
dao.results.votes.table.header.stakeAndMerit=投票の重み
dao.results.votes.table.header.stake=ステーク
dao.results.votes.table.header.merit=獲得済
dao.results.votes.table.header.vote=投票
dao.bond.menuItem.bondedRoles=担保された役割
dao.bond.menuItem.reputation=担保された評判
dao.bond.menuItem.bonds=担保
dao.bond.dashboard.bondsHeadline=担保のBSQ
dao.bond.dashboard.lockupAmount=ロックされた資金
dao.bond.dashboard.unlockingAmount=アンロック中の資金(ロック時間が終わるまで待ってください)
dao.bond.reputation.header=評判の為に担保をロック
dao.bond.reputation.table.header=評判担保
dao.bond.reputation.amount=ロックするBSQ額
dao.bond.reputation.time=ブロック単位のアンロック時間
dao.bond.reputation.salt=ソルト
dao.bond.reputation.hash=ハッシュ
dao.bond.reputation.lockupButton=ロック
dao.bond.reputation.lockup.headline=トランザクションのロックを承認
dao.bond.reputation.lockup.details=ロックされる金額: {0}\nアンロック時間: {1}ブロック(≈{2})\n\nマイニング手数料: {3} ({4} Satoshis/vbyte)\nトランザクションvサイズ: {5} Kb\n\n続行してよろしいですか
dao.bond.reputation.unlock.headline=トランザクションのアンロックを承認
dao.bond.reputation.unlock.details=アンロックされる金額: {0}\nアンロック時間: {1}ブロック(≈{2})\n\nマイニング手数料: {3} ({4} Satoshis/vbyte)\nトランザクションvサイズ: {5} Kb\n\n続行してよろしいですか
dao.bond.allBonds.header=すべての担保
dao.bond.bondedReputation=担保された評判
dao.bond.bondedRoles=担保された役割
dao.bond.details.header=役割の詳細
dao.bond.details.role=役割
dao.bond.details.requiredBond=必要なBSQ担保
dao.bond.details.unlockTime=ブロック単位のアンロック時間
dao.bond.details.link=役割の説明へのリンク
dao.bond.details.isSingleton=複数の役割保有者が取得できます
dao.bond.details.blocks={0} ブロック
dao.bond.table.column.name=名前
dao.bond.table.column.link=リンク
dao.bond.table.column.bondType=担保タイプ
dao.bond.table.column.details=詳細
dao.bond.table.column.lockupTxId=ロック Tx ID
dao.bond.table.column.bondState=担保状態
dao.bond.table.column.lockTime=アンロック時間
dao.bond.table.column.lockupDate=ロック日
dao.bond.table.button.lockup=ロック
dao.bond.table.button.unlock=ロック解除
dao.bond.table.button.revoke=取り消し
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=まだ担保されていない
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=ロック保留中
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=ロック中の担保
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=アンロック保留中
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=アンロックTXが承認されました
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=アンロック中の担保
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=アンロックされた担保
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=没収された担保
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=担保された役割
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=担保された評判
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=GitHub管理者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=フォーラム管理者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter管理者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase管理者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=YouTube管理者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Bisqの維持者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=BitcoinJ-forkの維持者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Netlayerの維持者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=ウェブサイト運営者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=フォーラム運営者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=シードノード運営者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=価格ノード運営者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=ビットコインノード運営者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=市場運営者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=エクスプローラー運営者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=モバイル通知中継の運営者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=ドメインネーム保有者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=DNS管理人
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=調停者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=調停人
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=BTC寄付アドレスの所有者
dao.burnBsq.assetFee=アセットリスティング
dao.burnBsq.menuItem.assetFee=アセットの上場手数料
dao.burnBsq.menuItem.proofOfBurn=プルーフ・オブ・バーン
dao.burnBsq.header=アセット上場の為の手数料
dao.burnBsq.selectAsset=アセット選択
dao.burnBsq.fee=手数料
dao.burnBsq.trialPeriod=試用期間
dao.burnBsq.payFee=手数料の支払い
dao.burnBsq.allAssets=全てのアセット
dao.burnBsq.assets.nameAndCode=アセット名
dao.burnBsq.assets.state=状態
dao.burnBsq.assets.tradeVolume=取引量
dao.burnBsq.assets.lookBackPeriod=検証期間
dao.burnBsq.assets.trialFee=試用期間の手数料
dao.burnBsq.assets.totalFee=合計支払い手数料
dao.burnBsq.assets.days={0}日
dao.burnBsq.assets.toFewDays=アセット手数料が低すぎます。試用期間の最小日数は{0}。
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=試用期間中
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=アクティブトレード
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=非アクティブのためリストから除外
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=投票により削除
dao.proofOfBurn.header=プルーフ・オブ・バーン
dao.proofOfBurn.amount=金額
dao.proofOfBurn.preImage=プリイメージ
dao.proofOfBurn.burn=バーン
dao.proofOfBurn.allTxs=全プルーフ・オブ・バーントランザクション
dao.proofOfBurn.myItems=プルーフ・オブ・バーンのトランザクション
dao.proofOfBurn.date=日付
dao.proofOfBurn.hash=ハッシュ
dao.proofOfBurn.txs=トランザクション
dao.proofOfBurn.pubKey=パブリックキー
dao.proofOfBurn.signature.window.title=バーントランザクションの証明からのキーでメッセージに署名
dao.proofOfBurn.verify.window.title=バーントランザクションの証明からのキーでメッセージを検証
dao.proofOfBurn.copySig=署名をクリップボードにコピーする
dao.proofOfBurn.sign=署名する
dao.proofOfBurn.message=メッセージ
dao.proofOfBurn.sig=署名
dao.proofOfBurn.verify=検証する
dao.proofOfBurn.verificationResult.ok=検証成功
dao.proofOfBurn.verificationResult.failed=検証失敗
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=提案フェーズ
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=秘密投票フェーズの前に中断
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=秘密投票フェーズ
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=投票公開フェーズ前に中断
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=投票公開フェーズ
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=結果フェーズの前に中断
# suppress inspection "UnusedProperty"
dao.phase.RESULT=投票結果フェーズ
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=提案フェーズ
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=秘密投票
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=投票公開
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=投票結果
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=報酬リクエスト
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=払い戻しリクエスト
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=担保された役割の提案
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=アセット削除の提案
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=パラメーターの変更の提案
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=一般的な提案
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=担保没収の提案
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=報酬リクエスト
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=払い戻しリクエスト
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=担保された役割
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=アルトコインを取り除く
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=パラメーターの変更
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=一般的な提案
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=担保を没収
dao.proposal.details=提案の詳細
dao.proposal.selectedProposal=選択された提案
dao.proposal.active.header=現在のサイクルの提案
dao.proposal.active.remove.confirm=その提案を削除してもよろしいですか?\n既に支払われた提案手数料は失われます。
dao.proposal.active.remove.doRemove=はい、提案を削除します
dao.proposal.active.remove.failed=提案を削除できませんでした
dao.proposal.myVote.title=投票中
dao.proposal.myVote.accept=提案を承認
dao.proposal.myVote.reject=提案を拒否
dao.proposal.myVote.removeMyVote=提案を無視
dao.proposal.myVote.merit=獲得したBSQからの投票の重み
dao.proposal.myVote.stake=ステークからの投票の重み
dao.proposal.myVote.revealTxId=公開されたトランザクションIDへ投票
dao.proposal.myVote.stake.prompt=投票に利用可能な最大ステーク: {0}
dao.proposal.votes.header=投票のステークをセットし、投票を発行する
dao.proposal.myVote.button=投票公開
dao.proposal.myVote.setStake.description=すべての提案に投票した後、BSQをロックして投票のステークを設定する必要があります。ロックするBSQが多いほど、投票の重みが大きくなります。\n\n投票のためにロックされたBSQは、投票公開フェーズ中に再びロック解除されます。
dao.proposal.create.selectProposalType=提案タイプの選択
dao.proposal.create.phase.inactive=次の提案フェーズまでお待ち下さい
dao.proposal.create.proposalType=提案タイプ
dao.proposal.create.new=新しい提案を作成
dao.proposal.create.button=提案する
dao.proposal.create.publish=提案の発行
dao.proposal.create.publishing=提案の発行が進行中です...
dao.proposal=提案
dao.proposal.display.type=提案タイプ
dao.proposal.display.name=正確なGithubのユーザ名
dao.proposal.display.link=詳細情報へのリンク
dao.proposal.display.link.prompt=提案へのリンク
dao.proposal.display.requestedBsq=BSQのリクエスト額
dao.proposal.display.txId=提案トランザクションID
dao.proposal.display.proposalFee=提案手数料
dao.proposal.display.myVote=自分の投票
dao.proposal.display.voteResult=投票結果の概要
dao.proposal.display.bondedRoleComboBox.label=担保された役割のタイプ
dao.proposal.display.requiredBondForRole.label=役割に必要な担保
dao.proposal.display.option=オプション
dao.proposal.table.header.proposalType=提案タイプ
dao.proposal.table.header.link=リンク
dao.proposal.table.header.myVote=自分の投票
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=取り消す
dao.proposal.table.icon.tooltip.removeProposal=自分の提案を削除
dao.proposal.table.icon.tooltip.changeVote=現在の投票:「{0}」。 次の投票へ変更:「{1}」
dao.proposal.display.myVote.accepted=承認
dao.proposal.display.myVote.rejected=拒否
dao.proposal.display.myVote.ignored=無視
dao.proposal.display.myVote.unCounted=票は結果に含められませんでした
dao.proposal.myVote.summary=投票済: {0}; 投票の重さ: {1} (獲得済み: {2} + ステーク: {3}) {4}
dao.proposal.myVote.invalid=投票が無効でした
dao.proposal.voteResult.success=承認
dao.proposal.voteResult.failed=拒否
dao.proposal.voteResult.summary=結果: {0}; しきい値: {1} (必要量 > {2}); 定足数: {3} (必要量 > {4})
dao.proposal.display.paramComboBox.label=変更するパラメーターを選択
dao.proposal.display.paramValue=パラメーター値
dao.proposal.display.confiscateBondComboBox.label=担保を選択
dao.proposal.display.assetComboBox.label=削除するアセット
dao.blindVote=秘密投票
dao.blindVote.startPublishing=秘密投票トランザクションを発行中...
dao.blindVote.success=秘密投票トランザクションが正常に発行されました。\n\nBisqアプリケーションが投票公開トランザクションを発行できるように、投票公開フェーズではオンラインにする必要があることに注意してください。投票公開トランザクションがなければあなたの投票は無効となります
dao.wallet.menuItem.send=送金
dao.wallet.menuItem.receive=受け取る
dao.wallet.menuItem.transactions=トランザクション
dao.wallet.dashboard.myBalance=ウォレット残高
dao.wallet.receive.fundYourWallet=あなたのBSQ受信アドレス
dao.wallet.receive.bsqAddress=BSQウォレットアドレス未使用の新しいアドレス
dao.wallet.send.sendFunds=送金する
dao.wallet.send.sendBtcFunds=非BSQ残高の送金 (BTC)
dao.wallet.send.amount=BSQの額
dao.wallet.send.btcAmount=BTCの額非BSQ残高
dao.wallet.send.setAmount=出金額を設定(最少額は{0}
dao.wallet.send.receiverAddress=受信者のBSQアドレス
dao.wallet.send.receiverBtcAddress=受信者のBTCアドレス
dao.wallet.send.setDestinationAddress=あなたの出金先アドレスを記入
dao.wallet.send.send=BSQ残高の送信
dao.wallet.send.inputControl=Select inputs
dao.wallet.send.sendBtc=BTC残高の送信
dao.wallet.send.sendFunds.headline=出金リクエストを承認
dao.wallet.send.sendFunds.details=送金中: {0}\n入金先アドレス: {1}\n必要なマイニング手数料: {2} ({3} サトシ/vbyte)\nトランザクションvサイズ: {4} vKb\n\n入金先の受け取る金額: {5}\n\n本当にこの金額を出金しますか
dao.wallet.chainHeightSynced=最新検証済みブロック: {0}
dao.wallet.chainHeightSyncing=ブロック待機中... {1}のうち{0}ブロックを検証済み
dao.wallet.tx.type=タイプ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=認識されていません
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=未検証のBSQトランザクション
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=無効なBSQのトランザクション
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=ジェネシストランザクション
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=BSQ送金
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=受信済BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=送信済BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=トレード手数料
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=補償リクエストの手数料
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=没収リクエストの手数料
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=提案の手数料
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=秘密投票の手数料
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=投票公開
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=担保をロック
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=担保をアンロック
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=アセットの上場手数料
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=プルーフ・オブ・バーン
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=不整
dao.tx.withdrawnFromWallet=ウォレットから出金されたBTC
dao.tx.issuanceFromCompReq=補償 リクエスト/発行
dao.tx.issuanceFromCompReq.tooltip=新しいBSQの発行につながる補償リクエスト。\n発行日: {0}
dao.tx.issuanceFromReimbursement=払い戻し リクエスト/発行
dao.tx.issuanceFromReimbursement.tooltip=新しいBSQの発行につながる没収リクエスト。\n発行日: {0}
dao.proposal.create.missingBsqFunds=提案を作成するのに十分なBSQ残高がありません。未承認のBSQトランザクションがある場合、ブロックに含まれている場合にのみBSQが検証されるため、ブロックチェーンの承認を待つ必要があります。 \n不足: {0}
dao.proposal.create.missingBsqFundsForBond=この役割に十分なBSQ残高がありません。この提案を発行することはできますが、この役割が受け入れられた場合、この役割に必要なBSQ全額が必要です。\n不足: {0}
dao.proposal.create.missingMinerFeeFunds=提案トランザクションを作成するための十分なBTC残高がありません。すべてのBSQトランザクションには、BTCのマイナニング手数料が必要です。\n不足: {0}
dao.proposal.create.missingIssuanceFunds=提案トランザクションを作成するための十分なBTC残高がありません。すべてのBSQトランザクションにはBTCのマイニング手数料が必要で、発行トランザクションにも要求されたBSQ金額{0} Satoshis/BSQのBTCが必要です。\n不足: {1}
dao.feeTx.confirm={0}トランザクションの承認
dao.feeTx.confirm.details={0}手数料: {1}\nマイニング手数料: {2} ({3} Satoshis/vbyte)\nトランザクションvサイズ {4} vKb\n\n本当に{5}トランザクションを発行しますか?
dao.feeTx.issuanceProposal.confirm.details={0}手数料: {1}\nBSQ発行に必要なBTC: {2}({3} Satoshis/BSQ)\nマイニング手数料: {4} ({5} Satoshis/vbyte)\nトランザクションvサイズ {6} vKb\n\nリクエストが承認されると、あなたは2 BSQの提案料金を差し引いた金額を受け取ります。\n\n本当に{7}トランザクションを発行しますか?
dao.news.bisqDAO.title=THE BISQ DAO
dao.news.bisqDAO.description=Bisqの交換が非中央集権化され検閲に抵抗するように、そのガバナンスモデルも、つまりBisq DAOとBSQトークンはそれを可能にするツールです。
dao.news.bisqDAO.readMoreLink=Bisq DAOについてもっと詳しく知る
dao.news.pastContribution.title=過去に貢献しましたかBSQをリクエストしましょう
dao.news.pastContribution.description=Bisqに貢献している場合は、以下のBSQアドレスを使用して、BSQジェネシス配布に参加するようにリクエストしてください。
dao.news.pastContribution.yourAddress=あなたのBSQウォレットアドレス
dao.news.pastContribution.requestNow=今すぐリクエスト
dao.news.DAOOnTestnet.title=私達のテストネットでBISQ DAOを起動
dao.news.DAOOnTestnet.description=メインネットBisq DAOはまだ起動されていませんが、私達のテストネットで実行することでBisq DAOについて学ぶことができます。
dao.news.DAOOnTestnet.firstSection.title=1. DAOテストネットモードに切り替え
dao.news.DAOOnTestnet.firstSection.content=設定画面からDAOテストネットへ切り替え
dao.news.DAOOnTestnet.secondSection.title=2. BSQを取得する
dao.news.DAOOnTestnet.secondSection.content=SlackでBSQをリクエストするか、BisqでBSQを購入してください。
dao.news.DAOOnTestnet.thirdSection.title=3. 投票サイクルに参加する
dao.news.DAOOnTestnet.thirdSection.content=Bisqのさまざまな側面を変更する提案を作成したり、提案に投票したりする。
dao.news.DAOOnTestnet.fourthSection.title=4. BSQブロックエクスプローラーを使ってみる
dao.news.DAOOnTestnet.fourthSection.content=BSQはビットコインであるため、ビットコインブロックエクスプローラーでBSQトランザクションを確認できます。
dao.news.DAOOnTestnet.readMoreLink=完全なドキュメントを読む
dao.monitor.daoState=DAO状態
dao.monitor.proposals=提案の状態
dao.monitor.blindVotes=秘密投票の状態
dao.monitor.table.peers=ピア
dao.monitor.table.conflicts=競合
dao.monitor.state=ステータス
dao.monitor.requestAlHashes=全ハッシュのリクエスト
dao.monitor.resync=DAO状態の再同期
dao.monitor.table.header.cycleBlockHeight=サイクル / ブロックの高さ
dao.monitor.table.cycleBlockHeight=サイクル {0} / ブロック {1}
dao.monitor.table.seedPeers=シードノード: {0}
dao.monitor.daoState.headline=DAO状態
dao.monitor.daoState.table.headline=DAO状態ハッシュのチェーン
dao.monitor.daoState.table.blockHeight=ブロックの高さ
dao.monitor.daoState.table.hash=DAO状態のハッシュ
dao.monitor.daoState.table.prev=前のハッシュ
dao.monitor.daoState.conflictTable.headline=競合するピアからのDAO状態ハッシュ
dao.monitor.daoState.utxoConflicts=UTXOの競合
dao.monitor.daoState.utxoConflicts.blockHeight=ブロックの高さ: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=全UTXOの合計: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=全BSQの合計: {0} BSQ
dao.monitor.daoState.checkpoint.popup=DAOステートはネットワークと同期していません。再起動したらDAOステートは再同期します。
dao.monitor.proposal.headline=提案の状態
dao.monitor.proposal.table.headline=提案状態のハッシュのチェーン
dao.monitor.proposal.conflictTable.headline=競合するピアからの提案状態ハッシュ
dao.monitor.proposal.table.hash=提案状態のハッシュ
dao.monitor.proposal.table.prev=前のハッシュ
dao.monitor.proposal.table.numProposals=提案数
dao.monitor.isInConflictWithSeedNode=ローカルデータが、少なくとも1つのシードードと一致していません。 DAO状態を再同期してください。
dao.monitor.isInConflictWithNonSeedNode=ピアの1つがネットワークと一致していませんが、あなたのードはシードードと同期しています。
dao.monitor.daoStateInSync=ローカルノードはネットワークと一致しています
dao.monitor.blindVote.headline=秘密投票の状態
dao.monitor.blindVote.table.headline=秘密投票状態ハッシュのチェーン
dao.monitor.blindVote.conflictTable.headline=競合するピアからの秘密投票状態ハッシュ
dao.monitor.blindVote.table.hash=秘密投票状態のハッシュ
dao.monitor.blindVote.table.prev=前のハッシュ
dao.monitor.blindVote.table.numBlindVotes=秘密投票数
dao.factsAndFigures.menuItem.supply=BSQ 供給
dao.factsAndFigures.menuItem.transactions=BSQ トランザクション
dao.factsAndFigures.dashboard.avgPrice90=90日間の平均BSQ/BTCのトレード価格
dao.factsAndFigures.dashboard.avgPrice30=30日間の平均BSQ/BTCのトレード価格
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=合計利用可能BSQ
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=発行されたBSQ v. バーンされたBSQ
dao.factsAndFigures.supply.issued=発行されたBSQ
dao.factsAndFigures.supply.compReq=Compensation requests
dao.factsAndFigures.supply.reimbursement=Reimbursement requests
dao.factsAndFigures.supply.genesisIssueAmount=ジェネシストランザクションで発行されたBSQ
dao.factsAndFigures.supply.compRequestIssueAmount=報酬リクエストの為に発行されたBSQ
dao.factsAndFigures.supply.reimbursementAmount=払い戻しリクエストの為に発行されたBSQ
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=バーン済BSQ
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=取引量
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=ロックされたBSQのグローバル状態
dao.factsAndFigures.supply.totalLockedUpAmount=担保でロックされている
dao.factsAndFigures.supply.totalUnlockingAmount=担保からアンロック中のBSQ
dao.factsAndFigures.supply.totalUnlockedAmount=担保からアンロックされたBSQ
dao.factsAndFigures.supply.totalConfiscatedAmount=担保から没収されたBSQ
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=ジェネシストランザクション
dao.factsAndFigures.transactions.genesisBlockHeight=ジェネシスブロックの高さ
dao.factsAndFigures.transactions.genesisTxId=ジェネシストランザクションID
dao.factsAndFigures.transactions.txDetails=BSQトランザクション統計
dao.factsAndFigures.transactions.allTx=全BSQトランザクション数
dao.factsAndFigures.transactions.utxo=未支払の全トランザクションアウトプット数
dao.factsAndFigures.transactions.compensationIssuanceTx=全ての補償リクエスト発行トランザクションの数
dao.factsAndFigures.transactions.reimbursementIssuanceTx=全ての没収リクエスト発行トランザクションの数
dao.factsAndFigures.transactions.burntTx=全ての手数料支払いトランザクションの数
dao.factsAndFigures.transactions.invalidTx=全ての無効なトランザクションの数
dao.factsAndFigures.transactions.irregularTx=不整なトランザクションの数
####################################################################
# Windows
####################################################################
@ -2120,8 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=支払いなしで閉じてもよろし
emptyWalletWindow.headline={0} 緊急ウォレットツール
emptyWalletWindow.info=UIから資金にアクセスできない緊急時にのみ使用してください。\n\nこのツールを使用すると、開いているオファーはすべて自動的に閉じられることに注意してください。\n\nこのツールを使用する前に、データディレクトリをバックアップしてください。これは「アカウント/バックアップ」で行えます。\n\n問題の原因を調査できるように、問題を報告し、GitHubまたはBisqフォーラムにバグレポートを提出してください。
emptyWalletWindow.balance=あなたの利用可能なウォレット残高
emptyWalletWindow.bsq.btcBalance=非BSQ Satoshisの残高
emptyWalletWindow.address=あなたの宛先アドレス
emptyWalletWindow.button=全ての資金を送る
emptyWalletWindow.openOffers.warn=ウォレット空にすると削除されるオープンオファーがあります。 \n本当にウォレットを空にしますか
@ -2146,10 +1430,8 @@ filterWindow.seedNode=フィルター済シードノード(コンマ区切り
filterWindow.priceRelayNode=フィルター済価格中継ノード(コンマ区切り onionアドレス
filterWindow.btcNode=フィルター済ビットコインノード(コンマ区切り アドレス+ポート)
filterWindow.preventPublicBtcNetwork=パブリックビットコインネットワークの使用を防止
filterWindow.disableDao=DAOを無効化
filterWindow.disableAutoConf=自動確認を無効にする
filterWindow.autoConfExplorers=フィルター済自動確認エクスプローラ(コンマ区切りアドレス)
filterWindow.disableDaoBelowVersion=DAOに必要な最低バージョン
filterWindow.disableTradeBelowVersion=トレードに必要な最低バージョン
filterWindow.add=フィルターを追加
filterWindow.remove=フィルターを削除
@ -2223,7 +1505,6 @@ tradeDetailsWindow.detailData=詳細データ
txDetailsWindow.headline=トランザクション詳細
txDetailsWindow.btc.note=BTCを送金しました。
txDetailsWindow.bsq.note=BSQ残高を送信しました。 BSQはカラードビットコインなので、ビットコインのブロックで承認されるまでトランザクションはBSQエクスプローラに表示されません。
txDetailsWindow.sentTo=送信先
txDetailsWindow.txId=TxId
@ -2235,9 +1516,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=アンロックするためにパスワードを入力してください
torNetworkSettingWindow.header=Torネットワークの設定
@ -2317,12 +1595,6 @@ popup.warning.tooLargePercentageValue=100%以上のパーセントを設定で
popup.warning.examplePercentageValue=パーセントの数字を入力してください。5.4%は「5.4」のように入力します。
popup.warning.noPriceFeedAvailable=その通貨で利用できる価格フィードはありません。パーセントベースの価格は使用できません。 固定価格を選択してください。
popup.warning.sendMsgFailed=トレード相手へのメッセージの送信に失敗しました。\nもう一度試してください。失敗し続ける場合はバグを報告してください。
popup.warning.insufficientBtcFundsForBsqTx=あなたはそのトランザクションのマイニング手数料を支払うのに十分なBTC残高を持っていません。 BTCウォレットに資金を入金してください。 \n不足残高: {0}
popup.warning.bsqChangeBelowDustException=このトランザクションは、ダスト制限5.46 BSQを下回るBSQおつりアウトプットを作成し、ビットコインネットワークによって拒否されます。\n\nおつりアウトプットを回避するために、より高い金額を送信する必要がありますたとえば、送金額にダスト額を追加することによって、またはダストアウトプットを生成しないようにウォレットにBSQ残高を追加する必要があります。\n\nダストアウトプットは{0}。
popup.warning.btcChangeBelowDustException=このトランザクションは、ダスト制限546 Satoshiを下回るBSQおつりアウトプットを作成し、ビットコインネットワークによって拒否されます。\n\nダストアウトプットを生成しないように、あなたの送金額にダスト額を追加する必要があります。\n\nダストアウトプットは{0}。
popup.warning.insufficientBsqFundsForBtcFeePayment=このトランザクションにはBSQが足りません。ビットコインプロトコルのダスト制限によると、ウォレットから最後の5.46BSQはトレード手数料に使われることができません。\n\nもっとBSQを買うか、BTCでトレード手数料を支払うことができます。\n\n不足している資金: {0}
popup.warning.noBsqFundsForBtcFeePayment=BSQウォレットにBSQのトレード手数料を支払うのに十分な残高がありません。
popup.warning.messageTooLong=メッセージが許容サイズ上限を超えています。いくつかに分けて送信するか、 https://pastebin.com のようなサービスにアップロードしてください。
popup.warning.lockedUpFunds=失敗したトレードから残高をロックしました。\nロックされた残高: {0} \nデポジットtxアドレス: {1} \nトレードID: {2}。\n\nオープントレード画面でこのトレードを選択し、「alt + o」または「option + o」を押してサポートチケットを開いてください。
@ -2336,8 +1608,6 @@ popup.warning.nodeBanned={0}ードの1つが禁止されました。
popup.warning.priceRelay=価格中継
popup.warning.seed=シード
popup.warning.mandatoryUpdate.trading=最新のBisqバージョンに更新してください。古いバージョンのトレードを無効にする必須の更新プログラムがリリースされました。詳細については、Bisqフォーラムをご覧ください。
popup.warning.mandatoryUpdate.dao=最新のBisqバージョンに更新してください。古いバージョンのBisq DAOとBSQを無効にする必須の更新プログラムがリリースされました。詳細については、Bisqフォーラムをご覧ください。
popup.warning.disable.dao=Bisq DAOとBSQは一時的に無効になっています。詳細については、Bisqフォーラムをご覧ください。
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC={0}のマイニング手数料が{1}の送金額を超えるため、このトランザクションは利用不可です。マイニング手数料が再び低くなるか、送金するBTCがさらに蓄積されるまでお待ちください。
@ -2356,7 +1626,6 @@ popup.info.cashDepositInfo.confirm=デポジットを作成できるか確認し
popup.info.shutDownWithOpenOffers=Bisqはシャットダウン中ですが、オファーはあります。\n\nこれらのオファーは、Bisqがシャットダウンされている間はP2Pネットワークでは利用できませんが、次回Bisqを起動したときにP2Pネットワークに再公開されます。\n\nオファーをオンラインに保つには、Bisqを実行したままにして、このコンピュータもオンラインにしたままにしますつまり、スタンバイモードにならないようにしてください。モニタースタンバイは問題ありません
popup.info.qubesOSSetupInfo=Qubes OS内でBisqを実行しているようです。\n\nBisqのqubeはセットアップガイドに従って設定されていることを確かめて下さい: [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes]
popup.warn.downGradePrevention=バージョン{0}からバージョン{1}に戻すことはサポートされていません。最新のBisqバージョンを利用して下さい。
popup.warn.daoRequiresRestart=DAO状態の同期中に問題が発生しました。解決するにはアプリを再起動する必要があります。
popup.privateNotification.headline=重要なプライベート通知!
@ -2528,7 +1797,6 @@ navigation.settings.preferences=「設定/設定」
# suppress inspection "UnusedProperty"
navigation.funds.transactions=「資金/トランザクション」
navigation.support=「サポート」
navigation.dao.wallet.receive=「DAO/BSQウォレット/受取」
####################################################################
@ -2558,12 +1826,6 @@ XMR_MAINNET=Monero Mainnet
XMR_TESTNET=Monero Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=ビットコインDAOテストネット非推奨
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=BisqDAOベータネットビットコイン メインネット)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=ビットコインDAO Regtest
time.year=
time.month=
@ -2910,9 +2172,7 @@ validation.accountNrChars=アカウント番号は{0}文字で構成されてい
validation.btc.invalidAddress=アドレスが正しくありません。アドレス形式を確認してください。
validation.integerOnly=整数のみを入力してください。
validation.inputError=入力エラーを起こしました:\n{0}
validation.bsq.insufficientBalance=あなたの利用可能残高は{0}です。
validation.btc.exceedsMaxTradeLimit=あなたのトレード制限は{0}です。
validation.bsq.amountBelowMinAmount=最小金額は{0}です
validation.nationalAccountId={0}は{1}個の数字で構成されている必要があります。
#new
@ -2934,7 +2194,6 @@ validation.bic.invalidLocationCode=BICに不正なロケーションコードが
validation.bic.invalidBranchCode=BICに不正な支店コードが含まれています
validation.bic.sepaRevolutBic=Revolut Sepaのアカウントはサポートされていません。
validation.btc.invalidFormat=ビットコインアドレスにとって無効な形式です。
validation.bsq.invalidFormat=BSQアドレスにとって無効な形式です。
validation.email.invalidAddress=不正なアドレス
validation.iban.invalidCountryCode=不正な国コード
validation.iban.checkSumNotNumeric=チェックサムは数値でなければなりません

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Saldo da carteira de negociação
shared.makerTxFee=Ofertante: {0}
shared.takerTxFee=Aceitador: {0}
shared.iConfirm=Eu confirmo
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=Aberto {0}
shared.fiat=Fiat
shared.crypto=Cripto
@ -240,7 +239,6 @@ mainView.menu.funds=Fundos
mainView.menu.support=Suporte
mainView.menu.settings=Configurações
mainView.menu.account=Conta
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=Preço de mercado por {0}
mainView.marketPrice.bisqInternalPrice=Preço da última negociação Bisq
@ -257,13 +255,11 @@ mainView.footer.localhostBitcoinNode=(localhost)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Fee rate: {0} sat/vB
mainView.footer.btcInfo.initializing=Conectando-se à rede Bitcoin
mainView.footer.bsqInfo.synchronizing=/ Sincronizando DAO
mainView.footer.btcInfo.synchronizingWith=Synchronizing with {0} at block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synced with {0} at block {1}
mainView.footer.btcInfo.connectingTo=Conectando-se a
mainView.footer.btcInfo.connectionFailed=Falha na conexão à
mainView.footer.p2pInfo=Bitcoin network peers: {0} / Bisq network peers: {1}
mainView.footer.daoFullNode=Full node da DAO
mainView.bootstrapState.connectionToTorNetwork=(1/4) Conectando-se à rede Tor...
mainView.bootstrapState.torNodeCreated=(2/4) Nó da rede Tor criado
@ -435,7 +431,6 @@ createOffer.fundsBox.networkFee=Taxa de mineração
createOffer.fundsBox.placeOfferSpinnerInfo=Sua oferta está sendo publicada...
createOffer.fundsBox.paymentLabel=Negociação Bisq com ID {0}
createOffer.fundsBox.fundsStructure=({0} para o depósito de segurança, {1} para a taxa de transação e {2} para a taxa de mineração)
createOffer.fundsBox.fundsStructure.BSQ=({0} depósito de segurança, {1} taxa de mineração) + {2} taxa de transação
createOffer.success.headline=Sua oferta foi publicada
createOffer.success.info=Você pode gerenciar suas ofertas abertas em \"Portfolio/Minhas ofertas\".
createOffer.info.sellAtMarketPrice=Você irá sempre vender a preço de mercado e o preço de sua oferta será atualizado constantemente.
@ -636,7 +631,6 @@ portfolio.pending.step2_buyer.amountToTransfer=Quantia a ser transferida
portfolio.pending.step2_buyer.sellersAddress=Endereço {0} do vendedor
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.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?
@ -882,7 +876,6 @@ funds.locked.locked=Travado em multisig para negociação com ID: {0}
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=Taxa de oferta e transação: {0}
funds.tx.takeOfferFee=Taxa de aceitação e transação: {0}
funds.tx.multiSigDeposit=Depósito Multisig: {0}
@ -896,15 +889,11 @@ funds.tx.unknown=Razão desconhecida: {0}
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.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.
funds.tx.direction.self=Enviar para você mesmo
funds.tx.daoTxFee=Taxa de mineração para transação de BSQ
funds.tx.reimbursementRequestTxFee=Solicitar reembolso
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."
@ -996,9 +985,7 @@ settings.tab.about=Sobre
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.avoidStandbyMode=Impedir modo de economia de energia
setting.preferences.autoConfirmXMR=XMR auto-confirm
setting.preferences.autoConfirmEnabled=Enabled
@ -1032,19 +1019,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
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.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.isDaoFullNode=Executar Bisq como nó completo DAO
setting.preferences.dao.rpcUser=Nome de usuário de RPC
setting.preferences.dao.rpcPw=Senha de RPC
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
@ -1090,7 +1064,7 @@ settings.net.needRestart=Você precisa reiniciar o programa para aplicar esta al
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.chainHeight=Bitcoin Peers chain height: {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)
@ -1144,14 +1118,10 @@ setting.about.shortcuts.walletDetails=Abrir janela de detalhes da carteira
setting.about.shortcuts.openEmergencyBtcWalletTool=Abrir ferramenta de emergência da carteira BTC
setting.about.shortcuts.openEmergencyBsqWalletTool=Abrir ferramenta de emergência da carteira BSQ
setting.about.shortcuts.showTorLogs=Ativar registro de logs para mensagens Tor de níveis entre DEBUG e WARN
setting.about.shortcuts.manualPayoutTxWindow=Abrir janela de pagamento manual do multisig 2-de-2 da transação de depósito
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}
@ -1338,686 +1308,6 @@ account.notifications.priceAlert.warning.highPriceTooLow=O preço mais alto deve
account.notifications.priceAlert.warning.lowerPriceTooHigh=O preço mais baixo deve ser menor do que o preço mais alto
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Fatos & Números
dao.tab.bsqWallet=Carteira BSQ
dao.tab.proposals=Governança
dao.tab.bonding=Vínculo
dao.tab.proofOfBurn=Taxa de listagem de ativos/Prova de destruição
dao.tab.monitor=Monitor da rede
dao.tab.news=Notícias
dao.paidWithBsq=pago com BSQ
dao.availableBsqBalance=Disponível para gastos (verificado + outputs de trocos não-confirmados)
dao.verifiedBsqBalance=Saldo de todas UTXOs verificadas
dao.unconfirmedChangeBalance=Saldo de todos outputs de troco não confirmados
dao.unverifiedBsqBalance=Saldo de todas as transações não verificadas (aguardando confirmação do bloco)
dao.lockedForVoteBalance=Usado para votação
dao.lockedInBonds=Bloqueado em vínculos
dao.availableNonBsqBalance=Saldo não-BSQ disponível (BTC)
dao.reputationBalance=Valor de mérito (não gastável)
dao.tx.published.success=Sua transação foi publicada com sucesso.
dao.proposal.menuItem.make=Fazer proposta
dao.proposal.menuItem.browse=Propostas abertas
dao.proposal.menuItem.vote=Votar em propostas
dao.proposal.menuItem.result=Resultados dos votos
dao.cycle.headline=Ciclo de votação
dao.cycle.overview.headline=Visão geral do ciclo de votação
dao.cycle.currentPhase=Fase atual
dao.cycle.currentBlockHeight=Altura do bloco atual
dao.cycle.proposal=Fase de proposta
dao.cycle.proposal.next=Próxima fase de proposta
dao.cycle.blindVote=Fase de voto fechado
dao.cycle.voteReveal=Fase de revelação dos votos
dao.cycle.voteResult=Resultado dos votos
dao.cycle.phaseDuration={0} blocos (≈{1}); Bloco {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Bloco {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=A transação da revelação da votação foi publicada
dao.voteReveal.txPublished=Sua transação de revelação do voto com o ID de transação {0} foi publicada com sucesso.\n\nIsso acontece automaticamente pelo software se você tiver participado na votação da DAO.
dao.results.cycles.header=Ciclos
dao.results.cycles.table.header.cycle=Ciclo
dao.results.cycles.table.header.numProposals=Propostas
dao.results.cycles.table.header.voteWeight=Peso do voto
dao.results.cycles.table.header.issuance=Emissão
dao.results.results.table.item.cycle=Ciclo {0} começou: {1}
dao.results.proposals.header=Propostas do ciclo selecionado
dao.results.proposals.table.header.nameLink=Nome/link
dao.results.proposals.table.header.details=Detalhes
dao.results.proposals.table.header.myVote=Meu voto
dao.results.proposals.table.header.result=Resultado dos votos
dao.results.proposals.table.header.threshold=Limite
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=Resultados dos votos para a proposta selecionada
dao.results.exceptions=Excepção(s) do resultado dos votos
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=taxa BSQ do ofertante
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=taxa BSQ do aceitador
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Taxa mínima em BSQ do ofertante
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Taxa mínima em BSQ do aceitador
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=Taxa em BTC do ofertante
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=Taxa em BTC do aceitador
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Taxa mínima em BTC do ofertante
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Taxa mínima em BTC do aceitador
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Taxa de proposta em BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Taxa de votação em BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Quantia mínima de BSQ para pedido de compensação
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Quantia máxima de BSQ para pedido de compensação
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=Quantia mínima de BSQ para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=Quantia máxima de BSQ para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Quórum necessário em BSQ para proposta genérica
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Quórum necessário em BSQ para pedido de compensação
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Quórum necessário em BSQ para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Quórum necessário em BSQ para mudança de parâmetro
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Quórum necessário em BSQ para remover um ativo
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Quórum necessário em BSQ para pedido de confiscação
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Quórum necessário em BSQ para pedidos de cargos vinculados
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Limite necessário em % para proposta genérica
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Limite necessário em % para pedido de compensação
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Limite necessário em % para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Limite necessário em % para mudança de parâmetro
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Limite necessário em % para remover um ativo
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Limite necessário em % para pedido de confiscação
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Limite necessário em % para pedidos de cargos vinculados
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=Endereço BTC do destinatário
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Taxa de listagem do ativo por dia
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Volume mínimo de negócio para ativos
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Tempo de bloqueio para tx de pagamento de negociação alternativa
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Taxa de arbitragem em BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Limite máximo de negociação em BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Fator de unidade de cargo vinculado em BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Limite de emissão por ciclo em BSQ
dao.param.currentValue=Valor atual: {0}
dao.param.currentAndPastValue=Valor atual: {0} (Valor quando a proposta foi feita: {1})
dao.param.blocks={0} blocos
dao.results.invalidVotes=Tivemos votos inválidos naquele ciclo de votação. Isso pode acontecer se o voto não foi bem propagado pela rede da Bisq.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Fase de proposta
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Pausa 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Fase de voto fechado
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Pausa 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Fase de revelação dos votos
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Pausa 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Fase de resultado
dao.results.votes.table.header.stakeAndMerit=Peso do voto
dao.results.votes.table.header.stake=Participação
dao.results.votes.table.header.merit=Ganho
dao.results.votes.table.header.vote=Votar
dao.bond.menuItem.bondedRoles=Cargos vinculados
dao.bond.menuItem.reputation=Reputação vinculada
dao.bond.menuItem.bonds=Vínculos
dao.bond.dashboard.bondsHeadline=BSQ vinculado
dao.bond.dashboard.lockupAmount=Bloquear fundos
dao.bond.dashboard.unlockingAmount=Desbloqueando fundos (espere até que o tempo de bloqueio termine)
dao.bond.reputation.header=Bloquear um vínculo para reputação
dao.bond.reputation.table.header=Os meus vínculos de reputação
dao.bond.reputation.amount=Quantia de BSQ a bloquear
dao.bond.reputation.time=Tempo de desbloqueio em blocos
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.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.allBonds.header=Todos os vínculos
dao.bond.bondedReputation=Reputação Vinculada
dao.bond.bondedRoles=Cargos vinculados
dao.bond.details.header=Detalhes do cargo
dao.bond.details.role=Função
dao.bond.details.requiredBond=Vínculo de BSQ necessário
dao.bond.details.unlockTime=Tempo de desbloqueio em blocos
dao.bond.details.link=Link para descrição do cargo
dao.bond.details.isSingleton=Pode ser aceite por detentores de vários cargos
dao.bond.details.blocks={0} blocos
dao.bond.table.column.name=Nome
dao.bond.table.column.link=Link
dao.bond.table.column.bondType=Tipo de vínculo
dao.bond.table.column.details=Detalhes
dao.bond.table.column.lockupTxId=ID da tx de bloqueio
dao.bond.table.column.bondState=Estado do vínculo
dao.bond.table.column.lockTime=Tempo para destravar
dao.bond.table.column.lockupDate=Travado em
dao.bond.table.button.lockup=Travar
dao.bond.table.button.unlock=Destravar
dao.bond.table.button.revoke=Revogar
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Ainda não vinculado
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=Bloqueio pendente
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Vínculo bloqueado
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=Desbloqueio pendente
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Tx de desbloqueio confirmada
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Desbloqueio de vínculo
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Vínculo bloqueado
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Vínculo confiscado
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Cargo vínculado
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Reputação vinculada
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=Admin do GitHub
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Admin do Fórum
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Admin do Twitter
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=Admin do YouTube
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Mantenedor Bisq
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Mantenedor do BitcoinJ-fork
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Mantenedor Netlayer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Operador do Website
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Operador do Fórum
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Operador do nó de semente
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Operador do node de preço
# suppress inspection "UnusedProperty"
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
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Operador da transmissão de notificações móveis
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Detentor do nome de domínio
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=Admin do DNS
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Mediador
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Árbitro
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=Proprietário do endereço BTC de doação
dao.burnBsq.assetFee=Listagem de ativos
dao.burnBsq.menuItem.assetFee=Taxa de listagem de ativos
dao.burnBsq.menuItem.proofOfBurn=Prova-de-queima
dao.burnBsq.header=Taxa para listagem de ativos
dao.burnBsq.selectAsset=Escolher Ativo
dao.burnBsq.fee=Taxa
dao.burnBsq.trialPeriod=Período de testes
dao.burnBsq.payFee=Pagar taxa
dao.burnBsq.allAssets=Todos os ativos
dao.burnBsq.assets.nameAndCode=Nome do ativo
dao.burnBsq.assets.state=Estado
dao.burnBsq.assets.tradeVolume=Volume de negociação
dao.burnBsq.assets.lookBackPeriod=Período de verificação
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}.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=Em período de testes
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Ativamente negociado
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=Retirado por inatividade
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Removido por votação
dao.proofOfBurn.header=Prova-de-queima
dao.proofOfBurn.amount=Quantia
dao.proofOfBurn.preImage=Pré-imagem
dao.proofOfBurn.burn=Queimar
dao.proofOfBurn.allTxs=Todas as transações de Prova-de-queima
dao.proofOfBurn.myItems=Minhas transações de Prova-de-queima
dao.proofOfBurn.date=Data
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Transações
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Assinar uma mensagem com a chave da transação de prova-de-queima
dao.proofOfBurn.verify.window.title=Verificar uma mensagem com a chave da transação de prova-de-queima
dao.proofOfBurn.copySig=Copiar assinatura para a área de trabalho
dao.proofOfBurn.sign=Assinar
dao.proofOfBurn.message=Mensagem
dao.proofOfBurn.sig=Assinatura
dao.proofOfBurn.verify=Verificar
dao.proofOfBurn.verificationResult.ok=Verificação realizada com sucesso
dao.proofOfBurn.verificationResult.failed=Erro na verificação
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Fase de proposta
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Pausa antes da fase de votação fechada
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Fase de voto fechado
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Pausa antes da fase de revelação dos votos
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Fase de revelação dos votos
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Pausa antes da fase de resultado
# suppress inspection "UnusedProperty"
dao.phase.RESULT=Fase de resultado da votação
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Fase de proposta
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Voto cego
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Revelar voto
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Resultado dos votos
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Pedido de compensação
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Pedido de reembolso
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Proposta para um cargo vinculado
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Proposta para remover um ativo
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Proposta para mudança de parâmetro
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Proposta genérica
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Proposta para confiscação de um vínculo
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Pedido de compensação
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Pedido de reembolso
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Cargo vínculado
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Removendo uma altcoin
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Modificando um parâmetro
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Proposta genérica
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Confiscando um titulo de dívida
dao.proposal.details=Detalhes da proposta
dao.proposal.selectedProposal=Proposta selecionada
dao.proposal.active.header=Propostas do ciclo atual
dao.proposal.active.remove.confirm=Tem certeza de que pretende remover essa proposta?\nA taxa da proposta paga será perdida.
dao.proposal.active.remove.doRemove=Sim, remover minha proposta
dao.proposal.active.remove.failed=Não foi possível remover a proposta.
dao.proposal.myVote.title=Votação
dao.proposal.myVote.accept=Aceitar proposta
dao.proposal.myVote.reject=Rejeitar proposta
dao.proposal.myVote.removeMyVote=Ignorar proposta
dao.proposal.myVote.merit=Peso de voto de BSQ ganho
dao.proposal.myVote.stake=Peso de voto de participação
dao.proposal.myVote.revealTxId=ID de transação de revelação de voto
dao.proposal.myVote.stake.prompt=Máx. participação disponível para votação: {0}
dao.proposal.votes.header=Definir participação para votar e publicar seus votos
dao.proposal.myVote.button=Publicar votos
dao.proposal.myVote.setStake.description=Depois de votar em todas as propostas, você deve definir a sua participação para votação bloqueando BSQ. Quanto mais BSQ você bloquear, mais peso o seu voto terá.\n\nBSQ bloqueado para votação será desbloqueado novamente durante a fase de revelação de voto.
dao.proposal.create.selectProposalType=Escolha o tipo de proposta
dao.proposal.create.phase.inactive=Por favor espere até a próxima fase
dao.proposal.create.proposalType=Tipo de proposta
dao.proposal.create.new=Fazer nova proposta
dao.proposal.create.button=Fazer proposta
dao.proposal.create.publish=Publicar proposta
dao.proposal.create.publishing=Publicação de proposta em progresso ...
dao.proposal=proposta
dao.proposal.display.type=Tipo de proposta
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.txId=ID de transação de proposta
dao.proposal.display.proposalFee=Taxa de proposta
dao.proposal.display.myVote=Meu voto
dao.proposal.display.voteResult=Resumo do resultado da votação
dao.proposal.display.bondedRoleComboBox.label=Tipo de cargo vinculado
dao.proposal.display.requiredBondForRole.label=Vínculo necessário para cargo
dao.proposal.display.option=Opção
dao.proposal.table.header.proposalType=Tipo de proposta
dao.proposal.table.header.link=Link
dao.proposal.table.header.myVote=Meu voto
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Remover
dao.proposal.table.icon.tooltip.removeProposal=Remover minha proposta
dao.proposal.table.icon.tooltip.changeVote=Voto atual: ''{0}''. Mudar voto para: ''{1}''
dao.proposal.display.myVote.accepted=Aceito
dao.proposal.display.myVote.rejected=Rejeitado
dao.proposal.display.myVote.ignored=Ignorado
dao.proposal.display.myVote.unCounted=Voto não foi incluído no resultado
dao.proposal.myVote.summary=Votado: {0}; Peso do voto: {1} (ganho: {2} + stake {3}) {4}
dao.proposal.myVote.invalid=O voto era inválido
dao.proposal.voteResult.success=Aceito
dao.proposal.voteResult.failed=Rejeitado
dao.proposal.voteResult.summary=Resultado: {0}; Limite: {1} (necessário > {2}); Quórum: {3} (necessário > {4})
dao.proposal.display.paramComboBox.label=Escolha parâmetro para modificar
dao.proposal.display.paramValue=Valor do parâmetro
dao.proposal.display.confiscateBondComboBox.label=Escolha o vínculo
dao.proposal.display.assetComboBox.label=Ativo para remover
dao.blindVote=voto fechado
dao.blindVote.startPublishing=Publicando transação de voto fechado...
dao.blindVote.success=Sua transação de voto fechado foi publicada com sucesso.\n\nNote que você tem que estar online na fase de revelação de votos para que o Bisq possa publicar a transação de revelação de voto. Sem a transação da revelação do voto o seu voto seria inválido!
dao.wallet.menuItem.send=Enviar
dao.wallet.menuItem.receive=Receber
dao.wallet.menuItem.transactions=Transações
dao.wallet.dashboard.myBalance=Meu saldo de carteira
dao.wallet.receive.fundYourWallet=Seu endereço de recebimento BSQ
dao.wallet.receive.bsqAddress=Endereço da carteira BSQ (endereço não utilizado)
dao.wallet.send.sendFunds=Enviar fundos
dao.wallet.send.sendBtcFunds=Enviar fundos não-BSQ (BTC)
dao.wallet.send.amount=Quantia em BSQ
dao.wallet.send.btcAmount=Quantia em BTC (fundos não-BSQ)
dao.wallet.send.setAmount=Definir quantia a retirar (quantia mínima é {0})
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.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?
dao.wallet.chainHeightSynced=Último bloco verificado: {0}
dao.wallet.chainHeightSyncing=Aguardando blocos... Verificados {0} blocos de {1}
dao.wallet.tx.type=Tipo
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=Não reconhecida
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Transação BSQ não verificada
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Transação BSQ inválida
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Transação gênesis
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=Transferência BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=BSQ recebido
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=BSQ enviado
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Taxa de negociação
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Taxa de pedido de compensação
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Taxa para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Taxa para proposta
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Taxa para voto fechado
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Revelar voto
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Bloquear vínculo
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Desbloquear vínculo
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Taxa de listagem de ativos
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Prova-de-queima
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Irregular
dao.tx.withdrawnFromWallet=BTC retirado da carteira
dao.tx.issuanceFromCompReq=Pedido de compensação/emissão
dao.tx.issuanceFromCompReq.tooltip=Pedido de compensação que levou à emissão de novo BSQ.\nData de emissão: {0}
dao.tx.issuanceFromReimbursement=Pedido de reembolso/emissão
dao.tx.issuanceFromReimbursement.tooltip=Solicitação de reembolso que levou à emissão de novo BSQ.\nData de emissão: {0}
dao.proposal.create.missingBsqFunds=Você não tem fundos suficientes para criar a proposta. Se você tem uma transação de BSQ não confirmada, você precisa esperar por uma confirmação da blockchain porque o BSQ é validado somente se estiver incluído num bloco.\nFaltando: {0}
dao.proposal.create.missingBsqFundsForBond=Você não tem BSQ suficiente para este cargo. Você ainda pode publicar essa proposta, mas precisará do valor completo de BSQ necessário para esse cargo se ela for aceito.\nEm falta: {0}
dao.proposal.create.missingMinerFeeFunds=Você não tem BTC suficiente para criar a transação da proposta. Todas as transações de BSQ exigem uma taxa de mineração em BTC.\nEm falta: {0}
dao.proposal.create.missingIssuanceFunds=Você não tem BTC suficiente para criar a transação da proposta. Todas as transações de BSQ exigem uma taxa de mineração em BTC, e as transações de emissão também exigem BTC pela quantia de BSQ solicitado ({0} satoshis/BSQ).\nEm falta: {1}
dao.feeTx.confirm=Confirmar transação {0}
dao.feeTx.confirm.details={0} fee: {1}\nMining fee: {2} ({3} Satoshis/vbyte)\nTransaction vsize: {4} vKb\n\nAre you sure you want to publish the {5} transaction?
dao.feeTx.issuanceProposal.confirm.details={0} fee: {1}\nBTC needed for BSQ issuance: {2} ({3} Satoshis/BSQ)\nMining fee: {4} ({5} Satoshis/vbyte)\nTransaction vsize: {6} vKb\n\nIf your request is approved, you will receive the amount you requested net of the 2 BSQ proposal fee.\n\nAre you sure you want to publish the {7} transaction?
dao.news.bisqDAO.title=A DAO BISQ
dao.news.bisqDAO.description=O modelo de governança da Bisq é assim como a exchange - descentralizado e resistente à censura. As ferramentas que tornam isso realidade são a DAO da BISQ e o token BSQ.
dao.news.bisqDAO.readMoreLink=Ler mais sobre o DAO da Bisq
dao.news.pastContribution.title=JÁ FEZ CONTRIBUIÇÕES? SOLICITE BSQ
dao.news.pastContribution.description=Se você já contribuiu para a Bisq, use o endereço BSQ abaixo e faça uma solicitação para fazer parte da distribuição gênese do BSQ.
dao.news.pastContribution.yourAddress=Seu Endereço de Carteira BSQ
dao.news.pastContribution.requestNow=Solicitar agora
dao.news.DAOOnTestnet.title=RODE O DAO DA BISQ EM NOSSA TESTNET
dao.news.DAOOnTestnet.description=A rede principal da DAO do Bisq ainda não foi lançada, mas você pode aprender sobre a DAO do Bisq executando-a na nossa rede de testes.
dao.news.DAOOnTestnet.firstSection.title=1. Mude para o Modo Testnet da DAO
dao.news.DAOOnTestnet.firstSection.content=Mude para o Testnet da DAO na seção Configurações.
dao.news.DAOOnTestnet.secondSection.title=2. Adquira alguns BSQ
dao.news.DAOOnTestnet.secondSection.content=Solicite BSQ no Slack ou Compre BSQ na Bisq.
dao.news.DAOOnTestnet.thirdSection.title=3. Participe de um Ciclo de Votação
dao.news.DAOOnTestnet.thirdSection.content=Fazendo propostas e votando em propostas para mudar vários aspetos da Bisq.
dao.news.DAOOnTestnet.fourthSection.title=4. Use um Explorador de Blocos de BSQ
dao.news.DAOOnTestnet.fourthSection.content=Como o BSQ é bitcoin, você pode ver as transações BSQ em nosso explorador de blocos de bitcoin.
dao.news.DAOOnTestnet.readMoreLink=Leia a documentação completa
dao.monitor.daoState=Estado da DAO
dao.monitor.proposals=Estado das propostas
dao.monitor.blindVotes=Estado dos votos fechados
dao.monitor.table.peers=Pares
dao.monitor.table.conflicts=Conflitos
dao.monitor.state=Status
dao.monitor.requestAlHashes=Pedir todos os hashes
dao.monitor.resync=Re-sincronizar estado da DAO
dao.monitor.table.header.cycleBlockHeight=Ciclo / altura do bloco
dao.monitor.table.cycleBlockHeight=Ciclo {0} / bloco {1}
dao.monitor.table.seedPeers=Nó semente: {0}
dao.monitor.daoState.headline=Estado da DAO
dao.monitor.daoState.table.headline=Corrente de hashes do estado da DAO
dao.monitor.daoState.table.blockHeight=Altura do bloco
dao.monitor.daoState.table.hash=Hash do estado da DAO
dao.monitor.daoState.table.prev=Hash anterior
dao.monitor.daoState.conflictTable.headline=Hashes do estado da DAO de pares em conflito
dao.monitor.daoState.utxoConflicts=Conflitos de UTXO
dao.monitor.daoState.utxoConflicts.blockHeight=Altura do bloco: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Soma do total de UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Soma do total de BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=O estado da DAO não está sincronizado com a rede. Após reiniciar o estado da DAO vai resincronizar.
dao.monitor.proposal.headline=Estado de propostas
dao.monitor.proposal.table.headline=Corrente dos hashes de estado da proposta
dao.monitor.proposal.conflictTable.headline=Hashes de estado da proposta de pares em conflito
dao.monitor.proposal.table.hash=Hash do estado da proposta
dao.monitor.proposal.table.prev=Hash anterior
dao.monitor.proposal.table.numProposals=Nº de propostas
dao.monitor.isInConflictWithSeedNode=Os seus dados locais não estão em consenso com pelo menos um nó semente. Por favor, re-sincronizar o estado da DAO.
dao.monitor.isInConflictWithNonSeedNode=Um dos seus pares não está em consenso com a rede, mas o seu nó está em sincronia com os nós semente.
dao.monitor.daoStateInSync=Seu nó local está em consenso com a rede
dao.monitor.blindVote.headline=Estado de votos fechados
dao.monitor.blindVote.table.headline=Corrente de hashes de estado de voto fechado
dao.monitor.blindVote.conflictTable.headline=Hashes de estado de voto fechado de pares em conflito
dao.monitor.blindVote.table.hash=Hash de estado de voto fechado
dao.monitor.blindVote.table.prev=Hash anterior
dao.monitor.blindVote.table.numBlindVotes=Nº de votos fechados
dao.factsAndFigures.menuItem.supply=Estoque de BSQ
dao.factsAndFigures.menuItem.transactions=Transações BSQ
dao.factsAndFigures.dashboard.avgPrice90=Média de 90 dias BSQ/BTC
dao.factsAndFigures.dashboard.avgPrice30=Média de 30 dias BSQ/BTC
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=Total de BSQ disponível
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
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.genesisIssueAmount=BSQ emitido na transação genesis
dao.factsAndFigures.supply.compRequestIssueAmount=BDQ emitido para pedidos de compensação
dao.factsAndFigures.supply.reimbursementAmount=BSQ emitido para pedidos de reembolso
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ destruído
dao.factsAndFigures.supply.priceChat=BSQ price
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=Estado global de BSQ bloqueado
dao.factsAndFigures.supply.totalLockedUpAmount=Bloqueado em vínculos
dao.factsAndFigures.supply.totalUnlockingAmount=Desbloqueando BSQ de vínculos
dao.factsAndFigures.supply.totalUnlockedAmount=BSQ desbloqueado de vínculos
dao.factsAndFigures.supply.totalConfiscatedAmount=BSQ confiscado de vínculos
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=Transação gênesis
dao.factsAndFigures.transactions.genesisBlockHeight=Altura do bloco gênese
dao.factsAndFigures.transactions.genesisTxId=ID da transação gênese
dao.factsAndFigures.transactions.txDetails=Estatísticas das transações de BSQ
dao.factsAndFigures.transactions.allTx=Nº de todas as transações BSQ
dao.factsAndFigures.transactions.utxo=Nº de todos os outputs de transações não gastos
dao.factsAndFigures.transactions.compensationIssuanceTx=Nº de todas as transações de emissão de pedido de compensação
dao.factsAndFigures.transactions.reimbursementIssuanceTx=Nº de todas as transações de emissão de pedido de reembolso
dao.factsAndFigures.transactions.burntTx=Nº de todas transações de pagamentos de taxa
dao.factsAndFigures.transactions.invalidTx=Nº de todas as transações inválidas
dao.factsAndFigures.transactions.irregularTx=Nº de todas as transações irregulares
####################################################################
# Windows
####################################################################
@ -2120,7 +1410,6 @@ disputeSummaryWindow.close.noPayout.text=Do you want to close without doing any
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.
emptyWalletWindow.balance=Seu saldo disponível na carteira
emptyWalletWindow.bsq.btcBalance=Saldo de satoshis não-BSQ
emptyWalletWindow.address=Seu endereço de destino
emptyWalletWindow.button=Enviar todos os fundos
@ -2146,10 +1435,8 @@ filterWindow.seedNode=Nós de semente filtrados (endereços onion sep. por vírg
filterWindow.priceRelayNode=Nós de transmissão de preço filtrados (endereços onion sep. por vírgula)
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.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
@ -2223,7 +1510,6 @@ tradeDetailsWindow.detailData=Detail data
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2235,8 +1521,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=Digite senha para abrir:
@ -2317,12 +1601,8 @@ popup.warning.tooLargePercentageValue=Você não pode definir uma porcentagem su
popup.warning.examplePercentageValue=Digite um número percentual, como \"5.4\" para 5.4%
popup.warning.noPriceFeedAvailable=Não há feed de preços disponível para essa moeda. Você não pode usar um preço porcentual.\nPor favor selecione um preço fixo.
popup.warning.sendMsgFailed=O envio da mensagem para seu parceiro de negociação falhou.\nFavor tentar novamente, e se o erro persistir reportar o erro (bug report).
popup.warning.insufficientBtcFundsForBsqTx=Você não possui fundos BTC suficientes para pagar a taxa de mineração para essa transação.\nPor favor, deposite BTC em sua carteira.\nFundos faltando: {0}
popup.warning.bsqChangeBelowDustException=Esta transação cria um troco BSQ menor do que o limite poeira (5.46 BSQ) e seria rejeitada pela rede Bitcoin.\nVocê precisa ou enviar uma quantia maior para evitar o troco (ex: adicionando a quantia poeira ao montante a ser enviado) ou adicionar mais fundos BSQ à sua carteira para evitar gerar uma saída de poeira.\nA saída de poeira é {0}.
popup.warning.btcChangeBelowDustException=Esta transação cria um troco menor do que o limite poeira (546 Satoshi) e seria rejeitada pela rede Bitcoin.\nVocê precisa adicionar a quantia poeira ao montante de envio para evitar gerar uma saída de poeira.\nA saída de poeira é {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=You''ll need more BSQ to do this transaction—the last 5.46 BSQ in your wallet cannot be used to pay trade fees because of dust limits in the Bitcoin protocol.\n\nYou can either buy more BSQ or pay trade fees with BTC.\n\nMissing funds: {0}
popup.warning.noBsqFundsForBtcFeePayment=Sua carteira BSQ não possui fundos suficientes para pagar a taxa de transação em BSQ.
popup.warning.messageTooLong=Sua mensagem excede o tamanho máximo permitido. Favor enviá-la em várias partes ou utilizando um serviço como https://pastebin.com.
popup.warning.lockedUpFunds=Você possui fundos travados em uma negociação com erro.\nSaldo travado: {0}\nEndereço da transação de depósito: {1}\nID da negociação: {2}.\n\nPor favor, abra um ticket de suporte selecionando a negociação na tela de negociações em aberto e depois pressionando "\alt+o\" ou \"option+o\".
@ -2336,8 +1616,6 @@ popup.warning.nodeBanned=One of the {0} nodes got banned.
popup.warning.priceRelay=transmissão de preço
popup.warning.seed=semente
popup.warning.mandatoryUpdate.trading=Faça o update para a última versão do Bisq. Um update obrigatório foi lançado e desabilita negociações em versões antigas. Por favor, veja o Fórum do Bisq para mais informações.
popup.warning.mandatoryUpdate.dao=Faça o update para a última versão do Bisq. Um update obrigatório foi publicado, ele desabilita a DAO Bisq e BSQ em versões anteriores. Por gentileza, veja o Fórum do Bisq para mais informações.\n\n
popup.warning.disable.dao=A DAO Bisq e BSQ estão temporariamente desativados. Verifique o fórum Bisq para mais informações.
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC=Esta transação não é possível, pois as taxas de mineração de {0} excederiam o montante a transferir de {1}. Aguarde até que as taxas de mineração estejam novamente baixas ou até você ter acumulado mais BTC para transferir.
@ -2356,7 +1634,6 @@ popup.info.cashDepositInfo.confirm=Eu confirmo que posso fazer o depósito
popup.info.shutDownWithOpenOffers=O Bisq está desligando, mas há ofertas abertas.\n\nEstas ofertas não ficarão disponíveis na rede P2P enquanto o Bisq estiver desligado, mas elas serão republicadas na rede assim que você reiniciar o programa.\n\nPara manter suas ofertas online, mantenha o Bisq aberto e certifique-se de que o seu computador continua online (ex: certifique-se de que o computador não está entrando em modo de hibernação).
popup.info.qubesOSSetupInfo=It appears you are running Bisq on Qubes OS. \n\nPlease make sure your Bisq qube is setup according to our Setup Guide at [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade from version {0} to version {1} is not supported. Please use the latest Bisq version.
popup.warn.daoRequiresRestart=There was a problem with synchronizing the DAO state. You have to restart the application to fix the issue.
popup.privateNotification.headline=Notificação privada importante!
@ -2528,7 +1805,6 @@ 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\"
####################################################################
@ -2558,12 +1834,6 @@ XMR_MAINNET=Mainnet do Monero
XMR_TESTNET=Testnet do Monero
# suppress inspection "UnusedProperty"
XMR_STAGENET=Stagenet do Monero
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Testnet da DAO do Bitcoin (descontinuada)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO Betanet (Bitcoin Mainnet)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Regtest da DAO do Bitcoin
time.year=Ano
time.month=Mês
@ -2910,9 +2180,7 @@ validation.accountNrChars=O número da conta deve conter {0} caracteres.
validation.btc.invalidAddress=O endereço está incorreto. Por favor, verifique o formato do endereço.
validation.integerOnly=Por favor, insira apesar números inteiros
validation.inputError=Os dados inseridos causaram um erro:\n{0}
validation.bsq.insufficientBalance=Seu saldo disponível é {0}.
validation.btc.exceedsMaxTradeLimit=Seu limite de negociação é {0}.
validation.bsq.amountBelowMinAmount=A quantia mínima é {0}
validation.nationalAccountId={0} deve consistir de {1} números.
#new
@ -2934,7 +2202,6 @@ validation.bic.invalidLocationCode=BIC contém código de localização inválid
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.btc.invalidFormat=Invalid format for a Bitcoin address.
validation.bsq.invalidFormat=Invalid format for a BSQ address.
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

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Saldo da carteira de negócio
shared.makerTxFee=Ofertante: {0}
shared.takerTxFee=Aceitador: {0}
shared.iConfirm=Eu confirmo
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=Abrir {0}
shared.fiat=Moeda fiduciária
shared.crypto=Cripto
@ -204,9 +203,6 @@ shared.actions=Ações
shared.buyerUpperCase=Comprador
shared.sellerUpperCase=Vendedor
shared.new=NOVO
shared.blindVoteTxId=ID de transação de voto cego
shared.proposal=Proposta
shared.votes=Votos
shared.learnMore=Saber mais
shared.dismiss=Ignorar
shared.selectedArbitrator=Árbitro selecionado
@ -240,7 +236,6 @@ mainView.menu.funds=Fundos
mainView.menu.support=Apoio
mainView.menu.settings=Definições
mainView.menu.account=Conta
mainView.menu.dao=OAD
mainView.marketPriceWithProvider.label=Preço de mercado por {0}
mainView.marketPrice.bisqInternalPrice=Preço do último negócio do Bisq
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(localhost)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Fee rate: {0} sat/vB
mainView.footer.btcInfo.initializing=Conectando à rede Bitcoin
mainView.footer.bsqInfo.synchronizing=/ Sincronizando a OAD
mainView.footer.btcInfo.synchronizingWith=Synchronizing with {0} at block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synced with {0} at block {1}
mainView.footer.btcInfo.connectingTo=Conectando à
mainView.footer.btcInfo.connectionFailed=Connection failed to
mainView.footer.p2pInfo=Bitcoin network peers: {0} / Bisq network peers: {1}
mainView.footer.daoFullNode=Nó completo da OAD
mainView.bootstrapState.connectionToTorNetwork=(1/4) Conectando à rede Tor....
mainView.bootstrapState.torNodeCreated=(2/4) Nó da rede Tor criado
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=Taxa de mineração
createOffer.fundsBox.placeOfferSpinnerInfo=Oferta sendo publicada...
createOffer.fundsBox.paymentLabel=negócio do Bisq com ID {0}
createOffer.fundsBox.fundsStructure=({0} depósito de segurança, {1} taxa de negócio, {2} taxa de mineração)
createOffer.fundsBox.fundsStructure.BSQ=({0} depósito de segurança, {1} taxa de mineração) + {2} taxa de negócio
createOffer.success.headline=Sua oferta foi publicada.
createOffer.success.info=Você pode gerir as suas ofertas abertas em \"Portefólio/As minhas ofertas abertas\".
createOffer.info.sellAtMarketPrice=Venderá sempre ao preço do mercado pois o preço da sua oferta será atualizado continuamente.
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=Quantia a transferir
portfolio.pending.step2_buyer.sellersAddress=Endereço {0} do vendedor
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.warn=Você ainda não fez o seu pagamento de {0}!\nSaiba que o negócio tem de ser concluído até {1}.
portfolio.pending.step2_buyer.openForDispute=Você não completou o seu pagamento!\nO período máx. para o negócio acabou. Por favor entre em contacto com o mediador para assistência.
portfolio.pending.step2_buyer.paperReceipt.headline=Você enviou o recibo de papel para o vendedor de BTC?
@ -882,7 +873,6 @@ funds.locked.locked=Bloqueado em transação multi-assinatura para o negócio co
funds.tx.direction.sentTo=Enviado para:
funds.tx.direction.receivedWith=Recebido com:
funds.tx.direction.genesisTx=Da tx Genesis:
funds.tx.txFeePaymentForBsqTx=Taxa do mineiro para tx de BSQ
funds.tx.createOfferFee=Taxa do ofertante e da tx: {0}
funds.tx.takeOfferFee=Taxa do aceitador e da tx: {0}
funds.tx.multiSigDeposit=Depósito multi-assinatura: {0}
@ -896,15 +886,11 @@ funds.tx.unknown=Razão desconhecida: {0}
funds.tx.noFundsFromDispute=Nenhum reembolso de disputa
funds.tx.receivedFunds=Fundos recebidos
funds.tx.withdrawnFromWallet=Levantado da carteira
funds.tx.withdrawnFromBSQWallet=BTC levantado da carteira BSQ
funds.tx.memo=Memo
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.
funds.tx.direction.self=Enviado à você mesmo
funds.tx.daoTxFee=Taxa do mineiro para tx de BSQ
funds.tx.reimbursementRequestTxFee=Pedido de reembolso
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 no ecrã de saldo. Você pode definir a quantia limite a partir da qual um output é considerado poeira nas definições."
@ -996,9 +982,7 @@ settings.tab.about=Sobre
setting.preferences.general=Preferências gerais
setting.preferences.explorer=Bitcoin Explorer
setting.preferences.explorer.bsq=Bisq Explorer
setting.preferences.deviation=Máx. desvio do preço de mercado
setting.preferences.bsqAverageTrimThreshold=Outlier threshold for BSQ rate
setting.preferences.avoidStandbyMode=Evite o modo espera
setting.preferences.autoConfirmXMR=XMR auto-confirm
setting.preferences.autoConfirmEnabled=Enabled
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=Reiniciar todos os marcadores \"Não mostrar novamente\"
settings.preferences.languageChange=Para aplicar a mudança de língua em todas os ecrãs requer uma reinicialização.
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.resyncFromGenesis.label=Reconstruir o estado da OAD à 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.isDaoFullNode=Executar Bisq como nó completo OAD
setting.preferences.dao.rpcUser=Nome de usuário de RPC
setting.preferences.dao.rpcPw=Senha de RPC
setting.preferences.dao.blockNotifyPort=Bloquear porta de notificação
setting.preferences.dao.fullNodeInfo=Para executar o Bisq como nó completo da OAD você precisa ter Bitcoin Core em execução local e RPC ativado. Todos os requerimentos 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
@ -1090,7 +1061,7 @@ settings.net.needRestart=Você precisa reiniciar o programa para aplicar essa al
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.chainHeight=Bitcoin Peers chain height: {1}
settings.net.ips=[endereço IP:porta | nome de host:porta | endereço onion:porta] (separado por vírgula). A porta pode ser omitida se a padrão for usada (8333).
settings.net.seedNode=Nó semente
settings.net.directPeer=Par (direto)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=Abrir janela de detalhes da carteira
setting.about.shortcuts.openEmergencyBtcWalletTool=Abrir ferramenta e emergência da carteira para a carteira de BTC
setting.about.shortcuts.openEmergencyBsqWalletTool=Abrir ferramenta e emergência da carteira para a carteira de BSQ
setting.about.shortcuts.showTorLogs=Escolher o nível de log para mensagens Tor entre DEBUG e WARN
setting.about.shortcuts.manualPayoutTxWindow=Abrir janela para pagamento manual da tx de depósito multi-assinatura 2de2
setting.about.shortcuts.reRepublishAllGovernanceData=Republicar informação da governação da OAD (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}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=Nenhuma webcam foi encontrada.\n\nPo
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.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Factos & Números
dao.tab.bsqWallet=Carteira BSQ
dao.tab.proposals=Governação
dao.tab.bonding=Vínculo
dao.tab.proofOfBurn=Taxa de listagem de ativos/Prova de destruição
dao.tab.monitor=Monitor de rede
dao.tab.news=Notícias
dao.paidWithBsq=pago com BSQ
dao.availableBsqBalance=Disponível para gastos (verificado + outputs de trocos não-confirmados)
dao.verifiedBsqBalance=Saldo de todos UTXOs verificados
dao.unconfirmedChangeBalance=Saldo de todos outputs de trocos não confirmados
dao.unverifiedBsqBalance=Saldo de todas as transações não verificadas (aguardando confirmação do bloco)
dao.lockedForVoteBalance=Usado para votação
dao.lockedInBonds=Bloqueado em vínculos
dao.availableNonBsqBalance=Balanço não-BSQ disponível (BTC)
dao.reputationBalance=Valor de Mérito (não gastável)
dao.tx.published.success=Sua transação foi publicada com sucesso.
dao.proposal.menuItem.make=Criar proposta
dao.proposal.menuItem.browse=Propostas abertas
dao.proposal.menuItem.vote=Votar em propostas
dao.proposal.menuItem.result=Resultado da votação
dao.cycle.headline=Ciclo de votação
dao.cycle.overview.headline=Visão geral do ciclo de votação
dao.cycle.currentPhase=Fase atual
dao.cycle.currentBlockHeight=Altura do bloco atual
dao.cycle.proposal=Fase de proposta
dao.cycle.proposal.next=Próxima fase de proposta
dao.cycle.blindVote=Fase the votação às cegas
dao.cycle.voteReveal=Fase de revelação de votos
dao.cycle.voteResult=Resultado da votação
dao.cycle.phaseDuration={0} blocos (≈{1}); Bloco {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Bloco {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=A transação da revelação da votação foi publicada
dao.voteReveal.txPublished=Sua transação de revelação do voto com o ID de transação {0} foi publicadq com sucesso.\n\nIsso acontece automaticamente pelo software se você tiver participado na votação da OAD.
dao.results.cycles.header=Ciclos
dao.results.cycles.table.header.cycle=Ciclo
dao.results.cycles.table.header.numProposals=Propostas
dao.results.cycles.table.header.voteWeight=Peso do voto
dao.results.cycles.table.header.issuance=Emissão
dao.results.results.table.item.cycle=Ciclo {0} começou: {1}
dao.results.proposals.header=Propostas do ciclo selecionado
dao.results.proposals.table.header.nameLink=Nome/link
dao.results.proposals.table.header.details=Detalhes
dao.results.proposals.table.header.myVote=O meu voto
dao.results.proposals.table.header.result=Resultado da votação
dao.results.proposals.table.header.threshold=Limite
dao.results.proposals.table.header.quorum=Quórum
dao.results.proposals.voting.detail.header=Resultado dos votos para a proposta selecionada
dao.results.exceptions=Excepção(s) do resultado dos votos
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=taxa BSQ do ofertante
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=taxa BSQ do aceitador
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Mín. taxa BSQ do ofertante
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Mín. taxa BSQ do aceitador
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=taxa BTC do ofertante
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=taxa BTC do aceitador
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Mín. taxa BTC do ofertante
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Mín. taxa BTC do aceitador
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Taxa de proposta em BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Taxa de votação em BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Mín. quantia de BSQ para pedido de compensação
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Máx. quantia de BSQ para pedido de compensação
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=mín. quantia de BSQ para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=máx. quantia de BSQ para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Quórum necessário em BSQ para proposta genérica
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Quórum necessário em BSQ para pedido de compensação
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Quórum necessário em BSQ para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Quórum necessário em BSQ para mudança de parâmetro
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Quórum necessário em BSQ para remover um ativo
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Quórum necessário em BSQ para pedido de confiscação
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Quórum necessário em BSQ para pedidos de cargos vinculados
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Limite necessário em % para proposta genérica
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Limite necessário em % para pedido de compensação
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Limite necessário em % para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Limite necessário em % para mudança de parâmetro
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Limite necessário em % para remover um ativo
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Limite necessário em % para pedido de confiscação
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Limite necessário em % para pedidos de cargos vinculados
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=Endereço BTC do recipiente
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Taxa de listagem do ativo por dia
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Mín. volume de negócio para ativos
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Tempo de bloqueio para tx de pagamento de negócio alternativa
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Taxa do árbitro em BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Máx. limite de negócio em BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Fator de unidade de cargo vinculado em BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Limite de emissão por ciclo em BSQ
dao.param.currentValue=Valor atual: {0}
dao.param.currentAndPastValue=Valor atual: {0} (Valor quando a proposta foi feita: {1})
dao.param.blocks={0} blocos
dao.results.invalidVotes=Tivemos votos inválidos naquele ciclo de votação. Isso pide acontecer se o voto não foi bem distribuído pela rede do Bisq.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Fase de proposta
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Pausa 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Fase the votação às cegas
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Pausa 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Fase de revelação de votos
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Pausa 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Fase de resultado
dao.results.votes.table.header.stakeAndMerit=Peso do voto
dao.results.votes.table.header.stake=Participação
dao.results.votes.table.header.merit=Ganho
dao.results.votes.table.header.vote=Voto
dao.bond.menuItem.bondedRoles=Cargos vinculados
dao.bond.menuItem.reputation=Reputação vinculada
dao.bond.menuItem.bonds=Vínculos
dao.bond.dashboard.bondsHeadline=BSQ vinculado
dao.bond.dashboard.lockupAmount=Bloquear fundos
dao.bond.dashboard.unlockingAmount=Desbloqueando fundos (espere até que o tempo de bloqueio termine)
dao.bond.reputation.header=Bloquear um vínculo para reputação
dao.bond.reputation.table.header=Os meus vínculos de reputação
dao.bond.reputation.amount=Quantia de BSQ a bloquear
dao.bond.reputation.time=Tempo de desbloqueio em blocos
dao.bond.reputation.salt=Sal
dao.bond.reputation.hash=Hash
dao.bond.reputation.lockupButton=Bloquear
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.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.allBonds.header=Todos os vínculos
dao.bond.bondedReputation=Reputação Vinculada
dao.bond.bondedRoles=Cargos vinculados
dao.bond.details.header=Detalhes do cargo
dao.bond.details.role=Cargo
dao.bond.details.requiredBond=Vínculo de BSQ necessário
dao.bond.details.unlockTime=Tempo de desbloqueio em blocos
dao.bond.details.link=Link para descrição do cargo
dao.bond.details.isSingleton=Pode ser aceite por detentores de vários cargos
dao.bond.details.blocks={0} blocos
dao.bond.table.column.name=Nome
dao.bond.table.column.link=Link
dao.bond.table.column.bondType=Tipo de vínculo
dao.bond.table.column.details=Detalhes
dao.bond.table.column.lockupTxId=ID da tx de bloqueio
dao.bond.table.column.bondState=Estado de vínculo
dao.bond.table.column.lockTime=Unlock time
dao.bond.table.column.lockupDate=Data de bloqueio
dao.bond.table.button.lockup=Bloqueio
dao.bond.table.button.unlock=Desbloquear
dao.bond.table.button.revoke=Revogar
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Ainda não vinculado
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=Bloqueio pendente
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Vínculo bloqueado
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=Desbloqueio pendente
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Tx de desbloqueio confirmada
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Desbloqueando vínculo
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Vínculo bloqueado
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Vínculo confiscado
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Cargo vínculado
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Reputação vinculada
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=Admin de GitHub
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Admin do Fórum
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Admin do Twitter
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=Admin do Youtube
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Mantedor de Bisq
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Mantedor do BitcoinJ-fork
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Mantedor Netlayer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Mantedor Website
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Operador do Fórum
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Operador do nó de semente
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Price node operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Bitcoin node operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=Operador dos mercados
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Operador da transmissão de notificações móveis
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Detentor do nome de domínio
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=Admin do DNS
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Mediador
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Árbitro
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=Proprietário do endereço BTC de doação
dao.burnBsq.assetFee=Listagem de ativos
dao.burnBsq.menuItem.assetFee=Taxa de listagem de ativos
dao.burnBsq.menuItem.proofOfBurn=Prova de destruição
dao.burnBsq.header=Taxa para listagem de ativos
dao.burnBsq.selectAsset=Selecionar ativo
dao.burnBsq.fee=Taxa
dao.burnBsq.trialPeriod=Período de teste
dao.burnBsq.payFee=Pagar taxa
dao.burnBsq.allAssets=Todos os ativos
dao.burnBsq.assets.nameAndCode=Nome do ativo
dao.burnBsq.assets.state=Estado
dao.burnBsq.assets.tradeVolume=Volume de negócio
dao.burnBsq.assets.lookBackPeriod=Período de verificação
dao.burnBsq.assets.trialFee=Taxa para período de teste
dao.burnBsq.assets.totalFee=Total de taxas pagas
dao.burnBsq.assets.days={0} dias
dao.burnBsq.assets.toFewDays=A taxa do ativo é demasiado baixa. A mín. quantidade de dias para o período de teste é {0}.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=No período de teste
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Ativamente negociado
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=Deslistado devido à inatividade
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Removido por votação
dao.proofOfBurn.header=Prova de destruição
dao.proofOfBurn.amount=Quantia
dao.proofOfBurn.preImage=Pré-imagem
dao.proofOfBurn.burn=Destruição
dao.proofOfBurn.allTxs=Todas as transações de prova de destruição
dao.proofOfBurn.myItems=A minha transação de prova de destruição
dao.proofOfBurn.date=Data
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Transações
dao.proofOfBurn.pubKey=Chave Pública
dao.proofOfBurn.signature.window.title=Assinar uma mensagem com a chave da transação de prova de destruição
dao.proofOfBurn.verify.window.title=Verificar uma mensagem com a chave da transação de prova de destruição
dao.proofOfBurn.copySig=Copiar assinatura para o clipboard
dao.proofOfBurn.sign=Assinar
dao.proofOfBurn.message=Mensagem
dao.proofOfBurn.sig=Assinatura
dao.proofOfBurn.verify=Verificar
dao.proofOfBurn.verificationResult.ok=Verificação sucedida
dao.proofOfBurn.verificationResult.failed=Verificação falhada
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Fase de proposta
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Pausa antes da fase de votação às cegas
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Fase de votação às cegas
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Pausa antes da fase de revelação dos votos
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Fase de revelação de votos
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Pausa antes da fase de resultado
# suppress inspection "UnusedProperty"
dao.phase.RESULT=Fase de resultado da votação
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Fase de proposta
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Voto às cegas
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Revelação de votos
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Resultado da votação
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Pedido de compensação
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Pedido de reembolso
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Proposta para um cargo vinculado
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Proposta para remover um ativo
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Proposta para mudança de parâmetro
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Proposta genérica
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Proposta para confiscação de um vínculo
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Pedido de compensação
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Pedido de reembolso
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Cargo vinculado
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Remoção de uma altcoin
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Mudança de parâmetro
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Proposta genérica
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Confiscação de um vínculo
dao.proposal.details=Detalhes da proposta
dao.proposal.selectedProposal=Proposta selecionada
dao.proposal.active.header=Propostas do ciclo atual
dao.proposal.active.remove.confirm=Tem certeza de que pretende remover essa proposta?\nA taxa da proposta paga será perdida.
dao.proposal.active.remove.doRemove=Sim, remover a minha proposta
dao.proposal.active.remove.failed=Não foi possível remover a proposta.
dao.proposal.myVote.title=Votação
dao.proposal.myVote.accept=Aceitar proposta
dao.proposal.myVote.reject=Rejeitar proposta
dao.proposal.myVote.removeMyVote=Ignorar proposta
dao.proposal.myVote.merit=Peso de voto de BSQ ganho
dao.proposal.myVote.stake=Peso de voto de participação
dao.proposal.myVote.revealTxId=ID de transação de revelação de voto
dao.proposal.myVote.stake.prompt=Máx. participação disponível para votação: {0}
dao.proposal.votes.header=Definir participação para votar e publique seus votos
dao.proposal.myVote.button=Publicar votos
dao.proposal.myVote.setStake.description=Depois de votar em todas as propostas, você deve definir a sua participação para votação bloqueando BSQ. Quanto mais BSQ você bloquear, mais peso o seu voto terá.\n\nBSQ bloqueado para votação será desbloqueado novamente durante a fase de revelação de voto.
dao.proposal.create.selectProposalType=Selecionar o tipo de proposta
dao.proposal.create.phase.inactive=Por favor espere até a próxima fase
dao.proposal.create.proposalType=Tipo de proposta
dao.proposal.create.new=Criar novo pedido de compensação
dao.proposal.create.button=Criar proposta
dao.proposal.create.publish=Publicar proposta
dao.proposal.create.publishing=Publicação de proposta em progresso ...
dao.proposal=proposta
dao.proposal.display.type=Tipo de proposta
dao.proposal.display.name=Exacto nome de usuário no Github
dao.proposal.display.link=Link para informação detalhada
dao.proposal.display.link.prompt=Link para a proposta
dao.proposal.display.requestedBsq=Quantia requerida em BSQ
dao.proposal.display.txId=ID de transação de proposta
dao.proposal.display.proposalFee=Taxa de proposta
dao.proposal.display.myVote=O meu voto
dao.proposal.display.voteResult=Resumo do resultado da votação
dao.proposal.display.bondedRoleComboBox.label=Tipo de cargo vinculado
dao.proposal.display.requiredBondForRole.label=Vínculo necessário para cargo
dao.proposal.display.option=Opção
dao.proposal.table.header.proposalType=Tipo de proposta
dao.proposal.table.header.link=Link
dao.proposal.table.header.myVote=O meu voto
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Remover
dao.proposal.table.icon.tooltip.removeProposal=Remover a minha proposta
dao.proposal.table.icon.tooltip.changeVote=Voto atual: ''{0}''. Mudar o voto para: ''{1}''
dao.proposal.display.myVote.accepted=Aceite
dao.proposal.display.myVote.rejected=Rejeitado
dao.proposal.display.myVote.ignored=Ignorado
dao.proposal.display.myVote.unCounted=O voto não foi incluído no resultado
dao.proposal.myVote.summary=Votou: {0}; Peso do voto: {1} (ganho: {2} + participação: {3}) {4}
dao.proposal.myVote.invalid=O voto foi inválido
dao.proposal.voteResult.success=Aceite
dao.proposal.voteResult.failed=Rejeitado
dao.proposal.voteResult.summary=Resultado: {0}; Limite: {1} (necessário > {2}); Quórum: {3} (necessário > {4})
dao.proposal.display.paramComboBox.label=Selecione o parâmetro a mudar
dao.proposal.display.paramValue=Valor do parâmetro
dao.proposal.display.confiscateBondComboBox.label=Escolha o vínculo
dao.proposal.display.assetComboBox.label=Ativo a remover
dao.blindVote=voto cego
dao.blindVote.startPublishing=Publicando transação de voto cego...
dao.blindVote.success=Sua transação de voto cego foi publicada com sucesso.\n\nPor favor, note que você tem que estar online na fase de revelação de votos para que o seu programa Bisq possa publicar a transação de revelação de voto. Sem a transação da revelação do voto o seu voto seria inválido!
dao.wallet.menuItem.send=Enviar
dao.wallet.menuItem.receive=Receber
dao.wallet.menuItem.transactions=Transações
dao.wallet.dashboard.myBalance=O saldo da minha carteira
dao.wallet.receive.fundYourWallet=O seu endereço recipiente de BSQ
dao.wallet.receive.bsqAddress=Endereço da carteira BSQ (endereço não utilizado)
dao.wallet.send.sendFunds=Enviar fundos
dao.wallet.send.sendBtcFunds=Enviar fundos não-BSQ (BTC)
dao.wallet.send.amount=Quantia em BSQ
dao.wallet.send.btcAmount=Quantia em BTC (fundos não-BSQ)
dao.wallet.send.setAmount=Definir quantia a levantar (mín. quantia é {0})
dao.wallet.send.receiverAddress=Endereço BSQ do recipiente
dao.wallet.send.receiverBtcAddress=Endereço BTC do recipiente
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.sendBtc=Enviar fundos BTC
dao.wallet.send.sendFunds.headline=Confirmar pedido de levantamento.
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?
dao.wallet.chainHeightSynced=Último bloco verificado: {0}
dao.wallet.chainHeightSyncing=Esperando blocos... {0} dos {1} blocos verificados
dao.wallet.tx.type=Tipo
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Indefinido
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=Não reconhecido
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Transação BSQ não verificada
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Transação BSQ inválida
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Transação gênesis
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=Transferir BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=BSQ recebido
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=BSQ enviado
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Taxa de negociação
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Taxa de pedido de compensação
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Taxa para pedido de reembolso
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Taxa para proposta
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Taxa para voto cego
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Revelação de votos
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Bloquear vínculo
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Desbloquear vínculo
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Taxa de listagem de ativos
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Prova de destruição
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Irregular
dao.tx.withdrawnFromWallet=BTC levantado da carteira
dao.tx.issuanceFromCompReq=Pedido de compensação/emissão
dao.tx.issuanceFromCompReq.tooltip=Pedido de compensação que levou à emissão de novo BSQ.\nData de emissão: {0}
dao.tx.issuanceFromReimbursement=Pedido de reembolso/emissão
dao.tx.issuanceFromReimbursement.tooltip=Solicitação de reembolso que levou à emissão de novo BSQ.\nData de emissão: {0}
dao.proposal.create.missingBsqFunds=Você não tem fundos suficientes para criar a proposta. Se você tem uma transação de BSQ não confirmada, você precisa esperar por uma confirmação da blockchain porque o BSQ é validado somente se estiver incluído num bloco.\nEm falta: {0}
dao.proposal.create.missingBsqFundsForBond=Você não tem fundos suficientes para este cargo. Você ainda pode publicar essa proposta, mas precisará do valor completo de BSQ necessário para esse cargo se ela for aceite.\nEm falta: {0}
dao.proposal.create.missingMinerFeeFunds=Você não tem suficientes fundos de BTC para criar a transação da proposta. Todas as transações de BSQ exigem uma taxa do mineiro em BTC.\nEm falta: {0}
dao.proposal.create.missingIssuanceFunds=Você não tem suficientes fundos de BTC para criar a transação da proposta. Todas as transações de BSQ exigem uma taxa do mineiro em BTC, e as transações de emissão também exigem BTC pela quantia de BSQ solicitado ({0} satoshis/BSQ).\nEm falta: {1}
dao.feeTx.confirm=Confirmar transação {0}
dao.feeTx.confirm.details={0} fee: {1}\nMining fee: {2} ({3} Satoshis/vbyte)\nTransaction vsize: {4} vKb\n\nAre you sure you want to publish the {5} transaction?
dao.feeTx.issuanceProposal.confirm.details={0} fee: {1}\nBTC needed for BSQ issuance: {2} ({3} Satoshis/BSQ)\nMining fee: {4} ({5} Satoshis/vbyte)\nTransaction vsize: {6} vKb\n\nIf your request is approved, you will receive the amount you requested net of the 2 BSQ proposal fee.\n\nAre you sure you want to publish the {7} transaction?
dao.news.bisqDAO.title=A OAD DO BISQ
dao.news.bisqDAO.description=Assim como o mercado de câmbio do Bisq é descentralizado e resistente à censura, o seu modelo de governação também o é - e a OAD do Bisq e o token da BSQ são as ferramentas que tornam isso possível.
dao.news.bisqDAO.readMoreLink=Saber Mais Sobre a OAD do Bisq
dao.news.pastContribution.title=FEZ CONTRIBUIÇÕES NO PASSADO? PEÇA BSQ
dao.news.pastContribution.description=Se você contribuiu para o Bisq, por favor, use o endereço BSQ abaixo e faça um pedido para participar da distribuição genesis de BSQ.
dao.news.pastContribution.yourAddress=O seu endereço da carteira BSQ
dao.news.pastContribution.requestNow=Solicitar agora
dao.news.DAOOnTestnet.title=EXECUTE A OAD DO BISQ NA NOSSA REDE DE TESTES
dao.news.DAOOnTestnet.description=A mainnet da OAD do Bisq ainda não foi lançada, mas você pode aprender sobre a OAD do Bisq executando-a na nossa testnet.
dao.news.DAOOnTestnet.firstSection.title=1. Mudar para Modo Testnet da OAD
dao.news.DAOOnTestnet.firstSection.content=Mude para a Testnet da OAD no painel de Definições
dao.news.DAOOnTestnet.secondSection.title=2. Obtenha alguns BSQ
dao.news.DAOOnTestnet.secondSection.content=Solicite BSQ no Slack ou Compre BSQ no Bisq
dao.news.DAOOnTestnet.thirdSection.title=3. Participe num Ciclo de Votação
dao.news.DAOOnTestnet.thirdSection.content=Fazendo propostas e votando em propostas para mudar vários aspetos da Bisq.
dao.news.DAOOnTestnet.fourthSection.title=4. Explorar um Explorador de Blocos da BSQ
dao.news.DAOOnTestnet.fourthSection.content=Desde que BSQ é apenas bitcoin, você pode ver transações de BSQ no nosso explorador de blocos de bitcoin.
dao.news.DAOOnTestnet.readMoreLink=Leia a documentação completa
dao.monitor.daoState=Estado da OAD
dao.monitor.proposals=Estado de propostas
dao.monitor.blindVotes=Estado de votos cegos
dao.monitor.table.peers=Pares
dao.monitor.table.conflicts=Conflitos
dao.monitor.state=Estado
dao.monitor.requestAlHashes=Pedir todos os hashes
dao.monitor.resync=Re-sincronizar estado da OAD
dao.monitor.table.header.cycleBlockHeight=Ciclo / altura do bloco
dao.monitor.table.cycleBlockHeight=Ciclo {0} / bloco {1}
dao.monitor.table.seedPeers=Nó semente: {0}
dao.monitor.daoState.headline=Estado da OAD
dao.monitor.daoState.table.headline=Corrente de hashes do estado da OAD
dao.monitor.daoState.table.blockHeight=Altura do bloco
dao.monitor.daoState.table.hash=Hash do estado da OAD
dao.monitor.daoState.table.prev=Hash anterior
dao.monitor.daoState.conflictTable.headline=Hashes do estado da OAD de pares em conflito
dao.monitor.daoState.utxoConflicts=Conflitos de UTXO
dao.monitor.daoState.utxoConflicts.blockHeight=Altura do bloco: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Soma de todo UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Soma de todo BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=O estado da OAD não está sincronizado com a rede. Após o reinicio a OAD vai ressincronizar.
dao.monitor.proposal.headline=Estado de propostas
dao.monitor.proposal.table.headline=Corrente hashes do estado da propostaa
dao.monitor.proposal.conflictTable.headline=Hashes de estado da proposta de pares em conflito
dao.monitor.proposal.table.hash=Hash do estado da proposta
dao.monitor.proposal.table.prev=Hash anterior
dao.monitor.proposal.table.numProposals=Nº de propostas
dao.monitor.isInConflictWithSeedNode=Os seus dados locais não estão em consenso com pelo menos um nó semente. Por favor, re-sincronizar o estado da OAD.
dao.monitor.isInConflictWithNonSeedNode=Um dos seus pares não está em consenso com a rede, mas o seu nó está em sincronia com os nós semente.
dao.monitor.daoStateInSync=Seu nó local está em consenso com a rede
dao.monitor.blindVote.headline=Estado de votos cegos
dao.monitor.blindVote.table.headline=Corrente de hashes de estado de voto cego
dao.monitor.blindVote.conflictTable.headline=Hashes de estado de voto cego de pares em conflito
dao.monitor.blindVote.table.hash=Hash de estado de voto cego
dao.monitor.blindVote.table.prev=Hash anterior
dao.monitor.blindVote.table.numBlindVotes=Nº de votos cegos
dao.factsAndFigures.menuItem.supply=Estoque de BSQ
dao.factsAndFigures.menuItem.transactions=Transações BSQ
dao.factsAndFigures.dashboard.avgPrice90=Média de 90 dias do preço de negócio de BSQ/BTC
dao.factsAndFigures.dashboard.avgPrice30=Média de 30 dias do preço de negócio de BSQ/BTC
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=Total BSQ disponível
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=BSQ emitido v. 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.genesisIssueAmount=BSQ emitido na transação genesis
dao.factsAndFigures.supply.compRequestIssueAmount=BDQ emitido para pedidos de compensação
dao.factsAndFigures.supply.reimbursementAmount=BSQ emitido para pedidos de reembolso
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ destruído
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=Volume de negócio
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=Estado global do BSQ bloqueado
dao.factsAndFigures.supply.totalLockedUpAmount=Bloqueado em vínculos
dao.factsAndFigures.supply.totalUnlockingAmount=Desbloqueando BSQ de vínculos
dao.factsAndFigures.supply.totalUnlockedAmount=BSQ desbloqueado de vínculos
dao.factsAndFigures.supply.totalConfiscatedAmount=BSQ confiscado de vínculos
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=Transação gênesis
dao.factsAndFigures.transactions.genesisBlockHeight=Altura do bloco genesis
dao.factsAndFigures.transactions.genesisTxId=ID da transação genesis
dao.factsAndFigures.transactions.txDetails=Estatísticas das transações de BSQ
dao.factsAndFigures.transactions.allTx=Nº de todas as transações de BSQ
dao.factsAndFigures.transactions.utxo=Nº de todos os outputs de transações não gastos
dao.factsAndFigures.transactions.compensationIssuanceTx=Nº de todas as transações de emissão de pedido de compensação
dao.factsAndFigures.transactions.reimbursementIssuanceTx=Nº de todas as trnsações de emissão de pedido de reembolso
dao.factsAndFigures.transactions.burntTx=Nº de todas transações de pagamentos de taxa
dao.factsAndFigures.transactions.invalidTx=Nº de todas as transações inválidas
dao.factsAndFigures.transactions.irregularTx=Nº de todas as transações irregulares
####################################################################
# Windows
####################################################################
@ -2120,8 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=Do you want to close without doing any
emptyWalletWindow.headline={0} ferramenta de emergência da carteira
emptyWalletWindow.info=Por favor, use isso apenas em caso de emergência, se você não puder aceder o seu fundo a partir da interface do utilizador.\n\nPor favor, note que todas as ofertas abertas serão fechadas automaticamente ao usar esta ferramenta.\n\nAntes de usar essa ferramenta, faça backup do seu diretório de dados. Você pode fazer isso em \"Conta/Backup\".\n\nPor favor comunique-nos o seu problema e envie um relatório de erros no Github ou no fórum Bisq para que possamos investigar o que causou o problema.
emptyWalletWindow.balance=O saldo disponível da sua carteira:
emptyWalletWindow.bsq.btcBalance=Saldo de satoshis não-BSQ
emptyWalletWindow.address=Seu endereço de destino
emptyWalletWindow.button=Enviar todos os fundos
emptyWalletWindow.openOffers.warn=Você tem ofertas abertas que serão removidas se você esvaziar a carteira.\nTem certeza de que deseja esvaziar a sua carteira?
@ -2146,10 +1430,8 @@ filterWindow.seedNode=Nós de semente filtrados (endereços onion sep. por vírg
filterWindow.priceRelayNode=Nós de transmissão de preço filtrados (endereços onion sep. por vírgula)
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 OAD
filterWindow.disableAutoConf=Disable auto-confirm
filterWindow.autoConfExplorers=Filtered auto-confirm explorers (comma sep. addresses)
filterWindow.disableDaoBelowVersion=Versão mín. necessária para a OAD
filterWindow.disableTradeBelowVersion=Mín. versão necessária para negociação
filterWindow.add=Adicionar filtro
filterWindow.remove=Remover filtro
@ -2161,8 +1443,6 @@ offerDetailsWindow.minBtcAmount=Quantia mín. de BTC
offerDetailsWindow.min=(mín. {0})
offerDetailsWindow.distance=(distância do preço de mercado: {0})
offerDetailsWindow.myTradingAccount=Minha conta de negociação
offerDetailsWindow.offererBankId=(ID bancário/BIC/SWIFT do ofertante)
offerDetailsWindow.offerersBankName=(nome do banco do ofertante)
offerDetailsWindow.bankId=ID do banco (ex. BIC ou SWIFT)
offerDetailsWindow.countryBank=País do banco do ofertante
offerDetailsWindow.commitment=Compromisso
@ -2223,7 +1503,6 @@ tradeDetailsWindow.detailData=Detail data
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2235,9 +1514,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=Digite senha para abrir:
torNetworkSettingWindow.header=Definições de redes Tor
@ -2317,12 +1593,6 @@ popup.warning.tooLargePercentageValue=Você não pode definir uma percentagem su
popup.warning.examplePercentageValue=Por favor digitar um número percentual como \"5.4\" para 5.4%
popup.warning.noPriceFeedAvailable=Não há feed de preço disponível para essa moeda. Você não pode usar um preço baseado em percentagem.\nPor favor, selecione o preço fixo.
popup.warning.sendMsgFailed=Enviar mensagem para seu par de negociação falhou.\nPor favor, tente novamente e se continuar a falhar relate um erro.
popup.warning.insufficientBtcFundsForBsqTx=Você não tem fundos BTC suficientes para pagar a taxa de mineração para essa transação.\nPor favor financie sua carteira BTC.\nFundos em falta: {0}
popup.warning.bsqChangeBelowDustException=Esta transação cria um output de trocos de BSQ que está abaixo do limite de poeira (5,46 BSQ) e seria rejeitada pela rede do bitcoin.\n\nVocê precisa enviar uma quantia mais elevada para evitar o output de trocos (por exemplo, adicionando a quantia de poeira ao seu montante a ser enviado) ou adicionar mais fundos de BSQ à sua carteira de modo a evitar a gerar um output de poeira.\n\nO output de poeira é {0}.
popup.warning.btcChangeBelowDustException=Esta transação cria um output de trocos que está abaixo do limite de poeira (546 satoshis) e seria rejeitada pela rede do bitcoin.\n\nVocê precisa adicionar a quantia de poeira ao seu montante à ser enviado para evitar gerar um output de poeira.\n\nO output de poeira é {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=You''ll need more BSQ to do this transaction—the last 5.46 BSQ in your wallet cannot be used to pay trade fees because of dust limits in the Bitcoin protocol.\n\nYou can either buy more BSQ or pay trade fees with BTC.\n\nMissing funds: {0}
popup.warning.noBsqFundsForBtcFeePayment=Sua carteira BSQ não possui fundos suficientes para pagar a taxa de negócio em BSQ.
popup.warning.messageTooLong=Sua mensagem excede o tamanho máx. permitido. Por favor enviá-la em várias partes ou carregá-la utilizando um serviço como https://pastebin.com.
popup.warning.lockedUpFunds=Você trancou fundos de um negócio falhado..\nSaldo trancado: {0} \nEndereço da tx de Depósito: {1}\nID de negócio: {2}.\n\nPor favor abra um bilhete de apoio selecionando o negócio no ecrã de negócios abertos e pressione \"alt + o\" ou \"option + o\"."
@ -2336,8 +1606,6 @@ popup.warning.nodeBanned=One of the {0} nodes got banned.
popup.warning.priceRelay=transmissão de preço
popup.warning.seed=semente
popup.warning.mandatoryUpdate.trading=Por favor, atualize para a versão mais recente do Bisq. Uma atualização obrigatória que desativa negociação para versões antigas foi lançada. Por favor, confira o Fórum Bisq para mais informações.
popup.warning.mandatoryUpdate.dao=Por favor, atualize para a versão mais recente Bisq. Uma atualização obrigatória que desativa a OAD do Bisq e BSQ para versões antigas foi lançada. Por favor, confira o Fórum Bisq para mais informações.
popup.warning.disable.dao=A OAD do Bisq e BSQ foram temporariamente desativados. Por favor, confira o Fórum Bisq para mais informações.
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC=Esta transação não é possível, pois as taxas de mineração de {0} excederia o montante a transferir de {1}. Aguarde até que as taxas de mineração estejam novamente baixas ou até você ter acumulado mais BTC para transferir.
@ -2356,7 +1624,6 @@ popup.info.cashDepositInfo.confirm=Eu confirmo que eu posso fazer o depósito
popup.info.shutDownWithOpenOffers=Bisq está sendo fechado, mas há ofertas abertas. \n\nEstas ofertas não estarão disponíveis na rede P2P enquanto o Bisq estiver desligado, mas elas serão publicadas novamente na rede P2P na próxima vez que você iniciar o Bisq.\n\nPara manter suas ofertas on-line, mantenha o Bisq em execução e certifique-se de que este computador também permaneça online (ou seja, certifique-se de que ele não entra no modo de espera... o modo de espera do monitor não causa problema).
popup.info.qubesOSSetupInfo=It appears you are running Bisq on Qubes OS. \n\nPlease make sure your Bisq qube is setup according to our Setup Guide at [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade from version {0} to version {1} is not supported. Please use the latest Bisq version.
popup.warn.daoRequiresRestart=There was a problem with synchronizing the DAO state. You have to restart the application to fix the issue.
popup.privateNotification.headline=Notificação privada importante!
@ -2528,7 +1795,6 @@ navigation.settings.preferences=\"Definições/Preferências\"
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"Fundos/Transações\"
navigation.support=\"Apoio\"
navigation.dao.wallet.receive=\"OAD/Carteira BSQ/Receber\"
####################################################################
@ -2558,12 +1824,6 @@ XMR_MAINNET=Mainnet de Monero
XMR_TESTNET=Testnet de Monero
# suppress inspection "UnusedProperty"
XMR_STAGENET=Stagenet Monero
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Testnet da OAD do Bitcoin (discontinuada)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Betanet da OAD do Bisq (Mainnet do Bitcoin)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Regtest da OAD do Bitcoin
time.year=Ano
time.month=Mês
@ -2910,9 +2170,7 @@ validation.accountNrChars=O número da conta deve conter {0} caracteres.
validation.btc.invalidAddress=O endereço está incorreto. Por favor verificar o formato do endereço.
validation.integerOnly=Por favor, insira apenas números inteiros
validation.inputError=O seu input causou um erro:\n{0}
validation.bsq.insufficientBalance=O seu saldo disponível é de {0}.
validation.btc.exceedsMaxTradeLimit=O seu limite de negócio é de {0}.
validation.bsq.amountBelowMinAmount=A quantia mín. é de {0}
validation.nationalAccountId={0} tem de ser constituído por {1} números
#new
@ -2934,7 +2192,6 @@ validation.bic.invalidLocationCode=BIC contém código de localização inválid
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.btc.invalidFormat=Invalid format for a Bitcoin address.
validation.bsq.invalidFormat=Invalid format for a BSQ address.
validation.email.invalidAddress=Endereço inválido
validation.iban.invalidCountryCode=Código de país inválido
validation.iban.checkSumNotNumeric=Soma de verificação deve ser numérica

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Баланс кошелька сделки
shared.makerTxFee=Мейкер: {0}
shared.takerTxFee=Тейкер: {0}
shared.iConfirm=Подтверждаю
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=Открыть {0}
shared.fiat=Нац. валюта
shared.crypto=Криптовалюта
@ -204,9 +203,6 @@ shared.actions=Действия
shared.buyerUpperCase=Покупатель
shared.sellerUpperCase=Продавец
shared.new=НОВОЕ
shared.blindVoteTxId=Идент. транзакции слепого голосования
shared.proposal=Предложение
shared.votes=Голоса
shared.learnMore=Узнать больше
shared.dismiss=Отмена
shared.selectedArbitrator=Выбранный арбитр
@ -240,7 +236,6 @@ mainView.menu.funds=Средства
mainView.menu.support=Поддержка
mainView.menu.settings=Настройки
mainView.menu.account=Счёт
mainView.menu.dao=ДАО
mainView.marketPriceWithProvider.label=Рыночный курс {0}
mainView.marketPrice.bisqInternalPrice=Курс последней сделки в Bisq
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(локальный узел)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Fee rate: {0} sat/vB
mainView.footer.btcInfo.initializing=Подключение к сети Биткойн
mainView.footer.bsqInfo.synchronizing=/ Синхронизация ДАО
mainView.footer.btcInfo.synchronizingWith=Synchronizing with {0} at block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synced with {0} at block {1}
mainView.footer.btcInfo.connectingTo=Подключение к
mainView.footer.btcInfo.connectionFailed=Connection failed to
mainView.footer.p2pInfo=Bitcoin network peers: {0} / Bisq network peers: {1}
mainView.footer.daoFullNode=Полный узел ДАО
mainView.bootstrapState.connectionToTorNetwork=(1/4) Подключение к сети Tor...
mainView.bootstrapState.torNodeCreated=(2/4) Создан узел Tor
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=Комиссия майнера
createOffer.fundsBox.placeOfferSpinnerInfo=Публикация предложения...
createOffer.fundsBox.paymentLabel=Сделка Bisq с идентификатором {0}
createOffer.fundsBox.fundsStructure=({0} — залог, {1} — комиссия за сделку, {2} — комиссия майнера)
createOffer.fundsBox.fundsStructure.BSQ=({0} — залог, {1} — комиссия майнера) + {2} — комиссия за сделку
createOffer.success.headline=Ваше предложение опубликовано
createOffer.success.info=Вы можете управлять текущими предложениями в разделе \«Сделки/Мои текущие предложения\».
createOffer.info.sellAtMarketPrice=Вы всегда будете продавать по рыночному курсу, так как курс вашего предложения будет постоянно обновляться.
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=Сумма для перевод
portfolio.pending.step2_buyer.sellersAddress={0}-адрес продавца
portfolio.pending.step2_buyer.buyerAccount=Используемый платёжный счет
portfolio.pending.step2_buyer.paymentStarted=Платёж начат
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn=You still have not done your {0} payment!\nPlease note that the trade has to be completed by {1}.
portfolio.pending.step2_buyer.openForDispute=You have not completed your payment!\nThe max. period for the trade has elapsed.Please contact the mediator for assistance.
portfolio.pending.step2_buyer.paperReceipt.headline=Вы отослали бумажную квитанцию продавцу ВТС?
@ -882,7 +873,6 @@ funds.locked.locked=Заблокировано в multisig-адресе для
funds.tx.direction.sentTo=Отправлено:
funds.tx.direction.receivedWith=Получено:
funds.tx.direction.genesisTx=Из первичной транзакции:
funds.tx.txFeePaymentForBsqTx=Комиссия майнера за транзакцию в BSQ
funds.tx.createOfferFee=Комиссия мейкера и плата за сделку: {0}
funds.tx.takeOfferFee=Комиссия тейкера и плата за сделку: {0}
funds.tx.multiSigDeposit=Депозит на multisig-адрес: {0}
@ -896,15 +886,11 @@ funds.tx.unknown=Неизвестная причина: {0}
funds.tx.noFundsFromDispute=Без возмещения по спору
funds.tx.receivedFunds=Полученные средства
funds.tx.withdrawnFromWallet=Выведено из кошелька
funds.tx.withdrawnFromBSQWallet=BTC выведен из кошелька BSQ
funds.tx.memo=Memo
funds.tx.noTxAvailable=Транзакции отсутствуют
funds.tx.revert=Отменить
funds.tx.txSent=Транзакция успешно отправлена на новый адрес локального кошелька Bisq.
funds.tx.direction.self=Транзакция внутри кошелька
funds.tx.daoTxFee=Комиссия майнера за транзакцию в BSQ
funds.tx.reimbursementRequestTxFee=Запрос возмещения
funds.tx.compensationRequestTxFee=Запрос компенсации
funds.tx.dustAttackTx=Полученная «пыль»
funds.tx.dustAttackTx.popup=Вы получили очень маленькую сумму BTC, что может являться попыткой компаний, занимающихся анализом блокчейна, проследить за вашим кошельком.\n\nЕсли вы воспользуетесь этими средствами для совершения исходящей транзакции, они смогут узнать, что вы также являетесь вероятным владельцем другого адреса (т. н. «объединение монет»).\n\nДля защиты вашей конфиденциальности кошелёк Bisq игнорирует такую «пыль» при совершении исходящих транзакций и отображении баланса. Вы можете самостоятельно установить сумму, которая будет рассматриваться в качестве «пыли» в настройках.
@ -996,9 +982,7 @@ settings.tab.about=О проекте
setting.preferences.general=Основные настройки
setting.preferences.explorer=Bitcoin Explorer
setting.preferences.explorer.bsq=Bisq Explorer
setting.preferences.deviation=Макс. отклонение от рыночного курса
setting.preferences.bsqAverageTrimThreshold=Outlier threshold for BSQ rate
setting.preferences.avoidStandbyMode=Избегать режима ожидания
setting.preferences.autoConfirmXMR=XMR auto-confirm
setting.preferences.autoConfirmEnabled=Enabled
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=Сбросить все флажки \«Не показывать снова\»
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.resyncFromGenesis.label=Перестроить состояние ДАО от первичной транзакции
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.isDaoFullNode=Запустить Bisq в режиме полного узла ДАО
setting.preferences.dao.rpcUser=Логин RPC
setting.preferences.dao.rpcPw=Пароль RPC
setting.preferences.dao.blockNotifyPort=Блокировать сообщающий порт
setting.preferences.dao.fullNodeInfo=Для запуска Bisq в качестве полного узла ДАО вам необходим локальный узел Bitcoin Core с включенным удаленным вызовом процедур (RPC). Другие требования описаны в «{0}».\n\nПосле смены режима необходимо перезапустить приложение.
setting.preferences.dao.fullNodeInfo.ok=Открыть документацию
setting.preferences.dao.fullNodeInfo.cancel=Нет, остаюсь в режиме облегчённого узла
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
@ -1090,7 +1061,7 @@ settings.net.needRestart=Необходимо перезагрузить при
settings.net.notKnownYet=Пока неизвестно...
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.chainHeight=Bitcoin Peers chain height: {1}
settings.net.ips=[IP-адрес:порт | хост:порт | onion-адрес:порт] (через запятые). Порт можно не указывать, если используется порт по умолчанию (8333).
settings.net.seedNode=Исходный узел
settings.net.directPeer=Пир (прямой)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=Open wallet details window
setting.about.shortcuts.openEmergencyBtcWalletTool=Open emergency wallet tool for BTC wallet
setting.about.shortcuts.openEmergencyBsqWalletTool=Open emergency wallet tool for BSQ wallet
setting.about.shortcuts.showTorLogs=Toggle log level for Tor messages between DEBUG and WARN
setting.about.shortcuts.manualPayoutTxWindow=Open window for manual payout from 2of2 Multisig deposit tx
setting.about.shortcuts.reRepublishAllGovernanceData=Republish DAO governance data (proposals, votes)
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}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=Веб-камера не найде
account.notifications.priceAlert.warning.highPriceTooLow=Более высокая цена должна быть выше более низкой цены.
account.notifications.priceAlert.warning.lowerPriceTooHigh=Более низкая цена должна быть ниже более высокой цены.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Факты и цифры
dao.tab.bsqWallet=BSQ-кошелёк
dao.tab.proposals=Управление
dao.tab.bonding=Гарантийный депозит
dao.tab.proofOfBurn=Сбор за листинг активов/Proof of burn
dao.tab.monitor=Монитор сети
dao.tab.news=Новости
dao.paidWithBsq=выплачено в BSQ
dao.availableBsqBalance=Доступно для трат (проверенные + неподтвержденные суммы)
dao.verifiedBsqBalance=Баланс всех проверенных UTXO
dao.unconfirmedChangeBalance=Остаток всех неподтвержденных сумм
dao.unverifiedBsqBalance=Баланс всех неподтвержденных транзакций (ожидающих подтверждения)
dao.lockedForVoteBalance=Использовано для голосования
dao.lockedInBonds=Заблокировано в гарантийных депозитах
dao.availableNonBsqBalance=Доступный баланс в ВТС (без учёта BSQ)
dao.reputationBalance=Merit Value (not spendable)
dao.tx.published.success=Ваша транзакция опубликована.
dao.proposal.menuItem.make=Выступить с предложением
dao.proposal.menuItem.browse=Просмотр открытых предложений
dao.proposal.menuItem.vote=Голосование по предложениям
dao.proposal.menuItem.result=Результаты голосования
dao.cycle.headline=Цикл голосования
dao.cycle.overview.headline=Обзор цикла голосования
dao.cycle.currentPhase=Текущий этап
dao.cycle.currentBlockHeight=Номер текущего блока
dao.cycle.proposal=Этап выдвижения предложений
dao.cycle.proposal.next=Следующий этап выдвижения предложений
dao.cycle.blindVote=Этап слепого голосования
dao.cycle.voteReveal=Этап выявления голосов
dao.cycle.voteResult=Результат голосования
dao.cycle.phaseDuration={0} блоков (≈{1}); блок {2} — {3} (≈{4} — ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Блок {0} — {1} (≈{2} — ≈{3})
dao.voteReveal.txPublished.headLine=Транзакция выявления голоса опубликована
dao.voteReveal.txPublished=Ваша транзакция выявления голоса с идентификатором {0} была успешно опубликована. \n\nЭто происходит автоматически, если вы участвовали в голосовании ДАО.
dao.results.cycles.header=Циклы
dao.results.cycles.table.header.cycle=Цикл
dao.results.cycles.table.header.numProposals=Предложения
dao.results.cycles.table.header.voteWeight=Вес голоса
dao.results.cycles.table.header.issuance=Эмиссия
dao.results.results.table.item.cycle=Цикл {0} начат: {1}
dao.results.proposals.header=Предложения выбранного цикла
dao.results.proposals.table.header.nameLink=Name/link
dao.results.proposals.table.header.details=Подробности
dao.results.proposals.table.header.myVote=Мой голос
dao.results.proposals.table.header.result=Результат голосования
dao.results.proposals.table.header.threshold=Threshold
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=Результаты голосования по выбранному предложению
dao.results.exceptions=Исключение (-я) результата голосования
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Неопределено
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=Комиссия мейкера в BSQ
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=Комиссия тейкера в BSQ
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Мин. комиссия мейкера в BSQ
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Мин. комиссия тейкера в BSQ
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=Комиссия мейкера в BТС
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=Комиссия тейкера в BТС
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Мин. комиссия мейкера в BТС
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Мин. комиссия тейкера в BТС
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Комиссия за предложение (в BSQ)
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Комиссия за голосование (в BSQ)
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Мин. сумма запроса компенсации в BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Макс. сумма запроса компенсации в BSQ
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=Мин. сумма запроса на возмещение средств в BSQ
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=Макс. сумма запроса на возмещение средств в BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Требуемый кворум в BSQ для обычного предложения
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Требуемый кворум в BSQ для запроса компенсации
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Требуемый кворум в BSQ для запроса на возмещение средств
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Требуемый кворум в BSQ для изменения параметра
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Необходимый кворум в BSQ для удаления актива
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Необходимый кворум в BSQ для запроса конфискации
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Требуемый кворум в BSQ для запроса обеспеченной роли
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Требуемый порог в % для обычного предложения
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Требуемый порог в % для запроса компенсации
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Требуемый порог в % для запроса возмещения средств
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Требуемый порог в % для изменения параметра
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Требуемый порог в % для удаления актива
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Требуемый порог в % для запроса конфискации
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Требуемый порог в % для запросов обеспеченной роли
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=BTC-адрес получателя
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Сбор за листинг актива в день
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Мин. объём торговли активами
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Срок блокировки для альтернативных торговых выплат
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Комиссия арбитра в ВТС
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Макс. торговый лимит в BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Обеспеченная роль до принятия в расчёт BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Лимит эмиссии на цикл в BSQ
dao.param.currentValue=Текущее значение {0}
dao.param.currentAndPastValue=Current value: {0} (Value when proposal was made: {1})
dao.param.blocks={0} блоков
dao.results.invalidVotes=We had invalid votes in that voting cycle. That can happen if a vote was not distributed well in the Bisq network.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Неопределено
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Этап предложения
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Пауза 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Этап слепого голосования
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Пауза 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Этап выявления голосов
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Пауза 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Этап результатов
dao.results.votes.table.header.stakeAndMerit=Вес голоса
dao.results.votes.table.header.stake=Доля
dao.results.votes.table.header.merit=Заработано
dao.results.votes.table.header.vote=Голосование
dao.bond.menuItem.bondedRoles=Обеспеченные роли
dao.bond.menuItem.reputation=Обеспеченная репутация
dao.bond.menuItem.bonds=Гарантийные депозиты
dao.bond.dashboard.bondsHeadline=BSQ в гарантийных депозитах
dao.bond.dashboard.lockupAmount=Заблокировать средства
dao.bond.dashboard.unlockingAmount=Разблокировка средств (дождитесь окончания блокировки)
dao.bond.reputation.header=Заблокировать депозит для репутации
dao.bond.reputation.table.header=Мои залоговые депозиты для репутации
dao.bond.reputation.amount=Заблокировать BSQ на сумму
dao.bond.reputation.time=Срок разблокировки в блоках
dao.bond.reputation.salt=Соль
dao.bond.reputation.hash=Хеш
dao.bond.reputation.lockupButton=Заблокировать
dao.bond.reputation.lockup.headline=Подтвердить транзакцию блокировки
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.unlock.headline=Подтвердить транзакцию разблокировки
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.allBonds.header=Все гарантийные депозиты
dao.bond.bondedReputation=Обеспеченная репутация
dao.bond.bondedRoles=Обеспеченные роли
dao.bond.details.header=Описание роли
dao.bond.details.role=Роль
dao.bond.details.requiredBond=Необходимый гарантийный депозит в BSQ
dao.bond.details.unlockTime=Срок разблокировки в блоках
dao.bond.details.link=Ссылка на описание роли
dao.bond.details.isSingleton=Может быть принято несколькими обладателями роли
dao.bond.details.blocks={0} блока (-ов)
dao.bond.table.column.name=Имя
dao.bond.table.column.link=Ссылка
dao.bond.table.column.bondType=Тип гарант. депозита
dao.bond.table.column.details=Подробности
dao.bond.table.column.lockupTxId=Идент. транз. блокировки
dao.bond.table.column.bondState=Состояние гарант. депозита
dao.bond.table.column.lockTime=Unlock time
dao.bond.table.column.lockupDate=Дата блокировки
dao.bond.table.button.lockup=Заблокировать
dao.bond.table.button.unlock=Разблокировать
dao.bond.table.button.revoke=Аннулировать
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Не определено
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Ещё не обеспечено
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=В стадии блокировки
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Гарантийный депозит заблокирован
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=В стадии разблокировки
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Транз. разблок. подтверждена
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Гарант. депозит в стадии разблокировки
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Гарантийный депозит разблокирован
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Гарантийный депозит конфискован
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Не определено
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Обеспеченная роль
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Обеспеченная репутация
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Не определено
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=Администратор Github
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Администратор форума
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Администратор Twitter
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=Администратор YouTube
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Мейнтейнер Bisq
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Мейнтейнер форка BitcoinJ
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Мейнтейнер сетевого уровня
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Оператор веб-сайта
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Оператор форума
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Оператор исходного узла
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Оператор узла данных курса
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Bitcoin node operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=Оператор узла данных рынка
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Оператор ретранс. моб. уведомлений
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Владелец имени домена
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=Администратор DNS
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Посредник
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Арбитр
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=Владелец адреса BTC для пожертвований
dao.burnBsq.assetFee=Листинг актива
dao.burnBsq.menuItem.assetFee=Сбор за листинг актива
dao.burnBsq.menuItem.proofOfBurn=Proof of burn
dao.burnBsq.header=Сбор за листинг актива
dao.burnBsq.selectAsset=Выбрать актив
dao.burnBsq.fee=Сбор
dao.burnBsq.trialPeriod=Пробный период
dao.burnBsq.payFee=Оплатить сбор
dao.burnBsq.allAssets=Все активы
dao.burnBsq.assets.nameAndCode=Название актива
dao.burnBsq.assets.state=Состояние
dao.burnBsq.assets.tradeVolume=Объём сделки
dao.burnBsq.assets.lookBackPeriod=Период проверки
dao.burnBsq.assets.trialFee=Сбор за испытательный срок
dao.burnBsq.assets.totalFee=Сумма уплаченного сбора
dao.burnBsq.assets.days={0} дн.
dao.burnBsq.assets.toFewDays=Взнос за листинг актива слишком низок. Мин. срок пробного периода: {0} дн.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Неопределено
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=Пробный период
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Активно торгуется
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=Удалён из-за неактивности
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Удалён голосованием
dao.proofOfBurn.header=Proof of burn
dao.proofOfBurn.amount=Количество
dao.proofOfBurn.preImage=Прообраз
dao.proofOfBurn.burn=Сжечь
dao.proofOfBurn.allTxs=Все транзакции proof of burn
dao.proofOfBurn.myItems=Мои транзакции proof of burn
dao.proofOfBurn.date=Дата
dao.proofOfBurn.hash=Хеш
dao.proofOfBurn.txs=Транзакции
dao.proofOfBurn.pubKey=Публичный ключ
dao.proofOfBurn.signature.window.title=Подписать сообщение ключом из транзакции proof or burn
dao.proofOfBurn.verify.window.title=Подтвердить сообщение ключом из транзакции proof or burn
dao.proofOfBurn.copySig=Скопировать подпись в буфер
dao.proofOfBurn.sign=Подписать
dao.proofOfBurn.message=Сообщение
dao.proofOfBurn.sig=Подпись
dao.proofOfBurn.verify=Подтвердить
dao.proofOfBurn.verificationResult.ok=Подтверждено
dao.proofOfBurn.verificationResult.failed=Проверка не удалась
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Не определено
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Этап предложения
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Пауза перед началом этапа слепого голосования
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Этап слепого голосования
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Пауза перед началом этапа выявления голосов
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Этап выявления голосов
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Пауза перед публикацией результатов
# suppress inspection "UnusedProperty"
dao.phase.RESULT=Этап результатов голосования
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Этап предложения
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Слепое голосование
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Выявление голосов
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Результаты голосования
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Не определено
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Запрос компенсации
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Запрос на возмещение затрат
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Предложение учредить обеспеченную роль
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Предложение удалить актив
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Предложение изменить параметр
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Общее предложение
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Предложение о конфискации гарантийного депозита
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Не определено
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Запрос компенсации
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Запрос на возмещение затрат
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Обеспеченная роль
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Удаление альткойна
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Изменение параметра
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Общее предложение
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Конфискация гарантийного депозита
dao.proposal.details=Подробности предложения
dao.proposal.selectedProposal=Избранное предложение
dao.proposal.active.header=Предложения текущего цикла
dao.proposal.active.remove.confirm=Действительно хотите удалить это предложение?\nВзнос за его создание компенсации не подлежит.
dao.proposal.active.remove.doRemove=Да, удалить мое предложение
dao.proposal.active.remove.failed=Не удалось удалить предложение.
dao.proposal.myVote.title=Голосование
dao.proposal.myVote.accept=Принять предложение
dao.proposal.myVote.reject=Отклонить предложение
dao.proposal.myVote.removeMyVote=Игнорировать предложение
dao.proposal.myVote.merit=Вес голоса в зависимости от заработанных BSQ
dao.proposal.myVote.stake=Вес голоса в зависимости от доли
dao.proposal.myVote.revealTxId=Идент. транзакции выявления голоса
dao.proposal.myVote.stake.prompt=Макс. доступная доля для голосования: {0}
dao.proposal.votes.header=Установите долю для голосования и опубликуйте свои голоса
dao.proposal.myVote.button=Опубликовать голоса
dao.proposal.myVote.setStake.description=После голосования по всем предложениям необходимо установить долю для голосования, заблокировав какое-то количество BSQ. Чем больше BSQ вы заблокируете, тем больший вес будет у вашего голоса. \n\nЗаблокированные для голосования BSQ будут разблокированы на этапе выявления голосов.
dao.proposal.create.selectProposalType=Выберите тип предложения
dao.proposal.create.phase.inactive=Просьба дождаться следующего этапа выдвижения предложений
dao.proposal.create.proposalType=Тип предложения
dao.proposal.create.new=Создать новое предложение
dao.proposal.create.button=Создать предложение
dao.proposal.create.publish=Опубликовать предложение
dao.proposal.create.publishing=Публикация предложения...
dao.proposal=предложение
dao.proposal.display.type=Тип предложения
dao.proposal.display.name=Exact GitHub username
dao.proposal.display.link=Ссылка на подробную информацию
dao.proposal.display.link.prompt=Ссылка на предложение
dao.proposal.display.requestedBsq=Запрашиваемая сумма в BSQ
dao.proposal.display.txId=Идент. транзакции предложения
dao.proposal.display.proposalFee=Сбор за предложение
dao.proposal.display.myVote=Мой голос
dao.proposal.display.voteResult=Сводка итогов голосования
dao.proposal.display.bondedRoleComboBox.label=Тип обеспеченной роли
dao.proposal.display.requiredBondForRole.label=Требуемый гарантийный депозит для роли
dao.proposal.display.option=Вариант
dao.proposal.table.header.proposalType=Тип предложения
dao.proposal.table.header.link=Ссылка
dao.proposal.table.header.myVote=Мой голос
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Удалить
dao.proposal.table.icon.tooltip.removeProposal=Удалить моё предложение
dao.proposal.table.icon.tooltip.changeVote=Текущий голос: «{0}». Изменить на: «{1}»
dao.proposal.display.myVote.accepted=Принято
dao.proposal.display.myVote.rejected=Отклонено
dao.proposal.display.myVote.ignored=Проигнорировано
dao.proposal.display.myVote.unCounted=Vote was not included in result
dao.proposal.myVote.summary=Voted: {0}; Vote weight: {1} (earned: {2} + stake: {3}) {4}
dao.proposal.myVote.invalid=Голосование было недействительным
dao.proposal.voteResult.success=Принято
dao.proposal.voteResult.failed=Отклонено
dao.proposal.voteResult.summary=Результат: {0}; порог: {1} (требуется > {2}); кворум: {3} (требуется > {4})
dao.proposal.display.paramComboBox.label=Выбрать параметр для изменения
dao.proposal.display.paramValue=Значение параметра
dao.proposal.display.confiscateBondComboBox.label=Выбрать гарантийный депозит
dao.proposal.display.assetComboBox.label=Актив для удаления
dao.blindVote=слепое голосование
dao.blindVote.startPublishing=Публикация транзакции слепого голосования...
dao.blindVote.success=Ваша транзакция слепого голосованию успешно опубликована.\n\nОбратите внимание, что вы должны находиться в сети на стадии выявления голосов, для того чтобы приложение Bisq смогло опубликовать транзакцию выявления вашего голоса. Без этого ваш голос не будет засчитан!
dao.wallet.menuItem.send=Отправить
dao.wallet.menuItem.receive=Получить
dao.wallet.menuItem.transactions=Транзакции
dao.wallet.dashboard.myBalance=Баланс моего кошелька
dao.wallet.receive.fundYourWallet=Ваш адрес BSQ
dao.wallet.receive.bsqAddress=Адрес кошелька BSQ (новый неиспользованный адрес)
dao.wallet.send.sendFunds=Отправить средства
dao.wallet.send.sendBtcFunds=Отправить средства (BTC), исключая BSQ
dao.wallet.send.amount=Сумма в BSQ
dao.wallet.send.btcAmount=Сумма в ВТС (исключая BSQ)
dao.wallet.send.setAmount=Установленная сумма для вывода (мин. сумма равна {0})
dao.wallet.send.receiverAddress=BSQ-адрес получателя
dao.wallet.send.receiverBtcAddress=BTC-адрес получателя
dao.wallet.send.setDestinationAddress=Укажите адрес получателя
dao.wallet.send.send=Отправить BSQ
dao.wallet.send.inputControl=Select inputs
dao.wallet.send.sendBtc=Отправить BTC
dao.wallet.send.sendFunds.headline=Подтвердите запрос на вывод средств
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?
dao.wallet.chainHeightSynced=Последний проверенный блок: {0}
dao.wallet.chainHeightSyncing=Ожидание блоков... Проверено: {0} бл. из {1}
dao.wallet.tx.type=Тип
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Не определено
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=Не признано
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Непроверенная транзакция в BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Недействительная транзакция в BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Первичная транзакция
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=Перевести BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=Полученные BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=Отправленные BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Торговый сбор
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Сбор за запрос компенсации
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Сбор за запрос на возмещение затрат
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Сбор за предложение
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Сбор за голосование вслепую
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Выявление голосов
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Заблокировать гарантийный депозит
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Разблокировать гарантийный депозит
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Сбор за размещение актива
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Proof of burn
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Неправильные
dao.tx.withdrawnFromWallet=BTC выведен из кошелька
dao.tx.issuanceFromCompReq=Запрос/выдача компенсации
dao.tx.issuanceFromCompReq.tooltip=Запрос компенсации, который привел к эмиссии новых BSQ.\nДата эмиссии: {0}
dao.tx.issuanceFromReimbursement=Запрос/выдача возмещения
dao.tx.issuanceFromReimbursement.tooltip=Запрос на возмещение затрат, который привел к эмиссии новых BSQ.\nДата эмиссии: {0}
dao.proposal.create.missingBsqFunds=У вас недостаточно BSQ для создания предложения. Если у вас есть неподтвержденная транзакция в BSQ, необходимо дождаться подтверждения в блокчейне, так как подтверждение операций в BSQ происходит только после включения транзакции в блок.\nНе хватает: {0}
dao.proposal.create.missingBsqFundsForBond=У вас недостаточно BSQ для этой роли. Вы все же можете опубликовать это предложение, но вам понадобится полная сумма в BSQ, необходимая для этой роли, если оно будет принято.\nНе хватает: {0}
dao.proposal.create.missingMinerFeeFunds=У вас недостаточно BTC для создания предложения. Любая транзакция в BSQ требует оплаты комиссии майнера в ВТС.\nНе хватает {0}
dao.proposal.create.missingIssuanceFunds=У вас недостаточно BTC для создания предложения. Любая транзакция в BSQ требует оплаты комиссии в ВТС. Все транзакции, в том числе связанные с эмиссией BSQ, для выплаты запрошенной суммы BSQ требуют оплаты комиссии в ВТС ({0} сатоши/BSQ).\nНе хватает: {1}
dao.feeTx.confirm=Подтвердить транзакцию {0}
dao.feeTx.confirm.details={0} fee: {1}\nMining fee: {2} ({3} Satoshis/vbyte)\nTransaction vsize: {4} vKb\n\nAre you sure you want to publish the {5} transaction?
dao.feeTx.issuanceProposal.confirm.details={0} fee: {1}\nBTC needed for BSQ issuance: {2} ({3} Satoshis/BSQ)\nMining fee: {4} ({5} Satoshis/vbyte)\nTransaction vsize: {6} vKb\n\nIf your request is approved, you will receive the amount you requested net of the 2 BSQ proposal fee.\n\nAre you sure you want to publish the {7} transaction?
dao.news.bisqDAO.title=ДАО BISQ
dao.news.bisqDAO.description=Модель управления Bisq так же децентрализована и защищена от цензуры, как и сама биржа Bisq. Это возможно благодаря ДАО Bisq и токену BSQ.
dao.news.bisqDAO.readMoreLink=Подробнее о ДАО Bisq
dao.news.pastContribution.title=ПОМОГАЛИ НАМ В ПРОШЛОМ? ЗАПРОСИТЕ BSQ
dao.news.pastContribution.description=Если вы помогли Bisq в прошлом, используйте свой адрес BSQ ниже и запросите участие в первоначальном распределении BSQ.
dao.news.pastContribution.yourAddress=Адрес вашего кошелька BSQ
dao.news.pastContribution.requestNow=Запросить
dao.news.DAOOnTestnet.title=ЗАПУСТИТЬ ДАО BISQ В НАШЕЙ ТЕСТОВОЙ СЕТИ
dao.news.DAOOnTestnet.description=Основная сеть ДАО Bisq еще не запущена, но вы можете узнать о ней подробнее, запустив ДАО в тестовой сети.
dao.news.DAOOnTestnet.firstSection.title=1. Переключиться в режим тестовой сети ДАО
dao.news.DAOOnTestnet.firstSection.content=Переключитесь на тестовую сеть ДАО в настройках.
dao.news.DAOOnTestnet.secondSection.title=2. Приобрести BSQ
dao.news.DAOOnTestnet.secondSection.content=Запросите BSQ в Slack или купите BSQ в Bisq.
dao.news.DAOOnTestnet.thirdSection.title=3. Принять участие в цикле голосования
dao.news.DAOOnTestnet.thirdSection.content=Вносите предложения и голосуйте по предложениям об изменении различных аспектов Bisq.
dao.news.DAOOnTestnet.fourthSection.title=4. Ознакомиться с обозревателем блоков BSQ
dao.news.DAOOnTestnet.fourthSection.content=Поскольку BSQ — это тоже биткойн, транзакции BSQ видны в нашем обозревателе блоков Биткойн.
dao.news.DAOOnTestnet.readMoreLink=Ознакомиться с полной документацией
dao.monitor.daoState=Состояние ДАО
dao.monitor.proposals=Состояние выдвижения предложений
dao.monitor.blindVotes=Состояние слепого голосования
dao.monitor.table.peers=Пиры
dao.monitor.table.conflicts=Конфликты
dao.monitor.state=Статус
dao.monitor.requestAlHashes=Запросить все хеши
dao.monitor.resync=Повт. синхр. сост. ДАО
dao.monitor.table.header.cycleBlockHeight=Номер блока/цикла
dao.monitor.table.cycleBlockHeight=Цикл {0} / блок {1}
dao.monitor.table.seedPeers=Исходный узел: {0}
dao.monitor.daoState.headline=Состояние ДАО
dao.monitor.daoState.table.headline=Цепочка хешей состояния ДАО
dao.monitor.daoState.table.blockHeight=Номер блока
dao.monitor.daoState.table.hash=Хеш состояния ДАО
dao.monitor.daoState.table.prev=Предыдущий хеш
dao.monitor.daoState.conflictTable.headline=Хеши состояния ДАО от конфликтующих пиров
dao.monitor.daoState.utxoConflicts=Конфликты UTXO
dao.monitor.daoState.utxoConflicts.blockHeight=Номер блока: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Сумма всех UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Сумма всех BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=DAO state is not in sync with the network. After restart the DAO state will resync.
dao.monitor.proposal.headline=Состояние выдвижения предложений
dao.monitor.proposal.table.headline=Цепочка хешей состояния выдвижения предложений
dao.monitor.proposal.conflictTable.headline=Хеши состояния выдвижения предложений от конфликтующих пиров
dao.monitor.proposal.table.hash=Хеш состояния выдвижения предложений
dao.monitor.proposal.table.prev=Предыдущий хеш
dao.monitor.proposal.table.numProposals=Кол-во предложений
dao.monitor.isInConflictWithSeedNode=Данные на вашем компьютере не достигли состояния консенсуса по крайней мере с одним исходным узлом. Необходима повторная синхронизация состояния ДАО.
dao.monitor.isInConflictWithNonSeedNode=Один из ваших пиров не достиг состояния консенсуса с сетью, однако ваш узел синхронизирован с исходными узлами.
dao.monitor.daoStateInSync=Узел на вашем компьютере находится в состоянии консенсуса с сетью
dao.monitor.blindVote.headline=Состояние слепого голосования
dao.monitor.blindVote.table.headline=Цепочка хешей состояния слепого голосования
dao.monitor.blindVote.conflictTable.headline=Хеши состояния слепого голосования от конфликтующих пиров
dao.monitor.blindVote.table.hash=Хеш состояния слепого голосования
dao.monitor.blindVote.table.prev=Предыдущий хеш
dao.monitor.blindVote.table.numBlindVotes=Кол-во слепых голосов
dao.factsAndFigures.menuItem.supply=Предложение BSQ
dao.factsAndFigures.menuItem.transactions=Транзакции в BSQ
dao.factsAndFigures.dashboard.avgPrice90=90 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgPrice30=30 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=Доступное количество BSQ
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=BSQ issued v. BSQ burnt
dao.factsAndFigures.supply.issued=Эмиссия BSQ
dao.factsAndFigures.supply.compReq=Запросы компенсации
dao.factsAndFigures.supply.reimbursement=Reimbursement requests
dao.factsAndFigures.supply.genesisIssueAmount=Эмиссия BSQ в первичной транзакции
dao.factsAndFigures.supply.compRequestIssueAmount=Эмиссия BSQ в качестве компенсации
dao.factsAndFigures.supply.reimbursementAmount=Эмиссия BSQ в качестве возмещения затрат
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=Выведено из обращения BSQ
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=Объём сделки
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=Глобальное состояние заблокированных BSQ
dao.factsAndFigures.supply.totalLockedUpAmount=Заблокировано в гарантийных депозитах
dao.factsAndFigures.supply.totalUnlockingAmount=Разблокировка BSQ из гарантийных депозитов
dao.factsAndFigures.supply.totalUnlockedAmount=Разблокировано BSQ из гарантийных депозитов
dao.factsAndFigures.supply.totalConfiscatedAmount=Конфисковано BSQ из гарантийных депозитов
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=Первичная транзакция
dao.factsAndFigures.transactions.genesisBlockHeight=Номер первичного блока
dao.factsAndFigures.transactions.genesisTxId=Идент. первичной транзакции
dao.factsAndFigures.transactions.txDetails=Статистика транзакций BSQ
dao.factsAndFigures.transactions.allTx=Общее кол-во транзакций BSQ
dao.factsAndFigures.transactions.utxo=Общее кол-во неизрасходованных выводов (UTXO)
dao.factsAndFigures.transactions.compensationIssuanceTx=Общее кол-во транзакций, связанных с эмиссией BSQ для выплаты компенсаций
dao.factsAndFigures.transactions.reimbursementIssuanceTx=Общее кол-во транзакций, связанных с эмиссией BSQ для возмещения затрат
dao.factsAndFigures.transactions.burntTx=Общее кол-во транзакций, связанных с оплатой комиссий
dao.factsAndFigures.transactions.invalidTx=Кол-во недействительных транзакций
dao.factsAndFigures.transactions.irregularTx=Кол-во неправильных транзакций
####################################################################
# Windows
####################################################################
@ -2120,8 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=Do you want to close without doing any
emptyWalletWindow.headline=Аварийный кошелёк {0}
emptyWalletWindow.info=Используйте этот инструмент только в экстренном случае, если вам недоступны средства из пользовательского интерфейса.\n\nУчтите, что все открытые предложения будут автоматически закрыты при использовании этого инструмента.\n\nПрежде чем воспользоваться этим инструментом, создайте резервную копию своего каталога данных. Это можно сделать в разделе \«Счёт/Резервное копирование\».\n\nСообщите нам о неисправности и создайте отчёт о ней в Github или на форуме Bisq, чтобы мы могли выявить её причину.
emptyWalletWindow.balance=Доступный баланс кошелька
emptyWalletWindow.bsq.btcBalance=Баланс в сатоши (без учёта BSQ)
emptyWalletWindow.address=Адрес получателя
emptyWalletWindow.button=Отправить все средства
emptyWalletWindow.openOffers.warn=У вас есть открытые предложения, которые будут удалены, если вы выведите все средства с кошелька.\nВывести все средства?
@ -2146,10 +1430,8 @@ filterWindow.seedNode=Отфильтрованные исходные узлы (
filterWindow.priceRelayNode=Отфильтрованные ретрансляторы курса (onion-адреса через запят.)
filterWindow.btcNode=Отфильтрованные узлы Биткойн (адреса + порты через запят.)
filterWindow.preventPublicBtcNetwork=Не использовать общедоступную сеть Биткойн
filterWindow.disableDao=Отключить ДАО
filterWindow.disableAutoConf=Disable auto-confirm
filterWindow.autoConfExplorers=Filtered auto-confirm explorers (comma sep. addresses)
filterWindow.disableDaoBelowVersion=Мин. версия, необходимая для работы с ДАО
filterWindow.disableTradeBelowVersion=Мин. версия, необходимая для торговли
filterWindow.add=Добавить фильтр
filterWindow.remove=Удалить фильтр
@ -2223,7 +1505,6 @@ tradeDetailsWindow.detailData=Detail data
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2235,9 +1516,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=Введите пароль для разблокировки
torNetworkSettingWindow.header=Настройки сети Тоr
@ -2317,12 +1595,6 @@ popup.warning.tooLargePercentageValue=Нельзя установить проц
popup.warning.examplePercentageValue=Введите процент, например \«5,4\» для 5,4%
popup.warning.noPriceFeedAvailable=Источник рыночного курса для этой валюты отсутствует. Невозможно использовать процентный курс.\nПросьба указать фиксированный курс.
popup.warning.sendMsgFailed=Не удалось отправить сообщение вашему контрагенту .\nПопробуйте еще раз, и если неисправность повторится, сообщите о ней.
popup.warning.insufficientBtcFundsForBsqTx=У вас недостаточно BTC для оплаты комиссии майнера за эту транзакцию.\nПополните свой кошелек BTC.\nНе хватает: {0}
popup.warning.bsqChangeBelowDustException=This transaction creates a BSQ change output which is below dust limit (5.46 BSQ) and would be rejected by the Bitcoin network.\n\nYou need to either send a higher amount to avoid the change output (e.g. by adding the dust amount to your sending amount) or add more BSQ funds to your wallet so you avoid to generate a dust output.\n\nThe dust output is {0}.
popup.warning.btcChangeBelowDustException=This transaction creates a change output which is below dust limit (546 Satoshi) and would be rejected by the Bitcoin network.\n\nYou need to add the dust amount to your sending amount to avoid to generate a dust output.\n\nThe dust output is {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=You''ll need more BSQ to do this transaction—the last 5.46 BSQ in your wallet cannot be used to pay trade fees because of dust limits in the Bitcoin protocol.\n\nYou can either buy more BSQ or pay trade fees with BTC.\n\nMissing funds: {0}
popup.warning.noBsqFundsForBtcFeePayment=В вашем кошельке BSQ недостаточно средств для оплаты комиссии за сделку в BSQ.
popup.warning.messageTooLong=Ваше сообщение превышает макс. разрешённый размер. Разбейте его на несколько частей или загрузите в веб-приложение для работы с отрывками текста, например https://pastebin.com.
popup.warning.lockedUpFunds=You have locked up funds from a failed trade.\nLocked up balance: {0} \nDeposit tx address: {1}\nTrade ID: {2}.\n\nPlease open a support ticket by selecting the trade in the open trades screen and pressing \"alt + o\" or \"option + o\"."
@ -2336,8 +1608,6 @@ popup.warning.nodeBanned=One of the {0} nodes got banned.
popup.warning.priceRelay=ретранслятор курса
popup.warning.seed=мнемоническая фраза
popup.warning.mandatoryUpdate.trading=Обновите Bisq до последней версии. Вышло обязательное обновление, которое делает невозможной торговлю в старых версиях приложения. Посетите форум Bisq, чтобы узнать подробности.
popup.warning.mandatoryUpdate.dao=Обновите Bisq до последней версии. Вышло обязательное обновление, которое делает невозможным участие в ДАО Bisq и торговлю BSQ в старых версиях приложения. Посетите форум Bisq, чтобы узнать подробности.
popup.warning.disable.dao=ДАО Bisq и торговля BSQ временно недоступны. Посетите форум Bisq, чтобы узнать подробности.
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC=Данную транзакцию невозможно завершить, так как плата за нее ({0}) превышает сумму перевода ({1}). Подождите, пока плата за транзакцию не снизится или пока у вас не появится больше BTC для завершения перевода.
@ -2356,7 +1626,6 @@ popup.info.cashDepositInfo.confirm=Я подтверждаю, что могу в
popup.info.shutDownWithOpenOffers=Bisq закрывается, но у вас есть открытые предложения.\n\nЭти предложения будут недоступны в сети P2P, пока приложение Bisq закрыто, но будут повторно опубликованы в сети P2P при следующем запуске Bisq.\n\nЧтобы ваши предложения были доступны в сети, компьютер и приложение должны быть включены и подключены к сети (убедитесь, что компьютер не перешёл в режим ожидания; переход монитора в спящий режим не влияет на работу приложения).
popup.info.qubesOSSetupInfo=It appears you are running Bisq on Qubes OS. \n\nPlease make sure your Bisq qube is setup according to our Setup Guide at [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade from version {0} to version {1} is not supported. Please use the latest Bisq version.
popup.warn.daoRequiresRestart=There was a problem with synchronizing the DAO state. You have to restart the application to fix the issue.
popup.privateNotification.headline=Важное личное уведомление!
@ -2528,7 +1797,6 @@ navigation.settings.preferences=\«Настройки/Параметры\»
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\«Средства/Транзакции\»
navigation.support=\«Поддержка\»
navigation.dao.wallet.receive=\«ДАО/BSQ-кошелёк/Получить\»
####################################################################
@ -2558,12 +1826,6 @@ XMR_MAINNET=XMR Mainnet
XMR_TESTNET=XMR Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=XMR Stagenet
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Тестовая сеть ДАО Биткойн (устаревшая)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO Betanet (Bitcoin Mainnet)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Режим регрессионного тестирования ДАО Биткойн
time.year=Год
time.month=Месяц
@ -2910,9 +2172,7 @@ validation.accountNrChars=Номер счёта должен состоять и
validation.btc.invalidAddress=Неправильный адрес. Проверьте формат адреса.
validation.integerOnly=Введите только целые числа.
validation.inputError=Введённое значение вызвало ошибку:\n{0}
validation.bsq.insufficientBalance=Ваш доступный баланс составляет {0}.
validation.btc.exceedsMaxTradeLimit=Ваш торговый лимит составляет {0}.
validation.bsq.amountBelowMinAmount=Мин. сумма {0}
validation.nationalAccountId={0} должен состоять из {1} цифр.
#new
@ -2934,7 +2194,6 @@ validation.bic.invalidLocationCode=BIC содержит недействител
validation.bic.invalidBranchCode=BIC содержит недействительный код отделения
validation.bic.sepaRevolutBic=Счета SEPA в Revolut не поддерживаются.
validation.btc.invalidFormat=Invalid format for a Bitcoin address.
validation.bsq.invalidFormat=Invalid format for a BSQ address.
validation.email.invalidAddress=Недействительный адрес
validation.iban.invalidCountryCode=Код страны недействителен
validation.iban.checkSumNotNumeric=Контрольная сумма должна иметь числовой формат

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=ยอดคงเหลือของ Trade wallet
shared.makerTxFee=ผู้ทำ: {0}
shared.takerTxFee=ผู้รับ: {0}
shared.iConfirm=ฉันยืนยัน
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=เปิด {0}
shared.fiat=คำสั่ง
shared.crypto=คริปโต
@ -204,9 +203,6 @@ shared.actions=การปฏิบัติการ
shared.buyerUpperCase=ผู้ซื้อ
shared.sellerUpperCase=ผู้ขาย
shared.new=NEW
shared.blindVoteTxId=ID การทำธุรกรรมการลงคะแนนเสียงแบบไม่ระบุตัวตน
shared.proposal=คำขอ
shared.votes=โหวต
shared.learnMore=Learn more
shared.dismiss=Dismiss
shared.selectedArbitrator=ผู้ไกล่เกลี่ยที่ได้รับการแต่งตั้ง
@ -240,7 +236,6 @@ mainView.menu.funds=เงิน
mainView.menu.support=สนับสนุน
mainView.menu.settings=ตั้งค่า
mainView.menu.account=บัญชี
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=ราคาตลาดโดย {0}
mainView.marketPrice.bisqInternalPrice=ราคาของการซื้อขาย Bisq ล่าสุด
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(แม่ข่ายเฉพาะที
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Fee rate: {0} sat/vB
mainView.footer.btcInfo.initializing=Connecting to Bitcoin network
mainView.footer.bsqInfo.synchronizing=/ Synchronizing DAO
mainView.footer.btcInfo.synchronizingWith=Synchronizing with {0} at block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synced with {0} at block {1}
mainView.footer.btcInfo.connectingTo=Connecting to
mainView.footer.btcInfo.connectionFailed=Connection failed to
mainView.footer.p2pInfo=Bitcoin network peers: {0} / Bisq network peers: {1}
mainView.footer.daoFullNode=DAO full node
mainView.bootstrapState.connectionToTorNetwork=(1/4) เชื่อมต่อไปยัง Tor network...
mainView.bootstrapState.torNodeCreated=(2/4) Tor node ถูกสร้างแล้ว
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=ค่าธรรมเนียมการข
createOffer.fundsBox.placeOfferSpinnerInfo=การประกาศข้อเสนออยู่ระหว่างดำเนินการ ...
createOffer.fundsBox.paymentLabel=การซื้อขาย Bisq ด้วย ID {0}
createOffer.fundsBox.fundsStructure=({0} เงินประกัน {1} ค่าธรรมเนียมการซื้อขาย {2} ค่าธรรมเนียมการขุด)
createOffer.fundsBox.fundsStructure.BSQ=({0} security deposit, {1} mining fee) + {2} trade fee
createOffer.success.headline=ข้อเสนอของคุณได้รับการเผยแพร่แล้ว
createOffer.success.info=คุณสามารถจัดการข้อเสนอแบบเปิดของคุณได้ที่ \"Portfolio (แฟ้มผลงาน) / My open offers (ข้อเสนอแบบเปิดของฉัน) \"
createOffer.info.sellAtMarketPrice=คุณจะขายในราคาตลาดเสมอ เนื่องจากราคาข้อเสนอของคุณจะได้รับการอัพเดตอย่างต่อเนื่อง
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=จำนวนเงินที
portfolio.pending.step2_buyer.sellersAddress=ที่อยู่ของผู้ขาย {0}
portfolio.pending.step2_buyer.buyerAccount=บัญชีการชำระเงินที่ต้องการใข้งาน
portfolio.pending.step2_buyer.paymentStarted=การชำระเงินเริ่มต้นแล้ว
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn=You still have not done your {0} payment!\nPlease note that the trade has to be completed by {1}.
portfolio.pending.step2_buyer.openForDispute=You have not completed your payment!\nThe max. period for the trade has elapsed.Please contact the mediator for assistance.
portfolio.pending.step2_buyer.paperReceipt.headline=คุณได้ส่งใบเสร็จรับเงินให้กับผู้ขาย BTC หรือไม่?
@ -882,7 +873,6 @@ funds.locked.locked=ถูกล็อคใน multisig สำหรับก
funds.tx.direction.sentTo=ส่งไปยัง:
funds.tx.direction.receivedWith=ได้รับโดย:
funds.tx.direction.genesisTx=จากการทำธุรกรรมทั่วไป :
funds.tx.txFeePaymentForBsqTx=ค่าธรรมเนียมของนักขุดบิทคอยน์สำหรับการทำธุรกรรม BSQ
funds.tx.createOfferFee=ผู้สร้างและค่าธรรมเนียมการทำธุรกรรม: {0}
funds.tx.takeOfferFee=ค่าธรรมเนียมของผู้รับและการทำธุรกรรม: {0}
funds.tx.multiSigDeposit=เงินฝาก Multisig (การรองรับหลายลายเซ็น): {0}
@ -896,15 +886,11 @@ funds.tx.unknown=เหตุผลที่ไม่ระบุ: {0}
funds.tx.noFundsFromDispute=ไม่มีการคืนเงินจากการพิพาท
funds.tx.receivedFunds=เงินที่ได้รับ
funds.tx.withdrawnFromWallet=ถอนออกจาก wallet
funds.tx.withdrawnFromBSQWallet=BTC withdrawn from BSQ wallet
funds.tx.memo=Memo
funds.tx.noTxAvailable=ไม่มีธุรกรรมใด ๆ
funds.tx.revert=กลับสู่สภาพเดิม
funds.tx.txSent=ธุรกรรมถูกส่งสำเร็จไปยังที่อยู่ใหม่ใน Bisq wallet ท้องถิ่นแล้ว
funds.tx.direction.self=ส่งถึงตัวคุณเอง
funds.tx.daoTxFee=ค่าธรรมเนียมของนักขุดบิทคอยน์สำหรับการทำธุรกรรม BSQ
funds.tx.reimbursementRequestTxFee=ยื่นคำขอการชำระเงินคืน
funds.tx.compensationRequestTxFee=คำขอค่าสินไหมทดแทน
funds.tx.dustAttackTx=Received dust
funds.tx.dustAttackTx.popup=This transaction is sending a very small BTC amount to your wallet and might be an attempt from chain analysis companies to spy on your wallet.\n\nIf you use that transaction output in a spending transaction they will learn that you are likely the owner of the other address as well (coin merge).\n\nTo protect your privacy the Bisq wallet ignores such dust outputs for spending purposes and in the balance display. You can set the threshold amount when an output is considered dust in the settings.
@ -996,9 +982,7 @@ settings.tab.about=เกี่ยวกับ
setting.preferences.general=การตั้งค่าทั่วไป
setting.preferences.explorer=Bitcoin Explorer
setting.preferences.explorer.bsq=Bisq Explorer
setting.preferences.deviation=สูงสุด ส่วนเบี่ยงเบนจากราคาตลาด
setting.preferences.bsqAverageTrimThreshold=Outlier threshold for BSQ rate
setting.preferences.avoidStandbyMode=หลีกเลี่ยงโหมดแสตนบายด์
setting.preferences.autoConfirmXMR=XMR auto-confirm
setting.preferences.autoConfirmEnabled=Enabled
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=รีเซ็ตทั้งหมด \"ไม่ต้องแสดงอีกครั้ง \" ปักธง
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.resyncFromGenesis.label=สร้างสถานะ DAO ใหม่จากธุรกรรมต้นกำเนิด
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.isDaoFullNode=ใช้งาน Bisq ในแบบโหนด DAO full node
setting.preferences.dao.rpcUser=ชื่อผู้ใช้ RPC
setting.preferences.dao.rpcPw=รหัส RPC
setting.preferences.dao.blockNotifyPort=Block notify port
setting.preferences.dao.fullNodeInfo=For running Bisq as DAO full node you need to have Bitcoin Core locally running and RPC enabled. All requirements are documented in ''{0}''.\n\nAfter changing the mode you need to restart.
setting.preferences.dao.fullNodeInfo.ok=เปิดหน้าเอกสาร
setting.preferences.dao.fullNodeInfo.cancel=ไม่ ฉันติดกับไลท์โหนดโหมด (lite node mode)
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
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=Open wallet details window
setting.about.shortcuts.openEmergencyBtcWalletTool=Open emergency wallet tool for BTC wallet
setting.about.shortcuts.openEmergencyBsqWalletTool=Open emergency wallet tool for BSQ wallet
setting.about.shortcuts.showTorLogs=Toggle log level for Tor messages between DEBUG and WARN
setting.about.shortcuts.manualPayoutTxWindow=Open window for manual payout from 2of2 Multisig deposit tx
setting.about.shortcuts.reRepublishAllGovernanceData=Republish DAO governance data (proposals, votes)
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}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=ไม่พบเว็บแคม
account.notifications.priceAlert.warning.highPriceTooLow=ราคาที่สูงกว่าต้องเป็นจำนวนที่มากเหนือราคาที่ต่ำกว่า
account.notifications.priceAlert.warning.lowerPriceTooHigh=ราคาที่ต่ำกว่าต้องต่ำกว่าราคาที่สูงขึ้น
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Facts & Figures
dao.tab.bsqWallet=กระเป๋าสตางค์ BSQ
dao.tab.proposals=การกำกับดูแลกิจการ
dao.tab.bonding=ค้ำประกัน
dao.tab.proofOfBurn=ค่าธรรมเนียมในการลงบันทึกรายการทรัพย์สิน/หลักฐานในการทำลายทิ้ง
dao.tab.monitor=Network monitor
dao.tab.news=News
dao.paidWithBsq=จ่ายโดย BSQ
dao.availableBsqBalance=Available for spending (verified + unconfirmed change outputs)
dao.verifiedBsqBalance=Balance of all verified UTXOs
dao.unconfirmedChangeBalance=Balance of all unconfirmed change outputs
dao.unverifiedBsqBalance=Balance of all unverified transactions (awaiting block confirmation)
dao.lockedForVoteBalance=ถูกใช้สำหรับการโหวต
dao.lockedInBonds=ถูกล็อคไว้ในการค้ำประกัน
dao.availableNonBsqBalance=ยอดคงเหลือที่ไม่ใช่ BSQ (BTC) ซึ่งใช้งานได้
dao.reputationBalance=Merit Value (not spendable)
dao.tx.published.success=การทำธุรกรรมของคุณได้รับการเผยแพร่เรียบร้อยแล้ว
dao.proposal.menuItem.make=เสนอคำขอ
dao.proposal.menuItem.browse=เรียกดูข้อเสนอที่เปิด
dao.proposal.menuItem.vote=โหวตข้อเสนอ
dao.proposal.menuItem.result=ผลโหวต
dao.cycle.headline=รอบการลงคะแนนเสียง
dao.cycle.overview.headline=ภาพรวมรอบการโหวด
dao.cycle.currentPhase=ระยะปัจจุบัน
dao.cycle.currentBlockHeight=ความสูงของบล็อกปัจจุบัน
dao.cycle.proposal=ระยะเสนอ
dao.cycle.proposal.next=Next proposal phase
dao.cycle.blindVote=ขั้นตอนการลงคะแนนเสียงแบบไม่ระบุตัวตน
dao.cycle.voteReveal=ขั้นตอนการประกาศผลโหวต
dao.cycle.voteResult=ผลโหวต
dao.cycle.phaseDuration={0} บล็อก (≈{1}); บล็อก {2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Block {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=Vote reveal transaction published
dao.voteReveal.txPublished=Your vote reveal transaction with transaction ID {0} was successfully published.\n\nThis happens automatically by the software if you have participated in the DAO voting.
dao.results.cycles.header=รอบ
dao.results.cycles.table.header.cycle=วงจร
dao.results.cycles.table.header.numProposals=คำขอ
dao.results.cycles.table.header.voteWeight=น้ำหนักโหวต
dao.results.cycles.table.header.issuance=การออกหุ้น
dao.results.results.table.item.cycle=วงจร {0} เริ่มต้น: {1}
dao.results.proposals.header=ข้อเสนอของวงจรที่เลือก
dao.results.proposals.table.header.nameLink=Name/link
dao.results.proposals.table.header.details=รายละเอียด
dao.results.proposals.table.header.myVote=การลงคะแนนของฉัน
dao.results.proposals.table.header.result=ผลโหวต
dao.results.proposals.table.header.threshold=Threshold
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=ผลโหวตสำหรับข้อเสนอที่เลือก
dao.results.exceptions=Vote result exception(s)
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=ค่าธรรมเนียมของผู้สร้าง BSQ
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=ค่าธรรมเนียมของผู้รับ BSQ
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=ค่าธรรมเนียมของผู้สร้าง BSQ ขั้นต่ำ
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=ค่าธรรมเนียมของผู้รับ BSQ ขั้นต่ำ
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=ค่าธรรมเนียมผู้สร้าง BTC
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=ค่าธรรมเนียมผู้รับ BTC
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=ค่าธรรมเนียมของผู้สร้าง BTC ขั้นต่ำ
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=ค่าธรรมเนียมของผู้รับ BTC ขั้นต่ำ
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=ค่าธรรมเนียมข้อเสนอ BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=ค่าธรรมเนียมในการโหวต BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=ยอดรวม BSQ ขั้นต่ำในการยื่นคำร้องขอค่าชดเชย
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=ยอดรวม BSQ ขั้นสูงสุดในการยื่นคำร้องขอค่าชดเชย
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=ยอดรวม BSQ ขั้นต่ำในการยื่นคำร้องขอการชำระเงินคืน
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=ยอดรวม BSQ ขั้นสูงสุดในการยื่นคำร้องขอการชำระเงินคืน
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=องค์ประกอบที่จำเป็นสำหรับข้อเสนอทั่วไปใน BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=องค์ประกอบที่จำเป็นสำหรับค่าชดเชยใน BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=องค์ประกอบที่จำเป็นสำหรับการชำระเงินคืนใน BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=องค์ประกอบที่จำเป็นสำหรับการเปลี่ยนพารามิเตอร์ใน BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=องค์ประกอบที่จำเป็นสำหรับในการในถอดถอนทรัพย์สินใน BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=องค์ประกอบที่จำเป็นสำหรับในการยื่นคำร้องต่อการยึดทรัพย์ใน BSQ
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=องค์ประกอบที่จำเป็นสำหรับใน BSQ ในการยื่นคำขอรับประกัน
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=องค์ประกอบของเทรสโฮลด์คิดเป็น % สำหรับข้อเสนอทั่วไป
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=องค์ประกอบของเทรสโฮลด์คิดเป็น % สำหรับการยื่นคำขอค่าชดเชย
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=องค์ประกอบของเทรสโฮลด์คิดเป็น % สำหรับการชำระเงินคืน
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=องค์ประกอบของเทรสโฮลด์คิดเป็น % สำหรับการเปลี่ยนพารามิเตอร์
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=องค์ประกอบของเทรสโฮลด์คิดเป็น % สำหรับการถอดถอนสินทรัพย์
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=องค์ประกอบของเทรสโฮลด์คิดเป็น % สำหรับการยื่นคำร้องของการยึดทรัพย์
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=องค์ประกอบของเทรสโฮลด์คิดเป็น % สำหรับการร้องขอรับประกัน
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=ที่อยู่ BTC ของผู้รับ:
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=ค่าธรรมเนียมในการลงบันทึกรายการทรัพย์สินต่อวัน
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Min. trade volume for assets
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Lock time for alternative trade payout tx
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Arbitrator fee in BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Max. trade limit in BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Bonded role unit factor in BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Issuance limit per cycle in BSQ
dao.param.currentValue=มูลค่าปัจจุบัน: {0}
dao.param.currentAndPastValue=Current value: {0} (Value when proposal was made: {1})
dao.param.blocks={0} บล็อก
dao.results.invalidVotes=We had invalid votes in that voting cycle. That can happen if a vote was not distributed well in the Bisq network.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=ระยะเสนอ
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=พัก 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=ขั้นการลงคะแนนเสียงแบบไม่ระบุตัวตน
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=พัก 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=ขั้นเปิดเผยการลงคะแนน
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=พัก 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=ระยะผลลัพธ์
dao.results.votes.table.header.stakeAndMerit=น้ำหนักโหวต
dao.results.votes.table.header.stake=Stake (เหรียญที่ล็อคไว้สำหรับสิทธิ์ในการโหวต)
dao.results.votes.table.header.merit=ที่ได้รับ
dao.results.votes.table.header.vote=โหวต
dao.bond.menuItem.bondedRoles=บทบาทของการประกัน
dao.bond.menuItem.reputation=กิตติศัพท์ในการค้ำประกัน
dao.bond.menuItem.bonds=สัญญาผูกมัด
dao.bond.dashboard.bondsHeadline=การประกัน BSQ
dao.bond.dashboard.lockupAmount=เงินทุนที่ล็อค
dao.bond.dashboard.unlockingAmount=การปลดล็อกเงิน (รอจนกว่าเวลาล็อคหมด)
dao.bond.reputation.header=ล็อคหลักประกันสำหรับมาตรฐานกิตติศัพท์ความน่าเชื่อถือ
dao.bond.reputation.table.header=หลักประกันกิตติศัพท์ของฉัน
dao.bond.reputation.amount=จำนวน BSQ เพื่อล็อคสิทธิ์ในการโหวต
dao.bond.reputation.time=ปลดล็อกเวลาในบล็อก
dao.bond.reputation.salt=ข้อมูลแบบสุ่ม
dao.bond.reputation.hash=Hash
dao.bond.reputation.lockupButton=ล็อค
dao.bond.reputation.lockup.headline=ยืนยันล็อคการทำรายการ
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.unlock.headline=ยืนยันการปลดล็อกธุรกรรม
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.allBonds.header=การค้ำประกันทั้งหมด
dao.bond.bondedReputation=กิตติศัพท์ในการค้ำประกัน
dao.bond.bondedRoles=ตำแหน่งในการค้ำประกัน
dao.bond.details.header=รายละเอียดบทบาทและหน้าที่
dao.bond.details.role=บทบาท
dao.bond.details.requiredBond=ต้องได้รับการประกัน BSQ
dao.bond.details.unlockTime=ปลดล็อกเวลาในบล็อก
dao.bond.details.link=เชื่อมโยงกับคำอธิบายหลัก
dao.bond.details.isSingleton=สามารถรับได้ในจำนวนที่หลากหลายของผู้ถือหลัก
dao.bond.details.blocks={0} บล็อก
dao.bond.table.column.name=ชื่อ
dao.bond.table.column.link=ลิงค์
dao.bond.table.column.bondType=ประเภทของการประกัน
dao.bond.table.column.details=รายละเอียด
dao.bond.table.column.lockupTxId=ล็อคการทำธุรกรรม ID
dao.bond.table.column.bondState=สถานะการประกัน
dao.bond.table.column.lockTime=Unlock time
dao.bond.table.column.lockupDate=ล็อควันที่
dao.bond.table.button.lockup=ล็อค
dao.bond.table.button.unlock=ปลดล็อค
dao.bond.table.button.revoke=เพิกถอน
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=ยังไม่ได้ประกัน
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=รอดำเนินการล็อค
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=การประกันได้ล็อคไว้
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=รอปลดล็อค
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=ปลดล็อคการดำเนินงานสำเร็จ
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=กำลังปลดล็อกการกู้ยืม
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=การประกันปลดล็อคแล้ว
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=หลักค้ำประกันถูกยึด
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=บทบาทการประกัน
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=กิตติศัพท์ในการประกัน
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=GitHub admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=แอดมินฟอรั่ม
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=แอดมินทวิตเตอร์
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=YouTube admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=ผู้ดูแล Bisq
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=BitcoinJ-fork maintainer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Netlayer maintainer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=ผู้ดำเนินงานของเว็บไซต์
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=ผู้ดำเนินการฟอรั่ม
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=ตัวดำเนินการแหล่งข้อมูลในโหนด
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=ผู้ดำเนินการโหนดด้านราคา
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Bitcoin node operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=ผู้ดำเนินการด้านตลาด
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Mobile notifications relay operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=เจ้าของชื่อโดเมน
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=แอดมิน DNS
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=ผู้ไกล่เกลี่ย
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=ผู้ไกล่เกลี่ย
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=BTC donation address owner
dao.burnBsq.assetFee=Asset listing
dao.burnBsq.menuItem.assetFee=ค่าธรรมเนียมในการลงบันทึกรายการทรัพย์สิน
dao.burnBsq.menuItem.proofOfBurn=พยานหลักฐานในการทำลายทิ้ง (Proof of burn)
dao.burnBsq.header=ค่าธรรมเนียมสำหรับการลงบันทึกรายการทรัพย์สิน
dao.burnBsq.selectAsset=เลือก Asset
dao.burnBsq.fee=ค่าธรรมเนียม
dao.burnBsq.trialPeriod=ระยะทดลองใช้
dao.burnBsq.payFee=ชำระค่าธรรมเนียม
dao.burnBsq.allAssets=ทรัพย์สินทั้งหมด
dao.burnBsq.assets.nameAndCode=ชื่อของทรัพย์สิน
dao.burnBsq.assets.state=สถานะ
dao.burnBsq.assets.tradeVolume=ปริมาณการซื้อขาย
dao.burnBsq.assets.lookBackPeriod=ระยะเวลาของการตรวจสอบ
dao.burnBsq.assets.trialFee=ค่าธรรมเนียมสำหรับระยะทดลองใช้
dao.burnBsq.assets.totalFee=ค่าธรรมเนียมที่ชำระแล้วทั้งหมด
dao.burnBsq.assets.days={0} วัน
dao.burnBsq.assets.toFewDays=ค่าธรรมเนียมสินทรัพย์มีน้อยเกินไป จำนวนระยะเวลาสำหรับการทดลองใช้คือ {0}
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=ในช่วงระยะเวลาทดลองใช้
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=ซื้อขายอย่างแข่งขัน
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=ถูกถอนออกจากรายชื่อเนื่องจากไม่มีการเคลื่อนไหว
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=ถูกลบออกจากการโหวต
dao.proofOfBurn.header=พยานหลักฐานในการทำลายทิ้ง (Proof of burn)
dao.proofOfBurn.amount=จำนวน
dao.proofOfBurn.preImage=Pre-image
dao.proofOfBurn.burn=ทำลายทิ้ง (Burn)
dao.proofOfBurn.allTxs=หลักฐานทั้งหมดในธุรกรรมที่ทำลายทิ้ง
dao.proofOfBurn.myItems=หลักฐานการทำลายธุรกรรมทิ้งของฉัน
dao.proofOfBurn.date=วันที่
dao.proofOfBurn.hash=แฮช
dao.proofOfBurn.txs=การทำธุรกรรม
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Sign a message with key from proof of burn transaction
dao.proofOfBurn.verify.window.title=Verify a message with key from proof of burn transaction
dao.proofOfBurn.copySig=คัดลอกลายเซ็นไปยังคลิปบอร์ด
dao.proofOfBurn.sign=ลงนาม
dao.proofOfBurn.message=ข้อความ
dao.proofOfBurn.sig=ลายเซ็น
dao.proofOfBurn.verify=ยืนยัน
dao.proofOfBurn.verificationResult.ok=การตรวจสอบดำเนินการเรียบร้อยแล้ว
dao.proofOfBurn.verificationResult.failed=การตรวจสอบล้มเหลว
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=ระยะเสนอ
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=พักก่อนการโหวตแบบไม่ระบุตัวตน
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=ขั้นตอนการลงคะแนนเสียงแบบไม่ระบุตัวตน
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=พักเบรกก่อนช่วงการประกาศผลโหวต
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=ขั้นตอนการประกาศผลโหวต
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=พักเบรกก่อนช่วงสรุปผล
# suppress inspection "UnusedProperty"
dao.phase.RESULT=ช่วงผลการลงคะแนนเสียง
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=ระยะเสนอ
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=โหวตแบบไม่ระบุตัวตน
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=การประกาศผลโหวต
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=ผลโหวต
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=คำขอสำหรับค่าสินไหมตอบแทน
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=ยื่นคำขอการชำระเงินคืน
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=ข้อเสนอสำหรับเกณฑ์การประกัน
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=ข้อเสนอสำหรับการถอดถอนสินทรัพย์
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=ข้อเสนอสำหรับการเปลี่ยนข้อจำกัด
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=ข้อเสนอทั่วไป
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=ข้อเสนอในการริบการประกัน
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=คำขอค่าสินไหมทดแทน
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=ยื่นคำขอการชำระเงินคืน
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=ตำแหน่งการประกัน
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=กำลังลบ altcoin (เหรียญทางเลือก)
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=การเปลี่ยนพารามิเตอร์
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=ข้อเสนอทั่วไป
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=การริบตัวประกัน
dao.proposal.details=รายละเอียดข้อเสนอ
dao.proposal.selectedProposal=ข้อเสนอที่เลือก
dao.proposal.active.header=ข้อเสนอของวงจรปัจจุบัน
dao.proposal.active.remove.confirm=คุณแน่ใจหรือไม่ที่จะลบข้อเสนอนั้น ข้อเสนอดังกล่าวที่มีการชำระค่าธรรมเนียมแล้วจะสูญหายหลังจากการลบข้อเสนอ
dao.proposal.active.remove.doRemove=ใช่ ลบข้อเสนอของฉัน
dao.proposal.active.remove.failed=ไม่สามารถลบข้อเสนอได้
dao.proposal.myVote.title=การโหวต
dao.proposal.myVote.accept=รับข้อเสนอ
dao.proposal.myVote.reject=ปฏิเสธข้อเสนอ
dao.proposal.myVote.removeMyVote=ละเว้นข้อเสนอ
dao.proposal.myVote.merit=น้ำหนักผลคะแนนเสียงจาก BSQ ที่ได้รับ
dao.proposal.myVote.stake=น้ำหนักผลการลงคะแนนเสียงจาก Stake (เหรียญที่ล็อคไว้สำหรับสิทธิ์ในการโหวต)
dao.proposal.myVote.revealTxId=ID ธุรกรรมการแสดงผลการลงคะแนน
dao.proposal.myVote.stake.prompt=Max. available stake for voting: {0}
dao.proposal.votes.header=Set stake for voting and publish your votes
dao.proposal.myVote.button=Publish votes
dao.proposal.myVote.setStake.description=After voting on all proposals you have to set your stake for voting by locking up BSQ. The more BSQ you lock up, the more weight your vote will have. \n\nBSQ locked up for voting will be unlocked again during the vote reveal phase.
dao.proposal.create.selectProposalType=เลือกประเภทข้อเสนอ
dao.proposal.create.phase.inactive=Please wait until the next proposal phase
dao.proposal.create.proposalType=ประเภทข้อเสนอ
dao.proposal.create.new=สร้างข้อเสนอใหม่
dao.proposal.create.button=เสนอคำขอ
dao.proposal.create.publish=Publish proposal
dao.proposal.create.publishing=Proposal publishing is in progress ...
dao.proposal=ข้อเสนอ
dao.proposal.display.type=ประเภทข้อเสนอ
dao.proposal.display.name=Exact GitHub username
dao.proposal.display.link=Link to detailed info
dao.proposal.display.link.prompt=Link to proposal
dao.proposal.display.requestedBsq=จำนวนที่ต้องการใน BSQ
dao.proposal.display.txId=รหัสธุรกรรมของข้อเสนอ
dao.proposal.display.proposalFee=ค่าธรรมเนียมข้อเสนอ
dao.proposal.display.myVote=การลงคะแนนของฉัน
dao.proposal.display.voteResult=สรุปผลโหวต
dao.proposal.display.bondedRoleComboBox.label=ประเภทของตำแหน่งหลักประกัน
dao.proposal.display.requiredBondForRole.label=การประกันที่จำเป็นโดยหลักการ
dao.proposal.display.option=ตัวเลือก
dao.proposal.table.header.proposalType=ประเภทข้อเสนอ
dao.proposal.table.header.link=ลิงค์
dao.proposal.table.header.myVote=การลงคะแนนของฉัน
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=ลบออก
dao.proposal.table.icon.tooltip.removeProposal=ลบข้อเสนอของฉัน
dao.proposal.table.icon.tooltip.changeVote=ผลโหวตปัจจุบัน: ''{0}''. เปลี่ยนโหวตไปยัง: ''{1}''
dao.proposal.display.myVote.accepted=ได้รับการยืนยัน
dao.proposal.display.myVote.rejected=ปฏิเสธ
dao.proposal.display.myVote.ignored=ละเว้น
dao.proposal.display.myVote.unCounted=Vote was not included in result
dao.proposal.myVote.summary=Voted: {0}; Vote weight: {1} (earned: {2} + stake: {3}) {4}
dao.proposal.myVote.invalid=Vote was invalid
dao.proposal.voteResult.success=ได้รับการยืนยัน
dao.proposal.voteResult.failed=ปฏิเสธ
dao.proposal.voteResult.summary=ผลลัพธ์: {0}; เกณฑ์: {1} (ที่กำหนดไว้ต้อง> {2}); องค์ประชุม: {3} (ที่กำหนดไว้ต้อง> {4})
dao.proposal.display.paramComboBox.label=เลือกพารามิเตอร์เพื่อเปลี่ยนแปลง
dao.proposal.display.paramValue=ค่าพารามิเตอร์
dao.proposal.display.confiscateBondComboBox.label=เลือกรูปแบบการประกัน
dao.proposal.display.assetComboBox.label=ทรัพย์สินที่จะถอนออก
dao.blindVote=การลงคะแนนเสียงแบบไม่ระบุตัวตน
dao.blindVote.startPublishing=กำลังเผยแพร่การทำธุรกรรมโหวตแบบไม่ระบุตัวตน ...
dao.blindVote.success=Your blind vote transaction has been successfully published.\n\nPlease note, that you have to be online in the vote reveal phase so that your Bisq application can publish the vote reveal transaction. Without the vote reveal transaction your vote would be invalid!
dao.wallet.menuItem.send=ส่ง
dao.wallet.menuItem.receive=รับ
dao.wallet.menuItem.transactions=การทำธุรกรรม
dao.wallet.dashboard.myBalance=ยอดคงเหลือในกระเป๋าสตางค์ของฉัน
dao.wallet.receive.fundYourWallet=Your BSQ receive address
dao.wallet.receive.bsqAddress=BSQ wallet address (Fresh unused address)
dao.wallet.send.sendFunds=ส่งเงิน
dao.wallet.send.sendBtcFunds=ส่งเงินทุนที่ไม่ใช่เครือ BSQ (BTC)
dao.wallet.send.amount=จำนวนเงินใน BSQ
dao.wallet.send.btcAmount=ยอดรวมทั้งหมดใน BTC (เงินทุนที่ไม่ใช่ในเครือ BSQ)
dao.wallet.send.setAmount=กำหนดจำนวนเงินที่จะถอน (จำนวนเงินขั้นต่ำคือ {0})
dao.wallet.send.receiverAddress=ที่อยู่ BSQ ของผู้รับ
dao.wallet.send.receiverBtcAddress=ที่อยู่ BTC ของผู้รับ
dao.wallet.send.setDestinationAddress=กรอกที่อยู่ปลายทางของคุณ
dao.wallet.send.send=ส่งเงิน BSQ
dao.wallet.send.inputControl=Select inputs
dao.wallet.send.sendBtc=ส่งเงินทุน BTC
dao.wallet.send.sendFunds.headline=ยืนยันคำขอถอนเงิน
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?
dao.wallet.chainHeightSynced=บล็อกที่ได้รับการพิสูจน์แล้วล่าสุด: {0}
dao.wallet.chainHeightSyncing=บล็อกที่กำลังรอดำเนินการ... ตรวจสอบแล้ว {0} จากบล็อกทั้งหมด {1}
dao.wallet.tx.type=หมวด
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=ไม่ได้กำหนด
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=จำไม่ได้
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=ธุรกรรม BSQ ที่ไม่ได้รับการยืนยัน
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=ธุรกรรม BSQ ไม่ถูกต้อง
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=ธุรกรรมต้นกำเนิด
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=โอน BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=ได้รับ BSQ แล้ว
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=ส่ง BSQ แล้ว
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=ค่าธรรมเนียมการซื้อขาย
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=ค่าธรรมเนียมการขอค่าชดเชย
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=ค่าธรรมเนียมสำหรับการยื่นคำร้องขอการชำระเงินคืน
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=ค่าธรรมเนียมสำหรับข้อเสนอ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=ค่าธรรมเนียมการโหวตแบบไม่ระบุตัวตน
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=การประกาศผลโหวต
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=ล็อคสิทธิ์ในการประกัน
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=ปลดล็อกสิทธิ์การประกัน
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=ค่าธรรมเนียมในการลงบันทึกรายการทรัพย์สิน
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=การพิสูจน์หลักฐานในการทำลายทิ้ง (Proof of burn)
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Irregular
dao.tx.withdrawnFromWallet=BTC withdrawn from wallet
dao.tx.issuanceFromCompReq=คำขอหรือการออกค่าสินไหมทดแทน
dao.tx.issuanceFromCompReq.tooltip=คำขอค่าสินไหมทดแทน ซึ่งนำไปสู่การออก BSQ ใหม่\nวันที่ออก: {0}
dao.tx.issuanceFromReimbursement=การออกคำสั่ง/การยื่นคำร้องขอการชำระเงินคืน
dao.tx.issuanceFromReimbursement.tooltip=การเรียกร้องขอการชำระเงินคืนซึ่งเป็นคำสั่งภายใต้ BSQ ฉบับใหม่\nวันที่เริ่มทำการ: {0}
dao.proposal.create.missingBsqFunds=You don''t have sufficient BSQ funds for creating the proposal. If you have an unconfirmed BSQ transaction you need to wait for a blockchain confirmation because BSQ is validated only if it is included in a block.\nMissing: {0}
dao.proposal.create.missingBsqFundsForBond=You don''t have sufficient BSQ funds for this role. You can still publish this proposal, but you''ll need the full BSQ amount required for this role if it gets accepted. \nMissing: {0}
dao.proposal.create.missingMinerFeeFunds=You don''t have sufficient BTC funds for creating the proposal transaction. All BSQ transactions require a miner fee in BTC.\nMissing: {0}
dao.proposal.create.missingIssuanceFunds=You don''t have sufficient BTC funds for creating the proposal transaction. All BSQ transactions require a miner fee in BTC, and issuance transactions also require BTC for the requested BSQ amount ({0} Satoshis/BSQ).\nMissing: {1}
dao.feeTx.confirm=ยืนยันการทำรายการ {0}
dao.feeTx.confirm.details={0} fee: {1}\nMining fee: {2} ({3} Satoshis/vbyte)\nTransaction vsize: {4} vKb\n\nAre you sure you want to publish the {5} transaction?
dao.feeTx.issuanceProposal.confirm.details={0} fee: {1}\nBTC needed for BSQ issuance: {2} ({3} Satoshis/BSQ)\nMining fee: {4} ({5} Satoshis/vbyte)\nTransaction vsize: {6} vKb\n\nIf your request is approved, you will receive the amount you requested net of the 2 BSQ proposal fee.\n\nAre you sure you want to publish the {7} transaction?
dao.news.bisqDAO.title=THE BISQ DAO
dao.news.bisqDAO.description=Just as the Bisq exchange is decentralized and censorship-resistant, so is its governance model - and the Bisq DAO and BSQ token are the tools that make it possible.
dao.news.bisqDAO.readMoreLink=Learn More About the Bisq DAO
dao.news.pastContribution.title=MADE PAST CONTRIBUTIONS? REQUEST BSQ
dao.news.pastContribution.description=If you have contributed to Bisq please use the BSQ address below and make a request for taking part of the BSQ genesis distribution.
dao.news.pastContribution.yourAddress=Your BSQ Wallet Address
dao.news.pastContribution.requestNow=Request now
dao.news.DAOOnTestnet.title=RUN THE BISQ DAO ON OUR TESTNET
dao.news.DAOOnTestnet.description=The mainnet Bisq DAO is not launched yet but you can learn about the Bisq DAO by running it on our testnet.
dao.news.DAOOnTestnet.firstSection.title=1. Switch to DAO Testnet Mode
dao.news.DAOOnTestnet.firstSection.content=Switch to DAO Testnet from the Settings screen.
dao.news.DAOOnTestnet.secondSection.title=2. Acquire Some BSQ
dao.news.DAOOnTestnet.secondSection.content=Request BSQ on Slack or Buy BSQ on Bisq.
dao.news.DAOOnTestnet.thirdSection.title=3. Participate in a Voting Cycle
dao.news.DAOOnTestnet.thirdSection.content=Making proposals and voting on proposals to change various aspects of Bisq.
dao.news.DAOOnTestnet.fourthSection.title=4. Explore a BSQ Block Explorer
dao.news.DAOOnTestnet.fourthSection.content=Since BSQ is just bitcoin, you can see BSQ transactions on our bitcoin block explorer.
dao.news.DAOOnTestnet.readMoreLink=Read the full documentation
dao.monitor.daoState=DAO state
dao.monitor.proposals=Proposals state
dao.monitor.blindVotes=Blind votes state
dao.monitor.table.peers=Peers
dao.monitor.table.conflicts=Conflicts
dao.monitor.state=สถานะ
dao.monitor.requestAlHashes=Request all hashes
dao.monitor.resync=Resync DAO state
dao.monitor.table.header.cycleBlockHeight=Cycle / block height
dao.monitor.table.cycleBlockHeight=Cycle {0} / block {1}
dao.monitor.table.seedPeers=Seed node: {0}
dao.monitor.daoState.headline=DAO state
dao.monitor.daoState.table.headline=Chain of DAO state hashes
dao.monitor.daoState.table.blockHeight=Block height
dao.monitor.daoState.table.hash=Hash of DAO state
dao.monitor.daoState.table.prev=Previous hash
dao.monitor.daoState.conflictTable.headline=DAO state hashes from peers in conflict
dao.monitor.daoState.utxoConflicts=UTXO conflicts
dao.monitor.daoState.utxoConflicts.blockHeight=Block height: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Sum of all UTXO: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Sum of all BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=DAO state is not in sync with the network. After restart the DAO state will resync.
dao.monitor.proposal.headline=Proposals state
dao.monitor.proposal.table.headline=Chain of proposal state hashes
dao.monitor.proposal.conflictTable.headline=Proposal state hashes from peers in conflict
dao.monitor.proposal.table.hash=Hash of proposal state
dao.monitor.proposal.table.prev=Previous hash
dao.monitor.proposal.table.numProposals=No. proposals
dao.monitor.isInConflictWithSeedNode=Your local data is not in consensus with at least one seed node. Please resync the DAO state.
dao.monitor.isInConflictWithNonSeedNode=One of your peers is not in consensus with the network but your node is in sync with the seed nodes.
dao.monitor.daoStateInSync=Your local node is in consensus with the network
dao.monitor.blindVote.headline=Blind votes state
dao.monitor.blindVote.table.headline=Chain of blind vote state hashes
dao.monitor.blindVote.conflictTable.headline=Blind vote state hashes from peers in conflict
dao.monitor.blindVote.table.hash=Hash of blind vote state
dao.monitor.blindVote.table.prev=Previous hash
dao.monitor.blindVote.table.numBlindVotes=No. blind votes
dao.factsAndFigures.menuItem.supply=BSQ Supply
dao.factsAndFigures.menuItem.transactions=BSQ Transactions
dao.factsAndFigures.dashboard.avgPrice90=90 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgPrice30=30 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=BSQ ที่ใช้งานได้ทั้งหมด
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=BSQ issued v. BSQ burnt
dao.factsAndFigures.supply.issued=BSQ issued
dao.factsAndFigures.supply.compReq=คำขอการชดเชย
dao.factsAndFigures.supply.reimbursement=Reimbursement requests
dao.factsAndFigures.supply.genesisIssueAmount=BSQ ที่ได้ดำเนินการในส่วนธุรกรรมทั่วไป
dao.factsAndFigures.supply.compRequestIssueAmount=BSQ ที่ได้ดำเนินการสำหรับการเรียกร้องค่าชดเชย
dao.factsAndFigures.supply.reimbursementAmount=BSQ ที่ได้ดำเนินการสำหรับการเรียกร้องการชำระเงินคืน
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ burnt
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=ปริมาณการซื้อขาย
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=สถานะทั่วโลกของ BSQ ที่ล็อกไว้
dao.factsAndFigures.supply.totalLockedUpAmount=ถูกล็อคไว้ในการประกัน
dao.factsAndFigures.supply.totalUnlockingAmount=การปลดล็อค BSQ จากการประกัน
dao.factsAndFigures.supply.totalUnlockedAmount=ปลดล็อค BSQ จากการประกันไว้แล้ว
dao.factsAndFigures.supply.totalConfiscatedAmount=ยึด BSQ จากการประกันไว้แล้ว
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=ธุรกรรมต้นกำเนิด
dao.factsAndFigures.transactions.genesisBlockHeight=ความสูงของบล็อกต้นกำเนิด (Genesis block)
dao.factsAndFigures.transactions.genesisTxId=ID การทำธุรกรรมต้นกำเนิด
dao.factsAndFigures.transactions.txDetails=สถิติในการทำธุรกรรม BSQ
dao.factsAndFigures.transactions.allTx=หมายเลขจำนวนธุรกรรม BSQ ทั้งหมด
dao.factsAndFigures.transactions.utxo=หมายเลขจำนวนธุรกรรมที่ยังใช้ไม่หมด (เงินทอน)
dao.factsAndFigures.transactions.compensationIssuanceTx=เลขที่ของการทำธุรกรรมสำหรับยื่นคำขอค่าตอบแทนทั้งหมด
dao.factsAndFigures.transactions.reimbursementIssuanceTx=เลขที่ของการทำธุรกรรมสำหรับการยื่นคำขอการชำระเงินคืนทั้งหมด
dao.factsAndFigures.transactions.burntTx=เลขที่การทำธุรกรรมของการชำระค่าธรรมเนียมทั้งหมด
dao.factsAndFigures.transactions.invalidTx=No. of all invalid transactions
dao.factsAndFigures.transactions.irregularTx=No. of all irregular transactions
####################################################################
# Windows
####################################################################
@ -2120,8 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=Do you want to close without doing any
emptyWalletWindow.headline={0} กระเป๋าสตางค์ฉุกเฉิน
emptyWalletWindow.info=โปรดใช้ในกรณีฉุกเฉินเท่านั้นหากคุณไม่สามารถเข้าถึงเงินจาก UI ได้\n\nโปรดทราบว่าข้อเสนอแบบเปิดทั้งหมดจะถูกปิดโดยอัตโนมัติเมื่อใช้เครื่องมือนี้\n\nก่อนที่คุณจะใช้เครื่องมือนี้โปรดสำรองข้อมูลในสารบบข้อมูลของคุณ คุณสามารถดำเนินการได้ที่ \"บัญชี / การสำรองข้อมูล \" \n\nโปรดรายงานปัญหาของคุณและส่งรายงานข้อบกพร่องเกี่ยวกับ GitHub หรือที่ฟอรัม Bisq เพื่อให้เราสามารถตรวจสอบสิ่งที่เป็นสาเหตุของปัญหาได้
emptyWalletWindow.balance=ยอดในกระเป๋าสตางค์ที่คงเหลือที่มีอยู่
emptyWalletWindow.bsq.btcBalance=ยอดดุลของ Non-BSQ Satoshis
emptyWalletWindow.address=ที่อยู่ปลายทางของคุณ
emptyWalletWindow.button=ส่งเงินทั้งหมด
emptyWalletWindow.openOffers.warn=คุณมีข้อเสนอแบบเปิดซึ่งจะถูกปลดออกในกรณีที่คุณทำให้ กระเป๋าสตางค์ไม่มีเงินเหลืออยู่เลย\nคุณแน่ใจหรือไม่ว่าต้องการให้กระเป๋าสตางค์ของคุณนั้นว่างเปล่า?
@ -2146,10 +1430,8 @@ filterWindow.seedNode=แหล่งข้อมูลในโหนดเค
filterWindow.priceRelayNode=โหนดผลัดเปลี่ยนราคาที่ได้รับการกรอง (คั่นด้วยเครื่องหมายจุลภาค ที่อยู่ onion)
filterWindow.btcNode=โหนด Bitcoin ที่ได้รับการกรองแล้ว (คั่นด้วยเครื่องหมายจุลภาค ที่อยู่ + พอร์ต)
filterWindow.preventPublicBtcNetwork=ป้องกันการใช้เครือข่าย Bitcoin สาธารณะ
filterWindow.disableDao=Disable DAO
filterWindow.disableAutoConf=Disable auto-confirm
filterWindow.autoConfExplorers=Filtered auto-confirm explorers (comma sep. addresses)
filterWindow.disableDaoBelowVersion=Min. version required for DAO
filterWindow.disableTradeBelowVersion=Min. version required for trading
filterWindow.add=เพิ่มตัวกรอง
filterWindow.remove=ลบตัวกรอง
@ -2223,7 +1505,6 @@ tradeDetailsWindow.detailData=Detail data
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2235,9 +1516,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=ป้อนรหัสผ่านเพื่อปลดล็อก
torNetworkSettingWindow.header=ตั้งค่าเครือข่าย Tor
@ -2317,12 +1595,6 @@ popup.warning.tooLargePercentageValue=คุณไม่สามารถกำ
popup.warning.examplePercentageValue=โปรดป้อนตัวเลขเปอร์เซ็นต์เช่น \"5.4 \" เป็น 5.4%
popup.warning.noPriceFeedAvailable=ไม่มีฟีดราคาสำหรับสกุลเงินดังกล่าว คุณไม่สามารถใช้ราคาตามเปอร์เซ็นต์ได้\nโปรดเลือกราคาที่ถูกกำหนดไว้แแล้ว
popup.warning.sendMsgFailed=การส่งข้อความไปยังคู่ค้าของคุณล้มเหลว\nโปรดลองอีกครั้งและหากยังคงเกิดขึ้นขึ้นเนื่อง โปรดรายงานข้อผิดพลาดต่อไป
popup.warning.insufficientBtcFundsForBsqTx=คุณไม่มีเงินทุน BTC เพียงพอสำหรับการจ่ายค่าธรรมเนียมขุดสำหรับการทำธุรกรรมดังกล่าว\nกรุณาใส่เงินในกระเป๋าสตางค์ BTC ของคุณ\nเงินขาดไป: {0}
popup.warning.bsqChangeBelowDustException=This transaction creates a BSQ change output which is below dust limit (5.46 BSQ) and would be rejected by the Bitcoin network.\n\nYou need to either send a higher amount to avoid the change output (e.g. by adding the dust amount to your sending amount) or add more BSQ funds to your wallet so you avoid to generate a dust output.\n\nThe dust output is {0}.
popup.warning.btcChangeBelowDustException=This transaction creates a change output which is below dust limit (546 Satoshi) and would be rejected by the Bitcoin network.\n\nYou need to add the dust amount to your sending amount to avoid to generate a dust output.\n\nThe dust output is {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=You''ll need more BSQ to do this transaction—the last 5.46 BSQ in your wallet cannot be used to pay trade fees because of dust limits in the Bitcoin protocol.\n\nYou can either buy more BSQ or pay trade fees with BTC.\n\nMissing funds: {0}
popup.warning.noBsqFundsForBtcFeePayment=กระเป๋าสตางค์ BSQ ของคุณไม่มีจำนวนเงินทุนที่มากพอสำหรับการชำระการเทรดใน BSQ
popup.warning.messageTooLong=ข้อความของคุณเกินขีดจำกัดสูงสุดที่อนุญาต โปรดแบ่งส่งเป็นหลายส่วนหรืออัปโหลดไปยังบริการเช่น https://pastebin.com
popup.warning.lockedUpFunds=You have locked up funds from a failed trade.\nLocked up balance: {0} \nDeposit tx address: {1}\nTrade ID: {2}.\n\nPlease open a support ticket by selecting the trade in the open trades screen and pressing \"alt + o\" or \"option + o\"."
@ -2336,8 +1608,6 @@ popup.warning.nodeBanned=One of the {0} nodes got banned.
popup.warning.priceRelay=ราคาผลัดเปลี่ยน
popup.warning.seed=รหัสลับเพื่อกู้ข้อมูล
popup.warning.mandatoryUpdate.trading=Please update to the latest Bisq version. A mandatory update was released which disables trading for old versions. Please check out the Bisq Forum for more information.
popup.warning.mandatoryUpdate.dao=Please update to the latest Bisq version. A mandatory update was released which disables the Bisq DAO and BSQ for old versions. Please check out the Bisq Forum for more information.
popup.warning.disable.dao=The Bisq DAO and BSQ are temporary disabled. Please check out the Bisq Forum for more information.
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC=This transaction is not possible, as the mining fees of {0} would exceed the amount to transfer of {1}. Please wait until the mining fees are low again or until you''ve accumulated more BTC to transfer.
@ -2356,7 +1626,6 @@ popup.info.cashDepositInfo.confirm=ฉันยืนยันว่าฉัน
popup.info.shutDownWithOpenOffers=Bisq คือกำลังจะปิดลง แต่ยังคงมีการเปิดขายข้อเสนอปกติ\nข้อเสนอเหล่านี้จะไม่ใข้งานได้บนเครือข่าย P2P network ในขณะที่ Bisq ปิดตัวลง แต่จะมีการเผยแพร่บนเครือข่าย P2P ครั้งถัดไปเมื่อคุณมีการเริ่มใช้งาน Bisq.\n\nในการคงสถานะข้อเสนอแบบออนไลน์ คือเปิดใข้งาน Bisq และทำให้มั่นใจว่าคอมพิวเตอร์เครื่องนี้กำลังออนไลน์อยู่ด้วยเช่นกัน (เช่น ตรวจสอบว่าคอมพิวเตอร์ไม่ได้อยู่ในโหมดแสตนบายด์...หน้าจอแสตนบายด์ไม่มีปัญหา)
popup.info.qubesOSSetupInfo=It appears you are running Bisq on Qubes OS. \n\nPlease make sure your Bisq qube is setup according to our Setup Guide at [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade from version {0} to version {1} is not supported. Please use the latest Bisq version.
popup.warn.daoRequiresRestart=There was a problem with synchronizing the DAO state. You have to restart the application to fix the issue.
popup.privateNotification.headline=การแจ้งเตือนส่วนตัวที่สำคัญ!
@ -2528,7 +1797,6 @@ navigation.settings.preferences=\ "การตั้งค่า / สิ่ง
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"เงิน / ธุรกรรม\"
navigation.support=\"ช่วยเหลือและสนับสนุน\"
navigation.dao.wallet.receive=\ "Wallet DAO / BSQ / การรับ \"
####################################################################
@ -2558,12 +1826,6 @@ XMR_MAINNET=Monero Mainnet
XMR_TESTNET=Monero Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Bitcoin DAO Testnet (deprecated)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO Betanet (Bitcoin Mainnet)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Bitcoin DAO Regtest
time.year=ปี
time.month=เดือน
@ -2910,9 +2172,7 @@ validation.accountNrChars=หมายเลขบัญชีต้องปร
validation.btc.invalidAddress=ที่อยู่ไม่ถูกต้อง โปรดตรวจสอบแบบฟอร์มที่อยู่
validation.integerOnly=โปรดป้อนตัวเลขจำนวนเต็มเท่านั้น
validation.inputError=การป้อนข้อมูลของคุณเกิดข้อผิดพลาด: \n{0}
validation.bsq.insufficientBalance=ยอดคงเหลือของคุณ {0}
validation.btc.exceedsMaxTradeLimit=ขีดจำกัดการเทรดของคุณคือ {0}
validation.bsq.amountBelowMinAmount=จำนวนเงินต่ำสุด {0}
validation.nationalAccountId={0} ต้องประกอบด้วย {1} ตัวเลข
#new
@ -2934,7 +2194,6 @@ validation.bic.invalidLocationCode=BIC มีรหัสตำแหน่ง
validation.bic.invalidBranchCode=BIC มีรหัสสาขาไม่ถูกต้อง
validation.bic.sepaRevolutBic=บัญชี Revolut Sepa ไม่รองรับ
validation.btc.invalidFormat=Invalid format for a Bitcoin address.
validation.bsq.invalidFormat=Invalid format for a BSQ address.
validation.email.invalidAddress=ที่อยู่ไม่ถูกต้อง
validation.iban.invalidCountryCode=รหัสประเทศไม่ถูกต้อง
validation.iban.checkSumNotNumeric=Checksum ต้องเป็นตัวเลข

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=Số dư ví giao dịch
shared.makerTxFee=Người tạo: {0}
shared.takerTxFee=Người nhận: {0}
shared.iConfirm=Tôi xác nhận
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=Mở {0}
shared.fiat=Tiền pháp định
shared.crypto=Tiền mã hóa
@ -204,9 +203,6 @@ shared.actions=Hoạt động
shared.buyerUpperCase=Người mua
shared.sellerUpperCase=Người bán
shared.new=MỚI
shared.blindVoteTxId=Mã giao dịch bỏ phiếu mù
shared.proposal=Đề xuất
shared.votes=Các phiếu bầu
shared.learnMore=Tìm hiểu thêm
shared.dismiss=Hủy
shared.selectedArbitrator=Trọng tài được chọn
@ -240,7 +236,6 @@ mainView.menu.funds=Số tiền
mainView.menu.support=Hỗ trợ
mainView.menu.settings=Cài đặt
mainView.menu.account=Tài khoản
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=Giá thị trường theo {0}
mainView.marketPrice.bisqInternalPrice=Giá giao dịch Bisq gần nhất
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(Máy chủ nội bộ)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Fee rate: {0} sat/vB
mainView.footer.btcInfo.initializing=Đang kết nối với mạng Bitcoin
mainView.footer.bsqInfo.synchronizing=/ Đang đồng bộ hóa DAO
mainView.footer.btcInfo.synchronizingWith=Synchronizing with {0} at block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synced with {0} at block {1}
mainView.footer.btcInfo.connectingTo=Đang kết nối với
mainView.footer.btcInfo.connectionFailed=Connection failed to
mainView.footer.p2pInfo=Bitcoin network peers: {0} / Bisq network peers: {1}
mainView.footer.daoFullNode=Full node DAO
mainView.bootstrapState.connectionToTorNetwork=(1/4) Kết nối với mạng ...
mainView.bootstrapState.torNodeCreated=(2/4) Nút Tor được tạo
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=Phí đào
createOffer.fundsBox.placeOfferSpinnerInfo=Báo giá đang được công bố
createOffer.fundsBox.paymentLabel=giao dịch Bisq với ID {0}
createOffer.fundsBox.fundsStructure=({0} tiền đặt cọc, {1} phí giao dịch, {2} phí đào)
createOffer.fundsBox.fundsStructure.BSQ=({0} tiền đặt cọc, {1} phí đào)+ {2} phí giao dịch
createOffer.success.headline=Chào giá của bạn đã được công bố
createOffer.success.info=Bạn có thể quản lý báo giá hiện hành của bạn tại \"Portfolio/ báo giá hiện tại của bạn\".
createOffer.info.sellAtMarketPrice=Bạn sẽ luôn bán với giá thị trường vì báo giá của bạn sẽ luôn được cập nhật.
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=Số tiền chuyển
portfolio.pending.step2_buyer.sellersAddress=Địa chỉ của người bán {0}
portfolio.pending.step2_buyer.buyerAccount=Tài khoản thanh toán sẽ sử dụng
portfolio.pending.step2_buyer.paymentStarted=Bắt đầu thanh toán
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn=You still have not done your {0} payment!\nPlease note that the trade has to be completed by {1}.
portfolio.pending.step2_buyer.openForDispute=You have not completed your payment!\nThe max. period for the trade has elapsed.Please contact the mediator for assistance.
portfolio.pending.step2_buyer.paperReceipt.headline=Bạn đã gửi giấy biên nhận cho người bán BTC chưa?
@ -882,7 +873,6 @@ funds.locked.locked=Khóa trong multisig để giao dịch với ID: {0}
funds.tx.direction.sentTo=Gửi đến:
funds.tx.direction.receivedWith=Nhận với:
funds.tx.direction.genesisTx=Từ giao dịch gốc:
funds.tx.txFeePaymentForBsqTx=Phí đào cho giao dịch BSQ
funds.tx.createOfferFee=Người tạo và phí tx: {0}
funds.tx.takeOfferFee=Người nhận và phí tx: {0}
funds.tx.multiSigDeposit=Tiền gửi Multisig: {0}
@ -896,13 +886,11 @@ funds.tx.unknown=Không rõ lý do: {0}
funds.tx.noFundsFromDispute=KHÔNG HOÀN LẠI từ khiếu nại
funds.tx.receivedFunds=Vốn đã nhận
funds.tx.withdrawnFromWallet=rút từ ví
funds.tx.withdrawnFromBSQWallet=BTC được rút từ ví BSQ
funds.tx.memo=Memo
funds.tx.noTxAvailable=Không có giao dịch nào
funds.tx.revert=Khôi phục
funds.tx.txSent=GIao dịch đã gửi thành công tới địa chỉ mới trong ví Bisq nội bộ.
funds.tx.direction.self=Gửi cho chính bạn
funds.tx.daoTxFee=Phí đào cho giao dịch BSQ
funds.tx.reimbursementRequestTxFee=Yêu cầu bồi hoàn
funds.tx.compensationRequestTxFee=Yêu cầu bồi thường
funds.tx.dustAttackTx=Số dư nhỏ đã nhận
@ -996,9 +984,7 @@ settings.tab.about=Về
setting.preferences.general=Tham khảo chung
setting.preferences.explorer=Bitcoin Explorer
setting.preferences.explorer.bsq=Bisq Explorer
setting.preferences.deviation=Sai lệch tối đa so với giá thị trường
setting.preferences.bsqAverageTrimThreshold=Outlier threshold for BSQ rate
setting.preferences.avoidStandbyMode=Tránh để chế độ chờ
setting.preferences.autoConfirmXMR=XMR auto-confirm
setting.preferences.autoConfirmEnabled=Enabled
@ -1032,19 +1018,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=Cài đặt lại tất cả nhãn \"Không hiển thị lại\"
settings.preferences.languageChange=Áp dụng thay đổi ngôn ngữ cho tất cả màn hình yêu cầu khởi động lại.
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.resyncFromGenesis.label=Tái dựng trạng thái DAO từ giao dịch 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.isDaoFullNode=Chạy ứng dụng Bisq như một full node DAO
setting.preferences.dao.rpcUser=Tên người dùng RPC
setting.preferences.dao.rpcPw=Mật khẩu RPC
setting.preferences.dao.blockNotifyPort=Cổng thông báo chặn
setting.preferences.dao.fullNodeInfo=Để chạy Bisq như một DAO full node, bạn cần phải chạy Bitcoin Core trên máy tính của mình và cho phép RPC. Tất cả các yêu cầu khác được nêu rõ tại ''{0}''.\n\nSau khi thay đổi chế độ bạn cần phải khởi động lại.
setting.preferences.dao.fullNodeInfo.ok=Mở trang docs
setting.preferences.dao.fullNodeInfo.cancel=Không, tôi sẽ tiếp tục dùng chế độ lite node
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
@ -1090,7 +1063,7 @@ settings.net.needRestart=Bạn cần khởi động lại ứng dụng để tha
settings.net.notKnownYet=Chưa biết...
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.chainHeight=Bitcoin Peers chain height: {1}
settings.net.ips=[Địa chỉ IP:tên cổng | máy chủ:cổng | Địa chỉ onion:cổng] (tách bằng dấu phẩy). Cổng có thể bỏ qua nếu sử dụng mặc định (8333).
settings.net.seedNode=nút cung cấp thông tin
settings.net.directPeer=Đối tác (trực tiếp)
@ -1144,14 +1117,10 @@ setting.about.shortcuts.walletDetails=Open wallet details window
setting.about.shortcuts.openEmergencyBtcWalletTool=Open emergency wallet tool for BTC wallet
setting.about.shortcuts.openEmergencyBsqWalletTool=Open emergency wallet tool for BSQ wallet
setting.about.shortcuts.showTorLogs=Toggle log level for Tor messages between DEBUG and WARN
setting.about.shortcuts.manualPayoutTxWindow=Open window for manual payout from 2of2 Multisig deposit tx
setting.about.shortcuts.reRepublishAllGovernanceData=Republish DAO governance data (proposals, votes)
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}
@ -1337,687 +1306,6 @@ account.notifications.noWebCamFound.warning=Không tìm thấy webcam.\n\nVui l
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.
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=Thông tin & Số liệu
dao.tab.bsqWallet=Ví BSQ
dao.tab.proposals=Đề xuất
dao.tab.bonding=Tài sản đảm bảo
dao.tab.proofOfBurn=Phí niêm yết tài sản/ Bằng chứng đốt
dao.tab.monitor=Giám sát mạng
dao.tab.news=Tin tức
dao.paidWithBsq=thanh toán bằng BSQ
dao.availableBsqBalance=Số dư khả dụng (những dầu ra thay đổi đã và chưa xác nhận)
dao.verifiedBsqBalance=Số dư tất cả các đầu ra giao dịch chưa sử dụng đã xác minh
dao.unconfirmedChangeBalance=Số dư tất cả các đầu ra thay đổi chưa xác nhận
dao.unverifiedBsqBalance=Số dư tất cả các giao dịch chưa xác minh (đang chờ xác nhận)
dao.lockedForVoteBalance=Dùng để bỏ phiếu
dao.lockedInBonds=Bị khóa trong hợp đồng
dao.availableNonBsqBalance=Số dư không phải BSQ có sẵn (tính bằng BTC)
dao.reputationBalance=Merit Value (not spendable)
dao.tx.published.success=Giao dịch của bạn đã được công bố thành công.
dao.proposal.menuItem.make=Tạo đề nghị
dao.proposal.menuItem.browse=Xem những chào giá đang mở
dao.proposal.menuItem.vote=Bỏ phiếu chọn đề xuất
dao.proposal.menuItem.result=Kết quả bỏ phiếu
dao.cycle.headline=Vòng bỏ phiếu
dao.cycle.overview.headline=Tổng quan vòng bỏ phiếu
dao.cycle.currentPhase=Giai đoạn hiện tại
dao.cycle.currentBlockHeight=Chiều cao khối hiện tại
dao.cycle.proposal=Giai đoạn đề xuất
dao.cycle.proposal.next=Giai đoạn đề xuất tiếp theo
dao.cycle.blindVote=Mở để bỏ phiếu
dao.cycle.voteReveal=Mở để công khai khóa bỏ phiếu
dao.cycle.voteResult=Kết quả bỏ phiếu
dao.cycle.phaseDuration={0} khối(≈{1}); Khối{2} - {3} (≈{4} - ≈{5})
dao.cycle.phaseDurationWithoutBlocks=Khối {0} - {1} (≈{2} - ≈{3})
dao.voteReveal.txPublished.headLine=Giao dịch công khai phiếu bầu đã công bố
dao.voteReveal.txPublished=Giao dịch công khai phiếu bầu của bạn với ID giao dịch {0} dã được công bố thành công.\n\nQuá trình này xả ra tự động bở phần mềm nếu bạn đã tham gia bầu chọn DAO.
dao.results.cycles.header=Các vòng
dao.results.cycles.table.header.cycle=Vòng
dao.results.cycles.table.header.numProposals=Đề xuất
dao.results.cycles.table.header.voteWeight=Sức nặng của phiếu bầu
dao.results.cycles.table.header.issuance=Phát hành
dao.results.results.table.item.cycle=Vòng {0} bắt đầu: {1}
dao.results.proposals.header=Các đề xuất của vòng được chọn
dao.results.proposals.table.header.nameLink=Name/link
dao.results.proposals.table.header.details=Thông tin chi tiết
dao.results.proposals.table.header.myVote=Phiếu bầu của tôi
dao.results.proposals.table.header.result=Kết quả bầu chọn
dao.results.proposals.table.header.threshold=Threshold
dao.results.proposals.table.header.quorum=Quorum
dao.results.proposals.voting.detail.header=Kết quả của đề xuất được chọn
dao.results.exceptions=(Các) kết quả bỏ phiếu ngoại lệ
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=Phí maker BSQ
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=Phí taker BSQ
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=Phí maker BSQ tối thiểu
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=Phí taker BSQ tối thiểu
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=Phí maker BTC
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=Phí taker BTC
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=Phí maker BTC tối thiểu
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=Phí taker BTC tối thiểu
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=Phí đề xuất tính bằng BSQ
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=Phí bỏ phiếu tính bằng BSQ
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=Lượng BSQ yêu cầu bồi thường tối thiểu
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=Lượng BSQ yêu cầu bồi thường tối đa
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=Lượng BSQ yêu cầu bồi hoàn tối thiểu
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=Lượng BSQ yêu cầu bồi hoàn tối đa
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=Số đại biểu tính theo BSQ cần cho một đề xuất chung
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=Số đại biểu tính theo BSQ cần cho một yêu cầu bồi thường
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=Số đại biểu tính theo BSQ cần cho một yêu cầu bồi hoàn
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=Số đại biểu tính theo BSQ cần để thay đổi một thông số
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=Số đại biểu tính theo BSQ cần để gỡ bỏ một tài sản
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=Số đại biểu tính theo BSQ cần cho một yêu cầu tịch thu
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=Số đại biểu tính theo BSQ cần cho những yêu cầu về vai trò đảm bảo
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=Ngưỡng cần thiết tính theo % cho một yêu cầu chung
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=Ngưỡng cần thiết tính theo % cho một yêu cầu bồi thường
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=Ngưỡng cần thiết tính theo % cho một yêu cầu bồi hoàn
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=Ngưỡng cần thiết tính theo % để thay đổi một thông số
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=Ngưỡng cần thiết tính theo % để gỡ bỏ một tài sản
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=Ngưỡng cần thiết tính theo % cho một yêu cầu tịch thu
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=Ngưỡng cần thiết tính theo % cho các yêu cầu về vai trò đảm bảo
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=Địa chỉ BTC của người nhận
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=Phí niêm yết tài sản/ ngày
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=Khối lượng giao dịch tối thiểu cho tài sản
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=Thời gian khóa dành cho tx trả phí giao dịch thay thế
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=Phí trọng tài tính bằng BTC
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=Giới giạn giao dịch tối đa tính bằng BTC
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=Yếu tố đơn vị của vai trò đảm bảo tính bằng BSQ
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=Giới hạn phát hành trên mỗi vòng tính bằng BSQ
dao.param.currentValue=Giá trị hiện tại: {0}
dao.param.currentAndPastValue=Current value: {0} (Value when proposal was made: {1})
dao.param.blocks={0} khối
dao.results.invalidVotes=We had invalid votes in that voting cycle. That can happen if a vote was not distributed well in the Bisq network.\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=Giai đoạn đề xuất
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=Tạm dừng 1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=Mở để bỏ phiếu
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=Tạm dừng 2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=Mở để công khai khóa bỏ phiếu
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=Tạm dừng 3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=Giai đoạn kết quả
dao.results.votes.table.header.stakeAndMerit=Sức nặng của phiếu bầu
dao.results.votes.table.header.stake=Tiền đầu tư
dao.results.votes.table.header.merit=Kiếm được
dao.results.votes.table.header.vote=Bỏ phiếu
dao.bond.menuItem.bondedRoles=Vai trò đảm bảo
dao.bond.menuItem.reputation=Danh tiếng tài sản đảm bảo
dao.bond.menuItem.bonds=Tài sản đảm bảo
dao.bond.dashboard.bondsHeadline=Tài sản đảm bảo BSQ
dao.bond.dashboard.lockupAmount=Quỹ khóa
dao.bond.dashboard.unlockingAmount=Quỹ đang mở khóa (chờ tới hết thời gian khóa)
dao.bond.reputation.header=Khóa tài sản để tạo danh tiếng
dao.bond.reputation.table.header=Tài sản đảm bảo danh tiếng của tôi
dao.bond.reputation.amount=Lượng BSQ để khóa
dao.bond.reputation.time=Thời gian mở khóa tính bằng khối
dao.bond.reputation.salt=Salt
dao.bond.reputation.hash=Hash
dao.bond.reputation.lockupButton=Khóa
dao.bond.reputation.lockup.headline=Xác nhận giao dịch khóa
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.unlock.headline=Xác nhận giao dịch mở khóa
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.allBonds.header=Tất cả cách tài sản đảm bảo
dao.bond.bondedReputation=Danh tiếng được đảm bảo bằng tài sản
dao.bond.bondedRoles=Vai trò đảm bảo
dao.bond.details.header=Chi tiết về vai trò
dao.bond.details.role=Vai trò
dao.bond.details.requiredBond=Tài sản đảm bảo BSQ yêu cầu
dao.bond.details.unlockTime=Thời gian mở khóa tính bằng khối
dao.bond.details.link=Đường dẫn tới mô tả vai trò
dao.bond.details.isSingleton=Có thể được thực hiện bởi nhiều người với vai trò khác nhau
dao.bond.details.blocks={0} khối
dao.bond.table.column.name=Tên
dao.bond.table.column.link=đường dẫn
dao.bond.table.column.bondType=Loại tài sản đảm bảo
dao.bond.table.column.details=Thông tin chi tiết
dao.bond.table.column.lockupTxId=Mã giao dịch khóa
dao.bond.table.column.bondState=Trạng thái tài sản đảm bảo
dao.bond.table.column.lockTime=Unlock time
dao.bond.table.column.lockupDate=Ngày khóa
dao.bond.table.button.lockup=Khóa
dao.bond.table.button.unlock=Mở khóa
dao.bond.table.button.revoke=Hủy
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=Chưa có tài sản đảm bảo
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=Chờ khóa
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=Tài sản đảm bảo đã khóa
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=Chờ mở khóa
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=Giao dịch mở khóa đã xác nhận
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=Tài sản đảm bảo đang mở khóa
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=Tài sản đảm bảo đã mở khóa
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=Tài sản đảm bảo đã bị tịch thu
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=Vai trò đảm bảo
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=Danh tiếng tài sản đảm bảo
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=Quản trị Github
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Quản trị diễn đàn
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Quản trị Twitter
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=Quản trị Youtube
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Nhân viên bảo trì Bisq
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Bên bảo trì BitcoinJ-fork
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Bên bảo trì Netlayer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Điều hành website
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=Điều hành diễn đàn
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=Người chạy seed node
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=Điều hành giá node
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=Bitcoin node operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=Điều hành thị trường
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Điều hành rơ-le thông báo điện thoại
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Người giữ tên miền
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=Quản trị DNS
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=Người hòa giải
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=Trọng tài
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=Chủ địa chỉ ví BTC hiến tặng
dao.burnBsq.assetFee=Niêm yết tài sản
dao.burnBsq.menuItem.assetFee=Phí niêm yết tài sản
dao.burnBsq.menuItem.proofOfBurn=Bằng chứng đốt
dao.burnBsq.header=Phí để niêm yết tài sản
dao.burnBsq.selectAsset=Chọn tài sản
dao.burnBsq.fee=Phí
dao.burnBsq.trialPeriod=Giai đoạn dùng thử
dao.burnBsq.payFee=Trả phí
dao.burnBsq.allAssets=Tất cả tài sản
dao.burnBsq.assets.nameAndCode=Tên tài sản
dao.burnBsq.assets.state=Trạng thái
dao.burnBsq.assets.tradeVolume=Khối lượng giao dịch
dao.burnBsq.assets.lookBackPeriod=Giai đoạn xác minh
dao.burnBsq.assets.trialFee=Phí cho giai đoạn dùng thử
dao.burnBsq.assets.totalFee=Tổng số phí đã trả
dao.burnBsq.assets.days={0} ngày
dao.burnBsq.assets.toFewDays=Phí tài sản quá thấp. Số ngày tối thiểu cho giai đoạn dùng thử là {0}.
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=Đang trong giai đoạn dùng thử
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=Đang được giao dịch tích cực
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=Bị gỡ bỏ vì ít hoạt động
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=Bị gỡ bỏ thông qua bỏ phiếu
dao.proofOfBurn.header=Bằng chứng đốt
dao.proofOfBurn.amount=Số tiền
dao.proofOfBurn.preImage=Pre-image
dao.proofOfBurn.burn=Đốt
dao.proofOfBurn.allTxs=Tất cả bằng chứng của các giao dịch đốt
dao.proofOfBurn.myItems=Bằng chứng giao dịch đốt của tôi
dao.proofOfBurn.date=Ngày
dao.proofOfBurn.hash=Hash
dao.proofOfBurn.txs=Giao dịch
dao.proofOfBurn.pubKey=Pubkey
dao.proofOfBurn.signature.window.title=Ký một thông điệp với khóa lấy từ bằng chứng giao dịch đót
dao.proofOfBurn.verify.window.title=Xác minh một thông điệp với khóa lấy từ bằng chứng giao dịch đốt
dao.proofOfBurn.copySig=Sao chép chữ ký tới clipboard
dao.proofOfBurn.sign=
dao.proofOfBurn.message=Tin nhắn
dao.proofOfBurn.sig=Chữ ký
dao.proofOfBurn.verify=Xác minh
dao.proofOfBurn.verificationResult.ok=Xác minh thành công
dao.proofOfBurn.verificationResult.failed=Xác minh thất bại
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=Giai đoạn đề xuất
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=Ngừng trước khi bắt đầu bỏ phiếu
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=Mở để bỏ phiếu
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=Ngừng trước khi bắt đầu xác nhận bỏ phiếu
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=Mở để công khai khóa bỏ phiếu
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=Ngừng trước khi bắt đầu giai đoạn phát hành
# suppress inspection "UnusedProperty"
dao.phase.RESULT=giai đoạn kết quả bỏ phiếu
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=Giai đoạn đề xuất
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=Bỏ phiếu mù
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=Công khai phiếu bầu
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=Kết quả bỏ phiếu
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=Yêu cầu bồi thường
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=Yêu cầu bồi hoàn
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=Đề xuất một vai trò đảm bảo
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=Đề xuất gỡ bỏ một tài sản
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=Đề xuất thay đổi một thông số
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=Đề xuất chung
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=Đề xuất tịch thu tài sản đảm bảo
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=Yêu cầu bồi thường
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=Yêu cầu bồi hoàn
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=Vai trò đảm bảo
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=Gỡ bỏ một altcoin
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=Thay đổi một thông số
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=Đề xuất chung
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=Tịch thu tài sản đảm bảo
dao.proposal.details=Thông tin về đề xuất
dao.proposal.selectedProposal=Đề xuất được chọn
dao.proposal.active.header=Các đề xuất có hiệu lực
dao.proposal.active.remove.confirm=Bạn có chắc bạn muốn gỡ bỏ đề xuất này?\nPhí đề xuất đã trả sẽ bị mất.
dao.proposal.active.remove.doRemove=Vâng, xin hãy gở đề xuất của tôi
dao.proposal.active.remove.failed=Không thể gỡ bỏ đề xuất.
dao.proposal.myVote.title=Bỏ phiếu
dao.proposal.myVote.accept=Chấp nhận đề xuất
dao.proposal.myVote.reject=Từ chối đề xuất
dao.proposal.myVote.removeMyVote=Bỏ qua đề xuất
dao.proposal.myVote.merit=Trọng lượng phiếu bầu từ BSQ kiếm được
dao.proposal.myVote.stake=Tiền đầu tư BSQ để bỏ phiếu
dao.proposal.myVote.revealTxId=Mã giao dịch công khai phiếu bầu
dao.proposal.myVote.stake.prompt=Số tiền cọc khả dụng tối đa để bỏ phiếu: {0}
dao.proposal.votes.header=Cài đặt tiền cọc dành cho bỏ phiếu và công bố các phiếu bầu
dao.proposal.myVote.button=Công bố phiếu bầu
dao.proposal.myVote.setStake.description=Sau khi bỏ phiếu chọn các đề xuất bạn phải cài đặt số tiền cọc dành cho việc bỏ phiếu bằng cách khóa BSQ lại. Khóa càng nhiều BSQ phiếu bầu của bạn càng có nhiều trọng lượng.\n\nBSQ bị khóa trong quá trình bỏ phiếu sẽ được mở khóa lại trong giai đoạn công khai phiếu bầu.
dao.proposal.create.selectProposalType=Chọn kiểu đề xuất
dao.proposal.create.phase.inactive=Vui lòng chờ tới giai đoạn đề xuất tiếp theo
dao.proposal.create.proposalType=Kiểu đề xuất
dao.proposal.create.new=Tạo đề xuất mới
dao.proposal.create.button=Tạo đề nghị
dao.proposal.create.publish=Công bố đề xuất
dao.proposal.create.publishing=Đang tiến hành công bố đề xuất...
dao.proposal=đề xuất
dao.proposal.display.type=Kiểu đề xuất
dao.proposal.display.name=Exact GitHub username
dao.proposal.display.link=Link to detailed info
dao.proposal.display.link.prompt=Link to proposal
dao.proposal.display.requestedBsq=Số lượng yêu cầu tính theo BSQ
dao.proposal.display.txId=ID giao dịch đề xuất
dao.proposal.display.proposalFee=Phí đề xuất
dao.proposal.display.myVote=Phiếu bầu của tôi
dao.proposal.display.voteResult=Tóm tắt kết quả bỏ phiếu
dao.proposal.display.bondedRoleComboBox.label=Loại vi trò được đảm bảo
dao.proposal.display.requiredBondForRole.label=Tài sản đảm bảo BSQ yêu cầu cho vai trò
dao.proposal.display.option=Tùy chọn
dao.proposal.table.header.proposalType=Kiểu đề xuất
dao.proposal.table.header.link=đường dẫn
dao.proposal.table.header.myVote=Phiếu bầu của tôi
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=Xoá
dao.proposal.table.icon.tooltip.removeProposal=Gỡ bỏ đề xuất của tôi
dao.proposal.table.icon.tooltip.changeVote=phiếu bầu hiện tại: ''{0}''. Thay đổi phiếu bầu tới: ''{1}''
dao.proposal.display.myVote.accepted=Chấp nhận
dao.proposal.display.myVote.rejected=Từ chối
dao.proposal.display.myVote.ignored=Bỏ qua
dao.proposal.display.myVote.unCounted=Vote was not included in result
dao.proposal.myVote.summary=Voted: {0}; Vote weight: {1} (earned: {2} + stake: {3}) {4}
dao.proposal.myVote.invalid=Phiếu bầu không hợp lệ
dao.proposal.voteResult.success=Chấp nhận
dao.proposal.voteResult.failed=Từ chối
dao.proposal.voteResult.summary=Kết quả: {0}; Ngưỡng: {1} (yêu cầu > {2}); Đại biểu: {3} (yêu cầu > {4})
dao.proposal.display.paramComboBox.label=Hãy chọn thông số cần thay đổi
dao.proposal.display.paramValue=Giá trị thông số
dao.proposal.display.confiscateBondComboBox.label=Chọn tài sản đảm bảo
dao.proposal.display.assetComboBox.label=Tài sản cần gỡ bỏ
dao.blindVote=bỏ phiếu mù
dao.blindVote.startPublishing=Công bố giao dịch bỏ phiếu mù...
dao.blindVote.success=Giao dịch bỏ phiếu mù của bạn đã được công bố thành công.\n\nVui lòng chú ý rằng, bạn phải trực tuyến trong giai đoạn công khai phiếu bầu thì ứng dụng Bisq của bạn mới có thể công bố giao dịch công khai phiếu bầu. Nếu không có giao dịch công khai phiếu bầu, phiếu của bạn sẽ không hợp lệ!
dao.wallet.menuItem.send=Gửi
dao.wallet.menuItem.receive=Nhận
dao.wallet.menuItem.transactions=Giao dịch
dao.wallet.dashboard.myBalance=Số dư trong ví của tôi
dao.wallet.receive.fundYourWallet=Địa chỉ nhận BSQ của bạn
dao.wallet.receive.bsqAddress=Đại chỉ ví BSQ (Địa chỉ mới chưa sử dụng)
dao.wallet.send.sendFunds=Gửi vốn
dao.wallet.send.sendBtcFunds=Gửi các loại tiền không phải BSQ (BTC)
dao.wallet.send.amount=Số tiền tính bằng BQS
dao.wallet.send.btcAmount=Số tiền tính bằng BTC (các loại tiền không phải BSQ)
dao.wallet.send.setAmount=Cài đặt số tiền được rút (số tiền tối thiểu là {0})
dao.wallet.send.receiverAddress=Địa chỉ BSQ của người nhận
dao.wallet.send.receiverBtcAddress=Địa chỉ BTC của người nhận
dao.wallet.send.setDestinationAddress=Điền địa chỉ đến của bạn
dao.wallet.send.send=Gửi vốn BSQ
dao.wallet.send.inputControl=Select inputs
dao.wallet.send.sendBtc=Gửi vốn BTC
dao.wallet.send.sendFunds.headline=Xác nhận yêu cầu rút
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?
dao.wallet.chainHeightSynced=Khối đã xác minh mới nhất: {0}
dao.wallet.chainHeightSyncing=Đang chờ khối mới... Đã xác nhận{0} / {1} khối
dao.wallet.tx.type=Loại
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=Không xác định
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=Không xác định
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=Giao dịch BSQ chưa xác minh
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=Giao dịch BSQ không có hiệu lực
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=Giao dịch chung
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=Chuyển BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=BSQ đã nhận
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=BSQ đã gửi
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=Phí giao dịch
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=Phí yêu cầu bồi thường
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=Phí trả cho yêu cầu bồi hoàn
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=Phí đề xuất
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=Phí cho phiếu không
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=Tiết lộ phiếu bầu
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=Tài sản khóa
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=Tài sản mở khóa
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=Phí niêm yết tài sản
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=Bằng chứng đốt
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=Không theo quy cách
dao.tx.withdrawnFromWallet=BTC rút từ ví
dao.tx.issuanceFromCompReq=Yêu cầu bồi thường/ban hành
dao.tx.issuanceFromCompReq.tooltip=Yêu cầu bồi thường dẫn đến ban hành BSQ mới.\nNgày ban hành: {0}
dao.tx.issuanceFromReimbursement=Yêu cầu/ Phát hành bồi hoàn
dao.tx.issuanceFromReimbursement.tooltip=Yêu cầu bồi hoàn dẫn đến ban hành BSQ mới.\nNgày ban hành: {0}
dao.proposal.create.missingBsqFunds=Bạn không có đủ BSQ để tạo đề xuất. Nếu bạn đang có một giao dịch BSQ chưa xác nhận, bạn phải chờ một xác nhận blockchain bởi vì BSQ chỉ được xác thực khi nó được bao gồm vào một khối. \nCòn thiếu: {0}
dao.proposal.create.missingBsqFundsForBond=Bạn không có đủ BSQ cho vai trò này. Bạn vẫn có thể công bố đề xuất ngày, nhưng bạn sẽ cần đủ lượng BSQ yêu cầu cho vai trò này nếu nó được chấp nhận.\nCòn thiếu: {0}
dao.proposal.create.missingMinerFeeFunds=Bạn không đủ BTC để tạo giao dịch đề xuất này. Tất cả các giao dịch BSQ đều yêu cầu phí đào bằng BTC.\nCòn thiếu: {0}
dao.proposal.create.missingIssuanceFunds=Bạn không có đủ BTC để tạo giao dịch đề xuất này. Tất cả các giao dịch BSQ đều yêu cầu phí đào bằng BTC, và các giao dịch phát hành cũng yêu cầu BTC cho lượng BSQ yêu cầu ({0} Satoshis/BSQ).\nCòn thiếu: {1}
dao.feeTx.confirm=Xác nhận {0} giao dịch
dao.feeTx.confirm.details={0} fee: {1}\nMining fee: {2} ({3} Satoshis/vbyte)\nTransaction vsize: {4} vKb\n\nAre you sure you want to publish the {5} transaction?
dao.feeTx.issuanceProposal.confirm.details={0} fee: {1}\nBTC needed for BSQ issuance: {2} ({3} Satoshis/BSQ)\nMining fee: {4} ({5} Satoshis/vbyte)\nTransaction vsize: {6} vKb\n\nIf your request is approved, you will receive the amount you requested net of the 2 BSQ proposal fee.\n\nAre you sure you want to publish the {7} transaction?
dao.news.bisqDAO.title=DAO BISQ
dao.news.bisqDAO.description=Vì BIsq là sàn giao dịch phi tập trung và không bị kiểm duyệt, bởi vậy mô hình vận hành của nó, DAO Bisq và đồng BSQ là công cụ giúp điều này trở thành hiện thực.
dao.news.bisqDAO.readMoreLink=Tìm hiểu thêm về DAO Bisq
dao.news.pastContribution.title=BẠN ĐÃ THAM GIA ĐÓNG GÓP? YÊU CẦU BSQ
dao.news.pastContribution.description=Nếu như bạn đã tham giao đóng góp cho Bisq, vui lòng sử dụng ví BSQ phía dưới và thực hiện một yêu cầu tham gia vào sự kiện phát hành BSQ genesis.
dao.news.pastContribution.yourAddress=Ví BSQ của bạn
dao.news.pastContribution.requestNow=Yêu cầu ngay
dao.news.DAOOnTestnet.title=CHẠY DAO BISQ TRÊN TESTNET CỦA CHÚNG TÔI
dao.news.DAOOnTestnet.description=Mainnet DAO Bisq chưa ra mắt nhưng bạn vẫn có thể tìm hiểu về DAO Bisq bằng cách chạy nó trên testnet.
dao.news.DAOOnTestnet.firstSection.title=1. Chuyển qua chế độ Testnet DAO
dao.news.DAOOnTestnet.firstSection.content=1. Chuyển qua chế độ Testnet DAO từ màn hình cài đặt
dao.news.DAOOnTestnet.secondSection.title=2. Kiếm BSQ
dao.news.DAOOnTestnet.secondSection.content=Yêu cầu BSQ trên Slack hoặc Mua BSQ trên Bisq
dao.news.DAOOnTestnet.thirdSection.title=3. Tham gia một vòng bỏ phiếu
dao.news.DAOOnTestnet.thirdSection.content=Tạo đề xuất và bỏ phiếu cho đề xuất để thanh đổi nhiều khía cạnh của Bisq.
dao.news.DAOOnTestnet.fourthSection.title=4. Tìm hiểu về BSQ Block Explorer
dao.news.DAOOnTestnet.fourthSection.content=Vì BSQ chỉa là bitcoin, bạn có thể thấy các giao dịch BSQ trên trình duyện bitcoin Block Explorer của chúng tôi.
dao.news.DAOOnTestnet.readMoreLink=Đọc tài liệu đầy đủ
dao.monitor.daoState=Trạng thái DAO
dao.monitor.proposals=Trạng thái đề xuất
dao.monitor.blindVotes=Trạng thái bỏ phiếu mù
dao.monitor.table.peers=Đối tác
dao.monitor.table.conflicts=Xung đột
dao.monitor.state=Trạng thái
dao.monitor.requestAlHashes=Yêu cầu tất cả các Hash
dao.monitor.resync=Đồng bộ lại trạng thái DAO
dao.monitor.table.header.cycleBlockHeight=Chiêu cao khói/vòng
dao.monitor.table.cycleBlockHeight=Vòng{0} / khối{1}
dao.monitor.table.seedPeers=Seed node: {0}
dao.monitor.daoState.headline=Trạng thái DAO
dao.monitor.daoState.table.headline=Chuỗi Hash trạng thái DAO
dao.monitor.daoState.table.blockHeight=Chiều cao khối
dao.monitor.daoState.table.hash=Hash của trạng thái DAO
dao.monitor.daoState.table.prev=Hash trước đó
dao.monitor.daoState.conflictTable.headline=Hash trạng thái DAO từ đối tác đang trong xung dột
dao.monitor.daoState.utxoConflicts=Xung đột đầu ra giao dịch chưa sử dụng
dao.monitor.daoState.utxoConflicts.blockHeight=Chiều cao khối: {0}
dao.monitor.daoState.utxoConflicts.sumUtxo=Tỏng đầu ra giao dịch chưa sử dụng: {0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=Tổng BSQ: {0} BSQ
dao.monitor.daoState.checkpoint.popup=DAO state is not in sync with the network. After restart the DAO state will resync.
dao.monitor.proposal.headline=Trạng thái đề xuất
dao.monitor.proposal.table.headline=Chuỗi Hash trạng thái đề xuất
dao.monitor.proposal.conflictTable.headline=Hash trạng thái đề xuất từ đối tác đang trong xung dột
dao.monitor.proposal.table.hash=Hash trạng thái đề xuất
dao.monitor.proposal.table.prev=Hash trước đó
dao.monitor.proposal.table.numProposals=Số đề xuất
dao.monitor.isInConflictWithSeedNode=Dữ liệu trên máy bạn không đồng bộ với ít nhất một seed node. Vui lòng đồng bộ lại trạng thái DAO.
dao.monitor.isInConflictWithNonSeedNode=Một trong các đối tác của bạn không đồng bộ với mạng nhưng node của bạn vẫn đang đồng bộ với các seed node.
dao.monitor.daoStateInSync=Node trên máy tính của bạn đang dồng bộ với mạng
dao.monitor.blindVote.headline=Trạng thái bỏ phiếu mù
dao.monitor.blindVote.table.headline=Chuỗi hash trạng thái bỏ phiếu mù
dao.monitor.blindVote.conflictTable.headline=Hash trạng thái bỏ phiếu mù từ đối tác đang trong xung dột
dao.monitor.blindVote.table.hash=Hash trạng thái bỏ phiếu mù
dao.monitor.blindVote.table.prev=Hash trước đó
dao.monitor.blindVote.table.numBlindVotes=Số lượng phiếu mù
dao.factsAndFigures.menuItem.supply=Lượng cung BSQ
dao.factsAndFigures.menuItem.transactions=Giao dịch BSQ
dao.factsAndFigures.dashboard.avgPrice90=90 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgPrice30=30 days average BSQ/BTC trade price
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=Tổng lượng BSQ hiện có
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=BSQ issued v. BSQ burnt
dao.factsAndFigures.supply.issued=BSQ đã phát hành
dao.factsAndFigures.supply.compReq=Các yêu cầu bồi thường
dao.factsAndFigures.supply.reimbursement=Reimbursement requests
dao.factsAndFigures.supply.genesisIssueAmount=Lượng BSQ phát hành tại giao dịch Genesis
dao.factsAndFigures.supply.compRequestIssueAmount=Lượng BSQ phát hành dành cho yêu cầu bồi thường
dao.factsAndFigures.supply.reimbursementAmount=Lượng BSQ phát hành dành cho yêu cầu bồi hoàn
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ đã đốt
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=Khối lượng giao dịch
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=Trạng thái toàn cầu của BSQ đã khóa
dao.factsAndFigures.supply.totalLockedUpAmount=Bị khóa làm tải sản đảm bảo
dao.factsAndFigures.supply.totalUnlockingAmount=Đang mở khóa BSQ từ tài sản đảm bảo
dao.factsAndFigures.supply.totalUnlockedAmount=BSQ đã được mở khóa từ tài sản đảm bảo
dao.factsAndFigures.supply.totalConfiscatedAmount=Lượng BSQ đã tịch thu từ tài sản đảm bảo
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=Giao dịch chung
dao.factsAndFigures.transactions.genesisBlockHeight=Chiều cao khối Genesis
dao.factsAndFigures.transactions.genesisTxId=ID giao dịch Genesis
dao.factsAndFigures.transactions.txDetails=Thống kê giao dịch BSQ
dao.factsAndFigures.transactions.allTx=Tổng số giao dịch BSQ
dao.factsAndFigures.transactions.utxo=Tổng đầu ra giao dịch chưa sử dụng
dao.factsAndFigures.transactions.compensationIssuanceTx=Tổng số lượng giao dịch phát hành yêu cầu bồi thường
dao.factsAndFigures.transactions.reimbursementIssuanceTx=Tổng số lượng giao dịch phát hành yêu cầu bồi hoàn
dao.factsAndFigures.transactions.burntTx=Tổng số lượng giao dịch thanh toán phí
dao.factsAndFigures.transactions.invalidTx=Số lượng tất cả các giao dịch không hợp lệ
dao.factsAndFigures.transactions.irregularTx=Số lượng tất cả các giao dịch lạ
####################################################################
# Windows
####################################################################
@ -2120,8 +1408,6 @@ disputeSummaryWindow.close.noPayout.text=Do you want to close without doing any
emptyWalletWindow.headline=Công cụ ví khẩn cấp
emptyWalletWindow.info=Vui lòng chỉ sử dụng trong trường hợp khẩn cấp nếu bạn không thể truy cập vốn của bạn từ UI.\n\nLưu ý rằng tất cả Báo giá mở sẽ được tự động đóng khi sử dụng công cụ này.\n\nTrước khi sử dụng công cụ này, vui lòng sao lưu dự phòng thư mục dữ liệu của bạn. Bạn có thể sao lưu tại \"Tài khoản/Sao lưu dự phòng\".\n\nVui lòng báo với chúng tôi vấn đề của bạn và lập báo cáo sự cố trên GitHub hoặc diễn đàn Bisq để chúng tôi có thể điều tra điều gì gây nên vấn đề đó.
emptyWalletWindow.balance=Số dư ví hiện tại của bạn
emptyWalletWindow.bsq.btcBalance=Số dư tính bằng Satoshi của tài sản không phải là BSQ
emptyWalletWindow.address=Địa chỉ đến của bạn
emptyWalletWindow.button=Gửi tất cả vốn
emptyWalletWindow.openOffers.warn=Bạn có chào giá mở sẽ được gỡ bỏ khi bạn rút hết trong ví.\nBạn có chắc chắn muốn rút hết ví của bạn?
@ -2146,10 +1432,8 @@ filterWindow.seedNode=Node cung cấp thông tin đã lọc (địa chỉ onion
filterWindow.priceRelayNode=nút rơle giá đã lọc (địa chỉ onion cách nhau bằng dấu phẩy)
filterWindow.btcNode=nút Bitcoin đã lọc (địa chỉ cách nhau bằng dấu phẩy + cửa)
filterWindow.preventPublicBtcNetwork=Ngăn sử dụng mạng Bitcoin công cộng
filterWindow.disableDao=Tắt DAO
filterWindow.disableAutoConf=Disable auto-confirm
filterWindow.autoConfExplorers=Filtered auto-confirm explorers (comma sep. addresses)
filterWindow.disableDaoBelowVersion=Phiên bản tối thiểu yêu cầu cho DAO
filterWindow.disableTradeBelowVersion=Phiên bản tối thiể yêu cầu cho giao dịch
filterWindow.add=Thêm bộ lọc
filterWindow.remove=Gỡ bỏ bộ lọc
@ -2223,7 +1507,6 @@ tradeDetailsWindow.detailData=Detail data
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2235,9 +1518,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=Nhập mật khẩu để mở khóa
torNetworkSettingWindow.header=Cài đặt mạng Tor
@ -2317,12 +1597,6 @@ popup.warning.tooLargePercentageValue=Bạn không thể cài đặt phần tră
popup.warning.examplePercentageValue=Vui lòng nhập số phần trăm như \"5.4\" cho 5,4%
popup.warning.noPriceFeedAvailable=Không có giá cung cấp cho tiền tệ này. Bạn không thể sử dụng giá dựa trên tỷ lệ.\nVui lòng chọn giá cố định.
popup.warning.sendMsgFailed=Gửi tin nhắn Đối tác giao dịch không thành công.\nVui lòng thử lại và nếu tiếp tục không thành công thì báo cáo sự cố.
popup.warning.insufficientBtcFundsForBsqTx=Bạn không có đủ vốn BTC để thanh toán phí đào cho giao dịch BSQ này.\nVui lòng nộp tiền vào ví BTC của bạn để có thể chuyển giao BSQ.\nSố tiền còn thiếu: {0}
popup.warning.bsqChangeBelowDustException=This transaction creates a BSQ change output which is below dust limit (5.46 BSQ) and would be rejected by the Bitcoin network.\n\nYou need to either send a higher amount to avoid the change output (e.g. by adding the dust amount to your sending amount) or add more BSQ funds to your wallet so you avoid to generate a dust output.\n\nThe dust output is {0}.
popup.warning.btcChangeBelowDustException=This transaction creates a change output which is below dust limit (546 Satoshi) and would be rejected by the Bitcoin network.\n\nYou need to add the dust amount to your sending amount to avoid to generate a dust output.\n\nThe dust output is {0}.
popup.warning.insufficientBsqFundsForBtcFeePayment=You''ll need more BSQ to do this transaction—the last 5.46 BSQ in your wallet cannot be used to pay trade fees because of dust limits in the Bitcoin protocol.\n\nYou can either buy more BSQ or pay trade fees with BTC.\n\nMissing funds: {0}
popup.warning.noBsqFundsForBtcFeePayment=Ví BSQ của bạn không đủ tiền để trả phí giao dịch bằng BSQ.
popup.warning.messageTooLong=Tin nhắn của bạn vượt quá kích cỡ tối đa cho phép. Vui lòng gửi thành nhiều lần hoặc tải lên mạng như https://pastebin.com.
popup.warning.lockedUpFunds=You have locked up funds from a failed trade.\nLocked up balance: {0} \nDeposit tx address: {1}\nTrade ID: {2}.\n\nPlease open a support ticket by selecting the trade in the open trades screen and pressing \"alt + o\" or \"option + o\"."
@ -2336,8 +1610,6 @@ popup.warning.nodeBanned=One of the {0} nodes got banned.
popup.warning.priceRelay=rơle giá
popup.warning.seed=seed
popup.warning.mandatoryUpdate.trading=Please update to the latest Bisq version. A mandatory update was released which disables trading for old versions. Please check out the Bisq Forum for more information.
popup.warning.mandatoryUpdate.dao=Please update to the latest Bisq version. A mandatory update was released which disables the Bisq DAO and BSQ for old versions. Please check out the Bisq Forum for more information.
popup.warning.disable.dao=The Bisq DAO and BSQ are temporary disabled. Please check out the Bisq Forum for more information.
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC=Không thể thực hiện giao dịch, vì phí đào {0} vượt quá số lượng {1} cần chuyển. Vui lòng chờ tới khi phí đào thấp xuống hoặc khi bạn tích lũy đủ BTC để chuyển.
@ -2356,7 +1628,6 @@ popup.info.cashDepositInfo.confirm=Tôi xác nhận tôi đã gửi tiền
popup.info.shutDownWithOpenOffers=Bisq đang đóng, nhưng vẫn có các chào giá đang mở. \n\nNhững chào giá này sẽ không có tại mạng P2P khi Bisq đang đóng, nhưng chúng sẽ được công bố lại trên mạng P2P vào lần tiếp theo bạn khởi động Bisq.\nĐể giữ các chào giá luôn trực tuyến, vui lòng để Bisq chạy và đảm bảo là máy tính của bạn cũng đang trực tuyến(có nghĩa là đảm bảo là máy tính của bạn không chuyển về chế độ chờ...nếu màn hình về chế độ chờ thì không sao).
popup.info.qubesOSSetupInfo=It appears you are running Bisq on Qubes OS. \n\nPlease make sure your Bisq qube is setup according to our Setup Guide at [HYPERLINK:https://bisq.wiki/Running_Bisq_on_Qubes].
popup.warn.downGradePrevention=Downgrade from version {0} to version {1} is not supported. Please use the latest Bisq version.
popup.warn.daoRequiresRestart=There was a problem with synchronizing the DAO state. You have to restart the application to fix the issue.
popup.privateNotification.headline=Thông báo riêng tư quan trọng!
@ -2528,7 +1799,6 @@ navigation.settings.preferences=\"Cài đặt/Tham khảo\"
# suppress inspection "UnusedProperty"
navigation.funds.transactions=\"Vốn/Giao dịch\"
navigation.support=\"Hỗ trợ\"
navigation.dao.wallet.receive=\"DAO/Ví BSQ/Nhận\"
####################################################################
@ -2558,12 +1828,6 @@ XMR_MAINNET=Bitcoin Mainnet
XMR_TESTNET=Bitcoin Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Bitcoin Regtest
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=Bitcoin DAO Testnet (không tán thành)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO Betanet (Bitcoin Mainnet)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=Bitcoin DAO Regtest
time.year=Năm
time.month=Tháng
@ -2910,9 +2174,7 @@ validation.accountNrChars=Số tài khoản phải có {0} ký tự.
validation.btc.invalidAddress=Địa chỉ không đúng. Vui lỏng kiểm tra lại định dạng địa chỉ.
validation.integerOnly=Vui lòng chỉ nhập số nguyên.
validation.inputError=Giá trị nhập của bạn gây lỗi:\n{0}
validation.bsq.insufficientBalance=Số dư hiện tại của bạn là {0}.
validation.btc.exceedsMaxTradeLimit=Giới hạn giao dịch của bạn là {0}.
validation.bsq.amountBelowMinAmount=Giá trị nhỏ nhất là {0}
validation.nationalAccountId={0} phải có {1} số.
#new
@ -2934,7 +2196,6 @@ validation.bic.invalidLocationCode=BIC chứa mã vị trí không hợp lệ
validation.bic.invalidBranchCode=BIC chứa mã chi nhánh không hợp lệ
validation.bic.sepaRevolutBic=Tài khoản Revolut Sepa không được hỗ trợ.
validation.btc.invalidFormat=Invalid format for a Bitcoin address.
validation.bsq.invalidFormat=Invalid format for a BSQ address.
validation.email.invalidAddress=Địa chỉ không hợp lệ
validation.iban.invalidCountryCode=Mã quốc gia không hợp lệ
validation.iban.checkSumNotNumeric=Mã kiểm tra phải là số

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=交易钱包余额
shared.makerTxFee=卖家:{0}
shared.takerTxFee=买家:{0}
shared.iConfirm=我确认
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=打开 {0}
shared.fiat=法定货币
shared.crypto=加密
@ -204,9 +203,6 @@ shared.actions=操作
shared.buyerUpperCase=买家
shared.sellerUpperCase=买家
shared.new=
shared.blindVoteTxId=匿名投票交易 ID
shared.proposal=建议
shared.votes=投票
shared.learnMore=了解更多
shared.dismiss=忽略
shared.selectedArbitrator=选中的仲裁者
@ -240,7 +236,6 @@ mainView.menu.funds=资金
mainView.menu.support=帮助
mainView.menu.settings=设置
mainView.menu.account=账户
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=交易所价格提供商:{0}
mainView.marketPrice.bisqInternalPrice=最新 Bisq 交易的价格
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(本地主机)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ 矿工手费率:{0} 聪/字节
mainView.footer.btcInfo.initializing=连接至比特币网络
mainView.footer.bsqInfo.synchronizing=正在同步 DAO
mainView.footer.btcInfo.synchronizingWith=正在通过{0}同步区块:{1}/{2}
mainView.footer.btcInfo.synchronizedWith=已通过{0}同步至区块{1}
mainView.footer.btcInfo.connectingTo=连接至
mainView.footer.btcInfo.connectionFailed=连接失败:
mainView.footer.p2pInfo=比特币网络节点:{0} / Bisq 网络节点:{1}
mainView.footer.daoFullNode=DAO 全节点
mainView.bootstrapState.connectionToTorNetwork=(1/4) 连接至 Tor 网络...
mainView.bootstrapState.torNodeCreated=(2/4) Tor 节点已创建
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=矿工手续费
createOffer.fundsBox.placeOfferSpinnerInfo=正在发布报价中...
createOffer.fundsBox.paymentLabel=Bisq 交易 ID {0}
createOffer.fundsBox.fundsStructure={0} 保证金,{1} 交易费,{2} 采矿费)
createOffer.fundsBox.fundsStructure.BSQ={0} 保证金,{1} 采矿费)+ {2} 交易费
createOffer.success.headline=你的报价已经发布
createOffer.success.info=你可以在“业务/未完成报价”页面内管理您的未完成报价。
createOffer.info.sellAtMarketPrice=由于您的价格是持续更新的,因此您将始终以市场价格进行出售。
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=划转数量
portfolio.pending.step2_buyer.sellersAddress=卖家的 {0} 地址
portfolio.pending.step2_buyer.buyerAccount=您的付款帐户将被使用
portfolio.pending.step2_buyer.paymentStarted=付款开始
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn=你还没有完成你的 {0} 付款!\n请注意交易必须在 {1} 之前完成。
portfolio.pending.step2_buyer.openForDispute=您还没有完成您的付款!\n最大交易期限已过。请联系调解员寻求帮助。
portfolio.pending.step2_buyer.paperReceipt.headline=您是否将纸质收据发送给 BTC 卖家?
@ -882,7 +873,6 @@ funds.locked.locked=多重验证冻结交易 ID{0}
funds.tx.direction.sentTo=发送至:
funds.tx.direction.receivedWith=接收到:
funds.tx.direction.genesisTx=从初始 tx
funds.tx.txFeePaymentForBsqTx=BSQ tx 的矿工手续费支付
funds.tx.createOfferFee=挂单和tx费用{0}
funds.tx.takeOfferFee=下单和tx费用{0}
funds.tx.multiSigDeposit=多重验证保证金:{0}
@ -896,15 +886,11 @@ funds.tx.unknown=未知原因:{0}
funds.tx.noFundsFromDispute=没有退款的纠纷
funds.tx.receivedFunds=收到的资金:
funds.tx.withdrawnFromWallet=从钱包提现
funds.tx.withdrawnFromBSQWallet=BTC 已从 BSQ 钱包中取出
funds.tx.memo=备注
funds.tx.noTxAvailable=没有可用交易
funds.tx.revert=还原
funds.tx.txSent=交易成功发送到本地 Bisq 钱包中的新地址。
funds.tx.direction.self=内部钱包交易
funds.tx.daoTxFee=BSQ tx 的矿工手续费支付
funds.tx.reimbursementRequestTxFee=退还申请
funds.tx.compensationRequestTxFee=报偿申请
funds.tx.dustAttackTx=接受零头
funds.tx.dustAttackTx.popup=这笔交易是发送一个非常小的比特币金额到您的钱包,可能是区块链分析公司尝试监控您的交易。\n\n如果您在交易中使用该交易输出他们将了解到您很可能也是其他地址的所有者资金归集。\n\n为了保护您的隐私Bisq 钱包忽略了这种零头的消费和余额显示。可以在设置中将输出视为零头时设置阈值量。
@ -996,9 +982,7 @@ settings.tab.about=关于我们
setting.preferences.general=通用偏好
setting.preferences.explorer=比特币区块浏览器
setting.preferences.explorer.bsq=Bisq 区块浏览器
setting.preferences.deviation=与市场价格最大差价
setting.preferences.bsqAverageTrimThreshold=BSQ 率已超过阈值
setting.preferences.avoidStandbyMode=避免待机模式
setting.preferences.autoConfirmXMR=XMR 自动确认
setting.preferences.autoConfirmEnabled=启用
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=重置所有“不再提示”的提示
settings.preferences.languageChange=同意重启请求以更换语言
settings.preferences.supportLanguageWarning=如有任何争议,请注意调解在 {0} 处理,仲裁在 {1} 处理。
setting.preferences.daoOptions=DAO 选项
setting.preferences.dao.resyncFromGenesis.label=从初始 tx 重构 DAO 状态
setting.preferences.dao.resyncFromResources.label=从指定资源重新构建 DAO 状态
setting.preferences.dao.resyncFromResources.popup=应用程序重新启动后Bisq 网络治理数据将从种子节点重新加载,而 BSQ 同步状态将从创始交易中重新构建。
setting.preferences.dao.resyncFromGenesis.popup=从创始交易中出现同步会消耗大量时间以及 CPU 资源。您确定要重新同步吗?通常,从最新资源文件进行重新同步就足够了,而且速度更快。\n\n应用程序重新启动后Bisq 网络治理数据将从种子节点重新加载,而 BSQ 同步状态将从初始交易中重新构建。
setting.preferences.dao.resyncFromGenesis.resync=从创始区块重新同步并关闭
setting.preferences.dao.isDaoFullNode=以 DAO 全节点运行 Bisq
setting.preferences.dao.rpcUser=RPC 用户名
setting.preferences.dao.rpcPw=PRC 密码
setting.preferences.dao.blockNotifyPort=区块通知端口
setting.preferences.dao.fullNodeInfo=如果要将 Bisq 以 DAO 全节点运行,您需要在本地运行比特币核心并启用 RPC 。所有的需求都记录在“ {0} ”中。
setting.preferences.dao.fullNodeInfo.ok=打开文档页面
setting.preferences.dao.fullNodeInfo.cancel=不,我坚持使用轻节点模式
settings.preferences.editCustomExplorer.headline=浏览设置。
settings.preferences.editCustomExplorer.description=从左侧列表中选择一个系统默认浏览器,或使用您偏好的自定义设置。
settings.preferences.editCustomExplorer.available=可用浏览器
@ -1090,7 +1061,7 @@ settings.net.needRestart=您需要重启应用程序以同意这次变更。\n
settings.net.notKnownYet=至今未知...
settings.net.sentData=已发送数据 {0}{1} 条消息,{2} 条消息/秒
settings.net.receivedData=已接收数据 {0}{1} 条消息,{2} 条消息/秒
settings.net.chainHeight=Bisq DAO chain height: {0} | Bitcoin Peers chain height: {1}
settings.net.chainHeight=Bitcoin Peers chain height: {1}
settings.net.ips=添加逗号分隔的 IP 地址及端口如使用8333端口可不填写。
settings.net.seedNode=种子节点
settings.net.directPeer=节点(直连)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=打开钱包详情窗口
setting.about.shortcuts.openEmergencyBtcWalletTool=打开应急 BTC 钱包工具
setting.about.shortcuts.openEmergencyBsqWalletTool=打开应急 BSQ 钱包工具
setting.about.shortcuts.showTorLogs=在 DEBUG 与 WARN 之间切换 Tor 日志等级
setting.about.shortcuts.manualPayoutTxWindow=打开窗口手动支付双重验证存款交易
setting.about.shortcuts.reRepublishAllGovernanceData=重新推送 DAO 众议厅数据(包括提案以及投票)
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}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=未找到网络摄像头。\n\n请
account.notifications.priceAlert.warning.highPriceTooLow=较高的价格必须大于较低的价格。
account.notifications.priceAlert.warning.lowerPriceTooHigh=较低的价格必须低于较高的价格。
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=确切消息
dao.tab.bsqWallet=BSQ 钱包
dao.tab.proposals=管理
dao.tab.bonding=关系
dao.tab.proofOfBurn=资产清单挂牌费/烧毁证明
dao.tab.monitor=网络监视器
dao.tab.news=新闻
dao.paidWithBsq=已用 BSQ 支付
dao.availableBsqBalance=可用于支出(已验证的+未确认的变更输出)
dao.verifiedBsqBalance=所有已验证的 UTXO 余额
dao.unconfirmedChangeBalance=已验证的+未确认的变更输出
dao.unverifiedBsqBalance=所有未验证交易的余额(等待区块确认)
dao.lockedForVoteBalance=用于投票
dao.lockedInBonds=冻结余额
dao.availableNonBsqBalance=可用的非 BSQ 余额BTC
dao.reputationBalance=声望值(不会花费)
dao.tx.published.success=你的交易已经成功发布
dao.proposal.menuItem.make=创建要求
dao.proposal.menuItem.browse=浏览开启的报偿申请
dao.proposal.menuItem.vote=为报偿申请投票
dao.proposal.menuItem.result=投票结果
dao.cycle.headline=投票周期
dao.cycle.overview.headline=投票周期总览
dao.cycle.currentPhase=现阶段
dao.cycle.currentBlockHeight=当前区块高度:
dao.cycle.proposal=提议阶段
dao.cycle.proposal.next=下一个提议阶段
dao.cycle.blindVote=匿名投票阶段
dao.cycle.voteReveal=投票公示阶段
dao.cycle.voteResult=投票结果
dao.cycle.phaseDuration=区块 {0} (≈{1});区块 {2} - {3}(≈{4} - ≈{5}
dao.cycle.phaseDurationWithoutBlocks=区块 {0} - {1} (≈{2} - ≈{3}
dao.voteReveal.txPublished.headLine=投票公示交易发布
dao.voteReveal.txPublished=你的交易 ID 为 {0} 投票公示交易已经成功发布。\n\n如果您已经参与了 DAO 投票,那么这将由软件自动完成。
dao.results.cycles.header=周期
dao.results.cycles.table.header.cycle=周期
dao.results.cycles.table.header.numProposals=请求
dao.results.cycles.table.header.voteWeight=投票权重
dao.results.cycles.table.header.issuance=发行
dao.results.results.table.item.cycle=周期 {0} 开始于:{1}
dao.results.proposals.header=选定周期的请求
dao.results.proposals.table.header.nameLink=名称/链接
dao.results.proposals.table.header.details=详情
dao.results.proposals.table.header.myVote=我的投票
dao.results.proposals.table.header.result=投票结果
dao.results.proposals.table.header.threshold=阈值
dao.results.proposals.table.header.quorum=法定人数
dao.results.proposals.voting.detail.header=选定提案的投票结果
dao.results.exceptions=投票结果异常
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=BSQ 挂单费
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=BSQ 买单费
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=最小 BSQ 挂单费
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=最小 BSQ 买单费
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=BTC 挂单费
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=BTC 买单费
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=最小 BTC 挂单费
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=最小 BTC 买单费
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=BSQ 提案手续费
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=BSQ 投票手续费
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=最低 BSQ 报偿申请数量
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=最高 BSQ 报偿申请数量
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=最低 BSQ 退还申请数量
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=最高 BSQ 退还申请数量
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=BSQ 要求的一般提案的仲裁人数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=BSQ 要求的报偿申请的仲裁人数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=BSQ 要求的退还申请的仲裁人数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=BSQ 要求的改变参数的仲裁人数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=BSQ 要求的移除资产要求的人数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=BSQ 要求的没收申请的仲裁人数
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=BSQ 要求的绑定角色的仲裁人数
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=普通提案的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=报偿申请的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=退还申请的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=改变参数的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=移除资产的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=没收申请的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=担保角色的要求百分比
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=接收方 BTC 地址
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=资产清单挂牌费每日支付
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=最小资产交易量
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=其他交易支出tx的锁定时间
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=BTC 仲裁费
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=最高 BTC 交易限额
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=担保角色对 BSQ 的影响
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=每个周期的 BSQ 发行限额
dao.param.currentValue=当前值:{0}
dao.param.currentAndPastValue=当前余额:{0}(提案时的余额:{1}
dao.param.blocks={0} 区块
dao.results.invalidVotes=在那个投票周期中,我们有无效的投票。如果投票没有在 Bisq 网络中很好地分布,就会发生这种情况。\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=提议阶段
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=休息1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=匿名投票阶段
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=休息2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=投票公示阶段
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=休息3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=结果阶段
dao.results.votes.table.header.stakeAndMerit=投票权重
dao.results.votes.table.header.stake=份额
dao.results.votes.table.header.merit=获得的
dao.results.votes.table.header.vote=投票
dao.bond.menuItem.bondedRoles=担保角色
dao.bond.menuItem.reputation=担保的名誉
dao.bond.menuItem.bonds=担保
dao.bond.dashboard.bondsHeadline=担保式 BSQ
dao.bond.dashboard.lockupAmount=锁定资金
dao.bond.dashboard.unlockingAmount=正在锁定资金(等到锁定时间过后)
dao.bond.reputation.header=为名誉锁定担保
dao.bond.reputation.table.header=我的名誉担保
dao.bond.reputation.amount=锁定的 BSQ 数量
dao.bond.reputation.time=在区块中的解锁时间
dao.bond.reputation.salt=
dao.bond.reputation.hash=哈希
dao.bond.reputation.lockupButton=锁定
dao.bond.reputation.lockup.headline=确认锁定交易
dao.bond.reputation.lockup.details=锁定数量:{0}\n解锁时间{1} 区块(≈{2}\n\n矿工手续费{3}{4} 聪/字节)\n交易大小{5} 字节\n\n你确定想要继续
dao.bond.reputation.unlock.headline=确认解锁交易
dao.bond.reputation.unlock.details=解锁金额:{0}\n解锁时间{1} 区块(≈{2}\n\n挖矿手续费{3}{4} 聪/Byte\n交易大小{5} Kb\n\n你想继续这个操作吗
dao.bond.allBonds.header=所有担保
dao.bond.bondedReputation=担保的名誉
dao.bond.bondedRoles=担保角色
dao.bond.details.header=交易方详情
dao.bond.details.role=角色
dao.bond.details.requiredBond=需要的 BSQ 担保
dao.bond.details.unlockTime=在区块中的解锁时间
dao.bond.details.link=链接到交易方描述
dao.bond.details.isSingleton=是否可由多个交易方担任
dao.bond.details.blocks={0} 区块
dao.bond.table.column.name=名称
dao.bond.table.column.link=绑定
dao.bond.table.column.bondType=连接类型
dao.bond.table.column.details=详情
dao.bond.table.column.lockupTxId=锁定 Tx ID
dao.bond.table.column.bondState=连接状态
dao.bond.table.column.lockTime=解锁时间
dao.bond.table.column.lockupDate=锁定日期
dao.bond.table.button.lockup=锁定
dao.bond.table.button.unlock=解锁
dao.bond.table.button.revoke=撤销
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=尚未担保
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=等待锁定
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=锁定的担保
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=等待解锁
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=解锁 Tx 确认
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=正在解锁担保
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=担保已解锁
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=没收的担保
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=担保角色
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=担保名誉
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=Github 管理
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=论坛管理
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter 管理
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase 管理员
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=YouTube 管理
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Bisq 运维人员
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=BitcoinJ-fork 运维人员
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Netlayer 运维人员
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=网站运营者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=论坛运营者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=种子节点运营者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=价格节点运营者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=比特币节点运营者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=交易所运营者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=浏览器运营者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=移动通知中继运营者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=域名持有者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=DNS 管理者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=调解员
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=仲裁员
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=BTC 赞助地址所有者
dao.burnBsq.assetFee=资产清单
dao.burnBsq.menuItem.assetFee=资产清单挂牌费
dao.burnBsq.menuItem.proofOfBurn=烧毁证明
dao.burnBsq.header=资产清单挂牌费
dao.burnBsq.selectAsset=选择资产
dao.burnBsq.fee=手续费
dao.burnBsq.trialPeriod=试用期
dao.burnBsq.payFee=支付手续费
dao.burnBsq.allAssets=所有资产
dao.burnBsq.assets.nameAndCode=资产名称
dao.burnBsq.assets.state=状态
dao.burnBsq.assets.tradeVolume=交易量
dao.burnBsq.assets.lookBackPeriod=确认期
dao.burnBsq.assets.trialFee=试用期手续费
dao.burnBsq.assets.totalFee=总共已支付费用
dao.burnBsq.assets.days={0} 天
dao.burnBsq.assets.toFewDays=资产清单挂牌费过低。在试用期中最低数量为 {0}。
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=在试用期
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=活跃的交易
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=因不活跃而被取消
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=移除投票
dao.proofOfBurn.header=烧毁证明
dao.proofOfBurn.amount=数量
dao.proofOfBurn.preImage=预览
dao.proofOfBurn.burn=烧毁
dao.proofOfBurn.allTxs=所有烧毁证明交易
dao.proofOfBurn.myItems=我的烧毁证明交易
dao.proofOfBurn.date=日期
dao.proofOfBurn.hash=哈希
dao.proofOfBurn.txs=交易记录
dao.proofOfBurn.pubKey=公钥
dao.proofOfBurn.signature.window.title=使用烧毁证明交易中的密钥验证消息
dao.proofOfBurn.verify.window.title=使用烧毁证明交易中的密钥确认消息
dao.proofOfBurn.copySig=将验证复制到剪贴板
dao.proofOfBurn.sign=验证
dao.proofOfBurn.message=消息
dao.proofOfBurn.sig=验证
dao.proofOfBurn.verify=确认
dao.proofOfBurn.verificationResult.ok=确认成功
dao.proofOfBurn.verificationResult.failed=确认失败
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=提议阶段
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=匿名投票前的休息阶段
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=匿名投票阶段
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=投票公示前的休息阶段
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=投票公示阶段
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=公布结果前的休息阶段
# suppress inspection "UnusedProperty"
dao.phase.RESULT=投票结果阶段
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=提议阶段
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=匿名投票
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=投票公示
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=投票结果
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=报偿申请
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=退还申请
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=担保角色的提案
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=移除资产提案
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=修改参数的提议
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=一般提议
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=没收担保请求
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=报偿申请
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=退还申请
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=担保角色
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=移除一个数字货币
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=修改参数
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=一般提议
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=没收担保
dao.proposal.details=提议细节
dao.proposal.selectedProposal=选定赔偿要求
dao.proposal.active.header=当前周期的提案
dao.proposal.active.remove.confirm=您确定要移除该提案吗?\n如果您删除该提案提案费将会丢失。
dao.proposal.active.remove.doRemove=是,移除我的提案
dao.proposal.active.remove.failed=不能移除提案。
dao.proposal.myVote.title=投票
dao.proposal.myVote.accept=接受提议
dao.proposal.myVote.reject=拒绝提案
dao.proposal.myVote.removeMyVote=忽略提案
dao.proposal.myVote.merit=所得的 BSQ 的投票权重
dao.proposal.myVote.stake=Stake 的投票权重
dao.proposal.myVote.revealTxId=投票公示的交易 ID
dao.proposal.myVote.stake.prompt=在投票中最大可用份额:{0}
dao.proposal.votes.header=设置投票的份额,并发布您的投票
dao.proposal.myVote.button=发布投票
dao.proposal.myVote.setStake.description=在对所有提案进行投票后您必须锁定BSQ来设置投票的份额。您锁定的 BSQ 越多,你的投票权重就越大。\n\n投票会锁定 BSQ 将在投票显示阶段再次解锁。
dao.proposal.create.selectProposalType=选择提案类型
dao.proposal.create.phase.inactive=请等到下一个提案阶段
dao.proposal.create.proposalType=提议类型
dao.proposal.create.new=创建新的赔偿要求
dao.proposal.create.button=创建赔偿要求
dao.proposal.create.publish=发布提案
dao.proposal.create.publishing=正在发布提案中...
dao.proposal=提案
dao.proposal.display.type=提议类型
dao.proposal.display.name=确切的 GitHub 的用户名
dao.proposal.display.link=详情的链接
dao.proposal.display.link.prompt=提案的链接
dao.proposal.display.requestedBsq=申请的 BSQ 数量
dao.proposal.display.txId=提案交易 ID
dao.proposal.display.proposalFee=提案手续费
dao.proposal.display.myVote=我的投票
dao.proposal.display.voteResult=投票结果总结
dao.proposal.display.bondedRoleComboBox.label=担保角色类型
dao.proposal.display.requiredBondForRole.label=角色需要的担保
dao.proposal.display.option=选项
dao.proposal.table.header.proposalType=提议类型
dao.proposal.table.header.link=绑定
dao.proposal.table.header.myVote=我的投票
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=移除
dao.proposal.table.icon.tooltip.removeProposal=移除我的提案
dao.proposal.table.icon.tooltip.changeVote=当前投票:“{0}”。更改投票至:“{1}”
dao.proposal.display.myVote.accepted=已接受
dao.proposal.display.myVote.rejected=已拒绝
dao.proposal.display.myVote.ignored=已忽略
dao.proposal.display.myVote.unCounted=投票结果不包括在内
dao.proposal.myVote.summary=已投票:{0};投票权重:{1}(获得的:{2} + 奖金:{3}{4}
dao.proposal.myVote.invalid=投票无效
dao.proposal.voteResult.success=已接受
dao.proposal.voteResult.failed=已拒绝
dao.proposal.voteResult.summary=结果:{0};阈值:{1}(要求> {2});仲裁人数:{3}(要求> {4}
dao.proposal.display.paramComboBox.label=选择需要改变的参数
dao.proposal.display.paramValue=参数值
dao.proposal.display.confiscateBondComboBox.label=选择担保
dao.proposal.display.assetComboBox.label=需要移除的资产
dao.blindVote=匿名投票
dao.blindVote.startPublishing=发布匿名投票交易中
dao.blindVote.success=我们的匿名投票交易已经成功发布。\n\n请注意您必须在线在投票公示阶段以便您的 Bisq 应用程序可以发布投票公示交易。没有投票公示交易,您的投票将无效!
dao.wallet.menuItem.send=发送
dao.wallet.menuItem.receive=接收
dao.wallet.menuItem.transactions=交易记录
dao.wallet.dashboard.myBalance=我的钱包余额
dao.wallet.receive.fundYourWallet=你的 BSQ 接收地址
dao.wallet.receive.bsqAddress=BSQ 钱包地址(刷新未使用地址)
dao.wallet.send.sendFunds=提现
dao.wallet.send.sendBtcFunds=发送非 BSQ 资金BTC
dao.wallet.send.amount=BSQ 数量
dao.wallet.send.btcAmount=BTC 数量(无 BSQ 资金)
dao.wallet.send.setAmount=设置提现数量(最小量 {0}
dao.wallet.send.receiverAddress=接收者的 BSQ 地址
dao.wallet.send.receiverBtcAddress=接收者的 BTC 地址
dao.wallet.send.setDestinationAddress=输入您的目标地址
dao.wallet.send.send=发送 BSQ 资金
dao.wallet.send.inputControl=Select inputs
dao.wallet.send.sendBtc=发送 BTC 资金
dao.wallet.send.sendFunds.headline=确定提现申请
dao.wallet.send.sendFunds.details=发送:{0}\n来自{1}\n要求的矿工手续费{2}{3}比特/节)\n交易大小{4}字节\n\n接收方会收到{5}\n\n您确定您想要提现这些数量吗
dao.wallet.chainHeightSynced=最新确认区块:{0}
dao.wallet.chainHeightSyncing=等待区块... 已确认{0}/{1}区块
dao.wallet.tx.type=类型
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=未定义
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=不被认可
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=未验证的 BSQ 交易
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=无效的 BSQ 交易
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=初始交易
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=划转 BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=接收 BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=发送 BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=付交易费记录
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=报偿申请记录
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=退还申请的手续费
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=提案手续费
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=投票记录
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=投票公示
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=锁定担保
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=解锁担保
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=资产清单挂牌费
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=烧毁证明
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=不正常
dao.tx.withdrawnFromWallet=BTC 已从钱包中取出
dao.tx.issuanceFromCompReq=报偿申请/发放
dao.tx.issuanceFromCompReq.tooltip=导致新 BSQ 发行的报偿请求。\n发行日期{0}
dao.tx.issuanceFromReimbursement=退还申请/发放
dao.tx.issuanceFromReimbursement.tooltip=导致新 BSQ 发放的退还申请。\n发放日期 {0}
dao.proposal.create.missingBsqFunds=您没有足够的 BSQ 资金来创建提案。如果您有一个未经确认的 BSQ 交易,您需要等待一个区块链确认,因为 BSQ 只有在包含在一个区块中时才会被验证。\n缺失{0}
dao.proposal.create.missingBsqFundsForBond=你没有足够的 BSQ 资金来承担这个角色。您仍然可以发布这个提案,但如果它被接受,您将需要这个角色所需的全部 BSQ 金额。\n缺少{0}
dao.proposal.create.missingMinerFeeFunds=您没有足够的BTC资金来支付该提案交易。所有的 BSQ交易需要用 BTC 支付挖矿手续费。\n缺少{0}
dao.proposal.create.missingIssuanceFunds=您没有足够的BTC资金来支付该提案交易。所有的 BSQ交易需要用 BTC 支付挖矿手续费以及发起交易也需要用 BTC 支付所需的 BSQ 数量({0} 聪/BSQ\n缺少{1}
dao.feeTx.confirm=确认 {0} 交易
dao.feeTx.confirm.details={0}手续费:{1}\n矿工手续费{2}{3} 聪/byte\n交易大小{4} Kb\n\n您确定您要发送这个 {5} 交易吗?
dao.feeTx.issuanceProposal.confirm.details={0}手续费:{1}\n为 BSQ 提案所需要的BTC{2}{3}聪 / BSQ\n挖矿手续费{4}{5}聪 /字节)\n交易大小{6}Kb\n\n如果你的要求被批准你将收到你要求数量的 2 个 BSQ 提议的费用。\n\n你确定你想要发布{7}交易?
dao.news.bisqDAO.title=Bisq DAO
dao.news.bisqDAO.description=正如 Bisq交易是分散的并且不受审查它的治理模型也是如此—— Bisq DAO 和 BSQ 是使其成为可能的工具。
dao.news.bisqDAO.readMoreLink=了解有关 Bisq DAO 的更多信息
dao.news.pastContribution.title=过去有所贡献?申请 BSQ
dao.news.pastContribution.description=如果您对 Bisq 有贡献,请使用下面的 BSQ 地址,并申请参与 BSQ 初始分发。
dao.news.pastContribution.yourAddress=你的 BSQ 钱包地址
dao.news.pastContribution.requestNow=现在申请
dao.news.DAOOnTestnet.title=在我们的测试网络上运行 BISQ DAO
dao.news.DAOOnTestnet.description=核心网络 Bisq DAO 还没有启动,但是您可以通过在我们的测试网络上运行它来了解 Bisq DAO 。
dao.news.DAOOnTestnet.firstSection.title=1.切换至 DAO 测试网络模式
dao.news.DAOOnTestnet.firstSection.content=从设置页面切换到 DAO 测试网络。
dao.news.DAOOnTestnet.secondSection.title=2.获得一些 BSQ
dao.news.DAOOnTestnet.secondSection.content=在 Slack 上申请 BSQ 或在 Bisq 上购买 BSQ 。
dao.news.DAOOnTestnet.thirdSection.title=3.参与投票周期
dao.news.DAOOnTestnet.thirdSection.content=就修改 Bisq 的各个方面提出建议并进行表决。
dao.news.DAOOnTestnet.fourthSection.title=4.探索 BSQ 区块链浏览器
dao.news.DAOOnTestnet.fourthSection.content=由于 BSQ 只是比特币,你可以看到 BSQ 交易在我们的比特币区块浏览器。
dao.news.DAOOnTestnet.readMoreLink=阅读完整的文档
dao.monitor.daoState=DAO 状态
dao.monitor.proposals=提案状态
dao.monitor.blindVotes=匿名投票状态
dao.monitor.table.peers=节点
dao.monitor.table.conflicts=矛盾
dao.monitor.state=状态
dao.monitor.requestAlHashes=要求所有哈希
dao.monitor.resync=重新同步 DAO 状态
dao.monitor.table.header.cycleBlockHeight=周期/区块高度
dao.monitor.table.cycleBlockHeight=周期 {0} /区块 {1}
dao.monitor.table.seedPeers=种子节点:{0}
dao.monitor.daoState.headline=DAO 状态
dao.monitor.daoState.table.headline=DAO 状态的哈希链
dao.monitor.daoState.table.blockHeight=区块高度
dao.monitor.daoState.table.hash=DAO 状态的哈希
dao.monitor.daoState.table.prev=以前的哈希
dao.monitor.daoState.conflictTable.headline=来自不同实体的 DAO 状态哈希
dao.monitor.daoState.utxoConflicts=UTXO 冲突
dao.monitor.daoState.utxoConflicts.blockHeight=区块高度:{0}
dao.monitor.daoState.utxoConflicts.sumUtxo=所有 UTXO 的总和:{0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=所有 BSQ 的总和:{0} BSQ
dao.monitor.daoState.checkpoint.popup=DAO 状态与网络不同步。重启之后DAO 状态将重新同步。
dao.monitor.proposal.headline=提案状态
dao.monitor.proposal.table.headline=提案状态的哈希链
dao.monitor.proposal.conflictTable.headline=来自不同实体的提案状态哈希
dao.monitor.proposal.table.hash=提案状态的哈希
dao.monitor.proposal.table.prev=以前的哈希
dao.monitor.proposal.table.numProposals=提案编号
dao.monitor.isInConflictWithSeedNode=您的本地数据与至少一个种子节点不一致。请重新同步 DAO 状态。
dao.monitor.isInConflictWithNonSeedNode=您的一个对等节点与网络不一致,但您的节点与种子节点同步。
dao.monitor.daoStateInSync=您的本地节点与网络一致
dao.monitor.blindVote.headline=匿名投票状态
dao.monitor.blindVote.table.headline=匿名投票状态的哈希链
dao.monitor.blindVote.conflictTable.headline=来自不同实体的匿名投票状态哈希
dao.monitor.blindVote.table.hash=匿名投票状态的哈希
dao.monitor.blindVote.table.prev=以前的哈希
dao.monitor.blindVote.table.numBlindVotes=匿名投票编号
dao.factsAndFigures.menuItem.supply=BSQ 供给
dao.factsAndFigures.menuItem.transactions=BSQ 交易
dao.factsAndFigures.dashboard.avgPrice90=90天平均 BSQ/BTC 交易价格
dao.factsAndFigures.dashboard.avgPrice30=30天平均 BSQ/BTC 交易价格
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=总共可用的 BSQ
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=已发放的 BSQ 已销毁的 BSQ
dao.factsAndFigures.supply.issued=已发放的 BSQ
dao.factsAndFigures.supply.compReq=赔偿要求
dao.factsAndFigures.supply.reimbursement=Reimbursement requests
dao.factsAndFigures.supply.genesisIssueAmount=在初始交易中心有问题的 BSQ
dao.factsAndFigures.supply.compRequestIssueAmount=报偿申请发放的 BSQ
dao.factsAndFigures.supply.reimbursementAmount=退还申请发放的 BSQ
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ 烧毁总量
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=交易总量
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=BSQ 全局锁定状态
dao.factsAndFigures.supply.totalLockedUpAmount=担保的锁定
dao.factsAndFigures.supply.totalUnlockingAmount=正在从担保解锁 BSQ
dao.factsAndFigures.supply.totalUnlockedAmount=已从担保解锁 BSQ
dao.factsAndFigures.supply.totalConfiscatedAmount=已从担保没收 BSQ
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=创始交易
dao.factsAndFigures.transactions.genesisBlockHeight=初始区块高度
dao.factsAndFigures.transactions.genesisTxId=初始交易 ID
dao.factsAndFigures.transactions.txDetails=BSQ 交易统计
dao.factsAndFigures.transactions.allTx=所有 BSQ 交易记录
dao.factsAndFigures.transactions.utxo=所有未用交易的量
dao.factsAndFigures.transactions.compensationIssuanceTx=所有报偿请求问题的交易记录
dao.factsAndFigures.transactions.reimbursementIssuanceTx=所有退回申请问题的交易记录
dao.factsAndFigures.transactions.burntTx=所有费用支付记录
dao.factsAndFigures.transactions.invalidTx=所有无效交易记录
dao.factsAndFigures.transactions.irregularTx=所有不正常的交易记录:
####################################################################
# Windows
####################################################################
@ -2120,7 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=你想要在未作支付的情况下关
emptyWalletWindow.headline={0} 钱包急救工具
emptyWalletWindow.info=请在紧急情况下使用,如果您无法从 UI 中访问您的资金。\n\n请注意使用此工具时所有未结报价将自动关闭。\n\n在使用此工具之前请备份您的数据目录。您可以在“帐户/备份”中执行此操作。\n\n请报告我们您的问题并在 Github 或 Bisq 论坛上提交错误报告,以便我们可以调查导致问题的原因。
emptyWalletWindow.balance=您的可用钱包余额
emptyWalletWindow.bsq.btcBalance=非 BSQ 聪余额
emptyWalletWindow.address=输入您的目标地址
emptyWalletWindow.button=发送全部资金
@ -2146,10 +1431,8 @@ filterWindow.seedNode=筛选后的种子节点(用逗号“,”隔开的洋葱
filterWindow.priceRelayNode=筛选后的价格中继节点(用逗号“,”隔开的洋葱地址)
filterWindow.btcNode=筛选后的比特币节点(用逗号“,”隔开的地址+端口)
filterWindow.preventPublicBtcNetwork=禁止使用公共比特币网络
filterWindow.disableDao=禁用 DAO
filterWindow.disableAutoConf=禁用自动确认
filterWindow.autoConfExplorers=已过滤自动确认浏览器(逗号分隔地址)
filterWindow.disableDaoBelowVersion=DAO 最低所需要的版本
filterWindow.disableTradeBelowVersion=交易最低所需要的版本
filterWindow.add=添加筛选
filterWindow.remove=移除筛选
@ -2223,7 +1506,6 @@ tradeDetailsWindow.detailData=详情数据
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2235,8 +1517,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=输入密码解锁
@ -2317,12 +1597,8 @@ popup.warning.tooLargePercentageValue=您不能设置100或更大的百分比
popup.warning.examplePercentageValue=请输入百分比数字,如 5.4 是“5.4”
popup.warning.noPriceFeedAvailable=该货币没有可用的价格。 你不能使用基于百分比的价格。\n请选择固定价格。
popup.warning.sendMsgFailed=向您的交易对象发送消息失败。\n请重试如果继续失败报告错误。
popup.warning.insufficientBtcFundsForBsqTx=你没有足够的 BTC 资金支付这笔交易的挖矿手续费。\n请充值您的 BTC 钱包。\n缺少的资金{0}
popup.warning.bsqChangeBelowDustException=该交易产生的 BSQ 变化输出低于零头限制5.46 BSQ将被比特币网络拒绝。\n\n您需要发送更高的金额以避免更改输出例如通过在您的发送金额中添加零头或者向您的钱包中添加更多的 BSQ 资金,以避免生成零头输出。\n\n零头输出为 {0}。
popup.warning.btcChangeBelowDustException=该交易创建的更改输出低于零头限制546 聪),将被比特币网络拒绝。\n\n您需要将零头添加到发送量中以避免生成零头输出。\n\n零头输出为{0}。
popup.warning.insufficientBsqFundsForBtcFeePayment=您需要更多的 BSQ 去完成这笔交易 - 钱包中最后剩余 5.46 BSQ 将无法用于支付交易手续费因为 BTC 协议中的零头限制。\n\n你可以购买更多的 BSQ 或用 BTC支付交易手续费\n\n缺少 BSQ 资金:{0}
popup.warning.noBsqFundsForBtcFeePayment=您的 BSQ 钱包没有足够的资金支付 BSQ 的交易费用。
popup.warning.messageTooLong=您的信息超过最大允许的大小。请将其分成多个部分发送,或将其上传到 https://pastebin.com 之类的服务器。
popup.warning.lockedUpFunds=你已经从一个失败的交易中冻结了资金。\n冻结余额{0}\n存款tx地址{1}\n交易单号{2}\n\n请通过选择待处理交易界面中的交易并点击“alt + o”或“option+ o”打开帮助话题。
@ -2336,8 +1612,6 @@ popup.warning.nodeBanned=其中一个 {0} 节点已被禁用
popup.warning.priceRelay=价格传递
popup.warning.seed=种子
popup.warning.mandatoryUpdate.trading=请更新到最新的 Bisq 版本。强制更新禁止了旧版本进行交易。更多信息请访问 Bisq 论坛。
popup.warning.mandatoryUpdate.dao=请更新到最新的 Bisq 版本。强制更新禁止了旧版本旧版本的 Bisq DAO 和 BSQ 。更多信息请访问 Bisq 论坛。
popup.warning.disable.dao=Bisq DAO 和 BSQ 被临时禁用的。更多信息请访问 Bisq 论坛。
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC=这笔交易是无法实现,因为 {0} 的挖矿手续费用会超过 {1} 的转账金额。请等到挖矿手续费再次降低或您积累了更多的 BTC 来转账。
@ -2356,7 +1630,6 @@ popup.info.cashDepositInfo.confirm=我确认我可以支付保证金
popup.info.shutDownWithOpenOffers=Bisq 正在被关闭,但仍有公开的报价。\n\n当 Bisq 关闭时,这些提供将不能在 P2P 网络上使用,但是它们将在您下次启动 Bisq 时重新发布到 P2P 网络上。\n\n为了让您的报价在线保持 Bisq 运行,并确保这台计算机也在线(即,确保它不会进入待机模式…显示器待机不是问题)。
popup.info.qubesOSSetupInfo=你似乎好像在 Qubes OS 上运行 Bisq。\n\n请确保您的 Bisq qube 是参考设置指南的说明设置的 https://bisq.wiki/Running_Bisq_on_Qubes
popup.warn.downGradePrevention=不支持从 {0} 版本降级到 {1} 版本。请使用最新的 Bisq 版本。
popup.warn.daoRequiresRestart=在同步 DAO 状态时发生问题。你需要重启应用以修复此问题。
popup.privateNotification.headline=重要私人通知!
@ -2528,7 +1801,6 @@ navigation.settings.preferences=“设置/偏好”
# suppress inspection "UnusedProperty"
navigation.funds.transactions=“资金/交易记录”
navigation.support=“帮助”
navigation.dao.wallet.receive=“DAO/BSQ 钱包/接收”
####################################################################
@ -2558,12 +1830,6 @@ XMR_MAINNET=XMR Mainnet
XMR_TESTNET=XMR Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=XMR Stagenet
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=比特币 DAO 测试网络(弃用)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO 测试网络(比特币主要网络)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=比特币 DAO 回归测试
time.year=年线
time.month=月线
@ -2910,9 +2176,7 @@ validation.accountNrChars=账户必须由 {0} 个字符构成。
validation.btc.invalidAddress=地址不正确,请检查地址格式。
validation.integerOnly=请输入整数。
validation.inputError=您的输入引起了错误:\n{0}
validation.bsq.insufficientBalance=您的可用钱包余额为 {0}。
validation.btc.exceedsMaxTradeLimit=您的交易限额为 {0}。
validation.bsq.amountBelowMinAmount=最小金额为 {0}
validation.nationalAccountId={0} 必须由{1}个数字组成。
#new
@ -2934,7 +2198,6 @@ validation.bic.invalidLocationCode=BIC 包含无效的地址代码
validation.bic.invalidBranchCode=BIC 包含无效的分行代码
validation.bic.sepaRevolutBic=不支持 Revolut Sepa 账户
validation.btc.invalidFormat=无效格式的比特币地址
validation.bsq.invalidFormat=无效格式的 BSQ 地址
validation.email.invalidAddress=无效地址
validation.iban.invalidCountryCode=国家或地区代码无效
validation.iban.checkSumNotNumeric=校验必须是数字

View file

@ -192,7 +192,6 @@ shared.tradeWalletBalance=交易錢包餘額
shared.makerTxFee=賣家:{0}
shared.takerTxFee=買家:{0}
shared.iConfirm=我確認
shared.tradingFeeInBsqInfo=≈ {0}
shared.openURL=打開 {0}
shared.fiat=法定貨幣
shared.crypto=加密
@ -204,9 +203,6 @@ shared.actions=操作
shared.buyerUpperCase=買家
shared.sellerUpperCase=買家
shared.new=
shared.blindVoteTxId=匿名投票交易 ID
shared.proposal=建議
shared.votes=投票
shared.learnMore=瞭解更多
shared.dismiss=忽略
shared.selectedArbitrator=選中的仲裁者
@ -240,7 +236,6 @@ mainView.menu.funds=資金
mainView.menu.support=幫助
mainView.menu.settings=設置
mainView.menu.account=賬户
mainView.menu.dao=DAO
mainView.marketPriceWithProvider.label=交易所價格提供商:{0}
mainView.marketPrice.bisqInternalPrice=最新 Bisq 交易的價格
@ -257,13 +252,11 @@ mainView.footer.localhostBitcoinNode=(本地主機)
mainView.footer.btcInfo={0} {1}
mainView.footer.btcFeeRate=/ Fee rate: {0} sat/vB
mainView.footer.btcInfo.initializing=連接至比特幣網絡
mainView.footer.bsqInfo.synchronizing=正在同步 DAO
mainView.footer.btcInfo.synchronizingWith=Synchronizing with {0} at block: {1} / {2}
mainView.footer.btcInfo.synchronizedWith=Synced with {0} at block {1}
mainView.footer.btcInfo.connectingTo=連接至
mainView.footer.btcInfo.connectionFailed=連接失敗:
mainView.footer.p2pInfo=比特幣網絡節點:{0} / Bisq 網絡節點:{1}
mainView.footer.daoFullNode=DAO 全節點
mainView.bootstrapState.connectionToTorNetwork=(1/4) 連接至 Tor 網絡...
mainView.bootstrapState.torNodeCreated=(2/4) Tor 節點已創建
@ -435,7 +428,6 @@ createOffer.fundsBox.networkFee=礦工手續費
createOffer.fundsBox.placeOfferSpinnerInfo=正在發佈報價中...
createOffer.fundsBox.paymentLabel=Bisq 交易 ID {0}
createOffer.fundsBox.fundsStructure={0} 保證金,{1} 交易費,{2} 採礦費)
createOffer.fundsBox.fundsStructure.BSQ={0} 保證金,{1} 採礦費)+ {2} 交易費
createOffer.success.headline=你的報價已經發布
createOffer.success.info=你可以在“業務/未完成報價”頁面內管理您的未完成報價。
createOffer.info.sellAtMarketPrice=由於您的價格是持續更新的,因此您將始終以市場價格進行出售。
@ -636,7 +628,6 @@ portfolio.pending.step2_buyer.amountToTransfer=劃轉數量
portfolio.pending.step2_buyer.sellersAddress=賣家的 {0} 地址
portfolio.pending.step2_buyer.buyerAccount=您的付款帳户將被使用
portfolio.pending.step2_buyer.paymentStarted=付款開始
portfolio.pending.step2_buyer.fillInBsqWallet=Pay from BSQ wallet
portfolio.pending.step2_buyer.warn=你還沒有完成你的 {0} 付款!\n請注意交易必須在 {1} 之前完成。
portfolio.pending.step2_buyer.openForDispute=您還沒有完成您的付款!\n最大交易期限已過。請聯繫調解員尋求幫助。
portfolio.pending.step2_buyer.paperReceipt.headline=您是否將紙質收據發送給 BTC 賣家?
@ -882,7 +873,6 @@ funds.locked.locked=多重驗證凍結交易 ID{0}
funds.tx.direction.sentTo=發送至:
funds.tx.direction.receivedWith=接收到:
funds.tx.direction.genesisTx=從初始 tx
funds.tx.txFeePaymentForBsqTx=BSQ tx 的礦工手續費支付
funds.tx.createOfferFee=掛單和tx費用{0}
funds.tx.takeOfferFee=下單和tx費用{0}
funds.tx.multiSigDeposit=多重驗證保證金:{0}
@ -896,15 +886,11 @@ funds.tx.unknown=未知原因:{0}
funds.tx.noFundsFromDispute=沒有退款的糾紛
funds.tx.receivedFunds=收到的資金:
funds.tx.withdrawnFromWallet=從錢包提現
funds.tx.withdrawnFromBSQWallet=BTC 已從 BSQ 錢包中取出
funds.tx.memo=備註
funds.tx.noTxAvailable=沒有可用交易
funds.tx.revert=還原
funds.tx.txSent=交易成功發送到本地 Bisq 錢包中的新地址。
funds.tx.direction.self=內部錢包交易
funds.tx.daoTxFee=BSQ tx 的礦工手續費支付
funds.tx.reimbursementRequestTxFee=退還申請
funds.tx.compensationRequestTxFee=報償申請
funds.tx.dustAttackTx=接受零頭
funds.tx.dustAttackTx.popup=這筆交易是發送一個非常小的比特幣金額到您的錢包,可能是區塊鏈分析公司嘗試監控您的交易。\n\n如果您在交易中使用該交易輸出他們將瞭解到您很可能也是其他地址的所有者資金歸集。\n\n為了保護您的隱私Bisq 錢包忽略了這種零頭的消費和餘額顯示。可以在設置中將輸出視為零頭時設置閾值量。
@ -996,9 +982,7 @@ settings.tab.about=關於我們
setting.preferences.general=通用偏好
setting.preferences.explorer=比特幣區塊瀏覽器
setting.preferences.explorer.bsq=Bisq 區塊瀏覽器
setting.preferences.deviation=與市場價格最大差價
setting.preferences.bsqAverageTrimThreshold=BSQ 率已超過閾值
setting.preferences.avoidStandbyMode=避免待機模式
setting.preferences.autoConfirmXMR=XMR 自動確認
setting.preferences.autoConfirmEnabled=啟用
@ -1032,19 +1016,6 @@ setting.preferences.notifyOnPreRelease=Receive pre-release notifications
setting.preferences.resetAllFlags=重置所有“不再提示”的提示
settings.preferences.languageChange=同意重啟請求以更換語言
settings.preferences.supportLanguageWarning=如有任何爭議,請注意調解在 {0} 處理,仲裁在 {1} 處理。
setting.preferences.daoOptions=DAO 選項
setting.preferences.dao.resyncFromGenesis.label=從初始 tx 重構 DAO 狀態
setting.preferences.dao.resyncFromResources.label=從指定資源重新構建 DAO 狀態
setting.preferences.dao.resyncFromResources.popup=應用程序重新啟動後Bisq 網絡治理數據將從種子節點重新加載,而 BSQ 同步狀態將從創始交易中重新構建。
setting.preferences.dao.resyncFromGenesis.popup=從創始交易中出現同步會消耗大量時間以及 CPU 資源。您確定要重新同步嗎?通常,從最新資源文件進行重新同步就足夠了,而且速度更快。\n\n應用程序重新啟動後Bisq 網絡治理數據將從種子節點重新加載,而 BSQ 同步狀態將從初始交易中重新構建。
setting.preferences.dao.resyncFromGenesis.resync=從創始區塊重新同步並關閉
setting.preferences.dao.isDaoFullNode=以 DAO 全節點運行 Bisq
setting.preferences.dao.rpcUser=RPC 用户名
setting.preferences.dao.rpcPw=PRC 密碼
setting.preferences.dao.blockNotifyPort=區塊通知端口
setting.preferences.dao.fullNodeInfo=如果要將 Bisq 以 DAO 全節點運行,您需要在本地運行比特幣核心並啟用 RPC 。所有的需求都記錄在“ {0} ”中。
setting.preferences.dao.fullNodeInfo.ok=打開文檔頁面
setting.preferences.dao.fullNodeInfo.cancel=不,我堅持使用輕節點模式
settings.preferences.editCustomExplorer.headline=瀏覽設置。
settings.preferences.editCustomExplorer.description=從左側列表中選擇一個系統默認瀏覽器,或使用您偏好的自定義設置。
settings.preferences.editCustomExplorer.available=可用瀏覽器
@ -1090,7 +1061,7 @@ settings.net.needRestart=您需要重啟應用程序以同意這次變更。\n
settings.net.notKnownYet=至今未知...
settings.net.sentData=已發送數據 {0}{1} 條消息,{2} 條消息/秒
settings.net.receivedData=已接收數據 {0}{1} 條消息,{2} 條消息/秒
settings.net.chainHeight=Bisq DAO chain height: {0} | Bitcoin Peers chain height: {1}
settings.net.chainHeight=Bitcoin Peers chain height: {1}
settings.net.ips=添加逗號分隔的 IP 地址及端口如使用8333端口可不填寫。
settings.net.seedNode=種子節點
settings.net.directPeer=節點(直連)
@ -1144,14 +1115,10 @@ setting.about.shortcuts.walletDetails=打開錢包詳情窗口
setting.about.shortcuts.openEmergencyBtcWalletTool=打開應急 BTC 錢包工具
setting.about.shortcuts.openEmergencyBsqWalletTool=打開應急 BSQ 錢包工具
setting.about.shortcuts.showTorLogs=在 DEBUG 與 WARN 之間切換 Tor 日誌等級
setting.about.shortcuts.manualPayoutTxWindow=打開窗口手動支付雙重驗證存款交易
setting.about.shortcuts.reRepublishAllGovernanceData=重新推送 DAO 眾議廳數據(包括提案以及投票)
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}
@ -1337,687 +1304,6 @@ account.notifications.noWebCamFound.warning=未找到網絡攝像頭。\n\n請
account.notifications.priceAlert.warning.highPriceTooLow=較高的價格必須大於較低的價格。
account.notifications.priceAlert.warning.lowerPriceTooHigh=較低的價格必須低於較高的價格。
####################################################################
# DAO
####################################################################
dao.tab.factsAndFigures=確切消息
dao.tab.bsqWallet=BSQ 錢包
dao.tab.proposals=管理
dao.tab.bonding=關係
dao.tab.proofOfBurn=資產清單掛牌費/燒燬證明
dao.tab.monitor=網絡監視器
dao.tab.news=新聞
dao.paidWithBsq=已用 BSQ 支付
dao.availableBsqBalance=可用於支出(已驗證的+未確認的變更輸出)
dao.verifiedBsqBalance=所有已驗證的 UTXO 餘額
dao.unconfirmedChangeBalance=已驗證的+未確認的變更輸出
dao.unverifiedBsqBalance=所有未驗證交易的餘額(等待區塊確認)
dao.lockedForVoteBalance=用於投票
dao.lockedInBonds=凍結餘額
dao.availableNonBsqBalance=可用的非 BSQ 餘額BTC
dao.reputationBalance=聲望值(不會花費)
dao.tx.published.success=你的交易已經成功發佈
dao.proposal.menuItem.make=創建要求
dao.proposal.menuItem.browse=瀏覽開啟的報償申請
dao.proposal.menuItem.vote=為報償申請投票
dao.proposal.menuItem.result=投票結果
dao.cycle.headline=投票週期
dao.cycle.overview.headline=投票週期總覽
dao.cycle.currentPhase=現階段
dao.cycle.currentBlockHeight=當前區塊高度:
dao.cycle.proposal=提議階段
dao.cycle.proposal.next=下一個提議階段
dao.cycle.blindVote=匿名投票階段
dao.cycle.voteReveal=投票公示階段
dao.cycle.voteResult=投票結果
dao.cycle.phaseDuration=區塊 {0} (≈{1});區塊 {2} - {3}(≈{4} - ≈{5}
dao.cycle.phaseDurationWithoutBlocks=區塊 {0} - {1} (≈{2} - ≈{3}
dao.voteReveal.txPublished.headLine=投票公示交易發佈
dao.voteReveal.txPublished=你的交易 ID 為 {0} 投票公示交易已經成功發佈。\n\n如果您已經參與了 DAO 投票,那麼這將由軟件自動完成。
dao.results.cycles.header=週期
dao.results.cycles.table.header.cycle=週期
dao.results.cycles.table.header.numProposals=請求
dao.results.cycles.table.header.voteWeight=投票權重
dao.results.cycles.table.header.issuance=發行
dao.results.results.table.item.cycle=週期 {0} 開始於:{1}
dao.results.proposals.header=選定週期的請求
dao.results.proposals.table.header.nameLink=名稱/鏈接
dao.results.proposals.table.header.details=詳情
dao.results.proposals.table.header.myVote=我的投票
dao.results.proposals.table.header.result=投票結果
dao.results.proposals.table.header.threshold=閾值
dao.results.proposals.table.header.quorum=法定人數
dao.results.proposals.voting.detail.header=選定提案的投票結果
dao.results.exceptions=投票結果異常
# suppress inspection "UnusedProperty"
dao.param.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BSQ=BSQ 掛單費
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BSQ=BSQ 買單費
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BSQ=最小 BSQ 掛單費
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BSQ=最小 BSQ 買單費
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_MAKER_FEE_BTC=BTC 掛單費
# suppress inspection "UnusedProperty"
dao.param.DEFAULT_TAKER_FEE_BTC=BTC 買單費
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.MIN_MAKER_FEE_BTC=最小 BTC 掛單費
# suppress inspection "UnusedProperty"
dao.param.MIN_TAKER_FEE_BTC=最小 BTC 買單費
# suppress inspection "UnusedProperty"
# suppress inspection "UnusedProperty"
dao.param.PROPOSAL_FEE=BSQ 提案手續費
# suppress inspection "UnusedProperty"
dao.param.BLIND_VOTE_FEE=BSQ 投票手續費
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MIN_AMOUNT=最低 BSQ 報償申請數量
# suppress inspection "UnusedProperty"
dao.param.COMPENSATION_REQUEST_MAX_AMOUNT=最高 BSQ 報償申請數量
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MIN_AMOUNT=最低 BSQ 退還申請數量
# suppress inspection "UnusedProperty"
dao.param.REIMBURSEMENT_MAX_AMOUNT=最高 BSQ 退還申請數量
# suppress inspection "UnusedProperty"
dao.param.QUORUM_GENERIC=BSQ 要求的一般提案的仲裁人數
# suppress inspection "UnusedProperty"
dao.param.QUORUM_COMP_REQUEST=BSQ 要求的報償申請的仲裁人數
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REIMBURSEMENT=BSQ 要求的退還申請的仲裁人數
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CHANGE_PARAM=BSQ 要求的改變參數的仲裁人數
# suppress inspection "UnusedProperty"
dao.param.QUORUM_REMOVE_ASSET=BSQ 要求的移除資產要求的人數
# suppress inspection "UnusedProperty"
dao.param.QUORUM_CONFISCATION=BSQ 要求的沒收申請的仲裁人數
# suppress inspection "UnusedProperty"
dao.param.QUORUM_ROLE=BSQ 要求的綁定角色的仲裁人數
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_GENERIC=普通提案的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_COMP_REQUEST=報償申請的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REIMBURSEMENT=退還申請的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CHANGE_PARAM=改變參數的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_REMOVE_ASSET=移除資產的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_CONFISCATION=沒收申請的要求百分比
# suppress inspection "UnusedProperty"
dao.param.THRESHOLD_ROLE=擔保角色的要求百分比
# suppress inspection "UnusedProperty"
dao.param.RECIPIENT_BTC_ADDRESS=接收方 BTC 地址
# suppress inspection "UnusedProperty"
dao.param.ASSET_LISTING_FEE_PER_DAY=資產清單掛牌費每日支付
# suppress inspection "UnusedProperty"
dao.param.ASSET_MIN_VOLUME=最小資產交易量
# suppress inspection "UnusedProperty"
dao.param.LOCK_TIME_TRADE_PAYOUT=其他交易支出tx的鎖定時間
# suppress inspection "UnusedProperty"
dao.param.ARBITRATOR_FEE=BTC 仲裁費
# suppress inspection "UnusedProperty"
dao.param.MAX_TRADE_LIMIT=最高 BTC 交易限額
# suppress inspection "UnusedProperty"
dao.param.BONDED_ROLE_FACTOR=擔保角色對 BSQ 的影響
# suppress inspection "UnusedProperty"
dao.param.ISSUANCE_LIMIT=每個週期的 BSQ 發行限額
dao.param.currentValue=當前值:{0}
dao.param.currentAndPastValue=當前餘額:{0}(提案時的餘額:{1}
dao.param.blocks={0} 區塊
dao.results.invalidVotes=在那個投票週期中,我們有無效的投票。如果投票沒有在 Bisq 網絡中很好地分佈,就會發生這種情況。\n{0}
# suppress inspection "UnusedProperty"
dao.phase.PHASE_UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.phase.PHASE_PROPOSAL=提議階段
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK1=休息1
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BLIND_VOTE=匿名投票階段
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK2=休息2
# suppress inspection "UnusedProperty"
dao.phase.PHASE_VOTE_REVEAL=投票公示階段
# suppress inspection "UnusedProperty"
dao.phase.PHASE_BREAK3=休息3
# suppress inspection "UnusedProperty"
dao.phase.PHASE_RESULT=結果階段
dao.results.votes.table.header.stakeAndMerit=投票權重
dao.results.votes.table.header.stake=份額
dao.results.votes.table.header.merit=獲得的
dao.results.votes.table.header.vote=投票
dao.bond.menuItem.bondedRoles=擔保角色
dao.bond.menuItem.reputation=擔保的名譽
dao.bond.menuItem.bonds=擔保
dao.bond.dashboard.bondsHeadline=擔保式 BSQ
dao.bond.dashboard.lockupAmount=鎖定資金
dao.bond.dashboard.unlockingAmount=正在鎖定資金(等到鎖定時間過後)
dao.bond.reputation.header=為名譽鎖定擔保
dao.bond.reputation.table.header=我的名譽擔保
dao.bond.reputation.amount=鎖定的 BSQ 數量
dao.bond.reputation.time=在區塊中的解鎖時間
dao.bond.reputation.salt=
dao.bond.reputation.hash=哈希
dao.bond.reputation.lockupButton=鎖定
dao.bond.reputation.lockup.headline=確認鎖定交易
dao.bond.reputation.lockup.details=鎖定數量:{0}\n解鎖時間{1} 區塊(≈{2}\n\n礦工手續費{3}{4} 聰/字節)\n交易大小{5} 字節\n\n你確定想要繼續
dao.bond.reputation.unlock.headline=確認解鎖交易
dao.bond.reputation.unlock.details=解鎖金額:{0}\n解鎖時間{1} 區塊(≈{2}\n\n挖礦手續費{3}{4} 聰/Byte\n交易大小{5} Kb\n\n你想繼續這個操作嗎
dao.bond.allBonds.header=所有擔保
dao.bond.bondedReputation=擔保的名譽
dao.bond.bondedRoles=擔保角色
dao.bond.details.header=交易方詳情
dao.bond.details.role=角色
dao.bond.details.requiredBond=需要的 BSQ 擔保
dao.bond.details.unlockTime=在區塊中的解鎖時間
dao.bond.details.link=鏈接到交易方描述
dao.bond.details.isSingleton=是否可由多個交易方擔任
dao.bond.details.blocks={0} 區塊
dao.bond.table.column.name=名稱
dao.bond.table.column.link=綁定
dao.bond.table.column.bondType=連接類型
dao.bond.table.column.details=詳情
dao.bond.table.column.lockupTxId=鎖定 Tx ID
dao.bond.table.column.bondState=連接狀態
dao.bond.table.column.lockTime=解鎖時間
dao.bond.table.column.lockupDate=鎖定日期
dao.bond.table.button.lockup=鎖定
dao.bond.table.button.unlock=解鎖
dao.bond.table.button.revoke=撤銷
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.bond.bondState.READY_FOR_LOCKUP=尚未擔保
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_PENDING=等待鎖定
# suppress inspection "UnusedProperty"
dao.bond.bondState.LOCKUP_TX_CONFIRMED=鎖定的擔保
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_PENDING=等待解鎖
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCK_TX_CONFIRMED=解鎖 Tx 確認
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKING=正在解鎖擔保
# suppress inspection "UnusedProperty"
dao.bond.bondState.UNLOCKED=擔保已解鎖
# suppress inspection "UnusedProperty"
dao.bond.bondState.CONFISCATED=沒收的擔保
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.BONDED_ROLE=擔保角色
# suppress inspection "UnusedProperty"
dao.bond.lockupReason.REPUTATION=擔保名譽
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=Github 管理
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=論壇管理
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter 管理
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase 管理員
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=YouTube 管理
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Bisq 運維人員
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=BitcoinJ-fork 運維人員
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Netlayer 運維人員
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=網站運營者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_OPERATOR=論壇運營者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.SEED_NODE_OPERATOR=種子節點運營者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DATA_RELAY_NODE_OPERATOR=價格節點運營者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_NODE_OPERATOR=比特幣節點運營者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MARKETS_OPERATOR=交易所運營者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=瀏覽器運營者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=移動通知中繼運營者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=域名持有者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DNS_ADMIN=DNS 管理者
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MEDIATOR=調解員
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ARBITRATOR=仲裁員
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BTC_DONATION_ADDRESS_OWNER=BTC 贊助地址所有者
dao.burnBsq.assetFee=資產清單
dao.burnBsq.menuItem.assetFee=資產清單掛牌費
dao.burnBsq.menuItem.proofOfBurn=燒燬證明
dao.burnBsq.header=資產清單掛牌費
dao.burnBsq.selectAsset=選擇資產
dao.burnBsq.fee=手續費
dao.burnBsq.trialPeriod=試用期
dao.burnBsq.payFee=支付手續費
dao.burnBsq.allAssets=所有資產
dao.burnBsq.assets.nameAndCode=資產名稱
dao.burnBsq.assets.state=狀態
dao.burnBsq.assets.tradeVolume=交易量
dao.burnBsq.assets.lookBackPeriod=確認期
dao.burnBsq.assets.trialFee=試用期手續費
dao.burnBsq.assets.totalFee=總共已支付費用
dao.burnBsq.assets.days={0} 天
dao.burnBsq.assets.toFewDays=資產清單掛牌費過低。在試用期中最低數量為 {0}。
# suppress inspection "UnusedProperty"
dao.assetState.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.assetState.IN_TRIAL_PERIOD=在試用期
# suppress inspection "UnusedProperty"
dao.assetState.ACTIVELY_TRADED=活躍的交易
# suppress inspection "UnusedProperty"
dao.assetState.DE_LISTED=因不活躍而被取消
# suppress inspection "UnusedProperty"
dao.assetState.REMOVED_BY_VOTING=移除投票
dao.proofOfBurn.header=燒燬證明
dao.proofOfBurn.amount=數量
dao.proofOfBurn.preImage=預覽
dao.proofOfBurn.burn=燒燬
dao.proofOfBurn.allTxs=所有燒燬證明交易
dao.proofOfBurn.myItems=我的燒燬證明交易
dao.proofOfBurn.date=日期
dao.proofOfBurn.hash=哈希
dao.proofOfBurn.txs=交易記錄
dao.proofOfBurn.pubKey=公鑰
dao.proofOfBurn.signature.window.title=使用燒燬證明交易中的密鑰驗證消息
dao.proofOfBurn.verify.window.title=使用燒燬證明交易中的密鑰確認消息
dao.proofOfBurn.copySig=將驗證複製到剪貼板
dao.proofOfBurn.sign=驗證
dao.proofOfBurn.message=消息
dao.proofOfBurn.sig=驗證
dao.proofOfBurn.verify=確認
dao.proofOfBurn.verificationResult.ok=確認成功
dao.proofOfBurn.verificationResult.failed=確認失敗
# suppress inspection "UnusedProperty"
dao.phase.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.phase.PROPOSAL=提議階段
# suppress inspection "UnusedProperty"
dao.phase.BREAK1=匿名投票前的休息階段
# suppress inspection "UnusedProperty"
dao.phase.BLIND_VOTE=匿名投票階段
# suppress inspection "UnusedProperty"
dao.phase.BREAK2=投票公示前的休息階段
# suppress inspection "UnusedProperty"
dao.phase.VOTE_REVEAL=投票公示階段
# suppress inspection "UnusedProperty"
dao.phase.BREAK3=公佈結果前的休息階段
# suppress inspection "UnusedProperty"
dao.phase.RESULT=投票結果階段
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.PROPOSAL=提議階段
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.BLIND_VOTE=匿名投票
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.VOTE_REVEAL=投票公示
# suppress inspection "UnusedProperty"
dao.phase.separatedPhaseBar.RESULT=投票結果
# suppress inspection "UnusedProperty"
dao.proposal.type.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.proposal.type.COMPENSATION_REQUEST=報償申請
# suppress inspection "UnusedProperty"
dao.proposal.type.REIMBURSEMENT_REQUEST=退還申請
# suppress inspection "UnusedProperty"
dao.proposal.type.BONDED_ROLE=擔保角色的提案
# suppress inspection "UnusedProperty"
dao.proposal.type.REMOVE_ASSET=移除資產提案
# suppress inspection "UnusedProperty"
dao.proposal.type.CHANGE_PARAM=修改參數的提議
# suppress inspection "UnusedProperty"
dao.proposal.type.GENERIC=一般提議
# suppress inspection "UnusedProperty"
dao.proposal.type.CONFISCATE_BOND=沒收擔保請求
# suppress inspection "UnusedProperty"
dao.proposal.type.short.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.proposal.type.short.COMPENSATION_REQUEST=報償申請
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REIMBURSEMENT_REQUEST=退還申請
# suppress inspection "UnusedProperty"
dao.proposal.type.short.BONDED_ROLE=擔保角色
# suppress inspection "UnusedProperty"
dao.proposal.type.short.REMOVE_ASSET=移除一個數字貨幣
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CHANGE_PARAM=修改參數
# suppress inspection "UnusedProperty"
dao.proposal.type.short.GENERIC=一般提議
# suppress inspection "UnusedProperty"
dao.proposal.type.short.CONFISCATE_BOND=沒收擔保
dao.proposal.details=提議細節
dao.proposal.selectedProposal=選定賠償要求
dao.proposal.active.header=當前週期的提案
dao.proposal.active.remove.confirm=您確定要移除該提案嗎?\n如果您刪除該提案提案費將會丟失。
dao.proposal.active.remove.doRemove=是,移除我的提案
dao.proposal.active.remove.failed=不能移除提案。
dao.proposal.myVote.title=投票
dao.proposal.myVote.accept=接受提議
dao.proposal.myVote.reject=拒絕提案
dao.proposal.myVote.removeMyVote=忽略提案
dao.proposal.myVote.merit=所得的 BSQ 的投票權重
dao.proposal.myVote.stake=Stake 的投票權重
dao.proposal.myVote.revealTxId=投票公示的交易 ID
dao.proposal.myVote.stake.prompt=在投票中最大可用份額:{0}
dao.proposal.votes.header=設置投票的份額,併發布您的投票
dao.proposal.myVote.button=發佈投票
dao.proposal.myVote.setStake.description=在對所有提案進行投票後您必須鎖定BSQ來設置投票的份額。您鎖定的 BSQ 越多,你的投票權重就越大。\n\n投票會鎖定 BSQ 將在投票顯示階段再次解鎖。
dao.proposal.create.selectProposalType=選擇提案類型
dao.proposal.create.phase.inactive=請等到下一個提案階段
dao.proposal.create.proposalType=提議類型
dao.proposal.create.new=創建新的賠償要求
dao.proposal.create.button=創建賠償要求
dao.proposal.create.publish=發佈提案
dao.proposal.create.publishing=正在發佈提案中...
dao.proposal=提案
dao.proposal.display.type=提議類型
dao.proposal.display.name=確切的 GitHub 的用户名
dao.proposal.display.link=詳情的鏈接
dao.proposal.display.link.prompt=提案的鏈接
dao.proposal.display.requestedBsq=申請的 BSQ 數量
dao.proposal.display.txId=提案交易 ID
dao.proposal.display.proposalFee=提案手續費
dao.proposal.display.myVote=我的投票
dao.proposal.display.voteResult=投票結果總結
dao.proposal.display.bondedRoleComboBox.label=擔保角色類型
dao.proposal.display.requiredBondForRole.label=角色需要的擔保
dao.proposal.display.option=選項
dao.proposal.table.header.proposalType=提議類型
dao.proposal.table.header.link=綁定
dao.proposal.table.header.myVote=我的投票
# suppress inspection "UnusedProperty"
dao.proposal.table.header.remove=移除
dao.proposal.table.icon.tooltip.removeProposal=移除我的提案
dao.proposal.table.icon.tooltip.changeVote=當前投票:“{0}”。更改投票至:“{1}”
dao.proposal.display.myVote.accepted=已接受
dao.proposal.display.myVote.rejected=已拒絕
dao.proposal.display.myVote.ignored=已忽略
dao.proposal.display.myVote.unCounted=投票結果不包括在內
dao.proposal.myVote.summary=已投票:{0};投票權重:{1}(獲得的:{2} + 獎金:{3}{4}
dao.proposal.myVote.invalid=投票無效
dao.proposal.voteResult.success=已接受
dao.proposal.voteResult.failed=已拒絕
dao.proposal.voteResult.summary=結果:{0};閾值:{1}(要求> {2});仲裁人數:{3}(要求> {4}
dao.proposal.display.paramComboBox.label=選擇需要改變的參數
dao.proposal.display.paramValue=參數值
dao.proposal.display.confiscateBondComboBox.label=選擇擔保
dao.proposal.display.assetComboBox.label=需要移除的資產
dao.blindVote=匿名投票
dao.blindVote.startPublishing=發佈匿名投票交易中
dao.blindVote.success=我們的匿名投票交易已經成功發佈。\n\n請注意您必須在線在投票公示階段以便您的 Bisq 應用程序可以發佈投票公示交易。沒有投票公示交易,您的投票將無效!
dao.wallet.menuItem.send=發送
dao.wallet.menuItem.receive=接收
dao.wallet.menuItem.transactions=交易記錄
dao.wallet.dashboard.myBalance=我的錢包餘額
dao.wallet.receive.fundYourWallet=你的 BSQ 接收地址
dao.wallet.receive.bsqAddress=BSQ 錢包地址(刷新未使用地址)
dao.wallet.send.sendFunds=提現
dao.wallet.send.sendBtcFunds=發送非 BSQ 資金BTC
dao.wallet.send.amount=BSQ 數量
dao.wallet.send.btcAmount=BTC 數量(無 BSQ 資金)
dao.wallet.send.setAmount=設置提現數量(最小量 {0}
dao.wallet.send.receiverAddress=接收者的 BSQ 地址
dao.wallet.send.receiverBtcAddress=接收者的 BTC 地址
dao.wallet.send.setDestinationAddress=輸入您的目標地址
dao.wallet.send.send=發送 BSQ 資金
dao.wallet.send.inputControl=Select inputs
dao.wallet.send.sendBtc=發送 BTC 資金
dao.wallet.send.sendFunds.headline=確定提現申請
dao.wallet.send.sendFunds.details=發送:{0}\n來自{1}\n要求的礦工手續費{2}{3}比特/節)\n交易大小{4}字節\n\n接收方會收到{5}\n\n您確定您想要提現這些數量嗎
dao.wallet.chainHeightSynced=最新確認區塊:{0}
dao.wallet.chainHeightSyncing=等待區塊... 已確認{0}/{1}區塊
dao.wallet.tx.type=類型
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED=未定義
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNDEFINED_TX_TYPE=不被認可
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNVERIFIED=未驗證的 BSQ 交易
# suppress inspection "UnusedProperty"
dao.tx.type.enum.INVALID=無效的 BSQ 交易
# suppress inspection "UnusedProperty"
dao.tx.type.enum.GENESIS=初始交易
# suppress inspection "UnusedProperty"
dao.tx.type.enum.TRANSFER_BSQ=劃轉 BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.received.TRANSFER_BSQ=接收 BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.sent.TRANSFER_BSQ=發送 BSQ
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PAY_TRADE_FEE=付交易費記錄
# suppress inspection "UnusedProperty"
dao.tx.type.enum.COMPENSATION_REQUEST=報償申請記錄
# suppress inspection "UnusedProperty"
dao.tx.type.enum.REIMBURSEMENT_REQUEST=退還申請的手續費
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROPOSAL=提案手續費
# suppress inspection "UnusedProperty"
dao.tx.type.enum.BLIND_VOTE=投票記錄
# suppress inspection "UnusedProperty"
dao.tx.type.enum.VOTE_REVEAL=投票公示
# suppress inspection "UnusedProperty"
dao.tx.type.enum.LOCKUP=鎖定擔保
# suppress inspection "UnusedProperty"
dao.tx.type.enum.UNLOCK=解鎖擔保
# suppress inspection "UnusedProperty"
dao.tx.type.enum.ASSET_LISTING_FEE=資產清單掛牌費
# suppress inspection "UnusedProperty"
dao.tx.type.enum.PROOF_OF_BURN=燒燬證明
# suppress inspection "UnusedProperty"
dao.tx.type.enum.IRREGULAR=不正常
dao.tx.withdrawnFromWallet=BTC 已從錢包中取出
dao.tx.issuanceFromCompReq=報償申請/發放
dao.tx.issuanceFromCompReq.tooltip=導致新 BSQ 發行的報償請求。\n發行日期{0}
dao.tx.issuanceFromReimbursement=退還申請/發放
dao.tx.issuanceFromReimbursement.tooltip=導致新 BSQ 發放的退還申請。\n發放日期 {0}
dao.proposal.create.missingBsqFunds=您沒有足夠的 BSQ 資金來創建提案。如果您有一個未經確認的 BSQ 交易,您需要等待一個區塊鏈確認,因為 BSQ 只有在包含在一個區塊中時才會被驗證。\n缺失{0}
dao.proposal.create.missingBsqFundsForBond=你沒有足夠的 BSQ 資金來承擔這個角色。您仍然可以發佈這個提案,但如果它被接受,您將需要這個角色所需的全部 BSQ 金額。\n缺少{0}
dao.proposal.create.missingMinerFeeFunds=您沒有足夠的BTC資金來支付該提案交易。所有的 BSQ交易需要用 BTC 支付挖礦手續費。\n缺少{0}
dao.proposal.create.missingIssuanceFunds=您沒有足夠的BTC資金來支付該提案交易。所有的 BSQ交易需要用 BTC 支付挖礦手續費以及發起交易也需要用 BTC 支付所需的 BSQ 數量({0} 聰/BSQ\n缺少{1}
dao.feeTx.confirm=確認 {0} 交易
dao.feeTx.confirm.details={0}手續費:{1}\n礦工手續費{2}{3} 聰/byte\n交易大小{4} Kb\n\n您確定您要發送這個 {5} 交易嗎?
dao.feeTx.issuanceProposal.confirm.details={0}手續費:{1}\n為 BSQ 提案所需要的BTC{2}{3}聰 / BSQ\n挖礦手續費{4}{5}聰 /字節)\n交易大小{6}Kb\n\n如果你的要求被批准你將收到你要求數量的 2 個 BSQ 提議的費用。\n\n你確定你想要發佈{7}交易?
dao.news.bisqDAO.title=Bisq DAO
dao.news.bisqDAO.description=正如 Bisq交易是分散的並且不受審查它的治理模型也是如此—— Bisq DAO 和 BSQ 是使其成為可能的工具。
dao.news.bisqDAO.readMoreLink=瞭解有關 Bisq DAO 的更多信息
dao.news.pastContribution.title=過去有所貢獻?申請 BSQ
dao.news.pastContribution.description=如果您對 Bisq 有貢獻,請使用下面的 BSQ 地址,並申請參與 BSQ 初始分發。
dao.news.pastContribution.yourAddress=你的 BSQ 錢包地址
dao.news.pastContribution.requestNow=現在申請
dao.news.DAOOnTestnet.title=在我們的測試網絡上運行 BISQ DAO
dao.news.DAOOnTestnet.description=核心網絡 Bisq DAO 還沒有啟動,但是您可以通過在我們的測試網絡上運行它來了解 Bisq DAO 。
dao.news.DAOOnTestnet.firstSection.title=1.切換至 DAO 測試網絡模式
dao.news.DAOOnTestnet.firstSection.content=從設置頁面切換到 DAO 測試網絡。
dao.news.DAOOnTestnet.secondSection.title=2.獲得一些 BSQ
dao.news.DAOOnTestnet.secondSection.content=在 Slack 上申請 BSQ 或在 Bisq 上購買 BSQ 。
dao.news.DAOOnTestnet.thirdSection.title=3.參與投票週期
dao.news.DAOOnTestnet.thirdSection.content=就修改 Bisq 的各個方面提出建議並進行表決。
dao.news.DAOOnTestnet.fourthSection.title=4.探索 BSQ 區塊鏈瀏覽器
dao.news.DAOOnTestnet.fourthSection.content=由於 BSQ 只是比特幣,你可以看到 BSQ 交易在我們的比特幣區塊瀏覽器。
dao.news.DAOOnTestnet.readMoreLink=閲讀完整的文檔
dao.monitor.daoState=DAO 狀態
dao.monitor.proposals=提案狀態
dao.monitor.blindVotes=匿名投票狀態
dao.monitor.table.peers=節點
dao.monitor.table.conflicts=矛盾
dao.monitor.state=狀態
dao.monitor.requestAlHashes=要求所有哈希
dao.monitor.resync=重新同步 DAO 狀態
dao.monitor.table.header.cycleBlockHeight=週期/區塊高度
dao.monitor.table.cycleBlockHeight=週期 {0} /區塊 {1}
dao.monitor.table.seedPeers=種子節點:{0}
dao.monitor.daoState.headline=DAO 狀態
dao.monitor.daoState.table.headline=DAO 狀態的哈希鏈
dao.monitor.daoState.table.blockHeight=區塊高度
dao.monitor.daoState.table.hash=DAO 狀態的哈希
dao.monitor.daoState.table.prev=以前的哈希
dao.monitor.daoState.conflictTable.headline=來自不同實體的 DAO 狀態哈希
dao.monitor.daoState.utxoConflicts=UTXO 衝突
dao.monitor.daoState.utxoConflicts.blockHeight=區塊高度:{0}
dao.monitor.daoState.utxoConflicts.sumUtxo=所有 UTXO 的總和:{0} BSQ
dao.monitor.daoState.utxoConflicts.sumBsq=所有 BSQ 的總和:{0} BSQ
dao.monitor.daoState.checkpoint.popup=DAO 狀態與網絡不同步。重啟之後DAO 狀態將重新同步。
dao.monitor.proposal.headline=提案狀態
dao.monitor.proposal.table.headline=提案狀態的哈希鏈
dao.monitor.proposal.conflictTable.headline=來自不同實體的提案狀態哈希
dao.monitor.proposal.table.hash=提案狀態的哈希
dao.monitor.proposal.table.prev=以前的哈希
dao.monitor.proposal.table.numProposals=提案編號
dao.monitor.isInConflictWithSeedNode=您的本地數據與至少一個種子節點不一致。請重新同步 DAO 狀態。
dao.monitor.isInConflictWithNonSeedNode=您的一個對等節點與網絡不一致,但您的節點與種子節點同步。
dao.monitor.daoStateInSync=您的本地節點與網絡一致
dao.monitor.blindVote.headline=匿名投票狀態
dao.monitor.blindVote.table.headline=匿名投票狀態的哈希鏈
dao.monitor.blindVote.conflictTable.headline=來自不同實體的匿名投票狀態哈希
dao.monitor.blindVote.table.hash=匿名投票狀態的哈希
dao.monitor.blindVote.table.prev=以前的哈希
dao.monitor.blindVote.table.numBlindVotes=匿名投票編號
dao.factsAndFigures.menuItem.supply=BSQ 供給
dao.factsAndFigures.menuItem.transactions=BSQ 交易
dao.factsAndFigures.dashboard.avgPrice90=90天平均 BSQ/BTC 交易價格
dao.factsAndFigures.dashboard.avgPrice30=30天平均 BSQ/BTC 交易價格
dao.factsAndFigures.dashboard.avgUSDPrice90=90 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.avgUSDPrice30=30 days volume weighted average BSQ/USD price
dao.factsAndFigures.dashboard.marketCap=Market capitalisation (based on 30 days average BSQ/USD price)
dao.factsAndFigures.dashboard.availableAmount=總共可用的 BSQ
dao.factsAndFigures.dashboard.volumeUsd=Total trade volume in USD
dao.factsAndFigures.dashboard.volumeBtc=Total trade volume in BTC
dao.factsAndFigures.dashboard.averageBsqUsdPriceFromSelection=Average BSQ/USD trade price from selected time period in chart
dao.factsAndFigures.dashboard.averageBsqBtcPriceFromSelection=Average BSQ/BTC trade price from selected time period in chart
dao.factsAndFigures.supply.issuedVsBurnt=已發放的 BSQ 已銷燬的 BSQ
dao.factsAndFigures.supply.issued=已發放的 BSQ
dao.factsAndFigures.supply.compReq=Compensation requests
dao.factsAndFigures.supply.reimbursement=Reimbursement requests
dao.factsAndFigures.supply.genesisIssueAmount=在初始交易中心有問題的 BSQ
dao.factsAndFigures.supply.compRequestIssueAmount=報償申請發放的 BSQ
dao.factsAndFigures.supply.reimbursementAmount=退還申請發放的 BSQ
dao.factsAndFigures.supply.totalIssued=Total issued BSQ
dao.factsAndFigures.supply.totalBurned=Total burned BSQ
dao.factsAndFigures.supply.chart.tradeFee.toolTip={0}\n{1}
dao.factsAndFigures.supply.burnt=BSQ 燒燬總量
dao.factsAndFigures.supply.priceChat=BSQ price
dao.factsAndFigures.supply.volumeChat=交易總量
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.btcUsdPrice=BTC/USD price
dao.factsAndFigures.supply.locked=BSQ 全局鎖定狀態
dao.factsAndFigures.supply.totalLockedUpAmount=擔保的鎖定
dao.factsAndFigures.supply.totalUnlockingAmount=正在從擔保解鎖 BSQ
dao.factsAndFigures.supply.totalUnlockedAmount=已從擔保解鎖 BSQ
dao.factsAndFigures.supply.totalConfiscatedAmount=已從擔保沒收 BSQ
dao.factsAndFigures.supply.proofOfBurn=Proof of Burn
dao.factsAndFigures.supply.bsqTradeFee=BSQ Trade fees
dao.factsAndFigures.supply.btcTradeFee=BTC Trade fees
dao.factsAndFigures.transactions.genesis=創始交易
dao.factsAndFigures.transactions.genesisBlockHeight=初始區塊高度
dao.factsAndFigures.transactions.genesisTxId=初始交易 ID
dao.factsAndFigures.transactions.txDetails=BSQ 交易統計
dao.factsAndFigures.transactions.allTx=所有 BSQ 交易記錄
dao.factsAndFigures.transactions.utxo=所有未用交易的量
dao.factsAndFigures.transactions.compensationIssuanceTx=所有報償請求問題的交易記錄
dao.factsAndFigures.transactions.reimbursementIssuanceTx=所有退回申請問題的交易記錄
dao.factsAndFigures.transactions.burntTx=所有費用支付記錄
dao.factsAndFigures.transactions.invalidTx=所有無效交易記錄
dao.factsAndFigures.transactions.irregularTx=所有不正常的交易記錄:
####################################################################
# Windows
####################################################################
@ -2120,7 +1406,6 @@ disputeSummaryWindow.close.noPayout.text=你想要在未作支付的情況下關
emptyWalletWindow.headline={0} 錢包急救工具
emptyWalletWindow.info=請在緊急情況下使用,如果您無法從 UI 中訪問您的資金。\n\n請注意使用此工具時所有未結報價將自動關閉。\n\n在使用此工具之前請備份您的數據目錄。您可以在“帳户/備份”中執行此操作。\n\n請報吿我們您的問題並在 Github 或 Bisq 論壇上提交錯誤報吿,以便我們可以調查導致問題的原因。
emptyWalletWindow.balance=您的可用錢包餘額
emptyWalletWindow.bsq.btcBalance=非 BSQ 聰餘額
emptyWalletWindow.address=輸入您的目標地址
emptyWalletWindow.button=發送全部資金
@ -2146,10 +1431,8 @@ filterWindow.seedNode=篩選後的種子節點(用逗號“,”隔開的洋葱
filterWindow.priceRelayNode=篩選後的價格中繼節點(用逗號“,”隔開的洋葱地址)
filterWindow.btcNode=篩選後的比特幣節點(用逗號“,”隔開的地址+端口)
filterWindow.preventPublicBtcNetwork=禁止使用公共比特幣網絡
filterWindow.disableDao=禁用 DAO
filterWindow.disableAutoConf=禁用自動確認
filterWindow.autoConfExplorers=已過濾自動確認瀏覽器(逗號分隔地址)
filterWindow.disableDaoBelowVersion=DAO 最低所需要的版本
filterWindow.disableTradeBelowVersion=交易最低所需要的版本
filterWindow.add=添加篩選
filterWindow.remove=移除篩選
@ -2223,7 +1506,6 @@ tradeDetailsWindow.detailData=Detail data
txDetailsWindow.headline=Transaction Details
txDetailsWindow.btc.note=You have sent BTC.
txDetailsWindow.bsq.note=You have sent BSQ funds. BSQ is colored bitcoin, so the transaction will not show in a BSQ explorer until it has been confirmed in a bitcoin block.
txDetailsWindow.sentTo=Sent to
txDetailsWindow.txId=TxId
@ -2235,9 +1517,6 @@ closedTradesSummaryWindow.totalMinerFee.title=Sum of all miner fees
closedTradesSummaryWindow.totalMinerFee.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBtc.title=Sum of all trade fees paid in BTC
closedTradesSummaryWindow.totalTradeFeeInBtc.value={0} ({1} of total trade amount)
closedTradesSummaryWindow.totalTradeFeeInBsq.title=Sum of all trade fees paid in BSQ
closedTradesSummaryWindow.totalTradeFeeInBsq.value={0} ({1} of total trade amount)
walletPasswordWindow.headline=輸入密碼解鎖
torNetworkSettingWindow.header=Tor 網絡設置
@ -2262,7 +1541,6 @@ torNetworkSettingWindow.bridges.header=Tor 網絡被屏蔽?
torNetworkSettingWindow.bridges.info=如果 Tor 被您的 Internet 提供商或您的國家或地區屏蔽,您可以嘗試使用 Tor 網橋。\n \n訪問 Tor 網頁https://bridges.torproject.org/bridges瞭解關於網橋和可插拔傳輸的更多信息。
feeOptionWindow.headline=選擇貨幣支付交易手續費
feeOptionWindow.info=您可以選擇用 BSQ 或 BTC 支付交易費用。如果您選擇 BSQ ,您會感謝這些交易手續費折扣。
feeOptionWindow.optionsLabel=選擇貨幣支付交易手續費
feeOptionWindow.useBTC=使用 BTC
feeOptionWindow.fee={0}(≈ {1}
@ -2317,12 +1595,6 @@ popup.warning.tooLargePercentageValue=您不能設置100或更大的百分比
popup.warning.examplePercentageValue=請輸入百分比數字,如 5.4 是“5.4”
popup.warning.noPriceFeedAvailable=該貨幣沒有可用的價格。 你不能使用基於百分比的價格。\n請選擇固定價格。
popup.warning.sendMsgFailed=向您的交易對象發送消息失敗。\n請重試如果繼續失敗報吿錯誤。
popup.warning.insufficientBtcFundsForBsqTx=你沒有足夠的 BTC 資金支付這筆交易的挖礦手續費。\n請充值您的 BTC 錢包。\n缺少的資金{0}
popup.warning.bsqChangeBelowDustException=該交易產生的 BSQ 變化輸出低於零頭限制5.46 BSQ將被比特幣網絡拒絕。\n\n您需要發送更高的金額以避免更改輸出例如通過在您的發送金額中添加零頭或者向您的錢包中添加更多的 BSQ 資金,以避免生成零頭輸出。\n\n零頭輸出為 {0}。
popup.warning.btcChangeBelowDustException=該交易創建的更改輸出低於零頭限制546 聰),將被比特幣網絡拒絕。\n\n您需要將零頭添加到發送量中以避免生成零頭輸出。\n\n零頭輸出為{0}。
popup.warning.insufficientBsqFundsForBtcFeePayment=您需要更多的 BSQ 去完成這筆交易 - 錢包中最後剩餘 5.46 BSQ 將無法用於支付交易手續費因為 BTC 協議中的零頭限制。\n\n你可以購買更多的 BSQ 或用 BTC支付交易手續費\n\n缺少 BSQ 資金:{0}
popup.warning.noBsqFundsForBtcFeePayment=您的 BSQ 錢包沒有足夠的資金支付 BSQ 的交易費用。
popup.warning.messageTooLong=您的信息超過最大允許的大小。請將其分成多個部分發送,或將其上傳到 https://pastebin.com 之類的服務器。
popup.warning.lockedUpFunds=你已經從一個失敗的交易中凍結了資金。\n凍結餘額{0}\n存款tx地址{1}\n交易單號{2}\n\n請通過選擇待處理交易界面中的交易並點擊“alt + o”或“option+ o”打開幫助話題。
@ -2336,8 +1608,6 @@ popup.warning.nodeBanned=其中一個 {0} 節點已被禁用
popup.warning.priceRelay=價格傳遞
popup.warning.seed=種子
popup.warning.mandatoryUpdate.trading=請更新到最新的 Bisq 版本。強制更新禁止了舊版本進行交易。更多信息請訪問 Bisq 論壇。
popup.warning.mandatoryUpdate.dao=請更新到最新的 Bisq 版本。強制更新禁止了舊版本舊版本的 Bisq DAO 和 BSQ 。更多信息請訪問 Bisq 論壇。
popup.warning.disable.dao=Bisq DAO 和 BSQ 被臨時禁用的。更多信息請訪問 Bisq 論壇。
popup.warning.noFilter=We did not receive a filter object from the seed nodes. This is a not expected situation. Please inform the Bisq developers.
popup.warning.burnBTC=這筆交易是無法實現,因為 {0} 的挖礦手續費用會超過 {1} 的轉賬金額。請等到挖礦手續費再次降低或您積累了更多的 BTC 來轉賬。
@ -2356,7 +1626,6 @@ popup.info.cashDepositInfo.confirm=我確認我可以支付保證金
popup.info.shutDownWithOpenOffers=Bisq 正在被關閉,但仍有公開的報價。\n\n當 Bisq 關閉時,這些提供將不能在 P2P 網絡上使用,但是它們將在您下次啟動 Bisq 時重新發布到 P2P 網絡上。\n\n為了讓您的報價在線保持 Bisq 運行,並確保這台計算機也在線(即,確保它不會進入待機模式…顯示器待機不是問題)。
popup.info.qubesOSSetupInfo=你似乎好像在 Qubes OS 上運行 Bisq。\n\n請確保您的 Bisq qube 是參考設置指南的説明設置的 https://bisq.wiki/Running_Bisq_on_Qubes
popup.warn.downGradePrevention=不支持從 {0} 版本降級到 {1} 版本。請使用最新的 Bisq 版本。
popup.warn.daoRequiresRestart=There was a problem with synchronizing the DAO state. You have to restart the application to fix the issue.
popup.privateNotification.headline=重要私人通知!
@ -2528,7 +1797,6 @@ navigation.settings.preferences=“設置/偏好”
# suppress inspection "UnusedProperty"
navigation.funds.transactions=“資金/交易記錄”
navigation.support=“幫助”
navigation.dao.wallet.receive=“DAO/BSQ 錢包/接收”
####################################################################
@ -2558,12 +1826,6 @@ XMR_MAINNET=XMR Mainnet
XMR_TESTNET=XMR Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=XMR Stagenet
# suppress inspection "UnusedProperty"
BTC_DAO_TESTNET=比特幣 DAO 測試網絡(棄用)
# suppress inspection "UnusedProperty"
BTC_DAO_BETANET=Bisq DAO 測試網絡(比特幣主要網絡)
# suppress inspection "UnusedProperty"
BTC_DAO_REGTEST=比特幣 DAO 迴歸測試
time.year=年線
time.month=月線
@ -2910,9 +2172,7 @@ validation.accountNrChars=賬户必須由 {0} 個字符構成。
validation.btc.invalidAddress=地址不正確,請檢查地址格式。
validation.integerOnly=請輸入整數。
validation.inputError=您的輸入引起了錯誤:\n{0}
validation.bsq.insufficientBalance=您的可用錢包餘額為 {0}。
validation.btc.exceedsMaxTradeLimit=您的交易限額為 {0}。
validation.bsq.amountBelowMinAmount=最小金額為 {0}
validation.nationalAccountId={0} 必須由{1}個數字組成。
#new
@ -2934,7 +2194,6 @@ validation.bic.invalidLocationCode=BIC 包含無效的地址代碼
validation.bic.invalidBranchCode=BIC 包含無效的分行代碼
validation.bic.sepaRevolutBic=不支持 Revolut Sepa 賬户
validation.btc.invalidFormat=無效格式的比特幣地址
validation.bsq.invalidFormat=無效格式的 BSQ 地址
validation.email.invalidAddress=無效地址
validation.iban.invalidCountryCode=國家或地區代碼無效
validation.iban.checkSumNotNumeric=校驗必須是數字