rhymix/modules/wiki/lang/zh-TW.lang.php

22 lines
1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/wiki/lang/zh-TW.lang.php
* @author haneul (haneul0318@gmail.com) 翻譯royallin
* @brief 維基(wiki)模組正體中文語言
**/
$lang->wiki = '維基';
$lang->not_exist = '不存在的檔案。如果你擁有權限,可以建立新檔案。';
$lang->cmd_create = '檔案建立';
$lang->cmd_wiki_list = '列表';
$lang->cmd_view_info = '維基資訊';
$lang->use_comment = '使用評論';
$lang->cmd_view_document_list = '문서 목록';
$lang->cmd_view_document_tree = '계층 보기';
$lang->about_use_comment = '可設定是否使用評論功能。';
$lang->contributors = '作者';
$lang->notice_old_revision = '此為舊版本';
$lang->restore = 'Restore';
$lang->arrange_list = '목록 갱신';
$lang->about_arrange_list = '데이터 이전하였거나 의도하지 않은 경우에 의해 제목 Alias가 설정되지 않아서 위키 글을 찾아갈 수 없는 문서들을 일괄적으로 제목 Alias를 설정해줍니다.';
?>