Skip to content

Commit 38bd367

Browse files
author
mar
committed
doc: localization tcm (playing)
1 parent eba75fb commit 38bd367

File tree

4 files changed

+250
-0
lines changed

4 files changed

+250
-0
lines changed

locale/en/tooling/tcm/index.pot

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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: 2025-10-15 16:46+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Maryia Lichko <[email protected]>\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/tooling/tcm/index.rst:15
20+
msgid "|tcm_full_name| (|tcm|) is a web-based visual tool for configuring, managing, and "
21+
"monitoring Tarantool EE clusters. It provides a GUI for working with clusters "
22+
"and individual instances, from monitoring their state to executing commands interactively "
23+
"in an instance's console."
24+
msgstr ""
25+
26+
#: ../../../doc/tooling/tcm/index.rst:20
27+
msgid "|tcm| is a standalone application included in the Tarantool Enterprise Edition "
28+
":ref:`distribution package <enterprise-package-contents>`. It is shipped as ready-to-run "
29+
"executable for Linux platforms."
30+
msgstr ""
31+
32+
#: ../../../doc/tooling/tcm/index.rst:24
33+
msgid "|tcm| works only with Tarantool EE clusters that use centralized configuration in "
34+
":ref:`etcd <configuration_etcd>` or a Tarantool-based configuration storage. "
35+
"When you create or edit a cluster's configuration in |tcm|, it publishes the saved "
36+
"configuration to the storage. This ensures consistent and reliable configuration storage. "
37+
"A single |tcm| installation can connect to multiple Tarantool EE clusters and "
38+
"switch between them in one click."
39+
msgstr ""
40+
41+
#: ../../../doc/tooling/tcm/index.rst:31
42+
msgid "To provide enterprise-grade security, |tcm| features its own role-based access control. "
43+
"You can create users and assign them roles that include required permissions. "
44+
"For example, a user can be an administrator of a specific cluster or only have the right "
45+
"to read data. LDAP authorization is supported as well."
46+
msgstr ""
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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: 2025-10-16 13:03+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: Maryia Lichko <[email protected]>\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/tooling/tcm/tcm_integrity_check.rst:3
20+
msgid "Integrity check"
21+
msgstr ""
22+
23+
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:10
24+
msgid "|tcm| supports the integrity check mechanism. "
25+
"The integrity check mechanism in TCM verifies the digital signature of centralized configuration files. "
26+
"It ensures that TCM only applies configurations that are signed with a trusted private key."
27+
msgstr ""
28+
29+
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:14
30+
msgid "This mechanism allows TCM to:"
31+
msgstr ""
32+
33+
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:16
34+
msgid "* Update the configuration with integrity check support "
35+
"* Detect unauthorized changes in centralized configuration"
36+
msgstr ""
37+
38+
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:21
39+
msgid "Configure integrity check"
40+
msgstr ""
41+
42+
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:24
43+
msgid "Configuration parameters"
44+
msgstr ""
45+
46+
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:27
47+
msgid ".. list-table:: "
48+
" :header-rows: 1 "
49+
" :widths: 35 45 10 10 "
50+
""
51+
" * - Parameter "
52+
" - Description "
53+
" - Type "
54+
" - Default "
55+
" * - :ref:`security.integrity-check <tcm_configuration_reference_security_integrity-check>` "
56+
" - Enables signature validation "
57+
" - ``bool`` "
58+
" - ``false`` "
59+
" * - :ref:`security.signature-private-key-file <tcm_configuration_reference_security_signature-private-key-file>` "
60+
" - Path to the private key for signing configuration "
61+
" - ``string`` "
62+
" - ``""``"
63+
msgstr ""
64+
65+
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:45
66+
msgid "Example configuration"
67+
msgstr ""
68+
69+
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:48
70+
msgid "Integrity check can be enabled directly in the |tcm| configuration file:"
71+
msgstr ""
72+
73+
#: ../../../doc/tooling/tcm/tcm_integrity_check.rst:50
74+
msgid ".. code-block:: yaml "
75+
" "
76+
" # tcm.yaml "
77+
" security: "
78+
" integrity-check: true "
79+
" signature-private-key-file: /etc/tcm/private_key.pem"
80+
msgstr ""
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
msgid ""
3+
"|tcm_full_name| (|tcm|) is a web-based visual tool for configuring, managing, and "
4+
"monitoring Tarantool EE clusters. It provides a GUI for working with clusters "
5+
"and individual instances, from monitoring their state to executing commands interactively "
6+
"in an instance's console."
7+
msgstr ""
8+
"|tcm_full_name| (|tcm|) это веб-инструмент для настройки, управления и мониторинга кластеров Tarantool EE. "
9+
"Он предоставляет графический интерфейс для работы с кластерами и отдельными экземплярами, "
10+
"от мониторинга их состояния до интерактивного выполнения команд в консоли экземпляра."
11+
12+
msgid ""
13+
"|tcm| is a standalone application included in the Tarantool Enterprise Edition "
14+
":ref:`distribution package <enterprise-package-contents>`. It is shipped as ready-to-run "
15+
"executable for Linux platforms."
16+
msgstr ""
17+
"Это отдельное приложение, входящее в состав дистрибутива Tarantool Enterprise Edition :ref:`distribution package <enterprise-package-contents>`. "
18+
"Оно поставляется в виде готового к запуску исполняемого файла для платформ Linux."
19+
20+
msgid ""
21+
"|tcm| works only with Tarantool EE clusters that use centralized configuration in "
22+
":ref:`etcd <configuration_etcd>` or a Tarantool-based configuration storage. "
23+
"When you create or edit a cluster's configuration in |tcm|, it publishes the saved "
24+
"configuration to the storage. This ensures consistent and reliable configuration storage. "
25+
"A single |tcm| installation can connect to multiple Tarantool EE clusters and "
26+
"switch between them in one click."
27+
msgstr ""
28+
"|tcm| работает только с кластерами Tarantool EE, которые используют централизованную конфигурацию в "
29+
":ref:`etcd <configuration_etcd>` или хранилище конфигурации на базе Tarantool. "
30+
"При создании или редактировании конфигурацию кластера в |tcm|, он публикует сохраненную "
31+
"конфигурацию в хранилище. Это обеспечивает согласованное и надежное хранение конфигурации. "
32+
"Одна установка |tcm| может подключаться к нескольким кластерам Tarantool EE и "
33+
"переключаться между ними одним щелчком мыши."
34+
35+
msgid ""
36+
"To provide enterprise-grade security, |tcm| features its own role-based access control. "
37+
"You can create users and assign them roles that include required permissions. "
38+
"For example, a user can be an administrator of a specific cluster or only have the right "
39+
"to read data. LDAP authorization is supported as well."
40+
msgstr ""
41+
"Для обеспечения безопасности корпоративного уровня |tcm| использует собственную систему контроля доступа на основе ролей. "
42+
"Можно создавать пользователей и назначать им роли, включающие необходимые разрешения. "
43+
"Например, пользователь может быть администратором определенного кластера или иметь только право "
44+
"на чтение данных. Также поддерживается авторизация LDAP."
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
2+
msgid ""
3+
"Integrity check"
4+
msgstr ""
5+
"Проверка целостности"
6+
7+
msgid ""
8+
"|tcm| supports the integrity check mechanism. "
9+
"The integrity check mechanism in TCM verifies the digital signature of centralized configuration files. "
10+
"It ensures that TCM only applies configurations that are signed with a trusted private key."
11+
msgstr ""
12+
"|tcm| поддерживает механизм проверки целостности. Механизм проверки целостности в TCM проверяет цифровую подпись централизованных файлов конфигурации. "
13+
"Он гарантирует, что TCM применяет только конфигурации, подписанные доверенным закрытым ключом."
14+
15+
msgid ""
16+
"This mechanism allows |tcm| to:"
17+
msgstr ""
18+
"Этот механизм позволяет |tcm|:"
19+
20+
msgid ""
21+
"* Update the configuration with integrity check support "
22+
"* Detect unauthorized changes in centralized configuration"
23+
msgstr ""
24+
"* обновлять конфигурацию с поддержкой проверки целостности; "
25+
"* обнаруживать несанкционированные изменения в централизованной конфигурации."
26+
27+
msgid ""
28+
"Configure integrity check"
29+
msgstr ""
30+
"Настройка проверки целостности"
31+
32+
msgid ""
33+
"Configuration parameters"
34+
msgstr ""
35+
"Конфигурационные параметры"
36+
37+
msgid ""
38+
".. list-table:: "
39+
" :header-rows: 1 "
40+
" :widths: 35 45 10 10 "
41+
""
42+
" * - Parameter "
43+
" - Description "
44+
" - Type "
45+
" - Default "
46+
" * - :ref:`security.integrity-check <tcm_configuration_reference_security_integrity-check>` "
47+
" - Enables signature validation "
48+
" - ``bool`` "
49+
" - ``false`` "
50+
" * - :ref:`security.signature-private-key-file <tcm_configuration_reference_security_signature-private-key-file>` "
51+
" - Path to the private key for signing configuration "
52+
" - ``string`` "
53+
" - ``""``"
54+
msgstr ""
55+
".. list-table:: "
56+
" :header-rows: 1 "
57+
" :widths: 35 45 10 10 "
58+
""
59+
" * - Параметр "
60+
" - Описание "
61+
" - Тип "
62+
" - Значение по умолчанию "
63+
" * - :ref:`security.integrity-check <tcm_configuration_reference_security_integrity-check>` "
64+
" - Включает проверку подписи "
65+
" - ``bool`` "
66+
" - ``false`` "
67+
" * - :ref:`security.signature-private-key-file <tcm_configuration_reference_security_signature-private-key-file>` "
68+
" - Путь к закрытому ключу для подписи конфигурации "
69+
" - ``string`` "
70+
" - ``""``"
71+
72+
msgid ""
73+
"Example configuration"
74+
msgstr ""
75+
"Пример конфигурации"
76+
77+
msgid ""
78+
"Integrity check can be enabled directly in the |tcm| configuration file:"
79+
msgstr ""
80+
"Проверку целостности можно включить в конфигурационном файле |tcm|:"

0 commit comments

Comments
 (0)