From 774dd573eb766c9b651e00bcef0df1b68b0d16d7 Mon Sep 17 00:00:00 2001 From: "translate-react-bot[bot]" <251169733+translate-react-bot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:26:43 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20translate=20`invalid-aria-prop.md`=20to?= =?UTF-8?q?=20=D0=A0=D1=83=D1=81=D1=81=D0=BA=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/warnings/invalid-aria-prop.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/warnings/invalid-aria-prop.md b/src/content/warnings/invalid-aria-prop.md index 2d3b4253e9..34a8ddd1c4 100644 --- a/src/content/warnings/invalid-aria-prop.md +++ b/src/content/warnings/invalid-aria-prop.md @@ -2,10 +2,10 @@ title: Invalid ARIA Prop Warning --- -This warning will fire if you attempt to render a DOM element with an `aria-*` prop that does not exist in the Web Accessibility Initiative (WAI) Accessible Rich Internet Application (ARIA) [specification](https://www.w3.org/TR/wai-aria-1.1/#states_and_properties). +Это предупреждение появится, если вы попытаетесь отрендерить DOM-элемент с пропом `aria-*`, которого нет в спецификации [Web Accessibility Initiative (WAI) Accessible Rich Internet Application (ARIA)](https://www.w3.org/TR/wai-aria-1.1/#states_and_properties). -1. If you feel that you are using a valid prop, check the spelling carefully. `aria-labelledby` and `aria-activedescendant` are often misspelled. +1. Если вы считаете, что используете допустимый проп, внимательно проверьте написание. `aria-labelledby` и `aria-activedescendant` часто пишут с ошибками. -2. If you wrote `aria-role`, you may have meant `role`. +2. Если вы написали `aria-role`, возможно, вы имели в виду `role`. -3. Otherwise, if you're on the latest version of React DOM and verified that you're using a valid property name listed in the ARIA specification, please [report a bug](https://github.com/facebook/react/issues/new/choose). +3. В противном случае, если вы используете последнюю версию React DOM и убедились, что используете допустимое имя свойства, перечисленное в спецификации ARIA, пожалуйста, [сообщите об ошибке](https://github.com/facebook/react/issues/new/choose). \ No newline at end of file