Browse Source
* Add banner to translated pages * Add link to English version. Use modern syntax for details block * 🎨 Auto format * Move `translation-banner.md` inside `docs` directory * 🎨 Auto format --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>pull/14816/head
committed by
GitHub
3 changed files with 51 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||
/// details | 🌐 Translation by AI and humans |
|||
|
|||
This translation was made by AI guided by humans. 🤝 |
|||
|
|||
It could have mistakes of misunderstanding the original meaning, or looking unnatural, etc. 🤖 |
|||
|
|||
You can improve this translation by [helping us guide the AI LLM better](https://fastapi.tiangolo.com/contributing/#translations). |
|||
|
|||
[English version](ENGLISH_VERSION_URL) |
|||
|
|||
/// |
|||
@ -0,0 +1,11 @@ |
|||
/// details | 🌐 Перевод выполнен с помощью ИИ и людей |
|||
|
|||
Этот перевод был сделан ИИ под руководством людей. 🤝 |
|||
|
|||
В нем могут быть ошибки из-за неправильного понимания оригинального смысла или неестественности и т. д. 🤖 |
|||
|
|||
Вы можете улучшить этот перевод, [помогая нам лучше направлять ИИ LLM](https://fastapi.tiangolo.com/ru/contributing/#translations). |
|||
|
|||
[Английская версия](ENGLISH_VERSION_URL) |
|||
|
|||
/// |
|||
Loading…
Reference in new issue