@@ -937,37 +937,45 @@ msgstr ""
937
937
msgid "Some restrictions exist:"
938
938
msgstr "Есть некоторые ограничения:"
939
939
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 "символ ``[*]`` должен стоять отдельно или в конце имени в пути. "
942
942
943
- msgid "``[*]`` must not appear twice in the path"
944
- msgstr "символ ``[*]`` не должен повторяться в пути"
943
+ msgid "``[*]`` must not appear twice in the path. "
944
+ msgstr "символ ``[*]`` не должен повторяться в пути. "
945
945
946
946
msgid ""
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. "
949
949
msgstr ""
950
- "если в индексе есть путь с ``x[*]``, то в никаком другом индексе не может "
951
- "быть пути с x.компонентом"
950
+ "Если в индексе есть путь с ``x[*]``, то в никаком другом индексе не может "
951
+ "быть пути с x.компонентом, "
952
952
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 "``[*]`` нельзя указывать в пути первичного ключа. "
955
955
956
956
msgid ""
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. "
960
960
msgstr ""
961
- "если индекс должен быть уникальным (``unique=true``), и в нем есть путь с "
961
+ "Если индекс должен быть уникальным (``unique=true``) и в нем есть путь с "
962
962
"символом ``[*]``, то запрещается использовать дублирующиеся ключи в разных "
963
- "кортежах, но в в одном кортеже можно использовать дублирующиеся ключи"
963
+ "кортежах, но в в одном кортеже можно использовать дублирующиеся ключи. "
964
964
965
965
msgid ""
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). "
968
968
msgstr ""
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
+ "проиндексированных таким образом."
971
979
972
980
msgid "Creating a functional index"
973
981
msgstr "Создание функционального индекса"
0 commit comments