2017-03-27 21:46:39 +02:00
|
|
|
// Copyright 2015-2017 Parity Technologies (UK) Ltd.
|
|
|
|
// This file is part of Parity.
|
|
|
|
|
|
|
|
// Parity is free software: you can redistribute it and/or modify
|
|
|
|
// it under the terms of the GNU General Public License as published by
|
|
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
|
|
// (at your option) any later version.
|
|
|
|
|
|
|
|
// Parity is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
export default {
|
|
|
|
button: {
|
2017-04-26 10:57:19 +02:00
|
|
|
add: `添加`, // Add
|
|
|
|
cancel: `取消`, // Cancel
|
|
|
|
close: `关闭`, // Close
|
|
|
|
create: `创建`, // Create
|
|
|
|
done: `完成`, // Done
|
|
|
|
next: `下一步`, // Next
|
|
|
|
sending: `发送中...` // Sending...
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
deployment: {
|
2017-04-26 10:57:19 +02:00
|
|
|
message: `部署正在进行中` // The deployment is currently in progress
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
details: {
|
|
|
|
address: {
|
2017-04-26 10:57:19 +02:00
|
|
|
hint: `钱包的合约地址`, // the wallet contract address
|
|
|
|
label: `钱包地址` // wallet address
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
dayLimitMulti: {
|
2017-04-26 10:57:19 +02:00
|
|
|
hint: `无需确认即可使用的ETH数量`, // amount of ETH spendable without confirmations
|
|
|
|
label: `钱包每日限额` // wallet day limit
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
description: {
|
2017-04-26 10:57:19 +02:00
|
|
|
hint: `本地钱包描述`, // the local description for this wallet
|
|
|
|
label: `钱包描述(可选)` // wallet description (optional)
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
descriptionMulti: {
|
2017-04-26 10:57:19 +02:00
|
|
|
hint: `本地钱包描述`, // the local description for this wallet
|
|
|
|
label: `钱包描述(可选)` // wallet description (optional)
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
name: {
|
2017-04-26 10:57:19 +02:00
|
|
|
hint: `钱包本地名称`, // the local name for this wallet
|
2017-04-26 11:10:36 +02:00
|
|
|
label: `钱包名称` // wallet name
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
nameMulti: {
|
2017-04-26 10:57:19 +02:00
|
|
|
hint: `钱包本地名称`, // the local name for this wallet
|
|
|
|
label: `钱包名称` // wallet name
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
ownerMulti: {
|
2017-04-26 10:57:19 +02:00
|
|
|
hint: `合约的持有者账户`, // the owner account for this contract
|
|
|
|
label: `从账户 (contract owner)` // from account (contract owner)
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
ownersMulti: {
|
2017-04-26 10:57:19 +02:00
|
|
|
label: `其他钱包持有者` // other wallet owners
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
ownersMultiReq: {
|
2017-04-26 10:57:19 +02:00
|
|
|
hint: `接受交易所需的持有者人数`, // number of required owners to accept a transaction
|
|
|
|
label: `所需持有者` // required owners
|
2017-03-27 21:46:39 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
info: {
|
2017-04-26 10:57:19 +02:00
|
|
|
added: `已添加`, // added
|
|
|
|
copyAddress: `复制地址至粘贴板`, // copy address to clipboard
|
|
|
|
created: `{name}已被{deployedOrAdded}至`, // {name} has been {deployedOrAdded} at
|
|
|
|
dayLimit: `每日限额已被设置为{dayLimit}ETH`, // The daily limit is set to {dayLimit} ETH.
|
|
|
|
deployed: `已部署`, // deployed
|
|
|
|
numOwners: `需要{numOwners}个持有者才能确认一个交易`, // {numOwners} owners are required to confirm a transaction.
|
|
|
|
owners: `以下为钱包持有者` // The following are wallet owners
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
rejected: {
|
2017-04-26 10:57:19 +02:00
|
|
|
message: `部署被拒绝`, // The deployment has been rejected
|
|
|
|
state: `钱包不会被创建。你可以安全地关闭本窗口`, // The wallet will not be created. You can safely close this window.
|
|
|
|
title: `失败` // rejected
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
states: {
|
2017-04-26 10:57:19 +02:00
|
|
|
completed: `合约部署已完成`, // The contract deployment has been completed
|
|
|
|
confirmationNeeded: `合约部署需要来自本钱包的其他持有者的确认`, // The contract deployment needs confirmations from other owners of the Wallet
|
|
|
|
preparing: `交易正在准备被网络广播`, // Preparing transaction for network transmission
|
|
|
|
validatingCode: `正在验证已部署的代码`, // Validating the deployed contract code
|
|
|
|
waitingConfirm: `正在等待Parity Secure Signer确认本交易`, // Waiting for confirmation of the transaction in the Parity Secure Signer
|
|
|
|
waitingReceipt: `正在等待合约部署交易收据` // Waiting for the contract deployment transaction receipt
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
steps: {
|
2017-04-26 10:57:19 +02:00
|
|
|
deployment: `钱包部署`, // wallet deployment
|
|
|
|
details: `钱包详情`, // wallet details
|
|
|
|
info: `钱包信息`, // wallet informaton
|
|
|
|
type: `钱包类别` // wallet type
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
type: {
|
|
|
|
multisig: {
|
2017-04-26 10:57:19 +02:00
|
|
|
description: `创建/部署一个{link}钱包`, // Create/Deploy a {link} Wallet
|
|
|
|
label: `多重签名钱包`, // Multi-Sig Wallet
|
|
|
|
link: `标准多重签名` // standard multi-signature
|
2017-03-27 21:46:39 +02:00
|
|
|
},
|
|
|
|
watch: {
|
2017-04-26 10:57:19 +02:00
|
|
|
description: `添加一个已有钱包到你的账户`, // Add an existing wallet to your accounts
|
|
|
|
label: `观察钱包` // Watch a wallet
|
2017-03-27 21:46:39 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|