mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-14 11:15:50 +00:00
Some translation and reduce 0 balance difficukty
This commit is contained in:
parent
3192c5e99e
commit
4b7e12e925
@ -580,7 +580,7 @@
|
||||
"rewarddialog2": "给",
|
||||
"rewarddialog3": "如果是的话,请保存下面的铸币密钥并添加到任何节点上,以允许它代表您铸币.",
|
||||
"rewarddialog4": "点击确认后,奖励分享密钥将会创建,但你必须将该密钥添加到节点中才能成功铸币并获得相对应的奖励.",
|
||||
"rewarddialog5": "You are removing a reward share transaction associated with account:",
|
||||
"rewarddialog6": "On pressing confirm, the rewardshare will be removed and the minting key will become invalid."
|
||||
"rewarddialog5": "您正在删除与帐户关联的奖励份额交易:",
|
||||
"rewarddialog6": "按确认后,奖励份额将被删除,铸币密钥将失效。"
|
||||
}
|
||||
}
|
||||
|
@ -580,7 +580,7 @@
|
||||
"rewarddialog2": "給",
|
||||
"rewarddialog3": "如果是的話,請保存下面的鑄幣密鑰並添加到任何節點上,以允許它代表您鑄幣.",
|
||||
"rewarddialog4": "點擊確認後,獎勵分享密鑰將會創建,但你必須將該密鑰添加到節點中才能成功鑄幣並獲得相對應的獎勵.",
|
||||
"rewarddialog5": "You are removing a reward share transaction associated with account:",
|
||||
"rewarddialog6": "On pressing confirm, the rewardshare will be removed and the minting key will become invalid."
|
||||
"rewarddialog5": "您正在刪除與賬戶關聯的獎勵份額交易:",
|
||||
"rewarddialog6": "按確認後,獎勵份額將被刪除,鑄幣密鑰將失效。"
|
||||
}
|
||||
}
|
||||
|
@ -131,11 +131,11 @@ class AppView extends connect(store)(LitElement) {
|
||||
<qort-theme-toggle></qort-theme-toggle>
|
||||
<div> </div>
|
||||
<div style="display: inline;">
|
||||
<paper-icon-button icon="icons:settings" @click=${() => this.openSettings()} title="Settings"></paper-icon-button>
|
||||
<paper-icon-button icon="icons:settings" @click=${() => this.openSettings()} title="${translate("settings.settings")}"></paper-icon-button>
|
||||
</div>
|
||||
<div> </div>
|
||||
<div style="display: inline;">
|
||||
<paper-icon-button icon="icons:exit-to-app" @click=${() => this.openLogout()} title="Logout"></paper-icon-button>
|
||||
<paper-icon-button icon="icons:exit-to-app" @click=${() => this.openLogout()} title="${translate("logout.logout")}"></paper-icon-button>
|
||||
</div>
|
||||
<div> </div>
|
||||
</app-toolbar>
|
||||
|
@ -813,7 +813,7 @@ class Chat extends LitElement {
|
||||
|
||||
hashAry.set(chatBytesHash);
|
||||
|
||||
const difficulty = this.balance === 0 ? 14 : 8
|
||||
const difficulty = this.balance === 0 ? 12 : 8
|
||||
|
||||
const workBufferLength = 8 * 1024 * 1024;
|
||||
const workBufferPtr = window.parent.sbrk(workBufferLength, window.parent.heap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user