diff options
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 42c1aebcfde..d93f3a8ec8e 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -20,6 +20,13 @@ OC.L10N.register( "Thursday" : "週四", "Friday" : "週五", "Saturday" : "週六", + "Sun." : "日", + "Mon." : "一", + "Tue." : "二", + "Wed." : "三", + "Thu." : "四", + "Fri." : "五", + "Sat." : "六", "January" : "一月", "February" : "二月", "March" : "三月", @@ -32,6 +39,18 @@ OC.L10N.register( "October" : "十月", "November" : "十一月", "December" : "十二月", + "Jan." : "一月", + "Feb." : "二月", + "Mar." : "三月", + "Apr." : "四月", + "May." : "五月", + "Jun." : "六月", + "Jul." : "七月", + "Aug." : "八月", + "Sep." : "九月", + "Oct." : "十月", + "Nov." : "十一月", + "Dec." : "十二月", "Settings" : "設定", "Saving..." : "儲存中...", "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員", @@ -65,13 +84,13 @@ OC.L10N.register( "Error occurred while checking server setup" : "檢查伺服器配置時發生錯誤", "Shared" : "已分享", "Shared with {recipients}" : "與 {recipients} 分享", - "Share" : "分享", "Error" : "錯誤", "Error while sharing" : "分享時發生錯誤", "Error while unsharing" : "取消分享時發生錯誤", "Error while changing permissions" : "修改權限時發生錯誤", "Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}", "Shared with you by {owner}" : "{owner} 已經和您分享", + "Share" : "分享", "Share link" : "分享連結", "The public link will expire no later than {days} days after it is created" : "這個公開連結會在 {days} 天內失效", "Password protect" : "密碼保護", @@ -167,7 +186,6 @@ OC.L10N.register( "Search" : "搜尋", "Server side authentication failed!" : "伺服器端認證失敗!", "Please contact your administrator." : "請聯絡系統管理員。", - "Forgot your password? Reset it!" : "忘了密碼?重設它!", "remember" : "記住", "Log in" : "登入", "Alternative Logins" : "其他登入方法", @@ -180,8 +198,6 @@ OC.L10N.register( "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "請聯絡您的系統管理員,如果您就是系統管理員,請設定 config/config.php 中的 \"trusted_domain\" 選項。範例設定提供於 config/config.sample.php", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "依照設定而定,您身為系統管理員可能也可以使用底下的按鈕來信任這個網域", "Add \"%s\" as trusted domain" : "將 %s 加入到信任的網域", - "%s will be updated to version %s." : "%s 將會被升級到版本 %s", - "The following apps will be disabled:" : "這些應用程式會被停用:", "The theme %s has been disabled." : "主題 %s 已經被停用", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "在繼續之前,請備份資料庫、config 目錄及資料目錄", "Start update" : "開始升級", |