mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
fix localization files, missing strings were taken from "en"
This commit is contained in:
parent
f449b0b405
commit
0f77b5e30e
@ -6711,6 +6711,8 @@ CMD_AccountDetailSet_Prompt_BRIDGE 启用桥/路由器模式 (yes/no):
|
|||||||
CMD_AccountDetailSet_Prompt_MONITOR 启用监控模式 (yes/no):
|
CMD_AccountDetailSet_Prompt_MONITOR 启用监控模式 (yes/no):
|
||||||
CMD_AccountDetailSet_Prompt_NOTRACK 禁用路由表项调节器 (yes/no):
|
CMD_AccountDetailSet_Prompt_NOTRACK 禁用路由表项调节器 (yes/no):
|
||||||
CMD_AccountDetailSet_Prompt_NOQOS 禁用 QoS 控制功能 (yes/no):
|
CMD_AccountDetailSet_Prompt_NOQOS 禁用 QoS 控制功能 (yes/no):
|
||||||
|
CMD_AccountDetailSet_DISABLEUDP Specify "yes" when disabling UDP acceleration function. Normally "no" is specified.
|
||||||
|
CMD_AccountDetailSet_Prompt_DISABLEUDP Disable UDP Acceleration Function (yes/no):
|
||||||
|
|
||||||
|
|
||||||
# AccountRename 命令
|
# AccountRename 命令
|
||||||
|
@ -7201,4 +7201,5 @@ SW_LINK_NAME_LANGUAGE_COMMENT %s の表示言語を変更します。
|
|||||||
SW_LINK_NAME_DEBUG デバッグ情報収集ツール
|
SW_LINK_NAME_DEBUG デバッグ情報収集ツール
|
||||||
SW_LINK_NAME_DEBUG_COMMENT SoftEther VPN のデバッグ情報を収集します。サポート担当者から依頼があった場合のみ使用してください。
|
SW_LINK_NAME_DEBUG_COMMENT SoftEther VPN のデバッグ情報を収集します。サポート担当者から依頼があった場合のみ使用してください。
|
||||||
|
|
||||||
|
CMD_AccountDetailSet_DISABLEUDP Specify "yes" when disabling UDP acceleration function. Normally "no" is specified.
|
||||||
|
CMD_AccountDetailSet_Prompt_DISABLEUDP Disable UDP Acceleration Function (yes/no):
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -2312,7 +2312,6 @@ S_RETRY_NUM_2 times
|
|||||||
S_RETRY_SPAN_1 Reconnect Interval:
|
S_RETRY_SPAN_1 Reconnect Interval:
|
||||||
S_RETRY_SPAN_2 seconds
|
S_RETRY_SPAN_2 seconds
|
||||||
R_INFINITE &Infinite Reconnects (Keep VPN Always Online)
|
R_INFINITE &Infinite Reconnects (Keep VPN Always Online)
|
||||||
R_NOTLS1 Do not use TLS &1.0
|
|
||||||
B_DETAIL A&dvanced Settings...
|
B_DETAIL A&dvanced Settings...
|
||||||
IDOK &OK
|
IDOK &OK
|
||||||
IDCANCEL Cancel
|
IDCANCEL Cancel
|
||||||
@ -6669,7 +6668,7 @@ CMD_AccountDetailSet_Prompt_BRIDGE Enable Bridge / Router Mode (yes/no):
|
|||||||
CMD_AccountDetailSet_Prompt_MONITOR Enable Monitoring Mode (yes/no):
|
CMD_AccountDetailSet_Prompt_MONITOR Enable Monitoring Mode (yes/no):
|
||||||
CMD_AccountDetailSet_Prompt_NOTRACK Disable Adjustment of Routing Table (yes/no):
|
CMD_AccountDetailSet_Prompt_NOTRACK Disable Adjustment of Routing Table (yes/no):
|
||||||
CMD_AccountDetailSet_Prompt_NOQOS Disable QoS Control Function (yes/no):
|
CMD_AccountDetailSet_Prompt_NOQOS Disable QoS Control Function (yes/no):
|
||||||
CMD_AccountDetailSet_Prompt_DISABLEUDP Disable UDP Acceleration Function (yes/no):
|
CMD_AccountDetailSet_Prompt_DISABLEUDP Disable UDP Acceleration Function (yes/no):
|
||||||
|
|
||||||
|
|
||||||
# AccountRename command
|
# AccountRename command
|
||||||
@ -7172,3 +7171,24 @@ SW_LINK_NAME_LANGUAGE_COMMENT Change the display language setting of %s.
|
|||||||
|
|
||||||
SW_LINK_NAME_DEBUG Debugging Information Collecting Tool
|
SW_LINK_NAME_DEBUG Debugging Information Collecting Tool
|
||||||
SW_LINK_NAME_DEBUG_COMMENT Collects debugging information of SoftEther VPN. Use this tool only if your support staff asks you to do so.
|
SW_LINK_NAME_DEBUG_COMMENT Collects debugging information of SoftEther VPN. Use this tool only if your support staff asks you to do so.
|
||||||
|
|
||||||
|
CMD_ACCOUNT_COLUMN_RETRY_ON_SERVER_CERT Retry on Untrusted Server Certificate
|
||||||
|
CMD_TUNDownOnDisconnectEnable Enable the Turn TUN Interface Down on Client Disconnect Function.
|
||||||
|
CMD_TUNDownOnDisconnectEnable_Help This allows you to enable Turn TUN Interface Down on Client Disconnect Function.
|
||||||
|
CMD_TUNDownOnDisconnectEnable_Args TUNDownOnDisconnectEnable
|
||||||
|
CMD_TUNDownOnDisconnectDisable Disable the Turn TUN Interface Down on Client Disconnect Function.
|
||||||
|
CMD_TUNDownOnDisconnectDisable_Help This allows you to disable Turn TUN Interface Down on Client Disconnect Function.
|
||||||
|
CMD_TUNDownOnDisconnectDisable_Args TUNDownOnDisconnectDisable
|
||||||
|
CMD_TUNDownOnDisconnectGet Get status of the Turn TUN Interface Down on Client Disconnect Function.
|
||||||
|
CMD_TUNDownOnDisconnectGet_Help This allows you to get status of the Turn TUN Interface Down on Client Disconnect Function.
|
||||||
|
CMD_TUNDownOnDisconnectGet_Args TUNDownOnDisconnectGet
|
||||||
|
CMD_TUNDownOnDisconnectGet_COLUMN1 Put TUN down on disconnect
|
||||||
|
CMD_AccountRetryOnServerCertEnable Enable VPN connection retry if server certificate is invalid
|
||||||
|
CMD_AccountRetryOnServerCertEnable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to enable the option to retry connection if Server certificate cannot be trusted.
|
||||||
|
CMD_AccountRetryOnServerCertEnable_Args AccountRetryOnServerCertEnable [name]
|
||||||
|
CMD_AccountRetryOnServerCertEnable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
||||||
|
CMD_AccountRetryOnServerCertDisable Enable VPN connection retry if server certificate is invalid
|
||||||
|
CMD_AccountRetryOnServerCertDisable_Help When a VPN Connection Setting registered on the VPN Client is specified and that VPN Connection Setting connects to a VPN Server, use this to disable the option to retry connection if Server certificate cannot be trusted.
|
||||||
|
CMD_AccountRetryOnServerCertDisable_Args AccountRetryOnServerCertEnable [name]
|
||||||
|
CMD_AccountRetryOnServerCertDisable_[name] Specify the name of the VPN Connection Setting whose setting you want to change.
|
||||||
|
|
||||||
|
@ -955,7 +955,7 @@ CM_ACCOUNT_FILE_BANNER # VPN Client 連接設置檔案\r\n# \r\n# 此檔案是
|
|||||||
CM_FAILED_TO_OPEN_FILE 無法打開檔案。
|
CM_FAILED_TO_OPEN_FILE 無法打開檔案。
|
||||||
CM_FAILED_TO_SAVE_FILE 無法保存檔案。
|
CM_FAILED_TO_SAVE_FILE 無法保存檔案。
|
||||||
CM_ACCOUNT_PARSE_FAILED 無法從指定檔案裝載 VPN 連接設置。\r\n請檢查檔案內容。
|
CM_ACCOUNT_PARSE_FAILED 無法從指定檔案裝載 VPN 連接設置。\r\n請檢查檔案內容。
|
||||||
CM_ACCOUNT_MSG_SENSITIVE此 VPN 連接設置有用戶名和密碼。\r\n您想從匯出的設置檔中刪除這些敏感資訊嗎?\r\n\r\n按一下“是”以刪除敏感資訊。\r\n在這種情況下,當他正試圖連接到 VPN Server 時,使用者需要輸入用戶名和密碼。\r\n\r\n按一下“否”將敏感資訊留在檔內。
|
CM_ACCOUNT_MSG_SENSITIVE 此 VPN 連接設置有用戶名和密碼。\r\n您想從匯出的設置檔中刪除這些敏感資訊嗎?\r\n\r\n按一下“是”以刪除敏感資訊。\r\n在這種情況下,當他正試圖連接到 VPN Server 時,使用者需要輸入用戶名和密碼。\r\n\r\n按一下“否”將敏感資訊留在檔內。
|
||||||
CM_SHORTCUT_FILE 快捷方式檔案|*.lnk
|
CM_SHORTCUT_FILE 快捷方式檔案|*.lnk
|
||||||
CM_SHORTCUT_SAVE_TITLE 輸入快捷方式檔案名。
|
CM_SHORTCUT_SAVE_TITLE 輸入快捷方式檔案名。
|
||||||
CM_SHORTCUT_UNSUPPORTED 該連接的快捷方式的功能不支援此 VPN Client 的版本。\r\n更新到新版本。
|
CM_SHORTCUT_UNSUPPORTED 該連接的快捷方式的功能不支援此 VPN Client 的版本。\r\n更新到新版本。
|
||||||
@ -6712,6 +6712,8 @@ CMD_AccountDetailSet_Prompt_BRIDGE 啟用橋/路由器模式 (yes/no):
|
|||||||
CMD_AccountDetailSet_Prompt_MONITOR 啟用監控模式 (yes/no):
|
CMD_AccountDetailSet_Prompt_MONITOR 啟用監控模式 (yes/no):
|
||||||
CMD_AccountDetailSet_Prompt_NOTRACK 禁用路由表項調節器 (yes/no):
|
CMD_AccountDetailSet_Prompt_NOTRACK 禁用路由表項調節器 (yes/no):
|
||||||
CMD_AccountDetailSet_Prompt_NOQOS 禁用 QoS 控制功能 (yes/no):
|
CMD_AccountDetailSet_Prompt_NOQOS 禁用 QoS 控制功能 (yes/no):
|
||||||
|
CMD_AccountDetailSet_DISABLEUDP Specify "yes" when disabling UDP acceleration function. Normally "no" is specified.
|
||||||
|
CMD_AccountDetailSet_Prompt_DISABLEUDP Disable UDP Acceleration Function (yes/no):
|
||||||
|
|
||||||
|
|
||||||
# AccountRename 命令
|
# AccountRename 命令
|
||||||
|
Loading…
Reference in New Issue
Block a user