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 @@
# Stormlock
> 集中锁定系统。
> 更多信息: <https://github.com/tmccombs/stormlock>。
- 为资源获取租约:
`stormlock acquire {{resource}}`
- 释放给定资源的租约:
`stormlock release {{resource}} {{lease_id}}`
- 显示当前资源的租约信息(如果有的话):
`stormlock current {{resource}}`
- 测试给定资源的租约是否当前有效:
`stormlock is-held {{resource}} {{lease_id}}`