gptrans 1.9.2 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prompt/translate.md +0 -10
package/package.json
CHANGED
package/prompt/translate.md
CHANGED
|
@@ -14,16 +14,6 @@ REFERENCES
|
|
|
14
14
|
# Return Format
|
|
15
15
|
- Provide the final translation within a code block using ```.
|
|
16
16
|
- Do not include alternative translations, only provide the best translation.
|
|
17
|
-
- **IMPORTANT:** If the input contains multiple texts separated by `------`, you MUST return the translations in the SAME ORDER, separated by the EXACT SAME separator:
|
|
18
|
-
```
|
|
19
|
-
Translation 1
|
|
20
|
-
------
|
|
21
|
-
Translation 2
|
|
22
|
-
------
|
|
23
|
-
Translation 3
|
|
24
|
-
```
|
|
25
|
-
- Do not add extra newlines or modify the separator format.
|
|
26
|
-
- Each translation should correspond to each input text in the same order.
|
|
27
17
|
|
|
28
18
|
# Warnings
|
|
29
19
|
- **Context:** I will provide you with a text in FROM_DENONYM FROM_LANG. The goal is to translate it to TARGET_ISO (TARGET_DENONYM TARGET_LANG) while maintaining the essence, style, intention, and tone of the original.
|