Skip to content

Commit 6d824d4

Browse files
wjyrichdeepin-bot[bot]
authored andcommitted
feat: add Traditional Chinese translations for tray plugin
1. Added new translation files for Traditional Chinese (zh_HK and zh_TW) 2. Translated "Remove from dock" and "Pin to dock" strings 3. Different translations provided for PluginItem and QuickPluginItem contexts 4. Supports Hong Kong and Taiwan Chinese variants with appropriate terminology feat: 添加托盘插件的繁体中文翻译 1. 新增繁体中文(香港和台湾)翻译文件 2. 翻译了"Remove from dock"和"Pin to dock"字符串 3. 为PluginItem和QuickPluginItem上下文提供不同的翻译 4. 支持香港和台湾的中文变体并使用适当的术语
1 parent c63a1d4 commit 6d824d4

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!DOCTYPE TS>
3+
<TS version="2.1" language="zh_HK">
4+
<context>
5+
<name>PluginItem</name>
6+
<message>
7+
<location filename="../pluginitem.cpp" line="89"/>
8+
<source>Remove from dock</source>
9+
<translation>拿掉駐留</translation>
10+
</message>
11+
</context>
12+
<context>
13+
<name>QuickPluginItem</name>
14+
<message>
15+
<location filename="../quickpluginitem.cpp" line="160"/>
16+
<source>Remove from dock</source>
17+
<translation>從任務列移除</translation>
18+
</message>
19+
<message>
20+
<location filename="../quickpluginitem.cpp" line="160"/>
21+
<source>Pin to dock</source>
22+
<translation>固定到任務列</translation>
23+
</message>
24+
</context>
25+
</TS>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!DOCTYPE TS>
3+
<TS version="2.1" language="zh_TW">
4+
<context>
5+
<name>PluginItem</name>
6+
<message>
7+
<location filename="../pluginitem.cpp" line="89"/>
8+
<source>Remove from dock</source>
9+
<translation>拿掉駐留</translation>
10+
</message>
11+
</context>
12+
<context>
13+
<name>QuickPluginItem</name>
14+
<message>
15+
<location filename="../quickpluginitem.cpp" line="160"/>
16+
<source>Remove from dock</source>
17+
<translation>從任務列移除</translation>
18+
</message>
19+
<message>
20+
<location filename="../quickpluginitem.cpp" line="160"/>
21+
<source>Pin to dock</source>
22+
<translation>固定到任務列</translation>
23+
</message>
24+
</context>
25+
</TS>

0 commit comments

Comments
 (0)