perf: Update client version and perf translate

This commit is contained in:
halo 2025-06-15 07:29:01 +08:00
parent 2f55db60ec
commit 85a44c4d15
10 changed files with 471 additions and 578 deletions

View File

@ -7982,9 +7982,7 @@ msgid "Client"
msgstr ""
#: templates/resource_download.html:22
msgid ""
"JumpServer Client, currently used to launch the client, now only support "
"launch RDP SSH client, The Telnet client will next"
msgid "JumpServer Client, currently used to launch the client"
msgstr ""
#: templates/resource_download.html:35

View File

@ -8678,13 +8678,10 @@ msgstr ""
" y SSH, Telnet se admitirá en el futuro."
#: templates/resource_download.html:22
msgid ""
"JumpServer Client, currently used to launch the client, now only support "
"launch RDP SSH client, The Telnet client will next"
msgid "JumpServer Client, currently used to launch the client"
msgstr ""
"Cliente JumpServer, actualmente utilizado para invocar programas de cliente "
"específicos que conectan activos, por ahora solo es compatible con clientes "
"RDP y SSH; Telnet será compatible en el futuro"
"JumpServer Client: actualmente se utiliza para iniciar programas de cliente "
"específicos y conectarlos a los activos."
#: templates/resource_download.html:35
msgid "Microsoft"

View File

@ -8096,12 +8096,8 @@ msgid "Client"
msgstr "クライアント"
#: templates/resource_download.html:22
msgid ""
"JumpServer Client, currently used to launch the client, now only support "
"launch RDP SSH client, The Telnet client will next"
msgstr ""
"JumpServerクライアントは、現在特定のクライアントプログラムの接続資産を喚起するために使用されており、現在はRDP "
"SSHクライアントのみをサポートしています。「Telnetは将来的にサポートする"
msgid "JumpServer Client, currently used to launch the client"
msgstr "JumpServerクライアントは、特定のクライアントプログラムを起動してアセットに接続するために使用されます。"
#: templates/resource_download.html:35
msgid "Microsoft"

View File

@ -8149,12 +8149,8 @@ msgid "Client"
msgstr "클라이언트"
#: templates/resource_download.html:22
msgid ""
"JumpServer Client, currently used to launch the client, now only support "
"launch RDP SSH client, The Telnet client will next"
msgstr ""
"JumpServer 클라이언트는 특정 클라이언트 프로그램을 호출하여 자산에 연결하기 위해 사용됩니다. 현재 RDP 및 SSH 클라이언트만"
" 지원하며, Telnet은 이후 지원할 예정입니다."
msgid "JumpServer Client, currently used to launch the client"
msgstr "JumpServer 클라이언트는 현재 특정 클라이언트 프로그램을 호출하여 자산에 연결하는 데 사용됩니다."
#: templates/resource_download.html:35
msgid "Microsoft"

View File

@ -8480,13 +8480,10 @@ msgid "Client"
msgstr "Cliente"
#: templates/resource_download.html:22
msgid ""
"JumpServer Client, currently used to launch the client, now only support "
"launch RDP SSH client, The Telnet client will next"
msgid "JumpServer Client, currently used to launch the client"
msgstr ""
"JumpServer Cliente, atualmente usado para acionar programas de clientes "
"específicos para conectar ativos. Atualmente, apenas suporta clientes RDP "
"SSH, Telnet será suportado no futuro"
"Cliente JumpServer, usado atualmente para ativar programas de cliente "
"específicos para conectar-se aos ativos."
#: templates/resource_download.html:35
msgid "Microsoft"

File diff suppressed because it is too large Load Diff

View File

@ -8156,12 +8156,8 @@ msgid "Client"
msgstr "客户端"
#: templates/resource_download.html:22
msgid ""
"JumpServer Client, currently used to launch the client, now only support "
"launch RDP SSH client, The Telnet client will next"
msgstr ""
"JumpServer 客户端,目前用来唤起 特定客户端程序 连接资产, 目前仅支持 RDP SSH "
"客户端Telnet 会在未来支持"
msgid "JumpServer Client, currently used to launch the client"
msgstr "JumpServer 客户端,目前用来唤起 特定客户端程序 连接资产"
#: templates/resource_download.html:35
msgid "Microsoft"

View File

@ -8030,9 +8030,8 @@ msgstr "用戶端"
#: templates/resource_download.html:22
msgid ""
"JumpServer Client, currently used to launch the client, now only support "
"launch RDP SSH client, The Telnet client will next"
msgstr "JumpServer 用戶端,目前用來喚起 特定用戶端程序 連接資產, 目前僅支持 RDP SSH 用戶端Telnet 會在未來支持"
"JumpServer Client, currently used to launch the client"
msgstr "JumpServer 用戶端,目前用來喚起 特定用戶端程序 連接資產"
#: templates/resource_download.html:35
msgid "Microsoft"

View File

@ -102,7 +102,7 @@ class ResourceDownload(TemplateView):
OPENSSH_VERSION=v9.4.0.0
TINKER_VERSION=v0.1.6
VIDEO_PLAYER_VERSION=0.3.0
CLIENT_VERSION=v3.0.4
CLIENT_VERSION=v3.0.5
"""
def get_meta_json(self):

View File

@ -19,7 +19,7 @@ p {
<div class="group">
<h2>JumpServer {% trans 'Client' %} {{ CLIENT_VERSION }}</h2>
<p>
{% trans 'JumpServer Client, currently used to launch the client, now only support launch RDP SSH client, The Telnet client will next' %}
{% trans 'JumpServer Client, currently used to launch the client' %}
</p>
<ul>
<li> <a href="/download/public/JumpServer-Client-Installer-win-{{ CLIENT_VERSION }}-x64.msi">jumpserver-client-windows-x86_64.msi</a></li>