diff options
author | Andreas Gohr <andi@splitbrain.org> | 2024-12-22 13:01:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-22 13:01:07 +0100 |
commit | fc09308ded8783eb2efdc4f95327c48c677fa7c7 (patch) | |
tree | c52702a3b15d23a2fc4d1b6e02a3a831584779fd | |
parent | 82c7e28ae5dad75d264a164523751386d2a48635 (diff) | |
parent | 7baee0f810a132a0995c16bf5f4c0314a4911cf4 (diff) | |
download | dokuwiki-fc09308ded8783eb2efdc4f95327c48c677fa7c7.tar.gz dokuwiki-fc09308ded8783eb2efdc4f95327c48c677fa7c7.zip |
Merge pull request #4383 from dokuwiki-translate/lang_update_1027_1734867410
Translation update (zh-tw)
-rw-r--r-- | lib/plugins/extension/lang/zh-tw/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/zh-tw/lang.php b/lib/plugins/extension/lang/zh-tw/lang.php index b7844df77..f21ea5686 100644 --- a/lib/plugins/extension/lang/zh-tw/lang.php +++ b/lib/plugins/extension/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 Chun-Chung Chen <cjj@u.washington.edu> * @author GHSRobert Ciang <robertus0617@gmail.com> * @author Stan <talktostan@gmail.com> @@ -26,11 +27,13 @@ $lang['btn_disable'] = '停用'; $lang['btn_install'] = '安裝'; $lang['btn_reinstall'] = '重新安裝'; $lang['js']['reallydel'] = '確定要移除此延伸功能?'; +$lang['js']['display_viewoptions'] = '檢視選項:'; $lang['js']['display_enabled'] = '啟用'; $lang['js']['display_disabled'] = '禁用'; $lang['js']['display_updatable'] = '可更新'; $lang['search_for'] = '搜尋延伸功能:'; $lang['search'] = '搜尋'; +$lang['screenshot'] = '%s 的螢幕截圖'; $lang['homepage_link'] = '文件'; $lang['tags'] = '標籤:'; $lang['author_hint'] = '搜尋相同作者的延伸功能'; |