Skip to content

Commit 938a824

Browse files
committed
docs: add Chinese translation
1 parent 3c3ea9d commit 938a824

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ A plugin engine for running LLSE plugins on LeviLamina
44

55
## Install
66

7+
Before you install LegacyScriptEgnine, you need to install dependencies firstly:
8+
9+
```sh
10+
lip install github.com/LiteLDev/LegacyMoney
11+
lip install github.com/LiteLDev/LegacyRemoteCall
12+
lip install github.com/LiteLDev/LegacyParticleAPI
13+
```
14+
715
To install all engines as a whole, you can use the following command:
816

917
```sh

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ A plugin engine for running LLSE plugins on LeviLamina
44

55
## Install
66

7+
Before you install LegacyScriptEgnine, you need to install dependencies firstly:
8+
9+
```sh
10+
lip install github.com/LiteLDev/LegacyMoney
11+
lip install github.com/LiteLDev/LegacyRemoteCall
12+
lip install github.com/LiteLDev/LegacyParticleAPI
13+
```
14+
715
To install all engines as a whole, you can use the following command:
816

917
```sh

docs/index.zh.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# LegacyScriptEngine
2+
3+
一个用于在 LeviLamina 上运行 LLSE 插件的插件引擎
4+
5+
## 安装
6+
7+
在安装 LegacyScriptEngine 之前,您需要先安装依赖项:
8+
9+
```sh
10+
lip install github.com/LiteLDev/LegacyMoney
11+
lip install github.com/LiteLDev/LegacyRemoteCall
12+
lip install github.com/LiteLDev/LegacyParticleAPI
13+
```
14+
15+
要一次性安装所有引擎,您可以使用以下命令:
16+
17+
```sh
18+
lip install github.com/LiteLDev/LegacyScriptEngine
19+
```
20+
21+
要安装特定的引擎,您可以使用以下命令:
22+
23+
```sh
24+
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
25+
26+
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
27+
```
28+
29+
## 使用
30+
31+
1. 直接将 LLSE 插件放在 `/path/to/bedrock_dedicated_server/plugins/` 中。
32+
33+
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中。
34+
35+
3. 要加载它们,您需要重新启动服务器。
36+
37+
## 贡献
38+
39+
如果您有任何问题,请开启一个 issue 来讨论。
40+
41+
欢迎 PR。
42+
43+
## 许可
44+
45+
GPL-3.0-only © LiteLDev
46+
47+
源: 与必应的对话, 2024/2/5
48+
(1) Translate and convert Markdown files - GroupDocs. <https://products.groupdocs.app/translation/markdown>.
49+
(2) Is there a method for translating markdown formatted text?. <https://stackoverflow.com/questions/30585841/is-there-a-method-for-translating-markdown-formatted-text>.
50+
(3) Translate Markdown file from English to Chinese - GroupDocs. <https://products.groupdocs.app/translation/markdown/English-Chinese>.
51+
(4) undefined. <https://gt4t.net/>.

0 commit comments

Comments
 (0)