1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-24 05:11:15 +00:00
syncthing-android/src/main/res/values-zh_TW/strings.xml

158 lines
7.7 KiB
XML
Raw Normal View History

<?xml version='1.0' encoding='UTF-8'?>
2014-09-28 21:48:43 +00:00
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Syncthing</string>
2014-09-28 21:48:43 +00:00
<string name="app_description">一個開放的、值得信賴的、分散式的專有服務取代品。</string>
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<!--Title of the "share device id" menu action-->
<!--Shown in the chooser dialog when sharing a Device ID-->
2014-10-08 18:36:31 +00:00
<!--Text for FoldersFragment and DevicesFragment loading view-->
<string name="api_loading">正在等待 API</string>
2014-10-08 18:36:31 +00:00
<!--FoldersFragment-->
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
<!--Shown if no folders exist-->
<!--Format string for folder file count-->
<string name="files">%1$d / %2$d 個檔案</string>
<!--DevicesFragment-->
<!--Shown if no devices exist-->
<!--Indicates that a folder is fully synced to the local device-->
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
<!--Indicates that there is no connection to the device-->
<!--Title for current download rate-->
<string name="download_title">下載</string>
<!--Title for current upload rate-->
<string name="upload_title">上載</string>
<!--LocalDeviceInfoFragment-->
<!--ActionBar title shown when the drawer is open-->
<string name="system_info">系統資訊</string>
<!--Same as download_title with a colon and space appended-->
<string name="download_title_colon">下載:\u0020</string>
<!--Same as upload_title with a colon and space appended-->
<string name="upload_title_colon">上載:\u0020</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>
<!--FolderSettingsFragment-->
<!--Setting title-->
<!--Setting title-->
<string name="directory">資料夾</string>
<!--Setting title-->
2014-09-28 21:48:43 +00:00
<string name="rescan_interval">重新掃描間隔</string>
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<string name="file_versioning">檔案版本控制</string>
<!--Setting title-->
<string name="keep_versions">保留版本數</string>
<!--Setting title-->
<!--Title for FolderSettingsFragment in create mode-->
<!--Title for FolderSettingsFragment in edit mode-->
<!--Menu item to confirm folder creation-->
<string name="create">建立</string>
<!--Dialog shown when attempting to delete a folder-->
<!--Toast shown when trying to create a folder with an empty ID-->
<!--Toast shown when trying to create a folder with an empty path-->
2014-10-08 18:36:31 +00:00
<!--Toast shown when selecting 'devices' if no devices have been added-->
<!--DeviceSettingsFragment-->
<!--Setting title-->
<!--Setting title-->
<string name="name">名稱</string>
<!--Setting title-->
<string name="addresses">位址</string>
<!--Setting title-->
<string name="current_address">目前位址</string>
<!--Setting title-->
2014-09-28 21:48:43 +00:00
<string name="compression">壓縮</string>
<!--ActionBar item-->
<!--Title for DeviceSettingsFragment in create mode-->
<!--Menu item to confirm adding a device-->
<string name="add">增加</string>
<!--Title for DeviceSettingsFragment in edit mode-->
<!--Dialog shown when attempting to delete a device-->
<!--Toast shown when trying to create a device with an empty ID-->
<!--Toast shown when trying to create a device with an empty name-->
<!--Content description for device ID qr code icon-->
<string name="scan_qr_code_description">掃描 QR Code</string>
<!--Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException-->
<!--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>
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<string name="web_gui_creating_key">正在產生金鑰。這可能需要一些時間。</string>
<!--Title for dialog displayed on first start-->
<string name="welcome_title">初次開始</string>
<!--Text for dialog displayed on first start-->
<string name="welcome_text">歡迎來到 Syncthing for Android!\n\n\
此 app 目前正處於 Alpha 階段,且您可能遭遇程式錯誤、效能問題或資料遺失。\n\n\
2014-09-28 21:48:43 +00:00
若遇到問題請您透過 Github 回報。</string>
<!--SettingsFragment-->
<!--Activity title-->
<string name="settings_title">設定</string>
2014-10-01 10:05:29 +00:00
<!--Preference title-->
<string name="always_run_in_background">永遠在背景執行</string>
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
2014-09-28 21:48:43 +00:00
<string name="sync_only_charging">只在充電時同步</string>
<string name="sync_only_wifi">只透過 Wi-Fi 網路同步</string>
<!--Title for the preference to set STTRACE parameters-->
<string name="sttrace_title">除錯選項</string>
<!--Settings item that opens issue tracker-->
2014-10-08 18:36:31 +00:00
<string name="report_issue_title">回報問題</string>
<!--Summary for the issue tracker settings item-->
2014-10-08 18:36:31 +00:00
<string name="report_issue_summary">開啟 Syncthing-Android 問題追蹤器</string>
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
<string name="syncthing_version_title">Syncthing 版本</string>
<!--FolderPickerAcitivity-->
<!--Activity title-->
<string name="folder_picker_title">資料夾選擇器</string>
<!--ListView empty text-->
<string name="directory_empty">資料夾為空</string>
2014-10-08 18:36:31 +00:00
<!--Menu item to create folder on the file system-->
<!--Menu item to select the current folder-->
<string name="select_folder">選擇資料夾</string>
<!--SyncthingService-->
<!--Title of the dialog shown when the syncthing binary returns an error-->
<string name="binary_crashed_title">Syncthing 二進制檔案已損毀</string>
<!--Message of the dialog shown when the syncthing binary returns an error-->
2014-10-01 10:05:29 +00:00
<string name="binary_crashed_message">Syncthing 二進制檔案以錯誤碼 %1$d 退出。\n\n
若此錯誤持續發生,請試著重新啟動您的裝置。</string>
2014-09-28 21:48:43 +00:00
<!--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>
2014-10-01 10:05:29 +00:00
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
2014-09-28 21:48:43 +00:00
<string name="exit">離開</string>
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
<string name="restart_title">需要重新啟動</string>
<!--Text of the notification shown when a restart is needed-->
<string name="restart_notification_text">按此以重新啟動 syncthing</string>
<!--Text for the dismiss button of the restart Activity-->
<string name="restart_later">稍後重新啟動</string>
<!--Shown when a device ID is copied to the clipboard-->
<!--Strings representing units for file sizes, from smallest to largest-->
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
<!--Strings representing units for transfer rates, from smallest to largest-->
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
</string-array>
</resources>