🔁
Tips #英語 #コロケーション #Business English #Software Engineering 📚 英語コロケーション

turn / pass のコロケーション: 切り替える・判明する・渡す

B1-B2向けに、turn と pass の自然なコロケーションを日常会話、ビジネス会話、ソフトウェアエンジニア実務の場面別に整理する。

turn / pass の中心イメージ

TURN / PASS: Core Mental Model

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 / PASS in Everyday Conversation

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 / PASS in Business English

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 passedthe build passedthe tests passed が自然なことが多い。

ソフトウェアエンジニア実務で使う turn / pass

TURN / PASS in Engineering Work

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 / PASS Contrast Map

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

次回は runwork をまとめて扱う。

run は「走る」だけでなく、プログラム、会議、実験、会社、プロセスを動かす感覚がある。work は「働く」だけでなく、機能する、うまくいく、作業する、取り組む感覚がある。

run a script
run tests
run a meeting
work on a task
work as expected
work around a limitation

ソフトウェアエンジニア実務では、run the migrationrun into an issuework on a fixwork with the APIwork around the bug を整理する。

参考資料

出典: Oxford Collocations Dictionary / Cambridge Dictionary / WordReference / SKELL / COCA