diff --git a/src/content/errors/377.md b/src/content/errors/377.md
index 6269e9d06..0bd028752 100644
--- a/src/content/errors/377.md
+++ b/src/content/errors/377.md
@@ -1,13 +1,13 @@
-In the minified production build of React, we avoid sending down full error messages in order to reduce the number of bytes sent over the wire.
+React의 경량화된 프로덕션 빌드에서는 네트워크를 통해 전송되는 데이터의 크기를 줄이기 위해 전체 오류 메시지를 포함하지 않습니다.
-We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, this page will reassemble the original error message.
+앱을 디버깅할 때는 추가 디버그 정보를 추적하고 잠재적인 문제에 관해 유용한 경고를 제공하는 개발 빌드를 로컬 환경에서 사용하기를 강력히 권장합니다. 하지만 프로덕션 빌드를 사용하는 중에 예외가 발생했다면 이 페이지에서 원래의 전체 오류 메시지를 확인할 수 있습니다.
-The full text of the error you just encountered is:
+방금 발생한 오류의 전체 내용은 다음과 같습니다.
-This error occurs when you pass a BigInt value from a Server Component to a Client Component.
+이 오류는 서버 컴포넌트에서 클라이언트 컴포넌트로 BigInt 값을 전달할 때 발생합니다.
diff --git a/src/content/errors/generic.md b/src/content/errors/generic.md
index 27c3ca52d..e1c6700e0 100644
--- a/src/content/errors/generic.md
+++ b/src/content/errors/generic.md
@@ -1,11 +1,11 @@
-In the minified production build of React, we avoid sending down full error messages in order to reduce the number of bytes sent over the wire.
+React의 경량화된 프로덕션 빌드에서는 네트워크를 통해 전송되는 데이터의 크기를 줄이기 위해 전체 오류 메시지를 포함하지 않습니다.
-We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, this page will reassemble the original error message.
+앱을 디버깅할 때는 추가 디버그 정보를 추적하고 잠재적인 문제에 관해 유용한 경고를 제공하는 개발 빌드를 로컬 환경에서 사용하기를 강력히 권장합니다. 하지만 프로덕션 빌드를 사용하는 중에 예외가 발생했다면 이 페이지에서 원래의 전체 오류 메시지를 확인할 수 있습니다.
-The full text of the error you just encountered is:
+방금 발생한 오류의 전체 내용은 다음과 같습니다.
diff --git a/src/content/errors/index.md b/src/content/errors/index.md
index d4fc3927a..8d8c0763d 100644
--- a/src/content/errors/index.md
+++ b/src/content/errors/index.md
@@ -1,10 +1,10 @@
-In the minified production build of React, we avoid sending down full error messages in order to reduce the number of bytes sent over the wire.
+React의 경량화된 프로덕션 빌드에서는 네트워크를 통해 전송되는 데이터의 크기를 줄이기 위해 전체 오류 메시지를 포함하지 않습니다.
-We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, the error message will include just a link to the docs for the error.
+앱을 디버깅할 때는 추가 디버그 정보를 추적하고 잠재적인 문제에 관해 유용한 경고를 제공하는 개발 빌드를 로컬 환경에서 사용하기를 강력히 권장합니다. 하지만 프로덕션 빌드를 사용하는 중에 예외가 발생했다면 오류 메시지에는 해당 오류를 설명하는 문서 링크만 포함됩니다.
-For an example, see: [https://react.dev/errors/149](/errors/149).
+예시는 [https://react.dev/errors/149](/errors/149)를 참고하세요.