Skip to content

Commit 2a6a5a5

Browse files
committed
fixes
1 parent 4c70c00 commit 2a6a5a5

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

src/components/Nav/useNav.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const useNav = ({ path }: { path: string }) => {
7777
ariaLabel: t("learn-menu"),
7878
items: [
7979
{
80-
text: t("page-index-header-start-here"),
80+
text: t("start-here"),
8181
items: [
8282
{
8383
text: t("learn-hub"),
@@ -90,7 +90,7 @@ export const useNav = ({ path }: { path: string }) => {
9090
],
9191
},
9292
{
93-
text: t("page-index-header-ethereum-basics"),
93+
text: t("ethereum-basics"),
9494
items: [
9595
{
9696
text: t("what-is-ethereum"),
@@ -123,7 +123,7 @@ export const useNav = ({ path }: { path: string }) => {
123123
],
124124
},
125125
{
126-
text: t("page-index-header-ethereum-protocol"),
126+
text: t("ethereum-protocol"),
127127
items: [
128128
{
129129
text: t("energy-consumption"),

src/intl/de/page-upgrades-index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"page-upgrades-answer-2": "Einige Upgrades erfolgen getrennt vom Ethereum-Mainnet, das wir heute benutzen. Diese Upgrades werden das heutige Ethereum-Mainnet nicht direkt ersetzen. Stattdessen wird das heutige Mainnet zukünftig mit diesem parallelen System integriert.",
99
"page-upgrades-answer-4": "Anders ausgedrückt: Ethereum, das wir heute verwenden, umfasst zukünftig alle Funktionen, die wir in der Ethereum-Vision anstreben.",
1010
"page-upgrade-article-author-ethereum-foundation": "Ethereum Foundation",
11-
"page-upgrade-article-author-status": "Status",
12-
"page-upgrade-article-author-ethos-dev": "Ethos.dev",
1311
"page-upgrade-article-title-two-point-oh": "2.0: Die Beacon Chain",
1412
"page-upgrade-article-title-beacon-chain-explainer": "Die Beacon Chain – Ethereum 2.0-Erklärung, die Sie zu Beginn lesen sollten",
1513
"page-upgrade-article-title-sharding-consensus": "Sharding-Konsens",

src/intl/en/common.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"enterprise-menu": "Enterprise Menu",
6161
"esp": "Ecosystem Support Program",
6262
"eth-current-price": "Current ETH price (USD)",
63+
"ethereum-basics": "Ethereum basics",
6364
"ethereum-bug-bounty": "Ethereum bug bounty program",
6465
"consensus-when-shipping": "When's it shipping?",
6566
"ethereum-upgrades": "Ethereum upgrades",
@@ -72,6 +73,7 @@
7273
"ethereum-governance": "Ethereum governance",
7374
"ethereum-logo": "Ethereum logo",
7475
"ethereum-roadmap": "Ethereum roadmap",
76+
"ethereum-protocol": "Ethereum protocol",
7577
"ethereum-security": "Ethereum security and scam prevention",
7678
"ethereum-support": "Ethereum support",
7779
"ethereum-wallets": "Ethereum wallets",
@@ -175,6 +177,7 @@
175177
"stablecoins": "Stablecoins",
176178
"stake-eth": "Stake ETH",
177179
"staking": "Staking",
180+
"start-here": "Start here",
178181
"style-guide": "Style guide",
179182
"solo": "Solo staking",
180183
"terms-of-use": "Terms of use",

src/intl/en/page-about.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"page-what-is-ethereum-energy-consumption-chart-legend": "Annual Energy Consumption in TWh/yr",
2626
"page-upgrades-post-merge-banner-governance-ood": "Some content on this page is out-of-date after the merge. Please raise a PR if you would like to contribute.",
2727
"energy-consumption-chart-global-data-centers-label": "Global data centers",
28+
"energy-consumption-chart-airbnb-label": "AirBnB",
2829
"energy-consumption-gold-mining-cbeci-label": "Gold mining",
2930
"energy-consumption-chart-btc-pow-label": "BTC PoW",
3031
"energy-consumption-chart-netflix-label": "Netflix",

src/intl/en/page-index.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
"page-index-get-started-devs-title": "Start building",
2121
"page-index-get-started-devs-description": "If you want to start coding with Ethereum, we have documentation, tutorials, and more in our developer portal.",
2222
"page-index-get-started-devs-image-alt": "An illustration of a hand creating an ETH logo made of lego bricks.",
23-
"page-index-header-ethereum-basics": "Ethereum basics",
24-
"page-index-header-start-here": "Start here",
25-
"page-index-header-ethereum-protocol": "Ethereum protocol",
2623
"page-index-what-is-ethereum": "What is Ethereum?",
2724
"page-index-what-is-ethereum-description": "Ethereum is a technology that's home to digital money, global payments, and applications. The community has built a booming digital economy, bold new ways for creators to earn online, and so much more. It's open to everyone, wherever you are in the world – all you need is the internet.",
2825
"page-index-what-is-ethereum-button": "What is Ethereum?",

src/intl/en/page-upgrades-index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"page-upgrades-answer-1": "The Beacon Chain was used as a tool to upgrade Ethereum Mainnet at The Merge.",
1212
"page-upgrades-answer-2": "With The Merge, Ethereum had its most substantial upgrade ever swapping proof-of-work for a new proof-of-stake based consensus layer.",
1313
"page-upgrades-answer-4": "The Beacon Chain was used to develop the proof-of-stake-based consensus Ethereum uses today. It was run separately to Ethereum Mainnet so developers could observe the consensus mechanism in isolation before using it to coordinate real activity.",
14+
"page-upgrade-article-author-status": "Status",
1415
"page-upgrade-article-author-ethmerge": "Ethmerge",
1516
"page-upgrade-article-author-alchemy": "Alchemy",
1617
"page-upgrade-article-author-consensys": "Consensys",

src/intl/en/page-what-is-ethereum.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"energy-consumption-chart-netflix-label": "Netflix",
9090
"energy-consumption-chart-eth-pow-label": "ETH PoW",
9191
"energy-consumption-chart-gaming-us-label": "Gaming in the US",
92+
"energy-consumption-chart-airbnb-label": "AirBnB",
9293
"energy-consumption-chart-paypal-label": "PayPal",
9394
"energy-consumption-chart-eth-pos-label": "ETH PoS",
9495
"page-what-is-ethereum-the-merge-update": "The Merge update",

src/intl/fil/page-what-is-ethereum.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
"energy-consumption-chart-eth-pow-label": "ETH PoW",
9898
"energy-consumption-chart-gaming-us-label": "Paglalaro sa US",
9999
"energy-consumption-chart-paypal-label": "PayPal",
100-
"energy-consumption-chart-airbnb-label": "AirBnB",
101100
"energy-consumption-chart-eth-pos-label": "ETH PoS",
102101
"page-what-is-ethereum-the-merge-update": "The Merge update",
103102
"page-what-is-ethereum-additional-reading": "Karagdagang pagbabasa",

0 commit comments

Comments
 (0)