Skip to content

Commit 2d41357

Browse files
authored
Merge pull request #3046 from ihomp/master
Add a faucet link
2 parents 5088335 + 24a80a8 commit 2d41357

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

@l10n/ja/translations.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ resources.dev-tool.faucet.content.part4: これらの資金は
833833
resources.dev-tool.faucet.content.part5: テストのみ
834834
resources.dev-tool.faucet.content.part6: を目的としています。テストネットワークの履歴と残高は必要に応じてリセットされます。Devnetは警告なしにリセットされることがあります。
835835
resources.dev-tool.faucet.content.part7: これらのネットワーク上のすべての残高とXRPは、メインネットとは別のものです。安全のため、テストネットやDevnetの認証情報をメインネットで使用しないでください。
836+
resources.dev-tool.faucet.content.part8: "以下のツールは、認証情報を生成して即座にチャージします。既存のアドレスにチャージしたい場合は、こちらで行えます:"
836837
"Choose Network:": "ネットワークを選択:"
837838
Mainnet-like network for testing applications.: アプリケーションのテスト用のメインネットに似たネットワーク。
838839
Preview of upcoming amendments.: 今後のAmendmentのプレビューネットワーク。

resources/dev-tools/xrp-faucets.page.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,16 @@ export default function XRPFaucets(): React.JSX.Element {
8888
<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>
8989
<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>
9090
<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>
91-
91+
<p>
92+
{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:")}
93+
{' '}
94+
<a
95+
className="external-link"
96+
href="https://test.xrplexplorer.com/faucet"
97+
target="_blank"
98+
>test.xrplexplorer.com/faucet</a>
99+
</p>
100+
92101
<h3>{translate("Choose Network:")}</h3>
93102
{ faucets.map((net) => (
94103
<div className="form-check" key={"network-" + net.shortName}>

0 commit comments

Comments
 (0)