fix: invalid table translation
This commit is contained in:
parent
d33259520b
commit
b15f53133f
@ -289,28 +289,21 @@ Each budget entry is a JSON object with the following properties:
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>Property</th>
|
||||||
|
<th>Value</th>
|
||||||
Property
|
</tr>
|
||||||
|
|
||||||
属性
|
<tr>
|
||||||
|
<th>属性</th>
|
||||||
</th>
|
<th>值</th>
|
||||||
<th>
|
|
||||||
|
|
||||||
Value
|
|
||||||
|
|
||||||
值
|
|
||||||
|
|
||||||
</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>type</td>
|
<td>type</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
The type of budget. One of:
|
The type of budget. One of:
|
||||||
|
|
||||||
限制的类型。有效值为:
|
限制的类型。有效值为:
|
||||||
|
|
||||||
* bundle - The size of a specific bundle.
|
* bundle - The size of a specific bundle.
|
||||||
@ -342,21 +335,21 @@ Each budget entry is a JSON object with the following properties:
|
|||||||
<tr>
|
<tr>
|
||||||
<td>name</td>
|
<td>name</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
The name of the bundle (for `type=bundle`).
|
The name of the bundle (for `type=bundle`).
|
||||||
|
|
||||||
要限制的包的名字(当 `type=bundle` 时)。
|
要限制的包的名字(当 `type=bundle` 时)。
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>baseline</td>
|
<td>baseline</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
An absolute baseline size for percentage values.
|
An absolute baseline size for percentage values.
|
||||||
|
|
||||||
一个表示基准大小的绝对值,用做比例值的基数。
|
一个表示基准大小的绝对值,用做比例值的基数。
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user