Skip to content

Commit facc174

Browse files
adem4ikweblate
authored andcommitted
Translated using Weblate (Russian)
Currently translated at 34.2% (942 of 2747 strings)
1 parent 6bb3cdf commit facc174

2 files changed

Lines changed: 3 additions & 22 deletions

File tree

po/ru.mo

8.11 KB
Binary file not shown.

po/ru.po

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: phpMyAdmin 4.8.0-dev\n"
99
"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n"
1010
"POT-Creation-Date: 2026-04-06 10:28+0200\n"
11-
"PO-Revision-Date: 2026-04-23 22:09+0000\n"
11+
"PO-Revision-Date: 2026-04-25 16:09+0000\n"
1212
"Last-Translator: Andrei Stepanov <adem4ik@gmail.com>\n"
1313
"Language-Team: Russian <https://hosted.weblate.org/projects/phpmyadmin/"
1414
"documentation/ru/>\n"
@@ -1040,7 +1040,6 @@ msgid "boolean|string"
10401040
msgstr "логическое число|строка"
10411041

10421042
#: ../phpmyadmin/docs/config.rst:214
1043-
#, fuzzy
10441043
msgid ""
10451044
"Setting this to ``true`` allows phpMyAdmin to be included inside a frame, "
10461045
"and is a potential security hole allowing cross-frame scripting attacks or "
@@ -1055,9 +1054,8 @@ msgstr ""
10551054
"во фрейм, если только этот документ не принадлежит тому же домену."
10561055

10571056
#: ../phpmyadmin/docs/config.rst:221
1058-
#, fuzzy
10591057
msgid "Server connection settings"
1060-
msgstr "Настройки подключения к серверу"
1058+
msgstr "Настройки подключения сервера"
10611059

10621060
#: ../phpmyadmin/docs/config.rst:225 ../phpmyadmin/docs/config.rst:1539
10631061
#: ../phpmyadmin/docs/config.rst:2515 ../phpmyadmin/docs/config.rst:2729
@@ -1074,12 +1072,10 @@ msgid "array"
10741072
msgstr "массив"
10751073

10761074
#: ../phpmyadmin/docs/config.rst:226
1077-
#, fuzzy
10781075
msgid "one server array with settings listed below"
10791076
msgstr "один массив сервера с настройками, перечисленными ниже"
10801077

10811078
#: ../phpmyadmin/docs/config.rst:228
1082-
#, fuzzy
10831079
msgid ""
10841080
"Since version 1.4.2, phpMyAdmin supports the administration of multiple "
10851081
"MySQL servers. Therefore, a :config:option:`$cfg['Servers']`-array has been "
@@ -1103,7 +1099,6 @@ msgstr ""
11031099
"вы хотите изменить)."
11041100

11051101
#: ../phpmyadmin/docs/config.rst:239
1106-
#, fuzzy
11071102
msgid ""
11081103
"The :config:option:`$cfg['Servers']` array starts with ``$cfg['Servers']"
11091104
"[1]``. Do not use ``$cfg['Servers'][0]``. If you want more than one server, "
@@ -1122,7 +1117,6 @@ msgid "``'localhost'``"
11221117
msgstr "``'localhost'``"
11231118

11241119
#: ../phpmyadmin/docs/config.rst:250
1125-
#, fuzzy
11261120
msgid ""
11271121
"The hostname or :term:`IP` address of your ``$i``-th MySQL-server. E.g. "
11281122
"``localhost``."
@@ -1131,38 +1125,31 @@ msgstr ""
11311125
"``localhost``."
11321126

11331127
#: ../phpmyadmin/docs/config.rst:253
1134-
#, fuzzy
11351128
msgid "Possible values are:"
11361129
msgstr "Возможные значения:"
11371130

11381131
#: ../phpmyadmin/docs/config.rst:255
1139-
#, fuzzy
11401132
msgid "hostname, e.g., ``'localhost'`` or ``'mydb.example.org'``"
11411133
msgstr "имя хоста, например, ``'localhost'`` или ``'mydb.example.org'``"
11421134

11431135
#: ../phpmyadmin/docs/config.rst:256
1144-
#, fuzzy
11451136
msgid "IP address, e.g., ``'127.0.0.1'`` or ``'192.168.10.1'``"
11461137
msgstr "IP-адрес, например, ``'127.0.0.1'`` или ``'192.168.10.1'``"
11471138

11481139
#: ../phpmyadmin/docs/config.rst:257
1149-
#, fuzzy
11501140
msgid "IPv6 address, e.g. ``2001:cdba:0000:0000:0000:0000:3257:9652``"
11511141
msgstr "IPv6-адрес, например ``2001:cdba:0000:0000:0000:0000:3257:9652``"
11521142

11531143
#: ../phpmyadmin/docs/config.rst:258
1154-
#, fuzzy
11551144
msgid "dot - ``'.'``, i.e., use named pipes on windows systems"
11561145
msgstr ""
11571146
"точка — ``'.'``, т.е. использование именованных каналов в системах Windows"
11581147

11591148
#: ../phpmyadmin/docs/config.rst:259
1160-
#, fuzzy
11611149
msgid "empty - ``''``, disables this server"
11621150
msgstr "пустое значение — ``''``, отключает этот сервер"
11631151

11641152
#: ../phpmyadmin/docs/config.rst:263
1165-
#, fuzzy
11661153
msgid ""
11671154
"The hostname ``localhost`` is handled specially by MySQL and it uses the "
11681155
"socket based connection protocol. To use TCP/IP networking, use an IP "
@@ -1185,7 +1172,6 @@ msgstr ""
11851172
"refman/8.0/en/connecting.html>"
11861173

11871174
#: ../phpmyadmin/docs/config.rst:279
1188-
#, fuzzy
11891175
msgid ""
11901176
"The port-number of your ``$i``-th MySQL-server. Default is 3306 (leave "
11911177
"blank)."
@@ -1194,7 +1180,6 @@ msgstr ""
11941180
"пустым)."
11951181

11961182
#: ../phpmyadmin/docs/config.rst:284
1197-
#, fuzzy
11981183
msgid ""
11991184
"If you use ``localhost`` as the hostname, MySQL ignores this port number and "
12001185
"connects with the socket, so if you want to connect to a port different from "
@@ -1216,7 +1201,6 @@ msgstr ""
12161201
"refman/8.0/en/connecting.html>"
12171202

12181203
#: ../phpmyadmin/docs/config.rst:299
1219-
#, fuzzy
12201204
msgid ""
12211205
"The path to the socket to use. Leave blank for default. To determine the "
12221206
"correct socket, check your MySQL configuration or, using "
@@ -1229,16 +1213,14 @@ msgstr ""
12291213
"``status``. Среди отображаемой информации будет указан используемый сокет."
12301214

12311215
#: ../phpmyadmin/docs/config.rst:306
1232-
#, fuzzy
12331216
msgid ""
12341217
"This takes effect only if :config:option:`$cfg['Servers'][$i]['host']` is "
12351218
"set to ``localhost``."
12361219
msgstr ""
1237-
"Это вступает в силу только если :config:option:`$cfg['Servers'][$i]['host']` "
1220+
"Вступает в силу, только если :config:option:`$cfg['Servers'][$i]['host']` "
12381221
"установлен в ``localhost``."
12391222

12401223
#: ../phpmyadmin/docs/config.rst:319
1241-
#, fuzzy
12421224
msgid ""
12431225
"Whether to enable SSL for the connection between phpMyAdmin and the MySQL "
12441226
"server to secure the connection."
@@ -1247,7 +1229,6 @@ msgstr ""
12471229
"подключения."
12481230

12491231
#: ../phpmyadmin/docs/config.rst:322
1250-
#, fuzzy
12511232
msgid ""
12521233
"When using the ``'mysql'`` extension, none of the remaining ``'ssl...'`` "
12531234
"configuration options apply."

0 commit comments

Comments
 (0)