Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update simplified Chinese page #27

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<nav class="navbar navbar-light mt-3">
<a style="margin-left: 1.5em;" class="navbar-brand" href="https://alphawallet.com">
<img src="https://awallet.io/wp-content/uploads/2018/09/awlogo.png" width="130" height="25">
<img src="https://alphawallet.com/wp-content/uploads/2018/09/awlogo.png" width="130" height="25">
</a>
<form class="form-inline" style="margin-left: 1.5em; margin-top: 25px;">
<a class="btn btn-sm btn-outline-dark" href="./index.html" role="button">English</a>
Expand Down Expand Up @@ -146,4 +146,4 @@ <h2 class="mt-5 text-center" style="font-weight:300;">Start selling and distribu
gtag('config', 'UA-119752961-1');
</script>
</body>
</html>
</html>
96 changes: 51 additions & 45 deletions index_Zh-Hans.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,35 @@
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>ERC875 令牌工场</title>
<title>ERC875 令牌工厂</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>

<nav class="navbar navbar-light mt-3">
<a style="margin-left: 1.5em;" class="navbar-brand" href="https://alphawallet.com">
<img src="https://alphawallet.com/wp-content/uploads/2018/09/awlogo.png" width="130" height="25">
</a>
<form class="form-inline" style="margin-left: 1.5em; margin-top: 25px;">
<a class="btn btn-sm btn-outline-dark" href="./index.html" role="button">English</a>
<a style="margin-left: 8px;" class="btn btn-sm btn-outline-dark" href="./index_Zh-Hans.html" role="button">简体中文</a>
<a style="margin-left: 8px;" class="btn btn-sm btn-outline-dark" href="./index_Zh-Hant.html" role="button">繁體中文</a>
</form>
</nav>

<div class="container">
<div class="starter-template">
<h1 style="font-weight: 600;">ERC875 令牌工厂</h1>
<br>
<h7 style="font-weight: 100;">:<a href="./index.html"> English </a> <a href="./index_es.html"> Español </a> <a href="./index_Zh-Hans.html">简体中文</a> <a href="./index_Zh-Hant.html">繁體中文</a> <a href="./index_ja.html">日本語</a> </h1>
<h5 style="font-weight: 300;">一键创建属于自己的 ERC875 NFT 智能合约,简单快速。
<br>
<br>
<h5 style="font-weight:300;">一键创建自己的 ERC875 NFT 智能合约.
<br>
<br>
导入 <a href="http://d.alphawallet.com">AlphaWallet</a>, 然后开始发行、使用、出售属于自己的 Token!
从手机导入 <a href="http://d.alphawallet.com">AlphaWallet</a>, 然后开始发行、使用、出售属于自己的 Token!

<br>
<br>
推荐使用 <a href="http://d.alphawallet.com">AlphaWallet</a> 或 <a href="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en">Metamask</a> 来创建,简单安全又方便。
想了解更多关于 ERC875,戳 <a href="https://medium.com/alphawallet/erc875-a-new-standard-for-non-fungible-tokens-and-cheap-atomic-swaps-93ab85b9e7f9">这里</a>.
推荐使用 <a href="http://d.alphawallet.com">AlphaWallet</a> 或 <a href="https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en">Metamask</a> 来创建,简单安全又方便。 想了解更多关于 ERC875,戳
<a href="https://alphawallet.com/erc875-a-new-standard-for-non-fungible-tokens-and-cheap-atomic-swaps-2/">这里</a>.
</h5>
</div>
</div>
Expand All @@ -33,7 +42,7 @@ <h5 style="font-weight:300;">一键创建自己的 ERC875 NFT 智能合约.
<div class="col-lg-12">
<form>
<div class="form-group row">
<h2 style="display: none; color: orangered;" id="notice">Contract is being deployed, please wait...</h2>
<h2 style="display: none; color: orangered;" id="notice">合约正在部署,请稍候...</h2>
<label for="eventName" class="col-sm-2 col-form-label">合约名称</label>
<div class="col-sm-10">
<input class="form-control" id="eventName">
Expand All @@ -44,7 +53,7 @@ <h2 style="display: none; color: orangered;" id="notice">Contract is being deplo
<label for="tokenSymbol" class="col-sm-2 col-form-label">Token 符号</label>
<div class="col-sm-10">
<input class="form-control" id="tokenSymbol">
<small id="symbolName" class="form-text text-muted">T给你要创建的智能合约起一个标记符号</small>
<small id="symbolName" class="form-text text-muted">给你要创建的智能合约起一个标记符号</small>
</div>
</div>
<div class="form-group row">
Expand All @@ -55,21 +64,21 @@ <h2 style="display: none; color: orangered;" id="notice">Contract is being deplo
</div>
</div>
<div class="form-group row">
<label for="recipientAddress" class="col-sm-2 col-form-label">接收地址</label>
<label for="recipientAddress" class="col-sm-2 col-form-label">接收者地址</label>
<div class="col-sm-10">
<input class="form-control" id="recipientAddress">
<small id="addressRecipient" class="form-text text-muted">这个地址用来接收 tokens.</small>
<small id="addressRecipient" class="form-text text-muted">这个地址接收 Tokens </small>
</div>
</div>
<div class="form-group row">
<label for="numberOfTokens" class="col-sm-2 col-form-label"> Tokens的数量</label>
<label for="numberOfTokens" class="col-sm-2 col-form-label">Tokens 数量</label>
<div class="col-sm-10">
<input class="form-control" id="numberOfTokens" type="number">
<small id="tokenNo" class="form-text text-muted">输入你想要生成的 tokens 的数量 (默认20)</small>
<small id="tokenNo" class="form-text text-muted">输入你想生成的 Tokens 的数量 (默认 20)</small>
</div>
</div>
<div class="form-group row">
<label for="addMoreTokens" id="addMoreTokensLabel" class="col-sm-2 col-form-label" style="display: none">添加更多 tokens</label>
<label for="addMoreTokens" id="addMoreTokensLabel" class="col-sm-2 col-form-label" style="display: none">Add more tokens</label>
<div class="col-sm-10">
<input class="form-control" id="addMoreTokens" style="display: none" type="number">
<input type="button" class="btn btn btn-danger" id="addMoreTokensButton" value="Add tokens" style="display: none">
Expand Down Expand Up @@ -104,40 +113,37 @@ <h2 style="display: none; color: orangered;" id="notice">Contract is being deplo
</div>
</div>
<br>
<h5><strong>如果所有者或接收者的地址留空,节点地址将被默认使用 </strong></h5>
<input type="button" class="btn-y btn-xl" id="deploy" value="Deploy Contract">
<h5><strong>If owner or recipient address is blank; the node address will be used </strong></h5>
<br>
<input type="button" class="btn-y btn-xl" id="deploy" value="启动部署">
<input type="button" class="btn btn btn-success" id="viewOnXContract" value="Use on xcontract" style="display: none">
<input type="button" class="btn btn btn-info" id="viewOnEtherscan" value="View on etherscan" style="display: none">
</div>
</form>
</div>
</div>
</div>
<div class="container">
<div class="starter-template">
<h4 class="mb-4" style="font-weight:300;">准备好了吗?马上来 AlphaWallet 开始发行和出售自己的 Token! </h4>
<p id="download_app">
<a href="https://play.google.com/store/apps/details?id=io.stormbird.wallet">
<img width="110" height="40" alt="Google Playstore"
src="images/googleplay.png"/>
</a>
<a href="https://itunes.apple.com/app/alphawallet/id1358230430?mt=8">
<img class="ml-2" width="110" height="40" alt="App Store"
src="images/appstore.png"/>
</a>
</p>
</div>
</div>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src="./bundle.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119752961-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-119752961-1');
</script>
</body>
<footer>
<h2 class="mt-5 text-center" style="font-weight:300;">准备好了吗?马上来 <b>AlphaWallet</b> 开始发行和出售自己的 Token!</h2>
<p id="download_app">
<div class="row m-5">
<div class="col-lg-12">
<div align="center">
<a href="https://apple.co/2OQRS7c" target="_blank"><img style="margin: 5px;" src="https://alphawallet.com/wp-content/uploads/2018/10/app-store-button-light.png" width="200px"></a>
<a href="https://play.google.com/store/apps/details?id=io.stormbird.wallet&hl=en_SG" target="_blank"><img style="margin: 7px;" src="https://alphawallet.com/wp-content/uploads/2018/10/googleplay1.png" width="190px"></a><br>
</p>
</div>
</div>
</footer>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src="./bundle.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119752961-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119752961-1');
</script>
</body>
</html>