중국어 - 추가본 번역.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4550 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
guny 2008-09-23 18:28:42 +00:00
parent 5caaf9320b
commit fc8578bf87
16 changed files with 184 additions and 50 deletions

View file

@ -1,14 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="0.2">
<title xml:lang="ko">이슈트래커</title>
<title xml:lang="zh-CN">问题跟踪</title>
<title xml:lang="en">Issue Tracker</title>
<description xml:lang="ko">각종 이슈 처리를 위한 모듈입니다.</description>
<description xml:lang="zh-CN">一个具有项目跟踪功能的模块。</description>
<description xml:lang="en">This module handles many kinds of issues.</description>
<version>1.0</version>
<date>2008-08-04</date>
<category>service</category>
<author email_address="haneul0318@gmail.com" link="http://www.seungyeop.kr">
<name xml:lang="ko">haneul, zero</name>
<name xml:lang="zh-CN">haneul, zero</name>
<name xml:lang="en">haneul, zero</name>
</author>
</module>

View file

@ -3,24 +3,31 @@
<grants>
<grant name="access" default="guest">
<title xml:lang="ko">프로젝트 접근</title>
<title xml:lang="zh-CN">访问项目</title>
</grant>
<grant name="browser_source" default="guest">
<title xml:lang="ko">소스 열람</title>
<title xml:lang="zh-CN">查看代码</title>
</grant>
<grant name="ticket_view" default="guest">
<title xml:lang="ko">티켓 열람</title>
<title xml:lang="zh-CN">查看计划</title>
</grant>
<grant name="ticket_write" default="guest">
<title xml:lang="ko">티켓 생성</title>
<title xml:lang="zh-CN">生成计划</title>
</grant>
<grant name="commiter" default="member">
<title xml:lang="ko">개발자</title>
<title xml:lang="zh-CN">开发者</title>
</grant>
<grant name="download" default="guest">
<title xml:lang="ko">다운로드</title>
<title xml:lang="zh-CN">下载</title>
</grant>
<grant name="manager" default="root">
<title xml:lang="ko">프로젝트 관리</title>
<title xml:lang="zh-CN">项目管理</title>
</grant>
</grants>
<actions>