From 444c1fecc70460a3b5d0b881b347d916e8c26ad4 Mon Sep 17 00:00:00 2001 From: davidkadaria Date: Sun, 21 Jul 2024 23:56:54 +0400 Subject: [PATCH] Translate Requirements part --- docs/ka/docs/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ka/docs/index.md b/docs/ka/docs/index.md index c58316110..f3b1e34af 100644 --- a/docs/ka/docs/index.md +++ b/docs/ka/docs/index.md @@ -134,17 +134,21 @@ The key features are: If you are building a CLI app to be used in the terminal instead of a web API, check out **Typer**. -თუკი მუშაობთ CLI აპლიკაციაზე, რომელიც გამოყენებულ იქნება ტერმინალში, - ნაცვლად ვებ API-ისა, გადახედეთ **Typer**-ს. +თუკი მუშაობთ CLI აპლიკაციაზე, რომელიც გამოყენებულ იქნება ტერმინალში, - ნაცვლად ვებ API-ისა, თვალი შეავლეთ **Typer**-ს. **Typer** is FastAPI's little sibling. And it's intended to be the **FastAPI of CLIs**. ⌨️ 🚀 **Typer** არის FastAPI-ის პატარა ძამიკო. და ჩაფიქრებულია, რომ იგი იყოს **CLI-ების FastAPI**. ⌨️ 🚀 ## Requirements +## მოთხოვნები FastAPI stands on the shoulders of giants: +FastAPI მხრებზე შემოსდგომია შემდეგ გიგანტებს: * Starlette for the web parts. +* Starlette-ს ვებთან დაკავშირებულ საკითხებში. * Pydantic for the data parts. +* Pydantic-ს მონაცემებთან დაკავშირებულ საკითხებში. ## Installation