feat: add identification page

This commit is contained in:
2025-12-18 06:46:27 +09:00
parent e3d3df9ecb
commit ea5a0004da
17 changed files with 696 additions and 79 deletions
+11
View File
@@ -4,6 +4,17 @@ export const en = {
manager: 'Manager',
footer: '© {year} PMS Playlist Sync. Connected to Docker backend.',
},
auth: {
title: 'Login',
subtitle: 'Sign in to manage your playlist syncs',
username: 'Username',
password: 'Password',
loginBtn: 'Sign In',
logout: 'Logout',
loggingIn: 'Verifying...',
invalidCredentials: 'Invalid username or password',
welcome: 'Welcome, {user}',
},
common: {
save: 'Save',
cancel: 'Cancel',