5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 01:13:03 +08:00

New translations 2021-11-08-v2-beta2-release-notes.mdx (Japanese)

[ci skip]
This commit is contained in:
Lea Anthony 2022-08-10 18:58:00 +10:00
parent a6c79d559e
commit 54d3bf22a3
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -10,7 +10,7 @@ tags:
<div class="text--center">
<img src="/img/wails-mac.png" width="60%" className="screenshot"/>
<img src="/img/wails-mac.png" width="60%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@ -24,7 +24,7 @@ So what's new for Wails v2 for Mac vs v1? Hint: It's pretty similar to the Windo
### New Features
<div class="text--center">
<img src="/img/wails-menus-mac.png" width="80%" className="screenshot"/>
<img src="/img/wails-menus-mac.png" width="80%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@ -72,7 +72,7 @@ In addition to this, another JS module is dynamically generated wrapping all you
### Remote Templates
<div class="text--center">
<img src="/img/remote-mac.png" width="80%" className="screenshot"/>
<img src="/img/remote-mac.png" width="80%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@ -86,7 +86,7 @@ With v2, I wanted to empower the community by giving you the ability to create a
Thanks to the amazing support of [Mat Ryer](https://github.com/matryer/), the Wails project now supports M1 native builds:
<div class="text--center">
<img src="/img/build-darwin-arm.png" width="80%" className="screenshot"/>
<img src="/img/build-darwin-arm.png" width="80%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@ -94,7 +94,7 @@ Thanks to the amazing support of [Mat Ryer](https://github.com/matryer/), the Wa
You can also specify `darwin/amd64` as a target too:
<div class="text--center">
<img src="/img/build-darwin-amd.png" width="80%" className="screenshot"/>
<img src="/img/build-darwin-amd.png" width="80%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@ -102,7 +102,7 @@ You can also specify `darwin/amd64` as a target too:
Oh, I almost forgot.... you can also do `darwin/universal`.... :wink:
<div class="text--center">
<img src="/img/build-darwin-universal.png" width="80%" className="screenshot"/>
<img src="/img/build-darwin-universal.png" width="80%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>
@ -112,7 +112,7 @@ Oh, I almost forgot.... you can also do `darwin/universal`.... :wink:
Because Wails v2 for Windows is pure Go, you can target Windows builds without docker.
<div class="text--center">
<img src="/img/build-cross-windows.png" width="80%" className="screenshot"/>
<img src="/img/build-cross-windows.png" width="80%" style={{"box-shadow": "rgb(255 255 >
</div>
<br/>