From 27b28d62f6b315e45bc00231e007c775f07a414a Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Tue, 12 Jan 2021 12:22:06 -0800 Subject: [PATCH] add locale:extract and locale:fix --- azure-pipelines.yml | 2 + build_scripts/build_macos.sh | 2 + build_scripts/build_windows.ps1 | 3 + electron-react/src/locales/en/messages.js | 2 +- electron-react/src/locales/en/messages.po | 90 +++++++++++--------- electron-react/src/locales/sk/messages.js | 2 +- electron-react/src/locales/sk/messages.po | 90 +++++++++++--------- electron-react/src/locales/zh-CN/messages.js | 2 +- electron-react/src/locales/zh-CN/messages.po | 90 +++++++++++--------- install-gui.sh | 2 + 10 files changed, 159 insertions(+), 126 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c1504d0d0cfd..699b81d84a36 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,6 +68,8 @@ steps: cd ./electron-react npm install npm audit fix + npm run locale:extract + npm run locale:compile displayName: "Build Electron/React UI" # install-timelord.sh in venv diff --git a/build_scripts/build_macos.sh b/build_scripts/build_macos.sh index 7dadff54397b..e3f59256c5df 100644 --- a/build_scripts/build_macos.sh +++ b/build_scripts/build_macos.sh @@ -30,6 +30,8 @@ cd electron-react || exit echo "npm build" npm install +npm run locale:extract +npm run locale:compile npm run build LAST_EXIT_CODE=$? if [ "$LAST_EXIT_CODE" -ne 0 ]; then diff --git a/build_scripts/build_windows.ps1 b/build_scripts/build_windows.ps1 index a52aad41b1d3..7a2e23fe5730 100644 --- a/build_scripts/build_windows.ps1 +++ b/build_scripts/build_windows.ps1 @@ -70,6 +70,9 @@ Write-Output " ---" npm install --save-dev electron-winstaller npm install -g electron-packager npm install +npm run locale:extract +npm run locale:compile + Write-Output " ---" Write-Output "Electron package Windows Installer" diff --git a/electron-react/src/locales/en/messages.js b/electron-react/src/locales/en/messages.js index cc6f30ce3333..75b1cb9ed9c8 100644 --- a/electron-react/src/locales/en/messages.js +++ b/electron-react/src/locales/en/messages.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:{"AddressCard.address":"Address","AddressCard.copy":"Copy","AddressCard.newAddress":"New Address","AddressCard.title":"Receive Address","AdvancedOptions.hideAdvancedOptions":"Hide Advanced Options","AdvancedOptions.showAdvancedOptions":"Show Advanced Options","Application.closing":"Closing down node and server","Application.connectingToWallet":"Connecting to wallet","Application.loggingIn":"Logging in","BalanceCard.balance":"Balance","BalanceCard.pendingBalance":"Pending Balance","BalanceCard.pendingBalanceTooltip":"This is the sum of the incoming and outgoing pending transactions (not yet included into the blockchain). This does not include farming rewards.","BalanceCard.pendingChange":"Pending Change","BalanceCard.pendingChangeTooltip":"This is the pending change, which are change coins which you have sent to yourself, but have not been confirmed yet.","BalanceCard.pendingFarmingRewards":"Pending Farming Rewards","BalanceCard.pendingFarmingRewardsTooltip":"This is the total amount of farming rewards farmed recently, that have been confirmed but are not yet spendable.","BalanceCard.pendingTotalBalance":"Pending Total Balance","BalanceCard.pendingTotalBalanceTooltip":"This is the total balance + pending balance: it is what your balance will be after all pending transactions are confirmed.","BalanceCard.spendableBalance":"Spendable Balance","BalanceCard.spendableBalanceTooltip":"This is the amount of Chia that you can currently use to make transactions. It does not include pending farming rewards, pending incoming transactions, and Chia that you have just spent but is not yet in the blockchain.","BalanceCard.totalBalance":"Total Balance","BalanceCard.totalBalanceTooltip":"This is the total amount of chia in the blockchain at the current peak sub block that is controlled by your private keys. It includes frozen farming rewards, but not pending incoming and outgoing transactions.","BalanceCard.viewPendingBalances":"View pending balances","Block.blockVDFIterations":"Block VDF Iterations","Block.blockVDFIterationsTooltip":"The total number of VDF (verifiable delay function) or proof of time iterations on this block.","Block.coinbaseAmount":"Coinbase Amount","Block.coinbaseAmountTooltip":"This is the chia block reward which goes to the pool (or farmer if not pooling)","Block.coinbasePuzzleHash":"Coinbase Puzzle Hash","Block.description":["Block at height ",["0"]," in the Chia blockchain"],"Block.difficulty":"Difficulty","Block.feesAmount":"Fees Amount","Block.feesAmountTooltip":"The total transactions fees in this block. Rewarded to the farmer.","Block.feesPuzzleHash":"Fees Puzzle Hash","Block.headerHash":"Header hash","Block.height":"Height","Block.notFound":["Block with hash ",["headerHash"]," does not exists."],"Block.plotId":"Plot Id","Block.plotIdTooltip":"The seed used to create the plot. This depends on the pool pk and plot pk.","Block.plotPublicKey":"Plot Public Key","Block.poolPublicKey":"Pool Public Key","Block.previousBlock":"Previous Block","Block.proofOfSpaceSize":"Proof of Space Size","Block.timestamp":"Timestamp","Block.timestampTooltip":"This is the time the block was created by the farmer, which is before it is finalized with a proof of time","Block.title":"Block","Block.totalVDFIterations":"Total VDF Iterations","Block.totalVDFIterationsTooltip":"The total number of VDF (verifiable delay function) or proof of time iterations on the whole chain up to this sub block.","Block.transactionsFilterHash":"Transactions Filter Hash","Block.transactionsGeneratorHash":"Transactions Generator Hash","Block.weight":"Weight","Block.weightTooltip":"Weight is the total added difficulty of all sub blocks up to and including this one","BlocksCard.expectedFinishTime":"Expected Finish Time","BlocksCard.finished":"Finished","BlocksCard.headerHash":"Header Hash","BlocksCard.height":"Height","BlocksCard.inProgress":"In Progress","BlocksCard.state":"State","BlocksCard.timeCreated":"Time Created","BlocksCard.title":"Blocks","BlocksCard.unfinished":"Unfinished","CCListItems.title":"Coloured Coin Options","Challenges.bestEstimate":"Best estimate","Challenges.challengeHash":"Challenge hash","Challenges.height":"Height","Challenges.numberOfProofs":"Number of proofs","Challenges.title":"Challenges","ColourCard.colour":"Colour:","ColourCard.nickname":"Nickname","ColourCard.rename":"Rename","ColourCard.title":"Colour Info","ColouredAddressCard.address":"Address","ColouredAddressCard.copy":"Copy","ColouredAddressCard.newAddress":"New Address","ColouredAddressCard.title":"Receive Address","ColouredBalanceCard.spendableBalance":"Spendable Balance","ColouredBalanceCard.title":"Balance","ColouredBalanceCard.totalBalance":"Total Balance","ColouredBalanceCard.viewPendingBalances":"View pending balances...","ColouredHistoryCard.title":"History","ColouredSendCard.address":"Address","ColouredSendCard.amount":["Amount (",["cc_unit"],")"],"ColouredSendCard.farm":"Farm","ColouredSendCard.fee":"Fee (TXCH)","ColouredSendCard.send":"Send","ColouredSendCard.title":"Create Transaction","ColouredTransactionTable.amount":"Amount","ColouredTransactionTable.confirmed":"Confirmed","ColouredTransactionTable.date":"Date","ColouredTransactionTable.fee":"Fee","ColouredTransactionTable.incoming":"Incoming","ColouredTransactionTable.noPreviousTransactions":"No previous transactions","ColouredTransactionTable.outgoing":"Outgoing","ColouredTransactionTable.pending":"Pending","ColouredTransactionTable.status":"Status","ColouredTransactionTable.to":"To","ColouredTransactionTable.type":"Type","Connections.connect":"Connect","Connections.connectToOtherPeersTitle":"Connect to other peers","Connections.connected":"Connected","Connections.connectionType":"Connection type","Connections.delete":"Delete","Connections.ipAddress":"IP address","Connections.ipAddressHost":"IP address / host","Connections.lastMessage":"Last message","Connections.nodeId":"Node ID","Connections.port":"Port","Connections.title":"Connections","Connections.upDown":"Up/Down","CreateExistingCCWallet.colourString":"Colour String","CreateExistingCCWallet.create":"Create","CreateExistingCCWallet.enterValidFee":"Please enter a valid numeric fee","CreateExistingCCWallet.fee":"Fee","CreateExistingCCWallet.title":"Create wallet for colour","CreateNewCCWallet.amount":"Amount","CreateNewCCWallet.create":"Create","CreateNewCCWallet.enterValidAmount":"Please enter a valid numeric amount","CreateNewCCWallet.enterValidFee":"Please enter a valid numeric fee","CreateNewCCWallet.fee":"Fee","CreateNewCCWallet.generateNewColour":"Generate New Colour","CreateOffer.add":"Add","CreateOffer.addTradePair":"Please add a trade pair","CreateOffer.amount":"Amount","CreateOffer.availableOnlyFromElectron":"This feature is available only from the GUI.","CreateOffer.buyOrSell":"Side","CreateOffer.cancel":"Cancel","CreateOffer.colour":"Colour","CreateOffer.save":"Save","CreateOffer.selectAmount":"Please select amount","CreateOffer.selectBuyOrSell":"Please select buy or sell","CreateOffer.selectCoinType":"Please select coin type","CreateOffer.title":"Create Trade Offer","CreatePlot.colour":"Colour","CreatePlot.create":"Create","CreatePlot.delayDescription":"Minutes","CreatePlot.description":"Using this tool, you can create plots, which are allocated space on your hard drive used to farm and earn Chia. Also, temporary files are created during the plotting process, which exceed the size of the final plot files, so make sure you have enough space. Try to use a fast drive like an SSD for the temporary folder, and a large slow hard drive (like external HDD) for the final folder.","CreatePlot.numberOfBuckets":"Number of buckets","CreatePlot.numberOfBucketsDescription":"0 automatically chooses bucket count","CreatePlot.numberOfThreads":"Number of threads","CreatePlot.plotCount":"Plot Count","CreatePlot.plotSize":"Plot Size","CreatePlot.ramMaxUsage":"RAM max usage","CreatePlot.ramMaxUsageDescription":"More memory slightly increases speed","CreatePlot.specifyFinalDirectory":"Please specify a temporary and final directory","CreatePlot.stripeSize":"Stripe Size","CreatePlot.title":"Create Plot","CreateRLAdminWallet.amountForInitialCoin":"Amount For Initial Coin","CreateRLAdminWallet.create":"Create","CreateRLAdminWallet.createRateLimitedAdminWallet":"Create Rate Limited Admin Wallet","CreateRLAdminWallet.enterValidInitialCoin":"Please enter a valid initial coin amount","CreateRLAdminWallet.enterValidNumericFee":"Please enter a valid numeric fee","CreateRLAdminWallet.enterValidNumericInterval":"Please enter a valid numeric interval length","CreateRLAdminWallet.enterValidPubkey":"Please enter a valid pubkey","CreateRLAdminWallet.enterValidSpendableAmount":"Please enter a valid numeric spendable amount","CreateRLAdminWallet.fee":"Fee","CreateRLAdminWallet.initialAmount":"Initial Amount","CreateRLAdminWallet.interval":"Interval","CreateRLAdminWallet.pubkey":"Pubkey","CreateRLAdminWallet.spendableAmount":"Spendable Amount","CreateRLAdminWallet.spendableAmountPerInterval":"Spendable Amount Per Interval","CreateRLAdminWallet.spendingIntervalLength":"Spending Interval Length (number of blocks)","CreateRLAdminWallet.userPubkey":"User Pubkey","CreateRLUserWallet.create":"Create","CreateRLUserWallet.description":"Initialize a Rate Limited User Wallet:","CreateRLUserWallet.title":"Create Rate Limited User Wallet","CreateWallet.addWallet":"Add Wallet","DashboardSideBar.farm":"Farm","DashboardSideBar.home":"Full Node","DashboardSideBar.keys":"Keys","DashboardSideBar.plot":"Plot","DashboardSideBar.plots":"Plots","DashboardSideBar.trade":"Trade","DashboardSideBar.wallets":"Wallets","DeleteAllKeys.back":"Back","DeleteAllKeys.delete":"Delete","DeleteAllKeys.description":"Deleting all keys will permanently remove the keys from your computer, make sure you have backups. Are you sure you want to continue?","DeleteAllKeys.title":"Delete all keys","DeleteKey.back":"Back","DeleteKey.delete":"Delete","DeleteKey.description":"Deleting the key will permanently remove the key from your computer, make sure you have backups. Are you sure you want to continue?","DeleteKey.title":"Delete key","Farm.title":"Your Farm Overview","FarmCardCoinbaseRewards.title":"TXCH Farming Rewards","FarmCardExpectedTimeToWin.title":"Expected Time to Win","FarmCardExpectedTimeToWin.tooltip":["You have ",["0"],"% of the space on the network, so farming a block will take ",["totalHours"]," in expectation."],"FarmCardFeesReward.title":"TXCH Fees Collected","FarmCardLastHeightFarmed.noBlocksFarmedYet":"No blocks farmed yet","FarmCardLastHeightFarmed.title":"Last Height Farmed","FarmCardPlotCount.title":"Plot Count","FarmCardStatus.title":"Farming Status","FarmCardTotalChiaFarmed.title":"Total Chia Farmed","FarmCardTotalNetworkSpace.title":"Total Network Space","FarmCardTotalNetworkSpace.tooltip":"Best estimate over last 1 hour","FarmCardTotalSizeOfPlots.title":"Total Size of Plots","FarmFullNodeConnections.actions":"Actions","FarmFullNodeConnections.connectionStatus":"Connection Status:","FarmFullNodeConnections.date":"Date","FarmFullNodeConnections.description":"The full node that your farmer is connected to is below. <0>Learn more","FarmFullNodeConnections.height":"Height","FarmFullNodeConnections.hostName":"Host Name","FarmFullNodeConnections.nodeId":"Node ID","FarmFullNodeConnections.port":"Port","FarmFullNodeConnections.time":"Time","FarmFullNodeConnections.title":"Your Full Node Connection","FarmFullNodeConnections.upDown":"Up/Down","FarmLastAttemptedProof.emptyDescription":"None of your plots have passed the plot filter yet.","FarmLastAttemptedProof.emptySubDescription":"But you are currently farming <0/>","FarmLastAttemptedProof.title":"Last Attempted Proof","FarmLastAttemptedProof.tooltip":"This table shows you the last time your farm attempted to win a block challenge.","FarmLatestBlockChallenges.bestEstimate":"Best Estimate","FarmLatestBlockChallenges.bestEstimateTooltip":"Best Estimate is how many seconds of time must be proved for your proofs.","FarmLatestBlockChallenges.challengeHash":"Challenge Hash","FarmLatestBlockChallenges.description":"Below are the current block challenges. You may or may not have a proof of space for these challenges. These blocks do not currently contain a proof of time.","FarmLatestBlockChallenges.height":"Height","FarmLatestBlockChallenges.index":"Index","FarmLatestBlockChallenges.subDescription":"*Want to explore Chia’s blocks further? Check out <0>Chia Explorer built by an open source developer.","FarmLatestBlockChallenges.title":"Latest Block Challenges","FarmOverviewHero.addAPlot":"Add a Plot","FarmOverviewHero.description":"Farmers earn block rewards and transaction fees by committing spare space to the network to help secure transactions. This is where your farm will be once you add a plot. <0>Learn more","FarmYourHarvesterNetwork.actions":"Actions","FarmYourHarvesterNetwork.connectionStatus":"Connection Status:","FarmYourHarvesterNetwork.description":"A harvester is a service running on a machine where plot(s) are actually stored. A farmer and harvester talk to a full node to see the state of the chain. View your network of connected harvesters below Learn more","FarmYourHarvesterNetwork.hostName":"Host Name","FarmYourHarvesterNetwork.nodeId":"Node ID","FarmYourHarvesterNetwork.port":"Port","FarmYourHarvesterNetwork.title":"Your Harvester Network","FarmYourHarvesterNetwork.upDown":"Up/Down","Farmer.title":"Farming","FarmerStatus.connected":"Connected","FarmerStatus.connectionStatus":"Connection Status","FarmerStatus.error":"Error","FarmerStatus.farming":"Farming","FarmerStatus.lastHeightFarmed":"Last height farmed","FarmerStatus.noBlocksFarmedYet":"No blocks farmed yet","FarmerStatus.notConnected":"Not connected","FarmerStatus.synching":"Syncing","FarmerStatus.title":"Farmer Status","FarmerStatus.totalChiaFarmed":"Total chia farmed","FarmerStatus.totalSizeOfLocalPlots":"Total size of local plots","FormatConnectionStatus.connected":"Connected","FormatConnectionStatus.notConnected":"Not connected","FullNode.title":"Full Node","FullNodeStatus.title":"Full Node Status","HistoryCard.title":"History","LocaleToggle.helpToTranslate":"Help to translate","MainWalletList.colouredCoin":"Coloured Coin","MainWalletList.createAdminWallet":"Create admin wallet","MainWalletList.createNewColouredCoin":"Create new coloured coin","MainWalletList.createUserWallet":"Create user wallet","MainWalletList.createWalletForExistingColour":"Create wallet for existing colour","MainWalletList.rateLimited":"Rate Limited","MainWalletList.title":"Select Wallet Type","OfferDropView.dragAndDropOfferFile":"Drag and drop offer file","OfferDropView.selectOffer":"Select Offer","OfferDropView.title":"View Offer","OfferRow.buy":"Buy","OfferRow.sell":"Sell","OfferView.accept":"Accept","OfferView.amount":"Amount","OfferView.cancel":"Cancel","OfferView.colour":"Colour","OfferView.side":"Side","OfferView.title":"View Offer","OfferView.title2":"Offer","PendingTrades.title":"Offers Created","Plot.title":"Plot","PlotAction.deleteButton":"Delete","PlotAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotAction.deleteTitle":"Delete Plot","PlotAdd.createPlot":"Create Plot","PlotAdd.title":"Add a Plot","PlotAddChooseSize.description":"Temporary files are created during the plotting process which exceeds the size of the final plot files. Make sure you have enough space. <0>Learn more","PlotAddChooseSize.kLow":"The minimum required size for mainnet is k=32","PlotAddChooseSize.plotSize":"Plot Size","PlotAddChooseSize.title":"Choose Plot Size","PlotAddNumberOfPlots.delay":"Delay","PlotAddNumberOfPlots.delayTitle":"Want to have a delay before the next plot starts?","PlotAddNumberOfPlots.parallelDescription":"Plotting in parallel can save time. Otherwise, add plot(s) to the queue.","PlotAddNumberOfPlots.parallelTitle":"Does your machine support parallel plotting?","PlotAddNumberOfPlots.plotCount":"Plot Count","PlotAddNumberOfPlots.ramMaxUsage":"RAM max usage","PlotAddNumberOfPlots.title":"Choose Number of Plots","PlotAddSelectFinalDirectory.description":"Select the final destination for the folder where you would like the plot to be stored. We recommend you use a large slow hard drive (like external HDD).","PlotAddSelectFinalDirectory.finalFolderLocation":"Final folder location","PlotAddSelectFinalDirectory.specifyFinalDirectory":"Please specify final directory","PlotAddSelectFinalDirectory.title":"Select Final Directory","PlotAddSelectTemporaryDirectory.browse":"Browse","PlotAddSelectTemporaryDirectory.defaultIsFinal":"If none selected, then it will default to the temporary directory.","PlotAddSelectTemporaryDirectory.description":"Select the temporary destination for the folder where you would like the plot to be stored. We recommend you use a fast SSD.","PlotAddSelectTemporaryDirectory.selectSecondTemporaryDirectory":"Select 2nd Temporary Directory","PlotAddSelectTemporaryDirectory.selected":"Selected","PlotAddSelectTemporaryDirectory.specifyTemporaryDirectory":"Please specify temporary directory","PlotAddSelectTemporaryDirectory.title":"Select Temporary Directory","PlotAddSelectTemporaryDirectory.workspaceLocation":"Temporary folder location","PlotAddSelectTemporaryDirectory.workspaceLocation2":"Second temporary folder location","PlotHeader.addAPlot":"Add a Plot","PlotHeader.addPlotDirectory":"Add Plot Directory","PlotHeader.refreshPlots":"Refresh Plots","PlotHero.addAPlot":"Add a Plot","PlotHero.description":"Plots are allocated space on your hard drive used to farm and earn Chia. <0>Learn more","PlotHero.doYouHavePlot":"Do you have existing plots on this machine? <0>Add Plot Directory","PlotOverviewPlots.action":"Action","PlotOverviewPlots.description":"Want to earn more Chia? Add more plots to your farm.","PlotOverviewPlots.harversterId":"Harvester ID","PlotOverviewPlots.plotKey":"Plot Key","PlotOverviewPlots.plotName":"Plot Name","PlotOverviewPlots.plotSeed":"Plot Seed","PlotOverviewPlots.poolKey":"Pool Key","PlotOverviewPlots.size":"K-Size","PlotOverviewPlots.status":"Status","PlotOverviewPlots.title":"Local Harvester Plots","PlotOverviewPlots.totalPlotSize":"Total Plot Size:","PlotQueueAction.deleteButton":"Delete","PlotQueueAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotQueueAction.deleteTitle":"Delete Plot","PlotQueueIndicator.error":"Error","PlotQueueIndicator.plotting":"Plotting","PlotQueueIndicator.queued":"Queued","PlotStatus.error":"Error","PlotStatus.farming":"Farming","PlotStatus.synching":"Syncing","Plots.back":"Back","Plots.delete":"Delete","Plots.deleteAllKeys":"Delete all keys","Plots.deleteAllKeysDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","Plots.deletePlotsDescription":"Caution, deleting these plots will delete them forever. Check that the storage devices are properly connected.","Plots.failedToOpenPlots":"Failed to open (invalid plots)","Plots.failedToOpenPlotsDescription":"These plots are invalid, you might want to delete them.","Plots.filename":"Filename","Plots.managePlotDirectories":"Manage plot directories","Plots.notFoundPlots":"Not found plots","Plots.plotId":"Plot id","Plots.plotPk":"Plot pk","Plots.poolPk":"Pool pk","Plots.refreshPlots":"Refresh plots","Plots.size":"Size","Plots.title":"Plots","PlotsFailed.description":"These plots are invalid, you might want to delete them.","PlotsFailed.title":"Failed to open (invalid plots)","PlotsNotFound.action":"Action","PlotsNotFound.description":"Caution, deleting these plots will delete them forever. Check that the storage devices are properly connected.","PlotsNotFound.filename":"Filename","PlotsNotFound.title":"Not found Plots","Plotter.title":"Plot","PlotterFinalLocation.availableOnlyFromElectron":"This feature is available only from the GUI.","PlotterFinalLocation.browse":"Browse","PlotterFinalLocation.finalFolderLocation":"Final folder location","PlotterFinalLocation.select":"Select","PlotterFinalLocation.selected":"Selected","PlotterProgress.cancel":"Cancel","PlotterProgress.clearLog":"Clear Log","PlotterProgress.plottingStoppedSuccesfully":"Plotting stopped successfully.","PlotterProgress.title":"Progress","PlotterWorkLocation.availableOnlyFromElectron":"This feature is available only from electron app","PlotterWorkLocation.select":"Select","PlotterWorkLocation.temporaryFolderLocation":"Temporary folder location","RLBalanceCard.pendingBalance":"Pending Balance","RLBalanceCard.pendingChange":"Pending Change","RLBalanceCard.pendingTotalBalance":"Pending Total Balance","RLBalanceCard.spendableBalance":"Spendable Balance","RLBalanceCard.title":"Balance","RLBalanceCard.totalBalance":"Total Balance","RLBalanceCard.viewPendingBalances":"View pending balances","RLDetailsCard.copy":"Copy","RLDetailsCard.description":"Send this info packet to your Rate Limited Wallet user who must use it to complete setup of their wallet:","RLDetailsCard.infoPacket":"Info Packet","RLDetailsCard.myPubkey":"My Pubkey","RLDetailsCard.spendingInterval":["Spending Interval (number of blocks): ",["interval"]],"RLDetailsCard.spendingLimit":["Spending Limit (chia per interval): ",["0"]],"RLDetailsCard.title":"Rate Limited Info","RLHistoryCard.title":"History","RLListItems.title":"Rate Limited Options","RLSendCard.addressPuzzleHash":"Address / Puzzle hash","RLSendCard.amount":"Amount","RLSendCard.enter0fee":"Please enter 0 fee. Positive fees not supported yet for RL.","RLSendCard.enterValidAmount":"Please enter a valid numeric amount","RLSendCard.enterValidFee":"Please enter a valid numeric fee","RLSendCard.fee":"Fee","RLSendCard.send":"Send","RLSendCard.title":"Create Transaction","RLSendCard.waitForSyncing":"Please finish syncing before making a transaction","RLTransactionTable.amount":"Amount","RLTransactionTable.confirmed":"Confirmed","RLTransactionTable.date":"Date","RLTransactionTable.fee":"Fee","RLTransactionTable.incoming":"Incoming","RLTransactionTable.noPreviousTransactions":"No previous transactions","RLTransactionTable.outgoing":"Outgoing","RLTransactionTable.pending":"Pending","RLTransactionTable.status":"Status","RLTransactionTable.to":"To","RLTransactionTable.type":"Type","RTIncompleteCard.copy":"Copy","RTIncompleteCard.description":"Send your pubkey to your Rate Limited Wallet admin:","RTIncompleteCard.description2":"When you receive the setup info packet from your admin, enter it below to complete your Rate Limited Wallet setup:","RTIncompleteCard.infoPacket":"Info Packet","RTIncompleteCard.submit":"Submit","RTIncompleteCard.title":"Rate Limited User Wallet Setup","RTIncompleteCard.userPubkey":"User Pubkey","SearchBlock.blockHash":"Block hash","SearchBlock.search":"Search","SearchBlock.title":"Search block by header hash","SelectKey.createNewPrivateKey":"Create a new private key","SelectKey.deleteAllKeys":"Delete all keys","SelectKey.importFromMnemonics":"Import from Mnemonics (24 words)","SelectKey.selectFingerprint":["Private key with public fingerprint ",["fingerprint"]],"SelectKey.selectKeyCanBeBacked":"Can be backed up to mnemonic seed","SelectKey.signInDescription":"Welcome to Chia. Please log in with an existing key, or create a new key.","SelectKey.signInTitle":"Sign In","SelectKey.title":"Select Key","SendCard.address":"Address / Puzzle hash","SendCard.amount":"Amount","SendCard.enterValidAddress":"Error: Cannot send chia to coloured address. Please enter a chia address.","SendCard.enterValidAmount":"Please enter a valid numeric amount","SendCard.enterValidFee":"Please enter a valid numeric fee","SendCard.farm":"Farm","SendCard.fee":"Fee","SendCard.finishSyncingBeforeTransaction":"Please finish syncing before making a transaction","SendCard.send":"Send","SendCard.title":"Create Transaction","StatusCard.connections":"connections:","StatusCard.height":"height:","StatusCard.status":"status:","StatusCard.synced":"synced","StatusCard.syncing":"syncing","StatusCard.title":"Status","StatusItem.connectionStatus":"Connection Status","StatusItem.connectionStatusConnected":"Connected","StatusItem.connectionStatusNotConnected":"Not connected","StatusItem.difficulty":"Difficulty","StatusItem.estimatedNetworkSpace":"Estimated network space","StatusItem.estimatedNetworkSpaceTooltip":"Estimated sum of all the plotted disk space of all farmers in the network","StatusItem.iterationsPerSecond":"Iterations per Second","StatusItem.iterationsPerSecondTooltip":"The estimated proof of time speed of the fastest timelord in the network.","StatusItem.lcaBlockHeight":"LCA Block Height","StatusItem.lcaTime":"LCA Time","StatusItem.lcaTimeTooltip":"This is the time of the latest common ancestor, which is a block ancestor of all tip blocks. Note that the full node keeps track of up to three tips at each height.","StatusItem.maxTipBlockHeight":"Max Tip Block Height","StatusItem.minIterations":"Min Iterations","StatusItem.peakHeight":"Peak Height","StatusItem.peakSubBlockHeight":"Peak Sub-block Height","StatusItem.peakTime":"Peak Time","StatusItem.peakTimeTooltip":"This is the time of the latest peak sub block.","StatusItem.status":"Status","StatusItem.statusNotConnected":"Not connected","StatusItem.statusNotSynced":"Not Synced","StatusItem.statusNotSyncedTooltip":"The node is not synced","StatusItem.statusSynced":"Synced","StatusItem.statusSyncedTooltip":"This node is fully caught up and validating the network","StatusItem.statusTooltip":"The node is syncing, which means it is downloading blocks from other nodes, to reach the latest block in the chain","StatusItem.statusValue":["Syncing ",["progress"],"/",["tip"]],"StatusItem.subSlotIters":"VDF Sub Slot Iterations","StatusItem.totalIterations":"Total Iterations","StatusItem.totalIterationsTooltip":"Total iterations since the start of the blockchain","TradeDetail.acceptedAtTime":"Accepted at time:","TradeDetail.acceptedAtTimeTooltip":"Indicated what time this offer was accepted","TradeDetail.cancel":"Cancel","TradeDetail.cancelAndSpend":"Cancel and Spend","TradeDetail.coins":"Coins:","TradeDetail.confirmedAtBlock":"Confirmed at block:","TradeDetail.confirmedAtBlockTooltip":"This trade was included on blockchain at this block height","TradeDetail.createdAt":"Created At:","TradeDetail.createdAtTooltip":"Time this trade was created at this time","TradeDetail.createdByUs":"Created by us:","TradeDetail.createdByUsTooltip":"Indicated if this offer was created by us","TradeDetail.no":"No","TradeDetail.notAcceptedYet":"Not accepted yet","TradeDetail.notConfirmedYet":"Not confirmed yet","TradeDetail.status":"Status:","TradeDetail.statusTooltip":"Current trade status","TradeDetail.title":"Trade Details","TradeDetail.tradeId":"Trade ID:","TradeDetail.tradeIdTooltip":"Unique identifier","TradeDetail.yes":"Yes","TradeList.amount":"Amount","TradeList.colour":"Colour","TradeList.side":"Side","TradeManager.createTrade":"Create Trade","TradeManager.title":"Trading","TradeManager.tradeOverview":"Trade Overview","TradeManager.viewOffer":"View Offer","TradeManager.viewTrade":"View Trade","TradeOfferRow.buy":"Buy","TradeOfferRow.sell":"Sell","TradeOverviewTable.tradesShowUpHere":"Trades will show up here","TradeOverviewTableHeader.date":"Date","TradeOverviewTableHeader.status":"Status","TradeOverviewTableHeader.tradeId":"Trade ID","TradesTable.buy":"Buy","TradesTable.sell":"Sell","TradingHistory.title":"Trading History","TransactionTable.amount":"Amount","TransactionTable.confirmedAtHeight":["Confirmed at height ",["0"]],"TransactionTable.date":"Date","TransactionTable.fee":"Fee","TransactionTable.incoming":"Incoming","TransactionTable.outgoing":"Outgoing","TransactionTable.pending":"Pending","TransactionTable.status":"Status","TransactionTable.to":"To","TransactionTable.type":"Type","WalletAdd.description":"Welcome! The following words are used for your wallet backup. Without them, you will lose access to your wallet, keep them safe! Write down each word along with the order number next to them. (Order is important)","WalletAdd.next":"Next","WalletAdd.title":"New Wallet","WalletImport.description":"Enter the 24 word mnemonic that you have saved in order to restore your Chia wallet.","WalletImport.next":"Next","WalletImport.title":"Import Wallet from Mnemonics","WalletItem.ccWallet":"CC Wallet","WalletItem.chiaWallet":"Chia Wallet","WalletItem.rlWallet":"RL Wallet","WalletStatusCard.connections":"connections:","WalletStatusCard.height":"height:","WalletStatusCard.not_synced":"not synced","WalletStatusCard.status":"status:","WalletStatusCard.synced":"synced","WalletStatusCard.syncing":"syncing","WalletStatusCard.title":"Status","Wallets.title":"Wallets","useSelectDirectory.availableOnlyFromElectron":"This feature is available only from the GUI.","useSelectFile.availableOnlyFromElectron":"This feature is available only from the GUI."}}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:{"AddressCard.address":"Address","AddressCard.copy":"Copy","AddressCard.newAddress":"New Address","AddressCard.title":"Receive Address","AdvancedOptions.hideAdvancedOptions":"Hide Advanced Options","AdvancedOptions.showAdvancedOptions":"Show Advanced Options","Application.closing":"Closing down node and server","Application.connectingToWallet":"Connecting to wallet","Application.loggingIn":"Logging in","BalanceCard.balance":"Balance","BalanceCard.pendingBalance":"Pending Balance","BalanceCard.pendingBalanceTooltip":"This is the sum of the incoming and outgoing pending transactions (not yet included into the blockchain). This does not include farming rewards.","BalanceCard.pendingChange":"Pending Change","BalanceCard.pendingChangeTooltip":"This is the pending change, which are change coins which you have sent to yourself, but have not been confirmed yet.","BalanceCard.pendingFarmingRewards":"Pending Farming Rewards","BalanceCard.pendingFarmingRewardsTooltip":"This is the total amount of farming rewards farmed recently, that have been confirmed but are not yet spendable.","BalanceCard.pendingTotalBalance":"Pending Total Balance","BalanceCard.pendingTotalBalanceTooltip":"This is the total balance + pending balance: it is what your balance will be after all pending transactions are confirmed.","BalanceCard.spendableBalance":"Spendable Balance","BalanceCard.spendableBalanceTooltip":"This is the amount of Chia that you can currently use to make transactions. It does not include pending farming rewards, pending incoming transactions, and Chia that you have just spent but is not yet in the blockchain.","BalanceCard.totalBalance":"Total Balance","BalanceCard.totalBalanceTooltip":"This is the total amount of chia in the blockchain at the current peak sub block that is controlled by your private keys. It includes frozen farming rewards, but not pending incoming and outgoing transactions.","BalanceCard.viewPendingBalances":"View pending balances","Block.blockVDFIterations":"Block VDF Iterations","Block.blockVDFIterationsTooltip":"The total number of VDF (verifiable delay function) or proof of time iterations on this block.","Block.coinbaseAmount":"Coinbase Amount","Block.coinbaseAmountTooltip":"This is the chia block reward which goes to the pool (or farmer if not pooling)","Block.coinbasePuzzleHash":"Coinbase Puzzle Hash","Block.description":["Block at height ",["0"]," in the Chia blockchain"],"Block.difficulty":"Difficulty","Block.feesAmount":"Fees Amount","Block.feesAmountTooltip":"The total transactions fees in this block. Rewarded to the farmer.","Block.feesPuzzleHash":"Fees Puzzle Hash","Block.headerHash":"Header hash","Block.height":"Height","Block.notFound":["Block with hash ",["headerHash"]," does not exists."],"Block.plotId":"Plot Id","Block.plotIdTooltip":"The seed used to create the plot. This depends on the pool pk and plot pk.","Block.plotPublicKey":"Plot Public Key","Block.poolPublicKey":"Pool Public Key","Block.previousBlock":"Previous Block","Block.proofOfSpaceSize":"Proof of Space Size","Block.timestamp":"Timestamp","Block.timestampTooltip":"This is the time the block was created by the farmer, which is before it is finalized with a proof of time","Block.title":"Block","Block.totalVDFIterations":"Total VDF Iterations","Block.totalVDFIterationsTooltip":"The total number of VDF (verifiable delay function) or proof of time iterations on the whole chain up to this sub block.","Block.transactionsFilterHash":"Transactions Filter Hash","Block.transactionsGeneratorHash":"Transactions Generator Hash","Block.weight":"Weight","Block.weightTooltip":"Weight is the total added difficulty of all sub blocks up to and including this one","BlocksCard.expectedFinishTime":"Expected Finish Time","BlocksCard.finished":"Finished","BlocksCard.headerHash":"Header Hash","BlocksCard.height":"Height","BlocksCard.inProgress":"In Progress","BlocksCard.state":"State","BlocksCard.timeCreated":"Time Created","BlocksCard.title":"Blocks","BlocksCard.unfinished":"Unfinished","CCListItems.title":"Coloured Coin Options","Challenges.bestEstimate":"Best estimate","Challenges.challengeHash":"Challenge hash","Challenges.height":"Height","Challenges.numberOfProofs":"Number of proofs","Challenges.title":"Challenges","ColourCard.colour":"Colour:","ColourCard.nickname":"Nickname","ColourCard.rename":"Rename","ColourCard.title":"Colour Info","ColouredAddressCard.address":"Address","ColouredAddressCard.copy":"Copy","ColouredAddressCard.newAddress":"New Address","ColouredAddressCard.title":"Receive Address","ColouredBalanceCard.spendableBalance":"Spendable Balance","ColouredBalanceCard.title":"Balance","ColouredBalanceCard.totalBalance":"Total Balance","ColouredBalanceCard.viewPendingBalances":"View pending balances...","ColouredHistoryCard.title":"History","ColouredSendCard.address":"Address","ColouredSendCard.amount":["Amount (",["cc_unit"],")"],"ColouredSendCard.farm":"Farm","ColouredSendCard.fee":"Fee (TXCH)","ColouredSendCard.send":"Send","ColouredSendCard.title":"Create Transaction","ColouredTransactionTable.amount":"Amount","ColouredTransactionTable.confirmed":"Confirmed","ColouredTransactionTable.date":"Date","ColouredTransactionTable.fee":"Fee","ColouredTransactionTable.incoming":"Incoming","ColouredTransactionTable.noPreviousTransactions":"No previous transactions","ColouredTransactionTable.outgoing":"Outgoing","ColouredTransactionTable.pending":"Pending","ColouredTransactionTable.status":"Status","ColouredTransactionTable.to":"To","ColouredTransactionTable.type":"Type","Connections.connect":"Connect","Connections.connectToOtherPeersTitle":"Connect to other peers","Connections.connected":"Connected","Connections.connectionType":"Connection type","Connections.delete":"Delete","Connections.ipAddress":"IP address","Connections.ipAddressHost":"IP address / host","Connections.lastMessage":"Last message","Connections.nodeId":"Node ID","Connections.port":"Port","Connections.title":"Connections","Connections.upDown":"Up/Down","CreateExistingCCWallet.colourString":"Colour String","CreateExistingCCWallet.create":"Create","CreateExistingCCWallet.enterValidFee":"Please enter a valid numeric fee","CreateExistingCCWallet.fee":"Fee","CreateExistingCCWallet.title":"Create wallet for colour","CreateNewCCWallet.amount":"Amount","CreateNewCCWallet.create":"Create","CreateNewCCWallet.enterValidAmount":"Please enter a valid numeric amount","CreateNewCCWallet.enterValidFee":"Please enter a valid numeric fee","CreateNewCCWallet.fee":"Fee","CreateNewCCWallet.generateNewColour":"Generate New Colour","CreateOffer.add":"Add","CreateOffer.addTradePair":"Please add a trade pair","CreateOffer.amount":"Amount","CreateOffer.availableOnlyFromElectron":"This feature is available only from the GUI.","CreateOffer.buyOrSell":"Side","CreateOffer.cancel":"Cancel","CreateOffer.colour":"Colour","CreateOffer.save":"Save","CreateOffer.selectAmount":"Please select amount","CreateOffer.selectBuyOrSell":"Please select buy or sell","CreateOffer.selectCoinType":"Please select coin type","CreateOffer.title":"Create Trade Offer","CreatePlot.colour":"Colour","CreatePlot.create":"Create","CreatePlot.delayDescription":"Minutes","CreatePlot.description":"Using this tool, you can create plots, which are allocated space on your hard drive used to farm and earn Chia. Also, temporary files are created during the plotting process, which exceed the size of the final plot files, so make sure you have enough space. Try to use a fast drive like an SSD for the temporary folder, and a large slow hard drive (like external HDD) for the final folder.","CreatePlot.numberOfBuckets":"Number of buckets","CreatePlot.numberOfBucketsDescription":"0 automatically chooses bucket count","CreatePlot.numberOfThreads":"Number of threads","CreatePlot.plotCount":"Plot Count","CreatePlot.plotSize":"Plot Size","CreatePlot.ramMaxUsage":"RAM max usage","CreatePlot.ramMaxUsageDescription":"More memory slightly increases speed","CreatePlot.specifyFinalDirectory":"Please specify a temporary and final directory","CreatePlot.stripeSize":"Stripe Size","CreatePlot.title":"Create Plot","CreateRLAdminWallet.amountForInitialCoin":"Amount For Initial Coin","CreateRLAdminWallet.create":"Create","CreateRLAdminWallet.createRateLimitedAdminWallet":"Create Rate Limited Admin Wallet","CreateRLAdminWallet.enterValidInitialCoin":"Please enter a valid initial coin amount","CreateRLAdminWallet.enterValidNumericFee":"Please enter a valid numeric fee","CreateRLAdminWallet.enterValidNumericInterval":"Please enter a valid numeric interval length","CreateRLAdminWallet.enterValidPubkey":"Please enter a valid pubkey","CreateRLAdminWallet.enterValidSpendableAmount":"Please enter a valid numeric spendable amount","CreateRLAdminWallet.fee":"Fee","CreateRLAdminWallet.initialAmount":"Initial Amount","CreateRLAdminWallet.interval":"Interval","CreateRLAdminWallet.pubkey":"Pubkey","CreateRLAdminWallet.spendableAmount":"Spendable Amount","CreateRLAdminWallet.spendableAmountPerInterval":"Spendable Amount Per Interval","CreateRLAdminWallet.spendingIntervalLength":"Spending Interval Length (number of blocks)","CreateRLAdminWallet.userPubkey":"User Pubkey","CreateRLUserWallet.create":"Create","CreateRLUserWallet.description":"Initialize a Rate Limited User Wallet:","CreateRLUserWallet.title":"Create Rate Limited User Wallet","CreateWallet.addWallet":"Add Wallet","DashboardSideBar.farm":"Farm","DashboardSideBar.home":"Full Node","DashboardSideBar.keys":"Keys","DashboardSideBar.plot":"Plot","DashboardSideBar.plots":"Plots","DashboardSideBar.trade":"Trade","DashboardSideBar.wallets":"Wallets","DeleteAllKeys.back":"Back","DeleteAllKeys.delete":"Delete","DeleteAllKeys.description":"Deleting all keys will permanently remove the keys from your computer, make sure you have backups. Are you sure you want to continue?","DeleteAllKeys.title":"Delete all keys","DeleteKey.back":"Back","DeleteKey.delete":"Delete","DeleteKey.description":"Deleting the key will permanently remove the key from your computer, make sure you have backups. Are you sure you want to continue?","DeleteKey.title":"Delete key","Farm.title":"Your Farm Overview","FarmCardCoinbaseRewards.title":"TXCH Farming Rewards","FarmCardExpectedTimeToWin.title":"Expected Time to Win","FarmCardExpectedTimeToWin.tooltip":["You have ",["0"],"% of the space on the network, so farming a block will take ",["totalHours"]," in expectation."],"FarmCardFeesReward.title":"TXCH Fees Collected","FarmCardLastHeightFarmed.noBlocksFarmedYet":"No blocks farmed yet","FarmCardLastHeightFarmed.title":"Last Height Farmed","FarmCardPlotCount.title":"Plot Count","FarmCardStatus.title":"Farming Status","FarmCardTotalChiaFarmed.title":"Total Chia Farmed","FarmCardTotalNetworkSpace.title":"Total Network Space","FarmCardTotalNetworkSpace.tooltip":"Best estimate over last 1 hour","FarmCardTotalSizeOfPlots.title":"Total Size of Plots","FarmFullNodeConnections.actions":"Actions","FarmFullNodeConnections.connectionStatus":"Connection Status:","FarmFullNodeConnections.date":"Date","FarmFullNodeConnections.description":"The full node that your farmer is connected to is below. <0>Learn more","FarmFullNodeConnections.height":"Height","FarmFullNodeConnections.hostName":"Host Name","FarmFullNodeConnections.nodeId":"Node ID","FarmFullNodeConnections.port":"Port","FarmFullNodeConnections.time":"Time","FarmFullNodeConnections.title":"Your Full Node Connection","FarmFullNodeConnections.upDown":"Up/Down","FarmLastAttemptedProof.emptyDescription":"None of your plots have passed the plot filter yet.","FarmLastAttemptedProof.emptySubDescription":"But you are currently farming <0/>","FarmLastAttemptedProof.title":"Last Attempted Proof","FarmLastAttemptedProof.tooltip":"This table shows you the last time your farm attempted to win a block challenge.","FarmLatestBlockChallenges.bestEstimate":"Best Estimate","FarmLatestBlockChallenges.bestEstimateTooltip":"Best Estimate is how many seconds of time must be proved for your proofs.","FarmLatestBlockChallenges.challengeHash":"Challenge Hash","FarmLatestBlockChallenges.description":"Below are the current block challenges. You may or may not have a proof of space for these challenges. These blocks do not currently contain a proof of time.","FarmLatestBlockChallenges.height":"Height","FarmLatestBlockChallenges.index":"Index","FarmLatestBlockChallenges.subDescription":"*Want to explore Chia’s blocks further? Check out <0>Chia Explorer built by an open source developer.","FarmLatestBlockChallenges.title":"Latest Block Challenges","FarmOverviewHero.addAPlot":"Add a Plot","FarmOverviewHero.description":"Farmers earn block rewards and transaction fees by committing spare space to the network to help secure transactions. This is where your farm will be once you add a plot. <0>Learn more","FarmYourHarvesterNetwork.actions":"Actions","FarmYourHarvesterNetwork.connectionStatus":"Connection Status:","FarmYourHarvesterNetwork.description":"A harvester is a service running on a machine where plot(s) are actually stored. A farmer and harvester talk to a full node to see the state of the chain. View your network of connected harvesters below Learn more","FarmYourHarvesterNetwork.hostName":"Host Name","FarmYourHarvesterNetwork.nodeId":"Node ID","FarmYourHarvesterNetwork.port":"Port","FarmYourHarvesterNetwork.title":"Your Harvester Network","FarmYourHarvesterNetwork.upDown":"Up/Down","Farmer.title":"Farming","FarmerStatus.connected":"Connected","FarmerStatus.connectionStatus":"Connection Status","FarmerStatus.error":"Error","FarmerStatus.farming":"Farming","FarmerStatus.lastHeightFarmed":"Last height farmed","FarmerStatus.noBlocksFarmedYet":"No blocks farmed yet","FarmerStatus.notConnected":"Not connected","FarmerStatus.synching":"Syncing","FarmerStatus.title":"Farmer Status","FarmerStatus.totalChiaFarmed":"Total chia farmed","FarmerStatus.totalSizeOfLocalPlots":"Total size of local plots","FormatConnectionStatus.connected":"Connected","FormatConnectionStatus.notConnected":"Not connected","FullNode.title":"Full Node","FullNodeStatus.title":"Full Node Status","HistoryCard.title":"History","LocaleToggle.helpToTranslate":"Help to translate","MainWalletList.colouredCoin":"Coloured Coin","MainWalletList.createAdminWallet":"Create admin wallet","MainWalletList.createNewColouredCoin":"Create new coloured coin","MainWalletList.createUserWallet":"Create user wallet","MainWalletList.createWalletForExistingColour":"Create wallet for existing colour","MainWalletList.rateLimited":"Rate Limited","MainWalletList.title":"Select Wallet Type","OfferDropView.dragAndDropOfferFile":"Drag and drop offer file","OfferDropView.selectOffer":"Select Offer","OfferDropView.title":"View Offer","OfferRow.buy":"Buy","OfferRow.sell":"Sell","OfferView.accept":"Accept","OfferView.amount":"Amount","OfferView.cancel":"Cancel","OfferView.colour":"Colour","OfferView.side":"Side","OfferView.title":"View Offer","OfferView.title2":"Offer","PendingTrades.title":"Offers Created","Plot.title":"Plot","PlotAction.deleteButton":"Delete","PlotAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotAction.deleteTitle":"Delete Plot","PlotAdd.createPlot":"Create Plot","PlotAdd.title":"Add a Plot","PlotAddChooseSize.description":"Temporary files are created during the plotting process which exceeds the size of the final plot files. Make sure you have enough space. <0>Learn more","PlotAddChooseSize.kLow":"The minimum required size for mainnet is k=32","PlotAddChooseSize.plotSize":"Plot Size","PlotAddChooseSize.title":"Choose Plot Size","PlotAddNumberOfPlots.delay":"Delay","PlotAddNumberOfPlots.delayTitle":"Want to have a delay before the next plot starts?","PlotAddNumberOfPlots.parallelDescription":"Plotting in parallel can save time. Otherwise, add plot(s) to the queue.","PlotAddNumberOfPlots.parallelTitle":"Does your machine support parallel plotting?","PlotAddNumberOfPlots.plotCount":"Plot Count","PlotAddNumberOfPlots.ramMaxUsage":"RAM max usage","PlotAddNumberOfPlots.title":"Choose Number of Plots","PlotAddSelectFinalDirectory.description":"Select the final destination for the folder where you would like the plot to be stored. We recommend you use a large slow hard drive (like external HDD).","PlotAddSelectFinalDirectory.finalFolderLocation":"Final folder location","PlotAddSelectFinalDirectory.specifyFinalDirectory":"Please specify final directory","PlotAddSelectFinalDirectory.title":"Select Final Directory","PlotAddSelectTemporaryDirectory.browse":"Browse","PlotAddSelectTemporaryDirectory.defaultIsFinal":"If none selected, then it will default to the temporary directory.","PlotAddSelectTemporaryDirectory.description":"Select the temporary destination for the folder where you would like the plot to be stored. We recommend you use a fast SSD.","PlotAddSelectTemporaryDirectory.selectSecondTemporaryDirectory":"Select 2nd Temporary Directory","PlotAddSelectTemporaryDirectory.selected":"Selected","PlotAddSelectTemporaryDirectory.specifyTemporaryDirectory":"Please specify temporary directory","PlotAddSelectTemporaryDirectory.title":"Select Temporary Directory","PlotAddSelectTemporaryDirectory.workspaceLocation":"Temporary folder location","PlotAddSelectTemporaryDirectory.workspaceLocation2":"Second temporary folder location","PlotHeader.addAPlot":"Add a Plot","PlotHeader.addPlotDirectory":"Add Plot Directory","PlotHeader.refreshPlots":"Refresh Plots","PlotHero.addAPlot":"Add a Plot","PlotHero.description":"Plots are allocated space on your hard drive used to farm and earn Chia. <0>Learn more","PlotHero.doYouHavePlot":"Do you have existing plots on this machine? <0>Add Plot Directory","PlotOverviewPlots.action":"Action","PlotOverviewPlots.description":"Want to earn more Chia? Add more plots to your farm.","PlotOverviewPlots.harversterId":"Harvester ID","PlotOverviewPlots.plotKey":"Plot Key","PlotOverviewPlots.plotName":"Plot Name","PlotOverviewPlots.plotSeed":"Plot Seed","PlotOverviewPlots.poolKey":"Pool Key","PlotOverviewPlots.size":"K-Size","PlotOverviewPlots.status":"Status","PlotOverviewPlots.title":"Local Harvester Plots","PlotOverviewPlots.totalPlotSize":"Total Plot Size:","PlotQueueAction.deleteButton":"Delete","PlotQueueAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotQueueAction.deleteTitle":"Delete Plot","PlotQueueIndicator.error":"Error","PlotQueueIndicator.plotting":"Plotting","PlotQueueIndicator.queued":"Queued","PlotStatus.error":"Error","PlotStatus.farming":"Farming","PlotStatus.synching":"Syncing","Plots.back":"Back","Plots.delete":"Delete","Plots.deleteAllKeys":"Delete all keys","Plots.deleteAllKeysDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","Plots.deletePlotsDescription":"Caution, deleting these plots will delete them forever. Check that the storage devices are properly connected.","Plots.failedToOpenPlots":"Failed to open (invalid plots)","Plots.failedToOpenPlotsDescription":"These plots are invalid, you might want to delete them.","Plots.filename":"Filename","Plots.managePlotDirectories":"Manage plot directories","Plots.notFoundPlots":"Not found plots","Plots.plotId":"Plot id","Plots.plotPk":"Plot pk","Plots.poolPk":"Pool pk","Plots.refreshPlots":"Refresh plots","Plots.size":"Size","Plots.title":"Plots","PlotsFailed.description":"These plots are invalid, you might want to delete them.","PlotsFailed.title":"Failed to open (invalid plots)","PlotsNotFound.action":"Action","PlotsNotFound.description":"Caution, deleting these plots will delete them forever. Check that the storage devices are properly connected.","PlotsNotFound.filename":"Filename","PlotsNotFound.title":"Not found Plots","Plotter.title":"Plot","PlotterFinalLocation.availableOnlyFromElectron":"This feature is available only from the GUI.","PlotterFinalLocation.browse":"Browse","PlotterFinalLocation.finalFolderLocation":"Final folder location","PlotterFinalLocation.select":"Select","PlotterFinalLocation.selected":"Selected","PlotterProgress.cancel":"Cancel","PlotterProgress.clearLog":"Clear Log","PlotterProgress.plottingStoppedSuccesfully":"Plotting stopped successfully.","PlotterProgress.title":"Progress","PlotterWorkLocation.availableOnlyFromElectron":"This feature is available only from electron app","PlotterWorkLocation.select":"Select","PlotterWorkLocation.temporaryFolderLocation":"Temporary folder location","RLBalanceCard.pendingBalance":"Pending Balance","RLBalanceCard.pendingChange":"Pending Change","RLBalanceCard.pendingTotalBalance":"Pending Total Balance","RLBalanceCard.spendableBalance":"Spendable Balance","RLBalanceCard.title":"Balance","RLBalanceCard.totalBalance":"Total Balance","RLBalanceCard.viewPendingBalances":"View pending balances","RLDetailsCard.copy":"Copy","RLDetailsCard.description":"Send this info packet to your Rate Limited Wallet user who must use it to complete setup of their wallet:","RLDetailsCard.infoPacket":"Info Packet","RLDetailsCard.myPubkey":"My Pubkey","RLDetailsCard.spendingInterval":["Spending Interval (number of blocks): ",["interval"]],"RLDetailsCard.spendingLimit":["Spending Limit (chia per interval): ",["0"]],"RLDetailsCard.title":"Rate Limited Info","RLHistoryCard.title":"History","RLListItems.title":"Rate Limited Options","RLSendCard.addressPuzzleHash":"Address / Puzzle hash","RLSendCard.amount":"Amount","RLSendCard.enter0fee":"Please enter 0 fee. Positive fees not supported yet for RL.","RLSendCard.enterValidAmount":"Please enter a valid numeric amount","RLSendCard.enterValidFee":"Please enter a valid numeric fee","RLSendCard.fee":"Fee","RLSendCard.send":"Send","RLSendCard.title":"Create Transaction","RLSendCard.waitForSyncing":"Please finish syncing before making a transaction","RLTransactionTable.amount":"Amount","RLTransactionTable.confirmed":"Confirmed","RLTransactionTable.date":"Date","RLTransactionTable.fee":"Fee","RLTransactionTable.incoming":"Incoming","RLTransactionTable.noPreviousTransactions":"No previous transactions","RLTransactionTable.outgoing":"Outgoing","RLTransactionTable.pending":"Pending","RLTransactionTable.status":"Status","RLTransactionTable.to":"To","RLTransactionTable.type":"Type","RTIncompleteCard.copy":"Copy","RTIncompleteCard.description":"Send your pubkey to your Rate Limited Wallet admin:","RTIncompleteCard.description2":"When you receive the setup info packet from your admin, enter it below to complete your Rate Limited Wallet setup:","RTIncompleteCard.infoPacket":"Info Packet","RTIncompleteCard.submit":"Submit","RTIncompleteCard.title":"Rate Limited User Wallet Setup","RTIncompleteCard.userPubkey":"User Pubkey","SearchBlock.blockHash":"Block hash","SearchBlock.search":"Search","SearchBlock.title":"Search block by header hash","SelectKey.createNewPrivateKey":"Create a new private key","SelectKey.deleteAllKeys":"Delete all keys","SelectKey.importFromMnemonics":"Import from Mnemonics (24 words)","SelectKey.selectFingerprint":["Private key with public fingerprint ",["fingerprint"]],"SelectKey.selectKeyCanBeBacked":"Can be backed up to mnemonic seed","SelectKey.signInDescription":"Welcome to Chia. Please log in with an existing key, or create a new key.","SelectKey.signInTitle":"Sign In","SelectKey.title":"Select Key","SendCard.address":"Address / Puzzle hash","SendCard.amount":"Amount","SendCard.enterValidAddress":"Error: Cannot send chia to coloured address. Please enter a chia address.","SendCard.enterValidAmount":"Please enter a valid numeric amount","SendCard.enterValidFee":"Please enter a valid numeric fee","SendCard.farm":"Farm","SendCard.fee":"Fee","SendCard.finishSyncingBeforeTransaction":"Please finish syncing before making a transaction","SendCard.send":"Send","SendCard.title":"Create Transaction","StatusCard.connections":"connections:","StatusCard.height":"height:","StatusCard.status":"status:","StatusCard.synced":"synced","StatusCard.syncing":"syncing","StatusCard.title":"Status","StatusItem.connectionStatus":"Connection Status","StatusItem.connectionStatusConnected":"Connected","StatusItem.connectionStatusNotConnected":"Not connected","StatusItem.difficulty":"Difficulty","StatusItem.estimatedNetworkSpace":"Estimated network space","StatusItem.estimatedNetworkSpaceTooltip":"Estimated sum of all the plotted disk space of all farmers in the network","StatusItem.iterationsPerSecond":"Iterations per Second","StatusItem.iterationsPerSecondTooltip":"The estimated proof of time speed of the fastest timelord in the network.","StatusItem.lcaBlockHeight":"LCA Block Height","StatusItem.lcaTime":"LCA Time","StatusItem.lcaTimeTooltip":"This is the time of the latest common ancestor, which is a block ancestor of all tip blocks. Note that the full node keeps track of up to three tips at each height.","StatusItem.maxTipBlockHeight":"Max Tip Block Height","StatusItem.minIterations":"Min Iterations","StatusItem.peakHeight":"Peak Height","StatusItem.peakSubBlockHeight":"Peak Sub-block Height","StatusItem.peakTime":"Peak Time","StatusItem.peakTimeTooltip":"This is the time of the latest peak sub block.","StatusItem.status":"Status","StatusItem.statusNotConnected":"Not connected","StatusItem.statusNotSynced":"Not Synced","StatusItem.statusNotSyncedTooltip":"The node is not synced","StatusItem.statusSynced":"Synced","StatusItem.statusSyncedTooltip":"This node is fully caught up and validating the network","StatusItem.statusTooltip":"The node is syncing, which means it is downloading blocks from other nodes, to reach the latest block in the chain","StatusItem.statusValue":["Syncing ",["progress"],"/",["tip"]],"StatusItem.subSlotIters":"VDF Sub Slot Iterations","StatusItem.totalIterations":"Total Iterations","StatusItem.totalIterationsTooltip":"Total iterations since the start of the blockchain","TradeDetail.acceptedAtTime":"Accepted at time:","TradeDetail.acceptedAtTimeTooltip":"Indicated what time this offer was accepted","TradeDetail.cancel":"Cancel","TradeDetail.cancelAndSpend":"Cancel and Spend","TradeDetail.coins":"Coins:","TradeDetail.confirmedAtBlock":"Confirmed at block:","TradeDetail.confirmedAtBlockTooltip":"This trade was included on blockchain at this block height","TradeDetail.createdAt":"Created At:","TradeDetail.createdAtTooltip":"Time this trade was created at this time","TradeDetail.createdByUs":"Created by us:","TradeDetail.createdByUsTooltip":"Indicated if this offer was created by us","TradeDetail.no":"No","TradeDetail.notAcceptedYet":"Not accepted yet","TradeDetail.notConfirmedYet":"Not confirmed yet","TradeDetail.status":"Status:","TradeDetail.statusTooltip":"Current trade status","TradeDetail.title":"Trade Details","TradeDetail.tradeId":"Trade ID:","TradeDetail.tradeIdTooltip":"Unique identifier","TradeDetail.yes":"Yes","TradeList.amount":"Amount","TradeList.colour":"Colour","TradeList.side":"Side","TradeManager.createTrade":"Create Trade","TradeManager.title":"Trading","TradeManager.tradeOverview":"Trade Overview","TradeManager.viewOffer":"View Offer","TradeManager.viewTrade":"View Trade","TradeOfferRow.buy":"Buy","TradeOfferRow.sell":"Sell","TradeOverviewTable.tradesShowUpHere":"Trades will show up here","TradeOverviewTableHeader.date":"Date","TradeOverviewTableHeader.status":"Status","TradeOverviewTableHeader.tradeId":"Trade ID","TradesTable.buy":"Buy","TradesTable.sell":"Sell","TradingHistory.title":"Trading History","TransactionTable.amount":"Amount","TransactionTable.confirmedAtHeight":["Confirmed at height ",["0"]],"TransactionTable.date":"Date","TransactionTable.fee":"Fee","TransactionTable.incoming":"Incoming","TransactionTable.outgoing":"Outgoing","TransactionTable.pending":"Pending","TransactionTable.status":"Status","TransactionTable.to":"To","TransactionTable.type":"Type","WalletAdd.description":"Welcome! The following words are used for your wallet backup. Without them, you will lose access to your wallet, keep them safe! Write down each word along with the order number next to them. (Order is important)","WalletAdd.next":"Next","WalletAdd.title":"New Wallet","WalletHistory.title":"History","WalletHistory.type":"Type","WalletImport.description":"Enter the 24 word mnemonic that you have saved in order to restore your Chia wallet.","WalletImport.next":"Next","WalletImport.title":"Import Wallet from Mnemonics","WalletItem.ccWallet":"CC Wallet","WalletItem.chiaWallet":"Chia Wallet","WalletItem.rlWallet":"RL Wallet","WalletStatusCard.connections":"connections:","WalletStatusCard.height":"height:","WalletStatusCard.not_synced":"not synced","WalletStatusCard.status":"status:","WalletStatusCard.synced":"synced","WalletStatusCard.syncing":"syncing","WalletStatusCard.title":"Status","Wallets.title":"Wallets","useSelectDirectory.availableOnlyFromElectron":"This feature is available only from the GUI.","useSelectFile.availableOnlyFromElectron":"This feature is available only from the GUI."}}; \ No newline at end of file diff --git a/electron-react/src/locales/en/messages.po b/electron-react/src/locales/en/messages.po index 041d7d01cecd..97b8bb2d4327 100644 --- a/electron-react/src/locales/en/messages.po +++ b/electron-react/src/locales/en/messages.po @@ -13,19 +13,19 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/components/wallet/standard/WalletStandard.tsx:525 +#: src/components/wallet/standard/WalletStandard.tsx:432 msgid "AddressCard.address" msgstr "Address" -#: src/components/wallet/standard/WalletStandard.tsx:529 +#: src/components/wallet/standard/WalletStandard.tsx:436 msgid "AddressCard.copy" msgstr "Copy" -#: src/components/wallet/standard/WalletStandard.tsx:541 +#: src/components/wallet/standard/WalletStandard.tsx:448 msgid "AddressCard.newAddress" msgstr "New Address" -#: src/components/wallet/standard/WalletStandard.tsx:517 +#: src/components/wallet/standard/WalletStandard.tsx:424 msgid "AddressCard.title" msgstr "Receive Address" @@ -49,59 +49,59 @@ msgstr "Connecting to wallet" msgid "Application.loggingIn" msgstr "Logging in" -#: src/components/wallet/standard/WalletStandard.tsx:203 +#: src/components/wallet/standard/WalletStandard.tsx:202 msgid "BalanceCard.balance" msgstr "Balance" -#: src/components/wallet/standard/WalletStandard.tsx:240 +#: src/components/wallet/standard/WalletStandard.tsx:239 msgid "BalanceCard.pendingBalance" msgstr "Pending Balance" -#: src/components/wallet/standard/WalletStandard.tsx:242 +#: src/components/wallet/standard/WalletStandard.tsx:241 msgid "BalanceCard.pendingBalanceTooltip" msgstr "This is the sum of the incoming and outgoing pending transactions (not yet included into the blockchain). This does not include farming rewards." -#: src/components/wallet/standard/WalletStandard.tsx:254 +#: src/components/wallet/standard/WalletStandard.tsx:253 msgid "BalanceCard.pendingChange" msgstr "Pending Change" -#: src/components/wallet/standard/WalletStandard.tsx:256 +#: src/components/wallet/standard/WalletStandard.tsx:255 msgid "BalanceCard.pendingChangeTooltip" msgstr "This is the pending change, which are change coins which you have sent to yourself, but have not been confirmed yet." -#: src/components/wallet/standard/WalletStandard.tsx:247 +#: src/components/wallet/standard/WalletStandard.tsx:246 msgid "BalanceCard.pendingFarmingRewards" msgstr "Pending Farming Rewards" -#: src/components/wallet/standard/WalletStandard.tsx:249 +#: src/components/wallet/standard/WalletStandard.tsx:248 msgid "BalanceCard.pendingFarmingRewardsTooltip" msgstr "This is the total amount of farming rewards farmed recently, that have been confirmed but are not yet spendable." -#: src/components/wallet/standard/WalletStandard.tsx:233 +#: src/components/wallet/standard/WalletStandard.tsx:232 msgid "BalanceCard.pendingTotalBalance" msgstr "Pending Total Balance" -#: src/components/wallet/standard/WalletStandard.tsx:235 +#: src/components/wallet/standard/WalletStandard.tsx:234 msgid "BalanceCard.pendingTotalBalanceTooltip" msgstr "This is the total balance + pending balance: it is what your balance will be after all pending transactions are confirmed." -#: src/components/wallet/standard/WalletStandard.tsx:213 +#: src/components/wallet/standard/WalletStandard.tsx:212 msgid "BalanceCard.spendableBalance" msgstr "Spendable Balance" -#: src/components/wallet/standard/WalletStandard.tsx:213 +#: src/components/wallet/standard/WalletStandard.tsx:212 msgid "BalanceCard.spendableBalanceTooltip" msgstr "This is the amount of Chia that you can currently use to make transactions. It does not include pending farming rewards, pending incoming transactions, and Chia that you have just spent but is not yet in the blockchain." -#: src/components/wallet/standard/WalletStandard.tsx:207 +#: src/components/wallet/standard/WalletStandard.tsx:206 msgid "BalanceCard.totalBalance" msgstr "Total Balance" -#: src/components/wallet/standard/WalletStandard.tsx:207 +#: src/components/wallet/standard/WalletStandard.tsx:206 msgid "BalanceCard.totalBalanceTooltip" msgstr "This is the total amount of chia in the blockchain at the current peak sub block that is controlled by your private keys. It includes frozen farming rewards, but not pending incoming and outgoing transactions." -#: src/components/wallet/standard/WalletStandard.tsx:226 +#: src/components/wallet/standard/WalletStandard.tsx:225 msgid "BalanceCard.viewPendingBalances" msgstr "View pending balances" @@ -993,8 +993,8 @@ msgid "FullNodeStatus.title" msgstr "Full Node Status" #: src/components/wallet/standard/WalletStandard.tsx:491 -msgid "HistoryCard.title" -msgstr "History" +#~ msgid "HistoryCard.title" +#~ msgstr "History" #: src/components/core/LocaleToggle/LocaleToggle.tsx:38 msgid "LocaleToggle.helpToTranslate" @@ -1671,43 +1671,43 @@ msgstr "Sign In" msgid "SelectKey.title" msgstr "Select Key" -#: src/components/wallet/standard/WalletStandard.tsx:368 +#: src/components/wallet/standard/WalletStandard.tsx:367 msgid "SendCard.address" msgstr "Address / Puzzle hash" -#: src/components/wallet/standard/WalletStandard.tsx:380 +#: src/components/wallet/standard/WalletStandard.tsx:379 msgid "SendCard.amount" msgstr "Amount" -#: src/components/wallet/standard/WalletStandard.tsx:328 +#: src/components/wallet/standard/WalletStandard.tsx:327 msgid "SendCard.enterValidAddress" msgstr "Error: Cannot send chia to coloured address. Please enter a chia address." -#: src/components/wallet/standard/WalletStandard.tsx:310 +#: src/components/wallet/standard/WalletStandard.tsx:309 msgid "SendCard.enterValidAmount" msgstr "Please enter a valid numeric amount" -#: src/components/wallet/standard/WalletStandard.tsx:318 +#: src/components/wallet/standard/WalletStandard.tsx:317 msgid "SendCard.enterValidFee" msgstr "Please enter a valid numeric fee" -#: src/components/wallet/standard/WalletStandard.tsx:395 +#: src/components/wallet/standard/WalletStandard.tsx:394 msgid "SendCard.farm" msgstr "Farm" -#: src/components/wallet/standard/WalletStandard.tsx:385 +#: src/components/wallet/standard/WalletStandard.tsx:384 msgid "SendCard.fee" msgstr "Fee" -#: src/components/wallet/standard/WalletStandard.tsx:298 +#: src/components/wallet/standard/WalletStandard.tsx:297 msgid "SendCard.finishSyncingBeforeTransaction" msgstr "Please finish syncing before making a transaction" -#: src/components/wallet/standard/WalletStandard.tsx:400 +#: src/components/wallet/standard/WalletStandard.tsx:399 msgid "SendCard.send" msgstr "Send" -#: src/components/wallet/standard/WalletStandard.tsx:353 +#: src/components/wallet/standard/WalletStandard.tsx:352 msgid "SendCard.title" msgstr "Create Transaction" @@ -2001,45 +2001,45 @@ msgstr "Sell" msgid "TradingHistory.title" msgstr "Trading History" -#: src/components/wallet/standard/WalletStandard.tsx:447 +#: src/components/wallet/WalletHistory.tsx:47 msgid "TransactionTable.amount" msgstr "Amount" -#: src/components/wallet/standard/WalletStandard.tsx:426 +#: src/components/wallet/WalletHistory.tsx:38 msgid "TransactionTable.confirmedAtHeight" msgstr "Confirmed at height {0}" -#: src/components/wallet/standard/WalletStandard.tsx:441 +#: src/components/wallet/WalletHistory.tsx:32 msgid "TransactionTable.date" msgstr "Date" -#: src/components/wallet/standard/WalletStandard.tsx:450 +#: src/components/wallet/WalletHistory.tsx:52 msgid "TransactionTable.fee" msgstr "Fee" -#: src/components/wallet/standard/WalletStandard.tsx:423 +#: src/components/wallet/WalletHistory.tsx:19 msgid "TransactionTable.incoming" msgstr "Incoming" -#: src/components/wallet/standard/WalletStandard.tsx:422 +#: src/components/wallet/WalletHistory.tsx:18 msgid "TransactionTable.outgoing" msgstr "Outgoing" -#: src/components/wallet/standard/WalletStandard.tsx:428 +#: src/components/wallet/WalletHistory.tsx:40 msgid "TransactionTable.pending" msgstr "Pending" -#: src/components/wallet/standard/WalletStandard.tsx:444 +#: src/components/wallet/WalletHistory.tsx:42 msgid "TransactionTable.status" msgstr "Status" -#: src/components/wallet/standard/WalletStandard.tsx:438 +#: src/components/wallet/WalletHistory.tsx:27 msgid "TransactionTable.to" msgstr "To" #: src/components/wallet/standard/WalletStandard.tsx:435 -msgid "TransactionTable.type" -msgstr "Type" +#~ msgid "TransactionTable.type" +#~ msgstr "Type" #: src/components/wallet/WalletAdd.tsx:37 msgid "WalletAdd.description" @@ -2053,6 +2053,14 @@ msgstr "Next" msgid "WalletAdd.title" msgstr "New Wallet" +#: src/components/wallet/WalletHistory.tsx:58 +msgid "WalletHistory.title" +msgstr "History" + +#: src/components/wallet/WalletHistory.tsx:21 +msgid "WalletHistory.type" +msgstr "Type" + #: src/components/wallet/WalletImport.tsx:70 msgid "WalletImport.description" msgstr "Enter the 24 word mnemonic that you have saved in order to restore your Chia wallet." diff --git a/electron-react/src/locales/sk/messages.js b/electron-react/src/locales/sk/messages.js index b40c8a81f038..10a6777b78f1 100644 --- a/electron-react/src/locales/sk/messages.js +++ b/electron-react/src/locales/sk/messages.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:{"AddressCard.address":"Adresa","AddressCard.copy":"Kopírovať","AddressCard.newAddress":"Nová adresa","AddressCard.title":"Adresa príjemcu","AdvancedOptions.hideAdvancedOptions":"Skryť rozšírené možnosti","AdvancedOptions.showAdvancedOptions":"Zobraziť rozšírené možnosti","Application.closing":"Zatvára sa uzol a server","Application.connectingToWallet":"Pripájanie k peňaženke","Application.loggingIn":"Prihlasovanie","BalanceCard.balance":"Zostatok","BalanceCard.pendingBalance":"Nespracovaný zostatok","BalanceCard.pendingBalanceTooltip":"Toto je súčet prichádzajúcich a odchádzajúcich nespracovaných transakcií (ešte nie sú zahrnuté do blockchainu). To nezahŕňa odmeny za ťažbu.","BalanceCard.pendingChange":"Nespracované zmeny","BalanceCard.pendingChangeTooltip":"Toto je nespracovaná zmena. Sú to mince, ktoré ste si poslali, ale zatiaľ neboli spracované.","BalanceCard.pendingFarmingRewards":"Nespracované odmeny za ťažbu","BalanceCard.pendingFarmingRewardsTooltip":"Toto je celková suma nedávno získaných odmien za ťažbu, ktoré boli potvrdené, ale zatiaľ nie sú vyplatiteľné. Odmeny za ťaženie sú zmrazené na 200 blokov.","BalanceCard.pendingTotalBalance":"Celkový nespracovaný zostatok","BalanceCard.pendingTotalBalanceTooltip":"Toto je celkový zostatok + nespracovaný zostatok alebo to, aký bude váš zostatok po potvrdení všetkých nespracovaných transakcií.","BalanceCard.spendableBalance":"Disponibilný zostatok","BalanceCard.spendableBalanceTooltip":"Toto je množstvo Chia, ktoré môžete v súčasnosti použiť na uskutočnenie transakcií. Nezahŕňa nespracované odmeny za ťažbu, nespracované prichádzajúce transakcie a Chia, ktorú ste práve minuli, ale ešte nie je v blockchaine.","BalanceCard.totalBalance":"Celkový zostatok","BalanceCard.totalBalanceTooltip":"Toto je celkové množstvo Chia v blockchaine v LCA bloku (najnovší spoločný predok), ktorý je kontrolovaný vašimi súkromnými kľúčmi. Zahŕňa odmeny za zmrazené ťaženie, ale nie nespracované prichádzajúce a odchádzajúce transakcie.","BalanceCard.viewPendingBalances":"Zobraziť nespracované zostatky","Block.blockVDFIterations":"Block VDF iterácii","Block.blockVDFIterationsTooltip":"Celkový počet VDF (overiteľná funkcia oneskorenia) alebo dôkaz o časových iteráciách v tomto bloku.","Block.coinbaseAmount":"Množstvo coinbase","Block.coinbaseAmountTooltip":"Bloková Chia odmena, ide do poolu (alebo ťaženia, ak sa nepoužíva pool)","Block.coinbasePuzzleHash":"Coinbase adresa","Block.description":["Blok na pozícii ",["0"]," v Chia blockchaine"],"Block.difficulty":"Zložitosť","Block.feesAmount":"Množstvo odmeny","Block.feesAmountTooltip":"Celkové poplatky v tomto bloku idú ťažiarovi","Block.feesPuzzleHash":"Poplatky puzzle hash","Block.headerHash":"Poradie hlavičky","Block.height":"Poradie","Block.notFound":["Block with hash ",["headerHash"]," does not exists."],"Block.plotId":"Id poľa","Block.plotIdTooltip":"Seedy použité na vytvorenie poľa, záleží to na pk poolu a pk poľa","Block.plotPublicKey":"Verejný kľúč poľa","Block.poolPublicKey":"Verejný kľúč poolu","Block.previousBlock":"Predchádzajúci blok","Block.proofOfSpaceSize":"Dôkaz o veľkosti priestoru","Block.timestamp":"Časová značka","Block.timestampTooltip":"Toto je čas, kedy ťažiar vytvoril blok, a to ešte predtým, ako bol finalizovaný s dôkazom o čase","Block.title":"Bloky","Block.totalVDFIterations":"Celkový počet iterácií VDF","Block.totalVDFIterationsTooltip":"The total number of VDF (verifiable delay function) or proof of time iterations on the whole chain up to this sub block.","Block.transactionsFilterHash":"Transactions Filter Hash","Block.transactionsGeneratorHash":"Transactions Generator Hash","Block.weight":"Veľkosť","Block.weightTooltip":"Veľkosť je celková pridaná obtiažnosť všetkých blokov až po tento","BlocksCard.expectedFinishTime":"Očakávaný čas dokončenia","BlocksCard.finished":"Finished","BlocksCard.headerHash":"Poradie hlavičky","BlocksCard.height":"Poradie","BlocksCard.inProgress":"In Progress","BlocksCard.state":"State","BlocksCard.timeCreated":"Čas vytvorenia","BlocksCard.title":"Bloky","BlocksCard.unfinished":"Unfinished","CCListItems.title":"Možnosti coloured mincí","Challenges.bestEstimate":"Najlepší odhad","Challenges.challengeHash":"Hash výzvy","Challenges.height":"Poradie","Challenges.numberOfProofs":"Počet dôkazov","Challenges.title":"Výzvy","ColourCard.colour":"Colour:","ColourCard.nickname":"Prezývka","ColourCard.rename":"Premenovať","ColourCard.title":"Colour Info","ColouredAddressCard.address":"Adresa","ColouredAddressCard.copy":"Kopírovať","ColouredAddressCard.newAddress":"Nová adresa","ColouredAddressCard.title":"Adresa príjemcu","ColouredBalanceCard.spendableBalance":"Disponibilný zostatok","ColouredBalanceCard.title":"Zostatok","ColouredBalanceCard.totalBalance":"Celkový zostatok","ColouredBalanceCard.viewPendingBalances":"Zobraziť nespracované zostatky ...","ColouredHistoryCard.title":"História","ColouredSendCard.address":"Adresa","ColouredSendCard.amount":"Suma","ColouredSendCard.farm":"Ťažiť","ColouredSendCard.fee":"Poplatok","ColouredSendCard.send":"Odoslať","ColouredSendCard.title":"Vytvoriť transakciu","ColouredTransactionTable.amount":"Suma","ColouredTransactionTable.confirmed":"Potvrdené","ColouredTransactionTable.date":"Dátum","ColouredTransactionTable.fee":"Poplatok","ColouredTransactionTable.incoming":"Prichádzajúce","ColouredTransactionTable.noPreviousTransactions":"Žiadne predchádzajúce transakcie","ColouredTransactionTable.outgoing":"Odchádzajúce","ColouredTransactionTable.pending":"Spracúva sa","ColouredTransactionTable.status":"Stav","ColouredTransactionTable.to":"Príjemca","ColouredTransactionTable.type":"Typ","Connections.connect":"Pripojiť","Connections.connectToOtherPeersTitle":"Pripojiť k iným uzlom","Connections.connected":"Pripojené","Connections.connectionType":"Typ pripojenia","Connections.delete":"Zmazať","Connections.ipAddress":"IP Adresa","Connections.ipAddressHost":"IP Adresa / host","Connections.lastMessage":"Posledná správa","Connections.nodeId":"Id uzla","Connections.port":"Port","Connections.title":"Pripojenia","Connections.upDown":"Odoslané/Stiahnuté","CreateExistingCCWallet.colourString":"Colour String","CreateExistingCCWallet.create":"Vytvoriť","CreateExistingCCWallet.enterValidFee":"Prosím zadajte poplatok","CreateExistingCCWallet.fee":"Poplatok","CreateExistingCCWallet.title":"Vytvoriť peňaženku pre colour","CreateNewCCWallet.amount":"Suma","CreateNewCCWallet.create":"Vytvoriť","CreateNewCCWallet.enterValidAmount":"Prosím zadajte sumu","CreateNewCCWallet.enterValidFee":"Prosím zadajte poplatok","CreateNewCCWallet.fee":"Poplatok","CreateNewCCWallet.generateNewColour":"Vytvoriť nový colour","CreateOffer.add":"Pridať","CreateOffer.addTradePair":"Prosím pridajte obchodný pár","CreateOffer.amount":"Suma","CreateOffer.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie","CreateOffer.buyOrSell":"Kúpiť alebo predať","CreateOffer.cancel":"Zrušiť","CreateOffer.colour":"Colour","CreateOffer.save":"Uložiť","CreateOffer.selectAmount":"Prosím vyberte sumu","CreateOffer.selectBuyOrSell":"Prosím vyberte kúpiť alebo predať","CreateOffer.selectCoinType":"Prosím vyberte typ mince","CreateOffer.title":"Vytvorte obchodnú ponuku","CreatePlot.colour":"Colour","CreatePlot.create":"Vytvoriť","CreatePlot.delayDescription":"Minút","CreatePlot.description":"Pomocou tohto nástroja môžete vytvárať polia, ktoré sú alokované na vašom pevnom disku a slúžia na ťažbu a zarábanie Chia. Počas vytvárania súborov polí sa vytvárajú aj dočasné súbory, ktoré sú vačšie ako veľkosť konečných súborov polí, takže sa uistite, že máte dostatok miesta. Skúste použiť rýchly disk ako SSD pre dočasné súbory a na výsledný adresár veľký pomalý pevný disk (napríklad externý pevný disk).","CreatePlot.numberOfBuckets":"Počet sektorov","CreatePlot.numberOfBucketsDescription":"0 automaticky vyberie počet sektorov","CreatePlot.numberOfThreads":"Počet vlákien","CreatePlot.plotCount":"Počet plotov","CreatePlot.plotSize":"Veľkosť plotu","CreatePlot.ramMaxUsage":"Maximálne využitie RAM","CreatePlot.ramMaxUsageDescription":"Viac pamäte mierne zvyšuje rýchlosť","CreatePlot.specifyFinalDirectory":"Zadajte dočasný a cieľový adresár","CreatePlot.stripeSize":"Veľkosť sektora","CreatePlot.title":"Vytvoriť pole","CreateRLAdminWallet.amountForInitialCoin":"Počiatočná suma","CreateRLAdminWallet.create":"Vytvoriť","CreateRLAdminWallet.createRateLimitedAdminWallet":"Create Rate Limited Admin Wallet","CreateRLAdminWallet.enterValidInitialCoin":"Prosím zadajte platnú počiatočnú sumu","CreateRLAdminWallet.enterValidNumericFee":"Prosím zadajte platný poplatok","CreateRLAdminWallet.enterValidNumericInterval":"Prosím zadajte platnú dĺžku intervalu","CreateRLAdminWallet.enterValidPubkey":"Zadajte platný verejný kľúč","CreateRLAdminWallet.enterValidSpendableAmount":"Zadajte platný disponibilný zostatok","CreateRLAdminWallet.fee":"Poplatok","CreateRLAdminWallet.initialAmount":"Počiatočná suma","CreateRLAdminWallet.interval":"Interval","CreateRLAdminWallet.pubkey":"Verejný kľúč","CreateRLAdminWallet.spendableAmount":"Disponibilný zostatok","CreateRLAdminWallet.spendableAmountPerInterval":"Disponibilná suma na interval","CreateRLAdminWallet.spendingIntervalLength":"Dĺžka disponibilného intervalu (počet blokov)","CreateRLAdminWallet.userPubkey":"Používateľov verejný kľúč","CreateRLUserWallet.create":"Vytvoriť","CreateRLUserWallet.description":"Initialize a Rate Limited User Wallet:","CreateRLUserWallet.title":"Create Rate Limited User Wallet","CreateWallet.addWallet":"Pridať peňaženku","DashboardSideBar.farm":"Ťažba","DashboardSideBar.home":"Domov","DashboardSideBar.keys":"Kľúče","DashboardSideBar.plot":"Polia","DashboardSideBar.plots":"Polia","DashboardSideBar.trade":"Obchod","DashboardSideBar.wallets":"Peňaženky","DeleteAllKeys.back":"Zrušiť","DeleteAllKeys.delete":"Zmazať","DeleteAllKeys.description":"Po stlačení tlačidla zmazať odstránite natrvalo všetký kľúče z počítača. Uistite sa, že máte zálohu. Ste si istý, že chcete pokračovať?","DeleteAllKeys.title":"Zmazať všetky kľúče","DeleteKey.back":"Späť","DeleteKey.delete":"Vymazať","DeleteKey.description":"Odstránením kľúča natrvalo odstránite kľúč z počítača. Uistite sa, že máte zálohy. Ste si istý, že chcete pokračovať?","DeleteKey.title":"Odstrániť kľúč","Farm.title":"Prehľad vašej farmy","FarmCardCoinbaseRewards.title":"Odmeny za ťažbu TXCH","FarmCardExpectedTimeToWin.title":"Očakávaný čas na výhru","FarmCardExpectedTimeToWin.tooltip":["Máte ",["0"],"% priestoru v sieti, takže ťažba bloku bude trvať ",["totalHours"]],"FarmCardFeesReward.title":"Vyzbierané poplatky TXCH","FarmCardLastHeightFarmed.noBlocksFarmedYet":"Zatiaľ neboli vyťažené žiadne bloky","FarmCardLastHeightFarmed.title":"Posledná spracovaná pozícia","FarmCardPlotCount.title":"Počet polí","FarmCardStatus.title":"Stav ťažby","FarmCardTotalChiaFarmed.title":"Celková vyťažená Chia","FarmCardTotalNetworkSpace.title":"Celková veľkosť siete","FarmCardTotalNetworkSpace.tooltip":"Najlepší odhad za poslednú hodinu","FarmCardTotalSizeOfPlots.title":"Celková veľkosť polí","FarmFullNodeConnections.actions":"Akcie","FarmFullNodeConnections.connectionStatus":"Stav pripojenia","FarmFullNodeConnections.date":"Dátum","FarmFullNodeConnections.description":"Kombajn je služba bežiaca na stroji, kde sú skutočne uložené polia. Nižšie si pozrite svoju sieť prepojených kombajnov. Viac informácií","FarmFullNodeConnections.height":"Pozícia","FarmFullNodeConnections.hostName":"Host Name","FarmFullNodeConnections.nodeId":"Node ID","FarmFullNodeConnections.port":"Port","FarmFullNodeConnections.time":"Čas","FarmFullNodeConnections.title":"Vaše pripojenie k sieti","FarmFullNodeConnections.upDown":"Odoslané/Stiahnuté","FarmLastAttemptedProof.emptyDescription":"None of your plots have passed the plot filter yet.","FarmLastAttemptedProof.emptySubDescription":"But you are currently farming <0/>","FarmLastAttemptedProof.title":"Posledný pokus o dôkaz","FarmLastAttemptedProof.tooltip":"This table shows you the last time your farm attempted to win a block challenge.","FarmLatestBlockChallenges.bestEstimate":"Najlepší odhad","FarmLatestBlockChallenges.bestEstimateTooltip":"Najlepší odhad je, koľko sekúnd musí byť preukázaních pre vaše dôkazy.","FarmLatestBlockChallenges.challengeHash":"Hash","FarmLatestBlockChallenges.description":"Below are the current block challenges. You may or may not have a proof of space for these challenges. These blocks do not currently contain a proof of time.","FarmLatestBlockChallenges.height":"Pozícia","FarmLatestBlockChallenges.index":"Index","FarmLatestBlockChallenges.subDescription":"* Chcete viac preskúmať Chia bloky? Vyskúšajte aplikáciu <0>Chia Explorer vytvorenú open source vývojárom.","FarmLatestBlockChallenges.title":"Najnovšie blokové výzvy","FarmOverviewHero.addAPlot":"Pridať pole","FarmOverviewHero.description":"Ťažiari zarábajú blokové odmeny a transakčné poplatky tým, že venujú sieti voľný priestor, aby pomohli zabezpečiť transakcie. Toto je miesto, kde bude vaša farma, keď pridáte pole. <0>Ďalšie informácie","FarmYourHarvesterNetwork.actions":"Actions","FarmYourHarvesterNetwork.connectionStatus":"Connection Status:","FarmYourHarvesterNetwork.description":"A harvester is a service running on a machine where plot(s) are actually stored. A farmer and harvester talk to a full node to see the state of the chain. View your network of connected harvesters below Learn more","FarmYourHarvesterNetwork.hostName":"Host Name","FarmYourHarvesterNetwork.nodeId":"Node ID","FarmYourHarvesterNetwork.port":"Port","FarmYourHarvesterNetwork.title":"Your Harvester Network","FarmYourHarvesterNetwork.upDown":"Up/Down","Farmer.title":"Ťažba","FarmerStatus.connected":"Pripojené","FarmerStatus.connectionStatus":"Stav pripojenia","FarmerStatus.error":"Chyba","FarmerStatus.farming":"Prebieha","FarmerStatus.lastHeightFarmed":"Posledná vyťažená pozícia","FarmerStatus.noBlocksFarmedYet":"Žiadne bloky zatiaľ neboli vyťažené","FarmerStatus.notConnected":"Nepripojené","FarmerStatus.synching":"Synchronizácia","FarmerStatus.title":"Stav ťaženia","FarmerStatus.totalChiaFarmed":"Celková vyťažená Chia","FarmerStatus.totalSizeOfLocalPlots":"Celková veľkosť lokálnych polí","FormatConnectionStatus.connected":"Pripojené","FormatConnectionStatus.notConnected":"Nepripojené","FullNode.title":"Sieť","FullNodeStatus.title":"Stav siete","HistoryCard.title":"História","LocaleToggle.helpToTranslate":"Pomôcť s prekladom","MainWalletList.colouredCoin":"Coloured Coin","MainWalletList.createAdminWallet":"Vytvoriť peňaženku pre správcu","MainWalletList.createNewColouredCoin":"Create new coloured coin","MainWalletList.createUserWallet":"Vytvoriť peňaženku pre používateľa","MainWalletList.createWalletForExistingColour":"Create wallet for existing colour","MainWalletList.rateLimited":"Rate Limited","MainWalletList.title":"Vyberte typ peňaženky","OfferDropView.dragAndDropOfferFile":"Súbor s ponukami presuňte tu","OfferDropView.selectOffer":"Select Offer","OfferDropView.title":"Zobraziť ponuku","OfferRow.buy":"Kúpiť","OfferRow.sell":"Predať","OfferView.accept":"Akceptovať","OfferView.amount":"Suma","OfferView.cancel":"Zrušiť","OfferView.colour":"Colour","OfferView.side":"Strana","OfferView.title":"Ponuka","OfferView.title2":"Ponuka","PendingTrades.title":"Vytvorené ponuky","Plot.title":"Pole","PlotAction.deleteButton":"Vymazať","PlotAction.deleteDescription":"Naozaj chcete odstrániť pole? Pole nie je možné obnoviť.","PlotAction.deleteTitle":"Zmazať pole","PlotAdd.createPlot":"Vytvoriť pole","PlotAdd.title":"Pridať pole","PlotAddChooseSize.description":"Počas procesu vytvárania polí sa vytvárajú dočasné súbory. To presahuje veľkosť konečných súborov polí. Uistite sa, že máte dostatok miesta. <0>Ďalšie informácie","PlotAddChooseSize.kLow":"Minimálna požadovaná veľkosť pre sieť je k = 32","PlotAddChooseSize.plotSize":"Velkosť poľa","PlotAddChooseSize.title":"Vyberte veľkosť poľa","PlotAddNumberOfPlots.delay":"Oneskorenie","PlotAddNumberOfPlots.delayTitle":"Chcete oneskoriť vytváranie ďalšieho poľa?","PlotAddNumberOfPlots.parallelDescription":"Paralelné vytváranie polí môže ušetriť čas. V opačnom prípade sa pridá do frontu.","PlotAddNumberOfPlots.parallelTitle":"Podporuje váše zariadenie paralelné vytváranie polí?","PlotAddNumberOfPlots.plotCount":"Počet polí","PlotAddNumberOfPlots.ramMaxUsage":"RAM max usage","PlotAddNumberOfPlots.title":"Vyberte počet polí","PlotAddSelectFinalDirectory.description":"Vyberte cieľový adresár, do ktorého chcete uložiť pole. Odporúčame vám používať veľký pomalý pevný disk (napríklad externý pevný disk).","PlotAddSelectFinalDirectory.finalFolderLocation":"Cieľový adresár","PlotAddSelectFinalDirectory.specifyFinalDirectory":"Prosím, vyberte cieľový adresár","PlotAddSelectFinalDirectory.title":"Vyberte cieľový adresár","PlotAddSelectTemporaryDirectory.browse":"Vybrať","PlotAddSelectTemporaryDirectory.defaultIsFinal":"Ak nie je vybraný žiadny, použije sa predvolený dočasný adresár.","PlotAddSelectTemporaryDirectory.description":"Vyberte dočasný adresár, do ktorého chcete uložiť pole. Odporúčame vám použiť rýchly SSD disk.","PlotAddSelectTemporaryDirectory.selectSecondTemporaryDirectory":"Vyberte druhý dočasný adresár","PlotAddSelectTemporaryDirectory.selected":"Vybrané","PlotAddSelectTemporaryDirectory.specifyTemporaryDirectory":"Prosím, vyberte dočasný adresár","PlotAddSelectTemporaryDirectory.title":"Vyberte dočasný adresár","PlotAddSelectTemporaryDirectory.workspaceLocation":"Dočasný adresár","PlotAddSelectTemporaryDirectory.workspaceLocation2":"Druhý dočasný adresár","PlotHeader.addAPlot":"Pridať pole","PlotHeader.addPlotDirectory":"Pridať adresár polí","PlotHeader.refreshPlots":"Obnoviť polia","PlotHero.addAPlot":"Pridať pole","PlotHero.description":"Polia sú pridelené priestory na vašom pevnom disku používanom na ťažbu a zarábanie Chia. <0>Ďalšie informácie","PlotHero.doYouHavePlot":"Máte na tomto zariadení už nejaké polia? <0>Pridať adresár polí","PlotOverviewPlots.action":"Akcia","PlotOverviewPlots.description":"Chcete zarobiť viac Chia? Pridajte na svoju farmu ďalšie polia.","PlotOverviewPlots.harversterId":"Harvester ID","PlotOverviewPlots.plotKey":"Kľúč poľa","PlotOverviewPlots.plotName":"Meno poľa","PlotOverviewPlots.plotSeed":"Plot Seed","PlotOverviewPlots.poolKey":"Pool Key","PlotOverviewPlots.size":"Veľkosť K","PlotOverviewPlots.status":"Stav","PlotOverviewPlots.title":"Zoznam polí","PlotOverviewPlots.totalPlotSize":"Celková veľkosť poľa","PlotQueueAction.deleteButton":"Delete","PlotQueueAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotQueueAction.deleteTitle":"Delete Plot","PlotQueueIndicator.error":"Error","PlotQueueIndicator.plotting":"Vytváranie poľa","PlotQueueIndicator.queued":"V poradí","PlotStatus.error":"Chyba","PlotStatus.farming":"Farming","PlotStatus.synching":"Synchronizácia","Plots.back":"Naspäť","Plots.delete":"Zmazať","Plots.deleteAllKeys":"Zmazať všetky kľúče","Plots.deleteAllKeysDescription":"Naozaj chcete odstrániť pole? Pole nie je možné získať späť.","Plots.deletePlotsDescription":"Pozor, tieto polia sa odstránia navždy. Skontrolujte, či sú pamäťové zariadenia správne pripojené.","Plots.failedToOpenPlots":"Nepodarilo sa otvoriť (neplatné polia)","Plots.failedToOpenPlotsDescription":"Tieto polia sú neplatné, asi ich budete chcieť odstrániť navždy.","Plots.filename":"Názov súboru","Plots.managePlotDirectories":"Spravovať adresáre polí","Plots.notFoundPlots":"Polia sa nenašli","Plots.plotId":"Id poľa","Plots.plotPk":"Pk poľa","Plots.poolPk":"Pk poolu","Plots.refreshPlots":"Aktualizovať polia","Plots.size":"Velkosť","Plots.title":"Polia","PlotsFailed.description":"These plots are invalid, you might want to delete them.","PlotsFailed.title":"Failed to open (invalid plots)","PlotsNotFound.action":"Akcia","PlotsNotFound.description":"Caution, deleting these plots will delete them forever. Check that the storage devices are properly connected.","PlotsNotFound.filename":"Filename","PlotsNotFound.title":"Not found Plots","Plotter.title":"Pole","PlotterFinalLocation.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie","PlotterFinalLocation.browse":"Vybrať","PlotterFinalLocation.finalFolderLocation":"Cieľový adresár","PlotterFinalLocation.select":"Vybrať","PlotterFinalLocation.selected":"Vybrané","PlotterProgress.cancel":"Zrušiť","PlotterProgress.clearLog":"Zmazať záznamy","PlotterProgress.plottingStoppedSuccesfully":"Vytváranie polí sa úspešne zastavilo.","PlotterProgress.title":"Aktuálny stav","PlotterWorkLocation.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie","PlotterWorkLocation.select":"Vybrať","PlotterWorkLocation.temporaryFolderLocation":"Dočasný adresár","RLBalanceCard.pendingBalance":"Nespracovaný zostatok","RLBalanceCard.pendingChange":"Nespracované zmeny","RLBalanceCard.pendingTotalBalance":"Celkový nespracovaný zostatok","RLBalanceCard.spendableBalance":"Disponibilný zostatok","RLBalanceCard.title":"Zostatok","RLBalanceCard.totalBalance":"Celkový zostatok","RLBalanceCard.viewPendingBalances":"Zoraziť nespracované zostatky","RLDetailsCard.copy":"Kopírovať","RLDetailsCard.description":"Send this info packet to your Rate Limited Wallet user who must use it to complete setup of their wallet:","RLDetailsCard.infoPacket":"Info Packet","RLDetailsCard.myPubkey":"Môj verejný kľúč","RLDetailsCard.spendingInterval":["Spending Interval (number of blocks): ",["interval"]],"RLDetailsCard.spendingLimit":["Spending Limit (chia per interval): ",["0"]],"RLDetailsCard.title":"Rate Limited Info","RLHistoryCard.title":"História","RLListItems.title":"Rate Limited Options","RLSendCard.addressPuzzleHash":"Adresa","RLSendCard.amount":"Suma","RLSendCard.enter0fee":"Please enter 0 fee. Positive fees not supported yet for RL.","RLSendCard.enterValidAmount":"Prosím zadajte platnú sumu","RLSendCard.enterValidFee":"Prosím zadajte platný poplatok","RLSendCard.fee":"Poplatok","RLSendCard.send":"Poslať","RLSendCard.title":"Vytvoriť transakciu","RLSendCard.waitForSyncing":"Pred uskutočnením transakcie dokončite synchronizáciu","RLTransactionTable.amount":"Suma","RLTransactionTable.confirmed":"Potvrdené","RLTransactionTable.date":"Dátum","RLTransactionTable.fee":"Poplatok","RLTransactionTable.incoming":"Prichádzajúce","RLTransactionTable.noPreviousTransactions":"Žiadne predchádzajúce transakcie","RLTransactionTable.outgoing":"Odchádzajúce","RLTransactionTable.pending":"Nespracované","RLTransactionTable.status":"Stav","RLTransactionTable.to":"Príjemca","RLTransactionTable.type":"Typ","RTIncompleteCard.copy":"Kopírovať","RTIncompleteCard.description":"Send your pubkey to your Rate Limited Wallet admin:","RTIncompleteCard.description2":"When you receive the setup info packet from your admin, enter it below to complete your Rate Limited Wallet setup:","RTIncompleteCard.infoPacket":"Info Packet","RTIncompleteCard.submit":"Odoslať","RTIncompleteCard.title":"Rate Limited User Wallet Setup","RTIncompleteCard.userPubkey":"Používateľov verejný kľúč","SearchBlock.blockHash":"Hash bloku","SearchBlock.search":"Vyhľadať","SearchBlock.title":"Vyhľadať blok podľa hashu","SelectKey.createNewPrivateKey":"Vytvoriť nový privátny kľúč","SelectKey.deleteAllKeys":"Zmazať všetky kľúče","SelectKey.importFromMnemonics":"Obnoviť z mnemotechniky (24 slov)","SelectKey.selectFingerprint":["Privátny kľúč s verejným odtlačkom ",["fingerprint"]],"SelectKey.selectKeyCanBeBacked":"Možnosť zálohovať pomocou mnemotechnickej pomôcky","SelectKey.signInDescription":"Vitajte v Chia. Prosím prihláste sa s existujúcim kľúčom alebo si vytvorte nový.","SelectKey.signInTitle":"Prihlásiť sa","SelectKey.title":"Vyberte kľúč","SendCard.address":"Adresa","SendCard.amount":"Suma","SendCard.enterValidAddress":"Prosím zadajte platnú adresu","SendCard.enterValidAmount":"Prosím zadajte platnú sumu","SendCard.enterValidFee":"Prosím zadajte platný poplatok","SendCard.farm":"Ťažiť","SendCard.fee":"Poplatok","SendCard.finishSyncingBeforeTransaction":"Prosím počkajte na synchronizáciu skôr ako vytvoríte transakciu","SendCard.send":"Poslať","SendCard.title":"Vytvoriť transakciu","StatusCard.connections":"pripojenia:","StatusCard.height":"pozícia:","StatusCard.status":"stav:","StatusCard.synced":"synchronizované","StatusCard.syncing":"synchronizuje sa","StatusCard.title":"Stav","StatusItem.connectionStatus":"Stav pripojenia","StatusItem.connectionStatusConnected":"Pripojené","StatusItem.connectionStatusNotConnected":"Nepripojené","StatusItem.difficulty":"Zložitosť","StatusItem.estimatedNetworkSpace":"Odhadovaná velkosť siete","StatusItem.estimatedNetworkSpaceTooltip":"Odhadovaný súčet všetkého obsadeného miesta na disku všetkých ťažiarov v sieti","StatusItem.iterationsPerSecond":"Iterácii za sekundu","StatusItem.iterationsPerSecondTooltip":"Odhadovaný dôkaz časovej rýchlosti najrýchlejšieho timelorda v sieti.","StatusItem.lcaBlockHeight":"Pozícia LCA bloku","StatusItem.lcaTime":"LCA čas","StatusItem.lcaTimeTooltip":"This is the time of the latest common ancestor, which is a block ancestor of all tip blocks. Note that the full node keeps track of up to three tips at each height.","StatusItem.maxTipBlockHeight":"Max Tip Block Height","StatusItem.minIterations":"Minumum iterácii","StatusItem.peakHeight":"Peak Height","StatusItem.peakSubBlockHeight":"Peak Sub-block Height","StatusItem.peakTime":"Peak Time","StatusItem.peakTimeTooltip":"This is the time of the latest peak sub block.","StatusItem.status":"Stav","StatusItem.statusNotConnected":"Nepripojené","StatusItem.statusNotSynced":"Not Synced","StatusItem.statusNotSyncedTooltip":"The node is not synced","StatusItem.statusSynced":"synchronizované","StatusItem.statusSyncedTooltip":"This node is fully caught up and validating the network","StatusItem.statusTooltip":"Uzol sa synchronizuje, čo znamená, že sťahuje bloky z iných uzlov, aby sa dostal k najnovšiemu bloku v reťazci","StatusItem.statusValue":["Synchronizácia ",["progress"],"/",["tip"]],"StatusItem.subSlotIters":"VDF Sub Slot Iterations","StatusItem.totalIterations":"Total Iterations","StatusItem.totalIterationsTooltip":"Total iterations since the start of the blockchain","TradeDetail.acceptedAtTime":"Akceptované o","TradeDetail.acceptedAtTimeTooltip":"Čas, v akom bola táto ponuka prijatá","TradeDetail.cancel":"Zrušiť","TradeDetail.cancelAndSpend":"Zrušiť a minúť","TradeDetail.coins":"Mince:","TradeDetail.confirmedAtBlock":"Potvrdené v bloku:","TradeDetail.confirmedAtBlockTooltip":"Tento obchod bol zahrnutý v blockchaine na tejto pozícii","TradeDetail.createdAt":"Vytvorené o","TradeDetail.createdAtTooltip":"Čas, kedy sa tento obchod vytvoril","TradeDetail.createdByUs":"Vytvorené nami:","TradeDetail.createdByUsTooltip":"Identifikátor zobrazujúci či bola táto ponuka vytvorená nami","TradeDetail.no":"Nie","TradeDetail.notAcceptedYet":"Zatiaľ neakcteptované","TradeDetail.notConfirmedYet":"Zatiaľ nepotvrdené","TradeDetail.status":"Stav:","TradeDetail.statusTooltip":"Aktuálny stav obchodu","TradeDetail.title":"Detaily obchodu","TradeDetail.tradeId":"Id obchodu:","TradeDetail.tradeIdTooltip":"Jedinečný identifikátor","TradeDetail.yes":"Áno","TradeList.amount":"Suma","TradeList.colour":"Colour","TradeList.side":"Strana","TradeManager.createTrade":"Vytvoriť ponuku","TradeManager.title":"Obchodovanie","TradeManager.tradeOverview":"Prehľad ponúk","TradeManager.viewOffer":"Zobraziť ponuku","TradeManager.viewTrade":"Zobraziť ponuku","TradeOfferRow.buy":"Kúpiť","TradeOfferRow.sell":"Predať","TradeOverviewTable.tradesShowUpHere":"Ponuky sa zobrazia tu","TradeOverviewTableHeader.date":"Dátum","TradeOverviewTableHeader.status":"Stav","TradeOverviewTableHeader.tradeId":"Id ponuky","TradesTable.buy":"Kúpiť","TradesTable.sell":"Predať","TradingHistory.title":"História ponúk","TransactionTable.amount":"Suma","TransactionTable.confirmedAtHeight":["Potvrdené na pozícii ",["0"]],"TransactionTable.date":"Dátum","TransactionTable.fee":"Poplatok","TransactionTable.incoming":"Prichádzajúci","TransactionTable.outgoing":"Odchádzajúci","TransactionTable.pending":"Spracúva sa","TransactionTable.status":"Stav","TransactionTable.to":"Príjemca","TransactionTable.type":"Typ","WalletAdd.description":"Vitajte! Pre zálohovanie vašej peňaženky sa používajú nasledujúce slová. Bez nich stratíte prístup k svojej peňaženke, chráňte ich! Zapíšte si každé slovo spolu s číslom poradia vedľa nich. (Poradie je dôležité)","WalletAdd.next":"Ďalej","WalletAdd.title":"Pridať peňaženku","WalletImport.description":"Zadaj 24 slov v presnom poradí, ktoré si si uložil pre obnovu svojej Chia peňaženky.","WalletImport.next":"Ďalej","WalletImport.title":"Obnoviť peňaženku pomocou mnemotechnickej pomôcky","WalletItem.ccWallet":"CC peňaženka","WalletItem.chiaWallet":"Chia peňaženka","WalletItem.rlWallet":"RL peňaženka","WalletStatusCard.connections":"spojenia:","WalletStatusCard.height":"pozícia:","WalletStatusCard.not_synced":"not synced","WalletStatusCard.status":"stav:","WalletStatusCard.synced":"synchronizované","WalletStatusCard.syncing":"synchronizuje sa","WalletStatusCard.title":"Stav","Wallets.title":"Peňaženky","useSelectDirectory.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie","useSelectFile.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie"}}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:{"AddressCard.address":"Adresa","AddressCard.copy":"Kopírovať","AddressCard.newAddress":"Nová adresa","AddressCard.title":"Adresa príjemcu","AdvancedOptions.hideAdvancedOptions":"Skryť rozšírené možnosti","AdvancedOptions.showAdvancedOptions":"Zobraziť rozšírené možnosti","Application.closing":"Zatvára sa uzol a server","Application.connectingToWallet":"Pripájanie k peňaženke","Application.loggingIn":"Prihlasovanie","BalanceCard.balance":"Zostatok","BalanceCard.pendingBalance":"Nespracovaný zostatok","BalanceCard.pendingBalanceTooltip":"Toto je súčet prichádzajúcich a odchádzajúcich nespracovaných transakcií (ešte nie sú zahrnuté do blockchainu). To nezahŕňa odmeny za ťažbu.","BalanceCard.pendingChange":"Nespracované zmeny","BalanceCard.pendingChangeTooltip":"Toto je nespracovaná zmena. Sú to mince, ktoré ste si poslali, ale zatiaľ neboli spracované.","BalanceCard.pendingFarmingRewards":"Nespracované odmeny za ťažbu","BalanceCard.pendingFarmingRewardsTooltip":"Toto je celková suma nedávno získaných odmien za ťažbu, ktoré boli potvrdené, ale zatiaľ nie sú vyplatiteľné. Odmeny za ťaženie sú zmrazené na 200 blokov.","BalanceCard.pendingTotalBalance":"Celkový nespracovaný zostatok","BalanceCard.pendingTotalBalanceTooltip":"Toto je celkový zostatok + nespracovaný zostatok alebo to, aký bude váš zostatok po potvrdení všetkých nespracovaných transakcií.","BalanceCard.spendableBalance":"Disponibilný zostatok","BalanceCard.spendableBalanceTooltip":"Toto je množstvo Chia, ktoré môžete v súčasnosti použiť na uskutočnenie transakcií. Nezahŕňa nespracované odmeny za ťažbu, nespracované prichádzajúce transakcie a Chia, ktorú ste práve minuli, ale ešte nie je v blockchaine.","BalanceCard.totalBalance":"Celkový zostatok","BalanceCard.totalBalanceTooltip":"Toto je celkové množstvo Chia v blockchaine v LCA bloku (najnovší spoločný predok), ktorý je kontrolovaný vašimi súkromnými kľúčmi. Zahŕňa odmeny za zmrazené ťaženie, ale nie nespracované prichádzajúce a odchádzajúce transakcie.","BalanceCard.viewPendingBalances":"Zobraziť nespracované zostatky","Block.blockVDFIterations":"Block VDF iterácii","Block.blockVDFIterationsTooltip":"Celkový počet VDF (overiteľná funkcia oneskorenia) alebo dôkaz o časových iteráciách v tomto bloku.","Block.coinbaseAmount":"Množstvo coinbase","Block.coinbaseAmountTooltip":"Bloková Chia odmena, ide do poolu (alebo ťaženia, ak sa nepoužíva pool)","Block.coinbasePuzzleHash":"Coinbase adresa","Block.description":["Blok na pozícii ",["0"]," v Chia blockchaine"],"Block.difficulty":"Zložitosť","Block.feesAmount":"Množstvo odmeny","Block.feesAmountTooltip":"Celkové poplatky v tomto bloku idú ťažiarovi","Block.feesPuzzleHash":"Poplatky puzzle hash","Block.headerHash":"Poradie hlavičky","Block.height":"Poradie","Block.notFound":["Block with hash ",["headerHash"]," does not exists."],"Block.plotId":"Id poľa","Block.plotIdTooltip":"Seedy použité na vytvorenie poľa, záleží to na pk poolu a pk poľa","Block.plotPublicKey":"Verejný kľúč poľa","Block.poolPublicKey":"Verejný kľúč poolu","Block.previousBlock":"Predchádzajúci blok","Block.proofOfSpaceSize":"Dôkaz o veľkosti priestoru","Block.timestamp":"Časová značka","Block.timestampTooltip":"Toto je čas, kedy ťažiar vytvoril blok, a to ešte predtým, ako bol finalizovaný s dôkazom o čase","Block.title":"Bloky","Block.totalVDFIterations":"Celkový počet iterácií VDF","Block.totalVDFIterationsTooltip":"The total number of VDF (verifiable delay function) or proof of time iterations on the whole chain up to this sub block.","Block.transactionsFilterHash":"Transactions Filter Hash","Block.transactionsGeneratorHash":"Transactions Generator Hash","Block.weight":"Veľkosť","Block.weightTooltip":"Veľkosť je celková pridaná obtiažnosť všetkých blokov až po tento","BlocksCard.expectedFinishTime":"Očakávaný čas dokončenia","BlocksCard.finished":"Finished","BlocksCard.headerHash":"Poradie hlavičky","BlocksCard.height":"Poradie","BlocksCard.inProgress":"In Progress","BlocksCard.state":"State","BlocksCard.timeCreated":"Čas vytvorenia","BlocksCard.title":"Bloky","BlocksCard.unfinished":"Unfinished","CCListItems.title":"Možnosti coloured mincí","Challenges.bestEstimate":"Najlepší odhad","Challenges.challengeHash":"Hash výzvy","Challenges.height":"Poradie","Challenges.numberOfProofs":"Počet dôkazov","Challenges.title":"Výzvy","ColourCard.colour":"Colour:","ColourCard.nickname":"Prezývka","ColourCard.rename":"Premenovať","ColourCard.title":"Colour Info","ColouredAddressCard.address":"Adresa","ColouredAddressCard.copy":"Kopírovať","ColouredAddressCard.newAddress":"Nová adresa","ColouredAddressCard.title":"Adresa príjemcu","ColouredBalanceCard.spendableBalance":"Disponibilný zostatok","ColouredBalanceCard.title":"Zostatok","ColouredBalanceCard.totalBalance":"Celkový zostatok","ColouredBalanceCard.viewPendingBalances":"Zobraziť nespracované zostatky ...","ColouredHistoryCard.title":"História","ColouredSendCard.address":"Adresa","ColouredSendCard.amount":"Suma","ColouredSendCard.farm":"Ťažiť","ColouredSendCard.fee":"Poplatok","ColouredSendCard.send":"Odoslať","ColouredSendCard.title":"Vytvoriť transakciu","ColouredTransactionTable.amount":"Suma","ColouredTransactionTable.confirmed":"Potvrdené","ColouredTransactionTable.date":"Dátum","ColouredTransactionTable.fee":"Poplatok","ColouredTransactionTable.incoming":"Prichádzajúce","ColouredTransactionTable.noPreviousTransactions":"Žiadne predchádzajúce transakcie","ColouredTransactionTable.outgoing":"Odchádzajúce","ColouredTransactionTable.pending":"Spracúva sa","ColouredTransactionTable.status":"Stav","ColouredTransactionTable.to":"Príjemca","ColouredTransactionTable.type":"Typ","Connections.connect":"Pripojiť","Connections.connectToOtherPeersTitle":"Pripojiť k iným uzlom","Connections.connected":"Pripojené","Connections.connectionType":"Typ pripojenia","Connections.delete":"Zmazať","Connections.ipAddress":"IP Adresa","Connections.ipAddressHost":"IP Adresa / host","Connections.lastMessage":"Posledná správa","Connections.nodeId":"Id uzla","Connections.port":"Port","Connections.title":"Pripojenia","Connections.upDown":"Odoslané/Stiahnuté","CreateExistingCCWallet.colourString":"Colour String","CreateExistingCCWallet.create":"Vytvoriť","CreateExistingCCWallet.enterValidFee":"Prosím zadajte poplatok","CreateExistingCCWallet.fee":"Poplatok","CreateExistingCCWallet.title":"Vytvoriť peňaženku pre colour","CreateNewCCWallet.amount":"Suma","CreateNewCCWallet.create":"Vytvoriť","CreateNewCCWallet.enterValidAmount":"Prosím zadajte sumu","CreateNewCCWallet.enterValidFee":"Prosím zadajte poplatok","CreateNewCCWallet.fee":"Poplatok","CreateNewCCWallet.generateNewColour":"Vytvoriť nový colour","CreateOffer.add":"Pridať","CreateOffer.addTradePair":"Prosím pridajte obchodný pár","CreateOffer.amount":"Suma","CreateOffer.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie","CreateOffer.buyOrSell":"Kúpiť alebo predať","CreateOffer.cancel":"Zrušiť","CreateOffer.colour":"Colour","CreateOffer.save":"Uložiť","CreateOffer.selectAmount":"Prosím vyberte sumu","CreateOffer.selectBuyOrSell":"Prosím vyberte kúpiť alebo predať","CreateOffer.selectCoinType":"Prosím vyberte typ mince","CreateOffer.title":"Vytvorte obchodnú ponuku","CreatePlot.colour":"Colour","CreatePlot.create":"Vytvoriť","CreatePlot.delayDescription":"Minút","CreatePlot.description":"Pomocou tohto nástroja môžete vytvárať polia, ktoré sú alokované na vašom pevnom disku a slúžia na ťažbu a zarábanie Chia. Počas vytvárania súborov polí sa vytvárajú aj dočasné súbory, ktoré sú vačšie ako veľkosť konečných súborov polí, takže sa uistite, že máte dostatok miesta. Skúste použiť rýchly disk ako SSD pre dočasné súbory a na výsledný adresár veľký pomalý pevný disk (napríklad externý pevný disk).","CreatePlot.numberOfBuckets":"Počet sektorov","CreatePlot.numberOfBucketsDescription":"0 automaticky vyberie počet sektorov","CreatePlot.numberOfThreads":"Počet vlákien","CreatePlot.plotCount":"Počet plotov","CreatePlot.plotSize":"Veľkosť plotu","CreatePlot.ramMaxUsage":"Maximálne využitie RAM","CreatePlot.ramMaxUsageDescription":"Viac pamäte mierne zvyšuje rýchlosť","CreatePlot.specifyFinalDirectory":"Zadajte dočasný a cieľový adresár","CreatePlot.stripeSize":"Veľkosť sektora","CreatePlot.title":"Vytvoriť pole","CreateRLAdminWallet.amountForInitialCoin":"Počiatočná suma","CreateRLAdminWallet.create":"Vytvoriť","CreateRLAdminWallet.createRateLimitedAdminWallet":"Create Rate Limited Admin Wallet","CreateRLAdminWallet.enterValidInitialCoin":"Prosím zadajte platnú počiatočnú sumu","CreateRLAdminWallet.enterValidNumericFee":"Prosím zadajte platný poplatok","CreateRLAdminWallet.enterValidNumericInterval":"Prosím zadajte platnú dĺžku intervalu","CreateRLAdminWallet.enterValidPubkey":"Zadajte platný verejný kľúč","CreateRLAdminWallet.enterValidSpendableAmount":"Zadajte platný disponibilný zostatok","CreateRLAdminWallet.fee":"Poplatok","CreateRLAdminWallet.initialAmount":"Počiatočná suma","CreateRLAdminWallet.interval":"Interval","CreateRLAdminWallet.pubkey":"Verejný kľúč","CreateRLAdminWallet.spendableAmount":"Disponibilný zostatok","CreateRLAdminWallet.spendableAmountPerInterval":"Disponibilná suma na interval","CreateRLAdminWallet.spendingIntervalLength":"Dĺžka disponibilného intervalu (počet blokov)","CreateRLAdminWallet.userPubkey":"Používateľov verejný kľúč","CreateRLUserWallet.create":"Vytvoriť","CreateRLUserWallet.description":"Initialize a Rate Limited User Wallet:","CreateRLUserWallet.title":"Create Rate Limited User Wallet","CreateWallet.addWallet":"Pridať peňaženku","DashboardSideBar.farm":"Ťažba","DashboardSideBar.home":"Domov","DashboardSideBar.keys":"Kľúče","DashboardSideBar.plot":"Polia","DashboardSideBar.plots":"Polia","DashboardSideBar.trade":"Obchod","DashboardSideBar.wallets":"Peňaženky","DeleteAllKeys.back":"Zrušiť","DeleteAllKeys.delete":"Zmazať","DeleteAllKeys.description":"Po stlačení tlačidla zmazať odstránite natrvalo všetký kľúče z počítača. Uistite sa, že máte zálohu. Ste si istý, že chcete pokračovať?","DeleteAllKeys.title":"Zmazať všetky kľúče","DeleteKey.back":"Späť","DeleteKey.delete":"Vymazať","DeleteKey.description":"Odstránením kľúča natrvalo odstránite kľúč z počítača. Uistite sa, že máte zálohy. Ste si istý, že chcete pokračovať?","DeleteKey.title":"Odstrániť kľúč","Farm.title":"Prehľad vašej farmy","FarmCardCoinbaseRewards.title":"Odmeny za ťažbu TXCH","FarmCardExpectedTimeToWin.title":"Očakávaný čas na výhru","FarmCardExpectedTimeToWin.tooltip":["Máte ",["0"],"% priestoru v sieti, takže ťažba bloku bude trvať ",["totalHours"]],"FarmCardFeesReward.title":"Vyzbierané poplatky TXCH","FarmCardLastHeightFarmed.noBlocksFarmedYet":"Zatiaľ neboli vyťažené žiadne bloky","FarmCardLastHeightFarmed.title":"Posledná spracovaná pozícia","FarmCardPlotCount.title":"Počet polí","FarmCardStatus.title":"Stav ťažby","FarmCardTotalChiaFarmed.title":"Celková vyťažená Chia","FarmCardTotalNetworkSpace.title":"Celková veľkosť siete","FarmCardTotalNetworkSpace.tooltip":"Najlepší odhad za poslednú hodinu","FarmCardTotalSizeOfPlots.title":"Celková veľkosť polí","FarmFullNodeConnections.actions":"Akcie","FarmFullNodeConnections.connectionStatus":"Stav pripojenia","FarmFullNodeConnections.date":"Dátum","FarmFullNodeConnections.description":"Kombajn je služba bežiaca na stroji, kde sú skutočne uložené polia. Nižšie si pozrite svoju sieť prepojených kombajnov. Viac informácií","FarmFullNodeConnections.height":"Pozícia","FarmFullNodeConnections.hostName":"Host Name","FarmFullNodeConnections.nodeId":"Node ID","FarmFullNodeConnections.port":"Port","FarmFullNodeConnections.time":"Čas","FarmFullNodeConnections.title":"Vaše pripojenie k sieti","FarmFullNodeConnections.upDown":"Odoslané/Stiahnuté","FarmLastAttemptedProof.emptyDescription":"None of your plots have passed the plot filter yet.","FarmLastAttemptedProof.emptySubDescription":"But you are currently farming <0/>","FarmLastAttemptedProof.title":"Posledný pokus o dôkaz","FarmLastAttemptedProof.tooltip":"This table shows you the last time your farm attempted to win a block challenge.","FarmLatestBlockChallenges.bestEstimate":"Najlepší odhad","FarmLatestBlockChallenges.bestEstimateTooltip":"Najlepší odhad je, koľko sekúnd musí byť preukázaních pre vaše dôkazy.","FarmLatestBlockChallenges.challengeHash":"Hash","FarmLatestBlockChallenges.description":"Below are the current block challenges. You may or may not have a proof of space for these challenges. These blocks do not currently contain a proof of time.","FarmLatestBlockChallenges.height":"Pozícia","FarmLatestBlockChallenges.index":"Index","FarmLatestBlockChallenges.subDescription":"* Chcete viac preskúmať Chia bloky? Vyskúšajte aplikáciu <0>Chia Explorer vytvorenú open source vývojárom.","FarmLatestBlockChallenges.title":"Najnovšie blokové výzvy","FarmOverviewHero.addAPlot":"Pridať pole","FarmOverviewHero.description":"Ťažiari zarábajú blokové odmeny a transakčné poplatky tým, že venujú sieti voľný priestor, aby pomohli zabezpečiť transakcie. Toto je miesto, kde bude vaša farma, keď pridáte pole. <0>Ďalšie informácie","FarmYourHarvesterNetwork.actions":"Actions","FarmYourHarvesterNetwork.connectionStatus":"Connection Status:","FarmYourHarvesterNetwork.description":"A harvester is a service running on a machine where plot(s) are actually stored. A farmer and harvester talk to a full node to see the state of the chain. View your network of connected harvesters below Learn more","FarmYourHarvesterNetwork.hostName":"Host Name","FarmYourHarvesterNetwork.nodeId":"Node ID","FarmYourHarvesterNetwork.port":"Port","FarmYourHarvesterNetwork.title":"Your Harvester Network","FarmYourHarvesterNetwork.upDown":"Up/Down","Farmer.title":"Ťažba","FarmerStatus.connected":"Pripojené","FarmerStatus.connectionStatus":"Stav pripojenia","FarmerStatus.error":"Chyba","FarmerStatus.farming":"Prebieha","FarmerStatus.lastHeightFarmed":"Posledná vyťažená pozícia","FarmerStatus.noBlocksFarmedYet":"Žiadne bloky zatiaľ neboli vyťažené","FarmerStatus.notConnected":"Nepripojené","FarmerStatus.synching":"Synchronizácia","FarmerStatus.title":"Stav ťaženia","FarmerStatus.totalChiaFarmed":"Celková vyťažená Chia","FarmerStatus.totalSizeOfLocalPlots":"Celková veľkosť lokálnych polí","FormatConnectionStatus.connected":"Pripojené","FormatConnectionStatus.notConnected":"Nepripojené","FullNode.title":"Sieť","FullNodeStatus.title":"Stav siete","HistoryCard.title":"História","LocaleToggle.helpToTranslate":"Pomôcť s prekladom","MainWalletList.colouredCoin":"Coloured Coin","MainWalletList.createAdminWallet":"Vytvoriť peňaženku pre správcu","MainWalletList.createNewColouredCoin":"Create new coloured coin","MainWalletList.createUserWallet":"Vytvoriť peňaženku pre používateľa","MainWalletList.createWalletForExistingColour":"Create wallet for existing colour","MainWalletList.rateLimited":"Rate Limited","MainWalletList.title":"Vyberte typ peňaženky","OfferDropView.dragAndDropOfferFile":"Súbor s ponukami presuňte tu","OfferDropView.selectOffer":"Select Offer","OfferDropView.title":"Zobraziť ponuku","OfferRow.buy":"Kúpiť","OfferRow.sell":"Predať","OfferView.accept":"Akceptovať","OfferView.amount":"Suma","OfferView.cancel":"Zrušiť","OfferView.colour":"Colour","OfferView.side":"Strana","OfferView.title":"Ponuka","OfferView.title2":"Ponuka","PendingTrades.title":"Vytvorené ponuky","Plot.title":"Pole","PlotAction.deleteButton":"Vymazať","PlotAction.deleteDescription":"Naozaj chcete odstrániť pole? Pole nie je možné obnoviť.","PlotAction.deleteTitle":"Zmazať pole","PlotAdd.createPlot":"Vytvoriť pole","PlotAdd.title":"Pridať pole","PlotAddChooseSize.description":"Počas procesu vytvárania polí sa vytvárajú dočasné súbory. To presahuje veľkosť konečných súborov polí. Uistite sa, že máte dostatok miesta. <0>Ďalšie informácie","PlotAddChooseSize.kLow":"Minimálna požadovaná veľkosť pre sieť je k = 32","PlotAddChooseSize.plotSize":"Velkosť poľa","PlotAddChooseSize.title":"Vyberte veľkosť poľa","PlotAddNumberOfPlots.delay":"Oneskorenie","PlotAddNumberOfPlots.delayTitle":"Chcete oneskoriť vytváranie ďalšieho poľa?","PlotAddNumberOfPlots.parallelDescription":"Paralelné vytváranie polí môže ušetriť čas. V opačnom prípade sa pridá do frontu.","PlotAddNumberOfPlots.parallelTitle":"Podporuje váše zariadenie paralelné vytváranie polí?","PlotAddNumberOfPlots.plotCount":"Počet polí","PlotAddNumberOfPlots.ramMaxUsage":"RAM max usage","PlotAddNumberOfPlots.title":"Vyberte počet polí","PlotAddSelectFinalDirectory.description":"Vyberte cieľový adresár, do ktorého chcete uložiť pole. Odporúčame vám používať veľký pomalý pevný disk (napríklad externý pevný disk).","PlotAddSelectFinalDirectory.finalFolderLocation":"Cieľový adresár","PlotAddSelectFinalDirectory.specifyFinalDirectory":"Prosím, vyberte cieľový adresár","PlotAddSelectFinalDirectory.title":"Vyberte cieľový adresár","PlotAddSelectTemporaryDirectory.browse":"Vybrať","PlotAddSelectTemporaryDirectory.defaultIsFinal":"Ak nie je vybraný žiadny, použije sa predvolený dočasný adresár.","PlotAddSelectTemporaryDirectory.description":"Vyberte dočasný adresár, do ktorého chcete uložiť pole. Odporúčame vám použiť rýchly SSD disk.","PlotAddSelectTemporaryDirectory.selectSecondTemporaryDirectory":"Vyberte druhý dočasný adresár","PlotAddSelectTemporaryDirectory.selected":"Vybrané","PlotAddSelectTemporaryDirectory.specifyTemporaryDirectory":"Prosím, vyberte dočasný adresár","PlotAddSelectTemporaryDirectory.title":"Vyberte dočasný adresár","PlotAddSelectTemporaryDirectory.workspaceLocation":"Dočasný adresár","PlotAddSelectTemporaryDirectory.workspaceLocation2":"Druhý dočasný adresár","PlotHeader.addAPlot":"Pridať pole","PlotHeader.addPlotDirectory":"Pridať adresár polí","PlotHeader.refreshPlots":"Obnoviť polia","PlotHero.addAPlot":"Pridať pole","PlotHero.description":"Polia sú pridelené priestory na vašom pevnom disku používanom na ťažbu a zarábanie Chia. <0>Ďalšie informácie","PlotHero.doYouHavePlot":"Máte na tomto zariadení už nejaké polia? <0>Pridať adresár polí","PlotOverviewPlots.action":"Akcia","PlotOverviewPlots.description":"Chcete zarobiť viac Chia? Pridajte na svoju farmu ďalšie polia.","PlotOverviewPlots.harversterId":"Harvester ID","PlotOverviewPlots.plotKey":"Kľúč poľa","PlotOverviewPlots.plotName":"Meno poľa","PlotOverviewPlots.plotSeed":"Plot Seed","PlotOverviewPlots.poolKey":"Pool Key","PlotOverviewPlots.size":"Veľkosť K","PlotOverviewPlots.status":"Stav","PlotOverviewPlots.title":"Zoznam polí","PlotOverviewPlots.totalPlotSize":"Celková veľkosť poľa","PlotQueueAction.deleteButton":"Delete","PlotQueueAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotQueueAction.deleteTitle":"Delete Plot","PlotQueueIndicator.error":"Error","PlotQueueIndicator.plotting":"Vytváranie poľa","PlotQueueIndicator.queued":"V poradí","PlotStatus.error":"Chyba","PlotStatus.farming":"Farming","PlotStatus.synching":"Synchronizácia","Plots.back":"Naspäť","Plots.delete":"Zmazať","Plots.deleteAllKeys":"Zmazať všetky kľúče","Plots.deleteAllKeysDescription":"Naozaj chcete odstrániť pole? Pole nie je možné získať späť.","Plots.deletePlotsDescription":"Pozor, tieto polia sa odstránia navždy. Skontrolujte, či sú pamäťové zariadenia správne pripojené.","Plots.failedToOpenPlots":"Nepodarilo sa otvoriť (neplatné polia)","Plots.failedToOpenPlotsDescription":"Tieto polia sú neplatné, asi ich budete chcieť odstrániť navždy.","Plots.filename":"Názov súboru","Plots.managePlotDirectories":"Spravovať adresáre polí","Plots.notFoundPlots":"Polia sa nenašli","Plots.plotId":"Id poľa","Plots.plotPk":"Pk poľa","Plots.poolPk":"Pk poolu","Plots.refreshPlots":"Aktualizovať polia","Plots.size":"Velkosť","Plots.title":"Polia","PlotsFailed.description":"These plots are invalid, you might want to delete them.","PlotsFailed.title":"Failed to open (invalid plots)","PlotsNotFound.action":"Akcia","PlotsNotFound.description":"Caution, deleting these plots will delete them forever. Check that the storage devices are properly connected.","PlotsNotFound.filename":"Filename","PlotsNotFound.title":"Not found Plots","Plotter.title":"Pole","PlotterFinalLocation.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie","PlotterFinalLocation.browse":"Vybrať","PlotterFinalLocation.finalFolderLocation":"Cieľový adresár","PlotterFinalLocation.select":"Vybrať","PlotterFinalLocation.selected":"Vybrané","PlotterProgress.cancel":"Zrušiť","PlotterProgress.clearLog":"Zmazať záznamy","PlotterProgress.plottingStoppedSuccesfully":"Vytváranie polí sa úspešne zastavilo.","PlotterProgress.title":"Aktuálny stav","PlotterWorkLocation.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie","PlotterWorkLocation.select":"Vybrať","PlotterWorkLocation.temporaryFolderLocation":"Dočasný adresár","RLBalanceCard.pendingBalance":"Nespracovaný zostatok","RLBalanceCard.pendingChange":"Nespracované zmeny","RLBalanceCard.pendingTotalBalance":"Celkový nespracovaný zostatok","RLBalanceCard.spendableBalance":"Disponibilný zostatok","RLBalanceCard.title":"Zostatok","RLBalanceCard.totalBalance":"Celkový zostatok","RLBalanceCard.viewPendingBalances":"Zoraziť nespracované zostatky","RLDetailsCard.copy":"Kopírovať","RLDetailsCard.description":"Send this info packet to your Rate Limited Wallet user who must use it to complete setup of their wallet:","RLDetailsCard.infoPacket":"Info Packet","RLDetailsCard.myPubkey":"Môj verejný kľúč","RLDetailsCard.spendingInterval":["Spending Interval (number of blocks): ",["interval"]],"RLDetailsCard.spendingLimit":["Spending Limit (chia per interval): ",["0"]],"RLDetailsCard.title":"Rate Limited Info","RLHistoryCard.title":"História","RLListItems.title":"Rate Limited Options","RLSendCard.addressPuzzleHash":"Adresa","RLSendCard.amount":"Suma","RLSendCard.enter0fee":"Please enter 0 fee. Positive fees not supported yet for RL.","RLSendCard.enterValidAmount":"Prosím zadajte platnú sumu","RLSendCard.enterValidFee":"Prosím zadajte platný poplatok","RLSendCard.fee":"Poplatok","RLSendCard.send":"Poslať","RLSendCard.title":"Vytvoriť transakciu","RLSendCard.waitForSyncing":"Pred uskutočnením transakcie dokončite synchronizáciu","RLTransactionTable.amount":"Suma","RLTransactionTable.confirmed":"Potvrdené","RLTransactionTable.date":"Dátum","RLTransactionTable.fee":"Poplatok","RLTransactionTable.incoming":"Prichádzajúce","RLTransactionTable.noPreviousTransactions":"Žiadne predchádzajúce transakcie","RLTransactionTable.outgoing":"Odchádzajúce","RLTransactionTable.pending":"Nespracované","RLTransactionTable.status":"Stav","RLTransactionTable.to":"Príjemca","RLTransactionTable.type":"Typ","RTIncompleteCard.copy":"Kopírovať","RTIncompleteCard.description":"Send your pubkey to your Rate Limited Wallet admin:","RTIncompleteCard.description2":"When you receive the setup info packet from your admin, enter it below to complete your Rate Limited Wallet setup:","RTIncompleteCard.infoPacket":"Info Packet","RTIncompleteCard.submit":"Odoslať","RTIncompleteCard.title":"Rate Limited User Wallet Setup","RTIncompleteCard.userPubkey":"Používateľov verejný kľúč","SearchBlock.blockHash":"Hash bloku","SearchBlock.search":"Vyhľadať","SearchBlock.title":"Vyhľadať blok podľa hashu","SelectKey.createNewPrivateKey":"Vytvoriť nový privátny kľúč","SelectKey.deleteAllKeys":"Zmazať všetky kľúče","SelectKey.importFromMnemonics":"Obnoviť z mnemotechniky (24 slov)","SelectKey.selectFingerprint":["Privátny kľúč s verejným odtlačkom ",["fingerprint"]],"SelectKey.selectKeyCanBeBacked":"Možnosť zálohovať pomocou mnemotechnickej pomôcky","SelectKey.signInDescription":"Vitajte v Chia. Prosím prihláste sa s existujúcim kľúčom alebo si vytvorte nový.","SelectKey.signInTitle":"Prihlásiť sa","SelectKey.title":"Vyberte kľúč","SendCard.address":"Adresa","SendCard.amount":"Suma","SendCard.enterValidAddress":"Prosím zadajte platnú adresu","SendCard.enterValidAmount":"Prosím zadajte platnú sumu","SendCard.enterValidFee":"Prosím zadajte platný poplatok","SendCard.farm":"Ťažiť","SendCard.fee":"Poplatok","SendCard.finishSyncingBeforeTransaction":"Prosím počkajte na synchronizáciu skôr ako vytvoríte transakciu","SendCard.send":"Poslať","SendCard.title":"Vytvoriť transakciu","StatusCard.connections":"pripojenia:","StatusCard.height":"pozícia:","StatusCard.status":"stav:","StatusCard.synced":"synchronizované","StatusCard.syncing":"synchronizuje sa","StatusCard.title":"Stav","StatusItem.connectionStatus":"Stav pripojenia","StatusItem.connectionStatusConnected":"Pripojené","StatusItem.connectionStatusNotConnected":"Nepripojené","StatusItem.difficulty":"Zložitosť","StatusItem.estimatedNetworkSpace":"Odhadovaná velkosť siete","StatusItem.estimatedNetworkSpaceTooltip":"Odhadovaný súčet všetkého obsadeného miesta na disku všetkých ťažiarov v sieti","StatusItem.iterationsPerSecond":"Iterácii za sekundu","StatusItem.iterationsPerSecondTooltip":"Odhadovaný dôkaz časovej rýchlosti najrýchlejšieho timelorda v sieti.","StatusItem.lcaBlockHeight":"Pozícia LCA bloku","StatusItem.lcaTime":"LCA čas","StatusItem.lcaTimeTooltip":"This is the time of the latest common ancestor, which is a block ancestor of all tip blocks. Note that the full node keeps track of up to three tips at each height.","StatusItem.maxTipBlockHeight":"Max Tip Block Height","StatusItem.minIterations":"Minumum iterácii","StatusItem.peakHeight":"Peak Height","StatusItem.peakSubBlockHeight":"Peak Sub-block Height","StatusItem.peakTime":"Peak Time","StatusItem.peakTimeTooltip":"This is the time of the latest peak sub block.","StatusItem.status":"Stav","StatusItem.statusNotConnected":"Nepripojené","StatusItem.statusNotSynced":"Not Synced","StatusItem.statusNotSyncedTooltip":"The node is not synced","StatusItem.statusSynced":"synchronizované","StatusItem.statusSyncedTooltip":"This node is fully caught up and validating the network","StatusItem.statusTooltip":"Uzol sa synchronizuje, čo znamená, že sťahuje bloky z iných uzlov, aby sa dostal k najnovšiemu bloku v reťazci","StatusItem.statusValue":["Synchronizácia ",["progress"],"/",["tip"]],"StatusItem.subSlotIters":"VDF Sub Slot Iterations","StatusItem.totalIterations":"Total Iterations","StatusItem.totalIterationsTooltip":"Total iterations since the start of the blockchain","TradeDetail.acceptedAtTime":"Akceptované o","TradeDetail.acceptedAtTimeTooltip":"Čas, v akom bola táto ponuka prijatá","TradeDetail.cancel":"Zrušiť","TradeDetail.cancelAndSpend":"Zrušiť a minúť","TradeDetail.coins":"Mince:","TradeDetail.confirmedAtBlock":"Potvrdené v bloku:","TradeDetail.confirmedAtBlockTooltip":"Tento obchod bol zahrnutý v blockchaine na tejto pozícii","TradeDetail.createdAt":"Vytvorené o","TradeDetail.createdAtTooltip":"Čas, kedy sa tento obchod vytvoril","TradeDetail.createdByUs":"Vytvorené nami:","TradeDetail.createdByUsTooltip":"Identifikátor zobrazujúci či bola táto ponuka vytvorená nami","TradeDetail.no":"Nie","TradeDetail.notAcceptedYet":"Zatiaľ neakcteptované","TradeDetail.notConfirmedYet":"Zatiaľ nepotvrdené","TradeDetail.status":"Stav:","TradeDetail.statusTooltip":"Aktuálny stav obchodu","TradeDetail.title":"Detaily obchodu","TradeDetail.tradeId":"Id obchodu:","TradeDetail.tradeIdTooltip":"Jedinečný identifikátor","TradeDetail.yes":"Áno","TradeList.amount":"Suma","TradeList.colour":"Colour","TradeList.side":"Strana","TradeManager.createTrade":"Vytvoriť ponuku","TradeManager.title":"Obchodovanie","TradeManager.tradeOverview":"Prehľad ponúk","TradeManager.viewOffer":"Zobraziť ponuku","TradeManager.viewTrade":"Zobraziť ponuku","TradeOfferRow.buy":"Kúpiť","TradeOfferRow.sell":"Predať","TradeOverviewTable.tradesShowUpHere":"Ponuky sa zobrazia tu","TradeOverviewTableHeader.date":"Dátum","TradeOverviewTableHeader.status":"Stav","TradeOverviewTableHeader.tradeId":"Id ponuky","TradesTable.buy":"Kúpiť","TradesTable.sell":"Predať","TradingHistory.title":"História ponúk","TransactionTable.amount":"Suma","TransactionTable.confirmedAtHeight":["Potvrdené na pozícii ",["0"]],"TransactionTable.date":"Dátum","TransactionTable.fee":"Poplatok","TransactionTable.incoming":"Prichádzajúci","TransactionTable.outgoing":"Odchádzajúci","TransactionTable.pending":"Spracúva sa","TransactionTable.status":"Stav","TransactionTable.to":"Príjemca","TransactionTable.type":"Typ","WalletAdd.description":"Vitajte! Pre zálohovanie vašej peňaženky sa používajú nasledujúce slová. Bez nich stratíte prístup k svojej peňaženke, chráňte ich! Zapíšte si každé slovo spolu s číslom poradia vedľa nich. (Poradie je dôležité)","WalletAdd.next":"Ďalej","WalletAdd.title":"Pridať peňaženku","WalletHistory.title":"History","WalletHistory.type":"Type","WalletImport.description":"Zadaj 24 slov v presnom poradí, ktoré si si uložil pre obnovu svojej Chia peňaženky.","WalletImport.next":"Ďalej","WalletImport.title":"Obnoviť peňaženku pomocou mnemotechnickej pomôcky","WalletItem.ccWallet":"CC peňaženka","WalletItem.chiaWallet":"Chia peňaženka","WalletItem.rlWallet":"RL peňaženka","WalletStatusCard.connections":"spojenia:","WalletStatusCard.height":"pozícia:","WalletStatusCard.not_synced":"not synced","WalletStatusCard.status":"stav:","WalletStatusCard.synced":"synchronizované","WalletStatusCard.syncing":"synchronizuje sa","WalletStatusCard.title":"Stav","Wallets.title":"Peňaženky","useSelectDirectory.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie","useSelectFile.availableOnlyFromElectron":"Táto možnosť je dostupná iba z Electron aplikácie"}}; \ No newline at end of file diff --git a/electron-react/src/locales/sk/messages.po b/electron-react/src/locales/sk/messages.po index 9a913bfc9346..4601cc004f92 100644 --- a/electron-react/src/locales/sk/messages.po +++ b/electron-react/src/locales/sk/messages.po @@ -13,19 +13,19 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/components/wallet/standard/WalletStandard.tsx:525 +#: src/components/wallet/standard/WalletStandard.tsx:432 msgid "AddressCard.address" msgstr "Adresa" -#: src/components/wallet/standard/WalletStandard.tsx:529 +#: src/components/wallet/standard/WalletStandard.tsx:436 msgid "AddressCard.copy" msgstr "Kopírovať" -#: src/components/wallet/standard/WalletStandard.tsx:541 +#: src/components/wallet/standard/WalletStandard.tsx:448 msgid "AddressCard.newAddress" msgstr "Nová adresa" -#: src/components/wallet/standard/WalletStandard.tsx:517 +#: src/components/wallet/standard/WalletStandard.tsx:424 msgid "AddressCard.title" msgstr "Adresa príjemcu" @@ -49,59 +49,59 @@ msgstr "Pripájanie k peňaženke" msgid "Application.loggingIn" msgstr "Prihlasovanie" -#: src/components/wallet/standard/WalletStandard.tsx:203 +#: src/components/wallet/standard/WalletStandard.tsx:202 msgid "BalanceCard.balance" msgstr "Zostatok" -#: src/components/wallet/standard/WalletStandard.tsx:240 +#: src/components/wallet/standard/WalletStandard.tsx:239 msgid "BalanceCard.pendingBalance" msgstr "Nespracovaný zostatok" -#: src/components/wallet/standard/WalletStandard.tsx:242 +#: src/components/wallet/standard/WalletStandard.tsx:241 msgid "BalanceCard.pendingBalanceTooltip" msgstr "Toto je súčet prichádzajúcich a odchádzajúcich nespracovaných transakcií (ešte nie sú zahrnuté do blockchainu). To nezahŕňa odmeny za ťažbu." -#: src/components/wallet/standard/WalletStandard.tsx:254 +#: src/components/wallet/standard/WalletStandard.tsx:253 msgid "BalanceCard.pendingChange" msgstr "Nespracované zmeny" -#: src/components/wallet/standard/WalletStandard.tsx:256 +#: src/components/wallet/standard/WalletStandard.tsx:255 msgid "BalanceCard.pendingChangeTooltip" msgstr "Toto je nespracovaná zmena. Sú to mince, ktoré ste si poslali, ale zatiaľ neboli spracované." -#: src/components/wallet/standard/WalletStandard.tsx:247 +#: src/components/wallet/standard/WalletStandard.tsx:246 msgid "BalanceCard.pendingFarmingRewards" msgstr "Nespracované odmeny za ťažbu" -#: src/components/wallet/standard/WalletStandard.tsx:249 +#: src/components/wallet/standard/WalletStandard.tsx:248 msgid "BalanceCard.pendingFarmingRewardsTooltip" msgstr "Toto je celková suma nedávno získaných odmien za ťažbu, ktoré boli potvrdené, ale zatiaľ nie sú vyplatiteľné. Odmeny za ťaženie sú zmrazené na 200 blokov." -#: src/components/wallet/standard/WalletStandard.tsx:233 +#: src/components/wallet/standard/WalletStandard.tsx:232 msgid "BalanceCard.pendingTotalBalance" msgstr "Celkový nespracovaný zostatok" -#: src/components/wallet/standard/WalletStandard.tsx:235 +#: src/components/wallet/standard/WalletStandard.tsx:234 msgid "BalanceCard.pendingTotalBalanceTooltip" msgstr "Toto je celkový zostatok + nespracovaný zostatok alebo to, aký bude váš zostatok po potvrdení všetkých nespracovaných transakcií." -#: src/components/wallet/standard/WalletStandard.tsx:213 +#: src/components/wallet/standard/WalletStandard.tsx:212 msgid "BalanceCard.spendableBalance" msgstr "Disponibilný zostatok" -#: src/components/wallet/standard/WalletStandard.tsx:213 +#: src/components/wallet/standard/WalletStandard.tsx:212 msgid "BalanceCard.spendableBalanceTooltip" msgstr "Toto je množstvo Chia, ktoré môžete v súčasnosti použiť na uskutočnenie transakcií. Nezahŕňa nespracované odmeny za ťažbu, nespracované prichádzajúce transakcie a Chia, ktorú ste práve minuli, ale ešte nie je v blockchaine." -#: src/components/wallet/standard/WalletStandard.tsx:207 +#: src/components/wallet/standard/WalletStandard.tsx:206 msgid "BalanceCard.totalBalance" msgstr "Celkový zostatok" -#: src/components/wallet/standard/WalletStandard.tsx:207 +#: src/components/wallet/standard/WalletStandard.tsx:206 msgid "BalanceCard.totalBalanceTooltip" msgstr "Toto je celkové množstvo Chia v blockchaine v LCA bloku (najnovší spoločný predok), ktorý je kontrolovaný vašimi súkromnými kľúčmi. Zahŕňa odmeny za zmrazené ťaženie, ale nie nespracované prichádzajúce a odchádzajúce transakcie." -#: src/components/wallet/standard/WalletStandard.tsx:226 +#: src/components/wallet/standard/WalletStandard.tsx:225 msgid "BalanceCard.viewPendingBalances" msgstr "Zobraziť nespracované zostatky" @@ -993,8 +993,8 @@ msgid "FullNodeStatus.title" msgstr "Stav siete" #: src/components/wallet/standard/WalletStandard.tsx:491 -msgid "HistoryCard.title" -msgstr "História" +#~ msgid "HistoryCard.title" +#~ msgstr "História" #: src/components/core/LocaleToggle/LocaleToggle.tsx:38 msgid "LocaleToggle.helpToTranslate" @@ -1671,43 +1671,43 @@ msgstr "Prihlásiť sa" msgid "SelectKey.title" msgstr "Vyberte kľúč" -#: src/components/wallet/standard/WalletStandard.tsx:368 +#: src/components/wallet/standard/WalletStandard.tsx:367 msgid "SendCard.address" msgstr "Adresa" -#: src/components/wallet/standard/WalletStandard.tsx:380 +#: src/components/wallet/standard/WalletStandard.tsx:379 msgid "SendCard.amount" msgstr "Suma" -#: src/components/wallet/standard/WalletStandard.tsx:328 +#: src/components/wallet/standard/WalletStandard.tsx:327 msgid "SendCard.enterValidAddress" msgstr "Prosím zadajte platnú adresu" -#: src/components/wallet/standard/WalletStandard.tsx:310 +#: src/components/wallet/standard/WalletStandard.tsx:309 msgid "SendCard.enterValidAmount" msgstr "Prosím zadajte platnú sumu" -#: src/components/wallet/standard/WalletStandard.tsx:318 +#: src/components/wallet/standard/WalletStandard.tsx:317 msgid "SendCard.enterValidFee" msgstr "Prosím zadajte platný poplatok" -#: src/components/wallet/standard/WalletStandard.tsx:395 +#: src/components/wallet/standard/WalletStandard.tsx:394 msgid "SendCard.farm" msgstr "Ťažiť" -#: src/components/wallet/standard/WalletStandard.tsx:385 +#: src/components/wallet/standard/WalletStandard.tsx:384 msgid "SendCard.fee" msgstr "Poplatok" -#: src/components/wallet/standard/WalletStandard.tsx:298 +#: src/components/wallet/standard/WalletStandard.tsx:297 msgid "SendCard.finishSyncingBeforeTransaction" msgstr "Prosím počkajte na synchronizáciu skôr ako vytvoríte transakciu" -#: src/components/wallet/standard/WalletStandard.tsx:400 +#: src/components/wallet/standard/WalletStandard.tsx:399 msgid "SendCard.send" msgstr "Poslať" -#: src/components/wallet/standard/WalletStandard.tsx:353 +#: src/components/wallet/standard/WalletStandard.tsx:352 msgid "SendCard.title" msgstr "Vytvoriť transakciu" @@ -2001,45 +2001,45 @@ msgstr "Predať" msgid "TradingHistory.title" msgstr "História ponúk" -#: src/components/wallet/standard/WalletStandard.tsx:447 +#: src/components/wallet/WalletHistory.tsx:47 msgid "TransactionTable.amount" msgstr "Suma" -#: src/components/wallet/standard/WalletStandard.tsx:426 +#: src/components/wallet/WalletHistory.tsx:38 msgid "TransactionTable.confirmedAtHeight" msgstr "Potvrdené na pozícii {0}" -#: src/components/wallet/standard/WalletStandard.tsx:441 +#: src/components/wallet/WalletHistory.tsx:32 msgid "TransactionTable.date" msgstr "Dátum" -#: src/components/wallet/standard/WalletStandard.tsx:450 +#: src/components/wallet/WalletHistory.tsx:52 msgid "TransactionTable.fee" msgstr "Poplatok" -#: src/components/wallet/standard/WalletStandard.tsx:423 +#: src/components/wallet/WalletHistory.tsx:19 msgid "TransactionTable.incoming" msgstr "Prichádzajúci" -#: src/components/wallet/standard/WalletStandard.tsx:422 +#: src/components/wallet/WalletHistory.tsx:18 msgid "TransactionTable.outgoing" msgstr "Odchádzajúci" -#: src/components/wallet/standard/WalletStandard.tsx:428 +#: src/components/wallet/WalletHistory.tsx:40 msgid "TransactionTable.pending" msgstr "Spracúva sa" -#: src/components/wallet/standard/WalletStandard.tsx:444 +#: src/components/wallet/WalletHistory.tsx:42 msgid "TransactionTable.status" msgstr "Stav" -#: src/components/wallet/standard/WalletStandard.tsx:438 +#: src/components/wallet/WalletHistory.tsx:27 msgid "TransactionTable.to" msgstr "Príjemca" #: src/components/wallet/standard/WalletStandard.tsx:435 -msgid "TransactionTable.type" -msgstr "Typ" +#~ msgid "TransactionTable.type" +#~ msgstr "Typ" #: src/components/wallet/WalletAdd.tsx:37 msgid "WalletAdd.description" @@ -2053,6 +2053,14 @@ msgstr "Ďalej" msgid "WalletAdd.title" msgstr "Pridať peňaženku" +#: src/components/wallet/WalletHistory.tsx:58 +msgid "WalletHistory.title" +msgstr "" + +#: src/components/wallet/WalletHistory.tsx:21 +msgid "WalletHistory.type" +msgstr "" + #: src/components/wallet/WalletImport.tsx:70 msgid "WalletImport.description" msgstr "Zadaj 24 slov v presnom poradí, ktoré si si uložil pre obnovu svojej Chia peňaženky." diff --git a/electron-react/src/locales/zh-CN/messages.js b/electron-react/src/locales/zh-CN/messages.js index 750f1bb8a806..1dd59e1ae730 100644 --- a/electron-react/src/locales/zh-CN/messages.js +++ b/electron-react/src/locales/zh-CN/messages.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:{"AddressCard.address":"地址","AddressCard.copy":"复制","AddressCard.newAddress":"新建地址","AddressCard.title":"接收地址","AdvancedOptions.hideAdvancedOptions":"Hide Advanced Options","AdvancedOptions.showAdvancedOptions":"Show Advanced Options","Application.closing":"关闭节点和服务器","Application.connectingToWallet":"连接到钱包","Application.loggingIn":"登录","BalanceCard.balance":"余额","BalanceCard.pendingBalance":"未确认的金额","BalanceCard.pendingBalanceTooltip":"这是未确认交易中(尚未包含在区块链中)的花费和接收的总金额。这不包括挖矿奖励。","BalanceCard.pendingChange":"未确认的找零","BalanceCard.pendingChangeTooltip":"这是未确认的零钱,是您已发送给自己但尚未确认的零钱。","BalanceCard.pendingFarmingRewards":"未成熟的挖矿奖励","BalanceCard.pendingFarmingRewardsTooltip":"这是最近挖到的区块奖励,但是目前还不能使用。挖矿奖励会被冻结200个区块。","BalanceCard.pendingTotalBalance":"未确认的总额","BalanceCard.pendingTotalBalanceTooltip":"这是总金额+待处理金额:它是确认所有待处理交易后的余额。","BalanceCard.spendableBalance":"可用金额","BalanceCard.spendableBalanceTooltip":"这是您当前可用于进行交易的金额。它不包括未完成的挖矿奖励、未确认的金额和您刚刚使用但尚未打包金额。","BalanceCard.totalBalance":"总金额","BalanceCard.totalBalanceTooltip":"这是 LCA 区块(最新的共同祖先)在区块链中的总余额,由您的私钥控制。其中包括冻结的挖矿奖励,但不包括未确认的收入和花费交易。","BalanceCard.viewPendingBalances":"查看未确认金额","Block.blockVDFIterations":"阻止 VDF 迭代","Block.blockVDFIterationsTooltip":"此块上的 VDF(可验证的延迟函数)总数或时间迭代的总数。","Block.coinbaseAmount":"区块奖励","Block.coinbaseAmountTooltip":"区块奖励,转到矿池(或者不在矿池挖矿)","Block.coinbasePuzzleHash":"区块奖励的 Puzzle Hash","Block.description":["在区块链中位于高度",["0"],"处的区块"],"Block.difficulty":"难度","Block.feesAmount":"手续费","Block.feesAmountTooltip":"此区块的所有手续费都归矿工所有","Block.feesPuzzleHash":"手续费的 Puzzle Hash","Block.headerHash":"区块头部 Hash","Block.height":"高度","Block.notFound":["Block with hash ",["headerHash"]," does not exists."],"Block.plotId":"算力 ID","Block.plotIdTooltip":"用于创建 算力ID,这取决于 矿池公钥 和 算力公钥","Block.plotPublicKey":"算力公钥","Block.poolPublicKey":"矿池公钥","Block.previousBlock":"前一个区块","Block.proofOfSpaceSize":"空间证明","Block.timestamp":"时间戳","Block.timestampTooltip":"这是矿工创建区块的时间,这是在用时间证明最终确定之前的时间","Block.title":"区块","Block.totalVDFIterations":"VDF总迭代次数","Block.totalVDFIterationsTooltip":"到该块为止的整个链上的VDF(可验证的延迟函数)总数或时间迭代的总数。","Block.transactionsFilterHash":"交易过滤器哈希","Block.transactionsGeneratorHash":"交易生成器哈希","Block.weight":"权重","Block.weightTooltip":"权重是所有区块(包括该区块在内)的累计难度","BlocksCard.expectedFinishTime":"预计完成时间","BlocksCard.finished":"Finished","BlocksCard.headerHash":"区块头 Hash","BlocksCard.height":"高度","BlocksCard.inProgress":"In Progress","BlocksCard.state":"State","BlocksCard.timeCreated":"创建时间","BlocksCard.title":"区块","BlocksCard.unfinished":"Unfinished","CCListItems.title":"染色币选项","Challenges.bestEstimate":"最好预计","Challenges.challengeHash":"挑战哈希","Challenges.height":"高度","Challenges.numberOfProofs":"证明数量","Challenges.title":"挑战","ColourCard.colour":"染色币:","ColourCard.nickname":"昵称","ColourCard.rename":"重命名","ColourCard.title":"染色币信息","ColouredAddressCard.address":"地址","ColouredAddressCard.copy":"复制","ColouredAddressCard.newAddress":"新建地址","ColouredAddressCard.title":"接收地址","ColouredBalanceCard.spendableBalance":"支出金额","ColouredBalanceCard.title":"金额","ColouredBalanceCard.totalBalance":"总金额","ColouredBalanceCard.viewPendingBalances":"查看未确认的金额……","ColouredHistoryCard.title":"历史记录","ColouredSendCard.address":"地址","ColouredSendCard.amount":["金额(",["cc_unit"],")"],"ColouredSendCard.farm":"挖矿","ColouredSendCard.fee":"费用(TXCH)","ColouredSendCard.send":"发送","ColouredSendCard.title":"创建交易","ColouredTransactionTable.amount":"金额","ColouredTransactionTable.confirmed":"已确认","ColouredTransactionTable.date":"日期","ColouredTransactionTable.fee":"费用","ColouredTransactionTable.incoming":"传入","ColouredTransactionTable.noPreviousTransactions":"没有之前的交易","ColouredTransactionTable.outgoing":"传出","ColouredTransactionTable.pending":"待处理","ColouredTransactionTable.status":"状态","ColouredTransactionTable.to":"至","ColouredTransactionTable.type":"状态","Connections.connect":"连接","Connections.connectToOtherPeersTitle":"连接到其他节点","Connections.connected":"已连接","Connections.connectionType":"连接类型","Connections.delete":"删除","Connections.ipAddress":"IP地址","Connections.ipAddressHost":"IP地址/域名","Connections.lastMessage":"最新消息","Connections.nodeId":"节点ID","Connections.port":"端口","Connections.title":"连接","Connections.upDown":"上传/下载","CreateExistingCCWallet.colourString":"染色币字符串","CreateExistingCCWallet.create":"创建","CreateExistingCCWallet.enterValidFee":"请输入有效的数值","CreateExistingCCWallet.fee":"费用","CreateExistingCCWallet.title":"创建染色币钱包","CreateNewCCWallet.amount":"数量","CreateNewCCWallet.create":"金额","CreateNewCCWallet.enterValidAmount":"请输入有效的数值","CreateNewCCWallet.enterValidFee":"请输入有效的费用","CreateNewCCWallet.fee":"费用","CreateNewCCWallet.generateNewColour":"创建新的染色币","CreateOffer.add":"添加","CreateOffer.addTradePair":"请添加交易对","CreateOffer.amount":"金额","CreateOffer.availableOnlyFromElectron":"此功能仅支持 GUI 钱包","CreateOffer.buyOrSell":"购买或出售","CreateOffer.cancel":"取消","CreateOffer.colour":"染色币","CreateOffer.save":"保存","CreateOffer.selectAmount":"请选择数量","CreateOffer.selectBuyOrSell":"请选择购买或出售","CreateOffer.selectCoinType":"请选择币种类型","CreateOffer.title":"创建交易出价","CreatePlot.colour":"染色币","CreatePlot.create":"创建","CreatePlot.delayDescription":"Minutes","CreatePlot.description":"使用此工具,您可以创建算力文件,这些文件用于挖矿。此外,在创建过程中会生成临时文件,其大小超过了最终创建的文件的大小,因此请确保您有足够的空间。请尝试使用快速的存储设备(例如SSD)作为临时文件夹,并使用常规的存储设备(例如外部HDD)作为最终文件夹。","CreatePlot.numberOfBuckets":"储存桶的数量","CreatePlot.numberOfBucketsDescription":"0为自动选择存储桶计数","CreatePlot.numberOfThreads":"线程数","CreatePlot.plotCount":"创建文件数","CreatePlot.plotSize":"文件尺寸","CreatePlot.ramMaxUsage":"RAM最大使用量","CreatePlot.ramMaxUsageDescription":"更多的内存会略微提高速度","CreatePlot.specifyFinalDirectory":"请指定临时目录和最终生成文件的目录","CreatePlot.stripeSize":"条纹大小","CreatePlot.title":"创建文件","CreateRLAdminWallet.amountForInitialCoin":"初始币金额","CreateRLAdminWallet.create":"创建","CreateRLAdminWallet.createRateLimitedAdminWallet":"创建受限的管理员钱包","CreateRLAdminWallet.enterValidInitialCoin":"请输入有效的初始币金额","CreateRLAdminWallet.enterValidNumericFee":"请输入有效的费用","CreateRLAdminWallet.enterValidNumericInterval":"请输入有效的数字间隔长度","CreateRLAdminWallet.enterValidPubkey":"请输入有效的公钥","CreateRLAdminWallet.enterValidSpendableAmount":"请输入有效的支出金额","CreateRLAdminWallet.fee":"费用","CreateRLAdminWallet.initialAmount":"初始金额","CreateRLAdminWallet.interval":"间隔","CreateRLAdminWallet.pubkey":"公钥","CreateRLAdminWallet.spendableAmount":"可用金额","CreateRLAdminWallet.spendableAmountPerInterval":"每个间隔的可用金额","CreateRLAdminWallet.spendingIntervalLength":"支出间隔长度(块数)","CreateRLAdminWallet.userPubkey":"用户公钥","CreateRLUserWallet.create":"创建","CreateRLUserWallet.description":"初始化受限的钱包:","CreateRLUserWallet.title":"创建受限的钱包","CreateWallet.addWallet":"添加钱包","DashboardSideBar.farm":"挖矿","DashboardSideBar.home":"全节点","DashboardSideBar.keys":"密钥","DashboardSideBar.plot":"算力","DashboardSideBar.plots":"算力","DashboardSideBar.trade":"交易","DashboardSideBar.wallets":"钱包","DeleteAllKeys.back":"返回","DeleteAllKeys.delete":"删除","DeleteAllKeys.description":"将永久从计算机中删除密钥,请确保您已备份。确定要继续吗?","DeleteAllKeys.title":"删除所有密钥","DeleteKey.back":"Back","DeleteKey.delete":"Delete","DeleteKey.description":"Deleting the key will permanently remove the key from your computer, make sure you have backups. Are you sure you want to continue?","DeleteKey.title":"Delete key","Farm.title":"Your Farm Overview","FarmCardCoinbaseRewards.title":"TXCH Farming Rewards","FarmCardExpectedTimeToWin.title":"Expected Time to Win","FarmCardExpectedTimeToWin.tooltip":["You have ",["0"],"% of the space on the network, so farming a block will take ",["totalHours"]," in expectation."],"FarmCardFeesReward.title":"TXCH Fees Collected","FarmCardLastHeightFarmed.noBlocksFarmedYet":"No blocks farmed yet","FarmCardLastHeightFarmed.title":"Last Height Farmed","FarmCardPlotCount.title":"Plot Count","FarmCardStatus.title":"Farming Status","FarmCardTotalChiaFarmed.title":"Total Chia Farmed","FarmCardTotalNetworkSpace.title":"Total Network Space","FarmCardTotalNetworkSpace.tooltip":"Best estimate over last 1 hour","FarmCardTotalSizeOfPlots.title":"Total Size of Plots","FarmFullNodeConnections.actions":"Actions","FarmFullNodeConnections.connectionStatus":"Connection Status:","FarmFullNodeConnections.date":"Date","FarmFullNodeConnections.description":"The full node that your farmer is connected to is below. <0>Learn more","FarmFullNodeConnections.height":"Height","FarmFullNodeConnections.hostName":"Host Name","FarmFullNodeConnections.nodeId":"Node ID","FarmFullNodeConnections.port":"Port","FarmFullNodeConnections.time":"Time","FarmFullNodeConnections.title":"Your Full Node Connection","FarmFullNodeConnections.upDown":"Up/Down","FarmLastAttemptedProof.emptyDescription":"None of your plots have passed the plot filter yet.","FarmLastAttemptedProof.emptySubDescription":"But you are currently farming <0/>","FarmLastAttemptedProof.title":"Last Attempted Proof","FarmLastAttemptedProof.tooltip":"This table shows you the last time your farm attempted to win a block challenge.","FarmLatestBlockChallenges.bestEstimate":"Best Estimate","FarmLatestBlockChallenges.bestEstimateTooltip":"Best Estimate is how many seconds of time must be proved for your proofs.","FarmLatestBlockChallenges.challengeHash":"Challenge Hash","FarmLatestBlockChallenges.description":"Below are the current block challenges. You may or may not have a proof of space for these challenges. These blocks do not currently contain a proof of time.","FarmLatestBlockChallenges.height":"Height","FarmLatestBlockChallenges.index":"Index","FarmLatestBlockChallenges.subDescription":"*Want to explore Chia’s blocks further? Check out <0>Chia Explorer built by an open source developer.","FarmLatestBlockChallenges.title":"Latest Block Challenges","FarmOverviewHero.addAPlot":"Add a Plot","FarmOverviewHero.description":"Farmers earn block rewards and transaction fees by committing spare space to the network to help secure transactions. This is where your farm will be once you add a plot. <0>Learn more","FarmYourHarvesterNetwork.actions":"Actions","FarmYourHarvesterNetwork.connectionStatus":"Connection Status:","FarmYourHarvesterNetwork.description":"A harvester is a service running on a machine where plot(s) are actually stored. A farmer and harvester talk to a full node to see the state of the chain. View your network of connected harvesters below Learn more","FarmYourHarvesterNetwork.hostName":"Host Name","FarmYourHarvesterNetwork.nodeId":"Node ID","FarmYourHarvesterNetwork.port":"Port","FarmYourHarvesterNetwork.title":"Your Harvester Network","FarmYourHarvesterNetwork.upDown":"Up/Down","Farmer.title":"挖矿","FarmerStatus.connected":"已连接","FarmerStatus.connectionStatus":"连接状态","FarmerStatus.error":"Error","FarmerStatus.farming":"Farming","FarmerStatus.lastHeightFarmed":"最近挖到区块高度","FarmerStatus.noBlocksFarmedYet":"尚无区块产出","FarmerStatus.notConnected":"未连接","FarmerStatus.synching":"Syncing","FarmerStatus.title":"挖矿状态","FarmerStatus.totalChiaFarmed":"挖到的总额","FarmerStatus.totalSizeOfLocalPlots":"本地算力文件总量","FormatConnectionStatus.connected":"Connected","FormatConnectionStatus.notConnected":"Not connected","FullNode.title":"全节点","FullNodeStatus.title":"全节点状态","HistoryCard.title":"历史记录","LocaleToggle.helpToTranslate":"帮助翻译","MainWalletList.colouredCoin":"染色币","MainWalletList.createAdminWallet":"创建管理员钱包","MainWalletList.createNewColouredCoin":"创建新的染色币","MainWalletList.createUserWallet":"创建用户钱包","MainWalletList.createWalletForExistingColour":"为现有染色币创建钱包","MainWalletList.rateLimited":"有限费率","MainWalletList.title":"选择钱包类型","OfferDropView.dragAndDropOfferFile":"拖放报价文件","OfferDropView.selectOffer":"Select Offer","OfferDropView.title":"查看报价","OfferRow.buy":"购买","OfferRow.sell":"出售","OfferView.accept":"接受","OfferView.amount":"Amount","OfferView.cancel":"取消","OfferView.colour":"Colour","OfferView.side":"Side","OfferView.title":"查看报价","OfferView.title2":"Offer","PendingTrades.title":"已创建报价","Plot.title":"Plot","PlotAction.deleteButton":"Delete","PlotAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotAction.deleteTitle":"Delete Plot","PlotAdd.createPlot":"Create Plot","PlotAdd.title":"Add a Plot","PlotAddChooseSize.description":"Temporary files are created during the plotting process which exceeds the size of the final plot files. Make sure you have enough space. <0>Learn more","PlotAddChooseSize.kLow":"The minimum required size for mainnet is k=32","PlotAddChooseSize.plotSize":"Plot Size","PlotAddChooseSize.title":"Choose Plot Size","PlotAddNumberOfPlots.delay":"Delay","PlotAddNumberOfPlots.delayTitle":"Want to have a delay before the next plot starts?","PlotAddNumberOfPlots.parallelDescription":"Plotting in parallel can save time. Otherwise, add plot(s) to the queue.","PlotAddNumberOfPlots.parallelTitle":"Does your machine support parallel plotting?","PlotAddNumberOfPlots.plotCount":"Plot Count","PlotAddNumberOfPlots.ramMaxUsage":"RAM max usage","PlotAddNumberOfPlots.title":"Choose Number of Plots","PlotAddSelectFinalDirectory.description":"Select the final destination for the folder where you would like the plot to be stored. We recommend you use a large slow hard drive (like external HDD).","PlotAddSelectFinalDirectory.finalFolderLocation":"Final folder location","PlotAddSelectFinalDirectory.specifyFinalDirectory":"Please specify final directory","PlotAddSelectFinalDirectory.title":"Select Final Directory","PlotAddSelectTemporaryDirectory.browse":"Browse","PlotAddSelectTemporaryDirectory.defaultIsFinal":"If none selected, then it will default to the temporary directory.","PlotAddSelectTemporaryDirectory.description":"Select the temporary destination for the folder where you would like the plot to be stored. We recommend you use a fast SSD.","PlotAddSelectTemporaryDirectory.selectSecondTemporaryDirectory":"Select 2nd Temporary Directory","PlotAddSelectTemporaryDirectory.selected":"Selected","PlotAddSelectTemporaryDirectory.specifyTemporaryDirectory":"Please specify temporary directory","PlotAddSelectTemporaryDirectory.title":"Select Temporary Directory","PlotAddSelectTemporaryDirectory.workspaceLocation":"Temporary folder location","PlotAddSelectTemporaryDirectory.workspaceLocation2":"Second temporary folder location","PlotHeader.addAPlot":"Add a Plot","PlotHeader.addPlotDirectory":"Add Plot Directory","PlotHeader.refreshPlots":"Refresh Plots","PlotHero.addAPlot":"Add a Plot","PlotHero.description":"Plots are allocated space on your hard drive used to farm and earn Chia. <0>Learn more","PlotHero.doYouHavePlot":"Do you have existing plots on this machine? <0>Add Plot Directory","PlotOverviewPlots.action":"Action","PlotOverviewPlots.description":"Want to earn more Chia? Add more plots to your farm.","PlotOverviewPlots.harversterId":"Harvester ID","PlotOverviewPlots.plotKey":"Plot Key","PlotOverviewPlots.plotName":"Plot Name","PlotOverviewPlots.plotSeed":"Plot Seed","PlotOverviewPlots.poolKey":"Pool Key","PlotOverviewPlots.size":"K-Size","PlotOverviewPlots.status":"Status","PlotOverviewPlots.title":"Local Harvester Plots","PlotOverviewPlots.totalPlotSize":"Total Plot Size:","PlotQueueAction.deleteButton":"Delete","PlotQueueAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotQueueAction.deleteTitle":"Delete Plot","PlotQueueIndicator.error":"Error","PlotQueueIndicator.plotting":"Plotting","PlotQueueIndicator.queued":"Queued","PlotStatus.error":"Error","PlotStatus.farming":"Farming","PlotStatus.synching":"Syncing","Plots.back":"返回","Plots.delete":"删除","Plots.deleteAllKeys":"删除所有密钥","Plots.deleteAllKeysDescription":"确定要删除该算力文件吗?该算力文件将无法恢复。","Plots.deletePlotsDescription":"警告,将永久删除算力文件。请检查存储设备是否正确连接。","Plots.failedToOpenPlots":"无法打开(无效的算力文件)","Plots.failedToOpenPlotsDescription":"这些算力文件无效,您可能想要永久删除它们。","Plots.filename":"文件名","Plots.managePlotDirectories":"管理算力文件目录","Plots.notFoundPlots":"未找到算力文件","Plots.plotId":"算力 ID","Plots.plotPk":"算力 公钥","Plots.poolPk":"矿池 公钥","Plots.refreshPlots":"刷新算力文件","Plots.size":"尺寸","Plots.title":"算力文件","PlotsFailed.description":"These plots are invalid, you might want to delete them.","PlotsFailed.title":"Failed to open (invalid plots)","PlotsNotFound.action":"Action","PlotsNotFound.description":"Caution, deleting these plots will delete them forever. Check that the storage devices are properly connected.","PlotsNotFound.filename":"Filename","PlotsNotFound.title":"Not found Plots","Plotter.title":"算力","PlotterFinalLocation.availableOnlyFromElectron":"此功能紧支持 GUI 钱包","PlotterFinalLocation.browse":"Browse","PlotterFinalLocation.finalFolderLocation":"最终文件夹位置","PlotterFinalLocation.select":"选择","PlotterFinalLocation.selected":"Selected","PlotterProgress.cancel":"取消","PlotterProgress.clearLog":"清除日志","PlotterProgress.plottingStoppedSuccesfully":"成功停止。","PlotterProgress.title":"进度","PlotterWorkLocation.availableOnlyFromElectron":"此功能紧支持 GUI 钱包","PlotterWorkLocation.select":"选择","PlotterWorkLocation.temporaryFolderLocation":"临时文件夹位置","RLBalanceCard.pendingBalance":"未确认金额","RLBalanceCard.pendingChange":"未确认找零","RLBalanceCard.pendingTotalBalance":"未确认的总额","RLBalanceCard.spendableBalance":"可用金额","RLBalanceCard.title":"金额","RLBalanceCard.totalBalance":"总金额","RLBalanceCard.viewPendingBalances":"查看未确认金额","RLDetailsCard.copy":"复制","RLDetailsCard.description":"将此信息包发送给您的『限价钱包』用户,该用户必须使用该信息包才能完成其钱包的设置:","RLDetailsCard.infoPacket":"信息包","RLDetailsCard.myPubkey":"我的公钥","RLDetailsCard.spendingInterval":["支出间隔(块数):",["interval"]],"RLDetailsCard.spendingLimit":["支出限制(每个间隔的chia):",["0"]],"RLDetailsCard.title":"费率限制的信息","RLHistoryCard.title":"历史记录","RLListItems.title":"费率限制选项","RLSendCard.addressPuzzleHash":"地址 Puzzle Hash","RLSendCard.amount":"金额","RLSendCard.enter0fee":"请输入0费用。RL不支持费用。","RLSendCard.enterValidAmount":"请输入有效的金额","RLSendCard.enterValidFee":"请输入有效的费用","RLSendCard.fee":"费用","RLSendCard.send":"发送","RLSendCard.title":"建立交易","RLSendCard.waitForSyncing":"请在完成先完成同步","RLTransactionTable.amount":"金额","RLTransactionTable.confirmed":"已确认","RLTransactionTable.date":"日期","RLTransactionTable.fee":"费用","RLTransactionTable.incoming":"传入","RLTransactionTable.noPreviousTransactions":"没有先前的交易","RLTransactionTable.outgoing":"传出","RLTransactionTable.pending":"待处理","RLTransactionTable.status":"状态","RLTransactionTable.to":"至","RLTransactionTable.type":"类型","RTIncompleteCard.copy":"复制","RTIncompleteCard.description":"将您的公钥发送给您的受限的管理员钱包:","RTIncompleteCard.description2":"When you receive the setup info packet from your admin, enter it below to complete your Rate Limited Wallet setup:","RTIncompleteCard.infoPacket":"信息包","RTIncompleteCard.submit":"提交","RTIncompleteCard.title":"费率受限的用户钱包设置","RTIncompleteCard.userPubkey":"用户公钥","SearchBlock.blockHash":"区块哈希","SearchBlock.search":"搜索","SearchBlock.title":"按标题哈希搜索块","SelectKey.createNewPrivateKey":"创建新的私钥","SelectKey.deleteAllKeys":"删除所密钥","SelectKey.importFromMnemonics":"从助记符导入(24个字)","SelectKey.selectFingerprint":["带有公用指纹",["fingerprint"],"的私钥"],"SelectKey.selectKeyCanBeBacked":"可以备份到助记符种子","SelectKey.signInDescription":"欢迎使用Chia。请使用现有密钥登录或创建一个新密钥。","SelectKey.signInTitle":"登录","SelectKey.title":"选择密钥","SendCard.address":"地址 或 Puzzle Hash","SendCard.amount":"金额","SendCard.enterValidAddress":"错误:无法将chia发送到染色币地址。请输入chia地址。","SendCard.enterValidAmount":"请输入有效的金额","SendCard.enterValidFee":"请输入有效的费用","SendCard.farm":"挖矿","SendCard.fee":"费用","SendCard.finishSyncingBeforeTransaction":"请在先完成同步","SendCard.send":"发送","SendCard.title":"创建交易","StatusCard.connections":"连接:","StatusCard.height":"高度:","StatusCard.status":"状态:","StatusCard.synced":"已同步","StatusCard.syncing":"正在同步","StatusCard.title":"状态","StatusItem.connectionStatus":"连接状态","StatusItem.connectionStatusConnected":"已连接","StatusItem.connectionStatusNotConnected":"未连接","StatusItem.difficulty":"难度","StatusItem.estimatedNetworkSpace":"预估的网络空间","StatusItem.estimatedNetworkSpaceTooltip":"网络中矿工的所有已创建的空间的估计总和","StatusItem.iterationsPerSecond":"每秒迭代次数","StatusItem.iterationsPerSecondTooltip":"网络中最快的时间计时器的估计速度证明。","StatusItem.lcaBlockHeight":"LCA 块高度","StatusItem.lcaTime":"LCA 时间","StatusItem.lcaTimeTooltip":"这是最新的共同祖先的时间,它是所有新块的祖先。请注意,整个节点在每个高度最多跟踪三个新块。","StatusItem.maxTipBlockHeight":"最大新块高度","StatusItem.minIterations":"最小迭代次数","StatusItem.peakHeight":"Peak Height","StatusItem.peakSubBlockHeight":"Peak Sub-block Height","StatusItem.peakTime":"Peak Time","StatusItem.peakTimeTooltip":"This is the time of the latest peak sub block.","StatusItem.status":"状态","StatusItem.statusNotConnected":"未连接","StatusItem.statusNotSynced":"Not Synced","StatusItem.statusNotSyncedTooltip":"The node is not synced","StatusItem.statusSynced":"已同步","StatusItem.statusSyncedTooltip":"此节点已同步到最新状态","StatusItem.statusTooltip":"该节点正在同步,这意味着它正在从其他节点下载块,以到达链中的最新块","StatusItem.statusValue":["正在同步",["progress"]," / ",["tip"]],"StatusItem.subSlotIters":"VDF Sub Slot Iterations","StatusItem.totalIterations":"Total Iterations","StatusItem.totalIterationsTooltip":"Total iterations since the start of the blockchain","TradeDetail.acceptedAtTime":"接受时间:","TradeDetail.acceptedAtTimeTooltip":"指示此报价何时被接受","TradeDetail.cancel":"取消","TradeDetail.cancelAndSpend":"取消和支出","TradeDetail.coins":"币种:","TradeDetail.confirmedAtBlock":"区块确认:","TradeDetail.confirmedAtBlockTooltip":"此交易已包含在此高度的区块中","TradeDetail.createdAt":"创建时间:","TradeDetail.createdAtTooltip":"此交易的创建时间","TradeDetail.createdByUs":"由我们创建:","TradeDetail.createdByUsTooltip":"指示此报价是否由我们创建","TradeDetail.no":"否","TradeDetail.notAcceptedYet":"尚未接受","TradeDetail.notConfirmedYet":"尚未确认","TradeDetail.status":"状态:","TradeDetail.statusTooltip":"当前交易状态","TradeDetail.title":"交易明细","TradeDetail.tradeId":"交易ID:","TradeDetail.tradeIdTooltip":"唯一标识符","TradeDetail.yes":"是","TradeList.amount":"金额","TradeList.colour":"染色币","TradeList.side":"侧边","TradeManager.createTrade":"创建交易","TradeManager.title":"交易","TradeManager.tradeOverview":"交易概述","TradeManager.viewOffer":"View Offer","TradeManager.viewTrade":"查看交易","TradeOfferRow.buy":"购买","TradeOfferRow.sell":"出售","TradeOverviewTable.tradesShowUpHere":"交易将显示在这里","TradeOverviewTableHeader.date":"日期","TradeOverviewTableHeader.status":"状态","TradeOverviewTableHeader.tradeId":"交易ID","TradesTable.buy":"Buy","TradesTable.sell":"Sell","TradingHistory.title":"交易记录","TransactionTable.amount":"金额","TransactionTable.confirmedAtHeight":["已确认在",["0"]],"TransactionTable.date":"日期","TransactionTable.fee":"费用","TransactionTable.incoming":"传入","TransactionTable.outgoing":"传出","TransactionTable.pending":"待处理","TransactionTable.status":"状态","TransactionTable.to":"至","TransactionTable.type":"类型","WalletAdd.description":"欢迎使用!以下单词用于您的钱包备份。没有它们,您将无法使用钱包,请确保安全!写下每个单词以及旁边的数字(数字很重要)","WalletAdd.next":"下一步","WalletAdd.title":"新钱包","WalletImport.description":"输入您保存的24个单词,以恢复您的Chia钱包。","WalletImport.next":"下一步","WalletImport.title":"从助记词导入钱包","WalletItem.ccWallet":"CC 钱包","WalletItem.chiaWallet":"Chia 钱包","WalletItem.rlWallet":"RL 钱包","WalletStatusCard.connections":"连接:","WalletStatusCard.height":"高度:","WalletStatusCard.not_synced":"not synced","WalletStatusCard.status":"状态:","WalletStatusCard.synced":"已同步","WalletStatusCard.syncing":"正在同步","WalletStatusCard.title":"状态","Wallets.title":"钱包","useSelectDirectory.availableOnlyFromElectron":"This feature is available only from the GUI.","useSelectFile.availableOnlyFromElectron":"This feature is available only from the GUI."}}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:{"AddressCard.address":"地址","AddressCard.copy":"复制","AddressCard.newAddress":"新建地址","AddressCard.title":"接收地址","AdvancedOptions.hideAdvancedOptions":"Hide Advanced Options","AdvancedOptions.showAdvancedOptions":"Show Advanced Options","Application.closing":"关闭节点和服务器","Application.connectingToWallet":"连接到钱包","Application.loggingIn":"登录","BalanceCard.balance":"余额","BalanceCard.pendingBalance":"未确认的金额","BalanceCard.pendingBalanceTooltip":"这是未确认交易中(尚未包含在区块链中)的花费和接收的总金额。这不包括挖矿奖励。","BalanceCard.pendingChange":"未确认的找零","BalanceCard.pendingChangeTooltip":"这是未确认的零钱,是您已发送给自己但尚未确认的零钱。","BalanceCard.pendingFarmingRewards":"未成熟的挖矿奖励","BalanceCard.pendingFarmingRewardsTooltip":"这是最近挖到的区块奖励,但是目前还不能使用。挖矿奖励会被冻结200个区块。","BalanceCard.pendingTotalBalance":"未确认的总额","BalanceCard.pendingTotalBalanceTooltip":"这是总金额+待处理金额:它是确认所有待处理交易后的余额。","BalanceCard.spendableBalance":"可用金额","BalanceCard.spendableBalanceTooltip":"这是您当前可用于进行交易的金额。它不包括未完成的挖矿奖励、未确认的金额和您刚刚使用但尚未打包金额。","BalanceCard.totalBalance":"总金额","BalanceCard.totalBalanceTooltip":"这是 LCA 区块(最新的共同祖先)在区块链中的总余额,由您的私钥控制。其中包括冻结的挖矿奖励,但不包括未确认的收入和花费交易。","BalanceCard.viewPendingBalances":"查看未确认金额","Block.blockVDFIterations":"阻止 VDF 迭代","Block.blockVDFIterationsTooltip":"此块上的 VDF(可验证的延迟函数)总数或时间迭代的总数。","Block.coinbaseAmount":"区块奖励","Block.coinbaseAmountTooltip":"区块奖励,转到矿池(或者不在矿池挖矿)","Block.coinbasePuzzleHash":"区块奖励的 Puzzle Hash","Block.description":["在区块链中位于高度",["0"],"处的区块"],"Block.difficulty":"难度","Block.feesAmount":"手续费","Block.feesAmountTooltip":"此区块的所有手续费都归矿工所有","Block.feesPuzzleHash":"手续费的 Puzzle Hash","Block.headerHash":"区块头部 Hash","Block.height":"高度","Block.notFound":["Block with hash ",["headerHash"]," does not exists."],"Block.plotId":"算力 ID","Block.plotIdTooltip":"用于创建 算力ID,这取决于 矿池公钥 和 算力公钥","Block.plotPublicKey":"算力公钥","Block.poolPublicKey":"矿池公钥","Block.previousBlock":"前一个区块","Block.proofOfSpaceSize":"空间证明","Block.timestamp":"时间戳","Block.timestampTooltip":"这是矿工创建区块的时间,这是在用时间证明最终确定之前的时间","Block.title":"区块","Block.totalVDFIterations":"VDF总迭代次数","Block.totalVDFIterationsTooltip":"到该块为止的整个链上的VDF(可验证的延迟函数)总数或时间迭代的总数。","Block.transactionsFilterHash":"交易过滤器哈希","Block.transactionsGeneratorHash":"交易生成器哈希","Block.weight":"权重","Block.weightTooltip":"权重是所有区块(包括该区块在内)的累计难度","BlocksCard.expectedFinishTime":"预计完成时间","BlocksCard.finished":"Finished","BlocksCard.headerHash":"区块头 Hash","BlocksCard.height":"高度","BlocksCard.inProgress":"In Progress","BlocksCard.state":"State","BlocksCard.timeCreated":"创建时间","BlocksCard.title":"区块","BlocksCard.unfinished":"Unfinished","CCListItems.title":"染色币选项","Challenges.bestEstimate":"最好预计","Challenges.challengeHash":"挑战哈希","Challenges.height":"高度","Challenges.numberOfProofs":"证明数量","Challenges.title":"挑战","ColourCard.colour":"染色币:","ColourCard.nickname":"昵称","ColourCard.rename":"重命名","ColourCard.title":"染色币信息","ColouredAddressCard.address":"地址","ColouredAddressCard.copy":"复制","ColouredAddressCard.newAddress":"新建地址","ColouredAddressCard.title":"接收地址","ColouredBalanceCard.spendableBalance":"支出金额","ColouredBalanceCard.title":"金额","ColouredBalanceCard.totalBalance":"总金额","ColouredBalanceCard.viewPendingBalances":"查看未确认的金额……","ColouredHistoryCard.title":"历史记录","ColouredSendCard.address":"地址","ColouredSendCard.amount":["金额(",["cc_unit"],")"],"ColouredSendCard.farm":"挖矿","ColouredSendCard.fee":"费用(TXCH)","ColouredSendCard.send":"发送","ColouredSendCard.title":"创建交易","ColouredTransactionTable.amount":"金额","ColouredTransactionTable.confirmed":"已确认","ColouredTransactionTable.date":"日期","ColouredTransactionTable.fee":"费用","ColouredTransactionTable.incoming":"传入","ColouredTransactionTable.noPreviousTransactions":"没有之前的交易","ColouredTransactionTable.outgoing":"传出","ColouredTransactionTable.pending":"待处理","ColouredTransactionTable.status":"状态","ColouredTransactionTable.to":"至","ColouredTransactionTable.type":"状态","Connections.connect":"连接","Connections.connectToOtherPeersTitle":"连接到其他节点","Connections.connected":"已连接","Connections.connectionType":"连接类型","Connections.delete":"删除","Connections.ipAddress":"IP地址","Connections.ipAddressHost":"IP地址/域名","Connections.lastMessage":"最新消息","Connections.nodeId":"节点ID","Connections.port":"端口","Connections.title":"连接","Connections.upDown":"上传/下载","CreateExistingCCWallet.colourString":"染色币字符串","CreateExistingCCWallet.create":"创建","CreateExistingCCWallet.enterValidFee":"请输入有效的数值","CreateExistingCCWallet.fee":"费用","CreateExistingCCWallet.title":"创建染色币钱包","CreateNewCCWallet.amount":"数量","CreateNewCCWallet.create":"金额","CreateNewCCWallet.enterValidAmount":"请输入有效的数值","CreateNewCCWallet.enterValidFee":"请输入有效的费用","CreateNewCCWallet.fee":"费用","CreateNewCCWallet.generateNewColour":"创建新的染色币","CreateOffer.add":"添加","CreateOffer.addTradePair":"请添加交易对","CreateOffer.amount":"金额","CreateOffer.availableOnlyFromElectron":"此功能仅支持 GUI 钱包","CreateOffer.buyOrSell":"购买或出售","CreateOffer.cancel":"取消","CreateOffer.colour":"染色币","CreateOffer.save":"保存","CreateOffer.selectAmount":"请选择数量","CreateOffer.selectBuyOrSell":"请选择购买或出售","CreateOffer.selectCoinType":"请选择币种类型","CreateOffer.title":"创建交易出价","CreatePlot.colour":"染色币","CreatePlot.create":"创建","CreatePlot.delayDescription":"Minutes","CreatePlot.description":"使用此工具,您可以创建算力文件,这些文件用于挖矿。此外,在创建过程中会生成临时文件,其大小超过了最终创建的文件的大小,因此请确保您有足够的空间。请尝试使用快速的存储设备(例如SSD)作为临时文件夹,并使用常规的存储设备(例如外部HDD)作为最终文件夹。","CreatePlot.numberOfBuckets":"储存桶的数量","CreatePlot.numberOfBucketsDescription":"0为自动选择存储桶计数","CreatePlot.numberOfThreads":"线程数","CreatePlot.plotCount":"创建文件数","CreatePlot.plotSize":"文件尺寸","CreatePlot.ramMaxUsage":"RAM最大使用量","CreatePlot.ramMaxUsageDescription":"更多的内存会略微提高速度","CreatePlot.specifyFinalDirectory":"请指定临时目录和最终生成文件的目录","CreatePlot.stripeSize":"条纹大小","CreatePlot.title":"创建文件","CreateRLAdminWallet.amountForInitialCoin":"初始币金额","CreateRLAdminWallet.create":"创建","CreateRLAdminWallet.createRateLimitedAdminWallet":"创建受限的管理员钱包","CreateRLAdminWallet.enterValidInitialCoin":"请输入有效的初始币金额","CreateRLAdminWallet.enterValidNumericFee":"请输入有效的费用","CreateRLAdminWallet.enterValidNumericInterval":"请输入有效的数字间隔长度","CreateRLAdminWallet.enterValidPubkey":"请输入有效的公钥","CreateRLAdminWallet.enterValidSpendableAmount":"请输入有效的支出金额","CreateRLAdminWallet.fee":"费用","CreateRLAdminWallet.initialAmount":"初始金额","CreateRLAdminWallet.interval":"间隔","CreateRLAdminWallet.pubkey":"公钥","CreateRLAdminWallet.spendableAmount":"可用金额","CreateRLAdminWallet.spendableAmountPerInterval":"每个间隔的可用金额","CreateRLAdminWallet.spendingIntervalLength":"支出间隔长度(块数)","CreateRLAdminWallet.userPubkey":"用户公钥","CreateRLUserWallet.create":"创建","CreateRLUserWallet.description":"初始化受限的钱包:","CreateRLUserWallet.title":"创建受限的钱包","CreateWallet.addWallet":"添加钱包","DashboardSideBar.farm":"挖矿","DashboardSideBar.home":"全节点","DashboardSideBar.keys":"密钥","DashboardSideBar.plot":"算力","DashboardSideBar.plots":"算力","DashboardSideBar.trade":"交易","DashboardSideBar.wallets":"钱包","DeleteAllKeys.back":"返回","DeleteAllKeys.delete":"删除","DeleteAllKeys.description":"将永久从计算机中删除密钥,请确保您已备份。确定要继续吗?","DeleteAllKeys.title":"删除所有密钥","DeleteKey.back":"Back","DeleteKey.delete":"Delete","DeleteKey.description":"Deleting the key will permanently remove the key from your computer, make sure you have backups. Are you sure you want to continue?","DeleteKey.title":"Delete key","Farm.title":"Your Farm Overview","FarmCardCoinbaseRewards.title":"TXCH Farming Rewards","FarmCardExpectedTimeToWin.title":"Expected Time to Win","FarmCardExpectedTimeToWin.tooltip":["You have ",["0"],"% of the space on the network, so farming a block will take ",["totalHours"]," in expectation."],"FarmCardFeesReward.title":"TXCH Fees Collected","FarmCardLastHeightFarmed.noBlocksFarmedYet":"No blocks farmed yet","FarmCardLastHeightFarmed.title":"Last Height Farmed","FarmCardPlotCount.title":"Plot Count","FarmCardStatus.title":"Farming Status","FarmCardTotalChiaFarmed.title":"Total Chia Farmed","FarmCardTotalNetworkSpace.title":"Total Network Space","FarmCardTotalNetworkSpace.tooltip":"Best estimate over last 1 hour","FarmCardTotalSizeOfPlots.title":"Total Size of Plots","FarmFullNodeConnections.actions":"Actions","FarmFullNodeConnections.connectionStatus":"Connection Status:","FarmFullNodeConnections.date":"Date","FarmFullNodeConnections.description":"The full node that your farmer is connected to is below. <0>Learn more","FarmFullNodeConnections.height":"Height","FarmFullNodeConnections.hostName":"Host Name","FarmFullNodeConnections.nodeId":"Node ID","FarmFullNodeConnections.port":"Port","FarmFullNodeConnections.time":"Time","FarmFullNodeConnections.title":"Your Full Node Connection","FarmFullNodeConnections.upDown":"Up/Down","FarmLastAttemptedProof.emptyDescription":"None of your plots have passed the plot filter yet.","FarmLastAttemptedProof.emptySubDescription":"But you are currently farming <0/>","FarmLastAttemptedProof.title":"Last Attempted Proof","FarmLastAttemptedProof.tooltip":"This table shows you the last time your farm attempted to win a block challenge.","FarmLatestBlockChallenges.bestEstimate":"Best Estimate","FarmLatestBlockChallenges.bestEstimateTooltip":"Best Estimate is how many seconds of time must be proved for your proofs.","FarmLatestBlockChallenges.challengeHash":"Challenge Hash","FarmLatestBlockChallenges.description":"Below are the current block challenges. You may or may not have a proof of space for these challenges. These blocks do not currently contain a proof of time.","FarmLatestBlockChallenges.height":"Height","FarmLatestBlockChallenges.index":"Index","FarmLatestBlockChallenges.subDescription":"*Want to explore Chia’s blocks further? Check out <0>Chia Explorer built by an open source developer.","FarmLatestBlockChallenges.title":"Latest Block Challenges","FarmOverviewHero.addAPlot":"Add a Plot","FarmOverviewHero.description":"Farmers earn block rewards and transaction fees by committing spare space to the network to help secure transactions. This is where your farm will be once you add a plot. <0>Learn more","FarmYourHarvesterNetwork.actions":"Actions","FarmYourHarvesterNetwork.connectionStatus":"Connection Status:","FarmYourHarvesterNetwork.description":"A harvester is a service running on a machine where plot(s) are actually stored. A farmer and harvester talk to a full node to see the state of the chain. View your network of connected harvesters below Learn more","FarmYourHarvesterNetwork.hostName":"Host Name","FarmYourHarvesterNetwork.nodeId":"Node ID","FarmYourHarvesterNetwork.port":"Port","FarmYourHarvesterNetwork.title":"Your Harvester Network","FarmYourHarvesterNetwork.upDown":"Up/Down","Farmer.title":"挖矿","FarmerStatus.connected":"已连接","FarmerStatus.connectionStatus":"连接状态","FarmerStatus.error":"Error","FarmerStatus.farming":"Farming","FarmerStatus.lastHeightFarmed":"最近挖到区块高度","FarmerStatus.noBlocksFarmedYet":"尚无区块产出","FarmerStatus.notConnected":"未连接","FarmerStatus.synching":"Syncing","FarmerStatus.title":"挖矿状态","FarmerStatus.totalChiaFarmed":"挖到的总额","FarmerStatus.totalSizeOfLocalPlots":"本地算力文件总量","FormatConnectionStatus.connected":"Connected","FormatConnectionStatus.notConnected":"Not connected","FullNode.title":"全节点","FullNodeStatus.title":"全节点状态","HistoryCard.title":"历史记录","LocaleToggle.helpToTranslate":"帮助翻译","MainWalletList.colouredCoin":"染色币","MainWalletList.createAdminWallet":"创建管理员钱包","MainWalletList.createNewColouredCoin":"创建新的染色币","MainWalletList.createUserWallet":"创建用户钱包","MainWalletList.createWalletForExistingColour":"为现有染色币创建钱包","MainWalletList.rateLimited":"有限费率","MainWalletList.title":"选择钱包类型","OfferDropView.dragAndDropOfferFile":"拖放报价文件","OfferDropView.selectOffer":"Select Offer","OfferDropView.title":"查看报价","OfferRow.buy":"购买","OfferRow.sell":"出售","OfferView.accept":"接受","OfferView.amount":"Amount","OfferView.cancel":"取消","OfferView.colour":"Colour","OfferView.side":"Side","OfferView.title":"查看报价","OfferView.title2":"Offer","PendingTrades.title":"已创建报价","Plot.title":"Plot","PlotAction.deleteButton":"Delete","PlotAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotAction.deleteTitle":"Delete Plot","PlotAdd.createPlot":"Create Plot","PlotAdd.title":"Add a Plot","PlotAddChooseSize.description":"Temporary files are created during the plotting process which exceeds the size of the final plot files. Make sure you have enough space. <0>Learn more","PlotAddChooseSize.kLow":"The minimum required size for mainnet is k=32","PlotAddChooseSize.plotSize":"Plot Size","PlotAddChooseSize.title":"Choose Plot Size","PlotAddNumberOfPlots.delay":"Delay","PlotAddNumberOfPlots.delayTitle":"Want to have a delay before the next plot starts?","PlotAddNumberOfPlots.parallelDescription":"Plotting in parallel can save time. Otherwise, add plot(s) to the queue.","PlotAddNumberOfPlots.parallelTitle":"Does your machine support parallel plotting?","PlotAddNumberOfPlots.plotCount":"Plot Count","PlotAddNumberOfPlots.ramMaxUsage":"RAM max usage","PlotAddNumberOfPlots.title":"Choose Number of Plots","PlotAddSelectFinalDirectory.description":"Select the final destination for the folder where you would like the plot to be stored. We recommend you use a large slow hard drive (like external HDD).","PlotAddSelectFinalDirectory.finalFolderLocation":"Final folder location","PlotAddSelectFinalDirectory.specifyFinalDirectory":"Please specify final directory","PlotAddSelectFinalDirectory.title":"Select Final Directory","PlotAddSelectTemporaryDirectory.browse":"Browse","PlotAddSelectTemporaryDirectory.defaultIsFinal":"If none selected, then it will default to the temporary directory.","PlotAddSelectTemporaryDirectory.description":"Select the temporary destination for the folder where you would like the plot to be stored. We recommend you use a fast SSD.","PlotAddSelectTemporaryDirectory.selectSecondTemporaryDirectory":"Select 2nd Temporary Directory","PlotAddSelectTemporaryDirectory.selected":"Selected","PlotAddSelectTemporaryDirectory.specifyTemporaryDirectory":"Please specify temporary directory","PlotAddSelectTemporaryDirectory.title":"Select Temporary Directory","PlotAddSelectTemporaryDirectory.workspaceLocation":"Temporary folder location","PlotAddSelectTemporaryDirectory.workspaceLocation2":"Second temporary folder location","PlotHeader.addAPlot":"Add a Plot","PlotHeader.addPlotDirectory":"Add Plot Directory","PlotHeader.refreshPlots":"Refresh Plots","PlotHero.addAPlot":"Add a Plot","PlotHero.description":"Plots are allocated space on your hard drive used to farm and earn Chia. <0>Learn more","PlotHero.doYouHavePlot":"Do you have existing plots on this machine? <0>Add Plot Directory","PlotOverviewPlots.action":"Action","PlotOverviewPlots.description":"Want to earn more Chia? Add more plots to your farm.","PlotOverviewPlots.harversterId":"Harvester ID","PlotOverviewPlots.plotKey":"Plot Key","PlotOverviewPlots.plotName":"Plot Name","PlotOverviewPlots.plotSeed":"Plot Seed","PlotOverviewPlots.poolKey":"Pool Key","PlotOverviewPlots.size":"K-Size","PlotOverviewPlots.status":"Status","PlotOverviewPlots.title":"Local Harvester Plots","PlotOverviewPlots.totalPlotSize":"Total Plot Size:","PlotQueueAction.deleteButton":"Delete","PlotQueueAction.deleteDescription":"Are you sure you want to delete the plot? The plot cannot be recovered.","PlotQueueAction.deleteTitle":"Delete Plot","PlotQueueIndicator.error":"Error","PlotQueueIndicator.plotting":"Plotting","PlotQueueIndicator.queued":"Queued","PlotStatus.error":"Error","PlotStatus.farming":"Farming","PlotStatus.synching":"Syncing","Plots.back":"返回","Plots.delete":"删除","Plots.deleteAllKeys":"删除所有密钥","Plots.deleteAllKeysDescription":"确定要删除该算力文件吗?该算力文件将无法恢复。","Plots.deletePlotsDescription":"警告,将永久删除算力文件。请检查存储设备是否正确连接。","Plots.failedToOpenPlots":"无法打开(无效的算力文件)","Plots.failedToOpenPlotsDescription":"这些算力文件无效,您可能想要永久删除它们。","Plots.filename":"文件名","Plots.managePlotDirectories":"管理算力文件目录","Plots.notFoundPlots":"未找到算力文件","Plots.plotId":"算力 ID","Plots.plotPk":"算力 公钥","Plots.poolPk":"矿池 公钥","Plots.refreshPlots":"刷新算力文件","Plots.size":"尺寸","Plots.title":"算力文件","PlotsFailed.description":"These plots are invalid, you might want to delete them.","PlotsFailed.title":"Failed to open (invalid plots)","PlotsNotFound.action":"Action","PlotsNotFound.description":"Caution, deleting these plots will delete them forever. Check that the storage devices are properly connected.","PlotsNotFound.filename":"Filename","PlotsNotFound.title":"Not found Plots","Plotter.title":"算力","PlotterFinalLocation.availableOnlyFromElectron":"此功能紧支持 GUI 钱包","PlotterFinalLocation.browse":"Browse","PlotterFinalLocation.finalFolderLocation":"最终文件夹位置","PlotterFinalLocation.select":"选择","PlotterFinalLocation.selected":"Selected","PlotterProgress.cancel":"取消","PlotterProgress.clearLog":"清除日志","PlotterProgress.plottingStoppedSuccesfully":"成功停止。","PlotterProgress.title":"进度","PlotterWorkLocation.availableOnlyFromElectron":"此功能紧支持 GUI 钱包","PlotterWorkLocation.select":"选择","PlotterWorkLocation.temporaryFolderLocation":"临时文件夹位置","RLBalanceCard.pendingBalance":"未确认金额","RLBalanceCard.pendingChange":"未确认找零","RLBalanceCard.pendingTotalBalance":"未确认的总额","RLBalanceCard.spendableBalance":"可用金额","RLBalanceCard.title":"金额","RLBalanceCard.totalBalance":"总金额","RLBalanceCard.viewPendingBalances":"查看未确认金额","RLDetailsCard.copy":"复制","RLDetailsCard.description":"将此信息包发送给您的『限价钱包』用户,该用户必须使用该信息包才能完成其钱包的设置:","RLDetailsCard.infoPacket":"信息包","RLDetailsCard.myPubkey":"我的公钥","RLDetailsCard.spendingInterval":["支出间隔(块数):",["interval"]],"RLDetailsCard.spendingLimit":["支出限制(每个间隔的chia):",["0"]],"RLDetailsCard.title":"费率限制的信息","RLHistoryCard.title":"历史记录","RLListItems.title":"费率限制选项","RLSendCard.addressPuzzleHash":"地址 Puzzle Hash","RLSendCard.amount":"金额","RLSendCard.enter0fee":"请输入0费用。RL不支持费用。","RLSendCard.enterValidAmount":"请输入有效的金额","RLSendCard.enterValidFee":"请输入有效的费用","RLSendCard.fee":"费用","RLSendCard.send":"发送","RLSendCard.title":"建立交易","RLSendCard.waitForSyncing":"请在完成先完成同步","RLTransactionTable.amount":"金额","RLTransactionTable.confirmed":"已确认","RLTransactionTable.date":"日期","RLTransactionTable.fee":"费用","RLTransactionTable.incoming":"传入","RLTransactionTable.noPreviousTransactions":"没有先前的交易","RLTransactionTable.outgoing":"传出","RLTransactionTable.pending":"待处理","RLTransactionTable.status":"状态","RLTransactionTable.to":"至","RLTransactionTable.type":"类型","RTIncompleteCard.copy":"复制","RTIncompleteCard.description":"将您的公钥发送给您的受限的管理员钱包:","RTIncompleteCard.description2":"When you receive the setup info packet from your admin, enter it below to complete your Rate Limited Wallet setup:","RTIncompleteCard.infoPacket":"信息包","RTIncompleteCard.submit":"提交","RTIncompleteCard.title":"费率受限的用户钱包设置","RTIncompleteCard.userPubkey":"用户公钥","SearchBlock.blockHash":"区块哈希","SearchBlock.search":"搜索","SearchBlock.title":"按标题哈希搜索块","SelectKey.createNewPrivateKey":"创建新的私钥","SelectKey.deleteAllKeys":"删除所密钥","SelectKey.importFromMnemonics":"从助记符导入(24个字)","SelectKey.selectFingerprint":["带有公用指纹",["fingerprint"],"的私钥"],"SelectKey.selectKeyCanBeBacked":"可以备份到助记符种子","SelectKey.signInDescription":"欢迎使用Chia。请使用现有密钥登录或创建一个新密钥。","SelectKey.signInTitle":"登录","SelectKey.title":"选择密钥","SendCard.address":"地址 或 Puzzle Hash","SendCard.amount":"金额","SendCard.enterValidAddress":"错误:无法将chia发送到染色币地址。请输入chia地址。","SendCard.enterValidAmount":"请输入有效的金额","SendCard.enterValidFee":"请输入有效的费用","SendCard.farm":"挖矿","SendCard.fee":"费用","SendCard.finishSyncingBeforeTransaction":"请在先完成同步","SendCard.send":"发送","SendCard.title":"创建交易","StatusCard.connections":"连接:","StatusCard.height":"高度:","StatusCard.status":"状态:","StatusCard.synced":"已同步","StatusCard.syncing":"正在同步","StatusCard.title":"状态","StatusItem.connectionStatus":"连接状态","StatusItem.connectionStatusConnected":"已连接","StatusItem.connectionStatusNotConnected":"未连接","StatusItem.difficulty":"难度","StatusItem.estimatedNetworkSpace":"预估的网络空间","StatusItem.estimatedNetworkSpaceTooltip":"网络中矿工的所有已创建的空间的估计总和","StatusItem.iterationsPerSecond":"每秒迭代次数","StatusItem.iterationsPerSecondTooltip":"网络中最快的时间计时器的估计速度证明。","StatusItem.lcaBlockHeight":"LCA 块高度","StatusItem.lcaTime":"LCA 时间","StatusItem.lcaTimeTooltip":"这是最新的共同祖先的时间,它是所有新块的祖先。请注意,整个节点在每个高度最多跟踪三个新块。","StatusItem.maxTipBlockHeight":"最大新块高度","StatusItem.minIterations":"最小迭代次数","StatusItem.peakHeight":"Peak Height","StatusItem.peakSubBlockHeight":"Peak Sub-block Height","StatusItem.peakTime":"Peak Time","StatusItem.peakTimeTooltip":"This is the time of the latest peak sub block.","StatusItem.status":"状态","StatusItem.statusNotConnected":"未连接","StatusItem.statusNotSynced":"Not Synced","StatusItem.statusNotSyncedTooltip":"The node is not synced","StatusItem.statusSynced":"已同步","StatusItem.statusSyncedTooltip":"此节点已同步到最新状态","StatusItem.statusTooltip":"该节点正在同步,这意味着它正在从其他节点下载块,以到达链中的最新块","StatusItem.statusValue":["正在同步",["progress"]," / ",["tip"]],"StatusItem.subSlotIters":"VDF Sub Slot Iterations","StatusItem.totalIterations":"Total Iterations","StatusItem.totalIterationsTooltip":"Total iterations since the start of the blockchain","TradeDetail.acceptedAtTime":"接受时间:","TradeDetail.acceptedAtTimeTooltip":"指示此报价何时被接受","TradeDetail.cancel":"取消","TradeDetail.cancelAndSpend":"取消和支出","TradeDetail.coins":"币种:","TradeDetail.confirmedAtBlock":"区块确认:","TradeDetail.confirmedAtBlockTooltip":"此交易已包含在此高度的区块中","TradeDetail.createdAt":"创建时间:","TradeDetail.createdAtTooltip":"此交易的创建时间","TradeDetail.createdByUs":"由我们创建:","TradeDetail.createdByUsTooltip":"指示此报价是否由我们创建","TradeDetail.no":"否","TradeDetail.notAcceptedYet":"尚未接受","TradeDetail.notConfirmedYet":"尚未确认","TradeDetail.status":"状态:","TradeDetail.statusTooltip":"当前交易状态","TradeDetail.title":"交易明细","TradeDetail.tradeId":"交易ID:","TradeDetail.tradeIdTooltip":"唯一标识符","TradeDetail.yes":"是","TradeList.amount":"金额","TradeList.colour":"染色币","TradeList.side":"侧边","TradeManager.createTrade":"创建交易","TradeManager.title":"交易","TradeManager.tradeOverview":"交易概述","TradeManager.viewOffer":"View Offer","TradeManager.viewTrade":"查看交易","TradeOfferRow.buy":"购买","TradeOfferRow.sell":"出售","TradeOverviewTable.tradesShowUpHere":"交易将显示在这里","TradeOverviewTableHeader.date":"日期","TradeOverviewTableHeader.status":"状态","TradeOverviewTableHeader.tradeId":"交易ID","TradesTable.buy":"Buy","TradesTable.sell":"Sell","TradingHistory.title":"交易记录","TransactionTable.amount":"金额","TransactionTable.confirmedAtHeight":["已确认在",["0"]],"TransactionTable.date":"日期","TransactionTable.fee":"费用","TransactionTable.incoming":"传入","TransactionTable.outgoing":"传出","TransactionTable.pending":"待处理","TransactionTable.status":"状态","TransactionTable.to":"至","TransactionTable.type":"类型","WalletAdd.description":"欢迎使用!以下单词用于您的钱包备份。没有它们,您将无法使用钱包,请确保安全!写下每个单词以及旁边的数字(数字很重要)","WalletAdd.next":"下一步","WalletAdd.title":"新钱包","WalletHistory.title":"History","WalletHistory.type":"Type","WalletImport.description":"输入您保存的24个单词,以恢复您的Chia钱包。","WalletImport.next":"下一步","WalletImport.title":"从助记词导入钱包","WalletItem.ccWallet":"CC 钱包","WalletItem.chiaWallet":"Chia 钱包","WalletItem.rlWallet":"RL 钱包","WalletStatusCard.connections":"连接:","WalletStatusCard.height":"高度:","WalletStatusCard.not_synced":"not synced","WalletStatusCard.status":"状态:","WalletStatusCard.synced":"已同步","WalletStatusCard.syncing":"正在同步","WalletStatusCard.title":"状态","Wallets.title":"钱包","useSelectDirectory.availableOnlyFromElectron":"This feature is available only from the GUI.","useSelectFile.availableOnlyFromElectron":"This feature is available only from the GUI."}}; \ No newline at end of file diff --git a/electron-react/src/locales/zh-CN/messages.po b/electron-react/src/locales/zh-CN/messages.po index 73b53d141b7f..bc783f37c7cb 100644 --- a/electron-react/src/locales/zh-CN/messages.po +++ b/electron-react/src/locales/zh-CN/messages.po @@ -13,19 +13,19 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: src/components/wallet/standard/WalletStandard.tsx:525 +#: src/components/wallet/standard/WalletStandard.tsx:432 msgid "AddressCard.address" msgstr "地址" -#: src/components/wallet/standard/WalletStandard.tsx:529 +#: src/components/wallet/standard/WalletStandard.tsx:436 msgid "AddressCard.copy" msgstr "复制" -#: src/components/wallet/standard/WalletStandard.tsx:541 +#: src/components/wallet/standard/WalletStandard.tsx:448 msgid "AddressCard.newAddress" msgstr "新建地址" -#: src/components/wallet/standard/WalletStandard.tsx:517 +#: src/components/wallet/standard/WalletStandard.tsx:424 msgid "AddressCard.title" msgstr "接收地址" @@ -49,59 +49,59 @@ msgstr "连接到钱包" msgid "Application.loggingIn" msgstr "登录" -#: src/components/wallet/standard/WalletStandard.tsx:203 +#: src/components/wallet/standard/WalletStandard.tsx:202 msgid "BalanceCard.balance" msgstr "余额" -#: src/components/wallet/standard/WalletStandard.tsx:240 +#: src/components/wallet/standard/WalletStandard.tsx:239 msgid "BalanceCard.pendingBalance" msgstr "未确认的金额" -#: src/components/wallet/standard/WalletStandard.tsx:242 +#: src/components/wallet/standard/WalletStandard.tsx:241 msgid "BalanceCard.pendingBalanceTooltip" msgstr "这是未确认交易中(尚未包含在区块链中)的花费和接收的总金额。这不包括挖矿奖励。" -#: src/components/wallet/standard/WalletStandard.tsx:254 +#: src/components/wallet/standard/WalletStandard.tsx:253 msgid "BalanceCard.pendingChange" msgstr "未确认的找零" -#: src/components/wallet/standard/WalletStandard.tsx:256 +#: src/components/wallet/standard/WalletStandard.tsx:255 msgid "BalanceCard.pendingChangeTooltip" msgstr "这是未确认的零钱,是您已发送给自己但尚未确认的零钱。" -#: src/components/wallet/standard/WalletStandard.tsx:247 +#: src/components/wallet/standard/WalletStandard.tsx:246 msgid "BalanceCard.pendingFarmingRewards" msgstr "未成熟的挖矿奖励" -#: src/components/wallet/standard/WalletStandard.tsx:249 +#: src/components/wallet/standard/WalletStandard.tsx:248 msgid "BalanceCard.pendingFarmingRewardsTooltip" msgstr "这是最近挖到的区块奖励,但是目前还不能使用。挖矿奖励会被冻结200个区块。" -#: src/components/wallet/standard/WalletStandard.tsx:233 +#: src/components/wallet/standard/WalletStandard.tsx:232 msgid "BalanceCard.pendingTotalBalance" msgstr "未确认的总额" -#: src/components/wallet/standard/WalletStandard.tsx:235 +#: src/components/wallet/standard/WalletStandard.tsx:234 msgid "BalanceCard.pendingTotalBalanceTooltip" msgstr "这是总金额+待处理金额:它是确认所有待处理交易后的余额。" -#: src/components/wallet/standard/WalletStandard.tsx:213 +#: src/components/wallet/standard/WalletStandard.tsx:212 msgid "BalanceCard.spendableBalance" msgstr "可用金额" -#: src/components/wallet/standard/WalletStandard.tsx:213 +#: src/components/wallet/standard/WalletStandard.tsx:212 msgid "BalanceCard.spendableBalanceTooltip" msgstr "这是您当前可用于进行交易的金额。它不包括未完成的挖矿奖励、未确认的金额和您刚刚使用但尚未打包金额。" -#: src/components/wallet/standard/WalletStandard.tsx:207 +#: src/components/wallet/standard/WalletStandard.tsx:206 msgid "BalanceCard.totalBalance" msgstr "总金额" -#: src/components/wallet/standard/WalletStandard.tsx:207 +#: src/components/wallet/standard/WalletStandard.tsx:206 msgid "BalanceCard.totalBalanceTooltip" msgstr "这是 LCA 区块(最新的共同祖先)在区块链中的总余额,由您的私钥控制。其中包括冻结的挖矿奖励,但不包括未确认的收入和花费交易。" -#: src/components/wallet/standard/WalletStandard.tsx:226 +#: src/components/wallet/standard/WalletStandard.tsx:225 msgid "BalanceCard.viewPendingBalances" msgstr "查看未确认金额" @@ -993,8 +993,8 @@ msgid "FullNodeStatus.title" msgstr "全节点状态" #: src/components/wallet/standard/WalletStandard.tsx:491 -msgid "HistoryCard.title" -msgstr "历史记录" +#~ msgid "HistoryCard.title" +#~ msgstr "历史记录" #: src/components/core/LocaleToggle/LocaleToggle.tsx:38 msgid "LocaleToggle.helpToTranslate" @@ -1671,43 +1671,43 @@ msgstr "登录" msgid "SelectKey.title" msgstr "选择密钥" -#: src/components/wallet/standard/WalletStandard.tsx:368 +#: src/components/wallet/standard/WalletStandard.tsx:367 msgid "SendCard.address" msgstr "地址 或 Puzzle Hash" -#: src/components/wallet/standard/WalletStandard.tsx:380 +#: src/components/wallet/standard/WalletStandard.tsx:379 msgid "SendCard.amount" msgstr "金额" -#: src/components/wallet/standard/WalletStandard.tsx:328 +#: src/components/wallet/standard/WalletStandard.tsx:327 msgid "SendCard.enterValidAddress" msgstr "错误:无法将chia发送到染色币地址。请输入chia地址。" -#: src/components/wallet/standard/WalletStandard.tsx:310 +#: src/components/wallet/standard/WalletStandard.tsx:309 msgid "SendCard.enterValidAmount" msgstr "请输入有效的金额" -#: src/components/wallet/standard/WalletStandard.tsx:318 +#: src/components/wallet/standard/WalletStandard.tsx:317 msgid "SendCard.enterValidFee" msgstr "请输入有效的费用" -#: src/components/wallet/standard/WalletStandard.tsx:395 +#: src/components/wallet/standard/WalletStandard.tsx:394 msgid "SendCard.farm" msgstr "挖矿" -#: src/components/wallet/standard/WalletStandard.tsx:385 +#: src/components/wallet/standard/WalletStandard.tsx:384 msgid "SendCard.fee" msgstr "费用" -#: src/components/wallet/standard/WalletStandard.tsx:298 +#: src/components/wallet/standard/WalletStandard.tsx:297 msgid "SendCard.finishSyncingBeforeTransaction" msgstr "请在先完成同步" -#: src/components/wallet/standard/WalletStandard.tsx:400 +#: src/components/wallet/standard/WalletStandard.tsx:399 msgid "SendCard.send" msgstr "发送" -#: src/components/wallet/standard/WalletStandard.tsx:353 +#: src/components/wallet/standard/WalletStandard.tsx:352 msgid "SendCard.title" msgstr "创建交易" @@ -2001,45 +2001,45 @@ msgstr "" msgid "TradingHistory.title" msgstr "交易记录" -#: src/components/wallet/standard/WalletStandard.tsx:447 +#: src/components/wallet/WalletHistory.tsx:47 msgid "TransactionTable.amount" msgstr "金额" -#: src/components/wallet/standard/WalletStandard.tsx:426 +#: src/components/wallet/WalletHistory.tsx:38 msgid "TransactionTable.confirmedAtHeight" msgstr "已确认在{0}" -#: src/components/wallet/standard/WalletStandard.tsx:441 +#: src/components/wallet/WalletHistory.tsx:32 msgid "TransactionTable.date" msgstr "日期" -#: src/components/wallet/standard/WalletStandard.tsx:450 +#: src/components/wallet/WalletHistory.tsx:52 msgid "TransactionTable.fee" msgstr "费用" -#: src/components/wallet/standard/WalletStandard.tsx:423 +#: src/components/wallet/WalletHistory.tsx:19 msgid "TransactionTable.incoming" msgstr "传入" -#: src/components/wallet/standard/WalletStandard.tsx:422 +#: src/components/wallet/WalletHistory.tsx:18 msgid "TransactionTable.outgoing" msgstr "传出" -#: src/components/wallet/standard/WalletStandard.tsx:428 +#: src/components/wallet/WalletHistory.tsx:40 msgid "TransactionTable.pending" msgstr "待处理" -#: src/components/wallet/standard/WalletStandard.tsx:444 +#: src/components/wallet/WalletHistory.tsx:42 msgid "TransactionTable.status" msgstr "状态" -#: src/components/wallet/standard/WalletStandard.tsx:438 +#: src/components/wallet/WalletHistory.tsx:27 msgid "TransactionTable.to" msgstr "至" #: src/components/wallet/standard/WalletStandard.tsx:435 -msgid "TransactionTable.type" -msgstr "类型" +#~ msgid "TransactionTable.type" +#~ msgstr "类型" #: src/components/wallet/WalletAdd.tsx:37 msgid "WalletAdd.description" @@ -2053,6 +2053,14 @@ msgstr "下一步" msgid "WalletAdd.title" msgstr "新钱包" +#: src/components/wallet/WalletHistory.tsx:58 +msgid "WalletHistory.title" +msgstr "" + +#: src/components/wallet/WalletHistory.tsx:21 +msgid "WalletHistory.type" +msgstr "" + #: src/components/wallet/WalletImport.tsx:70 msgid "WalletImport.description" msgstr "输入您保存的24个单词,以恢复您的Chia钱包。" diff --git a/install-gui.sh b/install-gui.sh index 84680f263903..97eed7df07ce 100644 --- a/install-gui.sh +++ b/install-gui.sh @@ -58,6 +58,8 @@ if [ ! "$CI" ]; then cd ./electron-react npm install npm audit fix + npm run locale:extract + npm run locale:compile npm run build else echo "Skipping node.js in install.sh on MacOS ci"