Creat Simplified Chinese translate
This commit is contained in:
parent
e3ff0b1687
commit
a0ee7ff817
1 changed files with 28 additions and 0 deletions
28
app/src/main/res/values-zh-CN/strings.xml
Normal file
28
app/src/main/res/values-zh-CN/strings.xml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<resources>
|
||||
<string name="app_name">简易画图</string>
|
||||
<string name="app_launcher_name">画图</string>
|
||||
<string name="open_file">打开文件</string>
|
||||
<string name="eraser">橡皮</string>
|
||||
<string name="failed_to_load_image">无法载入图片 %s</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="show_brush_size">显示笔刷尺寸工具</string>
|
||||
<string name="clear">清除</string>
|
||||
<string name="change_background_color">改变背景颜色</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">可以使用不同颜色画图的画布。</string>
|
||||
<string name="app_long_description">
|
||||
想要画些什么却没有纸?这个应用正好适合你。选一个颜色开始作画吧。你可以保存绘画,也可以通过邮件或社交网站分享。
|
||||
|
||||
不包含广告及非必要权限,而且完全开源,并提供自定义颜色。
|
||||
|
||||
此应用只是一系列应用中的一项,你可以在这里找到其他应用 http://www.simplemobiletools.com
|
||||
</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 a new issue