feat: add app and config

This commit is contained in:
2025-03-23 02:59:41 +08:00
parent 063837350b
commit 1d97ff88b9
24 changed files with 351 additions and 176 deletions

View File

@@ -47,7 +47,28 @@
"app": {
"domain": "访问域名",
"version": "版本",
"runtime": "可以运行的环境"
"runtime": "可以运行的环境",
"share": "共享配置"
},
"Share": "分享"
"Share": "分享",
"Switch To User": "切换到用户",
"Language changed to": "语言已切换到",
"en": "英语",
"zh": "中文",
"Config": "配置",
"Tags": "标签",
"Add a tag": "添加一个标签",
"Tags Input": "标签输入",
"Public": "公开",
"Protected": "受保护",
"Private": "私有",
"Input User Name": "输入用户名称",
"Select Date": "选择日期",
"Permission": "权限管理",
"password": "密码",
"expiration-time": "过期时间",
"usernames": "用户名",
"content-type": "内容类型",
"app-source": "应用来源",
"app-version": "应用版本"
}