-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18(zh-cn): translation for Linux Bundle (#1828)
* i18(zh-cn): translation for Linux Bundle * i18(zh-cn, ko, it, fr): 2024 update for homepage
- Loading branch information
Showing
6 changed files
with
264 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
i18n/zh-cn/docusaurus-plugin-content-docs/current/guides/building/_tauri-build.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import Command from '@theme/Command' | ||
|
||
To build and bundle your Tauri application into a single executable simply run the following command: | ||
要将 Tauri 应用程序编译并捆绑到一个可执行文件中,只需运行以下命令即可: | ||
|
||
<Command name="build" /> | ||
|
||
It will build your frontend (if configured, see [`beforeBuildCommand`][beforebuildcommand]), compile the Rust binary, collect all external binaries and resources and finally produce neat platform-specific bundles and installers. | ||
它将构建你的前端(如果已配置,请参阅 [`beforeBuildCommand`][beforebuildcommand]),编译 Rust 二进制文件,收集所有外部二进制文件和资源,最后生成整齐的特定平台捆绑包和安装包。 | ||
|
||
[beforebuildcommand]: ../../api/config.md#buildconfig.beforebuildcommand |
Oops, something went wrong.