diff options
Diffstat (limited to 'settings/l10n/zh_TW.php')
-rw-r--r-- | settings/l10n/zh_TW.php | 35 |
1 files changed, 11 insertions, 24 deletions
diff --git a/settings/l10n/zh_TW.php b/settings/l10n/zh_TW.php index 0ea23f25c86..d861294620f 100644 --- a/settings/l10n/zh_TW.php +++ b/settings/l10n/zh_TW.php @@ -1,16 +1,5 @@ <?php $TRANSLATIONS = array( -"Invalid value supplied for %s" => "無效的提供值 %s", -"Saved" => "已儲存", -"test email settings" => "測試郵件設定", -"If you received this email, the settings seem to be correct." => "假如您收到這個郵件,此設定看起來是正確的。", -"A problem occurred while sending the e-mail. Please revisit your settings." => "當寄出郵件時發生問題。請重新檢視您的設定。", -"Email sent" => "Email 已寄出", -"You need to set your user email before being able to send test emails." => "在準備要寄出測試郵件時您需要設定您的使用者郵件。", -"Send mode" => "寄送模式", -"Encryption" => "加密", -"Authentication method" => "驗證方式", -"Unable to load list from App Store" => "無法從 App Store 讀取清單", "Authentication error" => "認證錯誤", "Your full name has been changed." => "您的全名已變更。", "Unable to change full name" => "無法變更全名", @@ -35,20 +24,19 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "錯誤的管理者還原密碼", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "後端不支援變更密碼,但成功更新使用者的加密金鑰", "Unable to change password" => "無法修改密碼", +"Saved" => "已儲存", +"test email settings" => "測試郵件設定", +"Email sent" => "Email 已寄出", +"You need to set your user email before being able to send test emails." => "在準備要寄出測試郵件時您需要設定您的使用者郵件。", "Sending..." => "寄送中...", "All" => "所有", -"User Documentation" => "用戶說明文件", -"Admin Documentation" => "管理者文件", -"Update to {appversion}" => "更新至 {appversion}", -"Disable" => "停用", -"Enable" => "啟用", "Please wait...." => "請稍候...", "Error while disabling app" => "停用應用程式錯誤", +"Disable" => "停用", +"Enable" => "啟用", "Error while enabling app" => "啓用應用程式錯誤", "Updating...." => "更新中...", "Error while updating app" => "更新應用程式錯誤", -"Error" => "錯誤", -"Update" => "更新", "Updated" => "已更新", "Select a profile picture" => "選擇大頭貼", "Very weak password" => "非常弱的密碼", @@ -109,7 +97,10 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "請使用 HTTPS 連線到 %s 以啓用或停用強制 SSL 加密。", "Email Server" => "郵件伺服器", "This is used for sending out notifications." => "這是使用於寄送通知。", +"Send mode" => "寄送模式", +"Encryption" => "加密", "From address" => "寄件地址", +"Authentication method" => "驗證方式", "Authentication required" => "必須驗證", "Server address" => "伺服器位址", "Port" => "連接埠", @@ -124,13 +115,9 @@ $TRANSLATIONS = array( "Less" => "更少", "Version" => "版本", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "由 <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud 社群</a>開發,<a href=\"https://github.com/owncloud\" target=\"_blank\">原始碼</a>在 <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> 授權許可下發布。", -"Add your App" => "添加你的 App", -"More Apps" => "更多Apps", -"Select an App" => "選擇一個應用程式", "Documentation:" => "文件:", -"See application page at apps.owncloud.com" => "查看應用程式頁面於 apps.owncloud.com", -"See application website" => "檢視應用程式網站", -"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-核准: <span class=\"author\"></span>", +"User Documentation" => "用戶說明文件", +"Admin Documentation" => "管理者文件", "Administrator Documentation" => "管理者說明文件", "Online Documentation" => "線上說明文件", "Forum" => "論壇", |