diff options
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index e125172a3b9..b79d70d2d5d 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -152,7 +152,6 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s 與您分享了 %2$s", "Click the button below to open it." : "點下方連結開啟", "The requested share does not exist anymore" : "該分享已經不存在", - "The user limit has been reached and the user was not created. Check your notifications to learn more." : "已達使用者限制,所以未建立使用者。請檢查您的通知以取得更多資訊。", "Could not find category \"%s\"" : "找不到分類:\"%s\"", "Sunday" : "週日", "Monday" : "週一", @@ -286,6 +285,7 @@ OC.L10N.register( "Your data directory is readable by other users" : "您的資料目錄可以被其他使用者讀取", "Your data directory must be an absolute path" : "您的資料目錄必須為絕對路徑", "Check the value of \"datadirectory\" in your configuration" : "請檢查您的設定檔中 \"datadirectory\" 的值", - "Your data directory is invalid" : "您的資料目錄無效" + "Your data directory is invalid" : "您的資料目錄無效", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "已達使用者限制,所以未建立使用者。請檢查您的通知以取得更多資訊。" }, "nplurals=1; plural=0;"); |