From 744cee71d0041c51ddeb9abe74fa491f2c8446ea Mon Sep 17 00:00:00 2001 From: Evgeniy Osintsev Date: Mon, 7 Feb 2022 10:54:00 +0300 Subject: [PATCH 1/3] Correct info about Tarantool versions compatible with the vshard module Part of #2647 --- doc/reference/reference_rock/vshard/vshard_admin.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/reference/reference_rock/vshard/vshard_admin.rst b/doc/reference/reference_rock/vshard/vshard_admin.rst index fca662f6bb..9c136133dc 100644 --- a/doc/reference/reference_rock/vshard/vshard_admin.rst +++ b/doc/reference/reference_rock/vshard/vshard_admin.rst @@ -11,16 +11,16 @@ Installation ------------------------------------------------------------------------------- The ``vshard`` module is distributed separately from the main Tarantool package. -To install it, say this: +To install the module, execute the following command: -.. code-block:: console +.. code-block:: console $ tarantoolctl rocks install vshard -.. NOTE:: +.. NOTE:: - The ``vshard`` module requires Tarantool version 1.9+, - `Tarantool development package `_, + The ``vshard`` module requires Tarantool of the version 1.10.1 and higher, + `Tarantool development package `_, ``git``, ``cmake`` and ``gcc`` packages installed. .. _vshard-config-cluster: From 0e8466071c3997b237c8449292f61e9a698fcc46 Mon Sep 17 00:00:00 2001 From: Evgeniy Osintsev Date: Mon, 7 Feb 2022 14:33:51 +0300 Subject: [PATCH 2/3] Correct the info about Tarantool versions --- doc/reference/reference_rock/vshard/vshard_admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/reference_rock/vshard/vshard_admin.rst b/doc/reference/reference_rock/vshard/vshard_admin.rst index 9c136133dc..c51b31570a 100644 --- a/doc/reference/reference_rock/vshard/vshard_admin.rst +++ b/doc/reference/reference_rock/vshard/vshard_admin.rst @@ -19,7 +19,7 @@ To install the module, execute the following command: .. NOTE:: - The ``vshard`` module requires Tarantool of the version 1.10.1 and higher, + The ``vshard`` module requires Tarantool of the version 1.10.1 or higher, `Tarantool development package `_, ``git``, ``cmake`` and ``gcc`` packages installed. From a3522f7d7128886097515604c4c934031cdb497b Mon Sep 17 00:00:00 2001 From: veod32 Date: Tue, 8 Feb 2022 14:23:52 +0000 Subject: [PATCH 3/3] Update translations --- .../reference_rock/vshard/vshard_admin.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locale/ru/LC_MESSAGES/reference/reference_rock/vshard/vshard_admin.po b/locale/ru/LC_MESSAGES/reference/reference_rock/vshard/vshard_admin.po index bd40e7c6ca..c235506650 100644 --- a/locale/ru/LC_MESSAGES/reference/reference_rock/vshard/vshard_admin.po +++ b/locale/ru/LC_MESSAGES/reference/reference_rock/vshard/vshard_admin.po @@ -7,23 +7,23 @@ msgstr "Установка" msgid "" "The ``vshard`` module is distributed separately from the main Tarantool " -"package. To install it, say this:" +"package. To install the module, execute the following command:" msgstr "" -"Пакет ``vshard`` распространяется отдельно от основного пакета Tarantool'а. " -"Для установки выполните команду:" +"Модуль ``vshard`` не входит в основной дистрибутив Tarantool. Чтобы " +"установить модуль, выполните команду:" msgid "$ tarantoolctl rocks install vshard" msgstr "$ tarantoolctl rocks install vshard" msgid "" -"The ``vshard`` module requires Tarantool version 1.9+, `Tarantool " -"development package " -"`_, ``git``, ``cmake`` and ``gcc`` packages installed." msgstr "" -"Для работы с модулем ``vshard`` необходимо, чтобы были установлены: " -"Tarantool версии 1.9+., `пакет программ для разработки Tarantool'а " -"`_, ``git``, ``cmake`` и ``gcc``." msgid "Configuration"