@@ -28,15 +28,21 @@ msgid ""
28
28
"This runs Tarantool Lua application server, which should be on the "
29
29
"execution path."
30
30
msgstr ""
31
- "Он запускает сервер приложений Tarantool на языке Lua, который должен быть"
32
- " в пути выполнения."
31
+ "Он запускает сервер приложений Tarantool на языке Lua, который должен быть в "
32
+ " пути выполнения."
33
33
34
34
msgid "This section contains the following recipes:"
35
35
msgstr "В этом разделе собраны следующие рецепты:"
36
36
37
37
msgid "Use freely."
38
38
msgstr "Можно использовать свободно."
39
39
40
+ msgid ""
41
+ "See more recipes on `Tarantool GitHub "
42
+ "<https://github.com/tarantool/examples/tree/master/cookbook>`__."
43
+ msgstr ""
44
+ "Другие рецепты см. на `GitHub Tarantool <https://github.com/tarantool/examples/tree/master/cookbook>`__."
45
+
40
46
msgid "hello_world.lua"
41
47
msgstr "hello_world.lua"
42
48
@@ -177,6 +183,7 @@ msgstr ""
177
183
" вызвать встроенную в C функцию: printf(). (Чтобы лучше понимать FFI, см. "
178
184
"`Учебное пособие по FFI <http://luajit.org/ext_ffi_tutorial.html>`_.)"
179
185
186
+ #, python-format
180
187
msgid ""
181
188
"#!/usr/bin/env tarantool\n"
182
189
"\n"
@@ -1270,12 +1277,13 @@ msgid "http_generate_html.lua"
1270
1277
msgstr "http_generate_html.lua"
1271
1278
1272
1279
msgid ""
1273
- "Use the `http <https://github.com/tarantool/http/>`_ `rock` (which must first be installed) "
1274
- "to generate HTML pages from templates. "
1275
- "The `http <https://github.com/tarantool/http/>`_ "
1276
- "`rock <https://rocks.tarantool.org/>`_ has a fairly simple template engine which allows execution "
1277
- "of regular Lua code inside text blocks (like PHP). Therefore there is no need "
1278
- "to learn new languages in order to write templates."
1280
+ "Use the `http <https://github.com/tarantool/http/>`_ `rock` (which must "
1281
+ "first be installed) to generate HTML pages from templates. The `http "
1282
+ "<https://github.com/tarantool/http/>`_ `rock "
1283
+ "<https://rocks.tarantool.org/>`_ has a fairly simple template engine which "
1284
+ "allows execution of regular Lua code inside text blocks (like PHP). "
1285
+ "Therefore there is no need to learn new languages in order to write "
1286
+ "templates."
1279
1287
msgstr ""
1280
1288
"Используйте `сторонний модуль` `http <https://github.com/tarantool/http/>`_ "
1281
1289
"(который необходимо предварительно установить), чтобы создавать HTML-"
@@ -1310,13 +1318,14 @@ msgstr ""
1310
1318
1311
1319
msgid ""
1312
1320
"An \" HTML\" file for this server, including Lua, could look like this (it "
1313
- "would produce \" 1 Apple | 2 Orange | 3 Grapefruit | 4 Banana\" ). "
1314
- "Create a ``templates`` directory and put this file in it:"
1321
+ "would produce \" 1 Apple | 2 Orange | 3 Grapefruit | 4 Banana\" ). Create a "
1322
+ "``templates`` directory and put this file in it:"
1315
1323
msgstr ""
1316
1324
"HTML-файл для этого сервера, включая Lua, может выглядеть следующим образом "
1317
- "(будет выведено \" 1 Apple | 2 Orange | 3 Grapefruit | 4 Banana\" )."
1318
- " Создайте директорию ``templates`` и поместите в неё файл:"
1325
+ "(будет выведено \" 1 Apple | 2 Orange | 3 Grapefruit | 4 Banana\" ). Создайте "
1326
+ "директорию ``templates`` и поместите в неё файл:"
1319
1327
1328
+ #, python-format
1320
1329
msgid ""
1321
1330
"<html>\n"
1322
1331
"<body>\n"
@@ -1358,6 +1367,7 @@ msgstr ""
1358
1367
" вызвать на том экземпляре, с которым вы собираетесь установить соединение "
1359
1368
"через Go-коннектор."
1360
1369
1370
+ #, python-format
1361
1371
msgid ""
1362
1372
"package main\n"
1363
1373
"\n"
0 commit comments