@@ -8,8 +8,8 @@ msgstr "Поиск максимального значения в указанн
8
8
msgid "Parameters"
9
9
msgstr "Параметры"
10
10
11
- msgid "an :ref:`object reference <app_server-object_reference>`. "
12
- msgstr ":ref:`ссылка на объект <app_server-object_reference>`. "
11
+ msgid "an :ref:`object reference <app_server-object_reference>`"
12
+ msgstr ":ref:`ссылка на объект <app_server-object_reference>`"
13
13
14
14
msgid "values to be matched against the index key"
15
15
msgstr "значения для сопоставления с ключом индекса"
@@ -18,16 +18,15 @@ msgid "return"
18
18
msgstr "возвращает"
19
19
20
20
msgid ""
21
- "the tuple for the last key in the index. If optional ``key`` value is "
22
- "supplied, returns the last key which is less than or equal to ``key`` value ."
23
- " Starting with Tarantool version 2.0, ``index_object:max``(`` key`` value) "
24
- "returns nothing if ``key`` value is not equal to a value in the index."
21
+ "the tuple for the last key in the index. If the optional ``key`` value is "
22
+ "supplied, returns the last key that is less than or equal to ``key``."
23
+ " Starting with :doc:` Tarantool 2.0.4 </release/2.1.2>` , ``index_object:max( key)`` "
24
+ " returns nothing if ``key`` doesn't match any value in the index."
25
25
msgstr ""
26
26
"кортеж для последнего ключа в индексе. Если указано необязательное значение "
27
27
"ключа ``key``, будет выведен последний ключ, который меньше или равен "
28
- "значению ключа ``key``. Начиная с версии Tarantool'а 2.0, index:max(значение"
29
- " ``key``) не вернет ничего, если значение ``key`` не равно значению в "
30
- "индексе."
28
+ "значению ключа ``key``. Начиная с версии :doc:`Tarantool 2.0.4 </release/2.1.2>`,"
29
+ " ``index:max(key)`` не возвращает ничего, если индекс не содержит значения ``key``."
31
30
32
31
msgid "rtype"
33
32
msgstr "тип возвращаемого значения"
0 commit comments