Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan authored and dokuwiki-translate committed Aug 2, 2014
1 parent 3b7c04c commit 6d8e3ea
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 deletions.
15 changes: 9 additions & 6 deletions inc/lang/zh-tw/lang.php
Expand Up @@ -2,7 +2,7 @@

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
*
* @author chinsan <chinsan@mail2000.com.tw>
* @author Li-Jiun Huang <ljhuang.tw@gmail.com>
* @author http://www.chinese-tools.com/tools/converter-simptrad.html
Expand All @@ -13,6 +13,7 @@
* @author Ichirou Uchiki <syaoranhinata@gmail.com>
* @author tsangho <ou4222@gmail.com>
* @author Danny Lin <danny0838@gmail.com>
* @author Stan <talktostan@gmail.com>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
Expand Down Expand Up @@ -57,6 +58,8 @@
$lang['btn_apply'] = '套用';
$lang['btn_media'] = '多媒體管理器';
$lang['btn_deleteuser'] = '移除我的帳號';
$lang['btn_img_backto'] = '回上一頁 %s';
$lang['btn_mediaManager'] = '在多媒體管理器中檢視';
$lang['loggedinas'] = '登入成:';
$lang['user'] = '帳號';
$lang['pass'] = '密碼';
Expand Down Expand Up @@ -187,6 +190,11 @@
$lang['diff_type'] = '檢視差異:';
$lang['diff_inline'] = '行內';
$lang['diff_side'] = '並排';
$lang['diffprevrev'] = '前次修改
';
$lang['diffnextrev'] = '下次修改';
$lang['difflastrev'] = '最後一次修改
';
$lang['line'] = '行';
$lang['breadcrumb'] = '足跡:';
$lang['youarehere'] = '您在這裏:';
Expand Down Expand Up @@ -243,7 +251,6 @@
$lang['metaedit'] = '編輯後設資料';
$lang['metasaveerr'] = '後設資料無法寫入';
$lang['metasaveok'] = '後設資料已儲存';
$lang['btn_img_backto'] = '回上一頁 %s';
$lang['img_title'] = '標題:';
$lang['img_caption'] = '照片說明:';
$lang['img_date'] = '日期:';
Expand All @@ -256,7 +263,6 @@
$lang['img_keywords'] = '關鍵字:';
$lang['img_width'] = '寬度:';
$lang['img_height'] = '高度:';
$lang['btn_mediaManager'] = '在多媒體管理器中檢視';
$lang['subscr_subscribe_success'] = '已將 %s 加入至 %s 的訂閱列表';
$lang['subscr_subscribe_error'] = '將 %s 加入至 %s 的訂閱列表時發生錯誤';
$lang['subscr_subscribe_noaddress'] = '沒有與您登入相關的地址,無法將您加入訂閱列表';
Expand All @@ -273,8 +279,6 @@
$lang['subscr_style_every'] = '每次更改都發送信件';
$lang['subscr_style_digest'] = '對每個頁面發送更改的摘要信件 (每 %.2f 天)';
$lang['subscr_style_list'] = '自上次發信以來更改的頁面的列表 (每 %.2f 天)';

/* auth.class language support */
$lang['authtempfail'] = '暫不提供帳號認證。若本狀況持續,請通知本 wiki 管理員。';
$lang['authpwdexpire'] = '您的密碼將在 %d 天內到期,請馬上更換新密碼。';
$lang['i_chooselang'] = '選擇您的語系';
Expand Down Expand Up @@ -336,7 +340,6 @@
$lang['media_perm_upload'] = '抱歉,您沒有足夠權限上傳檔案。';
$lang['media_update'] = '上傳新的版本';
$lang['media_restore'] = '還原這個版本';

$lang['currentns'] = '目前的命名空間';
$lang['searchresult'] = '搜尋結果';
$lang['plainhtml'] = '純 HTML';
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/authldap/lang/zh-tw/settings.php
@@ -1,4 +1,5 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
Expand All @@ -19,7 +20,6 @@
$lang['groupscope'] = '限制群組搜索的範圍';
$lang['groupkey'] = '以其他使用者屬性 (而非標準 AD 群組) 來把使用者分組,例如以部門或電話號碼分類';
$lang['debug'] = '有錯誤時,顯示額外除錯資訊';

$lang['deref_o_0'] = 'LDAP_DEREF_NEVER';
$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';
$lang['deref_o_2'] = 'LDAP_DEREF_FINDING';
Expand Down
11 changes: 11 additions & 0 deletions lib/plugins/extension/lang/zh-tw/lang.php
@@ -0,0 +1,11 @@
<?php

/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Stan <talktostan@gmail.com>
*/
$lang['tab_templates'] = '已安裝裝模版
';
$lang['tab_search'] = '搜尋與安裝';
$lang['btn_update'] = '更新';
11 changes: 0 additions & 11 deletions lib/plugins/usermanager/lang/zh-tw/lang.php
Expand Up @@ -16,19 +16,14 @@
* @author Danny Lin <danny0838@gmail.com>
*/
$lang['menu'] = '帳號管理器';

// custom language strings for the plugin
$lang['noauth'] = '(帳號認證尚未開放)';
$lang['nosupport'] = '(尚不支援帳號管理)';

$lang['badauth'] = '錯誤的認證機制';

$lang['user_id'] = '帳號';
$lang['user_pass'] = '密碼';
$lang['user_name'] = '名稱';
$lang['user_mail'] = '電郵';
$lang['user_groups'] = '群組';

$lang['field'] = '欄位';
$lang['value'] = '設定值';
$lang['add'] = '增加';
Expand All @@ -46,21 +41,17 @@
$lang['import'] = '匯入新使用者';
$lang['line'] = '列號';
$lang['error'] = '錯誤訊息';

$lang['summary'] = '顯示帳號 %1$d-%2$d,共 %3$d 筆符合。共有 %4$d 個帳號。';
$lang['nonefound'] = '找不到帳號。共有 %d 個帳號。';
$lang['delete_ok'] = '已刪除 %d 個帳號';
$lang['delete_fail'] = '%d 個帳號無法刪除。';
$lang['update_ok'] = '已更新該帳號';
$lang['update_fail'] = '無法更新該帳號';
$lang['update_exists'] = '無法變更帳號名稱 (%s) ,因為有同名帳號存在。其他修改則已套用。';

$lang['start'] = '開始';
$lang['prev'] = '上一頁';
$lang['next'] = '下一頁';
$lang['last'] = '最後一頁';

// added after 2006-03-09 release
$lang['edit_usermissing'] = '找不到選取的帳號,可能已被刪除或改為其他名稱。';
$lang['user_notify'] = '通知使用者';
$lang['note_notify'] = '通知信只會在指定使用者新密碼時寄送。';
Expand All @@ -70,8 +61,6 @@
$lang['add_fail'] = '無法新增使用者';
$lang['notify_ok'] = '通知信已寄出';
$lang['notify_fail'] = '通知信無法寄出';

// import & errors
$lang['import_userlistcsv'] = '使用者列表檔案 (CSV): ';
$lang['import_header'] = '最近一次匯入 - 失敗';
$lang['import_success_count'] = '使用者匯入:找到 %d 個使用者,已成功匯入 %d 個。';
Expand Down

0 comments on commit 6d8e3ea

Please sign in to comment.