语言文件

This commit is contained in:
2023-08-22 04:27:51 +08:00
parent 67b299c182
commit fd12181d80
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
text = {}
text["name"] = "# JCM (jiang 终端 管理系统) 安装程序#"
text["insdir"] = "安装目录: "
text["port"] = "端口: "
text["boot"] = "自启: "
text["qr"] = "确认信息,输入exit退出安装"
text["oserr"] = "获取 OS 名称 出错"
text["init"] = "初始化"
text["osname"] = "OS 名称:"
text["devname"] = "主机名:"

View File

@@ -0,0 +1,7 @@
text = {}
text["osname"] = "OS 名称:"
text["devname"] = "主机名:"
text["init"] = "init"
text["user"] = "User:"
text["passwor"] = "Password:"