mirror of https://github.com/tiangolo/fastapi.git
🌐 Update LLM prompt for Russian translations (#14733)
Add some specific translations
This commit is contained in:
parent
e0abd210f6
commit
b9b75ba5f1
|
|
@ -90,5 +90,12 @@ For the following technical terms, use these specific translations to ensure con
|
||||||
* serve (meaning providing access to something): «отдавать» (or `предоставлять доступ к`)
|
* serve (meaning providing access to something): «отдавать» (or `предоставлять доступ к`)
|
||||||
* recap (noun): резюме
|
* recap (noun): резюме
|
||||||
* utility function: вспомогательная функция
|
* utility function: вспомогательная функция
|
||||||
|
* fast to code: позволяет быстро писать код
|
||||||
|
* Tutorial - User Guide: Учебник - Руководство пользователя
|
||||||
|
* submodule: подмодуль
|
||||||
|
* subpackage: подпакет
|
||||||
|
* router: роутер
|
||||||
|
* building, deploying, accessing (when describing features of FastAPI Cloud): созданиe образа, развертывание и доступ
|
||||||
|
* type checker tool: инструмент проверки типов
|
||||||
|
|
||||||
Do not add whitespace in `т.д.`, `т.п.`.
|
Do not add whitespace in `т.д.`, `т.п.`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue