중국어 - 추가분 번역.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2757 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
guny 2007-10-12 06:02:33 +00:00
parent 411541d049
commit 2ead8ee51c
7 changed files with 29 additions and 10 deletions

View file

@ -37,6 +37,7 @@
$lang->cmd_select = '选择'; $lang->cmd_select = '选择';
$lang->cmd_select_all = '全部选择'; $lang->cmd_select_all = '全部选择';
$lang->cmd_unselect_all = '全部解除'; $lang->cmd_unselect_all = '全部解除';
$lang->cmd_reverse_all = "反选";
$lang->cmd_close_all = '全部折叠'; $lang->cmd_close_all = '全部折叠';
$lang->cmd_open_all = '全部展开'; $lang->cmd_open_all = '全部展开';
$lang->cmd_reload = '从新载入'; $lang->cmd_reload = '从新载入';

View file

@ -117,18 +117,24 @@
</var> </var>
<var name="thumbnail_type" type="select"> <var name="thumbnail_type" type="select">
<title xml:lang="ko">썸네일 생성 방법</title> <title xml:lang="ko">썸네일 생성 방법</title>
<title xml:lang="zh-CN">缩略图生成方式</title>
<description xml:lang="ko">썸네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description> <description xml:lang="ko">썸네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description>
<description xml:lang="zh-CN">可以选择缩略图生成方式。 (crop : 裁减, ratio : 比例)</description>
<default>crop</default> <default>crop</default>
<default>ratio</default> <default>ratio</default>
</var> </var>
<var name="thumbnail_width" type="text"> <var name="thumbnail_width" type="text">
<title xml:lang="ko">썸네일 가로크기</title> <title xml:lang="ko">썸네일 가로크기</title>
<title xml:lang="zh-CN">缩略图宽度</title>
<description xml:lang="ko">썸네일의 가로 크기를 지정할 수 있습니다. (기본 100px)</description> <description xml:lang="ko">썸네일의 가로 크기를 지정할 수 있습니다. (기본 100px)</description>
<description xml:lang="zh-CN">可以指定缩略图宽度。 (默认为 100px)</description>
<default>100</default> <default>100</default>
</var> </var>
<var name="thumbnail_height" type="text"> <var name="thumbnail_height" type="text">
<title xml:lang="ko">썸네일 세로크기</title> <title xml:lang="ko">썸네일 세로크기</title>
<title xml:lang="zh-CN">缩略图高度</title>
<description xml:lang="ko">썸네일의 세로 크기를 지정할 수 있습니다. (기본 100px)</description> <description xml:lang="ko">썸네일의 세로 크기를 지정할 수 있습니다. (기본 100px)</description>
<description xml:lang="zh-CN">可以指定缩略图高度。 (默认为 100px)</description>
<default>100</default> <default>100</default>
</var> </var>
<var name="display_author" type="select"> <var name="display_author" type="select">

View file

@ -126,18 +126,24 @@
</var> </var>
<var name="thumbnail_type" type="select"> <var name="thumbnail_type" type="select">
<title xml:lang="ko">썸네일 생성 방법</title> <title xml:lang="ko">썸네일 생성 방법</title>
<title xml:lang="zh-CN">缩略图生成方式</title>
<description xml:lang="ko">썸네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description> <description xml:lang="ko">썸네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description>
<description xml:lang="zh-CN">可以选择缩略图生成方式。 (crop : 裁减, ratio : 比例)</description>
<default>crop</default> <default>crop</default>
<default>ratio</default> <default>ratio</default>
</var> </var>
<var name="thumbnail_width" type="text"> <var name="thumbnail_width" type="text">
<title xml:lang="ko">썸네일 가로크기</title> <title xml:lang="ko">썸네일 가로크기</title>
<title xml:lang="zh-CN">缩略图宽度</title>
<description xml:lang="ko">썸네일의 가로 크기를 지정할 수 있습니다. (기본 100px)</description> <description xml:lang="ko">썸네일의 가로 크기를 지정할 수 있습니다. (기본 100px)</description>
<description xml:lang="zh-CN">可以指定缩略图宽度。 (默认为 100px)</description>
<default>100</default> <default>100</default>
</var> </var>
<var name="thumbnail_height" type="text"> <var name="thumbnail_height" type="text">
<title xml:lang="ko">썸네일 세로크기</title> <title xml:lang="ko">썸네일 세로크기</title>
<title xml:lang="zh-CN">缩略图高度</title>
<description xml:lang="ko">썸네일의 세로 크기를 지정할 수 있습니다. (기본 100px)</description> <description xml:lang="ko">썸네일의 세로 크기를 지정할 수 있습니다. (기본 100px)</description>
<description xml:lang="zh-CN">可以指定缩略图高度。 (默认为 100px)</description>
<default>100</default> <default>100</default>
</var> </var>
<var name="display_number" type="select"> <var name="display_number" type="select">

View file

@ -5,11 +5,11 @@
* @brief 文章(document)模块语言包 * @brief 文章(document)模块语言包
**/ **/
$lang->document_list = 'Document list'; $lang->document_list = '主题目录';
$lang->thumbnail_type = 'Thumbnail Type'; $lang->thumbnail_type = '缩略图生成方式';
$lang->thumbnail_crop = 'Crop'; $lang->thumbnail_crop = '裁减';
$lang->thumbnail_ratio = 'Ratio'; $lang->thumbnail_ratio = '比例';
$lang->cmd_delete_all_thumbnail = 'Delete all thumbnails'; $lang->cmd_delete_all_thumbnail = '删除全部缩略图';
$lang->move_target_module = "移动目标模块"; $lang->move_target_module = "移动目标模块";
$lang->cmd_toggle_checked_document = '反选'; $lang->cmd_toggle_checked_document = '反选';

View file

@ -13,7 +13,7 @@
$lang->cmd_poll_list = '查看目录'; $lang->cmd_poll_list = '查看目录';
$lang->cmd_delete_checked_poll = '删除所选项目'; $lang->cmd_delete_checked_poll = '删除所选项目';
$lang->cmd_apply_poll = '参与投票'; $lang->cmd_apply_poll = '参与投票';
$lang->cmd_view_result = 'Preview result'; $lang->cmd_view_result = '查看结果';
$lang->cmd_delete_checked_poll = '删除所选'; $lang->cmd_delete_checked_poll = '删除所选';
$lang->success_poll = '感谢您参与投票。'; $lang->success_poll = '感谢您参与投票。';

View file

@ -9,7 +9,7 @@
<name xml:lang="ko">제로</name> <name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name> <name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name> <name xml:lang="en">zero</name>
<name xml:lang="es">zero</name> <name xml:lang="es">zero</name>
<name xml:lang="zh-CN">zero</name> <name xml:lang="zh-CN">zero</name>
<description xml:lang="ko"> <description xml:lang="ko">
기본 카운터 모듈을 이용하여 전체, 어제, 오늘의 접속현황을 표시합니다. 기본 카운터 모듈을 이용하여 전체, 어제, 오늘의 접속현황을 표시합니다.
@ -23,7 +23,7 @@
It will also display the total count. It will also display the total count.
To get this, the counter module should be installed and the counter add-on should be turned on. To get this, the counter module should be installed and the counter add-on should be turned on.
</description> </description>
<description xml:lang="es"> <description xml:lang="es">
Este widget de contador básico muestra los números de las personas visitadas en el día de ayer, hoy, y el total. Este widget de contador básico muestra los números de las personas visitadas en el día de ayer, hoy, y el total.
Debe instalar el módulo del contador y debe activar el addon del contador. Debe instalar el módulo del contador y debe activar el addon del contador.
</description> </description>

View file

@ -59,14 +59,18 @@
</var> </var>
<var id="thumbnail_type"> <var id="thumbnail_type">
<name xml:lang="ko">썸네일 생성 방법</name> <name xml:lang="ko">썸네일 생성 방법</name>
<name xml:lang="zh-CN">缩略图生成方式</name>
<description xml:lang="ko">썸네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description> <description xml:lang="ko">썸네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기)</description>
<description xml:lang="zh-CN">可以选择缩略图生成方式。 (crop : 裁减, ratio : 比例)</description>
<type>select</type> <type>select</type>
<options> <options>
<name xml:lang="ko">Crop (채우기)</name> <name xml:lang="ko">Crop (채우기)</name>
<name xml:lang="zh-CN">Crop (裁减)</name>
<value>crop</value> <value>crop</value>
</options> </options>
<options> <options>
<name xml:lang="ko">Ratio (비율 맞추기)</name> <name xml:lang="ko">Ratio (비율 맞추기)</name>
<name xml:lang="zh-CN">Ratio (比例)</name>
<value>ratio</value> <value>ratio</value>
</options> </options>
</var> </var>
@ -85,7 +89,9 @@
</var> </var>
<var id="thumbnail_height"> <var id="thumbnail_height">
<name xml:lang="ko">이미지 세로크기</name> <name xml:lang="ko">이미지 세로크기</name>
<name xml:lang="zh-CN">高度</name>
<description xml:lang="ko">이미지의 세로 크기를 지정할 수 있습니다. (기본 100px)</description> <description xml:lang="ko">이미지의 세로 크기를 지정할 수 있습니다. (기본 100px)</description>
<description xml:lang="zh-CN">可以指定图片高度。(默认为100px)</description>
<type>text</type> <type>text</type>
</var> </var>
<var id="cols_list_count"> <var id="cols_list_count">