fix: invalid table translation

This commit is contained in:
Zhicheng WANG 2019-01-01 22:14:09 +08:00
parent d33259520b
commit b15f53133f
1 changed files with 15 additions and 22 deletions

View File

@ -289,28 +289,21 @@ Each budget entry is a JSON object with the following properties:
<table>
<tr>
<th>
Property
属性
</th>
<th>
Value
</th>
<th>Property</th>
<th>Value</th>
</tr>
<tr>
<th>属性</th>
<th></th>
</tr>
<tr>
<td>type</td>
<td>
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:
<tr>
<td>name</td>
<td>
The name of the bundle (for `type=bundle`).
要限制的包的名字(当 `type=bundle` 时)。
</td>
</tr>
<tr>
<td>baseline</td>
<td>
An absolute baseline size for percentage values.
一个表示基准大小的绝对值,用做比例值的基数。
</td>
</tr>
<tr>