Skip to content

Commit

Permalink
luci-app-sshtunnel: i18n
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
  • Loading branch information
stokito authored and systemcrash committed Dec 27, 2023
1 parent 61e166a commit a1f5b60
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 161 deletions.
191 changes: 100 additions & 91 deletions applications/luci-app-sshtunnel/po/ru/sshtunnel.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ msgstr ""
"<code>*</code> значит принимать соединения на всех интерфейсах <b>включая "
"публичные</b>"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:109
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:142
msgid "A key with that name already exists."
msgstr "Ключ с таким именем уже существует."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:128
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:124
msgid "Accept new and check if not changed"
msgstr "Принимать новый и проверять что не изменился"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:95
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:127
msgid "Add the pub key to %s or %s."
msgstr "Добавьте этот публичный ключ в %s или в %s."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:42
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:35
msgid "Advanced Settings"
msgstr "Расширенные настройки"

Expand All @@ -37,32 +37,23 @@ msgstr ""
"Принимающий соединения IP адрес н.п. <code>192.168.1.1</code> или имя хоста "
"н.п. <code>localhost</code>"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:115
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:110
msgid "Check host IP"
msgstr "Проверять IP хоста"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:116
msgid ""
"Check the host IP address in the <code>known_hosts</code> file. This allows "
"ssh to detect whether a host key changed due to DNS spoofing. See "
"<em>ssh_config CheckHostIP</em>"
msgstr ""
"Проверять IP-адрес хоста в файле <code>known_hosts</code>. Это позволяет ssh "
"определить, изменился ли ключ хоста из-за спуфинга DNS."
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:111
msgid "Check the host IP address in the %s file."
msgstr "Проверять IP-адрес хоста в файле %s."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:80
msgid ""
"Compression may be useful on slow connections. See <em>ssh_config "
"Compression</em>"
msgstr ""
"Сжатие может быть полезным на медленном соединении. См. <em>ssh_config "
"Compression</em>"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:76
msgid "Compression may be useful on slow connections."
msgstr "Сжатие может быть полезным на медленном соединении."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:126
msgid "Configure TUN/TAP devices for VPN tunnels."
msgstr "Конифгурация устройств TUN/TAP VPN-туннелей."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:89
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:85
msgid "Delay after a connection failure before trying to reconnect."
msgstr "Задержка перед переподключением"

Expand All @@ -77,6 +68,18 @@ msgstr "Динамические туннели"
msgid "Enabled"
msgstr "Включен"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:52
msgid "For Dropbear %s"
msgstr "Для Dropbear %s"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:53
msgid "For OpenSSH %s"
msgstr "Для OpenSSH %s"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:132
msgid "For example, the following command would connect via an HTTP proxy:"
msgstr ""

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:62
msgid "Forward a port on the local host to a service on the remote host."
msgstr "Перенаправить порт с локального хоста на сервис на удалённом хосте."
Expand All @@ -85,54 +88,51 @@ msgstr "Перенаправить порт с локального хоста
msgid "Forward a port on the remote host to a service on the local host."
msgstr "Перенаправить порт с удалённого хоста на сервис на локальном хосте."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:41
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:34
msgid "General Settings"
msgstr "Общие настройки"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:88
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:120
msgid "Generate"
msgstr "Сгенерировать"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:73
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:101
msgid "Generate a new key"
msgstr "Сгенерировать новый ключ"

#: applications/luci-app-sshtunnel/root/usr/share/rpcd/acl.d/luci-app-sshtunnel.json:3
msgid "Grant UCI access for luci-app-sshtunnel"
msgstr "Предоставить UCI доступ для luci-app-sshtunnel"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:35
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:44
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:39
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:37
msgid "Hostname"
msgstr "Имя хоста"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:97
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:49
msgid "Identity Key"
msgstr "Идентификационный ключ"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:51
msgid "If not specified then a default will be used."
msgstr "Если не указан то используется ключ по умолчанию."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:129
msgid ""
"In LuCI you can do that with <a %s>System / Administration / SSH-Keys</a>"
msgstr ""
"В LuCI вы можете это сделать через <a %s>Система / Администрирование / SSH "
"ключи</a>"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:107
msgid ""
"Keep-alive interval (seconds). See <em>ssh_config ServerAliveInterval</em>"
msgstr ""
"Интервал проверки подключения (секунды). См. See <em>ssh_config "
"ServerAliveInterval</em>"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:56
msgid "Key file"
msgstr "Файл ключа"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:46
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:50
msgid "Keys of SSH servers found in %s."
msgstr "Ключи SSH уже известных серверов из %s."

#: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:38
msgid "Known Hosts"
msgstr "Знакомые хосты"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:44
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:48
msgid "Known hosts"
msgstr "Знакомые хосты"

Expand All @@ -156,49 +156,45 @@ msgstr "Локальное устройство dev"
msgid "Local port"
msgstr "Локальный порт"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:67
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:63
msgid "Log level"
msgstr "Уровень логирования"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:61
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:92
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:105
msgid "Name"
msgstr "Название"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:84
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:121
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:130
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:80
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:116
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:126
msgid "No"
msgstr "Нет"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:26
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:19
msgid "No SSH keys found, <a %s>generate a new one</a>"
msgstr ""
"Нет ни одного ключа, пожалуйста <a href=\"./ssh_keys\">сгенерируйте новый</"
"a>."
msgstr "Нет ни одного ключа, пожалуйста <a %s>сгенерируйте новый</a>."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:49
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:42
msgid "Port"
msgstr "Порт"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:57
msgid ""
"Private key file with authentication identity. See <em>ssh_config "
"IdentityFile</em>"
msgstr ""
"Файл приватного ключа для авторизации. См. <em>ssh_config IdentityFile</em>"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:50
msgid "Private key file with authentication identity."
msgstr "Файл приватного ключа для авторизации."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:36
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:62
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:130
msgid "Proxy tunnel command"
msgstr "Команда прокси туннеля"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:40
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:93
msgid "Public Key"
msgstr "Публичный ключ"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:126
msgid ""
"Refuse to connect to hosts whose host key has changed. See <em>ssh_config "
"StrictHostKeyChecking</em>"
msgstr ""
"Отказывать в подключении к хосту если его ключ поменялся. См. <em>ssh_config "
"StrictHostKeyChecking</em>"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:121
msgid "Refuse to connect to hosts whose host key has changed."
msgstr "Отказывать в подключении к хосту если его ключ поменялся."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:23
msgid "Remote Tunnels"
Expand All @@ -218,73 +214,86 @@ msgstr "Удалённое устройство dev"
msgid "Remote port"
msgstr "Удалённый порт"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:88
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:84
msgid "Retry delay"
msgstr "Задержка попытки"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:100
msgid "SOCKS proxy via remote host."
msgstr "SOCKS прокси через удалённый хост."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:93
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:125
#: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:14
msgid "SSH Keys"
msgstr "SSH Ключи"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:20
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:33
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:31
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:24
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:39
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:24
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:18
#: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:3
#: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:30
msgid "SSH Tunnels"
msgstr "SSH туннели"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:169
msgid "See %s."
msgstr "См. %s."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:157
msgid "Server"
msgstr "Сервер"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:97
msgid "Server alive count max"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:93
msgid "Server keep alive attempts"
msgstr "Попыток проверки соединения"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:106
msgid "Server alive interval"
msgstr "Интервал проверки соединения"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:102
msgid "Server keep alive interval (seconds)"
msgstr "Интервал проверки соединения (секунды)"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:36
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:29
#: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:22
msgid "Servers"
msgstr "Серверы"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:125
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:120
msgid "Strict host key checking"
msgstr "Строгая проверка ключа хоста"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:98
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:131
msgid "The command to use to connect to the serve."
msgstr ""

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:94
msgid ""
"The number of server alive messages which may be sent before SSH disconnects "
"from the server. See <em>ssh_config ServerAliveCountMax</em>"
"from the server."
msgstr ""
"Сколько проверочных сообщений на сервер отправить прежде чем отключиться."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:112
msgid ""
"This allows SSH to detect whether a host key changed due to DNS spoofing."
msgstr ""
"Сколько проверочных сообщений на сервер отправить прежде чем отключиться.См. "
"See <em>ssh_config ServerAliveCountMax</em>"
"Это позволяет ssh определить, изменился ли ключ хоста из-за подмены DNS."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:21
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:34
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:32
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:25
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:40
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:25
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:19
msgid "This configures <a %s>SSH Tunnels</a>"
msgid "This configures <a %s>SSH Tunnels</a>."
msgstr "Настройка <a %s>SSH туннелей</a>."

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:128
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:161
msgid "Unable to generate a key: %s"
msgstr "Ошибка при генерации ключа: %s"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:79
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:75
msgid "Use compression"
msgstr "Использовать сжатие"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:53
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:46
msgid "User"
msgstr "Пользователь"

Expand All @@ -296,8 +305,8 @@ msgstr "VPN туннели"
msgid "VPN type"
msgstr "Тип VPN"

#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:83
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:120
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:129
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:79
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:115
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:125
msgid "Yes"
msgstr "Да"
Loading

0 comments on commit a1f5b60

Please sign in to comment.