Skip to content

Commit

Permalink
ci auto translate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luatos_bot committed Oct 25, 2024
1 parent b0334d3 commit 7fc580f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_static/luatos-emulator/vs/snippet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ <h2>mobile.apn(index, cid, new_apn_name, user_name, password, ip_type, protocol)
</thead>
<tbody>
<tr class="row-even"><td><p>string</p></td>
<td><p>The default APN value obtained. If the APN fails, the value is returned.nil</p></td>
<td><p>If the network registration is successful, return the APN value used for registration, otherwise it is nil. It is set that there will be no return value immediately, and the network registration needs to be successful.</p></td>
</tr>
</tbody>
</table></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion translated-docs/_static/luatos-emulator/vs/snippet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion translated-docs/api/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ To obtain or set the APN, the APN must be set before entering the network, for e

|return value type | explanation|
|-|-|
|string|The default APN value obtained. If the APN fails, the value is returned.nil|
|string|If the network registration is successful, return the APN value used for registration, otherwise it is nil. It is set that there will be no return value immediately, and the network registration needs to be successful.|

**Examples**

Expand Down
2 changes: 2 additions & 0 deletions translation-data/api/mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ The time interval for periodically obtaining cell information, in milliseconds.
Firmware usage
固定使用
Fixed use
如果网络注册成功,返回注册用的APN值,反之是nil。设置好不会立刻有返回值,需要等网络注册成功
If the network registration is successful, return the APN value used for registration, otherwise it is nil. It is set that there will be no return value immediately, and the network registration needs to be successful.
如需要真正的唯一ID, 使用
If you need a truly unique ID, use
定期轮训式
Expand Down

0 comments on commit 7fc580f

Please sign in to comment.