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,28 @@
# xfce4-terminal
> XFCE4 终端模拟器。
> 更多信息:<https://docs.xfce.org/apps/xfce4-terminal/start>。
- 打开一个新的终端窗口:
`xfce4-terminal`
- 设置初始标题:
`xfce4-terminal --initial-title "{{initial_title}}"`
- 在当前终端窗口中打开一个新标签:
`xfce4-terminal --tab`
- 在新的终端窗口中执行一个命令:
`xfce4-terminal --command "{{command_with_args}}"`
- 在执行的命令完成后保留终端窗口:
`xfce4-terminal --command "{{command_with_args}}" --hold`
- 打开多个新标签,每个标签执行一个命令:
`xfce4-terminal --tab --command "{{command1}}" --tab --command "{{command2}}"`