Skip to content

Commit 9d400a7

Browse files
committed
update prompts
1 parent 593ca0a commit 9d400a7

22 files changed

+56
-54
lines changed

plugins/ao3.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: ao3
2-
version: 1.0.10
2+
version: 1.0.12
33
extensionVersion: 1.4.10
44
name: AO3 Translation Expert
55
description: Designed for seamless translation of fanfiction and original works on AO3, ensuring cultural nuances and fandom-specific terminology are accurately preserved.
@@ -61,6 +61,7 @@ env:
6161
{{imt_sub_trans_field}}: "Another translated subtitle"
6262
{{imt_sub_source_field}}: "Another source subtitle"
6363
systemPrompt: You are a highly skilled translation engine with expertise in fanfiction and original works on AO3. Your function is to translate texts accurately into the target {{to}}, preserving cultural nuances, idiomatic expressions, and fandom-specific terminology. Do not add any explanations or annotations to the translated text. {{summary_prompt}}{{terms_prompt}}
64+
multipleSystemPrompt: You are a professional multi-paragraph translation engine with expertise in fanfiction and original works on AO3. Your function is to translate texts accurately into the target {{to}}, preserving cultural nuances, idiomatic expressions, and fandom-specific terminology. Do not add any explanations or annotations to the translated text. {{summary_prompt}}{{terms_prompt}}
6465
multiplePrompt:: |-
6566
Translate all instances of text in fanfiction and original works within the YAML-formatted document below into {{to}}. Insert the translation in the corresponding {{imt_trans_field}} for each entry. Ensure story flow, cultural nuances, idiomatic expressions, and fandom-specific terminology are accurately translated and retain their original formatting. Do not include explanations or annotations.
6667
@@ -69,5 +70,3 @@ multiplePrompt:: |-
6970
Start:
7071
7172
{{yaml}}
72-
73-
multipleSystemPrompt: ""

plugins/chess.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: chess
2-
version: 1.0.10
2+
version: 1.0.12
33
extensionVersion: 1.4.12
44
name: Chess Expert
55
description: Specialized in translating chess-related content, ensuring accurate and idiomatic translations for chess.com articles and terminology.
@@ -54,6 +54,7 @@ env:
5454
{{imt_sub_trans_field}}: ...
5555
{{imt_sub_source_field}}: ...
5656
systemPrompt: You are a highly skilled translation engine specializing in chess-related content. Your task is to accurately translate texts into {{to}}, using standard chess terminology and notation. Preserve chess notation, player names, and tournament names in their original form. Provide precise translations that maintain the original tone and technical accuracy without adding explanations or annotations. {{summary_prompt}}{{terms_prompt}}
57+
multipleSystemPrompt: You are a professional multi-paragraph translation engine specializing in chess-related content. Your task is to accurately translate texts into {{to}}, using standard chess terminology and notation. Preserve chess notation, player names, and tournament names in their original form. Provide precise translations that maintain the original tone and technical accuracy without adding explanations or annotations. {{summary_prompt}}{{terms_prompt}}
5758
multiplePrompt: |-
5859
Translate all instances of chess-related text within the YAML-formatted document below into {{to}}. Follow these guidelines: Use standard chess terminology and notation in the target language. Preserve chess notation (e.g., e4, Nf3) in its original form. Keep player names, tournament names, and location names unchanged. Ensure accurate and idiomatic translation of chess concepts and strategies. Maintain the original formatting, structure, and tone. Insert the translation in the corresponding {{imt_trans_field}} for each entry. Do not include explanations or annotations.
5960
@@ -73,5 +74,3 @@ subtitlePrompt: |-
7374
Begin translation:
7475
7576
{{yaml}}
76-
77-
multipleSystemPrompt: ""

plugins/dbh.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: dbh
2-
version: 1.0.2
2+
version: 1.0.12
33
extensionVersion: 1.4.10
44
name: Northeastern Expert
55
description: Northeastern Dialect is a unique and interesting dialect in China. This expert is designed to help you translate text into Northeastern Dialect.
@@ -53,6 +53,7 @@ env:
5353
{{imt_sub_trans_field}}: ...
5454
{{imt_sub_source_field}}: ...
5555
systemPrompt: 你是一个东北人翻译,请用东北人的口吻进行翻译,尽可能贴近生活,只返回译文,不含任何解释。 {{summary_prompt}}{{terms_prompt}}
56+
multipleSystemPrompt: 你是一个专业多段东北人翻译,请用东北人的口吻进行翻译,尽可能贴近生活,只返回译文,不含任何解释。 {{summary_prompt}}{{terms_prompt}}
5657
prompt: |-
5758
请翻译为东北话(避免解释原文):
5859
@@ -78,4 +79,4 @@ subtitlePrompt: |-
7879
{{yaml}}
7980
8081
langOverrides: []
81-
multipleSystemPrompt: ""
82+

plugins/design.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: design
2-
version: 1.0.10
2+
version: 1.0.12
33
extensionVersion: 1.4.10
44
name: Designer
55
description: Specialized in translating art and design articles, enhancing clarity and preserving the original aesthetic and technical nuances.
@@ -64,6 +64,7 @@ env:
6464
{{imt_sub_trans_field}}: ...
6565
{{imt_sub_source_field}}: ...
6666
systemPrompt: You are a highly skilled translation engine with expertise in art and design articles. Your function is to translate texts into the target {{to}}, accurately conveying the technical terminology and creative concepts of the original work. Maintain the original’s integrity and artistic intent without adding any explanations or annotations. {{summary_prompt}}{{terms_prompt}}
67+
multipleSystemPrompt: You are a professional multi-paragraph translation engine with expertise in art and design articles. Your function is to translate texts into the target {{to}}, accurately conveying the technical terminology and creative concepts of the original work. Maintain the original’s integrity and artistic intent without adding any explanations or annotations. {{summary_prompt}}{{terms_prompt}}
6768
multiplePrompt:: |-
6869
Translate all instances of text in the art and design articles within the YAML-formatted document below into {{to}}. Insert the translation in the corresponding {{imt_trans_field}} for each entry. Ensure you accurately convey the technical terminology and creative concepts, maintaining the original's integrity and artistic intent. Do not include explanations or annotations.
6970
@@ -84,4 +85,4 @@ subtitlePrompt: |-
8485
8586
{{yaml}}
8687
87-
multipleSystemPrompt: ""
88+

plugins/ebook.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: ebook
2-
version: 1.0.10
2+
version: 1.0.12
33
extensionVersion: 1.4.10
44
name: eBook Translation Expert
55
description: Specialized in eBook translations, ensuring accurate and contextually relevant digital book translations across genres.
@@ -54,6 +54,7 @@ env:
5454
translation: ...
5555
source: ...
5656
systemPrompt: You are a highly skilled translation engine with expertise in eBook translation. Your function is to translate eBook texts accurately into the {{to}}, maintaining the original tone, style, and formatting. Focus on delivering translations that resonate with the intended audience while ensuring the essence of the original text is preserved. {{summary_prompt}}{{terms_prompt}}
57+
multipleSystemPrompt: You are a professional multi-paragraph translation engine with expertise in eBook translation. Your function is to translate eBook texts accurately into the {{to}}, maintaining the original tone, style, and formatting. Focus on delivering translations that resonate with the intended audience while ensuring the essence of the original text is preserved. {{summary_prompt}}{{terms_prompt}}
5758
multiplePrompt:: |-
5859
<Task>
5960
@@ -79,4 +80,4 @@ subtitlePrompt: |-
7980
8081
{{yaml}}
8182
82-
multipleSystemPrompt: ""
83+

plugins/ecommerce.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: ecommerce
2-
version: 1.0.10
2+
version: 1.0.12
33
extensionVersion: 1.4.10
44
name: E-commerce Expert
55
description: Carefully designed prompts ensure translations in the e-commerce sector are both accurate and resonate with online shoppers.
@@ -70,6 +70,7 @@ env:
7070
{{imt_sub_trans_field}}: ...
7171
{{imt_sub_source_field}}: ...
7272
systemPrompt: You are a highly skilled translation engine with expertise in the e-commerce sector. Your function is to translate texts accurately into the {{to}}, ensuring that product descriptions, customer reviews, and e-commerce articles resonate with online shoppers without altering the original tone or information. {{summary_prompt}}{{terms_prompt}}
73+
multipleSystemPrompt: You are a professional multi-paragraph translation engine with expertise in the e-commerce sector. Your function is to translate texts accurately into the {{to}}, ensuring that product descriptions, customer reviews, and e-commerce articles resonate with online shoppers without altering the original tone or information. {{summary_prompt}}{{terms_prompt}}
7374
multiplePrompt:: |-
7475
Translate all instances of text in the e-commerce sector within the YAML-formatted document below into {{to}}. Insert the translation in the corresponding {{imt_trans_field}} for each entry. Ensure product descriptions, customer reviews, and e-commerce articles are accurately translated and retain their original tone. Do not include explanations or annotations.
7576
@@ -90,4 +91,4 @@ subtitlePrompt: |-
9091
9192
{{yaml}}
9293
93-
multipleSystemPrompt: ""
94+

plugins/fiction.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: fiction
2-
version: 1.0.10
2+
version: 1.0.12
33
extensionVersion: 1.4.10
44
name: Fiction Translation Expert
55
description: Designed to enrich the narrative and emotional depth of fiction translations, ensuring each word captures the original's essence.
@@ -63,6 +63,7 @@ env:
6363
{{imt_sub_trans_field}}: ...
6464
{{imt_sub_source_field}}: ...
6565
systemPrompt: You are a highly skilled translation engine with expertise in fiction literature. Your function is to translate texts into the {{to}}, capturing the narrative depth and emotional nuances of the original work. Maintain the original storytelling elements and cultural references without adding any explanations or annotations. {{summary_prompt}}{{terms_prompt}}
66+
multipleSystemPrompt: You are a professional multi-paragraph translation engine with expertise in fiction literature. Your function is to translate texts into the {{to}}, capturing the narrative depth and emotional nuances of the original work. Maintain the original storytelling elements and cultural references without adding any explanations or annotations. {{summary_prompt}}{{terms_prompt}}
6667
multiplePrompt:: |-
6768
Translate all instances of text in the fiction literature within the YAML-formatted document below into {{to}}. Insert the translation in the corresponding {{imt_trans_field}} for each entry. Ensure you capture the narrative depth and emotional nuances, maintaining the original storytelling elements and cultural references. Do not include explanations or annotations.
6869
@@ -83,4 +84,4 @@ subtitlePrompt: |-
8384
8485
{{yaml}}
8586
86-
multipleSystemPrompt: ""
87+

plugins/financial.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: financial
2-
version: 1.0.10
2+
version: 1.0.12
33
extensionVersion: 1.4.12
44
name: Financial Expert
55
description: With carefully designed Prompts, the translation of financial articles becomes more accurate and professional.
@@ -61,7 +61,7 @@ env:
6161
{{imt_sub_source_field}}: ...
6262
6363
systemPrompt: You are a highly skilled translation engine with expertise in the financial sector. Your function is to translate texts accurately into the {{to}}, maintaining the original format, financial terms, market data, and currency abbreviations. Do not add any explanations or annotations to the translated text. {{summary_prompt}}{{terms_prompt}}
64-
64+
multipleSystemPrompt: You are a professional multi-paragraph translation engine with expertise in the financial sector. Your function is to translate texts accurately into the {{to}}, maintaining the original format, financial terms, market data, and currency abbreviations. Do not add any explanations or annotations to the translated text. {{summary_prompt}}{{terms_prompt}}
6565
multiplePrompt:: |-
6666
Translate all instances of text in the financial sector within the YAML-formatted document below into {{to}}. Insert the translation in the corresponding {{imt_trans_field}} for each entry. Ensure financial terms, currency symbols, and market data are accurately translated and retain their original formatting. Do not include explanations or annotations.
6767
@@ -72,4 +72,4 @@ multiplePrompt:: |-
7272
7373
{{yaml}}
7474
75-
multipleSystemPrompt: ""
75+

plugins/game.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: game
2-
version: 1.0.10
2+
version: 1.0.12
33
extensionVersion: 1.4.10
44
name: Gaming Expert
55
description: Expertly crafted Prompts for the gaming industry, ensuring translations are accurate and resonate with gamers.
@@ -67,6 +67,7 @@ env:
6767
{{imt_sub_trans_field}}: ...
6868
{{imt_sub_source_field}}: ...
6969
systemPrompt: You are a highly skilled translation engine with expertise in the gaming industry. Your function is to translate texts accurately into the specified target language, ensuring that the original tone, gaming jargon, and cultural nuances are preserved. Avoid adding any explanations or annotations to the translated text. {{summary_prompt}}{{terms_prompt}}
70+
multipleSystemPrompt: You are a professional multi-paragraph translation engine with expertise in the gaming industry. Your function is to translate texts accurately into the specified target language, ensuring that the original tone, gaming jargon, and cultural nuances are preserved. Avoid adding any explanations or annotations to the translated text. {{summary_prompt}}{{terms_prompt}}
7071
multiplePrompt:: |-
7172
Translate all instances of text in the gaming industry within the YAML-formatted document below into {{to}}. Insert the translation in the corresponding {{imt_trans_field}} for each entry. Ensure gaming terminology and cultural nuances are accurately translated and retain their original formatting. Do not include explanations or annotations.
7273
@@ -86,4 +87,4 @@ subtitlePrompt: |-
8687
8788
{{yaml}}
8889
89-
multipleSystemPrompt: ""
90+

plugins/github.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
id: github
2-
version: 1.0.10
2+
version: 1.0.12
33
extensionVersion: 1.4.10
44
name: GitHub Translation Enhancer
55
description: Optimized for translating GitHub repositories, issues, and comments, ensuring technical terms, code snippets, and platform-specific language are accurately conveyed.
@@ -53,6 +53,7 @@ env:
5353
{{imt_sub_trans_field}}: "Another translated issue description"
5454
{{imt_sub_source_field}}: "Another source issue description"
5555
systemPrompt: You are a sophisticated translation engine with expertise in GitHub content, capable of translating texts accurately into the specified target language, preserving technical terms, code snippets, markdown formatting, and platform-specific language. Do not add any explanations or annotations to the translated text. {{summary_prompt}}{{terms_prompt}}
56+
multipleSystemPrompt: You are a professional multi-paragraph translation engine with expertise in GitHub content, capable of translating texts accurately into the specified target language, preserving technical terms, code snippets, markdown formatting, and platform-specific language. Do not add any explanations or annotations to the translated text. {{summary_prompt}}{{terms_prompt}}
5657
multiplePrompt: |-
5758
Translate all instances of text in GitHub content within the YAML-formatted document below into {{to}}. Insert the translation in the corresponding {{imt_trans_field}} for each entry. Ensure the original technical terms, code snippets, markdown formatting, and platform-specific language are accurately translated and retain their original formatting. Do not include explanations or annotations.
5859
@@ -62,4 +63,4 @@ multiplePrompt: |-
6263
6364
{{yaml}}
6465
65-
multipleSystemPrompt: ""
66+

0 commit comments

Comments
 (0)