Skip to content

Commit 5cf032a

Browse files
committed
updated pot
1 parent 61f563c commit 5cf032a

File tree

3 files changed

+60
-43
lines changed

3 files changed

+60
-43
lines changed

locale/en/alternate_build_master.pot

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C)
3+
# This file is distributed under the same license as the Tarantool package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Tarantool 3.0\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2023-12-06 10:08+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: ../../doc/alternate_build_master.rst:9
20+
msgid "CRUD operations"
21+
msgstr ""

locale/en/reference/reference_lua/box_iproto/override.pot

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Tarantool 3.0\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-11-21 08:10+0000\n"
11+
"POT-Creation-Date: 2023-12-06 10:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -45,71 +45,71 @@ msgid "``box.iproto.type.UNKNOWN`` -- override the handler of unknown request ty
4545
msgstr ""
4646

4747
#: ../../doc/reference/reference_lua/box_iproto/override.rst:20
48-
msgid "IPROTO request handler. The signature of a handler function: ``function(sid, header, body)``, where * ``sid`` (number): the current IPROTO session identifier (see :ref:`box.session.id() <box_session-id>`) * ``header`` (userdata): a request header encoded as a :ref:`msgpack_object <msgpack-object-methods>` * ``body`` (userdata): a request body encoded as a :ref:`msgpack_object <msgpack-object-methods>` Returns ``true`` on success, otherwise ``false``. On ``false``, there is a fallback to the default handler. Also, you can indicate an error by throwing an exception. In this case, the return value is ``false``, but this does not always mean a failure. To reset the request handler, set the ``handler`` parameter to ``nil``."
48+
msgid "IPROTO request handler. The signature of a handler function: ``function(sid, header, body)``, where * ``header`` (userdata): a request header encoded as a :ref:`msgpack_object <msgpack-object-methods>` * ``body`` (userdata): a request body encoded as a :ref:`msgpack_object <msgpack-object-methods>` Returns ``true`` on success, otherwise ``false``. On ``false``, there is a fallback to the default handler. Also, you can indicate an error by throwing an exception. In this case, the return value is ``false``, but this does not always mean a failure. To reset the request handler, set the ``handler`` parameter to ``nil``."
4949
msgstr ""
5050

5151
#: ../../doc/reference/reference_lua/box_iproto/override.rst:20
5252
msgid "IPROTO request handler. The signature of a handler function: ``function(sid, header, body)``, where"
5353
msgstr ""
5454

5555
#: ../../doc/reference/reference_lua/box_iproto/override.rst:23
56-
msgid "``sid`` (number): the current IPROTO session identifier (see :ref:`box.session.id() <box_session-id>`)"
57-
msgstr ""
58-
59-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:24
6056
msgid "``header`` (userdata): a request header encoded as a :ref:`msgpack_object <msgpack-object-methods>`"
6157
msgstr ""
6258

63-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:25
59+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:24
6460
msgid "``body`` (userdata): a request body encoded as a :ref:`msgpack_object <msgpack-object-methods>`"
6561
msgstr ""
6662

67-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:27
63+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:26
6864
msgid "Returns ``true`` on success, otherwise ``false``. On ``false``, there is a fallback to the default handler. Also, you can indicate an error by throwing an exception. In this case, the return value is ``false``, but this does not always mean a failure."
6965
msgstr ""
7066

71-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:31
67+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:30
7268
msgid "To reset the request handler, set the ``handler`` parameter to ``nil``."
7369
msgstr ""
7470

7571
#: ../../doc/reference/reference_lua/box_iproto/override.rst:0
7672
msgid "return"
7773
msgstr ""
7874

79-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:33
75+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:32
8076
msgid "none"
8177
msgstr ""
8278

83-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:35
79+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:34
8480
msgid "**Possible errors:**"
8581
msgstr ""
8682

87-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:37
83+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:36
8884
msgid "If a Lua handler throws an exception, the behavior is similar to that of a remote procedure call. The following errors are returned to the client over IPROTO (see `src/lua/utils.h <https://github.com/tarantool/tarantool/blob/dec0e0221e183fa972efa65bb0fb658112f2196f/src/lua/utils.h#L366-L371>`__):"
8985
msgstr ""
9086

91-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:40
87+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:39
9288
msgid ":errcode:`ER_PROC_LUA` -- an exception is thrown from a Lua handler, diagnostic is not set."
9389
msgstr ""
9490

95-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:41
91+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:40
9692
msgid "diagnostics from ``src/box/errcode.h`` -- an exception is thrown, diagnostic is set."
9793
msgstr ""
9894

99-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:43
95+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:42
10096
msgid "For details, see `src/box/errcode.h <https://github.com/tarantool/tarantool/blob/master/src/box/errcode.h>`__."
10197
msgstr ""
10298

103-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:45
99+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:46
100+
msgid "When using ``box.iproto.override()``, it is important that you follow the wire protocol. That is, the server response should match the return value types of the corresponding request type. Otherwise, it could lead to peer breakdown or undefined behavior."
101+
msgstr ""
102+
103+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:50
104104
msgid "**Example:**"
105105
msgstr ""
106106

107-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:47
107+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:52
108108
msgid "Define a handler function for the ``box.iproto.type.SELECT`` request type:"
109109
msgstr ""
110110

111-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:49
112-
msgid "local function iproto_select_handler_lua(sid, header, body)\n"
111+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:54
112+
msgid "local function iproto_select_handler_lua(header, body)\n"
113113
" if body.space_id == 512 then\n"
114114
" box.iproto.send(box.session.id(),\n"
115115
" { request_type = box.iproto.type.OK,\n"
@@ -122,26 +122,26 @@ msgid "local function iproto_select_handler_lua(sid, header, body)\n"
122122
"end"
123123
msgstr ""
124124

125-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:63
125+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:68
126126
msgid "Override ``box.iproto.type.SELECT`` handler:"
127127
msgstr ""
128128

129-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:65
129+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:70
130130
msgid "box.iproto.override(box.iproto.type.SELECT, iproto_select_handler_lua)"
131131
msgstr ""
132132

133-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:69
133+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:74
134134
msgid "Reset ``box.iproto.type.SELECT`` handler:"
135135
msgstr ""
136136

137-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:71
137+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:76
138138
msgid "box.iproto.override(box.iproto.type.SELECT, nil)"
139139
msgstr ""
140140

141-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:75
141+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:80
142142
msgid "Override a handler function for the unknown request type:"
143143
msgstr ""
144144

145-
#: ../../doc/reference/reference_lua/box_iproto/override.rst:77
145+
#: ../../doc/reference/reference_lua/box_iproto/override.rst:82
146146
msgid "box.iproto.override(box.iproto.type.UNKNOWN, iproto_unknown_request_handler_lua)"
147147
msgstr ""

locale/en/reference/tooling/tt_cli/index.pot

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Tarantool 3.0\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-11-17 14:22+0000\n"
11+
"POT-Creation-Date: 2023-12-06 10:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -21,57 +21,53 @@ msgid "tt CLI utility"
2121
msgstr ""
2222

2323
#: ../../doc/reference/tooling/tt_cli/index.rst:6
24-
msgid "Latest release on GitHub: :tt-release:`1.3.1`"
25-
msgstr ""
26-
27-
#: ../../doc/reference/tooling/tt_cli/index.rst:8
2824
msgid "``tt`` is a utility that provides a unified command-line interface for managing Tarantool-based applications. It covers a wide range of tasks -- from installing a specific Tarantool version to managing remote instances and developing applications."
2925
msgstr ""
3026

31-
#: ../../doc/reference/tooling/tt_cli/index.rst:12
32-
msgid "``tt`` is developed in its own `GitHub repository <https://github.com/tarantool/tt>`_. Here you can find its source code, changelog, and releases information."
27+
#: ../../doc/reference/tooling/tt_cli/index.rst:10
28+
msgid "``tt`` is developed in its own `GitHub repository <https://github.com/tarantool/tt>`_. Here you can find its source code, changelog, and releases information. For a complete list of releases, see the `Releases <https://github.com/tarantool/tt/releases>`_ section on GitHub."
3329
msgstr ""
3430

35-
#: ../../doc/reference/tooling/tt_cli/index.rst:15
31+
#: ../../doc/reference/tooling/tt_cli/index.rst:14
3632
msgid "There is also the Enterprise version of ``tt`` available in a Tarantool Enterprise Edition's :ref:`release package <enterprise-package-contents>`. The Enterprise version provides additional features, for example, :ref:`importing <tt-import>` and :ref:`exporting <tt-export>` data."
3733
msgstr ""
3834

39-
#: ../../doc/reference/tooling/tt_cli/index.rst:19
35+
#: ../../doc/reference/tooling/tt_cli/index.rst:18
4036
msgid "This section provides instructions on ``tt`` installation and configuration, concept explanation, and the ``tt`` command reference."
4137
msgstr ""
4238

43-
#: ../../doc/reference/tooling/tt_cli/index.rst:35
39+
#: ../../doc/reference/tooling/tt_cli/index.rst:34
4440
msgid "tt environments"
4541
msgstr ""
4642

47-
#: ../../doc/reference/tooling/tt_cli/index.rst:37
43+
#: ../../doc/reference/tooling/tt_cli/index.rst:36
4844
msgid "The key aspect of the ``tt`` usage is an *environment*. A ``tt`` environment is a directory that includes a ``tt`` configuration, Tarantool installations, application files, and other resources. If you're familiar with `Python virtual environments <https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`_, you can think of ``tt`` environments as their analog."
4945
msgstr ""
5046

51-
#: ../../doc/reference/tooling/tt_cli/index.rst:43
47+
#: ../../doc/reference/tooling/tt_cli/index.rst:42
5248
msgid "``tt`` environments enable independent management of multiple Tarantool applications, each running on its own Tarantool version and configuration, on a single host in an isolated manner."
5349
msgstr ""
5450

55-
#: ../../doc/reference/tooling/tt_cli/index.rst:47
51+
#: ../../doc/reference/tooling/tt_cli/index.rst:46
5652
msgid "To create a ``tt`` environment in a directory, run :ref:`tt init <tt-init>` in it."
5753
msgstr ""
5854

59-
#: ../../doc/reference/tooling/tt_cli/index.rst:50
55+
#: ../../doc/reference/tooling/tt_cli/index.rst:49
6056
msgid "Multi-instance applications"
6157
msgstr ""
6258

63-
#: ../../doc/reference/tooling/tt_cli/index.rst:52
59+
#: ../../doc/reference/tooling/tt_cli/index.rst:51
6460
msgid "``tt`` supports Tarantool applications that run on multiple instances. For example, you can write an application that includes different source files for storage and router instances. With ``tt``, you can start and stop them in a single call, or manage each instance independently."
6561
msgstr ""
6662

67-
#: ../../doc/reference/tooling/tt_cli/index.rst:57
63+
#: ../../doc/reference/tooling/tt_cli/index.rst:56
6864
msgid "Learn more about working with multi-instance applications in :ref:`Multi-instance applications <admin-start_stop_instance-multi-instance>`."
6965
msgstr ""
7066

71-
#: ../../doc/reference/tooling/tt_cli/index.rst:60
67+
#: ../../doc/reference/tooling/tt_cli/index.rst:59
7268
msgid "Replacement for tarantooctl and Cartridge CLI"
7369
msgstr ""
7470

75-
#: ../../doc/reference/tooling/tt_cli/index.rst:62
71+
#: ../../doc/reference/tooling/tt_cli/index.rst:61
7672
msgid "A multi-purpose tool for working with Tarantool from the command line, ``tt`` has come to replace the deprecated utilities :ref:`tarantoolctl <tarantoolctl>` and `Cartridge CLI <https://github.com/tarantool/cartridge-cli>`_ command-line utilities. The instructions on migration to ``tt`` are provided in the `tt GitHub reposirory <https://github.com/tarantool/tt/blob/v1.3.0/doc/examples.md>`_."
7773
msgstr ""

0 commit comments

Comments
 (0)