Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[main]
host = https://www.transifex.com

[o:linuxdeepin:p:deepin-desktop-environment:r:c7da801e5235021a92eb9c1bf752ac16]
file_filter = dcc-network/translations/network_<lang>.ts
source_file = dcc-network/translations/network_en_US.ts
source_lang = en_US
type = QT

[o:linuxdeepin:p:deepin-desktop-environment:r:9259a90cdf32007aea2846f902acd883]
file_filter = dock-network-plugin/translations/dock-network-plugin_<lang>.ts
source_file = dock-network-plugin/translations/dock-network-plugin_en_US.ts
source_lang = en_US
type = QT

[o:linuxdeepin:p:deepin-desktop-environment:r:6d1316079694b65ce22d0f3597ebc751]
file_filter = dss-network-plugin/translations/dss-network-plugin_<lang>.ts
source_file = dss-network-plugin/translations/dss-network-plugin_en_US.ts
source_lang = en_US
type = QT

[o:linuxdeepin:p:deepin-desktop-environment:r:3d4dca4f95cbc2f5e4530c58055c7fbe]
file_filter = src/translations/dde-network-core_<lang>.ts
source_file = src/translations/dde-network-core_en_US.ts
source_lang = en_US
type = QT

[o:linuxdeepin:p:deepin-desktop-environment:r:5c4e427eeb128e2429474b4577833149]
file_filter = network-service-plugin/translations/network-service-plugin_<lang>.ts
source_file = network-service-plugin/translations/network-service-plugin_en_US.ts
source_lang = en_US
type = QT

[o:linuxdeepin:p:deepin-desktop-environment:r:3a6c9baf18649f487b478cac46f08a15]
file_filter = dock-hotspot-plugin/translations/dock-hotspot-plugin_<lang>.ts
source_file = dock-hotspot-plugin/translations/dock-hotspot-plugin_en_US.ts
source_lang = en_US
type = QT
8 changes: 4 additions & 4 deletions dcc-network/translations/network_zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -721,14 +721,14 @@
<source>Invalid netmask</source>
<translation>无效的子网掩码</translation>
</message>
<message>
<source>Invalid gateway</source>
<translation>无效的网关地址</translation>
</message>
<message>
<source>Duplicate IP address</source>
<translation>重复的IP地址</translation>
</message>
<message>
<source>Invalid gateway</source>
<translation>无效的网关地址</translation>
</message>
</context>
<context>
<name>SectionPPP</name>
Expand Down
Loading