🌐 Add Turkish translation for docs/tr/docs/project-generation.md#5192
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5192 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 540 532 -8
Lines 13969 13684 -285
==========================================
- Hits 13969 13684 -285 ☔ View full report in Codecov by Sentry. |
|
📝 Docs preview for commit 3207754 at: https://62ddba7e5aa35c28b4cb649a--fastapi.netlify.app |
docs/project-generation.mddocs/tr/docs/project-generation.md
|
📝 Docs preview for commit b8f61e6 at: https://6438b5e288cbe75beec0f5e3--fastapi.netlify.app |
|
📝 Docs preview for commit 0d3fa7e at: https://649a251ab8e9671a3f1c206a--fastapi.netlify.app |
cun3yt
left a comment
There was a problem hiding this comment.
A few small change requests. Happy to approve after they are resolved.
| * **Kolay**: Kolay öğrenip kolay kullanmak için tasarlandı. Daha az döküman okuma daha çok iş. | ||
| * **Kısa**: Minimum kod tekrarı. Her parametre bildiriminde birden çok özellik. | ||
| * **Güçlü**: Production-ready. Otomatik interaktif dökümantasyon. | ||
| * **Standartlara dayalı**: API'ler için açık standartlara dayanır (ve tamammen uyumludur): <a href="https://github.com/OAI/OpenAPI-Specification" class="external-link" target="_blank">OpenAPI</a> ve <a href="https://json-schema.org/" class="external-link" target="_blank">JSON Şeması</a>. |
| * **Standartlara dayalı**: API'ler için açık standartlara dayanır (ve tamammen uyumludur): <a href="https://github.com/OAI/OpenAPI-Specification" class="external-link" target="_blank">OpenAPI</a> ve <a href="https://json-schema.org/" class="external-link" target="_blank">JSON Şeması</a>. | ||
| * <a href="https://fastapi.tiangolo.com/features/" class="external-link" target="_blank">**Birçok diger özelliği**</a> dahili otomatik doğrulama, serialization, interaktif dokümantasyon, OAuth2 JWT token ile authentication, vb. | ||
| * **Güvenli şifreleme** . | ||
| * **JWT token** authentication. |
| * **Alembic** migration. | ||
| * **CORS** (Cross Origin Resource Sharing). | ||
| * **Celery** worker'ları ile backend içerisinden seçilen işleri çalıştırabilirsiniz. | ||
| * **Pytest**'e dayalı, Docker ile entegre REST backend testleri ıle veritabanından bağımsız olarak tam API etkileşimini test edebilirsiniz. Docker'da çalıştığı için her seferinde sıfırdan yeni bir veri deposu oluşturabilir (böylece ElasticSearch, MongoDB, CouchDB veya ne istersen kullanabilirsin ve sadece API'nin çalışıp çalışmadığını test edebilirsin). |
|
|
||
| ⚠️ **UYARI** ⚠️ | ||
|
|
||
| sıfırdan bir projeye başlıyorsanız alternatiflerine bakın. |
|
📝 Docs preview for commit a0ba04c at: https://37f80710.fastapitiangolo.pages.dev |
|
📝 Docs preview for commit 7439779 at: https://3d0e8e7c.fastapitiangolo.pages.dev |
|
Thanks for you contribution @BilalAlpaslan 😸 And thanks for the review @cun3yt 💯 |
Turkish translate for project-generation.md
Main issue: #1892