From a80bdc8cddfe5e710bf15bdfdfb4189341949206 Mon Sep 17 00:00:00 2001 From: hizikata <35916025+hizikata@users.noreply.github.com> Date: Thu, 20 Jun 2019 15:03:10 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20line=20260,=E2=80=9C=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E2=80=9D=E6=94=B9=E4=B8=BA=E2=80=9Cproperties=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根据上下文,此处properties指的是schema.json的properties属性,故不需要翻译成中文。跟上文的id,title,type一样,不需要翻译 --- aio/content/guide/schematics-for-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/schematics-for-libraries.md b/aio/content/guide/schematics-for-libraries.md index f97383ab80..56fcbaca9e 100644 --- a/aio/content/guide/schematics-for-libraries.md +++ b/aio/content/guide/schematics-for-libraries.md @@ -258,7 +258,7 @@ When you add a schematic to the collection, you have to point to it in the colle * *properties* : An object that defines the available options for the schematic. - *属性*:一个定义该原理图可用选项的对象。 + *properties*:一个定义该原理图可用选项的对象。 Each option associates key with a type, description, and optional alias.