Skip to content

Update wasm.ftl #1898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locales/it/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ wasm-get-started-mdn-link = Scopri di più

## Plays well with JavaScript (templates/components/what/wasm/js.hbs)

wasm-js-heading = A fianco del JavaScript
wasm-js-heading = Al fianco di JavaScript
wasm-js-augment-heading = Aggiungi, non sostituire
wasm-js-augment-description = Il sogno del WebAssembly non è far fuori il tuo JavaScript ma di lavorarci insieme, dando una super-carica in task impegnativi o di basso livello, che beneficiano di tutte le prestazioni di Rust.
wasm-js-augment-description = Il sogno del WebAssembly non è far fuori il tuo JavaScript ma di lavorarci insieme, dando una super-carica ai task impegnativi o di basso livello, che beneficiano delle prestazioni di Rust.
wasm-js-toolchains-heading = Utilizza strumenti familiari
wasm-js-toolchains-description = Pubblica pacchetti Rust in WebAssembly su repository come npm. Crea bundle con webpack, Parcel e altro ancora. Fai manutenzione con strumenti come <code>npm audit</code> e Greenkeeper.
wasm-js-interop-heading = Interoperabilità senza interruzioni
Expand Down
Loading