uniswap-interface-uncensored/public/locales/zh-CN.json

76 lines
3.1 KiB
JSON
Raw Normal View History

2018-12-29 08:36:49 +03:00
{
"noWallet": "未发现以太钱包",
"wrongNetwork": "网络错误",
"switchNetwork": "请切换到 {{ correctNetwork }}",
"installWeb3MobileBrowser": "请从支持web3的移动端浏览器如 Trust Wallet 或 Coinbase Wallet 访问。",
"installMetamask": "请从安装了 Metamask 插件的 Chrome 或 Brave 访问。",
"disconnected": "未连接",
2019-01-28 13:05:10 +03:00
"swap": "兑换",
2018-12-29 08:36:49 +03:00
"send": "发送",
"pool": "资金池",
"betaWarning": "项目尚处于beta阶段。使用需自行承担风险。",
"input": "输入",
"output": "输出",
"estimated": "估计",
"balance": "余额: {{ balanceInput }}",
"unlock": "解锁",
"pending": "处理中",
2019-01-28 13:05:10 +03:00
"selectToken": "选择通证",
"searchOrPaste": "搜索通证或粘贴地址",
2018-12-29 08:36:49 +03:00
"noExchange": "未找到交易所",
"exchangeRate": "兑换率",
2019-01-28 13:05:10 +03:00
"enterValueCont": "输入{{ missingCurrencyValue }}值并继续。",
"selectTokenCont": "选取通证继续。",
2018-12-29 08:36:49 +03:00
"noLiquidity": "没有流动金。",
2019-01-28 13:05:10 +03:00
"unlockTokenCont": "请解锁通证并继续。",
2018-12-29 08:36:49 +03:00
"transactionDetails": "交易明细",
2019-01-22 10:55:02 +03:00
"hideDetails": "隐藏明细",
2018-12-29 08:36:49 +03:00
"youAreSelling": "你正在出售",
"orTransFail": "或交易失败。",
2019-01-28 13:05:10 +03:00
"youWillReceive": "你将至少收到",
2018-12-29 08:36:49 +03:00
"youAreBuying": "你正在购买",
2019-01-28 13:05:10 +03:00
"itWillCost": "它将至少花费",
2018-12-29 08:36:49 +03:00
"insufficientBalance": "余额不足",
"inputNotValid": "无效的输入值",
2019-01-28 13:05:10 +03:00
"differentToken": "必须是不同的通证。",
2018-12-29 08:36:49 +03:00
"noRecipient": "输入接收钱包地址。",
2019-01-28 13:05:10 +03:00
"invalidRecipient": "请输入有效的收钱地址。",
2018-12-29 08:36:49 +03:00
"recipientAddress": "接收地址",
"youAreSending": "你正在发送",
2019-01-28 13:05:10 +03:00
"willReceive": "将至少收到",
"to": "至",
2018-12-29 08:36:49 +03:00
"addLiquidity": "添加流动金",
"deposit": "存入",
"currentPoolSize": "当前资金池大小",
"yourPoolShare": "你的资金池份额",
"noZero": "金额不能为零。",
"mustBeETH": "输入中必须有一个是 ETH。",
2019-01-28 13:05:10 +03:00
"enterCurrencyOrLabelCont": "输入 {{ inputCurrency }} 或 {{ label }} 值并继续。",
2018-12-29 08:36:49 +03:00
"youAreAdding": "你将添加",
"and": "和",
"intoPool": "入流动资金池。",
"outPool": "出流动资金池。",
"youWillMint": "你将铸造",
2019-01-28 13:05:10 +03:00
"liquidityTokens": "流动通证。",
"totalSupplyIs": "当前流动通证的总量是",
2019-01-22 10:55:02 +03:00
"youAreSettingExRate": "你将初始兑换率设置为",
2019-01-28 13:05:10 +03:00
"totalSupplyIs0": "当前流动通证的总量是0。",
"tokenWorth": "当前兑换率下,每个资金池通证价值",
2018-12-29 08:36:49 +03:00
"firstLiquidity": "你是第一个添加流动金的人!",
2019-01-28 13:05:10 +03:00
"initialExchangeRate": "初始兑换率将由你的存入情况决定。请确保你存入的 ETH 和 {{ label }} 具有相同的总市值。",
2018-12-29 08:36:49 +03:00
"removeLiquidity": "删除流动金",
2019-01-28 13:05:10 +03:00
"poolTokens": "资金池通证",
"enterLabelCont": "输入 {{ label }} 值并继续。",
2018-12-29 08:36:49 +03:00
"youAreRemoving": "你正在移除",
"youWillRemove": "你将移除",
"createExchange": "创建交易所",
2019-01-28 13:05:10 +03:00
"invalidTokenAddress": "通证地址无效",
2018-12-29 08:36:49 +03:00
"exchangeExists": "{{ label }} 交易所已存在!",
2019-01-28 13:05:10 +03:00
"invalidSymbol": "通证符号无效",
2018-12-29 08:36:49 +03:00
"invalidDecimals": "小数位数无效",
2019-01-28 13:05:10 +03:00
"tokenAddress": "通证地址",
"label": "通证符号",
2018-12-29 08:36:49 +03:00
"decimals": "小数位数",
2019-01-28 13:05:10 +03:00
"enterTokenCont": "输入通证地址并继续"
2018-12-29 08:36:49 +03:00
}