diff options
Diffstat (limited to 'settings/l10n/zh_TW.js')
-rw-r--r-- | settings/l10n/zh_TW.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js index 4ab34057b74..1243469b62c 100644 --- a/settings/l10n/zh_TW.js +++ b/settings/l10n/zh_TW.js @@ -87,7 +87,6 @@ OC.L10N.register( "An error occurred. Please upload an ASCII-encoded PEM certificate." : "發生錯誤,請您上傳 ASCII 編碼的 PEM 憑證", "Valid until {date}" : "{date} 前有效", "Delete" : "刪除", - "An error occurred: {message}" : "發生錯誤:{message}", "Select a profile picture" : "選擇大頭貼", "Very weak password" : "密碼強度非常弱", "Weak password" : "密碼強度弱", @@ -115,8 +114,6 @@ OC.L10N.register( "Login" : "登入", "Plain" : "Plain", "NT LAN Manager" : "NT LAN Manager", - "SSL" : "SSL", - "TLS" : "TLS", "Email server" : "郵件伺服器", "Open documentation" : "開啟說明文件", "This is used for sending out notifications." : "用於寄送通知", @@ -197,8 +194,6 @@ OC.L10N.register( "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享", "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "允許使用者名稱自動補齊在分享對話框,如果取消這個功能,必須完整輸入使用者名稱", "Tips & tricks" : "技巧和提示", - "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "將會使用 SQLite 作為資料庫,在大型安裝中建議使用其他種資料庫", - "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "若使用桌面版程式同步檔案,不建議使用 SQLite", "How to do backups" : "如何備份", "Advanced monitoring" : "進階監控", "Performance tuning" : "效能調校", @@ -272,7 +267,6 @@ OC.L10N.register( "Create" : "建立", "Admin Recovery Password" : "管理者復原密碼", "Enter the recovery password in order to recover the users files during password change" : "為了修改密碼時能夠取回使用者資料,請輸入另一組還原用密碼", - "Group" : "群組", "Everyone" : "所有人", "Admins" : "管理者", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "請輸入空間配額(例如 \"512 MB\" 或是 \"12 GB\")", @@ -282,9 +276,15 @@ OC.L10N.register( "set new password" : "設定新密碼", "change email address" : "更改電子郵件地址", "Default" : "預設", + "SSL" : "SSL", + "TLS" : "TLS", + "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "將會使用 SQLite 作為資料庫,在大型安裝中建議使用其他種資料庫", + "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "若使用桌面版程式同步檔案,不建議使用 SQLite", + "Group" : "群組", "APCu" : "APCu", "Redis" : "Redis", "External Storage" : "外部儲存", - "Updates" : "更新" + "Updates" : "更新", + "An error occurred: {message}" : "發生錯誤:{message}" }, "nplurals=1; plural=0;"); |