110 lines
3.9 KiB
PHP
110 lines
3.9 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"No category to add?" => "無分類添加?",
|
|
"This category already exists: " => "此分類已經存在:",
|
|
"Object type not provided." => "不支援的物件類型",
|
|
"No categories selected for deletion." => "沒選擇要刪除的分類",
|
|
"Settings" => "設定",
|
|
"seconds ago" => "幾秒前",
|
|
"1 minute ago" => "1 分鐘前",
|
|
"{minutes} minutes ago" => "{minutes} 分鐘前",
|
|
"1 hour ago" => "1 個小時前",
|
|
"{hours} hours ago" => "{hours} 個小時前",
|
|
"today" => "今天",
|
|
"yesterday" => "昨天",
|
|
"{days} days ago" => "{days} 天前",
|
|
"last month" => "上個月",
|
|
"{months} months ago" => "{months} 個月前",
|
|
"months ago" => "幾個月前",
|
|
"last year" => "去年",
|
|
"years ago" => "幾年前",
|
|
"Choose" => "選擇",
|
|
"Cancel" => "取消",
|
|
"No" => "No",
|
|
"Yes" => "Yes",
|
|
"Ok" => "Ok",
|
|
"Error" => "錯誤",
|
|
"The app name is not specified." => "沒有詳述APP名稱.",
|
|
"Error while sharing" => "分享時發生錯誤",
|
|
"Error while unsharing" => "取消分享時發生錯誤",
|
|
"Shared with you by {owner}" => "{owner} 已經和您分享",
|
|
"Share with" => "與分享",
|
|
"Share with link" => "使用連結分享",
|
|
"Password protect" => "密碼保護",
|
|
"Password" => "密碼",
|
|
"Set expiration date" => "設置到期日",
|
|
"Expiration date" => "到期日",
|
|
"Share via email:" => "透過email分享:",
|
|
"Shared in {item} with {user}" => "已和 {user} 分享 {item}",
|
|
"Unshare" => "取消共享",
|
|
"can edit" => "可編輯",
|
|
"access control" => "存取控制",
|
|
"create" => "建立",
|
|
"update" => "更新",
|
|
"delete" => "刪除",
|
|
"share" => "分享",
|
|
"Password protected" => "密碼保護",
|
|
"Error setting expiration date" => "錯誤的到期日設定",
|
|
"ownCloud password reset" => "ownCloud 密碼重設",
|
|
"Use the following link to reset your password: {link}" => "請循以下聯結重設你的密碼: (聯結) ",
|
|
"You will receive a link to reset your password via Email." => "重設密碼的連結將會寄到你的電子郵件信箱",
|
|
"Reset email send." => "重設郵件已送出.",
|
|
"Request failed!" => "請求失敗!",
|
|
"Username" => "使用者名稱",
|
|
"Request reset" => "要求重設",
|
|
"Your password was reset" => "你的密碼已重設",
|
|
"To login page" => "至登入頁面",
|
|
"New password" => "新密碼",
|
|
"Reset password" => "重設密碼",
|
|
"Personal" => "個人",
|
|
"Users" => "使用者",
|
|
"Apps" => "應用程式",
|
|
"Admin" => "管理者",
|
|
"Help" => "幫助",
|
|
"Access forbidden" => "禁止存取",
|
|
"Cloud not found" => "未發現雲",
|
|
"Edit categories" => "編輯分類",
|
|
"Add" => "添加",
|
|
"Security Warning" => "安全性警告",
|
|
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "沒有可用的隨機數字產生器, 請啟用 PHP 中 OpenSSL 擴充功能.",
|
|
"Create an <strong>admin account</strong>" => "建立一個<strong>管理者帳號</strong>",
|
|
"Advanced" => "進階",
|
|
"Data folder" => "資料夾",
|
|
"Configure the database" => "設定資料庫",
|
|
"will be used" => "將會使用",
|
|
"Database user" => "資料庫使用者",
|
|
"Database password" => "資料庫密碼",
|
|
"Database name" => "資料庫名稱",
|
|
"Database tablespace" => "資料庫 tablespace",
|
|
"Database host" => "資料庫主機",
|
|
"Finish setup" => "完成設定",
|
|
"Sunday" => "週日",
|
|
"Monday" => "週一",
|
|
"Tuesday" => "週二",
|
|
"Wednesday" => "週三",
|
|
"Thursday" => "週四",
|
|
"Friday" => "週五",
|
|
"Saturday" => "週六",
|
|
"January" => "一月",
|
|
"February" => "二月",
|
|
"March" => "三月",
|
|
"April" => "四月",
|
|
"May" => "五月",
|
|
"June" => "六月",
|
|
"July" => "七月",
|
|
"August" => "八月",
|
|
"September" => "九月",
|
|
"October" => "十月",
|
|
"November" => "十一月",
|
|
"December" => "十二月",
|
|
"web services under your control" => "網路服務已在你控制",
|
|
"Log out" => "登出",
|
|
"Lost your password?" => "忘記密碼?",
|
|
"remember" => "記住",
|
|
"Log in" => "登入",
|
|
"You are logged out." => "你已登出",
|
|
"prev" => "上一頁",
|
|
"next" => "下一頁",
|
|
"Security Warning!" => "安全性警告!",
|
|
"Verify" => "驗證"
|
|
);
|