From b15f53133fe3ac327f9444e20eb24bb7a5bb9ae9 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Tue, 1 Jan 2019 22:14:09 +0800 Subject: [PATCH] fix: invalid table translation --- aio/content/guide/build.md | 37 +++++++++++++++---------------------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/aio/content/guide/build.md b/aio/content/guide/build.md index c5b8f6f360..3b818890c4 100644 --- a/aio/content/guide/build.md +++ b/aio/content/guide/build.md @@ -289,28 +289,21 @@ Each budget entry is a JSON object with the following properties: - - + + + + + + +
- - Property - - 属性 - - - - Value - - 值 - - PropertyValue
属性
type - + The type of budget. One of: - + 限制的类型。有效值为: * bundle - The size of a specific bundle. @@ -342,21 +335,21 @@ Each budget entry is a JSON object with the following properties:
name - + The name of the bundle (for `type=bundle`). - + 要限制的包的名字(当 `type=bundle` 时)。 - +
baseline - + An absolute baseline size for percentage values. - + 一个表示基准大小的绝对值,用做比例值的基数。 - +