Skip to content

Commit 3b16f37

Browse files
authored
Merge pull request #459 from ACaiCat/master
更新:更多翻译、修正、文档
2 parents a267458 + 13a1be2 commit 3b16f37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+3480
-2228
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
33
- name: 获取插件用法 (本仓库)
44
url: https://github.com/UnrealMultiple/TShockPlugin?tab=readme-ov-file#%E5%B7%B2%E6%94%B6%E9%9B%86%E6%8F%92%E4%BB%B6
Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,47 @@
1-
name: 请求新功能
2-
description: 提交一个本仓库插件BUG
3-
title: '[建议] '
1+
name: 请求新功能 | Request New Feature
2+
description: 提交一个本仓库插件BUG | Submit a bug for this repository plugin
3+
title: '[建议|Suggestion] '
44
labels: suggest
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
很高兴你能提交新的功能,为了能够更好的描述功能,请你填写下面的表格捏
9+
很高兴你能提交新的功能,为了能够更好的描述功能,请你填写下面的表格捏 | We are glad you are submitting a new feature. To better describe the feature, please fill out the form below.
1010
- type: checkboxes
1111
id: read-first-issue
1212
attributes:
13-
label: 已阅须知
14-
description: 我已经阅读发ISSUE必看
13+
label: 已阅须知 | Read the guidelines
14+
description: 我已经阅读发ISSUE必看 | I have read the guidelines for submitting an issue
1515
options:
16-
- label:
16+
- label: | Yes
1717
required: true
1818
- type: checkboxes
1919
id: read2
2020
attributes:
21-
label: 功能有益
22-
description: 我已确我提交的功能对大部分服主有益
21+
label: 功能有益 | Feature is beneficial
22+
description: 我已确我提交的功能对大部分服主有益 | I confirm that the feature I am submitting is beneficial to most server owners
2323
options:
24-
- label:
24+
- label: | Yes
2525
required: true
26-
26+
2727
- type: input
2828
id: plugin-name
2929
attributes:
30-
label: 插件名字
31-
description: 建议的插件
30+
label: 插件名字 | Plugin Name
31+
description: 建议的插件 | Suggested plugin
3232
placeholder: CaiBotPlugin
3333
validations:
3434
required: true
35-
35+
3636

3737
- type: textarea
3838
id: how-reproduce
3939
attributes:
40-
label: 需要什么功能?
41-
description: 详细的说说你的功能
40+
label: 需要什么功能? | What feature do you need?
41+
description: 详细的说说你的功能 | Describe your feature in detail
4242
placeholder: |
43-
1. 新命令: /slap Cai 给Cai来一巴掌
44-
2. 导出人物存档的功能
45-
3. 给玩家加一个聊天前缀用来显示金币数,比如:[114514]
43+
1. 新命令: /slap Cai 给Cai来一巴掌 | New command: /slap Cai to slap Cai
44+
2. 导出人物存档的功能 | Function to export character saves
45+
3. 给玩家加一个聊天前缀用来显示金币数,比如:[114514] | Add a chat prefix for players to display the number of coins, e.g., [114514]
4646
validations:
4747
required: true
48-
49-

.github/ISSUE_TEMPLATE/report_bug.yaml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
1-
name: 报告BUG
2-
description: 提交一个本仓库插件BUG
1+
name: 报告BUG | Report a Bug
2+
description: 提交一个本仓库插件BUG | Submit a bug for this repository plugin
33
title: '[BUG] '
44
labels: bug
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
很高兴你能提交新的Bug,为了能够更好的解决问题,请你填写下面的表格捏
9+
很高兴你能提交新的Bug,为了能够更好的解决问题,请你填写下面的表格捏 | We are glad you are submitting a new bug. To better solve the problem, please fill out the form below.
1010
- type: checkboxes
1111
id: read-first-issue
1212
attributes:
13-
label: 已阅须知
14-
description: 我已经阅读发ISSUE必看
13+
label: 已阅须知 | Read the guidelines
14+
description: 我已经阅读发ISSUE必看 | I have read the guidelines for submitting an issue
1515
options:
16-
- label:
16+
- label: | Yes
1717
required: true
1818
- type: checkboxes
1919
id: read3
2020
attributes:
21-
label: BUG可复现
22-
description: 我已确保我复现BUG的方法可用
21+
label: BUG可复现 | Bug is reproducible
22+
description: 我已确保我复现BUG的方法可用 | I confirm that the method to reproduce the bug is valid
2323
options:
24-
- label:
24+
- label: | Yes
2525
required: true
2626
- type: checkboxes
2727
id: read4
2828
attributes:
29-
label: 插件最新
30-
description: 我已确保我的插件是最新版本
29+
label: 插件最新 | Plugin is up-to-date
30+
description: 我已确保我的插件是最新版本 | I confirm that my plugin is the latest version
3131
options:
32-
- label:
32+
- label: | Yes
3333
required: true
34-
34+
3535
- type: input
3636
id: plugin-name
3737
attributes:
38-
label: 插件名字
39-
description: 出问题的插件
38+
label: 插件名字 | Plugin Name
39+
description: 出问题的插件 | Plugin with the issue
4040
placeholder: CaiBotPlugin
4141
validations:
4242
required: true
43-
43+
4444
- type: dropdown
4545
id: system
4646
attributes:
47-
label: 系统
47+
label: 系统 | System
4848
options:
4949
- Windows
5050
- Linux
5151
- Mac
52-
- 手机
52+
- 手机 | Mobile
5353
validations:
5454
required: true
55-
55+
5656
- type: textarea
5757
id: what-happened
5858
attributes:
59-
label: 发生了什么?
60-
description: 填写对问题的描述
59+
label: 发生了什么? | What happened?
60+
description: 填写对问题的描述 | Describe the issue
6161
placeholder: |
62-
输入/slap Cai 结果给Koko打了一巴掌
62+
输入/slap Cai 结果给Koko打了一巴掌 | Entered /slap Cai and ended up slapping Koko
6363
validations:
6464
required: true
6565
- type: textarea
6666
id: how-reproduce
6767
attributes:
68-
label: 如何复现
69-
description: 填写应当如何操作才会让BUG出现
68+
label: 如何复现 | How to reproduce
69+
description: 填写应当如何操作才会让BUG出现 | Describe the steps to reproduce the bug
7070
placeholder: |
71-
1. 输入/slap Cai
72-
2. 然后打了Koko
71+
1. 输入/slap Cai | 1. Enter /slap Cai
72+
2. 然后打了Koko | 2. Then slapped Koko
7373
3. xxx
7474
validations:
7575
required: true
76-
76+
7777
- type: textarea
7878
id: what-expected
7979
attributes:
80-
label: 期望的结果?
81-
description: 填写如果你觉得插件正常,会出现的结果
80+
label: 期望的结果? | Expected result?
81+
description: 填写如果你觉得插件正常,会出现的结果 | Describe the expected result if the plugin works correctly
8282
placeholder: |
83-
输入/slap Cai 会打Cai一巴掌
83+
输入/slap Cai 会打Cai一巴掌 | Entering /slap Cai will slap Cai
8484
validations:
8585
required: true
8686

8787
- type: textarea
8888
id: text-log
8989
attributes:
90-
label: 文本日志
91-
description: tshock文本日志的不正常、报错部分
90+
label: 文本日志 | Text log
91+
description: tshock文本日志的不正常、报错部分 | Abnormal or error parts of the tshock text log
9292
render: shell
9393
placeholder: |
9494
2024-07-17 11:34:58 - Utils: INFO: Server执行了/slap Cai。
@@ -114,8 +114,8 @@ body:
114114
- type: textarea
115115
id: console-log
116116
attributes:
117-
label: 控制台日志
118-
description: 在控制台的报错截图或文本,没有请忽略
117+
label: 控制台日志 | Console log
118+
description: 在控制台的报错截图或文本,没有请忽略 | In the console’s error screenshots or text, ignore if none.
119119
render: shell
120120
placeholder: |
121121
Server执行了/slap Cai。

0 commit comments

Comments
 (0)