You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the [issues](https://github.com/yetone/openai-translator/issues) and found nothing similar.
21
23
required: true
22
24
- type: input
23
25
attributes:
24
26
label: feature
25
-
description: >
26
-
一句话概括你的功能建议。Please provide a brief description of your feature proposal.
27
+
description: |
28
+
一句话概括你的功能建议。
29
+
30
+
Please provide a brief description of your feature proposal.
27
31
validations:
28
32
required: true
29
33
- type: textarea
30
34
attributes:
31
35
label: 描述 Motivation
32
-
description: >
36
+
description: |
33
37
解释一下这个功能将如何解决您的问题。
34
38
35
39
Explain how this feature will resolve your problem, including the way it addresses the issue that you are facing.
@@ -38,18 +42,26 @@ body:
38
42
- type: textarea
39
43
attributes:
40
44
label: Solution
41
-
description: 描述建议的解决方案。Describe the proposed solution. (if you have any additional information, please add it here.)
45
+
description: |
46
+
描述建议的解决方案。
47
+
48
+
Describe the proposed solution. (if you have any additional information, please add it here.)
42
49
- type: textarea
43
50
attributes:
44
51
label: 还有其他内容吗?Anything else?
45
52
- type: checkboxes
46
53
attributes:
47
54
label: 你是否愿意提交一份 PR?Are you willing to submit a PR?
48
-
description: >
49
-
我们期待开发人员和用户的帮助,以解决在 OpenAI Translator Bob Plugin 中发现的任何问题。 如果您愿意通过提交 PR 来解决此问题,请勾选。We eagerly anticipate developers' and users' support and collaboration in resolving any issues found in OpenAI Translator Bob Plugin. If you are willing to offer a solution by submitting a PR to fix this matter, kindly mark the checkbox provided.
55
+
description: |
56
+
我们期待开发人员和用户的帮助,以解决在 OpenAI Translator Bob Plugin 中发现的任何问题。 如果您愿意通过提交 PR 来解决此问题,请勾选。
57
+
58
+
We eagerly anticipate developers' and users' support and collaboration in resolving any issues found in OpenAI Translator Bob Plugin. If you are willing to offer a solution by submitting a PR to fix this matter, kindly mark the checkbox provided.
50
59
options:
51
60
- label: 我愿意提供 PR! I'm willing to submit a PR!
52
61
- type: markdown
53
62
attributes:
54
-
value: "非常感谢您的功能建议!Thank you very much for your feature proposal!"
0 commit comments