|
2 | 2 | msgid "Connectors"
|
3 | 3 | msgstr "Коннекторы"
|
4 | 4 |
|
5 |
| -msgid "This chapter documents APIs for various programming languages:" |
6 |
| -msgstr "В этой главе описаны API для различных языков программирования:" |
| 5 | +msgid "" |
| 6 | +"Connectors are APIs that allow using Tarantool with various programming languages." |
| 7 | +msgstr "Коннекторы --- это API, позволяющие использовать Tarantool с различными языками программирования." |
| 8 | + |
| 9 | +msgid "" |
| 10 | +"Connectors can be divided into two groups -- those maintained by the Tarantool team " |
| 11 | +"and those supported by the community. " |
| 12 | +"The Tarantool team maintains the :ref:`high-level C API <index_connector_c>`, the :ref:`Go <index_connector_go>` " |
| 13 | +"and :ref:`Java <index_connector_java>` connectors, and a synchronous :ref:`Python <index_connector_py>` connector. " |
| 14 | +"All other connectors are community-supported, which means that support for new Tarantool features may be delayed. " |
| 15 | +"Besides, the Tarantool support team cannot prioritize issues that arise while working through these connectors." |
| 16 | +msgstr "" |
| 17 | +"Команда Tarantool разрабатывает и поддерживает высокоуровневое :ref:`API для языка C <index_connector_c>`, " |
| 18 | +"коннекторы для :ref:`Go <index_connector_go>` и :ref:`Java <index_connector_java>`, " |
| 19 | +"а также синхронный коннектор для :ref:`Python <index_connector_py>`. " |
| 20 | +"Все остальные коннекторы разрабатываются сообществом и не всегда поддерживают функциональные возможности " |
| 21 | +"новых версий Tarantool. Кроме того, команда технической поддержки Tarantool не может уделять " |
| 22 | +"первоочередное внимание проблемам, возникающим при работе с такими коннекторами." |
| 23 | + |
| 24 | +msgid "This chapter documents the following connectors:" |
| 25 | +msgstr "В главе описаны следующие коннекторы:" |
7 | 26 |
|
8 | 27 | msgid ":doc:`C++ <connectors/cxx/tntcxx_api>`"
|
9 | 28 | msgstr ":doc:`C++ <connectors/cxx/tntcxx_api>`"
|
|
0 commit comments