add locale:extract and locale:fix

This commit is contained in:
Gene Hoffman 2021-01-12 12:22:06 -08:00 committed by Yostra
parent 5696a1745e
commit 27b28d62f6
10 changed files with 159 additions and 126 deletions

View File

@ -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

View File

@ -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

View File

@ -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"

File diff suppressed because one or more lines are too long

View File

@ -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."

File diff suppressed because one or more lines are too long

View File

@ -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."

File diff suppressed because one or more lines are too long

View File

@ -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钱包。"

View File

@ -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"