forked from linuxdeepin/dde-network-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add translation for hotspot plugin
Log: 为热点插件添加翻译
- Loading branch information
Showing
5 changed files
with
68 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
usr/lib/dde-dock/plugins/quick-trays/libdock-hotspot-plugin.so | ||
usr/share/dock-hotspot-plugin/translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
dock-hotspot-plugin/translations/dock-hotspot-plugin_en_US.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="en_US"> | ||
<context> | ||
<name>HotspotPlugin</name> | ||
<message> | ||
<source>hotspot</source> | ||
<translation>hotspot</translation> | ||
</message> | ||
<message> | ||
<source>Hotspot is unsupported</source> | ||
<translation>Hotspot is unsupported</translation> | ||
</message> | ||
<message> | ||
<source>Personal Hotspot On</source> | ||
<translation>Personal Hotspot On</translation> | ||
</message> | ||
<message> | ||
<source>Personal Hotspot Off</source> | ||
<translation>Personal Hotspot Off</translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>QuickPanel</name> | ||
<message> | ||
<source>HotSpot</source> | ||
<translation>HotSpot</translation> | ||
</message> | ||
</context> | ||
</TS> |
30 changes: 30 additions & 0 deletions
30
dock-hotspot-plugin/translations/dock-hotspot-plugin_zh_CN.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="zh_CN"> | ||
<context> | ||
<name>HotspotPlugin</name> | ||
<message> | ||
<source>hotspot</source> | ||
<translation>热点</translation> | ||
</message> | ||
<message> | ||
<source>Hotspot is unsupported</source> | ||
<translation>不支持热点</translation> | ||
</message> | ||
<message> | ||
<source>Personal Hotspot On</source> | ||
<translation>个人热点开</translation> | ||
</message> | ||
<message> | ||
<source>Personal Hotspot Off</source> | ||
<translation>个人热点关</translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>QuickPanel</name> | ||
<message> | ||
<source>HotSpot</source> | ||
<translation>热点</translation> | ||
</message> | ||
</context> | ||
</TS> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters