From 24a80a8b19a084c9452ebc89ed518909910ab0bd Mon Sep 17 00:00:00 2001 From: Viacheslav Bakshaev Date: Sat, 22 Mar 2025 20:53:40 +0100 Subject: [PATCH] Add a faucet link --- @l10n/ja/translations.yaml | 1 + resources/dev-tools/xrp-faucets.page.tsx | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/@l10n/ja/translations.yaml b/@l10n/ja/translations.yaml index 4717f8d888..0a128bf2c6 100644 --- a/@l10n/ja/translations.yaml +++ b/@l10n/ja/translations.yaml @@ -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のプレビューネットワーク。 diff --git a/resources/dev-tools/xrp-faucets.page.tsx b/resources/dev-tools/xrp-faucets.page.tsx index 3026e48b2b..f9986a09f2 100644 --- a/resources/dev-tools/xrp-faucets.page.tsx +++ b/resources/dev-tools/xrp-faucets.page.tsx @@ -88,7 +88,16 @@ export default function XRPFaucets(): React.JSX.Element {

{translate("resources.dev-tool.faucet.content.part1", "These ")}{translate("resources.dev-tool.faucet.content.part2", "parallel XRP Ledger test networks")} {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.")}

{translate("resources.dev-tool.faucet.content.part4", "These funds are intended for")} {translate("resources.dev-tool.faucet.content.part5", "testing")} {translate("resources.dev-tool.faucet.content.part6", "only. Test networks' ledger history and balances are reset as necessary. Devnets may be reset without warning.")}

{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.")}

- +

+ {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:")} + {' '} + test.xrplexplorer.com/faucet +

+

{translate("Choose Network:")}

{ faucets.map((net) => (