You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/en/book/box/data_model.pot
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ msgstr ""
32
32
msgid"Fields are distinct data values, contained in a tuple. They play the same role as \"row columns\" or \"record fields\" in relational databases, with a few improvements:"
33
33
msgstr""
34
34
35
-
msgid"fields can be composite structures, such as arrays or maps, and"
35
+
msgid"fields can be composite structures, such as arrays or maps,"
36
36
msgstr""
37
37
38
38
msgid"fields don't need to have names."
@@ -59,10 +59,10 @@ msgstr ""
59
59
msgid"At least one space is required to store data with Tarantool. Each space has the following attributes:"
60
60
msgstr""
61
61
62
-
msgid"a unique **name** specified by the user"
62
+
msgid"a unique **name** specified by the user,"
63
63
msgstr""
64
64
65
-
msgid"a unique **numeric identifier** which can be specified by the user, but usually is assigned automatically by Tarantool."
65
+
msgid"a unique **numeric identifier** which can be specified by the user, but usually is assigned automatically by Tarantool,"
66
66
msgstr""
67
67
68
68
msgid"an **engine**: *memtx* (default) -- in-memory engine, fast but limited in size, or *vinyl* -- on-disk engine for huge data sets."
0 commit comments