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 56074df7..e0162a9b 100644 Binary files a/plugins/vpn/translations/zh_CN.qm and b/plugins/vpn/translations/zh_CN.qm differ diff --git a/plugins/vpn/translations/zh_CN.ts b/plugins/vpn/translations/zh_CN.ts index ed7ce029..34788ed0 100644 --- a/plugins/vpn/translations/zh_CN.ts +++ b/plugins/vpn/translations/zh_CN.ts @@ -18,7 +18,7 @@ ItemFrame - 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; }