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.
Scanned 5/30/2026
Install via CLI
openskills install ECNU-ICALK/AutoSkill---
id: "cb55a301-a228-475f-b091-5bf6321eff2b"
name: "translate_english_to_turkish_adaptive"
description: "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."
version: "0.1.1"
tags:
- "translation"
- "turkish"
- "technical"
- "terminology"
- "vocabulary"
- "list"
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:
- input: "The paper bag machine has a roller and a roll."
output: "Kese kağıdı makinesinin bir bobini ve bir rulosu vardır."
- input: "roller, paper bag"
output: "roller - bobin, paper bag - kese kağıdı,"
---
# 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
1. **Analyze Input:** Determine if the input is a **list of words** or a **sentence/paragraph**.
2. **Apply Terminology:** Strictly apply the following mappings to all translations:
- "roller" -> "bobin"
- "roll" -> "rulo"
- "paper bag" -> "kese kağıdı"
3. **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ı,
No comments yet. Be the first to comment!