feat: add identification page
This commit is contained in:
@@ -4,6 +4,17 @@ export const zh = {
|
||||
manager: '管理',
|
||||
footer: '© {year} PMS Playlist Sync。已连接到 Docker 后端。',
|
||||
},
|
||||
auth: {
|
||||
title: '登录',
|
||||
subtitle: '登录后管理播放列表同步',
|
||||
username: '用户名',
|
||||
password: '密码',
|
||||
loginBtn: '登录',
|
||||
logout: '登出',
|
||||
loggingIn: '验证中...',
|
||||
invalidCredentials: '用户名或密码错误',
|
||||
welcome: '欢迎,{user}',
|
||||
},
|
||||
common: {
|
||||
save: '保存',
|
||||
cancel: '取消',
|
||||
|
||||
Reference in New Issue
Block a user