diff options
Diffstat (limited to 'settings/l10n/zh_TW.php')
-rw-r--r-- | settings/l10n/zh_TW.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index 82e02725d43..f7c834c5d82 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Email sent" => "Email 已寄出", "Encryption" => "加密", "Unable to load list from App Store" => "無法從 App Store 讀取清單", "Authentication error" => "認證錯誤", @@ -47,6 +48,8 @@ $TRANSLATIONS = array( "A valid password must be provided" => "一定要提供一個有效的密碼", "Warning: Home directory for user \"{user}\" already exists" => "警告:使用者 {user} 的家目錄已經存在", "__language_name__" => "__language_name__", +"None" => "無", +"Login" => "登入", "Security Warning" => "安全性警告", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "您的資料目錄 (Data Directory) 和檔案可能可以由網際網路上面公開存取。Owncloud 所提供的 .htaccess 設定檔並未生效,我們強烈建議您設定您的網頁伺服器以防止資料目錄被公開存取,或將您的資料目錄移出網頁伺服器的 document root 。", "Setup Warning" => "設定警告", @@ -78,6 +81,9 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "強制啟用 HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "強迫用戶端使用加密連線連接到 %s", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "請使用 HTTPS 連線到 %s 以啓用或停用強制 SSL 加密。", +"Server address" => "伺服器位址", +"Port" => "連接埠", +"Credentials" => "認證", "Log" => "紀錄", "Log level" => "紀錄層級", "More" => "更多", @@ -110,6 +116,7 @@ $TRANSLATIONS = array( "Select new from Files" => "從已上傳的檔案中選一個", "Remove image" => "移除圖片", "Either png or jpg. Ideally square but you will be able to crop it." => "可以使用 png 或 jpg 格式,最好是方形的,但是您之後也可以裁剪它", +"Cancel" => "取消", "Choose as profile image" => "設定為大頭貼", "Language" => "語言", "Help translate" => "幫助翻譯", |