diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-04-22 00:11:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-04-22 00:11:51 +0000 |
commit | 74b5ab8d3977600be180d792a03ae40468912ac1 (patch) | |
tree | 28b0e80b5442a6c078dcc1ee70d0641cbbb088e6 /lib/l10n/zh_TW.js | |
parent | 6b5132502e661e108a2862fa2ed631f88bc5e9dc (diff) | |
download | nextcloud-server-74b5ab8d3977600be180d792a03ae40468912ac1.tar.gz nextcloud-server-74b5ab8d3977600be180d792a03ae40468912ac1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index b5e357b2576..62a3044c23b 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" : "檔案名稱是保留字", @@ -55,6 +60,10 @@ OC.L10N.register( "Unknown user" : "未知的使用者", "APCu" : "APCu", "Redis" : "Redis", + "Create" : "建立", + "Change" : "更改", + "Delete" : "刪除", + "Share" : "分享", "Basic settings" : "基本設定", "Sharing" : "分享", "Security" : "安全性", @@ -216,6 +225,13 @@ 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" : "管理", + "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\" 無法被安裝" }, "nplurals=1; plural=0;"); |