From 2a9acb3398049125d8d48e16f5f2c3311431074e Mon Sep 17 00:00:00 2001 From: zhangyuanyuan1 Date: Fri, 21 Apr 2023 10:16:06 +0800 Subject: [PATCH] =?UTF-8?q?VPN=E5=A4=A7=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/vpn/itemframe.cpp | 2 +- plugins/vpn/translations/zh_CN.qm | Bin 594 -> 559 bytes plugins/vpn/translations/zh_CN.ts | 4 ++-- plugins/vpn/vpn.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/vpn/itemframe.cpp b/plugins/vpn/itemframe.cpp index 29b6bf9c..29d10c19 100644 --- a/plugins/vpn/itemframe.cpp +++ b/plugins/vpn/itemframe.cpp @@ -35,7 +35,7 @@ ItemFrame::ItemFrame(QWidget *parent) m_vpnVLayout->setContentsMargins(LAYOUT_MARGINS); m_vpnVLayout->setSpacing(1); m_addVpnWidget = new AddNetBtn(false, this); - m_addVpnWidget->setTextLabel(tr("Add Vpn")); + m_addVpnWidget->setTextLabel(tr("Add VPN")); m_mainVLayout->setSpacing(1); setLayout(m_mainVLayout); diff --git a/plugins/vpn/translations/zh_CN.qm b/plugins/vpn/translations/zh_CN.qm index 56074df7001ff23cc82b4642556a596316b3c298..e0162a9baa66c26f027c8df2959191f4cd10bb06 100644 GIT binary patch delta 114 zcmcb_vYusvNL&O1L$n_Q1H*16-2*KQ42;q&Yjl0DOt16P3J*I4tWeFoAD>?~zd zfYe|1Wzl>*1Tz- zfiwdPK36Q^zE7ki6kWS>0XH)`;x9|)7oDHNkGJ%3OnEwL- q2awCa2E<&BDJcs6B^jwj#S^=umItemFrame - Add Vpn + Add VPN 添加VPN @@ -36,7 +36,7 @@ - Vpn + VPN diff --git a/plugins/vpn/vpn.cpp b/plugins/vpn/vpn.cpp index a453263d..0e5477b7 100644 --- a/plugins/vpn/vpn.cpp +++ b/plugins/vpn/vpn.cpp @@ -65,7 +65,7 @@ Vpn::Vpn() : m_firstLoad(true) translator->load("/usr/share/kylin-nm/vpn/" + QLocale::system().name()); QApplication::installTranslator(translator); - m_pluginName = tr("Vpn"); + m_pluginName = tr("VPN"); m_pluginType = NETWORK; }