@@ -937,37 +937,45 @@ msgstr ""
937937msgid "Some restrictions exist:"
938938msgstr "Есть некоторые ограничения:"
939939
940- msgid "``[*]`` must be alone or must be at the end of a name in the path"
941- msgstr "символ ``[*]`` должен стоять отдельно или в конце имени в пути"
940+ msgid "``[*]`` must be alone or must be at the end of a name in the path. "
941+ msgstr "символ ``[*]`` должен стоять отдельно или в конце имени в пути. "
942942
943- msgid "``[*]`` must not appear twice in the path"
944- msgstr "символ ``[*]`` не должен повторяться в пути"
943+ msgid "``[*]`` must not appear twice in the path. "
944+ msgstr "символ ``[*]`` не должен повторяться в пути. "
945945
946946msgid ""
947- "if an index has a path with ``x[*]`` then no other index can have a path "
948- "with x.component"
947+ "If an index has a path with ``x[*]``, then no other index can have a path "
948+ "with x.component. "
949949msgstr ""
950- "если в индексе есть путь с ``x[*]``, то в никаком другом индексе не может "
951- "быть пути с x.компонентом"
950+ "Если в индексе есть путь с ``x[*]``, то в никаком другом индексе не может "
951+ "быть пути с x.компонентом, "
952952
953- msgid "``[*]`` must not appear in the path of a primary- key"
954- msgstr "``[*]`` нельзя указывать в пути первичного ключа"
953+ msgid "``[*]`` must not appear in the path of a primary key. "
954+ msgstr "``[*]`` нельзя указывать в пути первичного ключа. "
955955
956956msgid ""
957- "if an index has ``unique=true`` and has a path with ``[*]`` then duplicate "
958- "keys from different tuples are disallowed but duplicate keys for the same "
959- "tuple are allowed"
957+ "If an index has ``unique=true`` and has a path with ``[*]``, then duplicate "
958+ "keys from different tuples are disallowed, but duplicate keys for the same "
959+ "tuple are allowed. "
960960msgstr ""
961- "если индекс должен быть уникальным (``unique=true``), и в нем есть путь с "
961+ "Если индекс должен быть уникальным (``unique=true``) и в нем есть путь с "
962962"символом ``[*]``, то запрещается использовать дублирующиеся ключи в разных "
963- "кортежах, но в в одном кортеже можно использовать дублирующиеся ключи"
963+ "кортежах, но в в одном кортеже можно использовать дублирующиеся ключи. "
964964
965965msgid ""
966- "the field's value must have the same structure as in the path definition, or"
967- " be nil (nil is not indexed)"
966+ "The field's value must have the same structure as in the path definition, or"
967+ " be nil (nil is not indexed). "
968968msgstr ""
969- "структура значения поля должна соответствовать стуктуре, заданной в "
970- "определении пути, или значение поля должно быть nil (nil не индексируется)"
969+ "Структура значения поля должна соответствовать стуктуре, заданной в "
970+ "определении пути, или значение поля должно быть nil (nil не индексируется).
971+
972+ msgid " "
973+ "In a space with multikey indexes, any tuple cannot contain "
974+ ":ref:`more than ~8,000 elements <limitations_fields_in_tuple_multikey_index>` indexed that way."
975+ msgstr ""
976+ "В спейсе с индексами по массивам можно хранить не более "
977+ ":ref:`~8000 элементов <limitations_fields_in_tuple_multikey_index>`, "
978+ "проиндексированных таким образом."
971979
972980msgid "Creating a functional index"
973981msgstr "Создание функционального индекса"
0 commit comments