Skip to content

Commit 8b591ba

Browse files
xuniqactions-user
authored andcommitted
Update translation sources
1 parent 027b8b3 commit 8b591ba

File tree

11 files changed

+35
-38
lines changed

11 files changed

+35
-38
lines changed

locale/en/book/connectors/index.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ msgstr ""
506506

507507
msgid ""
508508
"Install .net core from Microsoft. Follow `.net core installation "
509-
"instructions <https://www.microsoft.com/net/core#ubuntu>`_."
509+
"instructions <https://dotnet.microsoft.com/download>`_."
510510
msgstr ""
511511

512512
msgid ""
@@ -520,7 +520,7 @@ msgid ""
520520
"installation saying \"This software may collect information about you and "
521521
"your use of the software, and send that to Microsoft.\" Still you can `set "
522522
"environment variables <https://docs.microsoft.com/en-"
523-
"us/dotnet/core/tools/telemetry#behavior>`_ to opt out from telemetry."
523+
"us/dotnet/core/tools/telemetry>`_ to opt out from telemetry."
524524
msgstr ""
525525

526526
msgid "Create a new console project."

locale/en/getting_started/getting_started_db.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ msgstr ""
2323

2424
msgid ""
2525
"If you're new to Docker, we recommend going over `this tutorial "
26-
"<https://docs.docker.com/engine/getstarted/step_one/>`_ before proceeding "
27-
"with this chapter."
26+
"<https://docs.docker.com/get-started/>`_ before proceeding with this "
27+
"chapter."
2828
msgstr ""
2929

3030
msgid "Launching a container"
3131
msgstr ""
3232

3333
msgid ""
3434
"If you don't have Docker installed, please follow the official `installation"
35-
" guide <https://docs.docker.com/engine/getstarted/step_one/#/step-1-get-"
36-
"docker>`_ for your OS."
35+
" guide <https://docs.docker.com/get-started/#download-and-install-docker>`_ "
36+
"for your OS."
3737
msgstr ""
3838

3939
msgid ""

locale/en/reference/configuration/index.pot

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ msgid ""
7373
"Some configuration parameters and some functions depend on a URI, or "
7474
"\"Universal Resource Identifier\". The URI string format is similar to the "
7575
"`generic syntax for a URI schema "
76-
"<http://en.wikipedia.org/wiki/URI_scheme#Generic_syntax>`_. So it may "
77-
"contain (in order) a user name for login, a password, a host name or host IP"
78-
" address, and a port number. Only the port number is always mandatory. The "
79-
"password is mandatory if the user name is specified, unless the user name is"
80-
" 'guest'. So, formally, the URI syntax is ``[host:]port`` or "
76+
"<https://en.wikipedia.org/wiki/List_of_URI_schemes>`_. So it may contain (in"
77+
" order) a user name for login, a password, a host name or host IP address, "
78+
"and a port number. Only the port number is always mandatory. The password is"
79+
" mandatory if the user name is specified, unless the user name is 'guest'. "
80+
"So, formally, the URI syntax is ``[host:]port`` or "
8181
"``[username:password@]host:port``. If host is omitted, then '0.0.0.0' or "
8282
"'[::]' is assumed, meaning respectively any IPv4 address or any IPv6 "
8383
"address, on the local machine. If username:password is omitted, then 'guest'"
@@ -1914,7 +1914,7 @@ msgstr ""
19141914

19151915
msgid ""
19161916
"By default a Tarantool daemon sends a small packet once per hour, to "
1917-
"https://feedback.tarantool.io. The packet contains three values from "
1917+
"``https://feedback.tarantool.io``. The packet contains three values from "
19181918
":ref:`box.info <box_introspection-box_info>`: ``box.info.version``, "
19191919
"``box.info.uuid``, and ``box.info.cluster_uuid``. By changing the feedback "
19201920
"configuration parameters, users can adjust or turn off this feature."
@@ -1933,7 +1933,7 @@ msgid ""
19331933
"recipient is Tarantool, but it can be any URL."
19341934
msgstr ""
19351935

1936-
msgid "Default: 'https://feedback.tarantool.io'"
1936+
msgid "Default: ``https://feedback.tarantool.io``"
19371937
msgstr ""
19381938

19391939
msgid ""

locale/en/reference/reference_lua/fio.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ msgstr ""
335335

336336
msgid ""
337337
"Functions in this section are similar to some `Python os.path "
338-
"<https://docs.python.org/2/library/os.path.htmll>`_ functions."
338+
"<https://docs.python.org/2/library/os.path.html>`_ functions."
339339
msgstr ""
340340

341341
msgid "path to directory or file."

locale/en/reference/reference_lua/http.pot

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ msgid ""
179179
"used. See also `CURLOPT_NOPROXY "
180180
"<https://curl.haxx.se/libcurl/c/CURLOPT_NOPROXY.html>`_ * ``proxy`` - a "
181181
"proxy server host or IP address, or ''. If ``proxy`` is a host or IP "
182-
"address, then it may begin with a scheme, for example 'https://' for an "
183-
"https proxy or 'http:// for an http proxy. If ``proxy`` is set to '' an "
184-
"empty string, then proxy use is disabled, and no proxy-related "
182+
"address, then it may begin with a scheme, for example ``https://`` for an"
183+
" https proxy or ``http://`` for an http proxy. If ``proxy`` is set to '' "
184+
"an empty string, then proxy use is disabled, and no proxy-related "
185185
"environment variable will be used. If ``proxy`` is not set, then a proxy-"
186186
"related environment variable may be used, such as HTTP_PROXY or "
187187
"HTTPS_PROXY or FTP_PROXY, or ALL_PROXY if the protocol can be any "
@@ -304,12 +304,12 @@ msgstr ""
304304

305305
msgid ""
306306
"``proxy`` - a proxy server host or IP address, or ''. If ``proxy`` is a host"
307-
" or IP address, then it may begin with a scheme, for example 'https://' for "
308-
"an https proxy or 'http:// for an http proxy. If ``proxy`` is set to '' an "
309-
"empty string, then proxy use is disabled, and no proxy-related environment "
310-
"variable will be used. If ``proxy`` is not set, then a proxy-related "
311-
"environment variable may be used, such as HTTP_PROXY or HTTPS_PROXY or "
312-
"FTP_PROXY, or ALL_PROXY if the protocol can be any protocol. See also "
307+
" or IP address, then it may begin with a scheme, for example ``https://`` "
308+
"for an https proxy or ``http://`` for an http proxy. If ``proxy`` is set to "
309+
"'' an empty string, then proxy use is disabled, and no proxy-related "
310+
"environment variable will be used. If ``proxy`` is not set, then a proxy-"
311+
"related environment variable may be used, such as HTTP_PROXY or HTTPS_PROXY "
312+
"or FTP_PROXY, or ALL_PROXY if the protocol can be any protocol. See also "
313313
"`CURLOPT_PROXY <https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html>`_"
314314
msgstr ""
315315

locale/en/reference/reference_lua/iconv.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ msgstr ""
9898
msgid ""
9999
"We know that the Unicode code point for \"Д\" (CYRILLIC CAPITAL LETTER DE) "
100100
"is hexadecimal 0414 according to the character database of `Unicode "
101-
"<http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt.>`_. Therefore"
102-
" that is what it will look like in UTF-16. We know that Tarantool typically "
101+
"<http://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt>`_. Therefore "
102+
"that is what it will look like in UTF-16. We know that Tarantool typically "
103103
"uses the UTF-8 character set. So make a from-UTF-8-to-UTF-16 converter, use "
104104
"string.hex('Д') to show what Д's encoding looks like in the UTF-8 source, "
105105
"and use string.hex('Д'-after-conversion) to show what it looks like in the "

locale/en/reference/reference_rock/vshard/vshard_index.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010

1111
msgid ""
1212
"**Sharding** is a database architecture that allows for `horizontal scaling "
13-
"<https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling>`_,"
13+
"<https://en.wikipedia.org/wiki/Scalability#Horizontal_(scale_out)_and_vertical_scaling_(scale_up)>`_,"
1414
" which implies that a dataset is partitioned and distributed over multiple "
1515
"servers."
1616
msgstr ""

locale/en/reference/reference_rock/vshard/vshard_summary.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgstr ""
77

88
msgid ""
99
"**Sharding** is a database architecture that allows for `horizontal scaling "
10-
"<https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling>`_,"
10+
"<https://en.wikipedia.org/wiki/Scalability#Horizontal_(scale_out)_and_vertical_scaling_(scale_up)>`_,"
1111
" which implies that a dataset is partitioned and distributed over multiple "
1212
"servers."
1313
msgstr ""

locale/en/reference/reference_rock/vshard/vshard_summary_index.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010

1111
msgid ""
1212
"**Sharding** is a database architecture that allows for `horizontal scaling "
13-
"<https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling>`_,"
13+
"<https://en.wikipedia.org/wiki/Scalability#Horizontal_(scale_out)_and_vertical_scaling_(scale_up)>`_,"
1414
" which implies that a dataset is partitioned and distributed over multiple "
1515
"servers."
1616
msgstr ""

locale/en/release/1.6.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ msgstr ""
258258

259259
msgid ""
260260
"Tarantool brew formula (OS X) was accepted to the official Homebrew "
261-
"repository (http://brewformulas.org/tarantool)."
261+
"repository (https://formulae.brew.sh/formula/tarantool)."
262262
msgstr ""
263263

264-
msgid "Clang compiler support was added on FreeBSD (:tarantool-issue:`786`)."
264+
msgid "Clang compiler support was added on FreeBSD. (:tarantool-issue:`786`)."
265265
msgstr ""
266266

267267
msgid ""

locale/en/release/2.3.1.pot

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ msgid ""
110110
"Add an ability to disable check constraints (:tarantool-issue:`4244`). "
111111
"Example: ``ALTER TABLE foo {ENABLE|DISABLE} CHECK CONSTRAINT bar;``. For "
112112
"details of using from Lua, refer to `documentation "
113-
"<https://www.tarantool.io/en/doc/2.3/book/box/box_space/#lua-"
114-
"function.space_object.create_check_constraint>`__."
113+
"<https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/create_check_constraint/>`__."
115114
msgstr ""
116115

117116
msgid ""
@@ -168,8 +167,8 @@ msgstr ""
168167

169168
msgid ""
170169
"Refer also to `SQL reference documentation "
171-
"<https://www.tarantool.io/en/doc/2.3/reference/reference_sql/sql/#create-"
172-
"table>`__."
170+
"<https://www.tarantool.io/en/doc/latest/reference/reference_sql/sql_statements_and_clauses/#sql-"
171+
"create-table>`__."
173172
msgstr ""
174173

175174
msgid "Introduce ``DOUBLE`` type (:tarantool-issue:`3812`)."
@@ -214,8 +213,7 @@ msgstr ""
214213

215214
msgid ""
216215
"`<space_object>:create_index() "
217-
"<https://www.tarantool.io/en/doc/2.3/book/box/box_space/#lua-"
218-
"function.space_object.create_index>`__"
216+
"<https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/create_index/>`__"
219217
msgstr ""
220218

221219
msgid ""
@@ -238,8 +236,7 @@ msgstr ""
238236
msgid ""
239237
"Insertion (‘!’) and assignment (‘=’) are also supported. See also the full "
240238
"description of the ``update()`` function in `documentation "
241-
"<https://www.tarantool.io/en/doc/2.3/book/box/box_space/#box-space-"
242-
"update>`__."
239+
"<https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/update/>`__."
243240
msgstr ""
244241

245242
msgid ""

0 commit comments

Comments
 (0)