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,32 @@
# kwriteconfig5
> 为KDE Plasma写入KConfig条目。
> 更多信息:<https://userbase.kde.org/KDE_System_Administration/Configuration_Files>。
- 显示帮助:
`kwriteconfig5 --help`
- 设置全局配置键:
`kwriteconfig5 --group {{group_name}} --key {{key}} {{value}}`
- 在特定配置文件中设置键:
`kwriteconfig5 --file {{path/to/file}} --group {{group_name}} --key {{key}} {{value}}`
- 删除一个键:
`kwriteconfig5 --group {{group_name}} --key {{key}} --delete`
- 在可用时使用systemd启动Plasma会话
`kwriteconfig5 --file {{startkderc}} --group {{General}} --key {{systemdBoot}} {{true}}`
- 当窗口最大化时隐藏标题栏如Ubuntu
`kwriteconfig5 --file {{~/.config/kwinrc}} --group {{Windows}} --key {{BorderlessMaximizedWindows}} {{true}}`
- 配置KRunner使用Meta命令/Windows全局热键打开
`kwriteconfig5 --file {{~/.config/kwinrc}} --group {{ModifierOnlyShortcuts}} --key {{Meta}} "{{org.kde.kglobalaccel,/component/krunner_desktop,org.kde.kglobalaccel.Component,invokeShortcut,_launch}}"`