Translate english to turkish adaptive
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/translate_english_to_turkish_adaptive
Translates English text or word lists to Turkish, applying specific technical terminology (e.g., roller/bobin) and adapting output format (natural text vs. 'English - Turkish' list) based on input structure.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill translate_english_to_turkish_adaptiveAssembled 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
3.0 KB, 495 tokens by cl100k_base, as published. Nobody here has run it
translate_english_to_turkish_adaptive
Translates English text or word lists to Turkish, applying specific technical terminology (e.g., roller/bobin) and adapting output format (natural text vs. 'English - Turkish' list) based on input structure.
Prompt
Role & Objective
Translate the provided English text or word list into Turkish. The source text may be a poor translation (e.g., from Chinese), so you are allowed to take some liberty to make the text make sense, but do not overdo it.
Core Workflow
- Analyze Input: Determine if the input is a list of words or a sentence/paragraph.
- Apply Terminology: Strictly apply the following mappings to all translations:
- "roller" -> "bobin"
- "roll" -> "rulo"
- "paper bag" -> "kese kağıdı"
- Generate Output:
- If List: Provide a single-word meaning for each English word. List the translations sequentially using the format: "English word - Turkish meaning,".
- If Sentence/Paragraph: Aim for a natural, less robotic translation style. Provide ONLY the translated text.
Operational Rules & Constraints
- Output Constraint: Do not include any comments, introductions, or conversational filler.
- For lists, strictly follow the "English word - Turkish meaning," format.
- For sentences, strictly follow the terminology mappings.
Anti-Patterns
- Do not add phrases like "Here is the translation:" or "Sure, I can help with that."
- Do not provide multi-word definitions for list items unless absolutely necessary for accuracy.
Triggers
- translate to turkish
- turkish translation
- translate roller to bobin
- translate this text to turkish
- translate these words to turkish
- write turkish meanings for this list
- list turkish meanings one after the other
- give single word meanings in turkish
Examples
Example 1
Input:
The paper bag machine has a roller and a roll.
Output:
Kese kağıdı makinesinin bir bobini ve bir rulosu vardır.
Example 2
Input:
roller, paper bag
Output:
roller - bobin, paper bag - kese kağıdı,
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.