]> git.joonet.de Git - adminer.git/commitdiff
Update translation
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 29 Jul 2009 15:08:11 +0000 (15:08 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 29 Jul 2009 15:08:11 +0000 (15:08 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@942 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/lang/zh.inc.php

index d4f24410b4435b0d325b8904998c7151da7544b3..e08cae7af9471b328e1bb141c893b5a21b53ccf6 100644 (file)
@@ -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 封邮件已发送。',
 );