Skip to content

Commit 091a064

Browse files
committed
More typos
1 parent 888fd59 commit 091a064

File tree

12 files changed

+27
-29
lines changed

12 files changed

+27
-29
lines changed

src/content/developers/tutorials/how-to-mint-an-nft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ First, let’s define a function named `mintNFT(tokenData)` and create our trans
156156

157157
- `'data': nftContract.methods.mintNFT(PUBLIC_KEY, md).encodeABI()` — The computation we wish to perform in this transaction — which in this case is minting a NFT
158158

159-
Your <code>mint-nft.js</code> file should look like this now:
159+
Your `mint-nft.js` file should look like this now:
160160

161161
```js
162162
require('dotenv').config();

src/content/translations/bn/golang/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sidebar: true
3232
- [ইথেরিয়ামের সঙ্গে সংযুক্ত করার জন্য Golang ব্যবহার করা](https://www.youtube.com/watch?v=-7uChuO_VzM)
3333
- [Golang ব্যবহার করে ইথেরিয়াম স্মার্ট কন্ট্র্যাক্টস ডেপ্লয় করা](https://www.youtube.com/watch?v=pytGqQmDslE)
3434
- [গো-তে ইথেরিয়াম স্মার্ট কন্ট্র্যাক্টস টেস্ট ও ডেপ্লয় করার জন্য একটি ধাপে ধাপে নির্দেশিকা](https://hackernoon.com/a-step-by-step-guide-to-testing-and-deploying-ethereum-smart-contracts-in-go-9fc34b178d78)
35-
- [ইবুক: গো-এর সঙ্গে ইথেরিয়াম অ্যাপ্লিকেশন](https://goethereumbook.org/) - _ তৈরি করার জন্য গো-এর সঙ্গে ইথেরিয়াম ডেভেলপমেন্ট_
35+
- [ইবুক: গো-এর সঙ্গে ইথেরিয়াম অ্যাপ্লিকেশন](https://goethereumbook.org/) - _তৈরি করার জন্য গো-এর সঙ্গে ইথেরিয়াম ডেভেলপমেন্ট_
3636

3737
## মধ্যবর্তী প্রবন্ধ ও নথিপত্র {#intermediate-articles-and-docs}
3838

src/content/translations/fa/security/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ _توجه: توکن‌های مشتقی وجود دارند که ممکن است
268268
### امنیت وب {#reading-web-security}
269269

270270
- [به این دلیل نباید از پیامک برای احراز هویت دو عاملی استفاده کنید](https://www.theverge.com/2017/9/18/16328172/sms-two-factor-authentication-hack-password-bitcoin) - _The Verge_
271-
- [نزدیک به 3 میلیون دستگاه به بدافزاری روی افزونه‌های Chrome و Edge آلوده شدند](https://arstechnica.com/information-technology/2020/12/up-to-3-million-devices-infected-by-malware-laced-chrome-and-edge-add-ons/) - _ دن گودین_
271+
- [نزدیک به 3 میلیون دستگاه به بدافزاری روی افزونه‌های Chrome و Edge آلوده شدند](https://arstechnica.com/information-technology/2020/12/up-to-3-million-devices-infected-by-malware-laced-chrome-and-edge-add-ons/) - _دن گودین_
272272
- [چگونه گذرواژه‌ای قوی بسازیم که فراموش نکنیم](https://www.avg.com/en/signal/how-to-create-a-strong-password-that-you-wont-forget) - _AVG_
273273
- [کلید امنیتی چیست؟](https://help.coinbase.com/en/coinbase/getting-started/verify-my-account/security-keys-faq) - _Coinbase_
274274

src/content/translations/fr/developers/docs/intro-to-ethereum/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Extraits de code réutilisables (un programme) qu'un développeur publie dans l'
112112
## En lire plus {#further-reading}
113113

114114
- [Livre blanc Ethereum](/whitepaper/)
115-
- [Mais comment fonctionne Ethereum ?](https://www.preethikasireddy.com/post/how-does-ethereum-work-anyway) - _ Preethi Kasireddy_
115+
- [Mais comment fonctionne Ethereum ?](https://www.preethikasireddy.com/post/how-does-ethereum-work-anyway) - _Preethi Kasireddy_
116116

117117
_Une ressource communautaire vous a aidé ? Modifiez cette page et ajoutez-la !_
118118

src/content/translations/id/python/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Perlu penjelasan yang lebih mendasar? Kunjungi [ethereum.org/learn](/id/learn/)
5454
- [pymaker](https://github.com/makerdao/pymaker) - _API Python untuk contract Maker_
5555
- [Mamba](https://mamba.black) - _framework untuk menulis, compile, dan meluncurkan smart contracts yang ditulis dengan Vyper_
5656
- [Trinity](https://github.com/ethereum/trinity) - _Client Python Ethereum_
57-
- [Vyper](https://github.com/ethereum/vyper/) - _ Bahasa Smart Contract yang berbasis Python untuk EVM_
57+
- [Vyper](https://github.com/ethereum/vyper/) - _Bahasa Smart Contract yang berbasis Python untuk EVM_
5858
- [Web3.py](https://github.com/ethereum/web3.py) - _Library Python untuk berinteraksi dengan Ethereum_
5959

6060
Ingin mencari informasi tambahan? Kunjungi [ethereum.org/developers.](/id/developers/)

src/content/translations/it/developers/docs/programming-languages/golang/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Hai prima bisogno di nozioni di base? Dai un'occhiata a [ethereum.org/learn](/le
3434
## Articoli e documentazione di livello intermedio {#intermediate-articles-and-docs}
3535

3636
- [Go Ethereum Documentation](https://geth.ethereum.org/docs/) - _La documentazione per il Golang ufficiale di Ethereum_
37-
- [Erigon Programmer's Guide](https://github.com/ledgerwatch/erigon/blob/devel/docs/programmers_guide/guide.md) - _ Guida illustrata che tratta gli alberi di stato, prove multiple ed elaborazioni delle transazioni_
37+
- [Erigon Programmer's Guide](https://github.com/ledgerwatch/erigon/blob/devel/docs/programmers_guide/guide.md) - _Guida illustrata che tratta gli alberi di stato, prove multiple ed elaborazioni delle transazioni_
3838
- [Erigon and Stateless Ethereum](https://youtu.be/3-Mn7OckSus?t=394) - _Conferenza della Community di Ethereum 2020 (EthCC 3)_
3939
- [Erigon: optimising Ethereum clients](https://www.youtube.com/watch?v=CSpc1vZQW2Q) - _2018 Devcon 4_
4040
- [Go Ethereum GoDoc](https://godoc.org/github.com/ethereum/go-ethereum)

src/content/translations/sl/community/grants/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ Ta seznam je pripravila naša skupnost. Če na njem kaj manjka ali ni pravilno n
1616
Te programi podpirajo širok Ethereum ekosistem s tem, da ponujajo finančne spodbude širšemu naboru projektov. Mednje sodijo rešitve za nadgradljivost, grajenje skupnosti, varnost, zasebnost in še več. Te finančne spodbude niso specifične vezane na nobeno Ethereum platformo in so dobro mesto za začetek, če niste povsem prepričani.
1717

1818
- [EF Program za podporo ekosistemu](https://esp.ethereum.foundation) - _Financira odprtokodne projekte, ki koristijo Ethereumu, s posebnim fokusom na univerzalna orodja, infrastrukturo, raziskave in javne dobrine_
19-
- [Ethereum RFPs](https://github.com/ethereum/requests-for-proposals) - _ Prošnje za predloge s strani Ethereum fundacije za delo in projekte v Ethereum ekosistemu_
20-
- [MetaCartel](https://www.metacartel.org/grants/) - _Dapp razvoj, Ustvarjanje DAO_
21-
Spodbude varirajo od 1.000 USD do 8.000 USD.
19+
- [Ethereum RFPs](https://github.com/ethereum/requests-for-proposals) - _Prošnje za predloge s strani Ethereum fundacije za delo in projekte v Ethereum ekosistemu_
20+
- [MetaCartel](https://www.metacartel.org/grants/) - _Dapp razvoj, Ustvarjanje DAO_
2221
- [Moloch DAO](https://www.molochdao.com/) - _Zasebnost, nadgradljivost z 2. plastmi, varnost in še več_
2322
- [Odprte spodbude](https://opengrants.com/explore)
2423

src/content/translations/tr/community/grants/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ Bu liste topluluğumuz tarafından hazırlanmıştır. Eksik veya yanlış bir
1616
Bu programlar geniş bir proje yelpazesine hibeler sağlayarak geniş Ethereum ekosistemini desteklerler. Bunlar ölçeklenebilirlik, topluluk kurma, güvenlik, gizlilik gibi birçoğu için çözümleri kapsar. Bu hibeler herhangi bir Ethereum platformuna özel değildir ve emin değilseniz başlamak için iyi yerlerdir.
1717

1818
- [EF Ekosistem Destek Programı](https://esp.ethereum.foundation) - _Temel odağı evrensel araçlar, altyapı, araştırma ve kamu yararı olmak üzere; Ethereum'a katkı sağlayan açık kaynak projeleri finanse eder_
19-
- [Akademik Hibeler Turu](/community/grants/academic-grants-round/) - _ Ethereum Vakfı, Ethereum ile ilgili akademik çalışmaları desteklemek için bir hibe dalgasına sponsor oluyor_
19+
- [Akademik Hibeler Turu](/community/grants/academic-grants-round/) - _Ethereum Vakfı, Ethereum ile ilgili akademik çalışmaları desteklemek için bir hibe dalgasına sponsor oluyor_
2020
- [Ethereum RFP'leri](https://github.com/ethereum/requests-for-proposals) - _Ethereum Vakfı tarafından Ethereum ekosisteminin içerisindeki iş ve projeler için teklif talebi_
21-
- [MetaCartel](https://www.metacartel.org/grants/) - _Merkeziyetsiz uygulama geliştirme, DAO yaratımı_
22-
Hibeler 1.000 dolardan 8.000 dolara kadar değişir.
21+
- [MetaCartel](https://www.metacartel.org/grants/) - _Merkeziyetsiz uygulama geliştirme, DAO yaratımı_
2322
- [Moloch DAO](https://www.molochdao.com/) - _Gizlilik, katman 2 ölçekleme, istemci güvenliği ve dahası_
2423
- [Açık Hibeler](https://opengrants.com/explore)
2524
- [DAO Hibeleri](https://docs.google.com/spreadsheets/d/1XHc-p_MHNRdjacc8uOEjtPoWL86olP4GyxAJOFO0zxY/edit#gid=0) - _Hibe sunan organizasyonların Google tablosu_

src/content/translations/tr/developers/docs/programming-languages/golang/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ Başlamadan önce daha temel bir bilgiye mi ihtiyacınız var? [ethereum.org/lea
5858
- [Turbo-Geth](https://github.com/ledgerwatch/turbo-geth) - _Go Ethereum'un daha hızlı bir türevi_
5959
- [Golem](https://github.com/golemfactory/golem) - _Golem, bilgi işlem gücü için küresel bir pazar oluşturuyor_
6060
- [Quorum](https://github.com/jpmorganchase/quorum) - _İzin verilen veri gizliliğini destekleyen Ethereum uygulaması_
61-
- [Prysm](https://github.com/prysmaticlabs/prysm) - _ Ethereum "Serenity" 2.0 Go Uygulaması_
61+
- [Prysm](https://github.com/prysmaticlabs/prysm) - _Ethereum "Serenity" 2.0 Go Uygulaması_
6262
- [Eth Tweet](https://github.com/yep/eth-tweet) - _Merkeziyetsiz Twitter: Ethereum blok zincirinde çalışan bir mikroblog hizmeti_
63-
- [Plazma MVP Golang](https://github.com/kyokan/plasma) - _ Golang uygulaması ve Minimum Uygulanabilir Plazma şartnamesinin eki_
63+
- [Plazma MVP Golang](https://github.com/kyokan/plasma) - _Golang uygulaması ve Minimum Uygulanabilir Plazma şartnamesinin eki_
6464
- [Açık Ethereum Madencilik Havuzu](https://github.com/sammy007/open-ethereum-pool) - _Açık kaynaklı bir Ethereum madencilik havuzu_
65-
- [Ethereum HD Cüzdan](https://github.com/miguelmota/go-ethereum-hdwallet) - _ Go'daki Ethereum HD Cüzdan türevleri_
65+
- [Ethereum HD Cüzdan](https://github.com/miguelmota/go-ethereum-hdwallet) - _Go'daki Ethereum HD Cüzdan türevleri_
6666
- [Multi Geth](https://github.com/multi-geth/multi-geth) - _Pek çok Ethereum ağ türü için destek_
67-
- [Geth Hafif İstemci](https://github.com/zsfelfoldi/go-ethereum/wiki/Geth-Light-Client) - _ Hafif Ethereum Alt Protokolünün Geth uygulaması_
67+
- [Geth Hafif İstemci](https://github.com/zsfelfoldi/go-ethereum/wiki/Geth-Light-Client) - _Hafif Ethereum Alt Protokolünün Geth uygulaması_
6868

6969
Daha fazla kaynak mı arıyorsunuz? Göz atın: [ethereum.org/developers](/developers/).
7070

src/content/translations/zh-tw/enterprise/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sidebar: true
4040
下列是提供企業級架構的區塊鏈服務:
4141

4242
- [Blockapps](https://blockapps.net/) _透過 STRATO 平台實作企業版的 Ethereum 協定、模型和 API_
43-
- [Clearmatics](https://www.clearmatics.com/about) _區塊鏈研發公司,致力於協議以及點對點平台架構_
43+
- [ Clearmatics ](https://www.clearmatics.com/about) _區塊鏈研發公司,致力於協議以及點對點平台架構_
4444
- [PegaSys Plus](https://pegasys.tech/enterprise/) _提供與 HF Besu 相同的功能和特性的同時,額外提供聚焦於企業級應用的優點_
4545
- [Quorum](https://www.goquorum.com/) _開源區塊鏈平台,將公共以太坊社區的創新與增強功能相結合,以便滿足企業需求_
4646

@@ -50,8 +50,8 @@ sidebar: true
5050
- [Hyperledger Burrow](https://www.hyperledger.org/projects/hyperledger-burrow) _模块化区块链客户端,带有经过许可的智能合约解释器,根据以太坊虚拟机(EVM)规范而开发_
5151
- [Infura](https://infura.io/) _對以太坊和 IPFS 網絡的可擴展 API 訪問_
5252
- [Kaleido](https://kaleido.io/) _用於構建和運行跨雲、混合式企業生態系統的全棧平台_
53-
- [Autonity](https://www.clearmatics.com/about/) _實現 p2p 協議並提供客戶端軟件和基礎結構的協議套件_
54-
- [Chainstack](https://chainstack.com/) _多雲和多協議平台即服務,使企業能夠快速構建、部署和管理去中心化網絡和服務_
53+
- [ Autonity](https://www.clearmatics.com/about/) _實現 p2p 協議並提供客戶端軟件和基礎結構的協議套件_
54+
- [ Chainstack ](https://chainstack.com/) _多雲和多協議平台即服務,使企業能夠快速構建、部署和管理去中心化網絡和服務_
5555

5656
## 企業版特色 {#enterprise-features}
5757

0 commit comments

Comments
 (0)