mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
Don't crash when failing to parse arguments
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
@@ -5,6 +5,7 @@ capslock = 大写锁定
|
||||
|
||||
err_alloc = 内存分配失败
|
||||
|
||||
|
||||
err_bounds = 索引越界
|
||||
|
||||
err_chdir = 无法打开home文件夹
|
||||
@@ -15,6 +16,7 @@ err_domain = 无效的域
|
||||
|
||||
|
||||
|
||||
|
||||
err_hostname = 获取主机名失败
|
||||
|
||||
|
||||
@@ -47,7 +49,6 @@ err_pwnam = 获取用户信息失败
|
||||
|
||||
|
||||
|
||||
|
||||
err_user_gid = 设置用户GID失败
|
||||
err_user_init = 初始化用户失败
|
||||
err_user_uid = 设置用户UID失败
|
||||
@@ -56,6 +57,7 @@ err_user_uid = 设置用户UID失败
|
||||
err_xsessions_dir = 找不到会话文件夹
|
||||
err_xsessions_open = 无法打开会话文件夹
|
||||
|
||||
|
||||
login = 登录
|
||||
logout = 注销
|
||||
|
||||
@@ -67,7 +69,6 @@ password = 密码
|
||||
shell = shell
|
||||
|
||||
|
||||
|
||||
wayland = wayland
|
||||
x11 = x11
|
||||
xinitrc = xinitrc
|
||||
|
||||
Reference in New Issue
Block a user