diff options
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index aec881a4c7a..154e868a49f 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -26,6 +26,7 @@ OC.L10N.register( "Error favoriting" : "加入最愛時出錯", "Error unfavoriting" : "從最愛移除出錯", "Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s", + "Preparing update" : "準備更新", "Turned on maintenance mode" : "已啓用維護模式", "Turned off maintenance mode" : "已停用維護模式", "Maintenance mode is kept active" : "維護模式維持在開啟狀態", @@ -140,8 +141,6 @@ OC.L10N.register( "Expiration" : "過期", "Expiration date" : "到期日", "Choose a password for the public link" : "為公開連結選一個密碼", - "Sending ..." : "正在傳送…", - "Email sent" : "Email 已寄出", "Resharing is not allowed" : "不允許重新分享", "Share link" : "分享連結", "Link" : "連結", @@ -150,6 +149,8 @@ OC.L10N.register( "Allow editing" : "允許編輯", "Email link to person" : "將連結 email 給別人", "Send" : "寄出", + "Sending ..." : "正在傳送…", + "Email sent" : "Email 已寄出", "Shared with you and the group {group} by {owner}" : "由 {owner} 分享給您和 {group}", "Shared with you by {owner}" : "{owner} 已經和您分享", "group" : "群組", |