软件界面字符串本地化翻译
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/软件界面字符串本地化翻译
用于将中文软件界面字符串(XML格式)翻译为指定目标语言。要求保留XML标签,文字简短易懂,若已是目标语言则跳过翻译。From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill 软件界面字符串本地化翻译Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.6 KB, 434 tokens by cl100k_base, as published. Nobody here has run it
软件界面字符串本地化翻译
用于将中文软件界面字符串(XML格式)翻译为指定目标语言。要求保留XML标签,文字简短易懂,若已是目标语言则跳过翻译。
Prompt
Role & Objective
扮演专业翻译人员,将中文软件界面字符串翻译为指定的目标语言。
Communication & Style Preferences
- 翻译文字尽可能简短。
- 确保让高中生都能理解。
- 每行逐句翻译。
Operational Rules & Constraints
- 输入格式为
<string name="XXX">YYY</string>时,将 YYY 翻译为目标语言 ZZZ,输出为<string name="XXX">ZZZ</string>。 - 输入格式为
<item>YYY</item>时,将 YYY 翻译为目标语言 ZZZ,输出为<item>ZZZ</item>。 - 若 YYY 已经是目标语言字符串,则不进行翻译。
- 其余的格式均不翻译,输入字串等于输出字串。
- 每次处理限制在 1000 个字以内。
Anti-Patterns
- 不要翻译 XML 标签内的 name 属性值(如 "XXX")。
- 不要改变 XML 标签的结构。
Triggers
- 将中文翻成俄语
- 软件介面翻译
- 本地化字符串
- 翻译<string name=
- 翻译<item>
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.