2012-09-01 04:04:00 +04:00
< ? php $TRANSLATIONS = array (
" Help " => " 說明 " ,
" Personal " => " 個人 " ,
" Settings " => " 設定 " ,
" Users " => " 使用者 " ,
" Apps " => " 應用程式 " ,
" Admin " => " 管理 " ,
" ZIP download is turned off. " => " ZIP 下載已關閉 " ,
" Files need to be downloaded one by one. " => " 檔案需要逐一下載 " ,
" Back to Files " => " 回到檔案列表 " ,
" Selected files too large to generate zip file. " => " 選擇的檔案太大以致於無法產生壓縮檔 " ,
2013-01-24 03:07:38 +04:00
" couldn't be determined " => " 無法判斷 " ,
2012-09-01 04:04:00 +04:00
" Application is not enabled " => " 應用程式未啟用 " ,
" Authentication error " => " 認證錯誤 " ,
2013-01-24 03:07:38 +04:00
" Token expired. Please reload page. " => " Token 過期,請重新整理頁面。 " ,
2012-10-25 04:11:53 +04:00
" Files " => " 檔案 " ,
" Text " => " 文字 " ,
2012-11-27 03:10:47 +04:00
" Images " => " 圖片 " ,
2013-03-27 03:11:05 +04:00
" Set an admin username. " => " 設置一個管理員用戶名。 " ,
" Set an admin password. " => " 設置一個管理員密碼。 " ,
" PostgreSQL username and/or password not valid " => " PostgreSQL用戶名和/或密碼無效 " ,
" You need to enter either an existing account or the administrator. " => " 您必須輸入一個現有的賬戶或管理員 " ,
" Oracle username and/or password not valid " => " Oracle用戶名和/或密碼無效 " ,
" MySQL username and/or password not valid " => " MySQL用戶名和/或密碼無效 " ,
2013-02-11 03:04:49 +04:00
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " 您的網頁伺服器尚未被正確設定來進行檔案同步,因為您的 WebDAV 界面似乎無法使用。 " ,
" Please double check the <a href='%s'>installation guides</a>. " => " 請參考<a href='%s'>安裝指南</a>。 " ,
2012-09-01 04:04:00 +04:00
" seconds ago " => " 幾秒前 " ,
" 1 minute ago " => " 1 分鐘前 " ,
" %d minutes ago " => " %d 分鐘前 " ,
2013-01-24 03:07:38 +04:00
" 1 hour ago " => " 1 小時之前 " ,
" %d hours ago " => " %d 小時之前 " ,
2012-09-01 04:04:00 +04:00
" today " => " 今天 " ,
" yesterday " => " 昨天 " ,
" %d days ago " => " %d 天前 " ,
" last month " => " 上個月 " ,
2013-01-24 03:07:38 +04:00
" %d months ago " => " %d 個月之前 " ,
2012-09-01 04:04:00 +04:00
" last year " => " 去年 " ,
2012-09-02 04:02:53 +04:00
" years ago " => " 幾年前 " ,
2013-01-24 03:07:38 +04:00
" %s is available. Get <a href= \" %s \" >more information</a> " => " %s 已經可用。取得 <a href= \" %s \" >更多資訊</a> " ,
2012-09-02 04:02:53 +04:00
" up to date " => " 最新的 " ,
2012-11-27 03:10:47 +04:00
" updates check is disabled " => " 檢查更新已停用 " ,
2013-01-24 03:07:38 +04:00
" Could not find category \" %s \" " => " 找不到分類: \" %s \" "
2012-09-01 04:04:00 +04:00
);