translator
translator — 名詞
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.
Yumi 在東京一家出版社擔任筆譯員,將英文小說翻譯成日文。
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.
簽約前,Jack 請了一位專業筆譯員檢查法文版本。
Anna's grandmother was a literary translator, turning French poetry into English for over forty years.
Anna 的祖母是文學筆譯員,將法文詩歌翻成英文長達四十多年。
- 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.
Karim 為貿易代表團擔任口譯員,協助他們與當地供應商溝通。
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.
Constanza 在夜市為韓國觀光客翻譯,協助他們點餐和殺價。
- 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.
開發團隊使用轉譯器將老舊的 COBOL 銀行系統轉換為 Java 程式碼。
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.
Nikhil 為機器人課程打造了一個自訂轉譯器,將視覺化積木變成 C++ 程式碼。
Modern JavaScript translators convert TypeScript code into a version that older web browsers can run.
現代的 JavaScript 轉譯器能將 TypeScript 程式碼轉成舊版瀏覽器可執行的版本。
- 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.