Merge pull request #54 from fricyo/patch-1
Creat Chinese(TW) Translation
This commit is contained in:
commit
e58274769d
|
@ -0,0 +1,29 @@
|
|||
<resources>
|
||||
<string name="app_name">簡易手電筒</string>
|
||||
<string name="app_launcher_name">簡易手電筒</string>
|
||||
<string name="camera_error">未能取得相機</string>
|
||||
<string name="camera_permission">相機權限對於閃爍效果是必要的</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="bright_display">顯示螢幕發亮按鈕</string>
|
||||
<string name="show_stroboscope">顯示閃爍效果按鈕</string>
|
||||
<string name="turn_flashlight_on">啟動時打開手電筒</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">
|
||||
一個有超亮螢幕和可自訂閃爍效果的乾淨手電筒。如果使用應用程式(不是小工具)打開手電筒,會防止裝置進入睡眠。
|
||||
|
||||
帶有一個可自訂顏色的1x1小工具。
|
||||
|
||||
不包含廣告及非必要的權限,而且完全開放原始碼,並提供自訂顏色。
|
||||
|
||||
這程式只是一系列眾多應用程式的其中一項,你可以在這發現更多 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 New Issue