From 5ae1bed2360b608505be9e59ffd2231879f9c543 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Wed, 29 Jul 2009 15:08:11 +0000 Subject: [PATCH] Update translation git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@942 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/lang/zh.inc.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/adminer/lang/zh.inc.php b/adminer/lang/zh.inc.php index d4f24410..e08cae7a 100644 --- a/adminer/lang/zh.inc.php +++ b/adminer/lang/zh.inc.php @@ -214,5 +214,20 @@ $translations = array( '$1-$3-$5' => '$1.$3.$5', 'History' => '历史', 'Variables' => '变量', - 'Source and target columns must have the same data type and there must be an index on the target columns.' => '源列和目标列必须具有相同的数据类型并且在目标列的必须是一个索引', + 'Source and target columns must have the same data type, there must be an index on the target columns and referenced data must exists.' => '源列和目标列必须具有相同的数据类型,在目标列上必须有一个索引并且引用的数据必须存在。', + 'Relations' => '关联信息', + 'Run file' => '运行文件', + 'Clear' => '清除', + 'Maximum allowed file size is %sB.' => '最多允许的文件大小为 %sB', + 'Numbers' => '数字', + 'Date and time' => '日期时间', + 'Strings' => '字符串', + 'Binary' => '二进制', + 'Lists' => '列表', + 'Editor' => '编辑器', + 'E-mail' => '电子邮件', + 'From' => '来自', + 'Subject' => '主题', + 'Send' => '发送', + '%d e-mail(s) have been sent.' => '%d 封邮件已发送。', );