Skip to content

Translations: Italian (Part 12/13) - tutorials (A-L)#17292

Closed
minimalsm wants to merge 3 commits into
devfrom
i18n/import/2026-01-30T13-28-10-it-part-12
Closed

Translations: Italian (Part 12/13) - tutorials (A-L)#17292
minimalsm wants to merge 3 commits into
devfrom
i18n/import/2026-01-30T13-28-10-it-part-12

Conversation

@minimalsm
Copy link
Copy Markdown
Contributor

Summary

Split from #17198 (Italian automated Crowdin translation import).

  • Part 12 of 13
  • 29 files — tutorials (A-L)

Files included

  • public/content/translations/it/developers/tutorials/a-developers-guide-to-ethereum-part-one/index.md
  • public/content/translations/it/developers/tutorials/all-you-can-cache/index.md
  • public/content/translations/it/developers/tutorials/app-plasma/index.md
  • public/content/translations/it/developers/tutorials/calling-a-smart-contract-from-javascript/index.md
  • public/content/translations/it/developers/tutorials/creating-a-wagmi-ui-for-your-contract/index.md
  • public/content/translations/it/developers/tutorials/deploying-your-first-smart-contract/index.md
  • public/content/translations/it/developers/tutorials/develop-and-test-dapps-with-a-multi-client-local-eth-testnet/index.md
  • public/content/translations/it/developers/tutorials/downsizing-contracts-to-fight-the-contract-size-limit/index.md
  • public/content/translations/it/developers/tutorials/eip-1271-smart-contract-signatures/index.md
  • public/content/translations/it/developers/tutorials/erc-721-vyper-annotated-code/index.md
  • public/content/translations/it/developers/tutorials/erc20-annotated-code/index.md
  • public/content/translations/it/developers/tutorials/erc20-with-safety-rails/index.md
  • public/content/translations/it/developers/tutorials/ethereum-for-web2-auth/index.md
  • public/content/translations/it/developers/tutorials/getting-started-with-ethereum-development-using-alchemy/index.md
  • public/content/translations/it/developers/tutorials/guide-to-smart-contract-security-tools/index.md
  • public/content/translations/it/developers/tutorials/hello-world-smart-contract-fullstack/index.md
  • public/content/translations/it/developers/tutorials/hello-world-smart-contract/index.md
  • public/content/translations/it/developers/tutorials/how-to-implement-an-erc721-market/index.md
  • public/content/translations/it/developers/tutorials/how-to-mint-an-nft/index.md
  • public/content/translations/it/developers/tutorials/how-to-mock-solidity-contracts-for-testing/index.md
  • public/content/translations/it/developers/tutorials/how-to-use-echidna-to-test-smart-contracts/index.md
  • public/content/translations/it/developers/tutorials/how-to-use-manticore-to-find-smart-contract-bugs/index.md
  • public/content/translations/it/developers/tutorials/how-to-use-slither-to-find-smart-contract-bugs/index.md
  • public/content/translations/it/developers/tutorials/how-to-use-tellor-as-your-oracle/index.md
  • public/content/translations/it/developers/tutorials/how-to-view-nft-in-metamask/index.md
  • public/content/translations/it/developers/tutorials/how-to-write-and-deploy-an-nft/index.md
  • public/content/translations/it/developers/tutorials/interact-with-other-contracts-from-solidity/index.md
  • public/content/translations/it/developers/tutorials/ipfs-decentralized-ui/index.md
  • public/content/translations/it/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/index.md

Notes

@github-actions github-actions Bot added content 🖋️ This involves copy additions or edits translation 🌍 This is related to our Translation Program labels Feb 12, 2026
Copy link
Copy Markdown
Contributor Author

@minimalsm minimalsm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Translation Review: Italian (Part 12/13) — tutorials (A-L)

Score: 9.6/10 | 1 critical | 10 warnings

Critical: skill: principiante must be skill: beginner (programmatic value). Multiple frontmatter tags also translated to Italian. See inline suggestions.

description: Questa guida insegna al lettore come usare IPFS per archiviare l'interfaccia utente per una dApp. Sebbene i dati e la logica di business dell'applicazione siano decentralizzati, senza un'interfaccia utente resistente alla censura gli utenti potrebbero comunque perdere l'accesso ad essa.
author: Ori Pomerantz
tags: [ "ipfs" ]
skill: principiante
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Critical: skill is a programmatic enum value and must not be translated.

Suggested change
skill: principiante
skill: beginner

title: Scrivere una plasma specifica per l'app che preserva la privacy
description: "In questa guida, creiamo una banca semi-segreta per i depositi. La banca è un componente centralizzato; conosce il saldo di ogni utente. Tuttavia, questa informazione non è archiviata sulla catena. Invece, la banca pubblica un hash dello stato. Ogni volta che si verifica una transazione, la banca pubblica il nuovo hash, insieme a una prova a conoscenza-zero che dimostra l'esistenza di una transazione firmata che cambia lo stato dell'hash in quello nuovo. Dopo aver letto questa guida, non solo capirai come usare le prove a conoscenza-zero, ma anche perché le usi e come farlo in modo sicuro."
author: Ori Pomerantz
tags: [ "conoscenza-zero", "server", "offchain", "privacy" ]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags are programmatic identifiers and should not be translated. "conoscenza-zero" should be "zero-knowledge".

Suggested change
tags: [ "conoscenza-zero", "server", "offchain", "privacy" ]
tags: [ "zero-knowledge", "server", "offchain", "privacy" ]

- "frontend"
- "JavaScript"
- "web3.js"
tags: [ "transazioni", "frontend", "JavaScript", "web3.js" ]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags should not be translated. "transazioni" should be "transactions".

Suggested change
tags: [ "transazioni", "frontend", "JavaScript", "web3.js" ]
tags: [ "transactions", "frontend", "JavaScript", "web3.js" ]

- "contratti intelligenti"
- "verifica"
- "firma"
tags: [ "eip-1271", "Smart Contract", "verifica", "firma" ]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags should not be translated. "verifica" should be "verifying", "firma" should be "signing".

Suggested change
tags: [ "eip-1271", "Smart Contract", "verifica", "firma" ]
tags: [ "eip-1271", "Smart Contract", "verifying", "signing" ]

- "contratti intelligenti"
- "test"
- "simulazione"
tags: [ "Solidity", "smart contract", "test", "simulazione" ]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags should not be translated. "simulazione" should be "mocking".

Suggested change
tags: [ "Solidity", "smart contract", "test", "simulazione" ]
tags: [ "Solidity", "smart contract", "test", "mocking" ]

- "solidity"
- "contratti intelligenti"
- "oracoli"
tags: [ "Solidity", "smart contract", "oracoli" ]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags should not be translated. "oracoli" should be "oracles".

Suggested change
tags: [ "Solidity", "smart contract", "oracoli" ]
tags: [ "Solidity", "smart contract", "oracles" ]

title: Uso di Ethereum per l'autenticazione web2
description: "Dopo aver letto questa guida, uno sviluppatore sarà in grado di integrare il login di Ethereum (web3) con il login SAML, uno standard utilizzato nel web2 per fornire il single sign-on e altri servizi correlati. Ciò consente di autenticare l'accesso alle risorse web2 attraverso le firme di Ethereum, con gli attributi dell'utente provenienti da attestazioni."
author: Ori Pomerantz
tags: [ "web2", "autenticazione", "eas" ]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags should not be translated. "autenticazione" should be "authentication".

Suggested change
tags: [ "web2", "autenticazione", "eas" ]
tags: [ "web2", "authentication", "eas" ]

- "solidity"
- "contratti intelligenti"
- "archiviazione"
tags: [ "Solidity", "smart contract", "archiviazione" ]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags should not be translated. "archiviazione" should be "storage".

Suggested change
tags: [ "Solidity", "smart contract", "archiviazione" ]
tags: [ "Solidity", "smart contract", "storage" ]

- "solidity"
- "contratti intelligenti"
- "sicurezza"
tags: [ "Solidity", "smart contract", "sicurezza" ]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags should not be translated. "sicurezza" should be "security".

Suggested change
tags: [ "Solidity", "smart contract", "sicurezza" ]
tags: [ "Solidity", "smart contract", "security" ]

- "sicurezza"
- "test"
- "analisi statica"
tags: [ "Solidity", "smart contract", "sicurezza", "test" ]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags should not be translated. "sicurezza" should be "security".

Suggested change
tags: [ "Solidity", "smart contract", "sicurezza", "test" ]
tags: [ "Solidity", "smart contract", "security", "test" ]

Comment on lines +6 to +10
[
"livello 2",
"memorizzazione nella cache",
"archiviazione"
]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning: Frontmatter tags should not be translated. "livello 2" -> "layer 2", "memorizzazione nella cache" -> "caching", "archiviazione" -> "storage".

Suggested change
[
"livello 2",
"memorizzazione nella cache",
"archiviazione"
]
[
"layer 2",
"caching",
"storage"
]

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 12, 2026

Deploy Preview for ethereumorg failed.

Name Link
🔨 Latest commit f62ec7e
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/698fb7c1f7f5f0000893ed06

@github-actions
Copy link
Copy Markdown
Contributor

This issue is stale because it has been open 30 days with no activity.

@github-actions github-actions Bot added the Status: Stale This issue is stale because it has been open 30 days with no activity. label Mar 16, 2026
@wackerow wackerow added the duplicate 🐥🐥 This issue or pull request already exists label Mar 27, 2026
@wackerow
Copy link
Copy Markdown
Member

Closing in lieu of:

@wackerow wackerow closed this Mar 27, 2026
@github-actions github-actions Bot added the abandoned This has been abandoned or will not be implemented label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

abandoned This has been abandoned or will not be implemented content 🖋️ This involves copy additions or edits duplicate 🐥🐥 This issue or pull request already exists Status: Stale This issue is stale because it has been open 30 days with no activity. translation 🌍 This is related to our Translation Program

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants