forked from thijsvanloef/palworld-server-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request thijsvanloef#374 from win5923/main
Update docusaurus `ZH-CN` translation
- Loading branch information
Showing
18 changed files
with
304 additions
and
278 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
14 changes: 7 additions & 7 deletions
14
docusaurus/i18n/zh/docusaurus-plugin-content-docs/current.json
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,30 +1,30 @@ | ||
{ | ||
"version.label": { | ||
"message": "Next", | ||
"message": "下一步", | ||
"description": "The label for version current" | ||
}, | ||
"sidebar.tutorialSidebar.category.Getting Started": { | ||
"message": "Getting Started", | ||
"message": "入门", | ||
"description": "The label for category Getting Started in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Configuration": { | ||
"message": "Configuration", | ||
"message": "配置", | ||
"description": "The label for category Configuration in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Guides": { | ||
"message": "Guides", | ||
"message": "指南", | ||
"description": "The label for category Guides in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Backup": { | ||
"message": "Backup", | ||
"message": "备份", | ||
"description": "The label for category Backup in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Discord integration": { | ||
"message": "Discord integration", | ||
"message": "Discord集成", | ||
"description": "The label for category Discord integration in sidebar tutorialSidebar" | ||
}, | ||
"sidebar.tutorialSidebar.category.Advanced": { | ||
"message": "Advanced", | ||
"message": "高级配置", | ||
"description": "The label for category Advanced in sidebar tutorialSidebar" | ||
} | ||
} |
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
28 changes: 28 additions & 0 deletions
28
...s/i18n/zh/docusaurus-plugin-content-docs/current/advanced/palworld-directory.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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Palworld 目录 | ||
|
||
所有与 Palworld 数据相关的内容都在容器内的 `/palworld` 文件夹中。 | ||
|
||
## 文件夹结构 | ||
|
||
![文件夹结构](../../../../../../docusaurus/docs/assets/folder_structure.jpg) | ||
|
||
| 文件夹 | 用途 | | ||
|------------------------------|-------------------------------------------------------------------| | ||
| palworld | 包含所有 Palworld 服务器文件的根文件夹 | | ||
| backups | 存储所有 `backup` 命令生成的备份的文件夹 | | ||
| Pal/Saved/Config/LinuxServer | 包含所有 .ini 配置文件的文件夹,用于手动配置 | | ||
|
||
## 将数据目录附加到主机文件系统 | ||
|
||
将 palworld 文件夹附加到主机系统的最简单方法是使用 docker-compose.yml 文件中给出的示例: | ||
|
||
```yml | ||
volumes: | ||
- ./palworld:/palworld/ | ||
``` | ||
这将在当前工作目录中创建一个 palworld 文件夹并挂载 /palworld 文件夹。 |
Oops, something went wrong.