57 lines
3.2 KiB
PHP
57 lines
3.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Unable to load list from App Store" => "無法從 App Store 讀取清單",
|
|
"Group already exists" => "群組已存在",
|
|
"Unable to add group" => "群組增加失敗",
|
|
"Could not enable app. " => "未能啟動此app",
|
|
"Email saved" => "Email已儲存",
|
|
"Invalid email" => "無效的email",
|
|
"OpenID Changed" => "OpenID 已變更",
|
|
"Invalid request" => "無效請求",
|
|
"Unable to delete group" => "群組刪除錯誤",
|
|
"Authentication error" => "認證錯誤",
|
|
"Unable to delete user" => "使用者刪除錯誤",
|
|
"Language changed" => "語言已變更",
|
|
"Unable to add user to group %s" => "使用者加入群組%s錯誤",
|
|
"Unable to remove user from group %s" => "使用者移出群組%s錯誤",
|
|
"Disable" => "停用",
|
|
"Enable" => "啟用",
|
|
"Saving..." => "儲存中...",
|
|
"__language_name__" => "__語言_名稱__",
|
|
"Add your App" => "添加你的 App",
|
|
"More Apps" => "更多Apps",
|
|
"Select an App" => "選擇一個應用程式",
|
|
"See application page at apps.owncloud.com" => "查看應用程式頁面於 apps.owncloud.com",
|
|
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-核准: <span class=\"author\"></span>",
|
|
"Documentation" => "文件",
|
|
"Managing Big Files" => "管理大檔案",
|
|
"Ask a question" => "提問",
|
|
"Problems connecting to help database." => "連接到求助資料庫時發生問題",
|
|
"Go there manually." => "手動前往",
|
|
"Answer" => "答案",
|
|
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "您已經使用了 <strong>%s</strong> ,目前可用空間為 <strong>%s</strong>",
|
|
"Desktop and Mobile Syncing Clients" => "桌機與手機同步客戶端",
|
|
"Download" => "下載",
|
|
"Your password was changed" => "你的密碼已更改",
|
|
"Unable to change your password" => "無法變更你的密碼",
|
|
"Current password" => "目前密碼",
|
|
"New password" => "新密碼",
|
|
"show" => "顯示",
|
|
"Change password" => "變更密碼",
|
|
"Email" => "電子郵件",
|
|
"Your email address" => "你的電子郵件信箱",
|
|
"Fill in an email address to enable password recovery" => "請填入電子郵件信箱以便回復密碼",
|
|
"Language" => "語言",
|
|
"Help translate" => "幫助翻譯",
|
|
"use this address to connect to your ownCloud in your file manager" => "使用這個位址去連接到你的私有雲檔案管理員",
|
|
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 社區</a>開發,<a href=\"https://github.com/owncloud\" target=\"_blank\">源代碼</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>許可證下發布。",
|
|
"Name" => "名稱",
|
|
"Password" => "密碼",
|
|
"Groups" => "群組",
|
|
"Create" => "創造",
|
|
"Default Quota" => "預設容量限制",
|
|
"Other" => "其他",
|
|
"Group Admin" => "群組 管理員",
|
|
"Quota" => "容量限制",
|
|
"Delete" => "刪除"
|
|
);
|