From 59ac3a2f9c945a1e8804c0feac80123096066031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E5=AD=A4=E6=80=9D=E5=AD=90=EF=BC=88Pari?= =?UTF-8?q?s=C2=B7QianSen=EF=BC=89?= Date: Mon, 26 May 2014 22:59:16 +0800 Subject: [PATCH 1/3] Fix 5-say/composer-doc-cn #2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 您看一下,这样翻译可以么? --- cn-introduction/04-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cn-introduction/04-schema.md b/cn-introduction/04-schema.md index 6c46a0e..2b593cf 100644 --- a/cn-introduction/04-schema.md +++ b/cn-introduction/04-schema.md @@ -745,9 +745,9 @@ $extra = $event->getComposer()->getPackage()->getExtra(); ### bin -A set of files that should be treated as binaries and symlinked into the `bin-dir` (from config). +一组可视为二进制执行文件的文件集合,他们应该(在配置文件中)被连接到 `bin-dir` 文件夹。 -See [Vendor Binaries](articles/vendor-binaries.md) for more details. +详情请见 [Vendor Binaries](https://github.com/5-say/composer-doc-cn/issues/articles/vendor-binaries.md) 可选。 From 0afe595f11f5f7fe905354a6b21a3d6cb9da435e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E5=AD=A4=E6=80=9D=E5=AD=90=EF=BC=88Pari?= =?UTF-8?q?s=C2=B7QianSen=EF=BC=89?= Date: Tue, 27 May 2014 15:47:24 +0800 Subject: [PATCH 2/3] Update 04-schema.md --- cn-introduction/04-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cn-introduction/04-schema.md b/cn-introduction/04-schema.md index 2b593cf..70d7537 100644 --- a/cn-introduction/04-schema.md +++ b/cn-introduction/04-schema.md @@ -745,9 +745,9 @@ $extra = $event->getComposer()->getPackage()->getExtra(); ### bin -一组可视为二进制执行文件的文件集合,他们应该(在配置文件中)被连接到 `bin-dir` 文件夹。 +这个属性告知系统有一组文件,它们应该被视为二进制文件,并(在 config 属性中设置)被软链接到 `bin-dir` 目录。 -详情请见 [Vendor Binaries](https://github.com/5-say/composer-doc-cn/issues/articles/vendor-binaries.md) +详细请查看 [Vendor Binaries](https://github.com/5-say/composer-doc-cn/issues/articles/vendor-binaries.md)。 可选。 From e5d7fc0441803ec1b23f1dd10d196ab0d0ce2072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E5=AD=A4=E6=80=9D=E5=AD=90=EF=BC=88Pari?= =?UTF-8?q?s=C2=B7QianSen=EF=BC=89?= Date: Wed, 28 May 2014 11:18:07 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B6=88=E9=99=A4=E5=AF=B9bin=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E7=BF=BB=E8=AF=91=E6=89=80=E9=80=A0=E6=88=90=E7=9A=84?= =?UTF-8?q?=E6=AD=A7=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cn-introduction/04-schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cn-introduction/04-schema.md b/cn-introduction/04-schema.md index 70d7537..deaa642 100644 --- a/cn-introduction/04-schema.md +++ b/cn-introduction/04-schema.md @@ -745,9 +745,9 @@ $extra = $event->getComposer()->getPackage()->getExtra(); ### bin -这个属性告知系统有一组文件,它们应该被视为二进制文件,并(在 config 属性中设置)被软链接到 `bin-dir` 目录。 +该属性用于标注一组应被视为二进制脚本的文件,他们会被软链接到(config 对象中的)`bin-dir` 属性所标注的目录,以供其他依赖库调用。 -详细请查看 [Vendor Binaries](https://github.com/5-say/composer-doc-cn/issues/articles/vendor-binaries.md)。 +详细请查看 [Vendor Binaries](articles/vendor-binaries.md)。 可选。