aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclyde@build01 <jenkins@cyanogenmod.com>2016-12-21 18:28:37 -0800
committerclyde@build01 <jenkins@cyanogenmod.com>2016-12-21 18:28:37 -0800
commit11826416cafe5392cf1c17de85c010da4bce91d9 (patch)
treeccb7663ce6b379e013604fbc76f921965ffb3017
parentbd595be6ea0e1158b951fda0c8651cc7597d0a09 (diff)
downloadandroid_packages_apps_CMFileManager-11826416cafe5392cf1c17de85c010da4bce91d9.tar.gz
android_packages_apps_CMFileManager-11826416cafe5392cf1c17de85c010da4bce91d9.tar.bz2
android_packages_apps_CMFileManager-11826416cafe5392cf1c17de85c010da4bce91d9.zip
Automatic translation import
Change-Id: I2d9839dde6c7c6463b3e685a58b4e8b6239ba056 Ticket: -
-rw-r--r--res/values-zh-rTW/plurals.xml3
-rw-r--r--res/values-zh-rTW/strings.xml50
2 files changed, 29 insertions, 24 deletions
diff --git a/res/values-zh-rTW/plurals.xml b/res/values-zh-rTW/plurals.xml
index 91e4ede0..3825bbb1 100644
--- a/res/values-zh-rTW/plurals.xml
+++ b/res/values-zh-rTW/plurals.xml
@@ -34,4 +34,7 @@
<item quantity="other">已選取 <xliff:g id="files">%1$d</xliff:g> 個檔案。</item>
</plurals>
<!-- Actions - Confirm the number of items that are going to be deleted -->
+ <plurals name="deleting_n_items">
+ <item quantity="other"><xliff:g id="count">%1$d</xliff:g> 個項目將被刪除。</item>
+ </plurals>
</resources>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index a6b71508..1d818244 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -17,9 +17,9 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The name of the app -->
- <string name="app_name">檔案管理器</string>
+ <string name="app_name">檔案管理員</string>
<!-- The description of the app -->
- <string name="app_description">CyanogenMod 檔案管理器</string>
+ <string name="app_description">CyanogenMod 檔案管理員</string>
<!-- Human readable sizes -->
<string name="size_bytes">B</string>
<string name="size_kilobytes">KB</string>
@@ -39,7 +39,7 @@
<string name="yes">是</string>
<string name="no">否</string>
<string name="all">全部</string>
- <string name="overwrite">覆寫</string>
+ <string name="overwrite">覆蓋</string>
<string name="select">選取</string>
<!-- The root directory name -->
<string name="root_directory_name"><![CDATA[<根目錄>]]></string>
@@ -64,13 +64,13 @@
<!-- Confirm operation dialog title -->
<string name="confirm_operation">確認操作</string>
<!-- Confirm overwrite dialog title -->
- <string name="confirm_overwrite">確認覆寫</string>
+ <string name="confirm_overwrite">確認覆蓋</string>
<!-- Confirm deletion dialog title -->
<string name="confirm_deletion">確認刪除</string>
<!-- A console couldn't be created - Ask the user to change the access mode - Dialog Title -->
<string name="msgs_change_to_prompt_access_mode_title">確認切換</string>
<!-- A console couldn't be created - Ask the user to change the access mode - Dialog Message -->
- <string name="msgs_change_to_prompt_access_mode_msg">無法在超級使用者存取模式下執行。正在切換至安全模式。\n\n套用此變更?</string>
+ <string name="msgs_change_to_prompt_access_mode_msg">無法在超級使用者存取模式下執行。正在切換至安全模式。\n\n套用此更改?</string>
<!-- A console couldn't be created - Without privileges, the app won't work -->
<string name="msgs_cant_create_console">無法取得執行所需的權限。</string>
<!-- The message shown when an allocation of a privileged console fails, and a non
@@ -81,14 +81,14 @@
<!-- The initial directory has an invalid or inaccessible reference -->
<string name="msgs_settings_invalid_initial_directory">初始資料夾「<xliff:g id="initial_dir">%1$s</xliff:g>」無效。切換至根資料夾。</string>
<!-- Root is not available message -->
- <string name="root_not_available_msg">此裝置沒有Root,無法執行此操作。</string>
+ <string name="root_not_available_msg">此裝置沒有 Root ,無法執行此操作。</string>
<!-- Success -->
<string name="msgs_success">操作已成功完成。</string>
<!-- Unknown error -->
<string name="msgs_unknown">檢測到錯誤,此操作未能成功完成。</string>
<!-- When an operation requires elevated privileged (normally caused for the use of a
non-privileged console) -->
- <string name="msgs_insufficient_permissions">此操作需要更高的權限。請嘗試切換到 Root 存取模式。</string>
+ <string name="msgs_insufficient_permissions">此操作需要更高的權限。請嘗試切換至 Root 存取模式。</string>
<!-- When an operation fails because the device has run out of storage. -->
<string name="msgs_no_disk_space">操作失敗因為裝置沒有足夠的儲存空間。</string>
<!-- The file or directory was not found -->
@@ -99,7 +99,7 @@
<!-- I/O exception -->
<string name="msgs_io_failed">讀寫失敗</string>
<!-- Operation timeout detected -->
- <string name="msgs_operation_timeout">操作超時。</string>
+ <string name="msgs_operation_timeout">操作逾時。</string>
<!-- The operation returns an invalid exit code -->
<string name="msgs_operation_failure">操作失敗。</string>
<!-- A console couldn't be allocated -->
@@ -119,7 +119,7 @@
<!-- There is no registered app that can handle the mime-type -->
<string name="msgs_not_registered_app">沒有任何應用程式與此類檔案關聯。</string>
<!-- Overwrite files? -->
- <string name="msgs_overwrite_files">有些檔案已存在於目標資料夾內。\n\n是否覆寫?</string>
+ <string name="msgs_overwrite_files">有些檔案已存在於目標資料夾內。\n\n是否覆蓋?</string>
<!-- The association of an action to the app failed -->
<string name="msgs_action_association_failed">程式與操作的關聯失敗。</string>
<!-- An operation requires elevated privileged. Ask the user. -->
@@ -189,7 +189,7 @@
<!-- Filesystem Info - Filesystem couldn't be mounted -->
<string name="filesystem_info_cant_be_mounted_msg">無法掛載或卸載檔案系統。</string>
<!-- Filesystem Info - Not allowed message -->
- <string name="filesystem_info_mount_not_allowed_msg">在安全模式下不允許掛載檔案系統的動作。輕按以切換至超級使用者存取模式。</string>
+ <string name="filesystem_info_mount_not_allowed_msg">在安全模式下不允許掛載檔案系統的動作。輕觸即可切換至超級使用者存取模式。</string>
<!-- Filesystem Info - Mount failed -->
<string name="filesystem_info_mount_failed_msg">檔案系統掛載失敗。有些檔案系統 (例如 SD 卡) 是被設計爲唯讀檔案系統的。所以不能被掛載或卸載。</string>
<!-- Filesystem Info Dialog - Title -->
@@ -219,7 +219,7 @@
<!-- Filesystem Info Dialog - Free Disk Usage -->
<string name="filesystem_info_dialog_free_disk_usage">可用:</string>
<!-- Fso Properties - Not allowed message -->
- <string name="fso_properties_permissions_not_allowed_msg">在安全模式下不允許修改權限。輕按即可切換至超級使用者存取模式。</string>
+ <string name="fso_properties_permissions_not_allowed_msg">在安全模式下不允許修改權限。輕觸即可切換至超級使用者存取模式。</string>
<!-- Fso Properties - Failed to change owner to fso -->
<string name="fso_properties_failed_to_change_owner_msg">修改擁有者失敗。\n\n基於安全因素,有些檔案系統 (例如 SD 卡) 不允許修改擁有者。</string>
<!-- Fso Properties - Failed to change group to fso -->
@@ -342,6 +342,7 @@
<!-- Bookmarks - Bookmarks - Actions - Bookmark successfully added -->
<string name="bookmarks_msgs_add_success">書籤已成功加入。</string>
<!-- Bookmarks - Bookmarks - Actions - Bookmark already exists -->
+ <string name="bookmarks_msgs_add_exists">該書籤已存在。</string>
<!-- Initial directory dialog title -->
<string name="initial_directory_dialog_title">初始資料夾</string>
<!-- Initial directory label -->
@@ -495,13 +496,13 @@
<!-- Execution console - The script execution time seconds string -->
<string name="execution_console_script_execution_time_text"><xliff:g id="seconds">%1$s</xliff:g> 秒</string>
<!-- Compute checksum - Title -->
- <string name="compute_checksum_title">計算檢驗和(checksum)</string>
+ <string name="compute_checksum_title">計算檢驗和 (checksum)</string>
<!-- Compute checksum - The file name label -->
<string name="compute_checksum_filename_label">檔案:</string>
<!-- Compute checksum - The MD5 label -->
<!-- Compute checksum - The SHA1 label -->
<!-- Compute checksum - The computing checksum message-->
- <string name="compute_checksum_computing_checksum_msg">正在計算檢驗和(checksum)\u2026</string>
+ <string name="compute_checksum_computing_checksum_msg">正在計算檢驗和 (checksum) \u2026</string>
<!-- Mime/Types - Folder -->
<string name="mime_folder">資料夾</string>
<!-- Mime/Types - Symlink -->
@@ -562,7 +563,7 @@
<!-- Preferences - General - Case sensitive sort and navigating title -->
<string name="pref_case_sensitive_sort">排列時區分大小寫</string>
<!-- Preferences - General - Case sensitive sort and navigating summary -->
- <string name="pref_case_sensitive_sort_summary">導覽或排列搜尋結果時區分大小寫</string>
+ <string name="pref_case_sensitive_sort_summary">導航或排列搜尋結果時區分大小寫</string>
<!-- Preferences - General - Filetime format mode title -->
<string name="pref_filetime_format_mode">時間/日期格式</string>
<!-- Preferences - General -Disk usage warning level title -->
@@ -626,11 +627,11 @@
<!-- Preferences - Search - Save search terms summary off -->
<string name="pref_save_search_terms_off">搜尋關鍵字將不會被儲存</string>
<!-- Preferences - Search - Remove saved search terms -->
- <string name="pref_remove_saved_search_terms">刪除儲存的關鍵字</string>
+ <string name="pref_remove_saved_search_terms">移除儲存的關鍵字</string>
<!-- Preferences - Search - Remove saved search terms summary -->
<string name="pref_remove_saved_search_terms_summary">輕觸以移除所有儲存的搜尋關鍵字</string>
<!-- Preferences - Search - Suggestions were truncated -->
- <string name="pref_remove_saved_search_terms_msg">所有儲存的搜尋關鍵字已被刪除。</string>
+ <string name="pref_remove_saved_search_terms_msg">所有儲存的搜尋關鍵字已被移除。</string>
<!-- Preferences - Storage - Secure Storage category -->
<string name="pref_secure_storage_category">安全儲存</string>
<!-- Preferences - Storage - Secure Storage - Delayed sync title -->
@@ -654,11 +655,11 @@
<!-- Preferences - Editor - Hex dump desc -->
<string name="pref_hexdump_desc">開啟二進位檔時,產生此檔案的 hexdump 並在十六進制檢視器內開啟。</string>
<!-- Preferences - Editor - Syntax highlight category -->
- <string name="pref_editor_syntax_highlight_category">語法標記</string>
+ <string name="pref_editor_syntax_highlight_category">語法標示</string>
<!-- Preferences - Editor - Syntax highlight -->
<string name="pref_syntax_highlight">醒目提示語法</string>
<!-- Preferences - Editor - Syntax highlight summary -->
- <string name="pref_syntax_highlight_desc">在編輯器中顯示語法標記(僅在為當前文件類型的語法標記處理有效時)</string>
+ <string name="pref_syntax_highlight_desc">在編輯器中顯示語法標示 (僅在為目前文件類型的語法標示處理有效時)</string>
<!-- Preferences - Editor - Syntax highlight color scheme -->
<string name="pref_syntax_highlight_color_scheme">色彩配置</string>
<!-- Preferences - Editor - Syntax highlight color scheme summary -->
@@ -682,12 +683,12 @@
<!-- Themes - Default theme name -->
<string name="theme_default_name">淺色主題</string>
<!-- Themes - Default theme description -->
- <string name="theme_default_description">用於 CyanogenMod 檔案管理器的淺色主題。</string>
+ <string name="theme_default_description">用於 CyanogenMod 檔案管理員的淺色主題。</string>
<!-- Themes - Default theme author -->
<string name="themes_author">CyanogenMod</string>
<!-- Navigation drawer -->
- <string name="drawer_open">開啟導航抽屜</string>
- <string name="drawer_close">關閉導航抽屜</string>
+ <string name="drawer_open">開啟導航清單</string>
+ <string name="drawer_close">關閉導航清單</string>
<!-- ColorPickerDialog -->
<!-- The text of the alpha slider control -->
<string name="color_picker_alpha_slider_text">透明度</string>
@@ -720,7 +721,7 @@
<!-- Secure Storage unlock dialog message (new secure storage) -->
<string name="secure_storage_unlock_key_new_msg">輸入密碼以保護安全儲存檔案系統。</string>
<!-- Secure Storage unlock dialog message (reset the current password) -->
- <string name="secure_storage_unlock_key_reset_msg">輸入當前密碼和新密碼來重新設定安全儲存檔案系統。</string>
+ <string name="secure_storage_unlock_key_reset_msg">輸入目前密碼和新密碼來重新設定安全儲存檔案系統。</string>
<!-- Secure Storage unlock dialog message (delete the secure storage) -->
<string name="secure_storage_unlock_key_delete_msg">輸入當前密碼以移除安全儲存檔案系統。</string>
<!-- Secure Storage unlock dialog old key title -->
@@ -757,16 +758,17 @@
<!-- Print footer -->
<string name="print_document_footer">第 <xliff:g id="page_number">%1$s</xliff:g> 頁</string>
<!-- Security - Extract relative or absolute files -->
- <string name="security_warning_extract">警告!\n\n解壓一個使用相對或絕對路徑的壓縮檔案將會覆寫系統檔案,並對你的裝置造成損壞。\n\n您確定要繼續嗎?</string>
+ <string name="security_warning_extract">警告!\n\n提取包含相對路徑或絕對路徑的壓縮檔案可能會覆蓋系統檔案,從而導致裝置損壞。\n\n是否要繼續?</string>
<!-- ChangeLog - Dialog title -->
<string name="changelog_title">更新日誌</string>
<!-- Welcome Dialog - Title -->
<string name="welcome_title">歡迎</string>
<!-- Welcome Dialog - Message -->
- <string name="welcome_msg">歡迎使用 CyanogenMod 檔案管理器。\n\n此應用程式允許您瀏覽檔案系統並做出可能破壞您裝置的操作。為了避免損害,此應用程式預設在低權限、安全的模式下執行。\n\n您可以經由設定切換至進階或擁有完全控制的模式。確保操作不會破壞系統將是您的責任。\n\nCyanogenMod 團隊</string>
+ <string name="welcome_msg">歡迎使用 CyanogenMod 檔案管理員。\n\n此應用程式允許您瀏覽檔案系統並做出可能破壞您裝置的操作。為了避免損害,此應用程式預設在低權限、安全的模式下執行。\n\n您可以經由設定切換至進階或擁有完全控制的模式。確保操作不會破壞系統將是您的責任。\n\nCyanogenMod 團隊</string>
<string name="activity_not_found_exception">找不到可開啟此檔案的應用程式</string>
<string name="storage_permissions_denied">檔案管理員需要使用儲存空間的權限以檢視檔案。</string>
<string name="storage_permissions_explanation">進入設定,然後按一下權限設定以授予權限。</string>
<string name="snackbar_settings">設定</string>
<!-- Wrap mode - toast -->
+ <string name="toggle_word_wrap_msg">切換至自動換行模式</string>
</resources>