Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion locales/en-US/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ wasm-js-toolchains-description =

wasm-js-interop-heading = Seamless interop
wasm-js-interop-description =
Automatically generate binding code between Rust, WebAssembly, and JavaScript APIs. Take advantage of libraries like <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> that provide pre-packaged bindings for the entire web platform.
Automatically generate binding code between Rust, WebAssembly, and JavaScript APIs. Take advantage of libraries like <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> that provide pre-packaged bindings for the entire web platform.


## Production use (templates/components/what/wasm/production.hbs)
Expand Down
2 changes: 1 addition & 1 deletion locales/es/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wasm-js-augment-description = El sueño de WebAssembly no es eliminar a JavaScri
wasm-js-toolchains-heading = Funciona con las herramientas conocidas
wasm-js-toolchains-description = Publica paquetes de WebAssembly hechos en Rust en registros como npm. Empaqueta y sírvelos con webpack, Parcel u otros. Mantenlos usando <code>npm audit</code> o Greenkeeper.
wasm-js-interop-heading = Interoperación sin trabas
wasm-js-interop-description = Genera código automáticamente que una APIs en Rust, WebAssembly y JavaScript. Aprovecha bibliotecas como <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> que te permiten acceder a toda la plataforma web.
wasm-js-interop-description = Genera código automáticamente que una APIs en Rust, WebAssembly y JavaScript. Aprovecha bibliotecas como <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> que te permiten acceder a toda la plataforma web.

## Production use (templates/components/what/wasm/production.hbs)

Expand Down
2 changes: 1 addition & 1 deletion locales/fr/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wasm-js-augment-description = Le rêve de WebAssembly n'est pas d'éliminer Java
wasm-js-toolchains-heading = Fonctionne avec les outils habituels
wasm-js-toolchains-description = Publiez des paquets WebAssembly en Rust dans des dépôts comme npm. Regroupez-les et distribuez-les avec webpack, Parcel et bien d’autres. Maintenez-les avec des outils comme <code>npm audit</code> et Greenkeeper.
wasm-js-interop-heading = Interopérabilité sans accroc
wasm-js-interop-description = Générez automatiquement du code de liaison entre Rust, WebAssembly et l'API JavaScript. Tirez avantage de bibliothèques comme <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> qui fournissent des associations prédéfinies avec l'intégralité de la plateforme web.
wasm-js-interop-description = Générez automatiquement du code de liaison entre Rust, WebAssembly et l'API JavaScript. Tirez avantage de bibliothèques comme <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> qui fournissent des associations prédéfinies avec l'intégralité de la plateforme web.

## Production use (templates/components/what/wasm/production.hbs)

Expand Down
2 changes: 1 addition & 1 deletion locales/it/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wasm-js-augment-description = Il sogno del WebAssembly non è far fuori il tuo J
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
wasm-js-interop-description = Genera automaticamente i binding fra le API Rust, WebAssembly e JavaScript. Approfitta di librerie come <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> che forniscono binding pre-impacchettati per l'intera piattaforma web.
wasm-js-interop-description = Genera automaticamente i binding fra le API Rust, WebAssembly e JavaScript. Approfitta di librerie come <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> che forniscono binding pre-impacchettati per l'intera piattaforma web.

## Production use (templates/components/what/wasm/production.hbs)

Expand Down
2 changes: 1 addition & 1 deletion locales/ja/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wasm-js-augment-description = WebAssemblyの目的はJavaScriptを終わらせ
wasm-js-toolchains-heading = 一般的なツールチェーンとの連携
wasm-js-toolchains-description = RustのWebAssemblyパッケージはnpmのようなパッケージレジストリに公開できます。webpackやParcelなどをバンドルしてリリースすることもできます。管理には<code>npm audit</code>やGreenkeeperのようなツールが使えます。
wasm-js-interop-heading = シームレスな相互運用
wasm-js-interop-description = RustとWebAssembly、JavaScript API間をバインドするコードは自動生成できます。<a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a>のようなライブラリを使えば、各ウェブプラットフォームへのバインディングをパッケージ済みの状態で提供することもできます。
wasm-js-interop-description = RustとWebAssembly、JavaScript API間をバインドするコードは自動生成できます。<a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a>のようなライブラリを使えば、各ウェブプラットフォームへのバインディングをパッケージ済みの状態で提供することもできます。

## Production use (templates/components/what/wasm/production.hbs)

Expand Down
2 changes: 1 addition & 1 deletion locales/ko/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ wasm-get-started-mdn-link = 알아보기
wasm-js-augment-heading = 대체하지 않고 강화합니다
wasm-js-augment-description = WebAssembly는 JavaScript의 대체가 아니라 협력을 목표로 하며, 무거운 작업이나 저수준의 작업을 돕습니다. Rust는 성능에 집중하기에 이런 작업에 이점이 있습니다.
wasm-js-toolchains-heading = 친숙한 툴체인과 함께 작동합니다
wasm-js-interop-description = Rust, WebAssembly, JavaScript API 간의 바인딩 코드가 자동으로 생성됩니다. 미리 패키지된 바인딩을 웹 플랫폼 전체에 제공하는 <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a>와 같은 라이브러리의 혜택을 누리세요.
wasm-js-interop-description = Rust, WebAssembly, JavaScript API 간의 바인딩 코드가 자동으로 생성됩니다. 미리 패키지된 바인딩을 웹 플랫폼 전체에 제공하는 <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a>와 같은 라이브러리의 혜택을 누리세요.

## Production use (templates/components/what/wasm/production.hbs)

Expand Down
2 changes: 1 addition & 1 deletion locales/pt-BR/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wasm-js-augment-description = O sonho do WebAssembly não é acabar com o JavaSc
wasm-js-toolchains-heading = Funciona com conjunto de ferramentas familiares
wasm-js-toolchains-description = Publique pacotes de Rust WebAssembly em registros de pacotes como npm. Integre com o webpack, Parcel, e outros. Mantenha seus pacote com ferramentas como <code>npm audit</code> e Greenkeeper.
wasm-js-interop-heading = Interoperabilidade homogênea
wasm-js-interop-description = Gere automaticamente integração entre Rust, WebAssembly, e JavaScript. Aproveite de bibliotecas como <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> que provê integrações pré-empacotadas para toda a plataforma web.
wasm-js-interop-description = Gere automaticamente integração entre Rust, WebAssembly, e JavaScript. Aproveite de bibliotecas como <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> que provê integrações pré-empacotadas para toda a plataforma web.

## Production use (templates/components/what/wasm/production.hbs)

Expand Down
2 changes: 1 addition & 1 deletion locales/ru/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wasm-js-augment-description = Мечта WebAssembly &mdash; не убить Jav
wasm-js-toolchains-heading = Работает с привычным набором инструментов
wasm-js-toolchains-description = Публикуйте пакеты WebAssembly, созданные с Rust, в реестр пакетов, такой как npm. Упаковывайте и отправляйте их с webpack, Parcel и подобными. Поддерживайте их с помощью таких инструментов, как <code>npm audit</code> и Greenkeeper.
wasm-js-interop-heading = Бесшовная совместимость
wasm-js-interop-description = Автоматически создавайте кодовые привязки между Rust, WebAssembly и JavaScript API. Получите преимущества таких библиотек, как <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a>, предоставляющих предварительно упакованные привязки для всех web-платформ.
wasm-js-interop-description = Автоматически создавайте кодовые привязки между Rust, WebAssembly и JavaScript API. Получите преимущества таких библиотек, как <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a>, предоставляющих предварительно упакованные привязки для всех web-платформ.

## Production use (templates/components/what/wasm/production.hbs)

Expand Down
2 changes: 1 addition & 1 deletion locales/tr/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wasm-js-augment-description = WebAssembly'nin hayali, JavaScript'i öldürmek de
wasm-js-toolchains-heading = Bilinen alet zincirleriyle çalışır
wasm-js-toolchains-description = Rust WebAssembly paketlerini npm gibi paket kayıtlarında paylaşın. Paketleyin ve webpack, Parcel vb. kullanarak dağıtın. <code>npm audit</code> ve Greenkeeper gibi araçlarla devamlılığını sağlayın.
wasm-js-interop-heading = Kesintisiz birlikte çalışma
wasm-js-interop-description = Rust, WebAssembly ve JavaScript UPA'ları arasında otomatik olarak kodları bağlayın. <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code> gibi bütün web platformu için önceden paketlenmiş bağlantıları sağlayan kütüphanelerin avantajından yararlanın.
wasm-js-interop-description = Rust, WebAssembly ve JavaScript UPA'ları arasında otomatik olarak kodları bağlayın. <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code> gibi bütün web platformu için önceden paketlenmiş bağlantıları sağlayan kütüphanelerin avantajından yararlanın.

## Production use (templates/components/what/wasm/production.hbs)

Expand Down
2 changes: 1 addition & 1 deletion locales/zh-CN/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wasm-js-augment-description = WebAssembly 的梦想不是扼杀 JavaScript,而
wasm-js-toolchains-heading = 友好的工具链
wasm-js-toolchains-description = 您可以将 Rust WebAssembly 包发布到 npm 之类的包仓储中心上。使用 webpack、Parcel 或其它工具来打包并分发它们。使用 <code>npm audit</code> 之类的工具和 Greenkeeper 来维护它们。
wasm-js-interop-heading = 无缝的互操作性
wasm-js-interop-description = 自动生成 Rust、WebAssembly 和 JavaScript API 之间的绑定代码。充分利用 <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> 之类的库为整个 Web 平台提供预打包的绑定。
wasm-js-interop-description = 自动生成 Rust、WebAssembly 和 JavaScript API 之间的绑定代码。充分利用 <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> 之类的库为整个 Web 平台提供预打包的绑定。

## Production use (templates/components/what/wasm/production.hbs)

Expand Down
2 changes: 1 addition & 1 deletion locales/zh-TW/wasm.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ wasm-js-augment-description = WebAssembly 的夢想不是為了扼殺 JavaScript
wasm-js-toolchains-heading = 使用熟悉的工具鏈來開發
wasm-js-toolchains-description = 您可以發佈 Rust 的 WebAssembly 套件到 npm 這類的套件管理工具。使用 Webpack、Parcel 或其他工具來打包和發佈套件。並使用 <code>npm audit</code> 或 Greenkeeper 等工具來進行維護。
wasm-js-interop-heading = 無縫的互操作性
wasm-js-interop-description = 自動化生成 Rust、WebAssembly 和 JavaScript 之間的 API 的綁定程式碼。充分利用 <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> 之類的函式庫為整個 Web 平台提供事先打包好的绑定。
wasm-js-interop-description = 自動化生成 Rust、WebAssembly 和 JavaScript 之間的 API 的綁定程式碼。充分利用 <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> 之類的函式庫為整個 Web 平台提供事先打包好的绑定。

## Production use (templates/components/what/wasm/production.hbs)

Expand Down