mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
중국어 - 기존번역 순화 및 누락된 파일 추가.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4582 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
96af126a82
commit
c6dea0358d
12 changed files with 90 additions and 20 deletions
3
tools/blank_cleaner/lang/zh-CN.lang.php
Normal file
3
tools/blank_cleaner/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
$lang->blank_cleaner = '删除空文件夹';
|
||||
?>
|
||||
3
tools/cache_cleaner/lang/zh-CN.lang.php
Normal file
3
tools/cache_cleaner/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
$lang->cache_cleaner = '重新生成缓冲文件';
|
||||
?>
|
||||
14
tools/validator/lang/zh-CN.lang.php
Normal file
14
tools/validator/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
$lang->validator = '检测安装文件';
|
||||
|
||||
$lang->msg_cannot_get_source_files = '没能下载原版文件。';
|
||||
$lang->msg_cannot_get_target_files = '没能读取安装文件目录。';
|
||||
|
||||
$lang->files_count = '文件数';
|
||||
$lang->source_files = '原版文件';
|
||||
$lang->target_files = '对象文件';
|
||||
|
||||
$lang->leaveout_files = '遗漏的文件';
|
||||
$lang->modified_files = '修改过的文件';
|
||||
$lang->additional_files = '添加的文件';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue