openethereum/js/src/i18n/zh-Hant-TW/faucet.js

30 lines
1.4 KiB
JavaScript
Raw Normal View History

// 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 {
buttons: {
close: `關閉`,//close
done: `關閉`,//close
request: `請求`//request
},
summary: {
done: `你已經向水龍頭請求Kovan ETH測試幣`,//Your Kovan ETH has been requested from the faucet which responded with -
info: `如果請求將Kovan ETH測試幣存入這個地址你需要確定這個地址在主網路上已經用簡訊驗證過了。 一旦執行水龍頭將向當前帳戶存入Kovan ETH測試幣。`
//To request a deposit of Kovan ETH to this address, you need to ensure that the address is sms-verified on the mainnet.Once executed the faucet will deposit Kovan ETH into the current account.
},
title: `Kovan ETH測試幣水龍頭`//Kovan ETH Faucet Kovan
};