Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translation for Simplified Chinese #41

Merged
merged 1 commit into from
Nov 9, 2023
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
8 changes: 8 additions & 0 deletions fastlane/metadata/android/zh-CN/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
带旋钮的音频信号发生器。

用手指调节频率旋钮,并使用精细的滑块来微调频率和输出电平。频率旋钮还可以使用左右箭头按钮进行调整。频率按钮下方的书签按钮用于在多个书签之间切换,当书签存在时会显示出来。

* 频率范围 0.1Hz - 25KHz
* 电平范围 0dB - -80dB
* 设置精确频率
* 频率书签
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-CN/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
音频信号发生器
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-CN/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
信号发生器
45 changes: 45 additions & 0 deletions src/main/res/values-zh-rCN/strings.xml
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>