luci-app-sshtunnel: i18n

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
Sergey Ponomarev 2023-12-21 04:20:48 +02:00 committed by Paul Donald
parent 61e166aa93
commit a1f5b6087f
2 changed files with 192 additions and 163 deletions

View file

@ -9,19 +9,19 @@ msgstr ""
"<code>*</code> значит принимать соединения на всех интерфейсах <b>включая " "<code>*</code> значит принимать соединения на всех интерфейсах <b>включая "
"публичные</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." msgid "A key with that name already exists."
msgstr "Ключ с таким именем уже существует." 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" msgid "Accept new and check if not changed"
msgstr "Принимать новый и проверять что не изменился" 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." msgid "Add the pub key to %s or %s."
msgstr "Добавьте этот публичный ключ в %s или в %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" msgid "Advanced Settings"
msgstr "Расширенные настройки" msgstr "Расширенные настройки"
@ -37,32 +37,23 @@ msgstr ""
"Принимающий соединения IP адрес н.п. <code>192.168.1.1</code> или имя хоста " "Принимающий соединения IP адрес н.п. <code>192.168.1.1</code> или имя хоста "
"н.п. <code>localhost</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" msgid "Check host IP"
msgstr "Проверять IP хоста" msgstr "Проверять IP хоста"
#: 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:111
msgid "" msgid "Check the host IP address in the %s file."
"Check the host IP address in the <code>known_hosts</code> file. This allows " msgstr "Проверять IP-адрес хоста в файле %s."
"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:80 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:76
msgid "" msgid "Compression may be useful on slow connections."
"Compression may be useful on slow connections. See <em>ssh_config " msgstr "Сжатие может быть полезным на медленном соединении."
"Compression</em>"
msgstr ""
"Сжатие может быть полезным на медленном соединении. См. <em>ssh_config "
"Compression</em>"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:126 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:126
msgid "Configure TUN/TAP devices for VPN tunnels." msgid "Configure TUN/TAP devices for VPN tunnels."
msgstr "Конифгурация устройств TUN/TAP VPN-туннелей." 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." msgid "Delay after a connection failure before trying to reconnect."
msgstr "Задержка перед переподключением" msgstr "Задержка перед переподключением"
@ -77,6 +68,18 @@ msgstr "Динамические туннели"
msgid "Enabled" msgid "Enabled"
msgstr "Включен" 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 #: 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." msgid "Forward a port on the local host to a service on the remote host."
msgstr "Перенаправить порт с локального хоста на сервис на удалённом хосте." msgstr "Перенаправить порт с локального хоста на сервис на удалённом хосте."
@ -85,15 +88,15 @@ msgstr "Перенаправить порт с локального хоста
msgid "Forward a port on the remote host to a service on the local host." msgid "Forward a port on the remote host to a service on the local host."
msgstr "Перенаправить порт с удалённого хоста на сервис на локальном хосте." 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" msgid "General Settings"
msgstr "Общие настройки" 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" msgid "Generate"
msgstr "Сгенерировать" 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" msgid "Generate a new key"
msgstr "Сгенерировать новый ключ" msgstr "Сгенерировать новый ключ"
@ -101,30 +104,27 @@ msgstr "Сгенерировать новый ключ"
msgid "Grant UCI access for luci-app-sshtunnel" msgid "Grant UCI access for luci-app-sshtunnel"
msgstr "Предоставить UCI доступ для 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_hosts.js:39
#: 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_servers.js:37
msgid "Hostname" msgid "Hostname"
msgstr "Имя хоста" 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 "" msgid ""
"In LuCI you can do that with <a %s>System / Administration / SSH-Keys</a>" "In LuCI you can do that with <a %s>System / Administration / SSH-Keys</a>"
msgstr "" msgstr ""
"В LuCI вы можете это сделать через <a %s>Система / Администрирование / SSH " "В LuCI вы можете это сделать через <a %s>Система / Администрирование / SSH "
"ключи</a>" "ключи</a>"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:107 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:50
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
msgid "Keys of SSH servers found in %s." msgid "Keys of SSH servers found in %s."
msgstr "Ключи SSH уже известных серверов из %s." msgstr "Ключи SSH уже известных серверов из %s."
@ -132,7 +132,7 @@ msgstr "Ключи SSH уже известных серверов из %s."
msgid "Known Hosts" msgid "Known Hosts"
msgstr "Знакомые хосты" 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" msgid "Known hosts"
msgstr "Знакомые хосты" msgstr "Знакомые хосты"
@ -156,49 +156,45 @@ msgstr "Локальное устройство dev"
msgid "Local port" msgid "Local port"
msgstr "Локальный порт" 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" msgid "Log level"
msgstr "Уровень логирования" 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" msgid "Name"
msgstr "Название" 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:80
#: 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:116
#: 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:126
msgid "No" msgid "No"
msgstr "Нет" 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>" msgid "No SSH keys found, <a %s>generate a new one</a>"
msgstr "" msgstr "Нет ни одного ключа, пожалуйста <a %s>сгенерируйте новый</a>."
"Нет ни одного ключа, пожалуйста <a href=\"./ssh_keys\">сгенерируйте новый</"
"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" msgid "Port"
msgstr "Порт" msgstr "Порт"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:57 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:50
msgid "" msgid "Private key file with authentication identity."
"Private key file with authentication identity. See <em>ssh_config " msgstr "Файл приватного ключа для авторизации."
"IdentityFile</em>"
msgstr ""
"Файл приватного ключа для авторизации. См. <em>ssh_config IdentityFile</em>"
#: 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_servers.js:130
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:62 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" msgid "Public Key"
msgstr "Публичный ключ" msgstr "Публичный ключ"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:126 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:121
msgid "" msgid "Refuse to connect to hosts whose host key has changed."
"Refuse to connect to hosts whose host key has changed. See <em>ssh_config " msgstr "Отказывать в подключении к хосту если его ключ поменялся."
"StrictHostKeyChecking</em>"
msgstr ""
"Отказывать в подключении к хосту если его ключ поменялся. См. <em>ssh_config "
"StrictHostKeyChecking</em>"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:23 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:23
msgid "Remote Tunnels" msgid "Remote Tunnels"
@ -218,7 +214,7 @@ msgstr "Удалённое устройство dev"
msgid "Remote port" msgid "Remote port"
msgstr "Удалённый порт" 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" msgid "Retry delay"
msgstr "Задержка попытки" msgstr "Задержка попытки"
@ -226,65 +222,78 @@ msgstr "Задержка попытки"
msgid "SOCKS proxy via remote host." msgid "SOCKS proxy via remote host."
msgstr "SOCKS прокси через удалённый хост." 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 #: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:14
msgid "SSH Keys" msgid "SSH Keys"
msgstr "SSH Ключи" 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_hosts.js:24
#: 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_keys.js:39
#: 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_servers.js:24
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:18 #: 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:3
#: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:30 #: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:30
msgid "SSH Tunnels" msgid "SSH Tunnels"
msgstr "SSH туннели" 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 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:157
msgid "Server" msgid "Server"
msgstr "Сервер" msgstr "Сервер"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:97 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:93
msgid "Server alive count max" msgid "Server keep alive attempts"
msgstr "Попыток проверки соединения" msgstr "Попыток проверки соединения"
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:106 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:102
msgid "Server alive interval" msgid "Server keep alive interval (seconds)"
msgstr "Интервал проверки соединения" 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 #: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:22
msgid "Servers" msgid "Servers"
msgstr "Серверы" 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" msgid "Strict host key checking"
msgstr "Строгая проверка ключа хоста" 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 "" msgid ""
"The number of server alive messages which may be sent before SSH disconnects " "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 "" msgstr ""
"Сколько проверочных сообщений на сервер отправить прежде чем отключиться.См. " "Сколько проверочных сообщений на сервер отправить прежде чем отключиться."
"See <em>ssh_config ServerAliveCountMax</em>"
#: 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_servers.js:112
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:34 msgid ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:32 "This allows SSH to detect whether a host key changed due to DNS spoofing."
msgstr ""
"Это позволяет ssh определить, изменился ли ключ хоста из-за подмены DNS."
#: 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 #: 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>." 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" msgid "Unable to generate a key: %s"
msgstr "Ошибка при генерации ключа: %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" msgid "Use compression"
msgstr "Использовать сжатие" 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" msgid "User"
msgstr "Пользователь" msgstr "Пользователь"
@ -296,8 +305,8 @@ msgstr "VPN туннели"
msgid "VPN type" msgid "VPN type"
msgstr "Тип VPN" 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:79
#: 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:115
#: 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:125
msgid "Yes" msgid "Yes"
msgstr "Да" msgstr "Да"

View file

@ -7,19 +7,19 @@ msgstr "Content-Type: text/plain; charset=UTF-8"
msgid "<code>*</code> means to listen all interfaces <b>including public</b>." msgid "<code>*</code> means to listen all interfaces <b>including public</b>."
msgstr "" msgstr ""
#: 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." msgid "A key with that name already exists."
msgstr "" 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" msgid "Accept new and check if not changed"
msgstr "" 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." msgid "Add the pub key to %s or %s."
msgstr "" msgstr ""
#: 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" msgid "Advanced Settings"
msgstr "" msgstr ""
@ -33,28 +33,23 @@ msgid ""
"<code>localhost</code>." "<code>localhost</code>."
msgstr "" msgstr ""
#: 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" msgid "Check host IP"
msgstr "" msgstr ""
#: 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:111
msgid "" msgid "Check the host IP address in the %s file."
"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 "" msgstr ""
#: 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:76
msgid "" msgid "Compression may be useful on slow connections."
"Compression may be useful on slow connections. See <em>ssh_config "
"Compression</em>"
msgstr "" msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:126 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:126
msgid "Configure TUN/TAP devices for VPN tunnels." msgid "Configure TUN/TAP devices for VPN tunnels."
msgstr "" msgstr ""
#: 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." msgid "Delay after a connection failure before trying to reconnect."
msgstr "" msgstr ""
@ -69,6 +64,18 @@ msgstr ""
msgid "Enabled" msgid "Enabled"
msgstr "" msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:52
msgid "For Dropbear %s"
msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:53
msgid "For OpenSSH %s"
msgstr ""
#: 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 #: 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." msgid "Forward a port on the local host to a service on the remote host."
msgstr "" msgstr ""
@ -77,15 +84,15 @@ msgstr ""
msgid "Forward a port on the remote host to a service on the local host." msgid "Forward a port on the remote host to a service on the local host."
msgstr "" 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" msgid "General Settings"
msgstr "" 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" msgid "Generate"
msgstr "" 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" msgid "Generate a new key"
msgstr "" msgstr ""
@ -93,26 +100,25 @@ msgstr ""
msgid "Grant UCI access for luci-app-sshtunnel" msgid "Grant UCI access for luci-app-sshtunnel"
msgstr "" msgstr ""
#: 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_hosts.js:39
#: 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_servers.js:37
msgid "Hostname" msgid "Hostname"
msgstr "" 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 "" msgid ""
"In LuCI you can do that with <a %s>System / Administration / SSH-Keys</a>" "In LuCI you can do that with <a %s>System / Administration / SSH-Keys</a>"
msgstr "" msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:107 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_hosts.js:50
msgid ""
"Keep-alive interval (seconds). See <em>ssh_config ServerAliveInterval</em>"
msgstr ""
#: 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
msgid "Keys of SSH servers found in %s." msgid "Keys of SSH servers found in %s."
msgstr "" msgstr ""
@ -120,7 +126,7 @@ msgstr ""
msgid "Known Hosts" msgid "Known Hosts"
msgstr "" 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" msgid "Known hosts"
msgstr "" msgstr ""
@ -144,43 +150,44 @@ msgstr ""
msgid "Local port" msgid "Local port"
msgstr "" 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" msgid "Log level"
msgstr "" 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" msgid "Name"
msgstr "" 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:80
#: 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:116
#: 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:126
msgid "No" msgid "No"
msgstr "" 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>" msgid "No SSH keys found, <a %s>generate a new one</a>"
msgstr "" msgstr ""
#: 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" msgid "Port"
msgstr "" msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:57 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:50
msgid "" msgid "Private key file with authentication identity."
"Private key file with authentication identity. See <em>ssh_config "
"IdentityFile</em>"
msgstr "" 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_servers.js:130
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:62 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" msgid "Public Key"
msgstr "" msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:126 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:121
msgid "" msgid "Refuse to connect to hosts whose host key has changed."
"Refuse to connect to hosts whose host key has changed. See <em>ssh_config "
"StrictHostKeyChecking</em>"
msgstr "" msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:23 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:23
@ -201,7 +208,7 @@ msgstr ""
msgid "Remote port" msgid "Remote port"
msgstr "" 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" msgid "Retry delay"
msgstr "" msgstr ""
@ -209,63 +216,76 @@ msgstr ""
msgid "SOCKS proxy via remote host." msgid "SOCKS proxy via remote host."
msgstr "" msgstr ""
#: 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 #: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:14
msgid "SSH Keys" msgid "SSH Keys"
msgstr "" msgstr ""
#: 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_hosts.js:24
#: 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_keys.js:39
#: 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_servers.js:24
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:18 #: 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:3
#: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:30 #: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:30
msgid "SSH Tunnels" msgid "SSH Tunnels"
msgstr "" msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:169
msgid "See %s."
msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:157 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_tunnels.js:157
msgid "Server" msgid "Server"
msgstr "" msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:97 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:93
msgid "Server alive count max" msgid "Server keep alive attempts"
msgstr "" msgstr ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:106 #: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:102
msgid "Server alive interval" msgid "Server keep alive interval (seconds)"
msgstr "" 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 #: applications/luci-app-sshtunnel/root/usr/share/luci/menu.d/luci-app-sshtunnel.json:22
msgid "Servers" msgid "Servers"
msgstr "" 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" msgid "Strict host key checking"
msgstr "" 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 "" msgid ""
"The number of server alive messages which may be sent before SSH disconnects " "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 "" msgstr ""
#: 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_servers.js:112
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_keys.js:34 msgid ""
#: applications/luci-app-sshtunnel/htdocs/luci-static/resources/view/sshtunnel/ssh_servers.js:32 "This allows SSH to detect whether a host key changed due to DNS spoofing."
msgstr ""
#: 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 #: 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 "" msgstr ""
#: 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" msgid "Unable to generate a key: %s"
msgstr "" msgstr ""
#: 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" msgid "Use compression"
msgstr "" 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" msgid "User"
msgstr "" msgstr ""
@ -277,8 +297,8 @@ msgstr ""
msgid "VPN type" msgid "VPN type"
msgstr "" msgstr ""
#: 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:79
#: 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:115
#: 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:125
msgid "Yes" msgid "Yes"
msgstr "" msgstr ""