Skip to content

Commit d2042b2

Browse files
committed
chore(translations): refactor other languanges to be same like english versions
1 parent d31faa4 commit d2042b2

File tree

20 files changed

+140
-173
lines changed

20 files changed

+140
-173
lines changed

public/content/developers/docs/networks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ A testnet for [Optimism](https://www.optimism.io/).
107107
- [Chainlink faucet](https://faucets.chain.link/optimism-sepolia)
108108
- [Alchemy faucet](https://www.alchemy.com/faucets/optimism-sepolia)
109109

110-
#### Starknet Goerli {#starknet-goerli}
110+
#### Starknet Sepolia {#starknet-sepolia}
111111

112112
A testnet for [Starknet](https://www.starknet.io).
113113

public/content/developers/tutorials/all-you-can-cache/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ Since we use the low level `<address>.call()` function, we can't use `vm.expectR
756756
This is the way we verify that code [emits an event correctly](https://book.getfoundry.sh/cheatcodes/expect-emit) in Foundry.
757757

758758
### The client {#the-client}
759-
759+
<!-- TODO:: Changes this tutorial to used Sepolia -->
760760
One thing you don't get with Solidity tests is JavaScript code you can cut and paste into your own application. To write that code I deployed WORM to [Optimism Goerli](https://community.optimism.io/docs/useful-tools/networks/#optimism-goerli), [Optimism's](https://www.optimism.io/) new testnet. It is at address [`0xd34335b1d818cee54e3323d3246bd31d94e6a78a`](https://goerli-optimism.etherscan.io/address/0xd34335b1d818cee54e3323d3246bd31d94e6a78a).
761761

762762
[You can see JavaScript code for the client here](https://github.com/qbzzt/20220915-all-you-can-cache/blob/main/javascript/index.js). To use it:

public/content/developers/tutorials/hello-world-smart-contract-fullstack/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ skill: beginner
1717
lang: en
1818
published: 2021-10-25
1919
---
20+
<!-- TODO:: Changes this tutorial to used Sepolia -->
2021

2122
This guide is for you if you are new to blockchain development and don't know where to start or how to deploy and interact with smart contracts. We will walk through creating and deploying a simple, smart contract on the Goerli test network using [MetaMask](https://metamask.io), [Solidity](https://docs.soliditylang.org/en/v0.8.0/), [Hardhat](https://hardhat.org), and [Alchemy](https://alchemyapi.io/eth).
2223

public/content/developers/tutorials/hello-world-smart-contract/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ skill: beginner
77
lang: en
88
published: 2021-03-31
99
---
10+
<!-- TODO:: Changes this tutorial to used Sepolia -->
1011

1112
If you are new to blockchain development and don’t know where to start, or if you just want to understand how to deploy and interact with smart contracts, this guide is for you. We will walk through creating and deploying a simple smart contract on the Goerli test network using a virtual wallet [MetaMask](https://metamask.io/), [Solidity](https://docs.soliditylang.org/en/v0.8.0/), [Hardhat](https://hardhat.org/), and [Alchemy](https://alchemyapi.io/eth) (don’t worry if you don’t understand what any of this means yet, we will explain it).
1213

public/content/developers/tutorials/how-to-view-nft-in-metamask/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This tutorial is Part 3/3 in the NFT Tutorial series, where we view our newly mi
1313
Congrats! You’ve made it to the shortest and simplest part of our NFT tutorial series — how to view your freshly minted NFT on a virtual wallet. We’ll be using MetaMask for this example since it is what we used in the previous two parts.
1414

1515
As a prerequisite, you should already have MetaMask on mobile installed, and it should include the account to which you minted your NFT — you can get the app for free on [iOS](https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202) or [Android](https://play.google.com/store/apps/details?id=io.metamask&hl=en_US&gl=US).
16+
<!-- TODO:: Changes this tutorial .gif to used Sepolia -->
1617

1718
## Step 1: Set your network to Sepolia {#set-network-to-sepolia}
1819

public/content/developers/tutorials/how-to-write-and-deploy-an-nft/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Once you’ve created an Alchemy account, you can generate an API key by creatin
4343
We need an Ethereum account to send and receive transactions. For this tutorial, we’ll use MetaMask, a virtual wallet in the browser used to manage your Ethereum account address. If you want to understand more about how transactions on Ethereum work, check out [this page](/developers/docs/transactions/) from the Ethereum foundation.
4444

4545
You can download and create a MetaMask account for free [here](https://metamask.io/download.html). When you are creating an account, or if you already have an account, make sure to switch over to the “Sepolia Test Network” in the upper right (so that we’re not dealing with real money).
46+
<!-- TODO:: Changes this tutorial .gif to used Sepolia -->
4647

4748
![Set Sepolia as your network](./metamask-goerli.png)
4849

public/content/translations/cs/developers/docs/networks/index.md

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Přehled sítí Etherea a návod, kde získat ether (ETH) testovac
44
lang: cs
55
---
66

7-
Sítě Etherea jsou skupiny propojených počítačů, které komunikují pomocí protokolu Ethereum. Existuje pouze jedna hlavní síť Etherea, ale nezávislé sítě, které dodržují stejná pravidla protokolu, mohou být vytvořeny pro testovací a vývojové účely. Existuje mnoho nezávislých sítí, které dodržují protokol, aniž by mezi sebou komunikovaly. Můžete si dokonce spustit vlastní síť na svém počítači k testování chytrých kontraktů a web3 aplikací.
7+
Sítě Etherea jsou skupiny propojených počítačů, které komunikují pomocí protokolu Ethereum. Existuje pouze jedna hlavní síť Etherea, ale nezávislé sítě, které dodržují stejná pravidla protokolu, mohou být vytvořeny pro testovací a vývojové účely. Existuje mnoho nezávislých "sítí", které dodržují protokol, aniž by mezi sebou komunikovaly. Můžete si dokonce spustit vlastní síť na svém počítači k testování chytrých kontraktů a web3 aplikací.
88

99
Váš účet na Ethereu bude fungovat na různých sítích, ale zůstatek na účtu a historie transakcí se nepřenesou z hlavní sítě Etherea. Pro testovací účely je užitečné vědět, které sítě jsou k dispozici a jak získat ETH testovací sítě, abyste mohli experimentovat. Obecně platí, že z bezpečnostních důvodů se nedoporučuje používat účty z hlavní sítě na testovacích sítích nebo naopak.
1010

@@ -34,7 +34,7 @@ ETH na testovacích sítích nemá mít žádnou skutečnou hodnotu. Přesto vzn
3434

3535
#### Kterou testovací síť bych měl/a použít?
3636

37-
Dvě veřejné testovací sítě, které aktuálně udržují vývojáři klientů, jsou Sepolia a Goerli. Sepolia je síť pro vývojáře kontraktů a aplikací, kteří je chtějí otestovat. Síť Goerli umožňuje vývojářům protokolu testovat vylepšení sítě a také umožňuje uzamykatelům zkoušet provozování validátorů.
37+
Dvě veřejné testovací sítě, které aktuálně udržují vývojáři klientů, jsou Sepolia a Hoodi. Sepolia je síť pro vývojáře kontraktů a aplikací, kteří je chtějí otestovat. Síť Hoodi umožňuje vývojářům protokolu testovat vylepšení sítě a také umožňuje uzamykatelům zkoušet provozování validátorů.
3838

3939
#### Sepolia {#sepolia}
4040

@@ -63,68 +63,60 @@ Dvě veřejné testovací sítě, které aktuálně udržují vývojáři klient
6363
- [Chainstack Sepolia faucet](https://faucet.chainstack.com/sepolia-faucet)
6464
- [Ethereum Ecosystem faucet](https://www.ethereum-ecosystem.com/faucets/ethereum-sepolia)
6565

66-
#### Goerli _(dlouhodobá podpora)_ {#goerli}
66+
#### Hoodi {#hoodi}
6767

68-
_Poznámka: [Testovací síť Goerli je zastaralá](https://ethereum-magicians.org/t/proposal-predictable-ethereum-testnet-lifecycle/11575/17) a v roce 2023 bude nahrazena testovací sítí [Holesovice](https://github.com/eth-clients/holesovice). Zvažte přesun aplikací na testovací síť Sepolia._
69-
70-
Goerli je testovací síť pro testování validace a uzamčení. Síť Goerli je otevřená uživatelům, kteří chtějí provozovat validátor na testovací síti. Uzamykatelé, kteří chtějí testovat vylepšení protokolu před jejich nasazením na hlavní síť, by proto měli používat Goerli.
68+
Hoodi je testovací síť pro testování validace a uzamčení. Síť Hoodi je otevřená uživatelům, kteří chtějí provozovat validátor na testovací síti. Uzamykatelé, kteří chtějí testovat vylepšení protokolu před jejich nasazením na hlavní síť, by proto měli používat Hoodi.
7169

7270
- Otevřená sada validátorů, uzamykatelé mohou testovat vylepšení sítě
7371
- Obsáhlý stav, užitečné pro testování složitých interakcí chytrých kontraktů
7472
- Delší synchronizace, vyžaduje více úložného prostoru pro provoz uzlu
7573

7674
##### Zdroje
7775

78-
- [Web](https://goerli.net/)
79-
- [GitHub](https://github.com/eth-clients/goerli)
80-
- [Etherscan](https://goerli.etherscan.io)
81-
- [Blockscout](https://eth-goerli.blockscout.com/)
76+
- [Web](https://hoodi.ethpandaops.io/)
77+
- [GitHub](https://github.com/eth-clients/hoodi)
78+
- [Explorer](https://explorer.hoodi.ethpandaops.io/)
79+
- [Checkpoint Sync](https://checkpoint-sync.hoodi.ethpandaops.io/)
8280

8381
##### Faucety
8482

85-
- [QuickNode Goerli Faucet](https://faucet.quicknode.com/drip)
86-
- [Grabteeth](https://grabteeth.xyz/)
87-
- [PoW faucet](https://goerli-faucet.pk910.de/)
88-
- [Paradigm faucet](https://faucet.paradigm.xyz/)
89-
- [Alchemy Goerli Faucet](https://goerlifaucet.com/)
90-
- [All That Node Goerli Faucet](https://www.allthatnode.com/faucet/ethereum.dsrv)
91-
- [Coinbase Wallet Faucet | Goerli](https://coinbase.com/faucets/ethereum-goerli-faucet)
92-
- [Chainstack Goerli faucet](https://faucet.chainstack.com/goerli-faucet)
83+
- [Hoodi Faucet](https://hoodi.ethpandaops.io/)
9384

94-
Ke spuštění validátoru na testovací síti Holesky použijte [„laciný Holesky validátor“ launchpad](https://holesky.launchpad.ethstaker.cc/en/) od ethstaker.
85+
Ke spuštění validátoru na testovací síti Hoodi použijte [Hoodi launchpad](https://hoodi.launchpad.ethereum.org/en/).
9586

9687
### Testovací sítě druhé vrstvy {#layer-2-testnets}
9788

9889
[Druhá vrstva (L2)](/layer-2/) je souhrnný termín pro popis specifických sad škálovacích řešení Etherea. Druhá vrstva je samostatný blockchain, který rozšiřuje Ethereum a dědí jeho bezpečnostní záruky. Testovací sítě druhé vrstvy jsou obvykle úzce spojeny s veřejnými testovacími sítěmi Etherea.
9990

100-
#### Arbitrum Goerli {#arbitrum-goerli}
91+
#### Arbitrum Sepolia {#arbitrum-sepolia}
10192

10293
Testovací síť pro [Arbitrum](https://arbitrum.io/).
10394

10495
##### Faucety
10596

106-
- [Chainlink faucet](https://faucets.chain.link/)
97+
- [Chainlink faucet](https://faucets.chain.link/arbitrum-sepolia)
98+
- [Alchemy faucet](https://www.alchemy.com/faucets/arbitrum-sepolia)
10799

108-
#### Optimistic Goerli {#optimistic-goerli}
100+
#### Optimistic Sepolia {#optimistic-sepolia}
109101

110102
Testovací síť pro [Optimism](https://www.optimism.io/).
111103

112104
##### Faucety
113105

114-
- [Paradigm faucet](https://faucet.paradigm.xyz/)
115-
- [Coinbase Wallet Faucet | Optimism Goerli](https://coinbase.com/faucets/optimism-goerli-faucet)
106+
- [Chainlink faucet](https://faucets.chain.link/optimism-sepolia)
107+
- [Alchemy faucet](https://www.alchemy.com/faucets/optimism-sepolia)
116108

117-
#### Starknet Goerli {#starknet-goerli}
109+
#### Starknet Sepolia {#starknet-sepolia}
118110

119111
Testovací síť pro [Starknet](https://www.starknet.io).
120112

121113
##### Faucety
122114

123-
- [Starknet faucet](https://faucet.goerli.starknet.io)
115+
- [Alchemy faucet](https://www.alchemy.com/faucets/starknet-sepolia)
124116

125117
## Privátní sítě {#private-networks}
126118

127-
Síť Etherea je privátní, pokud její uzly nejsou připojeny k veřejné síti (tj. hlavní nebo testovací síť). V tomto kontextu znamená privátní pouze vyhrazená nebo izolovaná, spíše než chráněná nebo bezpečná.
119+
Síť Etherea je privátní, pokud její uzly nejsou připojeny k veřejné síti (tj. hlavní nebo testovací síť). V tomto kontextu znamená "privátní" pouze vyhrazená nebo izolovaná, spíše než chráněná nebo bezpečná.
128120

129121
### Vývojové sítě {#development-networks}
130122

public/content/translations/de/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ Keine
207207
Die vollständige Liste der aktuellen Netzwerk-IDs ist verfügbar unter [chainlist.org](https://chainlist.org). Einige häufige sind:
208208

209209
- `1`: Ethereum Mainnet
210-
- `5`: Goerli Testnetz
211210
- `11155111`: Sepolia Testnetz
211+
- `560048` : Hoodi Testnetz
212212

213213
**Beispiel**
214214

public/content/translations/de/developers/docs/data-and-analytics/block-explorers/index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Sie sollten das Basiskonzept von Ethereum verstehen, damit Sie die Daten, die Si
2626
- [EthVM](https://www.ethvm.com/)
2727
- [OKLink](https://www.oklink.com/eth)
2828
- [Rantom](https://rantom.app/)
29+
- [Ethseer](https://ethseer.io)
2930

3031
## Open-Source-Werkzeuge {#open-source-tools}
3132

@@ -54,7 +55,7 @@ Neue Blöcke werden alle 12 Sekunden zu Ethereum hinzugefügt (es sei denn, ein
5455
- Gaslimit - Die Gaslimits, die von den Transaktionen im Block gesetzt wurden
5556
- Grundgebühr pro Gas - Der Mindestmultiplikator, der erforderlich ist, damit eine Transaktion in einen Block aufgenommen werden kann
5657
- Verbrannte Gebühren - Wie viel ETH in einem Block verbrannt wird
57-
- Extradaten alle zusätzlichen Daten, die der Ersteller im Block eingefügt hat
58+
- Extradaten - alle zusätzlichen Daten, die der Ersteller im Block eingefügt hat
5859

5960
**Erweiterte Daten**
6061

@@ -116,7 +117,7 @@ Smart-Contract-Konten verfügen über die gleichen Daten wie ein Benutzerkonto,
116117
- Vertragsersteller - Die Adresse, die den Vertrag im Mainnet bereitgestellt hat
117118
- Erstellungstransaktion - Die Transaktion, die die Bereitstellung im Mainnet beinhaltete
118119
- Quellcode - Der Solidity- oder Vyper-Code des Smart Contracts
119-
- Vertrags-ABI - Die Application Binary Interface - die Aufrufe, die der Vertrag tätigt, und die empfangenen Daten
120+
- Vertrags-ABI - Die "Application Binary Interface" - die Aufrufe, die der Vertrag tätigt, und die empfangenen Daten
120121
- Vertragserstellungscode - Der kompilierte Bytecode des Smart Contracts – wird erstellt, wenn Sie einen in Solidity oder Vyper usw. geschriebenen Smart Contract kompilieren
121122
- Vertragsereignisse - Eine Historie der im Smart Contract aufgerufenen Methoden – im Grunde eine Möglichkeit zu sehen, wie der Vertrag verwendet wird und wie oft
122123

@@ -213,7 +214,7 @@ Validatoren sind dafür verantwortlich, Blöcke vorzuschlagen und sie innerhalb
213214

214215
### Beglaubigungen {#attestations}
215216

216-
Attestierungen sind „Ja“-Stimmen für die Aufnahme von Blöcken in die Chain. Ihre Daten beziehen sich auf eine Aufzeichnung der Attestierung und der bestätigenden Validatoren.
217+
Attestierungen sind "Ja"-Stimmen für die Aufnahme von Blöcken in die Chain. Ihre Daten beziehen sich auf eine Aufzeichnung der Attestierung und der bestätigenden Validatoren.
217218

218219
- Slot - Der Slot, in dem die Attestierung stattgefunden hat
219220
- Komitee-Index - Der Index des Komitees für den gegebenen Slot
@@ -237,13 +238,15 @@ Die Daten der obersten Ebene der Konsensebene umfassen Folgendes:
237238

238239
## Block Explorer {#block-explorers}
239240

240-
- [Etherscan](https://etherscan.io/) - ein Block-Explorer, mit dem Sie Daten für Ethereum Mainnet und Goerli Testnetz abrufen können
241+
- [Etherscan](https://etherscan.io/) - ein Block-Explorer, mit dem Sie Daten für Ethereum Mainnet abrufen können
242+
- [Etherscan Sepolia](https://sepolia.etherscan.io/) - ein Block-Explorer, mit dem Sie Daten für das Sepolia Testnet abrufen können
243+
- [Etherscan Hoodi](https://hoodi.etherscan.io/) - ein Block-Explorer, mit dem Sie Daten für das Hoodi Testnet abrufen können
241244
- [3xpl](https://3xpl.com/ethereum) – ein werbefreier Open-Source-Ethereum-Explorer, der den Download seiner Datensätze erlaubt
242-
- [Beaconcha.in](https://beaconcha.in/) - ein Open-Source-Block-Explorer für Ethereum Mainnet und Goerli Testnetz
245+
- [Beaconcha.in](https://beaconcha.in/) - ein Open-Source-Block-Explorer für Ethereum Mainnet
243246
- [Blockchair](https://blockchair.com/ethereum) – Der privateste Ethereum-Explorer. Auch zum Sortieren und Filtern von (Mempool-) Daten
244247
- [Etherchain](https://www.etherchain.org/) - Ein Block-Explorer für das Ethereum Mainnet
245-
- [Ethplorer](https://ethplorer.io/) - ein Block-Explorer mit Fokus auf Token für das Ethereum Mainnet und das Kovan Testnetz
246-
- [Rantom](https://rantom.app/) - Ein krypto-freundlicher Open-Source-Dienst, der in seine dezentrale Finanzplattform (DeFi)& integriert ist Visualisierung des Transaktionsvolumens von NFTs für einen detaillierten Überblick
248+
- [Ethplorer](https://ethplorer.io/) - ein Block-Explorer mit Fokus auf Token für das Ethereum Mainnet
249+
- [Rantom](https://rantom.app/) - Ein benutzerfreundlicher Open-Source-DeFi- und NFT-Transaktions-Viewer für detaillierte Einblicke
247250
- [Ethernow](https://www.ethernow.xyz/) – ein Echtzeit-Transaktions-Explorer, der es ermöglicht, die Pre-Chain-Ebene des Ethereum-Mainnets einzusehen
248251

249252
## Weiterführende Informationen {#further-reading}

0 commit comments

Comments
 (0)