mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Add a faucet link
This commit is contained in:
@@ -832,6 +832,7 @@ resources.dev-tool.faucet.content.part4: これらの資金は
|
||||
resources.dev-tool.faucet.content.part5: テストのみ
|
||||
resources.dev-tool.faucet.content.part6: を目的としています。テストネットワークの履歴と残高は必要に応じてリセットされます。Devnetは警告なしにリセットされることがあります。
|
||||
resources.dev-tool.faucet.content.part7: これらのネットワーク上のすべての残高とXRPは、メインネットとは別のものです。安全のため、テストネットやDevnetの認証情報をメインネットで使用しないでください。
|
||||
resources.dev-tool.faucet.content.part8: "以下のツールは、認証情報を生成して即座にチャージします。既存のアドレスにチャージしたい場合は、こちらで行えます:"
|
||||
"Choose Network:": "ネットワークを選択:"
|
||||
Mainnet-like network for testing applications.: アプリケーションのテスト用のメインネットに似たネットワーク。
|
||||
Preview of upcoming amendments.: 今後のAmendmentのプレビューネットワーク。
|
||||
|
||||
@@ -88,6 +88,15 @@ export default function XRPFaucets(): React.JSX.Element {
|
||||
<p>{translate("resources.dev-tool.faucet.content.part1", "These ")}<Link to="../../docs/concepts/networks-and-servers/parallel-networks">{translate("resources.dev-tool.faucet.content.part2", "parallel XRP Ledger test networks")}</Link> {translate("resources.dev-tool.faucet.content.part3", "provide platforms for testing changes to the XRP Ledger and software built on it, without using real funds.")}</p>
|
||||
<p>{translate("resources.dev-tool.faucet.content.part4", "These funds are intended for")} <strong>{translate("resources.dev-tool.faucet.content.part5", "testing")}</strong> {translate("resources.dev-tool.faucet.content.part6", "only. Test networks' ledger history and balances are reset as necessary. Devnets may be reset without warning.")}</p>
|
||||
<p>{translate("resources.dev-tool.faucet.content.part7", "All balances and XRP on these networks are separate from Mainnet. As a precaution, do not use the Testnet or Devnet credentials on the Mainnet.")}</p>
|
||||
<p>
|
||||
{translate("resources.dev-tool.faucet.content.part8", "The tool below will generate credentials for you and recharge it immediately; if you want to top up an already existing address, you can do it here:")}
|
||||
{' '}
|
||||
<a
|
||||
className="external-link"
|
||||
href="https://test.xrplexplorer.com/faucet"
|
||||
target="_blank"
|
||||
>test.xrplexplorer.com/faucet</a>
|
||||
</p>
|
||||
|
||||
<h3>{translate("Choose Network:")}</h3>
|
||||
{ faucets.map((net) => (
|
||||
|
||||
Reference in New Issue
Block a user