Add translate for preconnect by dimatitov · Pull Request #1012 · reactjs/ru.react.dev
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Спасибо! пара мелких комментов, а в целом всё в порядке.
| #### Параметры {/*parameters*/} | ||
|
|
||
| * `href`: a string. The URL of the server you want to connect to. | ||
| * `href`: string — URL сервера, с которым нужно установить соединение. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `href`: string — URL сервера, с которым нужно установить соединение. | |
| * `href`: строка — URL сервера, с которым нужно установить соединение. |
Тип обычно тоже переводится
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Обновлю. Спасибо!
| startWizard(); | ||
| } | ||
| return ( | ||
| <button onClick={onClick}>Start Wizard</button> |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
примеры тоже стараемся переводить, Wizard можно перевести как Мастер. Думаю, можно расширить наподобие "Запустить мастер настройки", чтобы чуть больше смысла имело.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Согласен, что “Запустить мастер настройки” звучит полнее и понятнее. Обновлю. Спасибо!