Skip to content

Commit ac20bcb

Browse files
Improve zh-TW Traditional Chinese locale
1 parent 498ac08 commit ac20bcb

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

app/src/main/res/values-zh-rTW/strings.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string name="action_pause">暫停</string>
1515
<string name="action_start">開始</string>
1616
<string name="action_start_now">現在開始(不排隊)</string>
17-
<string name="action_verify">校驗本地資料</string>
17+
<string name="action_verify">校驗本機資料</string>
1818
<string name="action_request_more_peers">尋求更多節點</string>
1919
<string name="action_set_location">設定儲存位置</string>
2020

@@ -35,7 +35,7 @@
3535
<string name="filter_empty_paused">沒有暫停的種子</string>
3636
<string name="filter_empty_download_completed">沒有下載完成的種子</string>
3737
<string name="filter_empty_finished">沒有已完成的種子</string>
38-
<string name="filter_empty_name">沒有匹配的種子</string>
38+
<string name="filter_empty_name">沒有符合的種子</string>
3939

4040
<!-- Sort by -->
4141
<string name="drawer_sort_by">排序方式</string>
@@ -50,14 +50,14 @@
5050
<string name="action_settings">設定</string>
5151
<string name="notifications_pref_title">通知</string>
5252
<string name="notification_settings">通知設定</string>
53-
<string name="advanced_pref_title">高階選項</string>
53+
<string name="advanced_pref_title">進階選項</string>
5454

5555
<!-- Servers -->
5656
<string name="add_new_server_title">新增新伺服器</string>
5757
<string name="server_parameters">伺服器參數</string>
5858
<string name="server_name_hint">伺服器名稱</string>
5959
<string name="server_host_hint">主機名或 IP 位址</string>
60-
<string name="server_port_hint"></string>
60+
<string name="server_port_hint">連接埠</string>
6161
<string name="server_rpc_url_hint">RPC 地址</string>
6262
<string name="trust_self_signed_ssl_cert">信任自簽 SSL 證書</string>
6363
<string name="authentication">認證</string>
@@ -99,9 +99,9 @@
9999
<string name="preferences_update_failed">更新伺服器選項失敗</string>
100100
<string name="preferences_notifications_title">通知</string>
101101
<string name="preferences_notifications_summary">種子完成通知</string>
102-
<string name="preferences_advanced_title">高階</string>
103-
<string name="preferences_advanced_summary">高階選項</string>
104-
<string name="disable_free_space_check_title">禁用剩餘空間檢查</string>
102+
<string name="preferences_advanced_title">進階</string>
103+
<string name="preferences_advanced_summary">進階選項</string>
104+
<string name="disable_free_space_check_title">停用剩餘空間檢查</string>
105105
<string name="disable_free_space_check_summary">允許不檢查剩餘空間就新增種子</string>
106106

107107
<!-- Torrent List -->
@@ -141,7 +141,7 @@
141141
<string name="storage_permission_deny">拒絕</string>
142142

143143
<!-- Torrent details -->
144-
<string name="torrent_details">種子詳情</string>
144+
<string name="torrent_details">種子詳細資訊</string>
145145
<string name="info">資訊</string>
146146
<string name="files">檔案</string>
147147
<string name="options">選項</string>
@@ -163,14 +163,14 @@
163163
<string name="save_torrent_options">儲存</string>
164164
<string name="options_update_failed">無法更新種子選項</string>
165165
<string name="three_dots">&#8230;</string>
166-
<string name="disabled">已禁用</string>
166+
<string name="disabled">已停用</string>
167167
<string name="total_size_text">%1$s(%2$d 個 %3$s 的塊)</string>
168168
<string name="have_size_text">%1$s,共 %2$s(%3$.1f%%)</string>
169169
<string name="have_size_100p_text">%1$s(100%%)</string>
170170
<string name="have_unverified_size_text">,%1$s 未驗證</string>
171171
<string name="available_text">%1$.1f%%</string>
172172
<string name="privacy_public_torrent">公開種子</string>
173-
<string name="privacy_private_torrent">私有種子,已禁用 DHT 和 PeX 種子交換</string>
173+
<string name="privacy_private_torrent">私有種子,已停用 DHT 和 PeX 種子交換</string>
174174
<string name="downloaded_ever_text">%1$s(損壞 %2$s)</string>
175175
<string name="uploaded_ever_text">%1$s(比率:%2$.2f)</string>
176176
<string name="today_time">今天 %1$s</string>
@@ -201,7 +201,7 @@
201201
<string name="network_error_message_no_network">無法連線到伺服器。請檢查網路設定。</string>
202202
<string name="network_error_message_connection_error">無法連線到伺服器。請檢查伺服器設定。</string>
203203
<string name="network_error_message_unauthorized">操作未授權。請檢查伺服器設定中的使用者名稱和密碼。</string>
204-
<string name="error_retrieve_torrent_details">無法獲取種子詳情。請再試一次。</string>
204+
<string name="error_retrieve_torrent_details">無法取得種子詳細資訊。請再試一次。</string>
205205

206206
<string name="tooltip_turtle_mode">限速模式</string>
207207
<string name="tooltip_total_download_speed">總下載速度</string>
@@ -210,7 +210,7 @@
210210
<string name="welcome">歡迎!</string>
211211
<string name="error_msg_open_torrent_no_server">新增種子前需要先設定伺服器</string>
212212

213-
<string name="apply">應用</string>
213+
<string name="apply">套用</string>
214214
<string name="move_data">移動資料</string>
215215

216216
<plurals name="torrents">

0 commit comments

Comments
 (0)