diff --git a/app/[locale]/stablecoins/_components/stablecoins.tsx b/app/[locale]/stablecoins/_components/stablecoins.tsx
index 7e2ffe30331..1cac60805ae 100644
--- a/app/[locale]/stablecoins/_components/stablecoins.tsx
+++ b/app/[locale]/stablecoins/_components/stablecoins.tsx
@@ -19,7 +19,7 @@ import StablecoinBoxGrid from "@/components/StablecoinBoxGrid"
import StablecoinsTable from "@/components/StablecoinsTable"
import Tooltip from "@/components/Tooltip"
import Translation from "@/components/Translation"
-import { Alert } from "@/components/ui/alert"
+import { Alert, AlertEmoji } from "@/components/ui/alert"
import { ButtonLink } from "@/components/ui/buttons/Button"
import { Divider } from "@/components/ui/divider"
import { Flex, FlexProps } from "@/components/ui/flex"
@@ -403,7 +403,7 @@ const StablecoinsPage = ({ markets, marketsHasError }: Props) => {
-
+
{t("page-stablecoins-algorithmic-disclaimer")}
@@ -482,7 +482,7 @@ const StablecoinsPage = ({ markets, marketsHasError }: Props) => {
{t("page-stablecoins-types-of-stablecoin")}
-
+
{t("page-stablecoins-research-warning-title")}
diff --git a/app/[locale]/staking/deposit-contract/_components/deposit-contract.tsx b/app/[locale]/staking/deposit-contract/_components/deposit-contract.tsx
index 822e31f6117..e7fc343cd7a 100644
--- a/app/[locale]/staking/deposit-contract/_components/deposit-contract.tsx
+++ b/app/[locale]/staking/deposit-contract/_components/deposit-contract.tsx
@@ -14,7 +14,12 @@ import { Image } from "@/components/Image"
import MainArticle from "@/components/MainArticle"
import Tooltip from "@/components/Tooltip"
import Translation from "@/components/Translation"
-import { Alert, AlertContent, AlertDescription } from "@/components/ui/alert"
+import {
+ Alert,
+ AlertContent,
+ AlertDescription,
+ AlertEmoji,
+} from "@/components/ui/alert"
import {
Button,
ButtonLink,
@@ -399,7 +404,7 @@ const DepositContractPage = () => {
>
)}
-
+
{t("page-staking-deposit-contract-warning-2")}{" "}
diff --git a/public/content/ai-agents/index.md b/public/content/ai-agents/index.md
index 45397c087e9..d31b5f2aaab 100644
--- a/public/content/ai-agents/index.md
+++ b/public/content/ai-agents/index.md
@@ -62,7 +62,7 @@ Agents like Luna or AIXBT control their own onchain wallet ([AIXBT's wallet](htt
During Luna's X social campaign #LunaMuralChallenge, Luna selected and rewarded the winners via her Base wallet — marking the first instance of an AI hiring humans for crypto reward.
-
+
Good to know
AI agents and related tools are still in early development and very experimental—use with caution.
diff --git a/public/content/bridges/index.md b/public/content/bridges/index.md
index 7061b281881..cae057a496c 100644
--- a/public/content/bridges/index.md
+++ b/public/content/bridges/index.md
@@ -60,7 +60,7 @@ If you have ETH on Ethereum Mainnet and you want to explore an alt L1 to try out
Let’s say you want to own native Bitcoin (BTC), but you only have funds on Ethereum Mainnet. To gain exposure to BTC on Ethereum, you can buy Wrapped Bitcoin (WBTC). However, WBTC is an [ERC-20](/glossary/#erc-20) token native to the Ethereum network, which means it’s an Ethereum version of Bitcoin and not the original asset on the Bitcoin blockchain. To own native BTC, you would have to bridge your assets from Ethereum to Bitcoin using a bridge. This will bridge your WBTC and convert it into native BTC. Alternatively, you might own BTC and want to use it in Ethereum [DeFi](/glossary/#defi) protocols. This would require bridging the other way, from BTC to WBTC which can then be used as an asset on Ethereum.
-
+
You can also do all of the above using a centralized exchange. However, unless your funds are already on an exchange, it would involve multiple steps, and you’d likely be better off using a bridge.
diff --git a/public/content/contributing/translation-program/how-to-translate/index.md b/public/content/contributing/translation-program/how-to-translate/index.md
index 6e8a915b641..a38b9adb28e 100644
--- a/public/content/contributing/translation-program/how-to-translate/index.md
+++ b/public/content/contributing/translation-program/how-to-translate/index.md
@@ -79,7 +79,7 @@ Want to learn more? Feel free to check out the [documentation on using the Crowd
Once you've completed the translation (i.e. all files for a content bucket display 100%), our professional translation service will review (and potentially edit) the content. Once the review is complete (i.e. review progress is 100%), we will add it to the website.
-
+
Please do not use machine translation to translate the project. All the translations will be reviewed before being added to the website. If your suggested translations are found to be machine translated, they will be dismissed and contributors who use machine translation often will be removed from the project.
diff --git a/public/content/defi/index.md b/public/content/defi/index.md
index dc2a31a4a76..b17eceaca11 100644
--- a/public/content/defi/index.md
+++ b/public/content/defi/index.md
@@ -65,7 +65,7 @@ Ethereum builds on this. Like Bitcoin, the rules can't change on you and everyon
This sounds odd... "why would I want to program my money"? However, this is more just a default feature of tokens on Ethereum. Anyone can program logic into payments. So you can get the control and security of Bitcoin mixed with the services provided by financial institutions. This lets you do things with cryptocurrencies that you can't do with Bitcoin like lending and borrowing, scheduling payments, investing in index funds and more.
-
+
Explore our suggestions for DeFi applications to try out if you're new to Ethereum.
diff --git a/public/content/developers/docs/consensus-mechanisms/pow/index.md b/public/content/developers/docs/consensus-mechanisms/pow/index.md
index 14ff4e21695..a786d42a973 100644
--- a/public/content/developers/docs/consensus-mechanisms/pow/index.md
+++ b/public/content/developers/docs/consensus-mechanisms/pow/index.md
@@ -7,7 +7,7 @@ lang: en
The Ethereum network began by using a consensus mechanism that involved **[Proof-of-work (PoW)](/developers/docs/consensus-mechanisms/pow)**. This allowed the nodes of the Ethereum network to agree on the state of all information recorded on the Ethereum blockchain and prevented certain kinds of economic attacks. However, Ethereum switched off proof-of-work in 2022 and started using [proof-of-stake](/developers/docs/consensus-mechanisms/pos) instead.
-
+
Proof-of-work has now been deprecated. Ethereum no longer uses proof-of-work as part of its consensus mechanism. Instead, it uses proof-of-stake. Read more on proof-of-stake and staking.
diff --git a/public/content/developers/docs/consensus-mechanisms/pow/mining/index.md b/public/content/developers/docs/consensus-mechanisms/pow/mining/index.md
index c049513e469..423aec55da6 100644
--- a/public/content/developers/docs/consensus-mechanisms/pow/mining/index.md
+++ b/public/content/developers/docs/consensus-mechanisms/pow/mining/index.md
@@ -5,7 +5,7 @@ lang: en
---
-
+
Proof-of-work is no longer underlying Ethereum's consensus mechanism, meaning mining has been switched off. Instead, Ethereum is secured by validators who stake ETH. You can start staking your ETH today. Read more on The Merge, proof-of-stake, and staking. This page is for historical interest only.
diff --git a/public/content/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/ethash/index.md b/public/content/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/ethash/index.md
index 6fa2436a3ca..5cd018d6ca9 100644
--- a/public/content/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/ethash/index.md
+++ b/public/content/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/ethash/index.md
@@ -5,7 +5,7 @@ lang: en
---
-
+
Ethash was Ethereum's proof-of-work mining algorithm. Proof-of-work has now been **switched off entirely** and Ethereum is now secured using proof-of-stake instead. Read more on The Merge, proof-of-stake and staking. This page is for historical interest!
diff --git a/public/content/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/index.md b/public/content/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/index.md
index d9e130f6d7a..3cdbd2d583c 100644
--- a/public/content/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/index.md
+++ b/public/content/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/index.md
@@ -5,7 +5,7 @@ lang: en
---
-
+
Proof-of-work is no longer underlying Ethereum's consensus mechanism, meaning mining has been switched off. Instead, Ethereum is secured by validators who stake ETH. You can start staking your ETH today. Read more on The Merge, proof-of-stake, and staking. This page is for historical interest only.
diff --git a/public/content/energy-consumption/index.md b/public/content/energy-consumption/index.md
index f5d08d6fd16..59edc7f7b12 100644
--- a/public/content/energy-consumption/index.md
+++ b/public/content/energy-consumption/index.md
@@ -62,7 +62,7 @@ While Ethereum's energy consumption is very low, there is also a substantial, gr
Web3 native public goods funding platforms such as [Gitcoin](https://gitcoin.co) run climate rounds to stimulate environmentally conscious building on Ethereum's application layer. Through the development of these initiatives (and others, e.g. [DeSci](/desci/)), Ethereum is becoming an environmentally and socially net-positive technology.
-
+
If you think this page can be made more accurate, please raise an issue or PR. The stats on this page are estimates based on publicly available data - they do not represent an official statement or promise from the ethereum.org team, or the Ethereum Foundation.
diff --git a/public/content/guides/how-to-create-an-ethereum-account/index.md b/public/content/guides/how-to-create-an-ethereum-account/index.md
index 03cb0ad0b0c..dfaa2ed2509 100644
--- a/public/content/guides/how-to-create-an-ethereum-account/index.md
+++ b/public/content/guides/how-to-create-an-ethereum-account/index.md
@@ -41,7 +41,7 @@ Some apps will request you to save a secret "recovery phrase" (sometimes called
-
+
Wallet installed?
Learn how to use it.
diff --git a/public/content/guides/how-to-revoke-token-access/index.md b/public/content/guides/how-to-revoke-token-access/index.md
index d864ff2d077..91e9df4c6e0 100644
--- a/public/content/guides/how-to-revoke-token-access/index.md
+++ b/public/content/guides/how-to-revoke-token-access/index.md
@@ -48,7 +48,7 @@ We advise you to refresh the revoking tool after a few minutes and connect your
-
+
Want to learn more?
diff --git a/public/content/guides/how-to-swap-tokens/index.md b/public/content/guides/how-to-swap-tokens/index.md
index 4637df812a2..8c4e2b77ac6 100644
--- a/public/content/guides/how-to-swap-tokens/index.md
+++ b/public/content/guides/how-to-swap-tokens/index.md
@@ -51,7 +51,7 @@ You will automatically receive the swapped tokens in your wallet once the transa
-
+
Want to learn more?
diff --git a/public/content/guides/how-to-use-a-bridge/index.md b/public/content/guides/how-to-use-a-bridge/index.md
index 1701d1f1424..7df26d4eccb 100644
--- a/public/content/guides/how-to-use-a-bridge/index.md
+++ b/public/content/guides/how-to-use-a-bridge/index.md
@@ -53,7 +53,7 @@ You can use [chainlist.org](http://chainlist.org) to find the network's RPC deta
-
+
Want to learn more?
diff --git a/public/content/guides/how-to-use-a-wallet/index.md b/public/content/guides/how-to-use-a-wallet/index.md
index 369ae8767ec..14928c0d723 100644
--- a/public/content/guides/how-to-use-a-wallet/index.md
+++ b/public/content/guides/how-to-use-a-wallet/index.md
@@ -65,7 +65,7 @@ Your address will be the same in all Ethereum projects. You do not need to regis
-
+
Want to learn more?
diff --git a/public/content/nft/index.md b/public/content/nft/index.md
index 27660fba524..c1309f74a1d 100644
--- a/public/content/nft/index.md
+++ b/public/content/nft/index.md
@@ -56,7 +56,7 @@ NFTs are used for many things, including:
Maybe you are an artist that wants to share their work using NFTs, without losing control and sacrificing your profits to intermediaries. You can create a new contract and specify the number of NFTs, their properties and a link to some specific artwork. As the artist, **you can program into the smart contract the royalties** you should be paid (e.g. transfer 5% of the sale price to the contract owner each time an NFT is transferred). You can also always prove that you created the NFTs because you own the [wallet](/glossary/#wallet) that deployed the contract. Your buyers can easily prove that they own an **authentic NFT** from your collection because their wallet [address](/glossary/#address) is associated with a token in your smart contract. They can use it across the Ethereum ecosystem, confident in its authenticity.
-
+
Explore, buy or create your own NFT art/collectibles...
diff --git a/public/content/payments/index.md b/public/content/payments/index.md
index 282326570cd..028c3689276 100644
--- a/public/content/payments/index.md
+++ b/public/content/payments/index.md
@@ -59,7 +59,7 @@ Countries like El Salvador and the Central African Republic have even adopted cr
In countries where their means of payment have been disconnected from the rest of the world, crypto-integrated payment solutions have been a huge relief. Payments of subscriptions for platforms like Netflix, Spotify, and educational courses have now been made easy through crypto payment platforms like Gnosis Pay and Paypal.
-
+
Create your Ethereum account with a wallet app today.
@@ -149,7 +149,7 @@ While fiat currencies have the advantage of widespread acceptance and stability,
From facilitating rapid disaster relief to empowering global workers, Ethereum payments are writing a new chapter in the long history of money. While challenges remain, the unique advantages offered by this technology make it an attractive option for a wide range of use cases.
-
+
Time to get your own Ethereum account.
diff --git a/public/content/prediction-markets/index.md b/public/content/prediction-markets/index.md
index 3e4a5850da3..e88c59f6578 100644
--- a/public/content/prediction-markets/index.md
+++ b/public/content/prediction-markets/index.md
@@ -51,7 +51,7 @@ There are several Ethereum-based prediction markets available. These are some of
-
+
Stay mindful of the risks
diff --git a/public/content/roadmap/beacon-chain/index.md b/public/content/roadmap/beacon-chain/index.md
index 50a7dfa564e..f25f14de140 100644
--- a/public/content/roadmap/beacon-chain/index.md
+++ b/public/content/roadmap/beacon-chain/index.md
@@ -37,7 +37,7 @@ The transition to proof-of-stake made Ethereum significantly more secure and dec
And using proof-of-stake as consensus mechanism is a foundational component for [the secure, environmentally friendly and scalable Ethereum we have now](/roadmap/vision/).
-
+
If you're interested in becoming a validator and helping secure Ethereum, learn more about staking.
diff --git a/public/content/security/index.md b/public/content/security/index.md
index 045ac5b8815..8c033b8aedc 100644
--- a/public/content/security/index.md
+++ b/public/content/security/index.md
@@ -126,7 +126,7 @@ As a general rule, staff will never communicate with you through private, unoffi
- Never communicate outside an organization's designated channels
-
+
Beware: although support-style scams commonly happen on Discord, they can also be prevalent on any chat applications where crypto discussion happens, including email.
@@ -220,7 +220,7 @@ A strong password that has been revealed in a data breach is no longer a strong
### Use a password manager {#use-password-manager}
-
+
Using a password manager takes care of creating strong, unique passwords and remembering them! We strongly recommend using one, and most of them are free!
@@ -250,7 +250,7 @@ You may sometimes be asked to authenticate your identity through unique proofs.
Using **Two-Factor Authentication (2FA)** provides an additional *security factor* for your online accounts. 2FA ensures that merely having your password is not enough to access an account. Most commonly, the second factor is a randomized 6-digit code, known as a **time-based one-time password (TOTP)**, that you can access through an authenticator app such as Google Authenticator or Authy. These work as a "something you own" factor because the seed that generates the timed code is stored on your device.
-
+
Note: Using SMS-based 2FA is susceptible to SIM jacking and is not secure. For the best security, use a service like Google Authenticator or Authy.
diff --git a/public/content/staking/withdrawals/index.md b/public/content/staking/withdrawals/index.md
index 570e3be9e3a..22cd1646e34 100644
--- a/public/content/staking/withdrawals/index.md
+++ b/public/content/staking/withdrawals/index.md
@@ -44,7 +44,7 @@ Before the Shanghai/Capella upgrade, you couldn't use or access your staked ETH.
Providing a withdrawal address is a required step for any validator account before it will be eligible to have ETH withdrawn from its balance.
-
+
Each validator account can only be assigned a single withdrawal address, one time. Once an address is chosen and submitted to the consensus layer, this cannot be undone or changed again. Double-check ownership and accuracy of the address provided before submitting.
@@ -88,7 +88,7 @@ Check out this explanation of Ethereum staking withdrawals by Finematics:
When a validator is scheduled to propose the next block, it is required to build a withdrawal queue, of up to 16 eligible withdrawals. This is done by originally starting with validator index 0, determining if there is an eligible withdrawal for this account per the rules of the protocol, and adding it to the queue if there is. The validator set to propose the following block will pick up where the last one left off, progressing in order indefinitely.
-
+
Think about an analogue clock. The hand on the clock points to the hour, progresses in one direction, doesn’t skip any hours, and eventually wraps around to the beginning again after the last number is reached.
diff --git a/public/content/translations/ar/defi/index.md b/public/content/translations/ar/defi/index.md
index 72dd3804d03..1e9841b2921 100644
--- a/public/content/translations/ar/defi/index.md
+++ b/public/content/translations/ar/defi/index.md
@@ -64,7 +64,7 @@ summaryPoint3: استنادًا إلى التكنولوجيا مفتوحة ال
يبدو هذا غريبًا... "لماذا أريد برمجة مالي"؟ ومع ذلك، فهذه مجرد ميزة افتراضية للرموز على إيثريوم. يمكن لأي شخص برمجة المنطق في المدفوعات. لذا يمكنك الحصول على تحكم وأمان عملة بيتكوين فضلاً عن الخدمات التي تقدمها المؤسسات المالية. هذا يتيح لك القيام بأشياء مع العملات الرقمية لا يمكنك القيام بها مع عملة بيتكوين مثل الإقراض والاقتراض، وجدولة المدفوعات، والاستثمار في صناديق المؤشرات والمزيد.
-
+
استكشف اقتراحاتنا لتطبيقات التمويل اللامركزي دي فاي (DeFi) التي يمكن تجربتها إذا كنت جديدًا على إيثريوم.
diff --git a/public/content/translations/ar/roadmap/beacon-chain/index.md b/public/content/translations/ar/roadmap/beacon-chain/index.md
index eaf12539453..12c996d60fb 100644
--- a/public/content/translations/ar/roadmap/beacon-chain/index.md
+++ b/public/content/translations/ar/roadmap/beacon-chain/index.md
@@ -37,7 +37,7 @@ summaryPoint3: قدمت سلسلة المنارة منطق إجماع الآرا
وقد جعل الانتقال إلى إثبات الحصة إثيريوم أكثر أمنًا ولا مركزية بالمقارنة مع إثبات العمل. وكلما زاد عدد الأشخاص الذين يشاركون في الشبكة، زادت اللامركزية وأصبحت الشبكة أكثر أمانًا ضد الهجمات.
-
+
إذا كنت مهتمًا بأن تصبح مدققًا وتساعد على تأمين الإثيريوم، فتعلم المزيد عن تجميد العملات.
diff --git a/public/content/translations/ar/staking/withdrawals/index.md b/public/content/translations/ar/staking/withdrawals/index.md
index 293e057ca90..2bfc86a09b2 100644
--- a/public/content/translations/ar/staking/withdrawals/index.md
+++ b/public/content/translations/ar/staking/withdrawals/index.md
@@ -44,7 +44,7 @@ summaryPoints:
يلزم توفير عنوان للسحب لأي حساب مدقق قبل أن يصبح مؤهلاً لسحب عملة ETH من رصيده.
-
+
يمكن تخصيص عنوان سحب واحد فقط لكل حساب مدقق ولمرة واحدة فقط. بمجرد اختيار العنوان وإرساله إلى طبقة الإجماع، لا يمكن التراجع عن هذا الإجراء أو التغيير. تحقق جيدًا من ملكية ودقة العنوان الذي تم تقديمه قبل الإرسال.
@@ -88,7 +88,7 @@ summaryPoints:
عندما يتم جدولة مدقق ما لاقتراح الكتلة المقبلة، يلزم إنشاء قائمة انتظار للسحب، تصل إلى 16 عملية سحب مؤهلة. يتم إجراء ذلك من خلال البدء في الأساس بمؤشر المدقق 0، وتحديد أن هناك سحبًا مؤهلاً لهذا الحساب وفقًا لقواعد البروتوكول أو لا، وإضافته إلى قائمة الانتظار إن وجد. سيتابع المدقق الذي تم تعيينه لاقتراح الكتلة التالية من حيث توقفت الكتلة الأخيرة، ويتقدم بالترتيب إلى أجل غير مسمى.
-
+
فكر في الساعة التناظرية. يشير عقرب الساعة إلى الساعات، يتحرك باتجاهٍ واحد ولا يتخطى أي ساعة، ويعيد دورته مرة أخرى بعد أن يصل إلى الرقم الأخير.
diff --git a/public/content/translations/ar/web3/index.md b/public/content/translations/ar/web3/index.md
index 0c4003de714..8eb674f5613 100644
--- a/public/content/translations/ar/web3/index.md
+++ b/public/content/translations/ar/web3/index.md
@@ -62,7 +62,7 @@ lang: ar
يسمح الإصدار الثالث من الويب Web3 بالملكية المباشرة من خلال [الرموز المميزة غير القابلة للاستبدال (NFTs)](/glossary/#nft). فلا أحد، ولا حتى منشئو اللعبة، لديه القدرة على نزع ملكيتك. وإذا توقفت عن اللعب، يمكنك بيع أو تداول العناصر داخل اللعبة في الأسواق المفتوحة واسترداد قيمتها.
-
+
تعرّف على المزيد عن NFTs
@@ -90,7 +90,7 @@ OnlyFans هو موقع محتوى للبالغين تم إنشاؤه بواسط
ومع ذلك، يُعرّف الناس العديد من مجتمعات الإصدار الثالث من الويب Web3 على أنها منظمات لامركزية مستقلة (DAOs). كل هذه المجتمعات لديها مستويات مختلفة من اللامركزية والأتمتة عن طريق النص البرمجي. حاليًا، نحن نستكشف ماهية المنظمات اللامركزية المستقلة (DAOs) وكيف يمكن أن تتطور في المستقبل.
-
+
Learn more about DAOs
diff --git a/public/content/translations/az/defi/index.md b/public/content/translations/az/defi/index.md
index 2d0399a3948..97228e2d2af 100644
--- a/public/content/translations/az/defi/index.md
+++ b/public/content/translations/az/defi/index.md
@@ -64,7 +64,7 @@ Ethereum bunun üzərində qurulur. Bitcoin kimi, qaydalar sizin üzərinizdə d
Bu qəribə səslənir... "Mən niyə pulumu proqramlaşdırmaq istəyim"? Bununla belə, bu daha çox Ethereum-da tokenlərin standart xüsusiyyətidir. Hər kəs məntiqi ödənişlərə proqramlaşdıra bilər. Beləliklə, Bitcoin-in nəzarətini və təhlükəsizliyini maliyyə institutları tərəfindən göstərilən xidmətlərlə qarışdıra bilərsiniz. Bu, kriptovalyutalarla Bitcoin ilə edə bilməyəcəyiniz işləri yerinə yetirməyə imkan verir, məsələn, borc vermək və borc götürmək, ödənişləri planlaşdırmaq, indeks fondlarına investisiya qoymaq və s.
-
+
Ethereum-da yenisinizsə, sınamaq məqsədilə DeFi tətbiqləri üçün təkliflərimizi araşdırın.
diff --git a/public/content/translations/be/defi/index.md b/public/content/translations/be/defi/index.md
index d7957248805..c9d743034ba 100644
--- a/public/content/translations/be/defi/index.md
+++ b/public/content/translations/be/defi/index.md
@@ -64,7 +64,7 @@ Ethereum пабудаваны на гэтым. Як і ў выпадку Біт
Гучыць дзіўна... «Навошта мне праграмаваць мае грошы»? Аднак гэта хутчэй функцыя па змоўчванню для токенаў на Ethereum. Любы можа запраграмаваць логіку ў плацяжы. Таму вы можаце атрымаць кантроль і бяспеку Біткоіна ў спалучэнні з паслугамі, якія даюць фінансавыя ўстановы. Гэта дазволіць вам здзяйсняць аперацыі з крыптавалютамі, якія вы не можаце здзяйсняць з Біткоінам, такія як крэдытаванне і запазычанне, планаванне плацяжоў, інвеставанне ў індэксныя фонды і многае іншае.
-
+
Праглядзіце нашы прапановы па дадаткам DeFi, калі вы толькі асвойваецеся ў Ethereum.
diff --git a/public/content/translations/be/nft/index.md b/public/content/translations/be/nft/index.md
index ed16e8a717b..5b47651dae5 100644
--- a/public/content/translations/be/nft/index.md
+++ b/public/content/translations/be/nft/index.md
@@ -55,7 +55,7 @@ NFT выкарыстоўваюцца для многіх рэчаў, у тым
Магчыма, вы мастак, які хоча дзяліцца сваімі працамі з дапамогай NFT, не губляючы кантролю і прыбыткаў праз аплаты пасрэднікам. Вы можаце стварыць новы кантракт і ўказаць у ім колькасць NFT, іх уласцівасці і спасылку на пэўны твор. Як мастак, **вы можаце запраграмаваць у разумным кантракце ганарар**, які вам павінен выплачвацца (напрыклад, пералічваць 5% ад цаны продажу ўладальніку кантракту кожны раз, калі NFT перадаецца). Вы таксама заўсёды можаце даказаць, што вы стварылі NFT, таму што вы валодаеце [гаманцом](/glossary/#wallet), які разгарнуў кантракт. Вашы пакупнікі могуць лёгка даказаць, што яны валодаюць **сапраўдным NFT** з вашай калекцыі, таму што [адрас](/glossary/#address) іх гаманца звязаны з токенам у вашым разумным кантракце. Яны могуць выкарыстоўваць яго ва ўсёй экасістэме Ethereum, упэўненыя ў яго сапраўднасці.
-
+
Шукайце, купляйце або стварайце ўласныя творы мастацтва NFT ці прадметы калекцыяніравання...
diff --git a/public/content/translations/be/web3/index.md b/public/content/translations/be/web3/index.md
index 829040f5d62..2e1c988109d 100644
--- a/public/content/translations/be/web3/index.md
+++ b/public/content/translations/be/web3/index.md
@@ -62,7 +62,7 @@ Web3 дае вам магчымасць валодання вашымі лічб
Web3 дазваляе прамое валоданне праз [нятоесныя токены (NFT)](/glossary/#nft). Ніхто, нават стваральнікі гульні, не маюць улады забраць у вас права валодання. І, калі вы спыніце гульню, вы можаце прадаць або абмяняць свае прадметы ў гульні на адкрытых рынках і вярнуць іх каштоўнасць.
-
+
Даведайцеся больш пра NFT
@@ -90,7 +90,7 @@ DAOs тэхнічна вызначаюцца як дамоўленасці [ра
Тым не менш, многія Web3 супольнасці вызначаюцца як DAOs. Гэтыя супольнасці маюць розныя ўзроўні дэцэнтралізацыі і аўтаматызацыі праз код. У дадзены момант мы даследуем, што такое DAOs, і як яны могуць развівацца ў будучыні.
-
+
Learn more about DAOs
diff --git a/public/content/translations/bg/roadmap/beacon-chain/index.md b/public/content/translations/bg/roadmap/beacon-chain/index.md
index ac8882ab1ed..1709d3c2970 100644
--- a/public/content/translations/bg/roadmap/beacon-chain/index.md
+++ b/public/content/translations/bg/roadmap/beacon-chain/index.md
@@ -37,7 +37,7 @@ summaryPoint3: Бийкън чейн въведе логиката на конс
След прехода към доказателство-за-залог Eтереум стана значително по-сигурен и децентрализиран в сравнение с механизма за доказателство-за-работа. Колкото повече хора участват в мрежата, толкова по-децентрализирана и защитена от атаки става тя.
-
+
Ако се интересувате от това да станете валидатор и да помогнете за защитата на Eтереум, научете повече за залагането.
diff --git a/public/content/translations/bn/defi/index.md b/public/content/translations/bn/defi/index.md
index 8b30d2a1281..9b5c4969bcd 100644
--- a/public/content/translations/bn/defi/index.md
+++ b/public/content/translations/bn/defi/index.md
@@ -64,7 +64,7 @@ DeFi এর সম্ভাব্যতা দেখার সর্বোত্
এটা অদ্ভুত শোনাচ্ছে... "কেন আমি আমার অর্থ প্রোগ্রাম করতে চাইব"? যাইহোক, এটি ইথেরিয়াম-এ টোকেনগুলির একটি ডিফল্ট বৈশিষ্ট্য। যে কেউ অর্থ প্রদানের মধ্যে যুক্তি প্রোগ্রাম করতে পারেন। সুতরাং আপনি আর্থিক প্রতিষ্ঠান প্রদত্ত পরিষেবাগুলোর পাশাপাশি বিটকয়েনের নিয়ন্ত্রণ এবং নিরাপত্তা পেতে পারেন। এটি আপনাকে ক্রিপ্টোকারেন্সিগুলোর সাথে এমন কিছু করতে দেয় যা আপনি বিটকয়েনের সাথে করতে পারবেন না যেমন ধার দেওয়া এবং ধার নেওয়া, অর্থ প্রদানের সময় নির্ধারণ করা, ইন্ডেক্স ফান্ডে বিনিয়োগ করা এবং আরও অনেক কিছু।
-
+
আপনি যদি ইথেরিয়াম-এ নতুন হন তবে চেষ্টা করতে DeFi অ্যাপ্লিকেশনগুলির জন্য আমাদের পরামর্শগুলি এক্সপ্লোর করুন।
diff --git a/public/content/translations/bn/staking/withdrawals/index.md b/public/content/translations/bn/staking/withdrawals/index.md
index 711b8614946..d98965fcdfa 100644
--- a/public/content/translations/bn/staking/withdrawals/index.md
+++ b/public/content/translations/bn/staking/withdrawals/index.md
@@ -44,7 +44,7 @@ Shanghai/Capella আপগ্রেডের আগে, আপনি আপন
ETH এর ব্যালেন্স থেকে উত্তোলন করার যোগ্য হওয়ার আগে যেকোন ভ্যালিডেটর অ্যাকাউন্টকে একটি উত্তোলনের ঠিকানা প্রদান করতে হবে।
-
+
প্রতিটি ভ্যালিডেটর অ্যাকাউন্টে একবার শুধুমাত্র একটি উত্তোলনের ঠিকানা বরাদ্দ করা যাবে। একবার একটি ঠিকানা বেছে নেওয়া হলে এবং কনসেনসাস লেভেলে জমা দেওয়া হলে, এটি পূর্বাবস্থায় ফেরানো বা পরিবর্তন করা যাবে না। জমা দেওয়ার আগে প্রদত্ত ঠিকানার মালিকানা এবং যথার্থতা দুবার চেক করুন।
@@ -88,7 +88,7 @@ Shanghai/Capella আপগ্রেড পূর্বে স্টেক কর
যখন একজন ভ্যালিডেটর পরবর্তী ব্লকের প্রস্তাব করার জন্য নির্ধারিত হন, তখন 16টি যোগ্য উত্তোলনের জন্য একটি উত্তোলন সারি তৈরি করতে হবে। এটি মূলত ভ্যালিডেটর ইনডেক্স 0 দিয়ে শুরু করে, প্রোটোকলের নিয়ম অনুসারে এই অ্যাকাউন্টের জন্য একটি যোগ্য উত্তোলন আছে কিনা তা নির্ধারণ করে এবং যদি থাকে তবে এটিকে সারিতে যোগ করে করা হয়। নিম্নোক্ত ব্লকটি প্রস্তাব করার জন্য সেট করা যাচাইকারী শেষটি যেখানে ছেড়ে গেছে সেখানেই উঠবে, অনির্দিষ্টকালের জন্য অগ্রসর হবে।
-
+
একটি এনালগ ঘড়ি সম্পর্কে চিন্তা করুন। ঘড়ির কাঁটা ঘণ্টার দিকে নির্দেশ করে, এক দিকে অগ্রসর হয়, কোনো ঘন্টা এড়িয়ে যায় না এবং শেষ সংখ্যায় পৌঁছানোর পরে আবার শুরু থেকে শুরু করে।
diff --git a/public/content/translations/ca/defi/index.md b/public/content/translations/ca/defi/index.md
index c641fc1a0c9..89254126652 100644
--- a/public/content/translations/ca/defi/index.md
+++ b/public/content/translations/ca/defi/index.md
@@ -64,7 +64,7 @@ Ethereum desenvolupa tot això. Com Bitcoin, les regles no es poden canviar i to
Sona estrany... «per què he de voler programar els meus diners»? En tot cas, aquesta és una característica per defecte dels tókens a Ethereum. Tothom pot programar lògica en els pagaments. Així teniu el control i la seguretat de Bitcoin juntament amb els serveis que proporcionen les institucions financeres. Això permet que feu coses amb criptomonedes que no podeu fer amb Bitcoin, com prestar i endeutar-te, programar pagaments, invertir en índexs, fons i altres.
-
+
Exploreu els nostres suggeriments d'aplicacions DeFi per provar-les, si sou novells a Ethereum.
diff --git a/public/content/translations/ca/energy-consumption/index.md b/public/content/translations/ca/energy-consumption/index.md
index f62e000879b..a43e95b0918 100644
--- a/public/content/translations/ca/energy-consumption/index.md
+++ b/public/content/translations/ca/energy-consumption/index.md
@@ -62,7 +62,7 @@ _També hem de tenir en compte que Ethereum no està limitat a simples transacci
Mentre que el consum energètic d'Ethereum històricament ha estat substancial, hi ha hagut una gran inversió en temps de desenvolupament i intel·lecte en la transició des d'una validació de bloc més àvida d'energia a una més energèticament eficient. Citant [Bankless](http://podcast.banklesshq.com/), la millor forma de reduir l'energia consumida mitjançant la prova de treball és simplement «desconectant-la», que és l'aproximació que Ethereum s'ha proposat fer.
-
+
Si creieu que aquestes afirmacions són incorrectes o poden ser més exactes, plantegeu un problema o una PR. Són estimacions fetes per l'equip d'ethereum.org utilitzant informació accessible públicament i l'actual mapa d'Ethereum. Aquestes afirmacions no representen una promesa oficial des de la Fundació Ethereum.
diff --git a/public/content/translations/ca/nft/index.md b/public/content/translations/ca/nft/index.md
index cffdcfb20ff..a0d798be2c9 100644
--- a/public/content/translations/ca/nft/index.md
+++ b/public/content/translations/ca/nft/index.md
@@ -55,7 +55,7 @@ Els NFT són útils per a moltes coses, com ara:
Potser sou un artista i voleu compartir la vostra obra utilitzant els NFT, sense perdre'n el control ni sacrificant els vostres beneficis en favor dels intermediaris. Podeu crear un nou contracte i especificar el número d'NFT, les seves propietats i un enllaç a alguna obra d'art específica. Com a artista, **podeu programar dins el contracte intel·ligent els drets d'autor** que hauríeu de pagar (p. ex. transferir el 5 % del preu de venda al propietari del contracte cada vegada que es transfereix un NFT). També podeu demostrar que heu creat els NFT perquè teniu la [cartera](/glossary/#wallet) que va desplegar el contracte. Els vostres compradors poden demostrar fàcilment que posseeixen un **NFT autèntic** de la vostra col·lecció perquè l'[adreça](/glossary/#address) de la seva cartera està associada amb un testimoni en el vostre contracte intel·ligent. Poden utilitzar-ho en tot l'ecosistema Ethereum, totalment segurs de la seva autenticitat.
-
+
Exploreu, compreu o creeu els vostres propis NFT d'art o col·leccionables...
diff --git a/public/content/translations/ca/roadmap/beacon-chain/index.md b/public/content/translations/ca/roadmap/beacon-chain/index.md
index a5f0dd4ba0d..ba9e6354fe7 100644
--- a/public/content/translations/ca/roadmap/beacon-chain/index.md
+++ b/public/content/translations/ca/roadmap/beacon-chain/index.md
@@ -30,7 +30,7 @@ La cadena de balisa introduirà la [prova de participació](/developers/docs/con
Apostar i convertir-se en validador és més senzill que [minar](/developers/docs/consensus-mechanisms/pow/mining/) (la manera actual de mantenir la xarxa segura). I s'espera que això contribueixi a fer Ethereum més segur a llarg termini. Com més gent participi a la xarxa, més descentralitzada i segura serà davant dels atacs.
-
+
Si us interessa ser validador i contribuir a protegir la cadena de balisa, aquí podeu aprendre més sobre les apostes.
diff --git a/public/content/translations/ca/security/index.md b/public/content/translations/ca/security/index.md
index aa4e0b9059b..0cc726e8dfc 100644
--- a/public/content/translations/ca/security/index.md
+++ b/public/content/translations/ca/security/index.md
@@ -42,7 +42,7 @@ Una contrasenya forta no aporta molta més protecció si la contrasenya es revel
### Utilitzeu un gestor de contrasenyes {#use-password-manager}
-
+
Un gestor de contrasenyes s'encarrega de crear contrasenyes úniques i fortes i se'n recordar d'elles! Recomanem encaridament utilitzar-ne un i la majoria són gratuïts!
@@ -72,7 +72,7 @@ Per provar que sou vosaltres, hi ha proves úniques que poden utilitzar-se per a
La utilització de l'**autenticació de dos factors (2FA, per les seves sigles en anglès)** aporta un _factor de seguretat_ adicional per als vostres comptes en línia perquè només conèixer la vostra contrasenya (alguna cosa que només vosaltres sabeu) no sigui suficient per accedir al vostre compte. En la majoria dels casos, el segon factor és un codi de sis dígits aleatori, conegut com a **contrasenya temporal d'un sol ús (TOTP, per les seves sigles en anglès)**, la qual podeu obtenir mitjançant una aplicació d'autentificació com ara Google Authenticator o Authy. Funciona com a factor d'«alguna cosa que només vosaltres coneixeu», ja que la llavor que genera el codi temporal està emmagatzemada en el vostre dispositiu.
-
+
Nota: L'ús d'un 2FA basat en SMS és susceptible de
@@ -211,7 +211,7 @@ Com a norma general, el personal no es comunicarà mai a través de canals priva
- Nos us comuniqueu mai amb cap canal extern que no sigui designat per les organitzacions
-
+
Atenció: encara que les estafes del tipus suport tinguin lloc generalment al Discord, també es poden donar en qualsevol aplicació de xat on hi hagi discussions sobre criptomonedes, incloent-hi el correu electrònic.
diff --git a/public/content/translations/cs/beacon-chain/index.md b/public/content/translations/cs/beacon-chain/index.md
index c5d5e179ccb..7ef0ea3d1ff 100644
--- a/public/content/translations/cs/beacon-chain/index.md
+++ b/public/content/translations/cs/beacon-chain/index.md
@@ -35,7 +35,7 @@ Přechod na Ethereum založené na důkazu podílem významně zabezpečil a dec
Použití Důkazu podílem jako mechanismu konsenzu je navíc základním stavebním kamenem [bezpečného, ekologického a škálovatelného Etherea, které máme v současné době](/roadmap/vision/).
-
+
Pokud se chcete stát validátorem a pomoci zabezpečit Ethereum, zjistěte více o uzamčení.
diff --git a/public/content/translations/cs/bridges/index.md b/public/content/translations/cs/bridges/index.md
index cc97902f7a4..9d76e153914 100644
--- a/public/content/translations/cs/bridges/index.md
+++ b/public/content/translations/cs/bridges/index.md
@@ -60,7 +60,7 @@ Máte-li ETH na hlavní síti Ethereum a chcete prozkoumat alternativní L1 bloc
Představte si, že si chcete koupit Bitcoin (BTC), ale máte peníze pouze na hlavní síti Ethereum. Abyste získali BTC zastoupený na Ethereu, můžete si koupit Wrapped Bitcoin (WBTC). WBTC je ale token [ERC-20](/glossary/#erc-20) nativní pro síť Ethereum, což znamená, že jde o verzi Bitcoinu na Ethereu a nikoli o BTC na blockchainu Bitcoin. Abyste mohli vlastnit původní BTC, musíte svá aktiva převést z Etherea na Bitcoin pomocí přemostění. Tímto způsobem převedete svůj WBTC na BTC. Alternativně můžete vlastnit BTC a chtít jej použít v protokolech [DeFi](/glossary/#defi) na Ethereu. To by vyžadovalo přemostění opačným směrem, tedy z BTC na WBTC, který lze pak použít jako aktivum na Ethereu.
-
+
Všechny tyto operace můžete provést také prostřednictvím centralizované burzy. Ale pokud vaše prostředky ještě na burze nejsou, zahruje taková operace vícero kroků, a pravděpodobně bude jednodušší použít přemostění.
diff --git a/public/content/translations/cs/contributing/translation-program/how-to-translate/index.md b/public/content/translations/cs/contributing/translation-program/how-to-translate/index.md
index 8178a62015c..3f47966a4f7 100644
--- a/public/content/translations/cs/contributing/translation-program/how-to-translate/index.md
+++ b/public/content/translations/cs/contributing/translation-program/how-to-translate/index.md
@@ -77,7 +77,7 @@ Chcete se dozvědět více? Neváhejte a podívejte se na [dokumentaci k použí
Jakmile dokončíte překlad (tj. všechny soubory pro obsahový blok ukazují 100 %), náš profesionální překladatelský servis obsah zkontroluje (a případně upraví). Jakmile je kontrola dokončena (tj. pokrok kontroly je 100 %), přidáme ho na web.
-
+
Prosím, nepoužívejte strojový překlad. Všechny překlady budou před přidáním na web zkontrolovány. Pokud zjistíme, že vaše navržené překlady jsou strojové, budou odmítnuty a přispěvatelé, kteří často používají strojový překlad, budou z projektu odstraněni.
diff --git a/public/content/translations/cs/defi/index.md b/public/content/translations/cs/defi/index.md
index 8cecda4edf3..41b111d6013 100644
--- a/public/content/translations/cs/defi/index.md
+++ b/public/content/translations/cs/defi/index.md
@@ -64,7 +64,7 @@ Na tom Ethereum staví. Stejně jako u Bitcoinu se pravidla nemohou změnit a p
Zní to zvláštně... "Proč bych chtěl programovat své peníze"? Toto je však více než výchozí funkce tokenů na Ethereu. Každý může naprogramovat logiku do plateb. Takže můžete získat kontrolu a bezpečnost Bitcoinu v kombinaci se službami poskytovanými finančními institucemi. Díky tomu můžete s kryptoměnami dělat věci, které s Bitcoinem dělat nemůžete, jako je půjčování a vypůjčování, plánování plateb, investování do indexových fondů a další.
-
+
Prozkoumejte naše návrhy pro DeFi aplikace a vyzkoušet je, pokud jste v Ethereu noví.
diff --git a/public/content/translations/cs/energy-consumption/index.md b/public/content/translations/cs/energy-consumption/index.md
index 5c1a40df834..abbd73832ae 100644
--- a/public/content/translations/cs/energy-consumption/index.md
+++ b/public/content/translations/cs/energy-consumption/index.md
@@ -62,7 +62,7 @@ Zatímco spotřeba energie Etherea je velmi nízká, existuje také významné,
Nativní platformy pro financování veřejných statků fungujících na principech web3, jako je [Gitcoin](https://gitcoin.co) mají i kola zaměřená na ochranu klimatu, díky čemuž stimulují ekologicky uvědomělý rozvoj na aplikační vrstvě Etherea. Prostřednictvím rozvoje těchto iniciativ (a dalších, např. [DeSci](/desci/)), se Ethereum stává environmentálně a sociálně pozitivní technologií.
-
+
Pokud si myslíte, že by tato stránka mohla být přesnější, založze prosím issue nebo PR. Statistiky na této stránce jsou odhady založené na veřejně dostupných datech – nepředstavují oficiální prohlášení nebo příslib týmu ethereum.org nebo Ethereum Foundation.
diff --git a/public/content/translations/cs/nft/index.md b/public/content/translations/cs/nft/index.md
index 6eb229a664d..c09fcc42eba 100644
--- a/public/content/translations/cs/nft/index.md
+++ b/public/content/translations/cs/nft/index.md
@@ -56,7 +56,7 @@ NFT se používají pro spoustu věcí, mezi které patří:
Možná jste umělec, který chce zveřejnit svou práci pomocí NFT, aniž by ztratil kontrolu a přišel o své zisky kvůli prostředníkům. Můžete vytvořit nový kontrakt a zadat počet NFT, jejich vlastnosti a přidat odkaz na konkrétní umělecké dílo. Jako umělec **můžete do chytrého kontraktu naprogramovat licenční poplatky**, které by vám měly být vyplaceny (např. 5 % z prodejní ceny, což je vlastníkovi kontraktu vyplaceno pokaždé, když je NFT převedeno na novou adresu). Vždy také můžete prokázat, že jste toto NFT vytvořili, protože vlastníte [peněženku](/glossary/#wallet), která kontrakt vytvořila. Kupující mohou snadno prokázat, že vlastní **autentické NFT** z vaší kolekce, protože [adresa](/glossary/#address) jejich peněženky je spojena s tokenem ve vašem chytrém kontraktu. Mohou jej používat v celém ekosystému Etherea a jsou si jisti jeho pravostí.
-
+
Prozkoumejte, kupte nebo si vytvořte vlastní NFT umění...
diff --git a/public/content/translations/cs/staking/withdrawals/index.md b/public/content/translations/cs/staking/withdrawals/index.md
index aaa5793889a..5d1904313f9 100644
--- a/public/content/translations/cs/staking/withdrawals/index.md
+++ b/public/content/translations/cs/staking/withdrawals/index.md
@@ -44,7 +44,7 @@ Před upgradem Shanghai/Capella jste nemohli používat svůj vsazený ETH ani k
Poskytnutí adresy pro výběr je povinným krokem pro jakýkoli účet validátoru, než bude mít nárok na výběr ETH ze svého zůstatku.
-
+
Každému účtu validátoru lze přiřadit pouze jednu adresu pro výběr, a to jednou. Jakmile je adresa vybrána a odeslána do konsensuální vrstvy, nelze to vrátit zpět ani znovu změnit. Před odesláním znovu zkontrolujte vlastnictví a správnost poskytnuté adresy.
@@ -88,7 +88,7 @@ Podívejte se na toto vysvětlení výběrů z vkladů Ethereum od Finematics:
Když je naplánováno, že validátor navrhne další blok, je nutné sestavit frontu pro výběr až 16 způsobilých výběrů. To se provádí tak, že se původně začne s indexem validátoru 0, určí se, zda pro tento účet existuje způsobilý výběr podle pravidel protokolu, a pokud ano, přidá se do fronty. Validátor nastavený tak, aby navrhoval následující blok, bude pokračovat tam, kde skončil poslední, přičemž postupuje v pořadí neomezeně dlouho.
-
+
Představte si analogové hodiny. Ručička na hodinách ukazuje na hodinu, postupuje jedním směrem, nepřeskakuje žádné hodiny a nakonec se po dosažení posledního čísla opět přetočí na začátek.
diff --git a/public/content/translations/cs/web3/index.md b/public/content/translations/cs/web3/index.md
index 4ebd89ed558..f35359cad8f 100644
--- a/public/content/translations/cs/web3/index.md
+++ b/public/content/translations/cs/web3/index.md
@@ -62,7 +62,7 @@ Web3 vám umožňuje vlastnit vaše digitální aktiva dosud nevídaným způsob
Web3 umožňuje přímé vlastnictví prostřednictvím [nezaměnitelných tokenů (NFT)](/glossary/#nft). Nikdo, ani tvůrci hry, nemají moc vás vlastnictví zbavit. A pokud přestanete hrát, můžete své herní předměty prodat nebo vyměnit na veřejně přístupných tržištíích a získat tak zpět prostředky, které jste vynaložili na jejich pořízení.
-
+
Další informace o NFT
@@ -90,7 +90,7 @@ DAO jsou technicky definovány jako [chytré kontrakty](/glossary/#smart-contrac
Lidé definují spoustu Web3 komunit jako DAO. Všechny tyto komunity mají různé úrovně decentralizace a automatizace v závislosti na kódu. V současné době jsme ve fázi výzkumu, co DAO jsou a jak by se mohly v budoucnu vyvíjet.
-
+
Více o DAO
diff --git a/public/content/translations/cs/withdrawals/index.md b/public/content/translations/cs/withdrawals/index.md
index aaa5793889a..5d1904313f9 100644
--- a/public/content/translations/cs/withdrawals/index.md
+++ b/public/content/translations/cs/withdrawals/index.md
@@ -44,7 +44,7 @@ Před upgradem Shanghai/Capella jste nemohli používat svůj vsazený ETH ani k
Poskytnutí adresy pro výběr je povinným krokem pro jakýkoli účet validátoru, než bude mít nárok na výběr ETH ze svého zůstatku.
-
+
Každému účtu validátoru lze přiřadit pouze jednu adresu pro výběr, a to jednou. Jakmile je adresa vybrána a odeslána do konsensuální vrstvy, nelze to vrátit zpět ani znovu změnit. Před odesláním znovu zkontrolujte vlastnictví a správnost poskytnuté adresy.
@@ -88,7 +88,7 @@ Podívejte se na toto vysvětlení výběrů z vkladů Ethereum od Finematics:
Když je naplánováno, že validátor navrhne další blok, je nutné sestavit frontu pro výběr až 16 způsobilých výběrů. To se provádí tak, že se původně začne s indexem validátoru 0, určí se, zda pro tento účet existuje způsobilý výběr podle pravidel protokolu, a pokud ano, přidá se do fronty. Validátor nastavený tak, aby navrhoval následující blok, bude pokračovat tam, kde skončil poslední, přičemž postupuje v pořadí neomezeně dlouho.
-
+
Představte si analogové hodiny. Ručička na hodinách ukazuje na hodinu, postupuje jedním směrem, nepřeskakuje žádné hodiny a nakonec se po dosažení posledního čísla opět přetočí na začátek.
diff --git a/public/content/translations/de/bridges/index.md b/public/content/translations/de/bridges/index.md
index 4c7e95785b5..18b5426f584 100644
--- a/public/content/translations/de/bridges/index.md
+++ b/public/content/translations/de/bridges/index.md
@@ -60,7 +60,7 @@ Wenn Sie ETH auf dem Ethereum-Hauptnetzwerk haben und ein alternatives L1 erkund
Nehmen wir an, Sie möchten native Bitcoin (BTC) besitzen, aber Sie haben nur Geld auf dem Ethereum-Hauptnetzwerk. Um Bitcoin auf Ethereum zu besitzen, können Sie Wrapped Bitcoin (WBTC) kaufen. Jedoch ist WBTC ein [ERC-20](/glossary/#erc-20)-Token, das im Ethereum-Netzwerk nativ ist, d. h. es ist eine Ethereum-Version von Bitcoin und nicht das originale Asset auf der Bitcoin-Blockchain. Um ursprüngliche BTC zu besitzen, muss eine Brücke zwischen Ethereum und Bitcoin genutzt werden. Mit dieser Brücke lässt sich WBTC in ursprüngliche BTC umwandeln. Alternativ besitzen Sie vielleicht BTC und möchten diese in Ethereum-[DeFi](/glossary/#defi)-Protokollen nutzen. Dann müssten Sie Ihre BTC in WBTC umwandeln, welche Sie dann als Vermögenswert in Ethereum nutzen können.
-
+
Sie können all dies auch mit zentralisierten Krypto-Börsen tun. Wenn Ihr Guthaben jedoch nicht bereits auf einer Krypto-Börse ist, würde dies mehrere Schritte erfordern, und es wäre wahrscheinlich besser, eine Brücke zu benutzen.
diff --git a/public/content/translations/de/contributing/index.md b/public/content/translations/de/contributing/index.md
index 496042f941f..3c98d599e9c 100644
--- a/public/content/translations/de/contributing/index.md
+++ b/public/content/translations/de/contributing/index.md
@@ -9,7 +9,7 @@ lang: de
Die ethereum.org-Website, wie Ethereum im Großen und Ganzen, ist ein Open-Source-Projekt. Möchten Sie helfen, [den Zugang zu Ethereum zu verbessern](/about/), dann finden Sie hier Informationen, was Sie tun können.
-
+
Beanspruchen Sie Ihren POAP-Token an. Haben Sie 2022 einen Beitrag zu ethereum.org geleistet, dann wartet ein einzigartiger POAP auf Sie.{" "}Mehr zu POAPs.
diff --git a/public/content/translations/de/contributing/translation-program/how-to-translate/index.md b/public/content/translations/de/contributing/translation-program/how-to-translate/index.md
index 1f2d7ce72e9..d6d67784371 100644
--- a/public/content/translations/de/contributing/translation-program/how-to-translate/index.md
+++ b/public/content/translations/de/contributing/translation-program/how-to-translate/index.md
@@ -77,7 +77,7 @@ Möchten Sie mehr erfahren? Sehen Sie sich die [Dokumentation zur Verwendung des
Sobald Sie die Übersetzung abgeschlossen haben (d.h. alle Dateien für einen Inhaltsbereich 100% anzeigen), wird unser professioneller Übersetzungsdienst den Inhalt überprüfen (und möglicherweise bearbeiten). Sobald die Überprüfung abgeschlossen ist (d. h. der Überprüfungsfortschritt beträgt 100%), werden wir sie zur Website hinzufügen.
-
+
Verwenden Sie keine maschinell erstellten Übersetzungen für das Projekt. Alle Übersetzungen werden vor der Veröffentlichung auf der Website überprüft. Wenn sich herausstellt, dass die von Ihnen vorgeschlagenen Übersetzungen maschinell erstellt wurden, werden sie abgelehnt und Übersetzerinnen und Übersetzer, die häufig maschinelle Übersetzungen verwenden, werden aus dem Projekt entfernt.
diff --git a/public/content/translations/de/defi/index.md b/public/content/translations/de/defi/index.md
index 2134149e62d..f03c838ab78 100644
--- a/public/content/translations/de/defi/index.md
+++ b/public/content/translations/de/defi/index.md
@@ -64,7 +64,7 @@ Darauf baut Ethereum auf. Wie bei Bitcoin, können die Regeln sich nicht ändern
Das klingt merkwürdig... „Warum würde ich mein Geld programmieren wollen?“ Das ist tatsächlich eher ein Standardmerkmal der Token auf Ethereum. Jeder kann Logik in Zahlungen programmieren. Auf diese Weise erhalten Sie die Kontrolle und Sicherheit wie bei Bitcoin in Verbindung mit Dienstleistungen, die von Finanzinstituten bereitgestellt werden. Das eröffnet Möglichkeiten für Kryptowährungen, die mit Bitcoin nicht gegeben sind, wie z. B. das Vergeben oder Beanspruchen von Krediten, Terminplanung von Zahlungen, Investitionen in Indexfonds und vieles mehr.
-
+
Machen Sie sich mit unseren Vorschlägen für DeFi-Anwendungen vertraut und testen sie, wenn Sie neu bei Ethereum sind.
diff --git a/public/content/translations/de/developers/docs/consensus-mechanisms/pow/index.md b/public/content/translations/de/developers/docs/consensus-mechanisms/pow/index.md
index 4272b482cd2..61e435351d0 100644
--- a/public/content/translations/de/developers/docs/consensus-mechanisms/pow/index.md
+++ b/public/content/translations/de/developers/docs/consensus-mechanisms/pow/index.md
@@ -7,7 +7,7 @@ lang: de
Das Ethereum-Netzwerk hat zu Beginn einen Konsensmechanismus verwendet, der **[Proof-of-Work (PoW)](/developers/docs/consensus-mechanisms/pow)** beinhaltete. Das ermöglichte es den Nodes des Ethereum-Netzwerks, sich über den Status aller auf der Ethereum-Blockchain gespeicherten Informationen zu einigen, und verhinderte bestimmte Arten von wirtschaftlichen Angriffen. 2022 hat Ethereum jedoch Proof-of-Work abgeschaltet und stattdessen begonnen, [Proof-of-Stake](/developers/docs/consensus-mechanisms/pos) zu verwenden.
-
+
Proof-of-Work ist inzwischen veraltet. Ethereum verwendet Proof-of-Work nicht mehr als Teil seines Konsensmechanismus. Stattdessen nutzt Ethereum Proof-of-Stake. Lesen Sie mehr über Proof-of-Stake und Staking.
diff --git a/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/index.md b/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/index.md
index f4aaaefbf19..c015f445a5a 100644
--- a/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/index.md
+++ b/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/index.md
@@ -5,7 +5,7 @@ lang: de
---
-
+
Proof-of-Work ist nicht mehr der zugrunde liegende Konsensmechanismus von Ethereum, was bedeutet, dass das Mining ausgeschaltet wurde. Stattdessen wird Ethereum von Validatoren gesichert, die ETH staken. Du kannst schon heute mit dem Staking deiner ETH beginnen. Lese mehr dazu unter den Merge, Proof-of-Stake, und Staking. Diese Seite dient ausschließlich zu Archivierungszwecken, um Ereignisse rund um Ethereum zu dokumentieren.
diff --git a/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/ethash/index.md b/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/ethash/index.md
index 3dad52a18c6..96f704e041e 100644
--- a/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/ethash/index.md
+++ b/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/ethash/index.md
@@ -5,7 +5,7 @@ lang: de
---
-
+
Ethash war der Proof-of-Work-Mining-Algorithmus von Ethereum. Proof-of-work wurde nun **komplett abgeschaltet** und Ethereum wird jetzt stattdessen durch Proof-of-Stake gesichert. Lesen Sie mehr über die Zusammenführung, Proof-of-Stake und Staking. Diese Seite dient dem geschichtlichen Interesse!
diff --git a/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/index.md b/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/index.md
index b0d2a13eaa6..b7edea0d218 100644
--- a/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/index.md
+++ b/public/content/translations/de/developers/docs/consensus-mechanisms/pow/mining/mining-algorithms/index.md
@@ -5,7 +5,7 @@ lang: de
---
-
+
Proof-of-work ist nicht länger Ethereums Konsensmechanismus. Dies bedeutet, dass das Minen abgeschaltet wurde. Ethereum wird stattdessen durch Validatoren gesichert, die ETH einsetzen. Sie können schon heute mit dem Staking von ETH beginnen. Lese mehr dazu unter den Merge, Proof-of-Stake, und Staking. Diese Seite dient ausschließlich dem geschichtlichen Interesse.
diff --git a/public/content/translations/de/energy-consumption/index.md b/public/content/translations/de/energy-consumption/index.md
index e60ac93b0ab..8330734144e 100644
--- a/public/content/translations/de/energy-consumption/index.md
+++ b/public/content/translations/de/energy-consumption/index.md
@@ -62,7 +62,7 @@ Aufgrund des äußerst niedrigen Energieverbrauchs von Ethereum gibt es auch ein
Native Web3-Finanzierungsplattformen für öffentliche Güter wie [Gitcoin](https://gitcoin.co) führen Klimarunden durch, um ein umweltbewusstes Bauen auf der Anwendungsebene von Ethereum zu fördern. Durch die Entwicklung dieser Initiativen (und anderen wie etwa [DeSci](/desci/)) wird Ethereum zu einer Technologie, die sowohl ökologisch als auch sozial einen positiven Beitrag leistet.
-
+
Wenn Sie denken, dass diese Seite präziser gestaltet werden kann, erstellen Sie bitte eine Anfrage oder einen Beitrag. Die Statistiken auf dieser Seite sind Schätzungen auf der Grundlage öffentlich verfügbarer Daten. Sie stellen keine offizielle Aussage oder Versprechen des ethereum.org-Teams oder der Ethereum Foundation dar.
diff --git a/public/content/translations/de/guides/how-to-create-an-ethereum-account/index.md b/public/content/translations/de/guides/how-to-create-an-ethereum-account/index.md
index 3dd15207710..2ab5a809e22 100644
--- a/public/content/translations/de/guides/how-to-create-an-ethereum-account/index.md
+++ b/public/content/translations/de/guides/how-to-create-an-ethereum-account/index.md
@@ -41,7 +41,7 @@ Einige Apps werden Sie auffordern, eine geheime „Wiederherstellungsphrase“ (
-
+
Wallet installiert?
Erfahren Sie, wie Sie sie benutzen.
diff --git a/public/content/translations/de/guides/how-to-revoke-token-access/index.md b/public/content/translations/de/guides/how-to-revoke-token-access/index.md
index 9cb9ebfbd0a..3d09ecbd30f 100644
--- a/public/content/translations/de/guides/how-to-revoke-token-access/index.md
+++ b/public/content/translations/de/guides/how-to-revoke-token-access/index.md
@@ -48,7 +48,7 @@ Wir empfehlen Ihnen, das Widerrufs-Tool nach einigen Minuten zu aktualisieren un
-
+
Möchten Sie mehr erfahren?
diff --git a/public/content/translations/de/guides/how-to-swap-tokens/index.md b/public/content/translations/de/guides/how-to-swap-tokens/index.md
index f285ca88d10..411031abfc0 100644
--- a/public/content/translations/de/guides/how-to-swap-tokens/index.md
+++ b/public/content/translations/de/guides/how-to-swap-tokens/index.md
@@ -50,7 +50,7 @@ Sie werden die getauschten Token automatisch in Ihrer Krypto-Wallet erhalten, we
-
+
Möchten Sie mehr erfahren?
diff --git a/public/content/translations/de/guides/how-to-use-a-bridge/index.md b/public/content/translations/de/guides/how-to-use-a-bridge/index.md
index 1787d229750..2e93ec54cd2 100644
--- a/public/content/translations/de/guides/how-to-use-a-bridge/index.md
+++ b/public/content/translations/de/guides/how-to-use-a-bridge/index.md
@@ -53,7 +53,7 @@ Sie können [chainlist.org](http://chainlist.org) verwenden, um die RPC-Details
-
+
Möchten Sie mehr erfahren?
diff --git a/public/content/translations/de/guides/how-to-use-a-wallet/index.md b/public/content/translations/de/guides/how-to-use-a-wallet/index.md
index d6df3a6bd20..c1f3a74aba9 100644
--- a/public/content/translations/de/guides/how-to-use-a-wallet/index.md
+++ b/public/content/translations/de/guides/how-to-use-a-wallet/index.md
@@ -63,7 +63,7 @@ Ihre Adresse wird auf allen Ethereum Projekten dieselbe sein. Sie brauchen sich
6. Das war's! Beginnen Sie, die App zu benutzen. Einige interessante Projekte finden Sie auf unserer [dApps-Seite](/dapps/#explore).
-
+
Möchten Sie mehr erfahren?
diff --git a/public/content/translations/de/nft/index.md b/public/content/translations/de/nft/index.md
index 93b4173cd0e..5c9793385d4 100644
--- a/public/content/translations/de/nft/index.md
+++ b/public/content/translations/de/nft/index.md
@@ -55,7 +55,7 @@ NFTs werden unter anderem für folgende Zwecke eingesetzt:
Vielleicht sind Sie ein Künstler, der seine Werke mithilfe von NFTs verbreiten möchte, ohne die Kontrolle abzugeben und seine Gewinne an Zwischenhändler zu opfern. Sie können einen neuen Contract erstellen und die Anzahl der NFTs, ihre Eigenschaften und eine Verknüpfung zu einem bestimmten Kunstwerk angeben. Als Künstler **können Sie die Lizenzgebühren in den Smart Contract einprogrammieren**, die Ihnen gezahlt werden sollen (z. B. bei jeder Übertragung eines NFT werden 5 % des Verkaufspreises an den Vertragsinhaber überwiesen). Sie können auch jederzeit nachweisen, dass Sie die NFTs erstellt haben, da Sie die [Wallet](/glossary/#wallet) besitzen, die den Vertrag bereitgestellt hat. Ihre Käufer können leicht nachweisen, dass sie ein **authentisches NFT** aus Ihrer Sammlung besitzen, da ihre Wallet-[Adresse](/glossary/#address) mit einem Token in Ihrem Smart Contract verknüpft ist. Sie können ihn im gesamten Ethereum-Ökosystem verwenden und sich seiner Authentizität gewiss sein.
-
+
Entdecken, kaufen oder erstellen Sie Ihre eigene(n) NFT-Kunst/Sammelgegenstände ...
diff --git a/public/content/translations/de/roadmap/beacon-chain/index.md b/public/content/translations/de/roadmap/beacon-chain/index.md
index a4214f90995..495a110c52c 100644
--- a/public/content/translations/de/roadmap/beacon-chain/index.md
+++ b/public/content/translations/de/roadmap/beacon-chain/index.md
@@ -35,7 +35,7 @@ Der Wechsel zu Proof-of-Stake machte Ethereum wesentlich sicherer und dezentrali
Und die Verwendung von Proof-of-Stake als Konsensmechanismus ist eine grundlegende Komponente für [das sichere, umweltfreundliche und skalierbare Ethereum, das wir jetzt haben](/roadmap/vision/).
-
+
Wenn Sie Interesse daran haben ein Validator zu werden und bei der Sicherung von Ethereum mitwirken wollen können Sie hier mehr über das Staking erfahren.
diff --git a/public/content/translations/de/security/index.md b/public/content/translations/de/security/index.md
index a071cca7c27..5caf5e8a2e0 100644
--- a/public/content/translations/de/security/index.md
+++ b/public/content/translations/de/security/index.md
@@ -123,7 +123,7 @@ Allgemein gilt: Mitarbeiter kommunizieren mit Ihnen nie über private, inoffizie
- Kommunizieren Sie niemals außerhalb der von einer Organisation ausgewiesenen Kanäle
-
+
Achtung: Obwohl Unterstützungsbetrug oft auf Discord erfolgt, ist es auch möglich, dass diese und auch andere Arten von Betrug auf anderen Chat-Plattformen, einschließlich per E-Mail, vorkommen können.
@@ -217,7 +217,7 @@ Ein starkes Passwort, das im Rahmen einer Datenpanne offenbart wurde, ist kein s
### Verwendung von Kennwortmanagern {#use-password-manager}
-
+
Ein Kennwortmanager ist hilfreich bei der Erstellung starker, einzigartiger Kennwörter und dabei sich diese zu merken! Wir empfehlen dringend die Verwendung eines Kennwortmanagers! Es gibt viele gute, kostenlose Angebote.
@@ -247,7 +247,7 @@ Sie werden möglicherweise gelegentlich aufgefordert, Ihre Identität mit einzig
Die Nutzung der **Zwei-Faktor-Authentifizierung (2FA)** bietet einen zusätzlichen *Sicherheitsfaktor* für Ihre Online-Konten. 2FA sorgt dafür, dass Ihr Passwort allein nicht reicht, um auf ein Konto zuzugreifen. Meist ist der zweite Faktor ein zufälliger 6-stelliger Code, bekannt als ein **zeitabhängiges einmaliges Kennwort (Time-based One-time Password, TOTP)**, auf das Sie über eine Authentifizierungs-App wie Google Authenticator oder Authy Zugriff haben. Solche Apps funktionieren als „etwas, das Sie besitzen“-Faktor, da der Seed, der den Zeitcode generiert, auf Ihrem Gerät gespeichert ist.
-
+
Hinweis: SMS-basierte 2FA ist anfällig für SIM Jacking und daher nicht sicher. Für das höchste Maß an Sicherheit nutzen Sie am besten einen Dienst wie Google Authenticator oder Authy.
diff --git a/public/content/translations/de/staking/withdrawals/index.md b/public/content/translations/de/staking/withdrawals/index.md
index a46f2053851..de707f90ecf 100644
--- a/public/content/translations/de/staking/withdrawals/index.md
+++ b/public/content/translations/de/staking/withdrawals/index.md
@@ -44,7 +44,7 @@ Vor dem Shanghai/Capella-Upgrade konnten Sie Ihr gestaktes ETH nicht verwenden o
Die Angabe einer Auszahlungsadresse ist ein erforderlicher Schritt für jedes Validator-Konto, bevor es für die Abhebung von ETH aus seinem Guthaben infrage kommt.
-
+
Jedem Validatoren-Konto kann nur eine einzige Abhebungsadresse zugewiesen werden, und zwar nur einmal. Sobald eine Adresse ausgewählt und an die Konsensus-Ebene übermittelt wurde, lässt sich dieser Vorgang nicht mehr rückgängig machen. Überprüfen Sie die Besitzverhältnisse und die Richtigkeit der angegebenen Adresse, bevor Sie sie einreichen.
@@ -88,7 +88,7 @@ Sehen Sie sich diese Erklärung für die Abhebungen von Ethereum von Finematics
Es ist notwendig, dass ein Validator, der den nächsten Block vorschlagen soll, eine Warteschlange mit bis zu 16 zugelassenen Auszahlungen erstellt. Ursprünglich beginnt man mit dem Validator-Index 0 und prüft, ob es gemäß den Protokollregeln eine berechtigte Auszahlung für dieses Konto gibt. Ist dies der Fall, wird sie zur Warteschlange hinzugefügt. Der für den nächsten Block vorgesehene Validator knüpft ununterbrochen dort an, wo der vorherige aufgehört hat, und verfährt dabei in stetiger Reihenfolge.
-
+
Stellen Sie sich eine analoge Uhr vor. Der Zeiger der Uhr zeigt auf die Stunde, bewegt sich in eine Richtung, lässt keine Stunden aus und kehrt schließlich nach Erreichen der letzten Zahl wieder an den Anfang zurück.