add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,32 @@
# pio 账户
> 在命令行中管理您的 PlatformIO 账户。
> 更多信息:<https://docs.platformio.org/en/latest/core/userguide/account/>.
- 注册一个新的 PlatformIO 账户:
`pio account register --username {{username}} --email {{email}} --password {{password}} --firstname {{firstname}} --lastname {{lastname}}`
- 永久删除您的 PlatformIO 账户及相关数据:
`pio account destroy`
- 登录到您的 PlatformIO 账户:
`pio account login --username {{username}} --password {{password}}`
- 登出您的 PlatformIO 账户:
`pio account logout`
- 更新您的 PlatformIO 个人资料:
`pio account update --username {{username}} --email {{email}} --firstname {{firstname}} --lastname {{lastname}} --current-password {{password}}`
- 显示关于您 PlatformIO 账户的详细信息:
`pio account show`
- 使用您的用户名或电子邮件重置密码:
`pio account forgot --username {{username_or_email}}`