Translations: Italian (Part 12/13) - tutorials (A-L)#17292
Conversation
Split from #17198. Contains 29 files.
minimalsm
left a comment
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Critical: skill is a programmatic enum value and must not be translated.
| 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" ] |
There was a problem hiding this comment.
Warning: Frontmatter tags are programmatic identifiers and should not be translated. "conoscenza-zero" should be "zero-knowledge".
| tags: [ "conoscenza-zero", "server", "offchain", "privacy" ] | |
| tags: [ "zero-knowledge", "server", "offchain", "privacy" ] |
| - "frontend" | ||
| - "JavaScript" | ||
| - "web3.js" | ||
| tags: [ "transazioni", "frontend", "JavaScript", "web3.js" ] |
There was a problem hiding this comment.
Warning: Frontmatter tags should not be translated. "transazioni" should be "transactions".
| tags: [ "transazioni", "frontend", "JavaScript", "web3.js" ] | |
| tags: [ "transactions", "frontend", "JavaScript", "web3.js" ] |
| - "contratti intelligenti" | ||
| - "verifica" | ||
| - "firma" | ||
| tags: [ "eip-1271", "Smart Contract", "verifica", "firma" ] |
There was a problem hiding this comment.
Warning: Frontmatter tags should not be translated. "verifica" should be "verifying", "firma" should be "signing".
| tags: [ "eip-1271", "Smart Contract", "verifica", "firma" ] | |
| tags: [ "eip-1271", "Smart Contract", "verifying", "signing" ] |
| - "contratti intelligenti" | ||
| - "test" | ||
| - "simulazione" | ||
| tags: [ "Solidity", "smart contract", "test", "simulazione" ] |
There was a problem hiding this comment.
Warning: Frontmatter tags should not be translated. "simulazione" should be "mocking".
| tags: [ "Solidity", "smart contract", "test", "simulazione" ] | |
| tags: [ "Solidity", "smart contract", "test", "mocking" ] |
| - "solidity" | ||
| - "contratti intelligenti" | ||
| - "oracoli" | ||
| tags: [ "Solidity", "smart contract", "oracoli" ] |
There was a problem hiding this comment.
Warning: Frontmatter tags should not be translated. "oracoli" should be "oracles".
| 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" ] |
There was a problem hiding this comment.
Warning: Frontmatter tags should not be translated. "autenticazione" should be "authentication".
| tags: [ "web2", "autenticazione", "eas" ] | |
| tags: [ "web2", "authentication", "eas" ] |
| - "solidity" | ||
| - "contratti intelligenti" | ||
| - "archiviazione" | ||
| tags: [ "Solidity", "smart contract", "archiviazione" ] |
There was a problem hiding this comment.
Warning: Frontmatter tags should not be translated. "archiviazione" should be "storage".
| tags: [ "Solidity", "smart contract", "archiviazione" ] | |
| tags: [ "Solidity", "smart contract", "storage" ] |
| - "solidity" | ||
| - "contratti intelligenti" | ||
| - "sicurezza" | ||
| tags: [ "Solidity", "smart contract", "sicurezza" ] |
There was a problem hiding this comment.
Warning: Frontmatter tags should not be translated. "sicurezza" should be "security".
| tags: [ "Solidity", "smart contract", "sicurezza" ] | |
| tags: [ "Solidity", "smart contract", "security" ] |
| - "sicurezza" | ||
| - "test" | ||
| - "analisi statica" | ||
| tags: [ "Solidity", "smart contract", "sicurezza", "test" ] |
There was a problem hiding this comment.
Warning: Frontmatter tags should not be translated. "sicurezza" should be "security".
| tags: [ "Solidity", "smart contract", "sicurezza", "test" ] | |
| tags: [ "Solidity", "smart contract", "security", "test" ] |
| [ | ||
| "livello 2", | ||
| "memorizzazione nella cache", | ||
| "archiviazione" | ||
| ] |
There was a problem hiding this comment.
Warning: Frontmatter tags should not be translated. "livello 2" -> "layer 2", "memorizzazione nella cache" -> "caching", "archiviazione" -> "storage".
| [ | |
| "livello 2", | |
| "memorizzazione nella cache", | |
| "archiviazione" | |
| ] | |
| [ | |
| "layer 2", | |
| "caching", | |
| "storage" | |
| ] |
❌ Deploy Preview for ethereumorg failed.
|
|
This issue is stale because it has been open 30 days with no activity. |
|
Closing in lieu of: |
Summary
Split from #17198 (Italian automated Crowdin translation import).
Files included
Notes