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,20 @@
# kcadm.sh
> 执行管理任务。
> 更多信息:<https://www.keycloak.org/docs/latest/server_admin/#admin-cli>。
- 启动一个经过身份验证的会话:
`kcadm.sh config credentials --server {{host}} --realm {{realm_name}} --user {{username}} --password {{password}}`
- 创建一个用户:
`kcadm.sh create users -s username={{username}} -r {{realm_name}}`
- 列出所有领域:
`kcadm.sh get realms`
- 使用 JSON 配置更新领域:
`kcadm.sh update realms/{{realm_name}} -f {{path/to/file.json}}`