aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPeter Dave Hello <hsu@peterdavehello.org>2024-12-22 12:36:06 +0100
committerDokuWiki Translation Interface <translate@dokuwiki.org>2024-12-22 12:36:06 +0100
commitbfad69040c39c246b5bbe24001018ff4e208b072 (patch)
tree55e9c6d2bae8aa8688e4520443ea2ad6de4f8225
parentd2685d35001aa0331f9866c8735998e14c117bfd (diff)
downloaddokuwiki-bfad69040c39c246b5bbe24001018ff4e208b072.tar.gz
dokuwiki-bfad69040c39c246b5bbe24001018ff4e208b072.zip
translation update
-rw-r--r--inc/lang/zh-tw/lang.php3
-rw-r--r--lib/plugins/authad/lang/zh-tw/lang.php2
-rw-r--r--lib/plugins/authad/lang/zh-tw/settings.php2
-rw-r--r--lib/plugins/authldap/lang/zh-tw/settings.php2
-rw-r--r--lib/plugins/authpdo/lang/zh-tw/lang.php9
-rw-r--r--lib/plugins/extension/lang/zh-tw/lang.php11
6 files changed, 21 insertions, 8 deletions
diff --git a/inc/lang/zh-tw/lang.php b/inc/lang/zh-tw/lang.php
index acd24b40c..82b283054 100644
--- a/inc/lang/zh-tw/lang.php
+++ b/inc/lang/zh-tw/lang.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Peter Dave Hello <hsu@peterdavehello.org>
* @author Junting Wu <lance20501@gmail.com>
* @author Chun-Chung Chen <cjj@u.washington.edu>
* @author GHSRobert Ciang <robertus0617@gmail.com>
@@ -366,6 +367,8 @@ $lang['currentns'] = '目前的命名空間';
$lang['searchresult'] = '搜尋結果';
$lang['plainhtml'] = '純 HTML';
$lang['wikimarkup'] = 'Wiki 語法標記';
+$lang['unable_to_parse_date'] = '無法解析參數「%s」。';
$lang['email_signature_text'] = '本信件由以下 DokuWiki 網站產生
@DOKUWIKIURL@';
$lang['log_file_failed_to_open'] = '開啟日誌檔案失敗。';
+$lang['log_file_failed_to_read'] = '讀取日誌時發生錯誤。';
diff --git a/lib/plugins/authad/lang/zh-tw/lang.php b/lib/plugins/authad/lang/zh-tw/lang.php
index 285c8aa95..7fd7cd80b 100644
--- a/lib/plugins/authad/lang/zh-tw/lang.php
+++ b/lib/plugins/authad/lang/zh-tw/lang.php
@@ -3,8 +3,10 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Peter Dave Hello <hsu@peterdavehello.org>
* @author June-Hao Hou <junehao@gmail.com>
* @author syaoranhinata <syaoranhinata@gmail.com>
*/
$lang['domain'] = '登入網域';
$lang['authpwdexpire'] = '您的密碼將在 %d 天內到期,請馬上更換新密碼。';
+$lang['connectfail'] = '連線到 Active Directory(Active Directory)伺服器失敗。';
diff --git a/lib/plugins/authad/lang/zh-tw/settings.php b/lib/plugins/authad/lang/zh-tw/settings.php
index 4460763f2..3a7889c29 100644
--- a/lib/plugins/authad/lang/zh-tw/settings.php
+++ b/lib/plugins/authad/lang/zh-tw/settings.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Peter Dave Hello <hsu@peterdavehello.org>
* @author syaoranhinata <syaoranhinata@gmail.com>
* @author June-Hao Hou <junehao@gmail.com>
*/
@@ -19,3 +20,4 @@ $lang['use_tls'] = '使用 TLS 連接嗎?如果要使用,請
$lang['debug'] = '有錯誤時,顯示額外除錯資訊嗎?';
$lang['expirywarn'] = '提前多少天警告使用者密碼即將到期。輸入0表示停用。';
$lang['additional'] = '從使用者數據中取得額外 AD 屬性列表,以供某些附加元件使用。列表以逗號分隔。';
+$lang['update_mail'] = '允許使用者更新電子郵件地址?';
diff --git a/lib/plugins/authldap/lang/zh-tw/settings.php b/lib/plugins/authldap/lang/zh-tw/settings.php
index 685322230..249533ee9 100644
--- a/lib/plugins/authldap/lang/zh-tw/settings.php
+++ b/lib/plugins/authldap/lang/zh-tw/settings.php
@@ -3,6 +3,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
+ * @author Peter Dave Hello <hsu@peterdavehello.org>
* @author syaoranhinata <syaoranhinata@gmail.com>
*/
$lang['server'] = '您的 LDAP 伺服器。填寫主機名稱 (<code>localhost</code>) 或完整的 URL (<code>ldap://server.tld:389</code>)';
@@ -24,3 +25,4 @@ $lang['deref_o_0'] = 'LDAP_DEREF_NEVER';
$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';
$lang['deref_o_2'] = 'LDAP_DEREF_FINDING';
$lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS';
+$lang['referrals_o_-1'] = '使用預設值';
diff --git a/lib/plugins/authpdo/lang/zh-tw/lang.php b/lib/plugins/authpdo/lang/zh-tw/lang.php
new file mode 100644
index 000000000..b06e846a3
--- /dev/null
+++ b/lib/plugins/authpdo/lang/zh-tw/lang.php
@@ -0,0 +1,9 @@
+<?php
+
+/**
+ * @license GPL 2 (https://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Peter Dave Hello <hsu@peterdavehello.org>
+ */
+$lang['userexists'] = '對不起,已經有使用者使用這個登入名稱。';
+$lang['writefail'] = '無法修改使用者資料。請通知Wiki-管理員';
diff --git a/lib/plugins/extension/lang/zh-tw/lang.php b/lib/plugins/extension/lang/zh-tw/lang.php
index 8b03d7551..b7844df77 100644
--- a/lib/plugins/extension/lang/zh-tw/lang.php
+++ b/lib/plugins/extension/lang/zh-tw/lang.php
@@ -16,9 +16,6 @@ $lang['tab_templates'] = '已安裝裝模版
$lang['tab_search'] = '搜尋與安裝';
$lang['tab_install'] = '手動安裝';
$lang['notimplemented'] = '此功能尚未完成';
-$lang['notinstalled'] = '此延伸功能尚未安裝';
-$lang['alreadyenabled'] = '此延伸功能已經安裝';
-$lang['alreadydisabled'] = '此延伸功能停用';
$lang['unknownauthor'] = '作者未知';
$lang['unknownversion'] = '版本未知';
$lang['btn_info'] = '顯示更多訊息';
@@ -63,16 +60,14 @@ $lang['status_bundled'] = '已綑綁內附';
$lang['msg_enabled'] = '外掛 %s 已啟用';
$lang['msg_disabled'] = '外掛 %s 已禁用';
$lang['msg_delete_failed'] = '解除安裝 %s 失敗';
-$lang['msg_template_install_success'] = '模板 %s 已成功安裝';
-$lang['msg_template_update_success'] = '模板 %s 已成功更新';
-$lang['msg_plugin_install_success'] = '外掛 %s 已成功安裝';
-$lang['msg_plugin_update_success'] = '外掛 %s 已成功更新';
$lang['msg_upload_failed'] = '上傳檔案失敗';
$lang['missing_dependency'] = '遺失或禁用相依性套件: %s';
$lang['security_issue'] = '安全性問題: %s';
$lang['security_warning'] = '安全問題警告: %s';
$lang['wrong_folder'] = '外掛安裝不正確: 將外掛資料夾從 "%s" 更名至 "%s"。';
-$lang['url_change'] = "網址已變更: 自從上次下載後下載網址已變更。在更新延伸功能前請先檢查新網址是否可用。\n新: %s\n舊: %s";
+$lang['url_change'] = '網址已變更: 自從上次下載後下載網址已變更。在更新延伸功能前請先檢查新網址是否可用。
+新: %s
+舊: %s';
$lang['error_dircreate'] = '無法建立暫存目錄以接收下載檔案';
$lang['error_download'] = '無法下載檔案:%s';
$lang['error_decompress'] = '無法解壓縮檔案。這可能是下載品質不佳所致,在這個情況下你應該再試一次;也有可能是因為無法辨識的壓縮格式,在這個情況下你應該自行下載並手動安裝';