-
Notifications
You must be signed in to change notification settings - Fork 24
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 #41 from wh201906/zh_CN
Add translation for Simplified Chinese
- Loading branch information
Showing
4 changed files
with
55 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
带旋钮的音频信号发生器。 | ||
|
||
用手指调节频率旋钮,并使用精细的滑块来微调频率和输出电平。频率旋钮还可以使用左右箭头按钮进行调整。频率按钮下方的书签按钮用于在多个书签之间切换,当书签存在时会显示出来。 | ||
|
||
* 频率范围 0.1Hz - 25KHz | ||
* 电平范围 0dB - -80dB | ||
* 设置精确频率 | ||
* 频率书签 |
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 @@ | ||
音频信号发生器 |
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 @@ | ||
信号发生器 |
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,45 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">信号发生器</string> | ||
<string name="copyright">"版权所有 \u00A9 2017 <a href="https://billthefarmer.github.io">Bill Farmer</a> | ||
</string> | ||
<string name="licence">"许可证 <a href="https://www.gnu.org/licenses/gpl.txt">GNU GPLv3</a> | ||
</string> | ||
<string name="built">构建于 %s</string> | ||
|
||
<string name="settings">设置</string> | ||
<string name="help">帮助</string> | ||
<string name="sleep">屏幕常亮</string> | ||
<string name="exact">精确频率</string> | ||
<string name="bookmark">书签</string> | ||
<string name="name">名称</string> | ||
<string name="frequency">频率</string> | ||
<string name="level">输出电平</string> | ||
<string name="duty">占空比</string> | ||
<string name="enter">输入频率</string> | ||
<string name="cancel">取消</string> | ||
<string name="create">创建</string> | ||
<string name="clear">清除</string> | ||
<string name="ok">确定</string> | ||
|
||
<string name="bookmark_added">已添加书签 %1.2f</string> | ||
<string name="bookmark_removed">已删除书签 %1.2f</string> | ||
|
||
<string name="sine">正弦波</string> | ||
<string name="sin">正弦</string> | ||
<string name="s">弦</string> | ||
<string name="square">方波</string> | ||
<string name="squ">方波</string> | ||
<string name="q">方</string> | ||
<string name="sawtooth">锯齿波</string> | ||
<string name="saw">锯齿</string> | ||
<string name="w">齿</string> | ||
|
||
<string name="mute">静音</string> | ||
|
||
<string name="pref_about">关于</string> | ||
<string name="pref_about_summ">信号发生器 <a href="https://github.com/billthefarmer/sig-gen/releases/latest">版本 %s</a></string> | ||
|
||
<string name="pref_theme">主题</string> | ||
|
||
</resources> |