diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 02:04:00 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 02:04:00 +0200 |
commit | ab090d5277a836667d71e09d1ac5288de85a5434 (patch) | |
tree | 3c2fa3ef21ed24a0efabb2c1985ae6a4e0508b9b /lib/l10n/zh_TW.php | |
parent | efa0478d2d6c78639d5839c9014f25dac1f11d98 (diff) | |
download | nextcloud-server-ab090d5277a836667d71e09d1ac5288de85a5434.tar.gz nextcloud-server-ab090d5277a836667d71e09d1ac5288de85a5434.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.php')
-rw-r--r-- | lib/l10n/zh_TW.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.php b/lib/l10n/zh_TW.php new file mode 100644 index 00000000000..008c9483a00 --- /dev/null +++ b/lib/l10n/zh_TW.php @@ -0,0 +1,25 @@ +<?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." => "選擇的檔案太大以致於無法產生壓縮檔", +"Application is not enabled" => "應用程式未啟用", +"Authentication error" => "認證錯誤", +"Token expired. Please reload page." => "Token 過期. 請重新整理頁面", +"seconds ago" => "幾秒前", +"1 minute ago" => "1 分鐘前", +"%d minutes ago" => "%d 分鐘前", +"today" => "今天", +"yesterday" => "昨天", +"%d days ago" => "%d 天前", +"last month" => "上個月", +"months ago" => "幾個月前", +"last year" => "去年", +"years ago" => "幾年前" +); |