- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 274 for translation (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/en/docs/translation-banner.md
/// 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)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Feb 04 13:26:02 GMT 2026 - 379 bytes - Click Count (0) -
docs/missing-translation.md
/// warning This page hasn’t been translated into your language yet. 🌍 We’re currently switching to an automated translation system 🤖, which will help keep all translations complete and up to date. Learn more: [Contributing - Translations](https://fastapi.tiangolo.com/contributing/#translations){.internal-link target=_blank}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Dec 29 18:54:20 GMT 2025 - 345 bytes - Click Count (0) -
docs/uk/docs/translation-banner.md
Можливі помилки через неправильне розуміння початкового змісту або неприродні формулювання тощо. 🤖 Ви можете покращити цей переклад, [допомігши нам краще спрямовувати AI LLM](https://fastapi.tiangolo.com/uk/contributing/#translations). [Англійська версія](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:43:14 GMT 2026 - 601 bytes - Click Count (0) -
docs/de/docs/translation-banner.md
Sie können diese Übersetzung verbessern, indem Sie [uns helfen, die KI-LLM besser anzuleiten](https://fastapi.tiangolo.com/de/contributing/#translations). [Englische Version](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 07:57:30 GMT 2026 - 458 bytes - Click Count (0) -
docs/fr/docs/translation-banner.md
Elle peut contenir des erreurs d'interprétation du sens original, ou paraître peu naturelle, etc. 🤖 Vous pouvez améliorer cette traduction en [nous aidant à mieux guider le LLM d'IA](https://fastapi.tiangolo.com/fr/contributing/#translations). [Version anglaise](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 425 bytes - Click Count (0) -
docs/pt/docs/translation-banner.md
Ela pode conter erros de interpretação do significado original ou soar pouco natural, etc. 🤖 Você pode melhorar esta tradução [ajudando-nos a orientar melhor o LLM de IA](https://fastapi.tiangolo.com/pt/contributing/#translations). [Versão em inglês](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:48:53 GMT 2026 - 399 bytes - Click Count (0) -
docs/zh/docs/translation-banner.md
/// details | 🌐 由 AI 与人类协作翻译 本翻译由人类引导的 AI 生成。🤝 可能存在误解原意或不够自然等问题。🤖 你可以通过[帮助我们更好地引导 AI LLM](https://fastapi.tiangolo.com/zh/contributing/#translations)来改进此翻译。 [英文版本](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:37:57 GMT 2026 - 327 bytes - Click Count (0) -
docs/ja/docs/translation-banner.md
/// details | 🌐 AI と人間による翻訳 この翻訳は、人間のガイドに基づいて AI によって作成されました。🤝 原文の意図を取り違えていたり、不自然な表現になっている可能性があります。🤖 [AI LLM をより適切に誘導するのを手伝う](https://fastapi.tiangolo.com/ja/contributing/#translations) ことで、この翻訳を改善できます。 [英語版](ENGLISH_VERSION_URL)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 15:24:30 GMT 2026 - 462 bytes - Click Count (0) -
docs/en/docs/contributing.md
Then the docs will be automatically translated using LLMs, and the team of native speakers can review the translation, and help tweak the LLM prompts. Once there's a new translation, for example if docs are updated or there's a new section, there will be a comment in the same discussion with the link to the new translation to review. ## Automated Code and AI
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 13:59:26 GMT 2026 - 10.6K bytes - Click Count (0) -
scripts/mkdocs_hooks.py
docs_dir_path = Path(docs_dir) missing_translation_path = docs_dir_path.parent.parent / "missing-translation.md" return missing_translation_path.read_text(encoding="utf-8") @lru_cache def get_translation_banner_content(docs_dir: str) -> str: docs_dir_path = Path(docs_dir) translation_banner_path = docs_dir_path / "translation-banner.md" if not translation_banner_path.is_file(): translation_banner_path = (
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 6.6K bytes - Click Count (0)