From a09446c1f3136c53cc9012e63f6a7f7732102ca8 Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Tue, 26 Sep 2023 22:51:28 +0900 Subject: [PATCH 1/8] fix [nome] to [name] --- src/bin/hamcore/strtable_pt_br.stb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/hamcore/strtable_pt_br.stb b/src/bin/hamcore/strtable_pt_br.stb index 52540cb4..d27ccbef 100644 --- a/src/bin/hamcore/strtable_pt_br.stb +++ b/src/bin/hamcore/strtable_pt_br.stb @@ -4851,7 +4851,7 @@ CMD_HubList_Args ListaHub # Hub command CMD_Hub Select Virtual Hub to Manage CMD_Hub_Help Use this to select the Virtual Hub to be the target of administration. For an administration utility with the status of being connected to a VPN Server, before executing a command to set or manage a Virtual Hub, you must use the Hub command to select the Virtual Hub to manage. \nWhen in the status of being connected to a VPN Server in Virtual Hub Admin Mode, you can select a single Virtual Hub to be the target of administration but you cannot select other Virtual Hubs. When having the status of being connected to the VPN Server in Server Admin Mode, you can make all Virtual Hubs the target of administration. \nTo get a list of Virtual Hubs that currently exist on the VPN Server, use the HubList command. \nFor the VPN Bridge, you can only select the Virtual Hub that has the name "BRIDGE". -CMD_Hub_Args Hub [nome] +CMD_Hub_Args Hub [name] CMD_Hub_[name] Specify the name of the Virtual Hub to manage. If this parameter is left unspecified, the Select Virtual Hub to Manage will be cancelled. CMD_Hub_Unselected The Virtual Hub selection has been unselected. CMD_Hub_Selected The Virtual Hub "%S" has been selected. From 7e30a8e52a505894c2b4d8438981ce2d691a2d2c Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Tue, 26 Sep 2023 22:55:22 +0900 Subject: [PATCH 2/8] fixed VpnAzureSetStatus to VpnAzureSetEnable --- src/bin/hamcore/strtable_pt_br.stb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/hamcore/strtable_pt_br.stb b/src/bin/hamcore/strtable_pt_br.stb index d27ccbef..986f0121 100644 --- a/src/bin/hamcore/strtable_pt_br.stb +++ b/src/bin/hamcore/strtable_pt_br.stb @@ -6193,7 +6193,7 @@ CMD_VpnAzureGetStatus_PRINT_CONNECTED Connection to VPN Azure Cloud Server is Es CMD_VpnAzureGetStatus_PRINT_HOSTNAME Hostname of this VPN Server on VPN Azure Service -# VpnAzureSetStatus command +# VpnAzureSetEnable command CMD_VpnAzureSetEnable Enable / Disable VPN Azure Function CMD_VpnAzureSetEnable_Help Enable or disable the VPN Azure function.\n\nVPN Azure makes it easier to establish a VPN Session from your home PC to your office PC. While a VPN connection is established, you can access to any other servers on the private network of your company.\nYou don't need a global IP address on the office PC (VPN Server). It can work behind firewalls or NATs. No network administrator's configuration required. You can use the built-in SSTP-VPN Client of Windows in your home PC.\nVPN Azure is a cloud VPN service operated by SoftEther VPN Project. VPN Azure is free of charge and available to anyone. Visit http://www.vpnazure.net/ to see details and how-to-use instructions.\n\nThe VPN Azure hostname is same to the hostname of the Dynamic DNS setting, but altering the domain suffix to "vpnazure.net". To change the hostname use the DynamicDnsSetHostname command.\n\nTo execute this command, you must have VPN Server administrator privileges. \nThis command cannot be run on VPN Bridge.\nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a cluster. CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no] From ed282ad977e1711cb2c1f0e0d735bb6e64f7010e Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Tue, 26 Sep 2023 23:24:07 +0900 Subject: [PATCH 3/8] =?UTF-8?q?change=20comment:=20VPN=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=20=20to=20VPN=20Tools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/hamcore/strtable_cn.stb | 2 +- src/bin/hamcore/strtable_pt_br.stb | 2 +- src/bin/hamcore/strtable_tw.stb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/hamcore/strtable_cn.stb b/src/bin/hamcore/strtable_cn.stb index fa462554..d657ec0f 100644 --- a/src/bin/hamcore/strtable_cn.stb +++ b/src/bin/hamcore/strtable_cn.stb @@ -7044,7 +7044,7 @@ CMD_RemoteDisable_Args RemoteDisable ################################################### # # -# 下面这是VPN工具用的指令 # +# 下面这是VPN Tools用的指令 # # # ################################################### diff --git a/src/bin/hamcore/strtable_pt_br.stb b/src/bin/hamcore/strtable_pt_br.stb index 986f0121..8adf4032 100644 --- a/src/bin/hamcore/strtable_pt_br.stb +++ b/src/bin/hamcore/strtable_pt_br.stb @@ -6702,7 +6702,7 @@ CMD_AccountOpensslCertSet_PROMPT_KEYNAME Specify the openssl engine specific key CMD_AccountOpensslCertSet_PROMPT_ENGINENAME Specify the openssl engine name: -# AccountRetrySet コマンド +# AccountRetrySet command CMD_AccountRetrySet Set Interval between Connection Retries for Connection Failures or Disconnections of VPN Connection Setting CMD_AccountRetrySet_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting attempts to connect to a VPN Server, use this to specify the interval to wait between connection attempts and the limit of how many times to retry connecting when communication with the VPN Server has been disconnected or when the connection process failed. \nIf the user authentication type is Smart Card Authentication, no connection retry will be performed regardless of the Number of Connection Attempts setting. CMD_AccountRetrySet_Args AccountRetrySet [name] [/NUM:num_retry] [/INTERVAL:retry_interval] diff --git a/src/bin/hamcore/strtable_tw.stb b/src/bin/hamcore/strtable_tw.stb index 0f5d500d..95b5b9a0 100644 --- a/src/bin/hamcore/strtable_tw.stb +++ b/src/bin/hamcore/strtable_tw.stb @@ -7046,7 +7046,7 @@ CMD_RemoteDisable_Args RemoteDisable ################################################### # # -# 下面這是VPN工具用的指令 # +# 下面這是VPN Tools用的指令 # # # ################################################### From 51898b80a27ae9063139be0b3d274a1d9d25681c Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Tue, 26 Sep 2023 23:25:55 +0900 Subject: [PATCH 4/8] fix comment: ConnectionGet --- src/bin/hamcore/strtable_cn.stb | 2 +- src/bin/hamcore/strtable_en.stb | 2 +- src/bin/hamcore/strtable_pt_br.stb | 2 +- src/bin/hamcore/strtable_ru.stb | 2 +- src/bin/hamcore/strtable_tw.stb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bin/hamcore/strtable_cn.stb b/src/bin/hamcore/strtable_cn.stb index d657ec0f..1c134eac 100644 --- a/src/bin/hamcore/strtable_cn.stb +++ b/src/bin/hamcore/strtable_cn.stb @@ -4854,7 +4854,7 @@ CMD_ConnectionList_Help 现在,先获取与 VPN Server 连接的 TCP/IP 一 CMD_ConnectionList_Args ConnectionList -# ConnectionList 命令 +# ConnectionGet 命令 CMD_ConnectionGet 获取连接到 VPN Server 的 TCP 信息一览表 CMD_ConnectionGet_Help 获取与 VPN Server 连接的 TCP/IP 连接的详细信息。\n可以获得 [连接名],[连接种类],[连接主机名],[连接主机 IP],[联机主机端口 TCP],[连接时间],[服务器品牌],[服务器版本],[服务器铭牌号],[客户机品牌],[客户机版本],[客户机铭牌号] 等信息。 \n要运行此命令,需要管理员权限。 CMD_ConnectionGet_Args ConnectionGet [name] diff --git a/src/bin/hamcore/strtable_en.stb b/src/bin/hamcore/strtable_en.stb index 5634379f..96f700a9 100644 --- a/src/bin/hamcore/strtable_en.stb +++ b/src/bin/hamcore/strtable_en.stb @@ -4839,7 +4839,7 @@ CMD_ConnectionList_Help Use this to get a list of TCP/IP connections that are cu CMD_ConnectionList_Args ConnectionList -# ConnectionList command +# ConnectionGet command CMD_ConnectionGet Get Information of TCP Connections Connecting to the VPN Server CMD_ConnectionGet_Help Use this to get detailed information of a specific TCP/IP connection that is connecting to the VPN Server. \nYou can get the following information: Connection Name, Connection Type, Source Hostname, Source IP Address, Source Port Number (TCP), Connection Start, Server Product Name, Server Version, Server Build Number, Client Product Name, Client Version, and Client Build Number. \nTo execute this command, you must have VPN Server administrator privileges. CMD_ConnectionGet_Args ConnectionGet [name] diff --git a/src/bin/hamcore/strtable_pt_br.stb b/src/bin/hamcore/strtable_pt_br.stb index 8adf4032..df29accb 100644 --- a/src/bin/hamcore/strtable_pt_br.stb +++ b/src/bin/hamcore/strtable_pt_br.stb @@ -4558,7 +4558,7 @@ CMD_SyslogGet_COLUMN_2 syslog Server Host Name CMD_SyslogGet_COLUMN_3 syslog Server Port Number -# ConnectionList command +# ConnectionGet command CMD_ConnectionList Get List of TCP Connections Connecting to the VPN Server CMD_ConnectionList_Help Use this to get a list of TCP/IP connections that are currently connecting to the VPN Server. It does not display the TCP connections that have been established as VPN sessions. To get the list of TCP/IP connections that have been established as VPN sessions, you can use the SessionList command. \nYou can get the following: Connection Name, Connection Source, Connection Start and Type.\nTo execute this command, you must have VPN Server administrator privileges. CMD_ConnectionList_Args ConnectionList diff --git a/src/bin/hamcore/strtable_ru.stb b/src/bin/hamcore/strtable_ru.stb index 5bc1653d..fd0809ed 100644 --- a/src/bin/hamcore/strtable_ru.stb +++ b/src/bin/hamcore/strtable_ru.stb @@ -4833,7 +4833,7 @@ CMD_SyslogGet_COLUMN_2 syslog Server Host Name CMD_SyslogGet_COLUMN_3 syslog Server Port Number -# ConnectionList command +# ConnectionGet command CMD_ConnectionList Get List of TCP Connections Connecting to the VPN Server CMD_ConnectionList_Help Use this to get a list of TCP/IP connections that are currently connecting to the VPN Server. It does not display the TCP connections that have been established as VPN sessions. To get the list of TCP/IP connections that have been established as VPN sessions, you can use the SessionList command. \nYou can get the following: Connection Name, Connection Source, Connection Start and Type.\nTo execute this command, you must have VPN Server administrator privileges. CMD_ConnectionList_Args ConnectionList diff --git a/src/bin/hamcore/strtable_tw.stb b/src/bin/hamcore/strtable_tw.stb index 95b5b9a0..de151e0b 100644 --- a/src/bin/hamcore/strtable_tw.stb +++ b/src/bin/hamcore/strtable_tw.stb @@ -4855,7 +4855,7 @@ CMD_ConnectionList_Help 現在,先獲取與 VPN Server 連接的 TCP/IP 一 CMD_ConnectionList_Args ConnectionList -# ConnectionList 命令 +# ConnectionGet 命令 CMD_ConnectionGet 獲取連接到 VPN Server 的 TCP 資訊一覽表 CMD_ConnectionGet_Help 獲取與 VPN Server 連接的 TCP/IP 連接的詳細資訊。\n可以獲得 [連接名],[連接種類],[連接主機名稱],[連接主機 IP],[連線主機埠 TCP],[連線時間],[伺服器品牌],[伺服器版本],[伺服器銘牌號],[客戶機品牌],[客戶機版本],[客戶機銘牌號] 等資訊。 \n要運行此命令,需要管理員許可權。 CMD_ConnectionGet_Args ConnectionGet [name] From 1b0aa5e434ae1ec2a0e2d3c2580919842d82ccc3 Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Tue, 26 Sep 2023 23:26:57 +0900 Subject: [PATCH 5/8] fix --- src/bin/hamcore/strtable_pt_br.stb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/hamcore/strtable_pt_br.stb b/src/bin/hamcore/strtable_pt_br.stb index df29accb..d8dc0cab 100644 --- a/src/bin/hamcore/strtable_pt_br.stb +++ b/src/bin/hamcore/strtable_pt_br.stb @@ -5619,7 +5619,7 @@ CMD_UserRadiusSet_ALIAS When this parameter is set, it is possible to make the u CMD_UserRadiusSet_Prompt_ALIAS Alias Name for Authentication (Optional): -# UserNTLMSet コマンド +# UserNTLMSet command CMD_UserNTLMSet Set NT Domain Authentication for User Auth Type CMD_UserNTLMSet_Help Use this to set NT Domain Authentication as the auth type for a user that is registered on the security account database of the currently managed Virtual Hub. When a user connects to a Virtual Hub using a user name that is set for NT Domain authentication, the user name and the user input password is sent to the Windows NT / 2000 / Server 2003 / Server 2008 / Server 2008 R2 / Server 2012 Domain Controller or Active Directory Server where the server checks the user name and password, then if the verification is successful, that user is allowed VPN connection. \nTo use NT Domain authentication, the VPN Server must be operating on a Windows NT 4.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2008, Windows Server 2008 R2 or Windows Server 2012 operating system that is connected to that domain. For details please contact the VPN Server's administrator. \nTo get the list of currently registered users, use the UserList command. \nThis command cannot be run on VPN Bridge. \nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a member server on a cluster. CMD_UserNTLMSet_Args UserNTLMSet [name] [/ALIAS:alias_name] From c621a8e74d6ce2b6db6e92b40820ff7c1b6a74d4 Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Wed, 27 Sep 2023 00:12:50 +0900 Subject: [PATCH 6/8] =?UTF-8?q?fix=20[=D0=BF=D0=BE=D1=80=D1=82]=20to=20[po?= =?UTF-8?q?rt]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/hamcore/strtable_ru.stb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/hamcore/strtable_ru.stb b/src/bin/hamcore/strtable_ru.stb index fd0809ed..9b6b9fc6 100644 --- a/src/bin/hamcore/strtable_ru.stb +++ b/src/bin/hamcore/strtable_ru.stb @@ -7122,7 +7122,7 @@ CMD_TrafficClient_ERROR_HOSTPORT The host name or port number is incorrectly spe # TrafficServer command CMD_TrafficServer Запустить средство тестирования скорости сетевого трафика в режиме сервера CMD_TrafficServer_Help Используется для запуска инструмента измерения пропускной способности в режиме сервера. \nДве команды, TrafficClient и TrafficServer, используются для измерения пропускной способности между двумя компьютерами, соединенными сетью IP. \nУкажите номер порта и запустите серверную часть с помощью команды TrafficServer, чтобы прослушивать подключение от TrafficClient другого компьютера. \nВы можете отобразить более подробную информацию об инструменте измерения пропускной способности, введя "TrafficClient ?". \n\nПримечание. Эту команду можно вызвать из утилиты управления командной строкой SoftEther VPN. Вы также можете выполнить эту команду при подключении к текущему VPN-серверу или VPN клиенту в режиме администрирования, но фактически осуществляет связь и измеряет пропускную способность тот компьютер, на котором выполняется команда, а не компьютер с которого выполнено подключение в режиме администрирования. -CMD_TrafficServer_Args TrafficServer [порт] [/NOHUP:да|нет] +CMD_TrafficServer_Args TrafficServer [port] [/NOHUP:да|нет] CMD_TrafficServer_[port] Укажите номер порта для прослушивания соединения. Если указанный порт уже используется другой программой или порт не может быть открыт, произойдет ошибка CMD_TrafficServer_NOHUP Если указано «да», серверная часть игнорирует любой ввод с консоли и никогда не останавливается. Это удобно, если вы хотите запустить TrafficServer в бесконечном режиме. From d30949038f1e651c6f237185e5e87e9d9ac3c2d6 Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Wed, 27 Sep 2023 20:01:53 +0900 Subject: [PATCH 7/8] Swap comment for ConnectionList command and comment for ConnectionGet command in strtable_ru.stb file --- src/bin/hamcore/strtable_ru.stb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/hamcore/strtable_ru.stb b/src/bin/hamcore/strtable_ru.stb index 9b6b9fc6..176ed053 100644 --- a/src/bin/hamcore/strtable_ru.stb +++ b/src/bin/hamcore/strtable_ru.stb @@ -4833,13 +4833,13 @@ CMD_SyslogGet_COLUMN_2 syslog Server Host Name CMD_SyslogGet_COLUMN_3 syslog Server Port Number -# ConnectionGet command +# ConnectionList command CMD_ConnectionList Get List of TCP Connections Connecting to the VPN Server CMD_ConnectionList_Help Use this to get a list of TCP/IP connections that are currently connecting to the VPN Server. It does not display the TCP connections that have been established as VPN sessions. To get the list of TCP/IP connections that have been established as VPN sessions, you can use the SessionList command. \nYou can get the following: Connection Name, Connection Source, Connection Start and Type.\nTo execute this command, you must have VPN Server administrator privileges. CMD_ConnectionList_Args ConnectionList -# ConnectionList command +# ConnectionGet command CMD_ConnectionGet Get Information of TCP Connections Connecting to the VPN Server CMD_ConnectionGet_Help Use this to get detailed information of a specific TCP/IP connection that is connecting to the VPN Server. \nYou can get the following information: Connection Name, Connection Type, Source Hostname, Source IP Address, Source Port Number (TCP), Connection Start, Server Product Name, Server Version, Server Build Number, Client Product Name, Client Version, and Client Build Number. \nTo execute this command, you must have VPN Server administrator privileges. CMD_ConnectionGet_Args ConnectionGet [name] From 06e79fd75d81ac64018bd1dca647d99f4dec453b Mon Sep 17 00:00:00 2001 From: puripuri2100 Date: Wed, 27 Sep 2023 20:03:43 +0900 Subject: [PATCH 8/8] =?UTF-8?q?replace=20=D0=B4=D0=B0|=D0=BD=D0=B5=D1=82?= =?UTF-8?q?=20to=20yes|no?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/hamcore/strtable_ru.stb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/hamcore/strtable_ru.stb b/src/bin/hamcore/strtable_ru.stb index 176ed053..f2a6a802 100644 --- a/src/bin/hamcore/strtable_ru.stb +++ b/src/bin/hamcore/strtable_ru.stb @@ -7122,7 +7122,7 @@ CMD_TrafficClient_ERROR_HOSTPORT The host name or port number is incorrectly spe # TrafficServer command CMD_TrafficServer Запустить средство тестирования скорости сетевого трафика в режиме сервера CMD_TrafficServer_Help Используется для запуска инструмента измерения пропускной способности в режиме сервера. \nДве команды, TrafficClient и TrafficServer, используются для измерения пропускной способности между двумя компьютерами, соединенными сетью IP. \nУкажите номер порта и запустите серверную часть с помощью команды TrafficServer, чтобы прослушивать подключение от TrafficClient другого компьютера. \nВы можете отобразить более подробную информацию об инструменте измерения пропускной способности, введя "TrafficClient ?". \n\nПримечание. Эту команду можно вызвать из утилиты управления командной строкой SoftEther VPN. Вы также можете выполнить эту команду при подключении к текущему VPN-серверу или VPN клиенту в режиме администрирования, но фактически осуществляет связь и измеряет пропускную способность тот компьютер, на котором выполняется команда, а не компьютер с которого выполнено подключение в режиме администрирования. -CMD_TrafficServer_Args TrafficServer [port] [/NOHUP:да|нет] +CMD_TrafficServer_Args TrafficServer [port] [/NOHUP:yes|no] CMD_TrafficServer_[port] Укажите номер порта для прослушивания соединения. Если указанный порт уже используется другой программой или порт не может быть открыт, произойдет ошибка CMD_TrafficServer_NOHUP Если указано «да», серверная часть игнорирует любой ввод с консоли и никогда не останавливается. Это удобно, если вы хотите запустить TrafficServer в бесконечном режиме.