Merge pull request #157 from lovenemesis/master
Add zh_CN translated strings.xml.
This commit is contained in:
commit
36de635696
|
@ -0,0 +1,50 @@
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">简易计算器</string>
|
||||||
|
<string name="app_launcher_name">计算器</string>
|
||||||
|
<string name="scientific_calculator">科学计算器</string>
|
||||||
|
|
||||||
|
<!-- Calculator field -->
|
||||||
|
<string name="formula_divide_by_zero_error">错误: 被零除</string>
|
||||||
|
|
||||||
|
<!-- Settings -->
|
||||||
|
<string name="vibrate_on_button_press">按下按钮时震动</string>
|
||||||
|
|
||||||
|
<!-- FAQ -->
|
||||||
|
<string name="faq_1_title">如何使用 C (清除) 按钮?</string>
|
||||||
|
<string name="faq_1_text">点按它一次删除一个字母。长按它将立即重置所有区域。</string>
|
||||||
|
|
||||||
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
|
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||||
|
<string name="app_title">简易计算器 - 帮你快速计算</string>
|
||||||
|
<!-- Short description has to have less than 80 chars -->
|
||||||
|
<string name="app_short_description">一个快速简易的计算器,包含友好的用户界面且没有广告</string>
|
||||||
|
<string name="app_long_description">
|
||||||
|
这个现代化风格的计算器提供你必会爱上的用户体验。你可以长按复制结果或者方程。
|
||||||
|
|
||||||
|
本应用程序是一个帮助快速计算的简易助手,提供许多基本的功能包括乘法、处罚、平凡根和乘方。
|
||||||
|
|
||||||
|
你可以令其在按下按钮时震动,这样你对于数值的输入保有信心。
|
||||||
|
|
||||||
|
有一个选项可以在使用应用时阻止手机进入休眠状态,便于长时间使用。
|
||||||
|
|
||||||
|
可改变大小的小工具文字颜色可以自定义,包括颜色和背景透明度。点按小工具上的结果或者方程将打开应用。
|
||||||
|
|
||||||
|
它遵循质感设计且默认应用黑暗模式,提供便于使用的极佳的用户体验。相对于其他应用,不包含互联网访问给予你更佳的隐私、保密性和稳定性。
|
||||||
|
|
||||||
|
不包含广告和不必要的权限。它完全开放源代码,提供可自定义的颜色。
|
||||||
|
|
||||||
|
<b>于此查看简易工具系列全套:</b>
|
||||||
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
|
<b>Facebook:</b>
|
||||||
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
|
<b>Reddit:</b>
|
||||||
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Haven't found some strings? There's more at
|
||||||
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
|
-->
|
||||||
|
</resources>
|
Loading…
Reference in New Issue