Skip to content

Commit cded85a

Browse files
docs: translate generic.md to Русский
1 parent 2958f53 commit cded85a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/content/errors/generic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Intro>
22

3-
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.
3+
В минифицированной сборке React для продакшена мы избегаем отправки полных сообщений об ошибках, чтобы уменьшить количество байтов, передаваемых по сети.
44

55
</Intro>
66

7-
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.
7+
Мы настоятельно рекомендуем использовать сборку для разработки локально при отладке вашего приложения, так как она отслеживает дополнительную информацию для отладки и предоставляет полезные предупреждения о потенциальных проблемах в ваших приложениях, но если вы столкнулись с исключением при использовании сборки для продакшена, эта страница поможет восстановить исходное сообщение об ошибке.
88

9-
The full text of the error you just encountered is:
9+
Полный текст ошибки, с которой вы только что столкнулись:
1010

11-
<ErrorDecoder />
11+
<ErrorDecoder />

0 commit comments

Comments
 (0)