diff options
Diffstat (limited to 'lib/l10n/zh_TW.json')
-rw-r--r-- | lib/l10n/zh_TW.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 810962d9e14..9cb69071402 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -16,6 +16,16 @@ "No app name specified" : "沒有指定應用程式名稱", "Unknown filetype" : "未知的檔案類型", "Invalid image" : "無效的圖片", + "today" : "今天", + "yesterday" : "昨天", + "_%n day ago_::_%n days ago_" : [""], + "last month" : "上個月", + "_%n month ago_::_%n months ago_" : ["%n 個月前"], + "last year" : "去年", + "_%n year go_::_%n years ago_" : [""], + "_%n hour ago_::_%n hours ago_" : ["%n 小時前"], + "_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"], + "seconds ago" : "幾秒前", "web services under your control" : "由您控制的網路服務", "App directory already exists" : "應用程式目錄已經存在", "Can't create app folder. Please fix permissions. %s" : "無法建立應用程式目錄,請檢查權限:%s", @@ -77,16 +87,6 @@ "Sharing %s failed, because the sharing backend for %s could not find its source" : "分享 %s 失敗,因為 %s 的分享後端找不到它的來源", "Sharing %s failed, because the file could not be found in the file cache" : "分享 %s 失敗,因為在快取中找不到該檔案", "Could not find category \"%s\"" : "找不到分類:\"%s\"", - "seconds ago" : "幾秒前", - "_%n minute ago_::_%n minutes ago_" : ["%n 分鐘前"], - "_%n hour ago_::_%n hours ago_" : ["%n 小時前"], - "today" : "今天", - "yesterday" : "昨天", - "_%n day go_::_%n days ago_" : ["%n 天前"], - "last month" : "上個月", - "_%n month ago_::_%n months ago_" : ["%n 個月前"], - "last year" : "去年", - "years ago" : "幾年前", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-\"", "A valid username must be provided" : "必須提供一個有效的用戶名", "A valid password must be provided" : "一定要提供一個有效的密碼", |