diff options
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 34 |
1 files changed, 25 insertions, 9 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index f37dca588ca..280d1c5c180 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -5,8 +5,8 @@ OC.L10N.register( "This can usually be fixed by giving the webserver write access to the config directory" : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題", "See %s" : "見 %s", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題,詳見 %s", - "Sample configuration detected" : "偵測到範本設定", - "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "看來您直接複製了範本設定來使用,這可能會毀掉你的安裝,請閱讀說明文件後對 config.php 進行適當的修改", + "Sample configuration detected" : "您目前正在使用範例設定", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "您似乎直接複製了範例設定來使用,這樣的安裝很可能會無法運作,請閱讀說明文件後對 config.php 進行適當的修改", "%1$s and %2$s" : "%1$s 和 %2$s", "%1$s, %2$s and %3$s" : "%1$s, %2$s 和 %3$s", "PHP %s or higher is required." : "需要 PHP %s 或更高版本", @@ -20,6 +20,7 @@ OC.L10N.register( "Following platforms are supported: %s" : "支援下列平台: %s", "Server version %s or higher is required." : "需要伺服器版本 %s 或更高", "Server version %s or lower is required." : "需要伺服器版本 %s 或更低", + "Logged in user must be an admin" : "登入的使用者必須有管理員權限", "Unknown filetype" : "未知的檔案類型", "Invalid image" : "無效的圖片", "Avatar image is not square" : "頭像不是正方形", @@ -34,9 +35,13 @@ OC.L10N.register( "_%n month ago_::_%n months ago_" : ["%n 個月前"], "next year" : "明年", "last year" : "去年", - "_%n year ago_::_%n years ago_" : ["%n 幾年前"], + "_in %n year_::_in %n years_" : ["%n 年後"], + "_%n year ago_::_%n years ago_" : ["%n 年前"], + "_in %n hour_::_in %n hours_" : ["%n 小時後"], "_%n hour ago_::_%n hours ago_" : ["%n 小時前"], + "_in %n minute_::_in %n minutes_" : ["%n 分鐘後"], "_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"], + "in a few seconds" : "幾秒後", "seconds ago" : "幾秒前", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員", "File name is a reserved word" : "檔案名稱是保留字", @@ -46,6 +51,7 @@ OC.L10N.register( "Empty filename is not allowed" : "不允許空白的檔名", "App \"%s\" cannot be installed because appinfo file cannot be read." : "應用程式 \"%s\" 無法安裝,因為無法讀取 appinfo 檔案。", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "應用程式 \"%s\" 無法安裝,因為該應用程式不相容於目前版本的伺服器。", + "__language_name__" : "正體中文(臺灣)", "This is an automatically sent email, please do not reply." : "此為自動寄送的電子郵件,請不要回覆。", "Help" : "說明", "Apps" : "應用程式", @@ -53,18 +59,17 @@ OC.L10N.register( "Log out" : "登出", "Users" : "使用者", "Unknown user" : "未知的使用者", - "APCu" : "APCu", - "Redis" : "Redis", + "Create" : "建立", + "Change" : "更改", + "Delete" : "刪除", + "Share" : "分享", "Basic settings" : "基本設定", "Sharing" : "分享", "Security" : "安全性", "Encryption" : "加密", "Additional settings" : "其他設定", - "Tips & tricks" : "使用祕訣", "Personal info" : "個人資訊", - "Sync clients" : "同步客戶端", "Unlimited" : "無限", - "__language_name__" : "__language_name__", "Verifying" : "驗證中", "Verifying …" : "驗證中…", "Verify" : "驗證", @@ -216,6 +221,17 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s", "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", - "Storage connection timeout. %s" : "儲存空間連線逾時。%s" + "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Personal" : "個人", + "Admin" : "管理", + "APCu" : "APCu", + "Redis" : "Redis", + "Tips & tricks" : "使用祕訣", + "DB Error: \"%s\"" : "資料庫錯誤: %s", + "Offending command was: \"%s\"" : "有問題的指令: %s", + "Offending command was: \"%s\", name: %s, password: %s" : "有問題的指令: %s,名字: %s,密碼: %s", + "No app name specified" : "沒有指定應用程式名稱", + "App '%s' could not be installed!" : "應用程式 \"%s\" 無法被安裝", + "Sync clients" : "同步客戶端" }, "nplurals=1; plural=0;"); |