Skip to content
Open
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
6 changes: 6 additions & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@

<string name="error_unknown">未知的錯誤</string>
<string name="error_cant_create_file">無法建立檔案</string>
<string name="error_failed_to_start_recording">啟動錄音失敗</string>
<string name="error_invalid_output_file">無法輸出檔案</string>
<string name="error_file_exists">已存在相同名稱的檔案</string>
<string name="error_failed_to_rename">重新命名錄音失敗</string>
Expand All @@ -229,6 +230,11 @@
<string name="move">移動</string>
<string name="move_all">全部移動</string>

<string name="button_record">錄製</string>
<string name="button_stop">停止</string>
<string name="button_resume">復原</string>
<string name="button_finish">完成</string>

<!-- Shown in the 'About' window of the app. -->
<string name="about_body"><![CDATA[
<b>錄音機 2023</b><br>
Expand Down