Skip to content

Commit

Permalink
Update strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhkh committed Mar 4, 2013
1 parent 71871ac commit fd192b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Superuser/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<string name="request_timeout">請求逾時</string>
<string name="request_timeout_summary">超級使用者請求會在 %s 秒後逾時並拒絕</string>
<string name="notifications">通知</string>
<string name="none">沒有</string>
<string name="none">不通知</string>
<string name="notifications_summary">當應用程式獲得或被拒絕超級使用者權限後,會顯示%s</string>
<string name="enter_pin">輸入密碼</string>
<string name="enter_new_pin">輸入新的密碼</string>
<string name="incorrect_pin">錯誤密碼</string>
<string name="incorrect_pin">密碼錯誤</string>
<string name="confirm_pin">確定密碼</string>
<string name="pin_mismatch">密碼不相符</string>
<string name="pin_set">啟動了超級使用者的密碼保護</string>
Expand All @@ -43,13 +43,13 @@
<string name="toast">彈出訊息(Toast)</string>
<string name="notification">通知(Notification)</string>
<string name="no_notification">不會顯示通知</string>
<string name="developer_warning">開發者警告:\n並未在 manifest 宣告\nandroid.permission.ACCESS_SUPERUSER</string>
<string name="developer_warning">開發者警告:\n還沒有在 manifest 宣告\nandroid.permission.ACCESS_SUPERUSER</string>
<string name="superuser_description">所有設備功能和儲存空間的全部權限</string>
<string name="superuser_description_more">超級使用者獲得所有設備功能和儲存空間的訪問權限,包括設備安全和敏感的硬件元素。這個權限是有潛在風險。</string>
<string name="declared_permission">宣告權限</string>
<string name="declared_permission_summary">只允許已宣告 android.permission.ACCESS_SUPERUSER 權限的應用程序</string>
<string name="automatic_response">自動回應</string>
<string name="prompt">提示</string>
<string name="prompt">詢問</string>
<string name="automatic_response_allow_summary">自動允許新請求</string>
<string name="automatic_response_deny_summary">自動拒絕新請求</string>
<string name="automatic_response_prompt_summary">對新請求顯示確認對話框</string>
Expand All @@ -75,4 +75,4 @@
<string name="checking_superuser">正在檢查超級使用者...</string>
<string name="install_error">安裝超級使用者時發生了一個錯誤。請傳送錯誤記錄至開發者。</string>
<string name="install_success">超級使用者安裝成功</string>
</resources>
</resources>

0 comments on commit fd192b0

Please sign in to comment.