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,21 @@
# wl-paste
> 在 Wayland 剪贴板中粘贴内容。
> 另见:`wl-copy``xclip`。
> 更多信息:<https://github.com/bugaevc/wl-clipboard>。
- 粘贴剪贴板的内容:
`wl-paste`
- 粘贴主剪贴板的内容(高亮文本):
`wl-paste --primary`
- 将剪贴板的内容写入文件:
`wl-paste > {{path/to/file}}`
- 将剪贴板的内容通过管道传递给命令:
`wl-paste | {{command}}`