1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-02-04 08:11:37 +00:00
syncthing-android/app/src/main/res/values-zh-rTW/strings.xml
André Colomb 6d8805b69f Consistently indent and line-wrap multiline translations.
For strings containing escaped newlines (\n), always start a new line
right before that sequence and remove any other whitespace in between.
Let the closing </string> tag follow immediately on the last line.
Keep one-line translations on one line, without arbitrary wrapping.

Actually fix some line-break inconsistencies within the translations
along the way.  Some had questionable \n\ sequences, capitalized \N or
the n actually forgotten after an escaping backslash, which lead to
parsing errors.  Others simply used two line breaks (which are
collapsed to one space during parsing) instead of the needed \n escape
sequence.

This gets the format much closer to what Weblate generates when
dumping the parsed strings into fresh XML files.  Also harmonizes the
formatting in the "source" (English) values/strings.xml though.
2023-11-08 01:36:20 +01:00

555 lines
36 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Syncthing</string>
<string name="app_description">一個開放、可靠、去中心化的檔案同步應用程式。</string>
<!--FirstStartActivity-->
<!--Title for dialog displayed on first start-->
<string name="welcome_title">歡迎來到 Syncthing for Android</string>
<!--Welcome wizard-->
<!--Slide 1-->
<string name="introduction">介紹</string>
<string name="welcome_text">Syncthing 是一個開放原始碼的檔案同步應用程式。
\n在其他裝置間分享資料你需要加入裝置的唯一識別碼到裝置清單中。之後你可以選擇資料夾分享給哪些裝置。
\n請把你遇到的問題回報到 Github 上。</string>
<!--Slide 2-->
<string name="storage_permission_title">檔案和媒體權限</string>
<string name="storage_permission_desc">Syncthing 需要存取您的檔案和媒體,才能進行同步。</string>
<!--Slide 3-->
<string name="location_permission_title">位置使用權限(背景)</string>
<string name="location_permission_desc">Syncthing 可以設定只在所選的 Wi-Fi 下進行同步。要做到這點須查找當前連接 Wi-Fi 的 SSID ,也可能在程式關閉時查找。因此他需要在後台使用位置權限,這不會使用你真實座標位置。這只儲存你手動添加到執行列表中的 SSID不會儲存其他用戶資料。
\n
\n如果想使用此功能請同意給予 Syncthing 授權,否則請跳過這步驟。</string>
<!--Slide 4-->
<!--Generic texts used everywhere-->
<string name="back">返回</string>
<string name="cont">繼續</string>
<string name="finish">完成</string>
<string name="generic_example">範例</string>
<string name="generic_error">錯誤</string>
<string name="grant_permission">授權</string>
<string name="permission_granted">已獲得授權</string>
<string name="accept">接受</string>
<string name="ignore">忽略</string>
<!--MainActivity-->
<!--Title of the exit app when running as a service confirmation dialog-->
<string name="dialog_exit_while_running_as_service_title">確定要離開嗎?</string>
<string name="dialog_exit_while_running_as_service_message">給你參考 : 你設定開機時自動啟動。因此程式會在後台監控可執行已同步的條件。你應該只在遇到嚴重問題時才手動退出程式。否則請禁用\'啟動時自動啟動\'。你要退出程式直到重開機嗎\?</string>
<!--Title of the "add folder" menu action-->
<string name="add_folder">增加資料夾</string>
<!--Title of the "share device id" menu action-->
<string name="share_device_id">分享裝置識別碼</string>
<!--Shown in the chooser dialog when sharing a Device ID-->
<string name="send_device_id_to">傳送裝置識別碼給</string>
<string name="usage_reporting_dialog_title">允許匿名使用報告?</string>
<string name="usage_reporting_dialog_description">每天會傳送被加密的使用報告。它被來用在追蹤常用的平台、資料夾大小及應用程式版本。如果回報的資料集被修改,你將會再收到這個提示。
\n
\n匯集的統計資料會公開在 https://data.syncthing.net。</string>
<string name="yes"></string>
<string name="no"></string>
<string name="open_website">打開網站</string>
<string name="toast_write_storage_permission_required">應用程式需要寫入儲存空間的權限</string>
<string name="device_rejected">設備「%1$s」想要連線</string>
<string name="folder_rejected">設備「%1$s」想要與您分享「%2$s」</string>
<string name="dialog_disable_battery_optimization_title">電池最佳化</string>
<string name="dialog_disable_battery_optimization_message">Android 也許會在一段時間後停止同步。為了防止這個情形,關閉電池最佳化。
\n
\n有些裝置會預載額外的工作清除應用程式你也需把 Syncthing 加入白名單中。</string>
<string name="dialog_disable_battery_optimization_later">稍後</string>
<string name="dialog_disable_battery_optimization_dont_show_again">別再顯示</string>
<string name="dialog_disable_battery_optimization_turn_off">對 Syncthing 關閉</string>
<string name="dialog_disable_battery_optimizations_not_supported">你的裝置不支援停用電池最佳化</string>
<!--StateDialogActivity-->
<!--Text for FoldersFragment and DevicesFragment loading view-->
<string name="api_loading">載入中...</string>
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<string name="web_gui_creating_key">正在產生安全金鑰,這需要一些時間。</string>
<string name="syncthing_loading_slow_message">Syncthing 花了很久才載入。透過日誌來檢查錯誤。</string>
<!--FoldersFragment-->
<string name="folders_fragment_title">資料夾</string>
<!--Shown if no folders exist-->
<string name="folder_list_empty">未找到資料夾</string>
<!--Format string for folder file count-->
<plurals name="files">
<item quantity="other">%1$d / %2$d 檔案</item>
</plurals>
<string name="override_changes">覆蓋變更</string>
<string name="open_file_manager">開啟檔案總管</string>
<string name="toast_no_file_manager">沒有找到相容的檔案管理員。</string>
<!--DevicesFragment-->
<string name="devices_fragment_title">裝置</string>
<!--Shown if no devices exist-->
<string name="devices_list_empty">未找到裝置</string>
<!--Indicates that a folder is fully synced to the local device-->
<string name="device_up_to_date">最新</string>
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
<string name="device_syncing">正在同步 (%1$d%%)</string>
<!--Indicates that there is no connection to the device-->
<string name="device_disconnected">斷線</string>
<!--Indicates that the device is paused and does not sync-->
<string name="device_paused">已暫停</string>
<!--Indicates that the device connection is unknown-->
<string name="device_state_unknown">未知</string>
<!--Title for current download rate-->
<string name="download_title">下載</string>
<!--Title for current upload rate-->
<string name="upload_title">上傳</string>
<!--StatusFragment-->
<string name="status_fragment_title">狀態</string>
<string name="syncthing_starting">Syncthing 正在啟動…</string>
<string name="syncthing_running">Syncthing 執行中…</string>
<string name="syncthing_not_running">Syncthing 未執行。</string>
<string name="syncthing_has_crashed">Syncthing 當掉了…</string>
<!--DrawerFragment-->
<!--Same as download_title with a colon and space appended-->
<string name="download_title_colon">"下載: "</string>
<!--Same as upload_title with a colon and space appended-->
<string name="upload_title_colon">"上傳: "</string>
<!--Title for current CPU usage-->
<string name="cpu_usage">CPU 使用率</string>
<!--Title for current RAM usage-->
<string name="ram_usage">記憶體使用率</string>
<!--Title for announce server status-->
<string name="announce_server">發布伺服器</string>
<string name="restart">重新啟動</string>
<string name="dialog_confirm_restart">你想要重新啟動 Syncthing</string>
<!--FolderActivity-->
<!--Setting title-->
<string name="folder_id">資料夾識別碼</string>
<!--Setting title-->
<string name="folder_label">資料夾標籤</string>
<!--Setting title-->
<string name="directory">資料夾</string>
<!--Setting title and description-->
<string name="folder_fileWatcher">監控檔案系統變更</string>
<string name="folder_fileWatcherDescription">使用系統通知的文件修改。如果停用則使用每小時掃描的方式。</string>
<!--Setting title-->
<string name="folder_pause">暫停同步資料夾</string>
<!--Setting title-->
<string name="devices">裝置</string>
<!--Setting title-->
<string name="keep_versions">保留版本數</string>
<!--Setting title-->
<string name="delete_folder">刪除資料夾</string>
<!--Title for FolderSettingsFragment in create mode-->
<string name="create_folder">建立資料夾</string>
<!--Title for FolderSettingsFragment in edit mode-->
<string name="edit_folder">編輯資料夾</string>
<!--Menu item to confirm folder creation-->
<string name="create">建立</string>
<!--Dialog shown when attempting to remove a folder-->
<string name="remove_folder_confirm">你確定要從 Syncthing 移除這個資料夾?</string>
<!--Toast shown when trying to create a folder with an empty ID-->
<string name="folder_id_required">資料夾識別碼不得為空</string>
<!--Toast shown when trying to create a folder with an empty path-->
<string name="folder_path_required">資料夾路徑不得為空</string>
<string name="dialog_discard_changes">放棄變更?</string>
<!--Summary shown if we only have readonly access to the folder path-->
<string name="folder_path_readonly">你的 Android 版本只給 Syncthing 讀取權限到所選的資料夾。</string>
<!--Summary shown if we only have readwrite access to the folder path-->
<string name="folder_path_readwrite">你的 Android 版本可以給 Syncthing 讀寫權限到所選的資料夾。</string>
<!--Toast shown if the user selected an invalid location for a new syncthing folder-->
<string name="toast_invalid_folder_selected">抱歉,你所選的的資料夾無法使用,請選擇內部或外部儲存的資料夾。</string>
<string name="ignore_patterns">忽略樣式</string>
<string name="create_ignore_file_error">無法建立忽略檔案。資料夾是可寫入的?</string>
<string name="edit_ignore_file_error">找不到文字編輯器</string>
<!--DeviceActivity-->
<!--Setting title-->
<string name="device_id">裝置識別碼</string>
<!--Setting title-->
<string name="name">名稱</string>
<!--Setting title-->
<string name="addresses">位址</string>
<!--Setting title-->
<string name="current_address">目前位址</string>
<!--Setting title-->
<string name="compression">壓縮</string>
<!--Strings representing compression options-->
<string-array name="compress_entries">
<item>沒有</item>
<item>中繼資料</item>
<item>所有</item>
</string-array>
<!--Setting title-->
<string name="introducer">引入者</string>
<!--Setting title-->
<string name="pause_device">暫停同步設備</string>
<!--ActionBar item-->
<string name="delete_device">刪除裝置</string>
<string name="add_device">增加裝置</string>
<!--Menu item to confirm adding a device-->
<string name="add">增加</string>
<!--Title for DeviceSettingsFragment in edit mode-->
<string name="edit_device">編輯裝置</string>
<!--Dialog shown when attempting to remove a device-->
<string name="remove_device_confirm">你確定要移除這個裝置?</string>
<!--Toast shown when trying to create a device with an empty ID-->
<string name="device_id_required">裝置識別碼不得為空</string>
<!--Content description for device ID qr code icon-->
<string name="scan_qr_code_description">掃描 QR Code</string>
<!--Toast show if we could not get root permissions-->
<string name="toast_root_denied">無法取得 root 權限</string>
<!--WebGuiActivity-->
<!--Title of the web gui activity-->
<string name="web_gui_title">網頁 GUI</string>
<!--Text for WebGuiActivity loading view-->
<string name="web_gui_loading">正在等待 GUI</string>
<!--SettingsFragment-->
<string name="settings_title">設定</string>
<string name="category_run_conditions">執行條件</string>
<string name="category_behaviour">行為</string>
<string name="category_syncthing_options">Syncthing 選項</string>
<string name="category_backup">備份</string>
<string name="category_debug">除錯</string>
<string name="category_experimental">實驗性</string>
<!--Preference screen - Run conditions-->
<string name="run_conditions_summary">根據下列選項決定 Syncthing 要在什麼狀況下執行。</string>
<string name="run_on_mobile_data_title">使用行動網路時執行</string>
<string name="run_on_mobile_data_summary">當設備連接至行動網路時執行。警告 : 如果你澳同步大量資料時,這可能會消耗很多流量。</string>
<string name="run_on_wifi_title">使用 WiFi 時執行</string>
<string name="run_on_wifi_summary">當設備連接至 Wi-Fi 時自動執行。</string>
<string name="run_on_metered_wifi_title">使用計費的 WiFi 時執行</string>
<string name="run_on_metered_wifi_summary">當設備連接至計量 Wi-Fi (如熱點或分享網路)時自動執行。注意 : 如果你要同步大量資料時,這可能會消耗很多流量。</string>
<string name="run_on_whitelisted_wifi_title">連線到特定 WiFi 網路時執行</string>
<string name="run_on_whitelisted_wifi_networks">連線到特定 WiFi 網路時執行: %1$s</string>
<string name="run_on_all_wifi_networks">所有 WiFi 連線都執行</string>
<string name="sync_only_wifi_ssids_wifi_turn_on_wifi">請開啟Wi-Fi來選擇網路。</string>
<string name="sync_only_wifi_ssids_connect_to_wifi">請先連接Wi-Fi才能加到列表。</string>
<string name="sync_only_wifi_ssids_need_to_grant_location_permission">請先同意 \"位置權限\" 才能使用這個功能。</string>
<string name="sync_only_wifi_ssids_location_permission_rejected_dialog_title">需要授權</string>
<string name="sync_only_wifi_ssids_location_permission_rejected_dialog_content">從 Android 8.1 開始,需要讀取位置權限才能讀取 Wi-Fi 名稱。要使用此功能需授權。</string>
<string name="power_source_title">當設備用以下方式供電時執行</string>
<string-array name="power_source_entries">
<item>連接電源與使用電池</item>
<item>連接電源</item>
<item>電池</item>
</string-array>
<string name="respect_battery_saving_title">遵守 Android 節省電池設定</string>
<string name="respect_battery_saving_summary">使用省電模式時停用 Syncthing</string>
<string name="respect_master_sync_title">使用 Android 的「自動同步」設定</string>
<string name="respect_master_sync_summary">關閉 \'背景自動同步\' 時停用 Syncthing。</string>
<string name="run_in_flight_mode_title">飛航模式時執行</string>
<string name="run_in_flight_mode_summary">如果您的設備在飛行模式下無法檢測到手動 Wi-Fi 連接,請啟用。</string>
<string name="service_settings_title">服務設定</string>
<string name="service_settings_summary">將 Syncthing 做為後台服務。增加持續通知防止 Android 終止程序。勾選此選項將會在開機時自動啟動 Syncthing。</string>
<string name="run_as_background_service">開機時自動執行服務</string>
<!--Preferences - Behaviour-->
<string name="advanced_folder_picker">使用進階的資料夾選擇器</string>
<string name="advanced_folder_picker_summary">選擇在裝置上的同步資料夾</string>
<string name="use_root_title">以超級使用者執行 Syncthing</string>
<string name="use_root_summary">這是不穩定的功能,可能會對 Syncthing 與你的裝置造成問題。如果你遇到問題,你也許需要重新安裝 Syncthing。</string>
<string name="notification_type_title">通知</string>
<string name="notification_type_summary">選擇通知類型</string>
<string-array name="notification_type_entries">
<item>一般</item>
<item>低優先權</item>
<item></item>
</string-array>
<string name="preference_language_title">語言</string>
<string name="preference_language_summary">選擇應用程式語言</string>
<string name="start_into_web_gui_title">直接開啟網頁介面</string>
<string name="start_into_web_gui_summary">當開啟應用程式時,打開網頁介面,而不是主螢幕</string>
<string name="preference_theme_title">佈景主題</string>
<string name="preference_theme_follow_system">使用系統主題</string>
<string name="preference_theme_option_light">淺色</string>
<string name="preference_theme_option_dark">深色</string>
<string name="pref_language_default">預設語言</string>
<string-array name="folder_types">
<item>傳送與接收</item>
<item>僅傳送</item>
<item>僅接收</item>
</string-array>
<string-array name="pull_order_types">
<item>隨機</item>
<item>字母</item>
<item>由小到大</item>
<item>由大到小</item>
<item>由舊到新</item>
<item>由新到舊</item>
</string-array>
<string-array name="versioning_types">
<item></item>
<item>垃圾筒式</item>
<item>簡單</item>
<item>變動式</item>
<item>外部的</item>
</string-array>
<string name="device_name">裝置名稱</string>
<string name="listen_address">同步通訊協定監聽位址</string>
<string name="max_recv_kbps">下載速率限制(KiB/s)</string>
<string name="max_send_kbps">上傳速率限制(KiB/s)</string>
<string name="global_announce_enabled">全域探索</string>
<string name="local_announce_enabled">本地探索</string>
<string name="enable_nat_traversal">開啟 NAT 穿透</string>
<string name="global_announce_server">全域探索伺服器</string>
<string name="enable_relaying">啟用中繼</string>
<string name="usage_reporting">匿名使用資訊回報</string>
<string name="gui_address">GUI 監聽位址</string>
<!--Titles for the preference to undo ignored devices and folders-->
<string name="undo_ignored_devices_folders_title">取消忽略的裝置與資料夾</string>
<string name="undo_ignored_devices_folders_question">這將撤銷忽略裝置與資料夾,確定繼續\?</string>
<string name="undo_ignored_devices_folders_done">取消忽略完成。</string>
<string name="export_config">匯出設定</string>
<!--Toast after entering invalid integer value-->
<string name="invalid_integer_value" tools:ignore="PluralsCandidate">輸入的值無效。請輸入%1$d 到 %2$d 之間的值</string>
<!--Experimental options-->
<string name="use_proxy">透過代理伺服器連線</string>
<string name="do_not_use_proxy">沒有設定代理伺服器</string>
<string name="keep_wakelock_while_binary_running">當 Syncthing 正在執行時,保持 CPU 清醒</string>
<string name="keep_wakelock_while_binary_running_summary">如果在電池操作上遇到斷線,使用這個設定。這可能會造成增加電池消耗量。</string>
<string name="use_tor_title">使用 Tor</string>
<string name="use_tor_summary">強制所有流量通過 Tor 以增加隱私。需要 Orbot。禁用代理選項。</string>
<string name="socks_proxy_address_title">SOCKS5 代理伺服器</string>
<string name="socks_proxy_address_example">socks5://192.168.0.1:1080</string>
<!--Toast after entering invalid socks proxy address-->
<string name="toast_invalid_socks_proxy_address">請使用 \'socks5://[IP/HOSTNAME]:[PORT]\' 的格式輸入代理網址</string>
<string name="http_proxy_address_title">HTTP(S) 代理伺服器</string>
<string name="http_proxy_address_example">http://192.168.0.1:8080</string>
<!--Toast after entering invalid http proxy address-->
<string name="toast_invalid_http_proxy_address">請使用 \'http://[IP/HOSTNAME]:[PORT]\' 的格式輸入代理網址</string>
<string name="use_legacy_hashing_title">使用過時的雜湊</string>
<string name="use_legacy_hashing_summary">為了相容性,強制 Syncthing 使用過時的雜湊套</string>
<!--Dialog shown before config export-->
<string name="dialog_confirm_export">你確認要匯出你的設定?已存在的檔案將會被覆蓋。
\n
\n警告其他的應用程式也許能從備份位置讀取私鑰並且利用它來下載、修改同步的檔案。</string>
<!--Dialog shown before config import-->
<string name="dialog_confirm_import">你確認要匯入新的設定?已存在的檔案將會被覆蓋。</string>
<!--Toast shown after config was successfully exported-->
<string name="config_export_successful">設定匯出到 %1$s</string>
<string name="import_config">匯入設定</string>
<!--Toast shown after config was successfully imported-->
<string name="config_imported_successful">設定已匯入</string>
<!--Toast shown after config was successfully imported-->
<string name="config_import_failed">設定匯入失敗,請確認檔案在 %1$s</string>
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">STTRACE 選項</string>
<string name="environment_variables">環境變數</string>
<!--Toast after entering invalid STTRACE params-->
<string name="toast_invalid_environment_variables">輸入的值不是有效的環境變數字串</string>
<!--Title for the preference to reset Syncthing indexes-->
<string name="st_reset_database_title">重設資料庫</string>
<!--Syncthing was reset-->
<string name="st_reset_database_question">執行這個動作應該只會基於來自我們支援團隊的建議。
\n你確定要清除 Syncthing 的資料庫?</string>
<!--Syncthing was reset-->
<string name="st_reset_database_done">成功重設 Syncthing 資料庫</string>
<!--Title for the preference to reset Syncthing indexes-->
<string name="st_reset_deltas_title">重置差異索引</string>
<!--Syncthing was reset-->
<string name="st_reset_deltas_question">該操作只應在服務人員的建議下執行。
\n你確定要清空 Syncthing 的增量索引嗎?</string>
<!--Syncthing was reset-->
<string name="st_reset_deltas_done">成功重置 Syncthing 的增量索引。</string>
<string name="category_about">關於</string>
<!--Settings item that opens the log activity-->
<string name="open_log">打開日誌</string>
<!--Summary for the log activity-->
<string name="open_log_summary">開啟 Syncthing 及 Android 日誌視窗</string>
<string name="notify_crashes_title">通知關於 Syncthing 當機</string>
<string name="notify_crashes_summary">當偵測到 Syncthing 當機,顯示通知</string>
<string name="syncthing_forum_title">Syncthing 論壇</string>
<string name="syncthing_forum_summary">前往 Syncthing 論壇</string>
<!--Settings item that opens issue tracker-->
<string name="report_issue_title">回報問題</string>
<!--Summary for the issue tracker settings item-->
<string name="report_issue_summary">開啟 Syncthing-Android 問題追蹤器</string>
<!--URL of the issue tracker-->
<!--Menu item to donate-->
<string name="donate_title">捐獻</string>
<string name="donate_summary">協助我們支付域名及主機費用</string>
<!--Menu item linking privacy policy-->
<string name="privacy_title">隱私政策</string>
<string name="privacy_summary">打開syncthing-android的隱私政策其中包括個人資料的使用(如有的話),例如位置。</string>
<!--Title of the preference showing upstream version name-->
<string name="syncthing_version_title">Syncthing 版本</string>
<!--Title of the preference showing this app's version name-->
<string name="app_version_title">Syncthing-Android 版本</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">資料夾選擇器</string>
<!--Toast shown on devices with kitkat or higher-->
<string name="kitkat_external_storage_warning">警告:你的 Android 版本不允許同步外部儲存裝置</string>
<!--ListView empty text-->
<string name="directory_empty">資料夾為空</string>
<!--Menu item to create folder on the file system-->
<string name="create_fs_folder">建立新資料夾</string>
<!--Menu item to select the current folder-->
<string name="select_folder">選擇資料夾</string>
<string name="create_folder_failed">建立資料夾時失敗</string>
<!--LogActivity-->
<string name="syncthing_log_title">Syncthing 日誌</string>
<string name="android_log_title">Android 日誌</string>
<!--Title of the "log android" menu button-->
<string name="view_android_log">檢視 Android 日誌</string>
<!--Title of the "log Syncthing" menu button-->
<string name="view_syncthing_log">檢視 Syncthing 日誌</string>
<string name="retrieving_logs">正在取得日誌...</string>
<!--Title of the "share log" menu button-->
<string name="share_title">分享</string>
<!--ShareActivity-->
<!--Title of the "share" activity-->
<string name="share_activity_title">儲存到 Syncthing</string>
<!--Title of the "save" button-->
<string name="save_title">儲存</string>
<!--Title of the "cancel" button-->
<string name="cancel_title">取消</string>
<!--Title of the "save" button-->
<string name="folder_title">資料夾</string>
<!--New file name template-->
<string name="file_name_template">新檔案 %1$s</string>
<!--Nothing to share toast-->
<string name="nothing_share">沒有分享</string>
<!--Copy success toast partially-->
<plurals name="copy_success_partially">
<item quantity="other">%1$d 檔案被複製到資料夾 \"%2$s\"%3$d 已經存在</item>
</plurals>
<!--Copy success toast-->
<plurals name="copy_success">
<item quantity="other">%1$d 檔案被複製到資料夾 \"%2$s\"</item>
</plurals>
<!--Copy exception toast-->
<string name="copy_exception">在分享時出現錯誤,檢查應用程式日誌</string>
<!--Copy progress dialog text-->
<string name="copy_progress">正在分享檔案...</string>
<plurals name="file_name_title">
<item quantity="other">檔案列表</item>
</plurals>
<!--Sub Folder title-->
<string name="sub_folder">子資料夾</string>
<!--SyncthingService-->
<!--Title of the "syncthing disabled" dialog-->
<string name="syncthing_disabled_title">Syncthing 已經停用</string>
<!--Message of the "syncthing disabled" dialog-->
<string name="syncthing_disabled_message">您要修改執行條件嗎?</string>
<!--Button text on the "syncthing disabled" dialog-->
<string name="syncthing_disabled_change_settings">更改設定</string>
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
<string name="exit">離開</string>
<!--Reasons for "syncthing disabled" dialog-->
<string name="syncthing_disabled_reason_heading">原因:</string>
<string name="syncthing_disabled_reason_on_battery">設備正在用電池</string>
<string name="syncthing_disabled_reason_on_charger">設備充電中</string>
<string name="syncthing_disabled_reason_powersaving">設備在省電模式下</string>
<string name="syncthing_disabled_reason_android_sync_disabled">全域同步已停用</string>
<string name="syncthing_disabled_reason_wifi_ssid_not_whitelisted">目前的 WiFi SSID 不在允許清單中</string>
<string name="syncthing_disabled_reason_wifi_is_metered">目前的 WiFi 是計費連線</string>
<string name="syncthing_disabled_reason_no_network_or_flightmode">沒有網路連線,或是飛航模式已啟用。</string>
<string name="syncthing_disabled_reason_no_mobile_connection">沒有行動網路連線</string>
<string name="syncthing_disabled_reason_no_wifi_connection">沒有 WiFi 連線</string>
<string name="syncthing_disabled_reason_no_allowed_method">沒有設定在使用 WiFi 或行動網路時連線</string>
<!--Title of the notification shown while syncthing is running and enabled-->
<string name="syncthing_active">Syncthing 正在執行</string>
<string name="syncthing_disabled">Syncthing 已經停用</string>
<string name="syncthing_terminated">Syncthing 已終止</string>
<!--Toast shown if syncthing failed to create a config-->
<string name="config_create_failed">無法建立設定檔</string>
<!--Toast shown if a config file crucial to operation is missing-->
<string name="config_file_missing">找不到運作需要的重要檔案</string>
<!--Label of the default folder created of first start (camera folder).-->
<string name="default_folder_label">相機</string>
<!--ID of the default folder created on first start (camera folder). Must only contain 'a-z0-9_-'. Parameter is the device name-->
<string name="default_folder_id">%1$s-photos</string>
<string name="notification_crash_title">Syncthing 已經當機</string>
<string name="notification_crash_text">觸碰檢視日誌</string>
<string name="notifications_persistent_channel">Syncthing 工作中</string>
<string name="notification_persistent_waiting_channel">監控運作狀態</string>
<string name="notifications_other_channel">其他通知</string>
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">需要重新啟動</string>
<!--Text for positive button in restart dialog-->
<!--Text for the dismiss button of the restart Activity-->
<!--Text of the notification shown when a restart is needed-->
<string name="restart_notification_text">按此以重新啟動 syncthing</string>
<!--Shown when a device ID is copied to the clipboard-->
<string name="device_id_copied_to_clipboard">裝置識別碼已複製至剪貼版</string>
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KiB</item>
<item>MiB</item>
<item>GiB</item>
<item>TiB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>B/s</item>
<item>KiB/s</item>
<item>MiB/s</item>
<item>GiB/s</item>
<item>TiB/s</item>
</string-array>
<!--Possible folder states-->
<string name="state_idle">閒置</string>
<string name="state_scanning">正在掃描</string>
<string name="state_syncing">正在同步 (%1$d%%)</string>
<string name="state_error">錯誤</string>
<string name="state_unknown">未知</string>
<string name="state_paused">已暫停</string>
<string name="status_outofsync">不同步</string>
<!--Format string for folder size, eg "500 MiB / 1 GiB"-->
<string name="folder_size_format">%1$s / %2$s</string>
<string name="appconfig_receiver_background_enabled">當開啟在背景執行時,不支援正在停止 Syncthing</string>
<!--Titles used in the folder type dialog and folder type button in the folder activity-->
<string name="folder_type">資料夾類型</string>
<!--Displays the current folder type in the folder activity-->
<string name="folder_type_sendreceive">傳送與接收</string>
<string name="folder_type_sendonly">僅傳送</string>
<string name="folder_type_receiveonly">僅接收</string>
<!--Folder type dialog descriptions for folder types-->
<string name="folder_type_sendreceive_description">本資料夾會傳送本地變更至從遠端設備上,也會接收遠端設備的變更。</string>
<string name="folder_type_sendonly_description">檔案不接受來自遠端設備的變更,但本地的變更會同步至叢集中的其他設備上。</string>
<string name="folder_type_receiveonly_description">檔案會接受遠端設備的變更,但本地變更不會傳送至叢集中的其他設備。</string>
<!--Titles used in the pull order dialog and pull order button in the folder activity-->
<string name="pull_order">檔案下載順序</string>
<!--Displays the current pull order type in the Folder activity-->
<string name="pull_order_type_random">隨機</string>
<string name="pull_order_type_alphabetic">字母順序</string>
<string name="pull_order_type_smallestFirst">小檔案優先</string>
<string name="pull_order_type_largestFirst">大檔案優先</string>
<string name="pull_order_type_oldestFirst">老檔案優先</string>
<string name="pull_order_type_newestFirst">新檔案優先</string>
<!--Pull order dialog descriptions for pull order types-->
<string name="pull_order_type_random_description">隨便決定一個檔案下載</string>
<string name="pull_order_type_alphabetic_description">按照名稱字母順序下載檔案</string>
<string name="pull_order_type_smallestFirst_description">按照占用空間大小下載檔案,小檔案先下載。</string>
<string name="pull_order_type_largestFirst_description">按照占用空間大小下載檔案,大檔案先下載。</string>
<string name="pull_order_type_oldestFirst_description">按照編輯時間下載檔案,舊檔案先下載。</string>
<string name="pull_order_type_newestFirst_description">按照編輯時間下載檔案,新檔案先下載。</string>
<!--Titles used in the file versioning dialog and file versioning button in the folder activity-->
<string name="maximum_age">最常保留時間</string>
<string name="clean_out_after">於之後清空</string>
<string name="file_versioning">檔案版本控制</string>
<string name="none">沒有</string>
<string name="versions_path">版本路徑</string>
<string name="command">指令</string>
<!--File versioning dialog descriptions for file versioning types and file versioning configuration options.-->
<string name="keep_versions_description">每個檔案要保留的舊版本數量。</string>
<string name="simple_file_versioning_description">當檔案被 Syncthing 取代或刪除時,它們將被移至 .stversions 資料夾並加上日期戳記。</string>
<string name="trashcan_versioning_description">當檔案被 Syncthing 取代或刪除時,檔案將被移至 .stversions 資料夾。</string>
<string name="staggered_versioning_description">當檔案被 Syncthing 取代或刪除時,它們將被移至 .stversions 資料夾並添加日期戳記。當檔案歷史版本的存留時間大於設定的最大值,或是其數量在一段時間內超出允許值時,則會被刪除。
\n
\n使用下列的間隔在第一個小時內每 30 秒保留一個版本,在第一天內每小時保留一個版本,在第 30 天內每一天保留一個版本,在達到最長保留時間前每一星期保留一個版本。</string>
<string name="maximum_age_description">一個版本被保留的最長時間 (單位為天,若設定為 0 則表示永遠保留)。</string>
<string name="versions_path_description">儲存歷史版本的路徑(若為空,則預設使用資料夾中的 .stversions 資料夾)。</string>
<string name="cleanout_after_description">檔案在垃圾筒中保留的天數。零表示永遠地保留。</string>
<string name="external_versioning_description">第一個命令列參數是資料夾路徑,第二個參數是在資料夾中的相對路徑。</string>
<string name="no_versioning_description">選擇一個版本控制類型來啟用版本控制</string>
<!--Displays the current file versioning type in the Folder activity-->
<string name="type_simple">類型:簡單</string>
<string name="type_trashcan">類型:垃圾筒</string>
<string name="type_staggered">類型:變動式</string>
<string name="type_external">類型:外部的</string>
<!--Information displayed about the current file versioning configuration in the folder activity-->
<string name="trashcan_versioning_info">整理後:%1$s</string>
<string name="staggered_versioning_info">最長保留時間:%1$d
\n版本控制路徑%2$s</string>
<string name="external_versioning_info">指令:%1$s</string>
<string name="simple_versioning_info">保留版本:%1$s</string>
<string name="show_device_id">顯示裝置識別碼</string>
<!--error message if the deviceID/QRCode dialog for some reason cannot be displayed.-->
<string name="could_not_access_deviceid">無法存取裝置識別碼</string>
<string name="browse">瀏覽</string>
<string name="no_sub_folder_is_selected">無子資料夾被選擇</string>
<string name="share_device_id_chooser">分享裝置識別代碼</string>
</resources>