mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
[ci skip] Update translations (#64)
* Update translations * Oops, a "syntax error"
This commit is contained in:
16
README.md
16
README.md
@@ -8,9 +8,9 @@ Leaves
|
|||||||
|
|
||||||
**English** | [中文](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md)
|
**English** | [中文](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md)
|
||||||
|
|
||||||
> Fork of [Paper](https://github.com/PaperMC/Paper) aimed at repairing broken vanilla properties.
|
> Fork of [Paper](https://github.com/PaperMC/Paper) aims at repairing broken vanilla properties.
|
||||||
|
|
||||||
> You can see what we modify and fix in [this](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md)
|
> You can see what we modify and fix at [here](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md)
|
||||||
|
|
||||||
## How To (Server Admins)
|
## How To (Server Admins)
|
||||||
Leaves use the same paperclip jar system that Paper uses.
|
Leaves use the same paperclip jar system that Paper uses.
|
||||||
@@ -23,7 +23,7 @@ You can visit our [documentation](https://docs.leavesmc.top/leaves) for more inf
|
|||||||
|
|
||||||
## How To (Plugin developers)
|
## How To (Plugin developers)
|
||||||
In order to use Leaves as a dependency you must [build it yourself](https://github.com/LeavesMC/Leaves#building).
|
In order to use Leaves as a dependency you must [build it yourself](https://github.com/LeavesMC/Leaves#building).
|
||||||
Each time you want to update your dependency you must re-build Leaves.
|
Each time you want to update your dependency, you must re-build Leaves.
|
||||||
|
|
||||||
Leaves-API maven dependency:
|
Leaves-API maven dependency:
|
||||||
```kotlin
|
```kotlin
|
||||||
@@ -41,13 +41,13 @@ dependencies {
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
You need JDK 17 and good internet connection
|
You need JDK 17 and good Internet conditions
|
||||||
|
|
||||||
Clone this repo, run `./gradlew applyPatches`, then `./gradlew createReobfBundlerJar` form your terminal.
|
Clone this repo, run `./gradlew applyPatches`, then run `./gradlew createReobfBundlerJar` in your terminal.
|
||||||
|
|
||||||
You can find jar in `build/libs` directory.
|
You can find the jars in the `build/libs` directory.
|
||||||
|
|
||||||
## Pull Request
|
## Pull Requests
|
||||||
|
|
||||||
See [Contributing](https://github.com/LeavesMC/Leaves/blob/master/docs/CONTRIBUTING.md)
|
See [Contributing](https://github.com/LeavesMC/Leaves/blob/master/docs/CONTRIBUTING.md)
|
||||||
|
|
||||||
@@ -56,5 +56,3 @@ See [Contributing](https://github.com/LeavesMC/Leaves/blob/master/docs/CONTRIBUT
|
|||||||
[<img src="https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png" alt="" width="150">](https://www.jetbrains.com)
|
[<img src="https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png" alt="" width="150">](https://www.jetbrains.com)
|
||||||
|
|
||||||
[JetBrains](https://www.jetbrains.com/), creators of the IntelliJ IDEA, supports We with one of their [Open Source Licenses](https://www.jetbrains.com/opensource/). We recommend using IntelliJ IDEA as your IDE.
|
[JetBrains](https://www.jetbrains.com/), creators of the IntelliJ IDEA, supports We with one of their [Open Source Licenses](https://www.jetbrains.com/opensource/). We recommend using IntelliJ IDEA as your IDE.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Leaves
|
|||||||
> 你可以在 [这里](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION_cn.md) 查看所有的修改和修复内容
|
> 你可以在 [这里](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION_cn.md) 查看所有的修改和修复内容
|
||||||
|
|
||||||
## 对于服务器管理员
|
## 对于服务器管理员
|
||||||
此分支使用与Paper一致的paperclip分发
|
此分支使用与 Paper 一致的 paperclip 分发
|
||||||
|
|
||||||
你可以从 [此处](https://github.com/LeavesMC/Leaves/releases/latest) 下载最新的构建结果 (1.20.x)
|
你可以从 [此处](https://github.com/LeavesMC/Leaves/releases/latest) 下载最新的构建结果 (1.20.x)
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ Leaves
|
|||||||
如果你想要获得更多信息,那么你可以访问我们的 [文档](https://docs.leavesmc.top/zh/leaves)
|
如果你想要获得更多信息,那么你可以访问我们的 [文档](https://docs.leavesmc.top/zh/leaves)
|
||||||
|
|
||||||
## 对于插件开发者
|
## 对于插件开发者
|
||||||
如果你要将Leaves作为依赖,那么你必须进行 [自行构建](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建)
|
如果你要将 Leaves 作为依赖,那么你必须进行 [自行构建](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md#自行构建)
|
||||||
|
|
||||||
Leaves-API:
|
Leaves-API:
|
||||||
```kotlin
|
```kotlin
|
||||||
@@ -40,7 +40,7 @@ dependencies {
|
|||||||
|
|
||||||
## 自行构建
|
## 自行构建
|
||||||
|
|
||||||
你需要最低JDK17和一个可以正常访问各种git/maven库的网络
|
你需要最低 JDK 17 和一个可以正常访问各种 git/maven 库的网络
|
||||||
|
|
||||||
首先克隆此储存库,然后在你的终端里依次执行 `./gradlew applyPatches` 和 `./gradlew createReobfBundlerJar`
|
首先克隆此储存库,然后在你的终端里依次执行 `./gradlew applyPatches` 和 `./gradlew createReobfBundlerJar`
|
||||||
|
|
||||||
@@ -55,5 +55,3 @@ dependencies {
|
|||||||
[<img src="https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png" alt="" width="150">](https://www.jetbrains.com)
|
[<img src="https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png" alt="" width="150">](https://www.jetbrains.com)
|
||||||
|
|
||||||
[JetBrains](https://www.jetbrains.com/),IntelliJ IDEA的创造者,为Leaves提供了 [开源许可证](https://www.jetbrains.com/opensource/)。我们极力推荐使用IntelliJ IDEA作为你的IDE。
|
[JetBrains](https://www.jetbrains.com/),IntelliJ IDEA的创造者,为Leaves提供了 [开源许可证](https://www.jetbrains.com/opensource/)。我们极力推荐使用IntelliJ IDEA作为你的IDE。
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ echo "$leavesid [![download](https://img.shields.io/github/downloads/LeavesMC/Le
|
|||||||
echo "=====" >> $releaseinfo
|
echo "=====" >> $releaseinfo
|
||||||
echo "" >> $releaseinfo
|
echo "" >> $releaseinfo
|
||||||
if [ $preVersion = "true" ]; then
|
if [ $preVersion = "true" ]; then
|
||||||
echo "> This is early, experimental build. It is only recommended for usage on test servers and should be used with caution." >> $releaseinfo
|
echo "> This is an early, experimental build. It is only recommended for usage on test servers and should be used with caution." >> $releaseinfo
|
||||||
echo "> **Backups are mandatory!**" >> $releaseinfo
|
echo "> **Backups are mandatory!**" >> $releaseinfo
|
||||||
echo "" >> $releaseinfo
|
echo "" >> $releaseinfo
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user