Update strings.xml
This commit is contained in:
parent
7dd4682f3a
commit
2d95d1c90f
|
@ -2,24 +2,30 @@
|
|||
<resources>
|
||||
<string name="app_name">簡易錄音機</string>
|
||||
<string name="app_launcher_name">錄音機</string>
|
||||
<string name="recording">錄音中</string>
|
||||
<string name="recording_saved_successfully">成功儲存錄音</string>
|
||||
<string name="recording">錄音中</string>
|
||||
<string name="no_recordings_found">未找到以此 app\n產生的錄音</string>
|
||||
<string name="no_recordings_in_folder_found">在所選的資料夾內\n未找到錄音</string>
|
||||
<string name="paused">已暫停</string>
|
||||
<!-- Confirmation dialog -->
|
||||
<!-- Are you sure you want to delete 5 recordings? -->
|
||||
<string name="delete_recordings_confirmation">要刪除 %s 嗎?</string>
|
||||
<plurals name="delete_recordings">
|
||||
<item quantity="other">%d 段錄音</item>
|
||||
</plurals>
|
||||
<!-- Settings -->
|
||||
<string name="try_hiding_notification">儘量隱藏錄音通知</string>
|
||||
<string name="save_recordings_in">錄音儲存至</string>
|
||||
<string name="bitrate">位元率</string>
|
||||
<string name="record_after_launch">啟動 app 後自動開始錄音</string>
|
||||
<string name="try_hiding_notification">儘量隱藏錄音通知</string>
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">有辦法隱藏錄音時出現的通知圖示嗎?</string>
|
||||
<string name="app_short_description">輕鬆錄下討論內容或任何聲音,沒有廣告、不用網路</string>
|
||||
<string name="no_recordings_found">未找到以此 app
|
||||
\n產生的錄音</string>
|
||||
<string name="no_recordings_in_folder_found">在所選的資料夾內
|
||||
\n未找到錄音</string>
|
||||
<string name="paused">已暫停</string>
|
||||
<string name="delete_recordings_confirmation">要刪除 %s 嗎?</string>
|
||||
<string name="faq_1_text">嗯……看情況。當您正在使用裝置時,沒辦法完全隱藏這類 app 的通知。若您有開啟相應的選項,本 app 會盡其所能來隱藏。不過鎖定畫面上的可以隱藏,只要在裝置的設定中停用「敏感通知」即可。</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"> 記住會議中其他人說的話還有自己交辦的事項。
|
||||
\n
|
||||
\n \u0020 \u0020 \u0020 \u0020本簡易錄音機容易上手、沒有花俏的功能、也沒有廣告或是不需要的權限。
|
||||
|
@ -40,5 +46,8 @@
|
|||
\n
|
||||
\n \u0020 \u0020 \u0020 \u0020<b>Reddit:</b>
|
||||
\n \u0020 \u0020 \u0020 \u0020https://www.reddit.com/r/SimpleMobileTools </string>
|
||||
<string name="faq_1_text">嗯……看情況。當您正在使用裝置時,沒辦法完全隱藏這類 app 的通知。若您有開啟相應的選項,本 app 會盡其所能來隱藏。不過鎖定畫面上的可以隱藏,只要在裝置的設定中停用「敏感通知」即可。</string>
|
||||
</resources>
|
||||
<!--
|
||||
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