nextcloud/core/l10n/zh_TW.php

138 lines
7.5 KiB
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2013-01-11 03:06:14 +04:00
"Category type not provided." => "未提供分類類型。",
"No category to add?" => "沒有可增加的分類?",
2013-02-11 03:04:49 +04:00
"This category already exists: %s" => "分類已經存在: %s",
2012-12-08 03:10:53 +04:00
"Object type not provided." => "不支援的物件類型",
2013-01-11 03:06:14 +04:00
"%s ID not provided." => "未提供 %s ID 。",
"Error adding %s to favorites." => "加入 %s 到最愛時發生錯誤。",
"No categories selected for deletion." => "沒有選擇要刪除的分類。",
"Error removing %s from favorites." => "從最愛移除 %s 時發生錯誤。",
2013-01-29 03:06:20 +04:00
"Sunday" => "週日",
"Monday" => "週一",
"Tuesday" => "週二",
"Wednesday" => "週三",
"Thursday" => "週四",
"Friday" => "週五",
"Saturday" => "週六",
"January" => "一月",
"February" => "二月",
"March" => "三月",
"April" => "四月",
"May" => "五月",
"June" => "六月",
"July" => "七月",
"August" => "八月",
"September" => "九月",
"October" => "十月",
"November" => "十一月",
"December" => "十二月",
2012-08-01 00:57:24 +04:00
"Settings" => "設定",
2012-11-09 03:03:49 +04:00
"seconds ago" => "幾秒前",
"1 minute ago" => "1 分鐘前",
2012-11-28 03:11:21 +04:00
"{minutes} minutes ago" => "{minutes} 分鐘前",
2013-04-27 04:24:29 +04:00
"1 hour ago" => "1 小時之前",
2013-01-11 03:06:14 +04:00
"{hours} hours ago" => "{hours} 小時前",
2012-11-09 03:03:49 +04:00
"today" => "今天",
"yesterday" => "昨天",
2012-11-28 03:11:21 +04:00
"{days} days ago" => "{days} 天前",
2012-11-09 03:03:49 +04:00
"last month" => "上個月",
2012-11-28 03:11:21 +04:00
"{months} months ago" => "{months} 個月前",
2012-11-09 03:03:49 +04:00
"months ago" => "幾個月前",
"last year" => "去年",
"years ago" => "幾年前",
2013-04-15 04:12:43 +04:00
"Choose" => "選擇",
2013-05-24 04:02:43 +04:00
"Cancel" => "取消",
2013-05-28 04:07:51 +04:00
"Error loading file picker template" => "載入檔案選擇器樣板發生錯誤",
2013-04-15 04:12:43 +04:00
"Yes" => "",
"No" => "",
2013-05-24 04:02:43 +04:00
"Ok" => "",
2013-01-11 03:06:14 +04:00
"The object type is not specified." => "未指定物件類型。",
2012-09-01 04:04:00 +04:00
"Error" => "錯誤",
2013-01-11 03:06:14 +04:00
"The app name is not specified." => "沒有指定 app 名稱。",
"The required file {file} is not installed!" => "沒有安裝所需的檔案 {file} ",
2013-02-02 03:08:15 +04:00
"Shared" => "已分享",
2013-02-13 03:05:40 +04:00
"Share" => "分享",
2012-11-28 03:11:21 +04:00
"Error while sharing" => "分享時發生錯誤",
2012-12-08 03:10:53 +04:00
"Error while unsharing" => "取消分享時發生錯誤",
2013-01-10 03:05:53 +04:00
"Error while changing permissions" => "修改權限時發生錯誤",
"Shared with you and the group {group} by {owner}" => "{owner} 分享給您和 {group}",
2012-11-29 03:04:57 +04:00
"Shared with you by {owner}" => "{owner} 已經和您分享",
2013-01-11 03:06:14 +04:00
"Share with" => "與...分享",
2012-11-29 03:04:57 +04:00
"Share with link" => "使用連結分享",
2012-11-28 03:11:21 +04:00
"Password protect" => "密碼保護",
2012-09-22 03:18:31 +04:00
"Password" => "密碼",
2013-01-11 03:06:14 +04:00
"Email link to person" => "將連結 email 給別人",
"Send" => "寄出",
2012-11-28 03:11:21 +04:00
"Set expiration date" => "設置到期日",
"Expiration date" => "到期日",
2013-04-15 04:12:43 +04:00
"Share via email:" => "透過電子郵件分享:",
2013-01-10 03:05:53 +04:00
"No people found" => "沒有找到任何人",
"Resharing is not allowed" => "不允許重新分享",
2012-11-29 03:04:57 +04:00
"Shared in {item} with {user}" => "已和 {user} 分享 {item}",
2012-10-25 04:11:53 +04:00
"Unshare" => "取消共享",
2012-11-28 03:11:21 +04:00
"can edit" => "可編輯",
"access control" => "存取控制",
2012-10-25 04:11:53 +04:00
"create" => "建立",
2012-11-28 03:11:21 +04:00
"update" => "更新",
"delete" => "刪除",
"share" => "分享",
2013-01-11 03:06:14 +04:00
"Password protected" => "受密碼保護",
2013-01-10 03:05:53 +04:00
"Error unsetting expiration date" => "解除過期日設定失敗",
2012-11-28 03:11:21 +04:00
"Error setting expiration date" => "錯誤的到期日設定",
2013-04-15 04:12:43 +04:00
"Sending ..." => "正在傳送...",
2013-01-11 03:06:14 +04:00
"Email sent" => "Email 已寄出",
2013-02-02 03:08:15 +04:00
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "升級失敗,請將此問題回報 <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud 社群</a>。",
"The update was successful. Redirecting you to ownCloud now." => "升級成功,正將您重新導向至 ownCloud 。",
2012-05-13 21:59:44 +04:00
"ownCloud password reset" => "ownCloud 密碼重設",
2013-04-15 04:12:43 +04:00
"Use the following link to reset your password: {link}" => "請至以下連結重設您的密碼: {link}",
2013-05-12 04:05:29 +04:00
"The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "重設密碼的連結已經寄至您的電子郵件信箱,如果您過了一段時間還是沒有收到它,請檢查看看它是不是被放到垃圾郵件了,如果還是沒有的話,請聯絡您的 ownCloud 系統管理員。",
"Request failed!<br>Did you make sure your email/username was right?" => "請求失敗!<br>您確定填入的電子郵件地址或是帳號名稱是正確的嗎?",
2013-01-11 03:06:14 +04:00
"You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到你的電子郵件信箱。",
2012-05-09 14:41:01 +04:00
"Username" => "使用者名稱",
2013-01-11 03:06:14 +04:00
"Request reset" => "請求重設",
2013-04-15 04:12:43 +04:00
"Your password was reset" => "您的密碼已重設",
2012-05-09 14:41:01 +04:00
"To login page" => "至登入頁面",
"New password" => "新密碼",
"Reset password" => "重設密碼",
"Personal" => "個人",
"Users" => "使用者",
"Apps" => "應用程式",
2013-04-27 04:24:29 +04:00
"Admin" => "管理",
"Help" => "說明",
2013-01-11 03:06:14 +04:00
"Access forbidden" => "存取被拒",
2013-04-20 04:02:09 +04:00
"Cloud not found" => "未發現雲端",
2013-06-16 04:07:45 +04:00
"web services under your control" => "由您控制的網路服務",
2012-05-13 21:59:44 +04:00
"Edit categories" => "編輯分類",
2013-01-11 03:06:14 +04:00
"Add" => "增加",
2012-10-25 04:11:53 +04:00
"Security Warning" => "安全性警告",
2013-04-15 04:12:43 +04:00
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "您的 PHP 版本無法抵抗 NULL Byte 攻擊 (CVE-2006-7243)",
"Please update your PHP installation to use ownCloud securely." => "請更新您的 PHP 安裝以更安全地使用 ownCloud 。",
2013-01-11 03:06:14 +04:00
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "沒有可用的亂數產生器,請啟用 PHP 中的 OpenSSL 擴充功能。",
2013-01-10 03:05:53 +04:00
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "若沒有安全的亂數產生器,攻擊者可能可以預測密碼重設信物,然後控制您的帳戶。",
2013-02-11 03:04:49 +04:00
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "您的資料目錄看起來可以被 Internet 公開存取,因為 .htaccess 設定並未生效。",
"For information how to properly configure your server, please see the <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">documentation</a>." => "請參考<a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">說明文件</a>以瞭解如何正確設定您的伺服器。",
2012-05-09 14:41:01 +04:00
"Create an <strong>admin account</strong>" => "建立一個<strong>管理者帳號</strong>",
"Advanced" => "進階",
"Data folder" => "資料夾",
"Configure the database" => "設定資料庫",
"will be used" => "將會使用",
"Database user" => "資料庫使用者",
"Database password" => "資料庫密碼",
"Database name" => "資料庫名稱",
2012-09-01 04:04:00 +04:00
"Database tablespace" => "資料庫 tablespace",
2012-05-09 14:41:01 +04:00
"Database host" => "資料庫主機",
"Finish setup" => "完成設定",
2013-05-12 04:05:29 +04:00
"%s is available. Get more information on how to update." => "%s 已經釋出,瞭解更多資訊以進行更新。",
2012-05-09 14:41:01 +04:00
"Log out" => "登出",
2013-01-10 03:05:53 +04:00
"Automatic logon rejected!" => "自動登入被拒!",
"If you did not change your password recently, your account may be compromised!" => "如果您最近並未更改密碼,您的帳號可能已經遭到入侵!",
2013-04-15 04:12:43 +04:00
"Please change your password to secure your account again." => "請更改您的密碼以再次取得您帳戶的控制權。",
2013-01-11 03:06:14 +04:00
"Lost your password?" => "忘記密碼?",
2012-05-09 14:41:01 +04:00
"remember" => "記住",
"Log in" => "登入",
2013-02-11 03:04:49 +04:00
"Alternative Logins" => "替代登入方法",
2012-05-09 14:41:01 +04:00
"prev" => "上一頁",
2012-11-28 03:11:21 +04:00
"next" => "下一頁",
2013-01-15 03:05:10 +04:00
"Updating ownCloud to version %s, this may take a while." => "正在將 Owncloud 升級至版本 %s ,這可能需要一點時間。"
2012-05-09 14:41:01 +04:00
);