This page contains the string mappings to convert PmWiki's prompts into Traditional Chinese (UTF-8).

Other strings to be translated may be found at PmWiki.XLPageCookbookTemplate?.

  ### Character encoding, e.g. 'iso-8859-2' or 'utf-8' 
  'xlpage-i18n' => 'utf-8'
  ### Locale identifier, e.g. 'de' or 'cs_CZ.ISO-8859-2'
  'Locale' => 'zh_TW.utf8',
  ### Time format, e.g. '%Y-%m-%d %H:%M EET'
  'TimeFmt' => '%Y 年 %m 月 %d 日,%I:%M %p',

  ### Standard layout strings
  'View' => '本文',
  'Edit' => '編輯',
  'History' => '頁面歷史',
  'Print' => '列印',
  'Recent Changes' => '群組更新記錄',
  'Search' => '搜尋',
  'Page last modified on {$LastModified}' => '頁面最後更新於 {$LastModified}',
  'Go' => '',
  'All Recent Changes' => '',
  # access keys
  # 'ak_view' => '',
  # 'ak_edit' => '',
  # 'ak_history' => '',
  # 'ak_print' => '',
  # 'ak_recentchanges' => ''

  ### Print layout strings
  'From $WikiTitle' => '',
  'Retrieved from {$PageUrl}' => '',

  ### Page locations
  '{$SiteGroup}/EditQuickReference' => '',
  '{$SiteGroup}/UploadQuickReference' => '',
  '{$SiteGroup}/Search' => '',
  '{$Group}/RecentChanges' => '',
  '{$SiteGroup}.PageNotFound' => '',

  ### Browse page strings
  'redirected from' => '重新導向自',

  ### Edit page strings
  'Editing {$FullName}' => '編輯{$FullName}',
  'Save' => '存檔',
  'Save and edit' => '存檔並繼續編輯',  
  'Save as draft' => '',  
  'Preview' => '預覽',
  'Cancel' => '取消',
  'Reset' => '重置',
  'Author' => '作者',
  'An author name is required.' => '必須填入作者名',
  'Summary' => '修改摘要',
  'This is a minor edit' => '這是一個細微更新版本',
  'Preview {$FullName}' => '預覽 {$FullName}',
  'End of preview -- remember to save' => '預覽結束──記得存檔!',
  'Page is unsaved' => '本頁尚未存檔',
  'Top' => '回頁首',
  # access keys
  # 'ak_save' => '',
  # 'ak_saveedit' => '',
  # 'ak_preview' => '',
  # 'ak_savedraft' => '',

  ### Page history strings
  '{$FullName} History' => '{$FullName} 更新歷程',
  'Show minor edits' => '顯示細微的更新部份',
  'Hide minor edits' => '隱藏細微的更新部份',
  'Show changes to markup' => '顯示標記語言的改變',
  'Show changes to output' => '顯示輸出樣式的改變',
  'by' => '被',
  'Restore' => '還原',
  'Added line $DiffLines:' => '增加第 $DiffLines 行',
  'Added lines $DiffLines:' => '增加 $DiffLines 行',
  'Changed line $DiffLines from:' => '更新第 $DiffLines 行從:',
  'Changed lines $DiffLines from:' => '更新 $DiffLines 行從:',
  'Deleted line $DiffLines:' => '刪除第 $DiffLines 行:',
  'Deleted lines $DiffLines:' => '刪除 $DiffLines 行:',
  'to:' => '為',

  ### Page attribute strings
  'Attributes' => '屬性︰',
  '{$FullName} Attributes' => '',
  'Set new read password:' => '設定新的讀取權限密碼:',
  'Set new edit password:' => '設定新的寫入權限密碼:',
  'Set new attribute password:' => '設定新的屬性密碼:',
  '(set by $PWSource)' => '',
  '(using $PWCascade password)' => '',

  'EnterAttributes' => "在底下欄位為頁面各項屬性填入新密碼,不輸入則屬性保持原設定值。輸入'clear'清除密碼,輸入'nopass'則忽略繼承自群組或站台的設定值。其它屬性設定值則為新的密碼。",

  ## Authorization strings
  'Name' => '',
  'Password' => '密碼:',
  'Password required' => '需要密碼',
  'Name/password not recognized' => '',

  ### Search strings
  'Search' => '搜尋',
  'Search Results' => '搜尋結果',
  'SearchFor' => '<em>$Needle</em> 的搜尋結果',
  'SearchFound' => '找到 $MatchCount 個網頁,共搜尋了 $MatchSearched 個網頁。',

  ### Upload strings
  'Attach' => '夾檔',
  'Uploads' => '',
  'Attachments for' => '附件檔案為',
  'File to upload:' => '上傳檔案:',
  'Name attachment as:' => '檔案名稱:',
  'Upload' => '上傳',
  'ULsuccess' => '上傳成功',
  'ULbadname' => '無效的檔案名稱',
  'ULbadtype' => '\'$upext\' is not an allowed file extension',
  'ULtoobig' => '檔案太大,超過網站伺服器允許的最大位元組',
  'ULtoobigext' => 'file is larger than allowed maximum of $upextmax bytes for \'$upext\' files',
  'ULpartial' => '檔案上傳沒有完成',
  'ULnofile' => '檔案上傳失敗',
  'ULexists' => '檔案名稱重複',
  'ULpquota' => '超過群組配額',
  'ULtquota' => '超過上傳配額',
  'Set new upload password:' => '設定新的上傳密碼', 

  ### GuiEdit button bar
  'Emphasized' => '',
  'Emphasized (italic)' => '斜體',
  'Strong' => '',
  'Strong (bold)' => '粗體',
  'Page link' => '',
  'Link to internal page' => '內部連結',
  'link text' => '',
  'Link to external page' => '外部連結',
  'file.ext' => '',
  'Attach file' => '夾檔',
  'Big text' => '字體放大',
  'Small text' => '字體縮小',
  'Superscript' => '上標字',
  'Subscript' => '下標字',
  'Heading' => '標題',
  'Subheading' => '副標題',
  'Center' => '齊中',
  'Unordered list' => '列點',
  'Unordered (bullet) list' => '圓點列點',
  'Ordered list' => '順序列點',
  'Ordered (numbered) list' => '編號列點',
  'Indented text' => '全段縮排',
  'Hanging indent' => '首行凸排',
  'Horizontal rule' => '水平線',
  'Table' => '表格',
  # access keys
  # 'ak_em' => '',
  # 'ak_strong' => '',

  ### Others
  'not found' => '找不到',
  '(approve sites)' => '',
  'This post has been blocked by the administrator' => '本頁面已被管理員鎖住',
  'Password encryption' => '密碼加密',
  'Name/password not recognized' => '',
  'EditConflict' => "在你編修期間,本頁已經被其他人修改,修改的版本合併如下,請確認合併的結果再存檔。系統無法解決的編修衝突分別用&lt;&lt;&lt;&lt;&lt;&lt;&lt;和&gt;&gt;&gt;&gt;&gt;&gt;&gt;分割顯示。"
  'EditWarning' => "The page you are editing has been modified since you started editing it.  If you continue, your changes will overwrite any changes that others have made.",
  'View changes' => '',

  ### Historical
  ## pre-2.1
  'Page last modified on $LastModified' => '頁面最後更新於 $LastModified',
  'Editing `{$FullName}' => '編輯`{$FullName}',
  'Describe $Name here.' => '在此描述$Name',
  'Preview `{$FullName}' => '預覽 `{$FullName}',
  '$FullName History' => '$FullName 更新歷程',
  'Page Attributes' => '頁面屬性︰',

Notes

GlossyBlue theme adapted by David Gilbert
Powered by PmWiki