translator
translator — noun
1. someone who takes written text in one language and produces an equivalent versio
someone who takes written text in one language and produces an equivalent version in another language, doing this as a regular paid job
Yumi works as a translator for a Tokyo publishing house, turning English novels into Japanese.
collocation: work as a translator
The United Nations hired several translators to prepare a report in all six official languages.
passive: hired to prepare documents in [languages]
Before submitting the contract, Jack asked a professional translator to check the French version.
Anna's grandmother was a literary translator, turning French poetry into English for over forty years.
- interpreter
handles spoken language in real time, not written documents
- transcriber
writes down spoken words in the same language, rather than converting between languages
- localiser
adapts content for a specific regional market, going beyond word-for-word translation
文法句型
translator + of + language
work as + a translator
用法筆記
Frequently followed by of + language (a translator of Arabic poetry) or from/into (translator from Italian into English). When the focus is on spoken language, interpreter is the preferred term.
常見錯誤
2. someone who listens to what a person says in one language and immediately says t
someone who listens to what a person says in one language and immediately says the same message in another language, helping people who speak different languages understand each other
Karim served as a translator for the trade delegation, helping them talk with local suppliers.
collocation: serve as a translator for [group]
At a medical conference, a translator whispered the speech into Cantonese for the doctors.
Without a proper translator, the talk between the mayor and investors had awkward pauses.
Constanza translated for Korean tourists at a night market, helping them order food and bargain.
- interpreter
the standard professional term for someone who converts spoken language in real time
- linguist
broader term; can refer to anyone skilled in languages, not necessarily doing conversion work
文法句型
act as + a translator
serve as + translator + for + [group]
用法筆記
In modern English, interpreter is more common than translator when referring to spoken language. Translator in this spoken sense is still understood but may sound informal or slightly old-fashioned. Many professional contexts (conferences, courts, hospitals) use interpreter.
常見錯誤
3. a software program that reads instructions written in one computer language and
a software program that reads instructions written in one computer language and creates equivalent instructions in a different computer language
The team used a translator to convert the old COBOL banking system into Java code.
collocation: convert [language] into [language]
A good code translator checks the output structure, not just the original program's words.
Nikhil built a custom translator turning visual blocks into C++ code for a robotics course.
Modern JavaScript translators convert TypeScript code into a version that older web browsers can run.
- compiler
a specific type of translator that turns source code into machine code for direct execution
- transpiler
a translator that converts between high-level programming languages (e.g., TypeScript to JavaScript)
- converter
general term for any tool that changes one format into another, not limited to programming languages
文法句型
[language] translator
translator + for + [language]
用法筆記
In computing, translator is a broad term that covers compilers (which produce machine code) and transpilers (which produce higher-level code). Not interchangeable with interpreter, which executes code line by line without producing a separate output file.