Skip to content

Commit

Permalink
chore: Update translation
Browse files Browse the repository at this point in the history
Update translation

Issue: linuxdeepin/developer-center#8792
  • Loading branch information
mhduiy committed May 28, 2024
1 parent 0c5ffdf commit 2881ffa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dcc-network-plugin/translations/dcc-network-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,6 @@
<source>Gateway</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Only applied in corresponding resources</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Method</source>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -417,6 +413,10 @@
<source>IP conflict</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Use this connection only for resources on its network</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MultiIpvxSection</name>
Expand Down
4 changes: 2 additions & 2 deletions dcc-network-plugin/translations/dcc-network-plugin_zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@
<translation>网关</translation>
</message>
<message>
<source>Only applied in corresponding resources</source>
<translation>仅用于相对应的网络上的资源</translation>
<source>Use this connection only for resources on its network</source>
<translation>仅对该网络上的资源使用此连接</translation>
</message>
<message>
<source>Method</source>
Expand Down
2 changes: 1 addition & 1 deletion dcc-network-plugin/window/sections/ipvxsection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void IpvxSection::initUI()
m_ipAddress->setTitle(tr("IP Address"));
m_ipAddress->textEdit()->setPlaceholderText(tr("Required"));
m_gateway->setTitle(tr("Gateway"));
m_neverDefault->setTitle(tr("Only applied in corresponding resources"));
m_neverDefault->setTitle(tr("Use this connection only for resources on its network"));
m_neverDefault->setVisible(false);

m_methodChooser = m_methodLine->comboBox();
Expand Down

0 comments on commit 2881ffa

Please sign in to comment.