turn / pass のコロケーション: 切り替える・判明する・渡す
B1-B2向けに、turn と pass の自然なコロケーションを日常会話、ビジネス会話、ソフトウェアエンジニア実務の場面別に整理する。
turn / pass の中心イメージ
turn の中心は、向き・状態・設定・話の流れが変わること。
pass の中心は、物・情報・責任・時間・チェックが次へ進むこと。
turn on a feature flag feature flag を有効にする
turn off noisy logging うるさいログ出力を無効にする
turn out to be a config issue 設定の問題だと判明する
pass the message along メッセージを伝達する
the checks passed チェックが通った
pass ownership to another team 所有権を別チームに渡す
turn は、スイッチを入れる、方向を変える、別の状態に変える、後から結果がわかる、という場面で使う。
pass は、手から手へ渡す、誰かに伝える、試験やチェックを通過する、別の人やチームに責任を移す、という場面で使う。
ソフトウェアエンジニア実務では、turn は feature flag、logging、traffic、結果判明に出やすい。pass は context、ticket、ownership、CI、review checks に出やすい。
日常会話で使う turn / pass
turn + 方向 / 設定 / 状態
| 表現 | 使う場面 | 例文 |
|---|---|---|
| turn left | 左に曲がる | Turn left at the next light. |
| turn around | 振り返る / 引き返す | Let’s turn around. |
| turn on the lights | 電気をつける | Can you turn on the lights? |
| turn off the TV | テレビを消す | Please turn off the TV. |
| turn down the volume | 音量を下げる | Could you turn the volume down? |
| turn out fine | 結果的に大丈夫になる | Everything turned out fine. |
turn は「回す」だけでなく、方向、設定、状態を変えるときに広く使う。
Can you turn on the lights?
電気をつけてくれる?
Turn left at the next light.
次の信号で左に曲がって。
turn on / turn off は、電気、テレビ、通知、機能、設定にそのまま広げられる。
pass + 物 / 場所 / テスト / 選択
| 表現 | 使う場面 | 例文 |
|---|---|---|
| pass me the salt | 塩を渡す | Could you pass me the salt? |
| pass the ball | ボールを渡す | Pass the ball to me. |
| pass by the station | 駅のそばを通る | We passed by the station. |
| pass the test | テストに合格する | I passed the test. |
| pass on dessert | デザートを遠慮する | I’ll pass on dessert. |
| time passes quickly | 時間が早く過ぎる | Time passes quickly. |
pass は「通る」「渡す」「通過する」。日常では物を渡す、場所を通る、試験に通る、誘いや選択肢を見送る場面で使う。
Could you pass me the salt?
塩を取ってくれる?
I'll pass on dessert.
デザートは遠慮します。
pass on ... は「遠慮する」の意味もある。pass on the message なら「メッセージを伝える」なので、後ろの名詞で意味が変わる。
ビジネス会話で使う turn / pass
turn on / turn off
turn on ... は「有効にする」、turn off ... は「無効にする」。仕事では設定、通知、機能、計測、ログに使いやすい。
Can we turn on notifications for this channel?
Let's turn off the reminder for now.
We should turn on tracking before the launch.
enable / disable より会話的。仕様書、設定画面、コードコメントでは enable / disable も自然。
turn into
turn A into B は「AをBに変える」。メモを企画にする、会話をタスクにする、苦情を改善案にする、という流れで使える。
Let's turn this draft into a short proposal.
Can we turn the discussion into action items?
The customer report turned into a larger investigation.
make A into B も使えるが、turn into は「状態が変わってBになる」感覚が強い。
turn out
turn out ... は「結果的にそうなる」「後でそうだと判明する」。会議、調査、障害対応でとても便利。
It turned out to be a small data issue.
As it turned out, we did not need a full migration.
Everything turned out better than expected.
日本語の「結果として」「調べたら」に近い。it was だけより、調査や時間の経過を含められる。
turn to
turn to someone は「誰かに頼る」「相談先として向かう」。困ったときに誰を頼ったかを言う。
We turned to the finance team for guidance.
Who should we turn to for approval?
ask は「聞く」。turn to は「助けや判断を求めて頼る」感じがある。
pass along / pass on
pass along ... は「情報を伝達する」。pass on ... も同じ意味で使えるが、pass on this option のように「見送る」の意味もある。
I'll pass the message along.
Could you pass this feedback on to the team?
Please pass along any customer concerns.
曖昧さを避けたいときは、情報伝達には pass along、見送りには pass on を使うとわかりやすい。
pass to
pass ... to someone/team は「相手へ渡す」。ビジネスでは、チケット、依頼、文脈、責任、所有権を渡すときに使う。
Let's pass this request to Legal.
Can you pass the context to Support?
We'll pass ownership to the platform team after the handoff.
send は送る動作。pass to は、次の担当者へつなぐ感じがある。
pass review / pass the checks
pass は「基準を通る」。テスト、レビュー、審査、チェックに使う。
The proposal passed review.
The security check passed.
All checks passed before the release.
「CIを通る」は、英語では CI passed よりも the checks passed、the build passed、the tests passed が自然なことが多い。
ソフトウェアエンジニア実務で使う turn / pass
Standup
朝会では、調べた結果が判明する、文脈を渡す、担当を移す場面で使える。
It turned out to be a config issue, not a code issue.
I'll pass the context to Ana before I go offline.
We can pass ownership to the platform team after the handoff.
The investigation turned into a follow-up task.
It turned out to be ... は、昨日の調査結果を短く報告するときにかなり使いやすい。
Meeting
会議では、議論の方向が変わる、相談先を変える、メッセージや判断を渡す。
The discussion turned to rollout risk.
Let's turn this into a decision by the end of the meeting.
Who should we turn to for final approval?
I'll pass the decision along to the support leads.
turn to rollout risk は「議論がロールアウトリスクの話に移った」。talk about より、話題の流れが変わった感じが出る。
PR review
PR review では、チェック通過、修正依頼の差し戻し、別PR化、文脈共有に使う。
All checks passed, but I left one naming comment.
Can we turn this refactor into a follow-up PR?
I'll pass this back to the author for a small fix.
Please pass along the context from the previous review.
pass this back to the author は「作者に戻す」。レビューで追加修正をお願いするときに使える。
Release / deploy
リリースでは、feature flag、logging、traffic、smoke test によく合う。
We'll turn on the feature flag for 10% of users.
Let's turn off verbose logging after the rollout.
The smoke tests passed in staging.
If error rates increase, we'll turn traffic away from the new service.
turn on the feature flag は会話で自然。正式な手順書では enable the feature flag も自然。
Incident / support
障害対応では、情報の受け渡し、原因判明、チケット移管、回避策共有に使える。
The alert turned out to be noisy, but the latency spike was real.
Can you pass the logs to the service owner?
Let's pass the ticket to Billing with the full customer context.
I'll pass along the workaround to the support team.
pass along the workaround は「回避策を伝達する」。単なる転送ではなく、次の人が使えるように情報を渡す感じがある。
似た表現との違い
turn on / enable
turn on は会話的で、スイッチを入れる感覚。enable は少し技術的・公式。
Let's turn on the feature flag.
feature flag をオンにしましょう。
Enable the feature flag in production.
本番環境で feature flag を有効化してください。
会議やSlackでは turn on、手順書や設定名では enable が自然。
turn off / disable
turn off は会話的。disable は設定・権限・機能を無効化する感じが強い。
Let's turn off verbose logging.
詳細ログを切りましょう。
Disable debug logging after verification.
検証後にdebug loggingを無効化してください。
turn into / become
become は「なる」。turn into は「変化して別のものになる」。
This became a bigger issue.
これはより大きな問題になりました。
This turned into a bigger issue.
これは大きな問題へ発展しました。
turn into のほうが、流れや変化のプロセスが見える。
turn out / find out
find out は「知る・発見する」。turn out は「結果としてそうだと判明する」。
We found out that the config was wrong.
設定が間違っているとわかりました。
It turned out that the config was wrong.
結果的に設定が間違っていると判明しました。
自分たちの調査行為を強調するなら find out。結果の判明を自然に言うなら turn out。
pass along / forward / share
forward はメールやメッセージを転送する動作。share は共有する。pass along は、相手が使えるように情報を次へ渡す感じ。
I'll forward the email.
メールを転送します。
I'll share the notes.
メモを共有します。
I'll pass along the customer context.
顧客文脈を次の担当者に伝えます。
pass on / skip / decline
pass on ... は「今回は見送る」。skip は飛ばす。decline は丁寧に断る。
I'll pass on this option for now.
今回はこの選択肢は見送ります。
Let's skip this step.
このステップを飛ばしましょう。
We declined the invitation.
招待を辞退しました。
pass on は会話的で柔らかい。正式な拒否には decline が合う。
例文シャドーイング
短い文を声に出して、turn / pass の後ろまでまとめて読む。
Can you turn on the lights?
Please turn off the TV.
Everything turned out fine.
Could you pass me the salt?
I'll pass on dessert.
It turned out to be a config issue.
Let's turn this into a follow-up task.
I'll pass the message along.
The checks passed.
We'll pass ownership to the platform team.
次に、実務寄りの1分スピーチにする。
It turned out to be a config issue, not a code issue.
The checks passed in staging, so we'll turn on the feature flag for 10% of users.
I'll pass the rollout context along to Support.
If error rates increase, we'll turn traffic away from the new service and pass ownership back to the incident lead.
想起練習クイズ
日本語を見て、英語を声に出す。答えはすぐ見ずに、3秒だけ思い出す。
| 日本語 | 答え |
|---|---|
| 電気をつけてくれる? | Can you turn on the lights? |
| テレビを消してください | Please turn off the TV. |
| 結果的に大丈夫でした | Everything turned out fine. |
| 塩を取ってくれますか | Could you pass me the salt? |
| デザートは遠慮します | I’ll pass on dessert. |
| 設定の問題だと判明しました | It turned out to be a config issue. |
| これを follow-up task にしましょう | Let’s turn this into a follow-up task. |
| メッセージを伝えておきます | I’ll pass the message along. |
| チェックは通りました | The checks passed. |
| 所有権をplatform teamに渡します | We’ll pass ownership to the platform team. |
次回予告: run / work
次回は run と work をまとめて扱う。
run は「走る」だけでなく、プログラム、会議、実験、会社、プロセスを動かす感覚がある。work は「働く」だけでなく、機能する、うまくいく、作業する、取り組む感覚がある。
run a script
run tests
run a meeting
work on a task
work as expected
work around a limitation
ソフトウェアエンジニア実務では、run the migration、run into an issue、work on a fix、work with the API、work around the bug を整理する。
参考資料
- Oxford Learners Dictionaries: Using the Oxford Collocations Dictionary
- Cambridge Dictionary: collocation
- Cambridge Dictionary: turn
- Cambridge Dictionary: pass
- WordReference: English Collocations for turn
- WordReference: English Collocations for pass
- SKELL: examples and collocations for learners of English
- COCA: Corpus of Contemporary American English
- 1. 🗣️get のコロケーション: 日常会話から開発現場まで
- 2. 🛠️make のコロケーション: 決める・変える・前に進める
- 3. ✅do のコロケーション: 作業・調査・レビューを進める
- 4. 📝take のコロケーション: 時間・責任・行動を引き受ける
- 5. 🧩have のコロケーション: 状態・予定・問題を持つ
- 6. 📣give のコロケーション: 情報・権限・支援を渡す
- 7. 🧭go / come のコロケーション: 進む・戻る・話題に上がる
- 8. ⚙️put / set のコロケーション: 置く・保留する・設定する
- 9. 🧷keep / hold のコロケーション: 保つ・追跡する・待つ
- 10. 📦bring / carry のコロケーション: 持ち込む・話題にする・実行する
- 11. 🔁turn / pass のコロケーション: 切り替える・判明する・渡す
- 12. ⚙️run / work のコロケーション: 実行する・動く・取り組む
出典: Oxford Collocations Dictionary / Cambridge Dictionary / WordReference / SKELL / COCA