Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/content/community/acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ title: Acknowledgements

<Intro>

React was originally created by [Jordan Walke.](https://github.com/jordwalke) Today, React has a [dedicated full-time team working on it](/community/team), as well as over a thousand [open source contributors.](https://github.com/facebook/react/graphs/contributors)
React был изначально создан [Джорданом Уолке (Jordan Walke)](https://github.com/jordwalke). Сегодня над React работает [специальная команда, занимающаяся им полный рабочий день](/community/team), а также более тысячи [контрибьюторов с открытым исходным кодом.](https://github.com/facebook/react/graphs/contributors)

</Intro>

## Past contributors {/*past-contributors*/}
## Прошлые контрибьюторы {/*past-contributors*/}

We'd like to recognize a few people who have made significant contributions to React and its documentation in the past and have helped maintain them over the years:
Мы хотели бы отметить нескольких человек, которые внесли значительный вклад в React и его документацию в прошлом и помогали поддерживать их на протяжении многих лет:

* [Almero Steyn](https://github.com/AlmeroSteyn)
* [Andreas Svensson](https://github.com/syranide)
Expand Down Expand Up @@ -60,15 +60,15 @@ We'd like to recognize a few people who have made significant contributions to R
* [Tim Yung](https://github.com/yungsters)
* [Xuan Huang](https://github.com/huxpro)

This list is not exhaustive.
Этот список не является исчерпывающим.

We'd like to give special thanks to [Tom Occhino](https://github.com/tomocchino) and [Adam Wolff](https://github.com/wolffiex) for their guidance and support over the years. We are also thankful to all the volunteers who [translated React into other languages.](https://translations.react.dev/)
Мы хотели бы выразить особую благодарность [Тому Оккино (Tom Occhino)](https://github.com/tomocchino) и [Адаму Вольфу (Adam Wolff)](https://github.com/wolffiex) за их руководство и поддержку на протяжении многих лет. Мы также благодарны всем волонтерам, которые [перевели React на другие языки.](https://translations.react.dev/)

## Additional Thanks {/*additional-thanks*/}
## Дополнительная благодарность {/*additional-thanks*/}

Additionally, we're grateful to:
Кроме того, мы благодарны:

* [Jeff Barczewski](https://github.com/jeffbski) for allowing us to use the `react` package name on npm
* [Christopher Aue](https://christopheraue.net/) for letting us use the reactjs.com domain name and the [@reactjs](https://twitter.com/reactjs) username on Twitter
* [ProjectMoon](https://github.com/ProjectMoon) for letting us use the [flux](https://www.npmjs.com/package/flux) package name on npm
* Shane Anderson for allowing us to use the [react](https://github.com/react) org on GitHub
* [Джеффу Барцевски (Jeff Barczewski)](https://github.com/jeffbski) за разрешение использовать пакет `react` на npm
* [Кристоферу Ауэ (Christopher Aue)](https://christopheraue.net/) за разрешение использовать доменное имя reactjs.com и имя пользователя [@reactjs](https://twitter.com/reactjs) в Twitter
* [ProjectMoon](https://github.com/ProjectMoon) за разрешение использовать пакет [flux](https://www.npmjs.com/package/flux) на npm
* Шейну Андерсону (Shane Anderson) за разрешение использовать организацию [react](https://github.com/react) на GitHub
Loading