diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-12-07 11:35:24 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-12-07 11:35:57 +0100 |
commit | 89cd8a3fc75f9b96d295ae4292ee92102c3138a6 (patch) | |
tree | aab017f29362c92e5a3e28c5b84960ee6e0072ea /lib/l10n/zh_TW.php | |
parent | 8bb62e74bd14e4fec6ed1cd371d21af0f618076b (diff) | |
parent | c487d9fc7e5b1c31069819cc8adc920ab9660513 (diff) | |
download | nextcloud-server-89cd8a3fc75f9b96d295ae4292ee92102c3138a6.tar.gz nextcloud-server-89cd8a3fc75f9b96d295ae4292ee92102c3138a6.zip |
Merge branch 'master' into doctrine
Conflicts:
lib/base.php
lib/db.php
Diffstat (limited to 'lib/l10n/zh_TW.php')
-rw-r--r-- | lib/l10n/zh_TW.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/l10n/zh_TW.php b/lib/l10n/zh_TW.php index c9a26a53b2a..4dbf89c2e0e 100644 --- a/lib/l10n/zh_TW.php +++ b/lib/l10n/zh_TW.php @@ -12,17 +12,23 @@ "Application is not enabled" => "應用程式未啟用", "Authentication error" => "認證錯誤", "Token expired. Please reload page." => "Token 過期. 請重新整理頁面", +"Files" => "檔案", +"Text" => "文字", +"Images" => "圖片", "seconds ago" => "幾秒前", "1 minute ago" => "1 分鐘前", "%d minutes ago" => "%d 分鐘前", +"1 hour ago" => "1小時之前", +"%d hours ago" => "%d小時之前", "today" => "今天", "yesterday" => "昨天", "%d days ago" => "%d 天前", "last month" => "上個月", -"months ago" => "幾個月前", +"%d months ago" => "%d個月之前", "last year" => "去年", "years ago" => "幾年前", "%s is available. Get <a href=\"%s\">more information</a>" => "%s 已經可用. 取得 <a href=\"%s\">更多資訊</a>", "up to date" => "最新的", -"updates check is disabled" => "檢查更新已停用" +"updates check is disabled" => "檢查更新已停用", +"Could not find category \"%s\"" => "找不到分類-\"%s\"" ); |