Skip to content

Commit f80bda3

Browse files
committed
chore: extract intl strings
1 parent 24415c6 commit f80bda3

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

src/components/Resources/useResources.tsx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
165165
},
166166
{
167167
title: "Beacon Block Production Live",
168-
description:
169-
"Live dashboard for Ethereum beacon chain block production by ethPandaOps.",
168+
description: t(
169+
"page-resources-block-explorers-panda-ops-description"
170+
),
170171
href: "https://lab.ethpandaops.io/beacon/block-production/live",
171172
imgSrc: IconPandaOps,
172173
},
@@ -357,26 +358,24 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
357358
},
358359
{
359360
title: "Strategic Ethereum Reserve",
360-
description:
361-
"A dashboard for the Strategic Ethereum Reserve initiative.",
361+
description: t("page-resources-reserves-cryptowerk-description"),
362362
href: "https://www.strategicethreserve.xyz",
363363
imgSrc: IconReserves,
364364
},
365365
],
366366
},
367367
{
368-
title: "Wallets",
368+
title: t("page-resources-wallets-title"),
369369
items: [
370370
{
371371
title: "Wallet Beat",
372-
description: "A simple Ethereum wallet dashboard and summary tool.",
372+
description: t("page-resources-wallets-wallet-beat-description"),
373373
href: "https://wallet.page/",
374374
imgSrc: IconWalletBeat,
375375
},
376376
{
377377
title: "BundleBear",
378-
description:
379-
"Dashboards and analytics for ERC-4337 and EIP-7702 smart accounts.",
378+
description: t("page-resources-wallets-bundlebear-description"),
380379
href: "https://www.bundlebear.com",
381380
className: "dark:[&_img]:invert",
382381
imgSrc: IconBundleBear,
@@ -449,7 +448,7 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
449448
},
450449
{
451450
title: "Validators Overview after Pectra",
452-
description: "Ethereum Pectra fork statistics for validators",
451+
description: t("page-resources-nodes-pectrified-description"),
453452
href: "https://pectrified.com/mainnet",
454453
imgSrc: IconPectrified,
455454
},

src/intl/en/page-resources.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"page-resources-block-explorers-etherscan-description": "Etherscan is a block explorer and analytics platform for Ethereum, a decentralized smart contracts platform.",
1414
"page-resources-block-explorers-beaconchain-description": "Open source Ethereum explorer showing the Ethereum Mainnet 🚀.",
1515
"page-resources-block-explorers-txcity-description": "A funny visualizer of the Ethereum blocks in real-time.",
16+
"page-resources-block-explorers-panda-ops-description": "Live dashboard for Ethereum beacon chain block production by ethPandaOps.",
1617
"page-resources-eth-asset-title": "ETH the asset",
1718
"page-resources-eth-asset-etherealize-description": "Ethereum is the largest, most secure, and most open blockchain for the world to use. And Ethereum is open for business.",
1819
"page-resources-eth-asset-ultrasound-description": "Ultra sound money is an Ethereum meme focusing on the likely decrease of the ETH supply.",
@@ -42,6 +43,7 @@
4243
"page-resources-adoption-title": "Ethereum Adoption",
4344
"page-resources-adoption-ethereumadoption-description": "Ethereum Censorability Monitor.",
4445
"page-resources-adoption-cryptowerk-description": "Ethereum adoption analytics based on Cryptwerk merchants database - map, countries, companies, businesses, categories, rating.",
46+
"page-resources-adoption-reserves-description": "A dashboard for the Strategic Ethereum Reserve initiative.",
4547
"page-resources-roadmap-title": "Ethereum Roadmap",
4648
"page-resources-roadmap-ethroadmap-description": "Detailed visualization on Ethereum roadmap and the next network upgrade.",
4749
"page-resources-blobs-title": "Blobs",
@@ -52,6 +54,7 @@
5254
"page-resources-nodes-ethernodes-description": "Ethereum Mainnet statistics.",
5355
"page-resources-nodes-etherscan-description": "Daily.",
5456
"page-resources-nodes-luckystaker-description": "Daily proposal probability of getting a block.",
57+
"page-resources-nodes-pectrified-description": "Ethereum Pectra fork statistics for validators.",
5558
"page-resources-nodes-validatorqueue-description": "A dashboard showing the Ethereum validator enter and exit queue and estimated wait times.",
5659
"page-resources-network-resilience-title": "Network resilience",
5760
"page-resources-network-resilience-neutralitywatch-description": "Ethereum Censorability Monitor.",
@@ -67,6 +70,9 @@
6770
"page-resources-mev-title": "MEV",
6871
"page-resources-mev-mevboost-description": "The purpose of this website is to educate degens about stablecoins.",
6972
"page-resources-mev-mevwatch-description": "Some MEV-Boost relays are regulated under OFAC and will censor certain transactions. Use this tool to observe the effect it's having on Ethereum blocks.",
73+
"page-resources-wallets-title": "Wallets",
74+
"page-resources-wallets-wallet-beat-description": "A simple Ethereum wallet dashboard and summary tool.",
75+
"page-resources-wallets-bundlebear-description": "Dashboards and analytics for ERC-4337 and EIP-7702 smart accounts.",
7076
"page-resources-zk-adoption-title": "ZK adoption",
7177
"page-resources-zk-adoption-ethproofs-description": "SNARKs that scale Ethereum.",
7278
"page-resources-zk-adoption-l2beat-description": "ZK Catalog by L2BEAT is a community-driven resource offering detailed insights into the ZK technology utilized by various blockchain projects.",
@@ -85,4 +91,4 @@
8591
"page-resources-whats-on-this-page": "What's on this page",
8692
"page-resources-banner-notification-message": "Resources dashboard is new!",
8793
"page-resources-share-feedback": "Please share your feedback with us"
88-
}
94+
}

0 commit comments

Comments
 (0)