-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from w568w/master
Add Chinese (Simplified, or zh_CN) translation and update README_zh_CN.md
- Loading branch information
Showing
3 changed files
with
186 additions
and
41 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
Binary file not shown.
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,108 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="zh_CN"> | ||
<context> | ||
<name>main_window</name> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="50"/> | ||
<source>Settings</source> | ||
<translation type="unfinished">设置</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="56"/> | ||
<source>Automatic theme switching</source> | ||
<translation type="unfinished">自动切换主题</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="76"/> | ||
<source>Custom Schedule</source> | ||
<translation type="unfinished">自定义切换时间</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="101"/> | ||
<source>Light:</source> | ||
<translation type="unfinished">明亮模式:</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="137"/> | ||
<source>Dark:</source> | ||
<translation type="unfinished">暗黑模式:</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="176"/> | ||
<source>Sunset to Sunrise</source> | ||
<translation type="unfinished">日落至日出</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="189"/> | ||
<source>Longitude:</source> | ||
<translation type="unfinished">经度:</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="224"/> | ||
<source>Latitude:</source> | ||
<translation type="unfinished">纬度:</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="262"/> | ||
<source>update location automatically</source> | ||
<translation type="unfinished">自动更新经纬度</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="285"/> | ||
<source>Light</source> | ||
<translation type="unfinished">明亮模式</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="292"/> | ||
<source>Dark</source> | ||
<translation type="unfinished">暗黑模式</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="302"/> | ||
<source>Send a notification</source> | ||
<translation type="unfinished">切换时发送通知</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="311"/> | ||
<source>Time to wait until the system finished booting. Default value is 10 seconds.</source> | ||
<translation type="unfinished">开机后延迟秒数。默认值为 10 秒。</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="314"/> | ||
<source>Delay after boot:</source> | ||
<translation type="unfinished">系统启动后生效延迟:</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="321"/> | ||
<source>s</source> | ||
<translation type="unfinished">秒</translation> | ||
</message> | ||
<message> | ||
<location filename="../../designer/main_window.ui" line="354"/> | ||
<source>Plugins</source> | ||
<translation type="unfinished">插件</translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>systray</name> | ||
<message> | ||
<location filename="../../yin_yang/__main__.py" line="127"/> | ||
<source>Open Yin Yang</source> | ||
<comment>Context menu action in the systray</comment> | ||
<translation type="unfinished">打开 Yin Yang</translation> | ||
</message> | ||
<message> | ||
<location filename="../../yin_yang/__main__.py" line="130"/> | ||
<source>Toggle theme</source> | ||
<comment>Context menu action in the systray</comment> | ||
<translation type="unfinished">切换主题</translation> | ||
</message> | ||
<message> | ||
<location filename="../../yin_yang/__main__.py" line="133"/> | ||
<source>Quit</source> | ||
<comment>Context menu action in the systray</comment> | ||
<translation type="unfinished">退出</translation> | ||
</message> | ||
</context> | ||
</TS> |