i18n(zh-CN): add Chinese translation

This commit is contained in:
EdenQwQ 2024-06-14 20:43:21 +08:00 committed by Jeremy Soller
parent 3f48f6bb6f
commit dd5230c0be
11 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,37 @@
power = 电源
settings = 设置...
lock-screen = 锁定屏幕
lock-screen-shortcut = Super + Escape
log-out = 注销
log-out-shortcut = Ctrl + Alt + Delete
suspend = 中止
restart = 重启
shutdown = 关机
confirm = 确认
cancel = 取消
confirm-button = {
$action ->
[restart] { 重启 }
[suspend] { 中止 }
[shutdown] 关机
[log-out] { 注销 }
*[other] { 确认 }
}
confirm-title =
确认要 { $action ->
[restart] { 重启 }
[suspend] { 中止 }
[shutdown] { 关机 }
[log-out] 退出所有应用并注销
*[other] 应用所选操作
} 吗?
confirm-body =
系统将在 { $countdown } 秒内自动 { $action ->
[restart] 重启
[suspend] 中止
[shutdown] 关机
[lock-screen] 锁定屏幕
[log-out] 注销
*[other] 应用所选操作
}