diff options
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index d930f9e491c..13ebf305a9b 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -7,10 +7,6 @@ OC.L10N.register( "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "%s允許網頁伺服器寫入設定目錄%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 進行適當的修改", - "You are not allowed to share %s" : "你不被允許分享 %s", - "Cannot increase permissions of %s" : "無法增加%s的權限", - "Expiration date is in the past" : "到期日是之前的時間", - "Cannot set expiration date more than %s days in the future" : "無法設定到期日超過未來%s天", "PHP %s or higher is required." : "需要 PHP %s 或更高版本", "PHP with a version lower than %s is required." : "需要 PHP 版本低於 %s ", "Following databases are supported: %s" : "這些資料庫支援: %s", @@ -21,6 +17,10 @@ OC.L10N.register( "Following platforms are supported: %s" : "這些平台支援: %s", "ownCloud %s or higher is required." : "需要ownCloud %s 或更高版本", "ownCloud %s or lower is required." : "需要ownCloud %s 或更低版本", + "You are not allowed to share %s" : "你不被允許分享 %s", + "Cannot increase permissions of %s" : "無法增加%s的權限", + "Expiration date is in the past" : "到期日是之前的時間", + "Cannot set expiration date more than %s days in the future" : "無法設定到期日超過未來%s天", "Help" : "說明", "Personal" : "個人", "Users" : "使用者", |