"overloading" in Japanese
過負荷オーバーロード(技術用語)
Definition
物や人に過剰な重さや負担、責任を与えて正常に機能できなくすること。技術分野では、システムや機器に一度に多すぎる作業やリクエストを与えることも指す。
Usage Notes (Japanese)
工学・IT・日常会話で広く使われます。「車両の過負荷」「サーバーの過負荷」「頭の過負荷」などの表現で使います。プログラミングでは「オペレータのオーバーロード」もよく使われます。
Examples
Overloading the truck can be dangerous.
トラックの**過負荷**は危険です。
The system crashed because of overloading.
システムは**過負荷**のためにクラッシュしました。
Avoid overloading the electrical circuit.
電気回路の**過負荷**を避けてください。
He kept adding tasks, not realizing he was overloading himself.
彼は自分に次々と仕事を増やし、自分を**過負荷**にしていることに気づかなかった。
Server overloading during sales can crash the website.
セール時のサーバー**過負荷**でウェブサイトが落ちることがあります。
In programming, overloading lets you use the same function name for different purposes.
プログラミングでは、**オーバーロード**によって同じ関数名を異なる目的で使うことができます。