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

@@ -1,24 +1,24 @@
# msg
# 消息
> 指定的用户或会话发送息。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/msg>.
> 向用户或会话发送息。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/msg>
- 向指定用户或会话发送息:
- 向指定用户或会话发送息:
`msg {{用户名|会话名|会话 id}} {{息}}`
`msg {{用户名|会话名|会话ID}} {{息}}`
-标准输入发送息:
- `stdin` 发送息:
`echo "{{息}}" | msg {{用户名|会话名|会话 id}}`
`echo "{{息}}" | msg {{用户名|会话名|会话ID}}`
-指定的服务器发送消息:
-特定服务器发送消息:
`msg /server:{{服务器名称}} {{用户名|会话名|会话 id}}`
`msg /server:{{服务器名称}} {{用户名|会话名|会话ID}}`
- 向当前计算机的所有用户发送消息:
`msg *`
- 设置发送消息延迟:
- 设置消息延迟(以秒为单位)
`msg /time:{{}}`
`msg /time:{{10}}`