Implement database migration, notification logs, and one-click Mailcow setup
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
"mailboxes": "Mailboxes",
|
||||
"mailClient": "Mail Client",
|
||||
"users": "User Management",
|
||||
"mappings": "Mappings",
|
||||
"logs": "Notification Logs",
|
||||
"logout": "Log Out",
|
||||
"general": "GENERAL",
|
||||
"management": "MANAGEMENT",
|
||||
@@ -27,7 +29,7 @@
|
||||
"mailboxes": "Mailboxes",
|
||||
"aliases": "Aliases",
|
||||
"users": "Defined Users",
|
||||
"usersSub": "Users are managed from .env",
|
||||
"usersSub": "Users managed via database",
|
||||
"domainStatus": "Domain Status",
|
||||
"domain": "Domain",
|
||||
"quotaUsage": "Quota Usage",
|
||||
@@ -40,7 +42,7 @@
|
||||
"manageMailboxes": "Mailboxes",
|
||||
"manageMailboxesDesc": "Create new account, change password, delete",
|
||||
"manageUsers": "Users",
|
||||
"manageUsersDesc": "View defined panel users from .env"
|
||||
"manageUsersDesc": "Manage and authorize panel users"
|
||||
},
|
||||
"domains": {
|
||||
"title": "Domains",
|
||||
@@ -61,16 +63,41 @@
|
||||
"tryDiffSearch": "Try a different search term"
|
||||
},
|
||||
"users": {
|
||||
"title": "System Users",
|
||||
"subtitle": "Admin users defined via .env file",
|
||||
"info": "User management is done securely via the environment variables (.env). This panel is read-only.",
|
||||
"username": "Username",
|
||||
"name": "Name",
|
||||
"title": "User Management",
|
||||
"subtitle": "Manage panel access permissions and notification settings",
|
||||
"addUser": "Add User",
|
||||
"editUser": "Edit User",
|
||||
"username": "User",
|
||||
"role": "Role",
|
||||
"domains": "Authorized Domains",
|
||||
"domains": "Allowed Domains",
|
||||
"superAdmin": "Super Admin",
|
||||
"domainAdmin": "Domain Admin",
|
||||
"allDomains": "All Domains"
|
||||
"allDomains": "All domains",
|
||||
"noUsers": "No users found",
|
||||
"searchPlaceholder": "Search name or email...",
|
||||
"info": "Users are now stored in the database. You can update permissions and notification settings here."
|
||||
},
|
||||
"mappings": {
|
||||
"title": "Mail Mappings",
|
||||
"subtitle": "Manage which user receives notifications for incoming mails",
|
||||
"addMapping": "Add Mapping",
|
||||
"email": "Email Address",
|
||||
"user": "User to Notify",
|
||||
"noMappings": "No mappings found",
|
||||
"searchPlaceholder": "Search email address..."
|
||||
},
|
||||
"logs": {
|
||||
"title": "Notification Logs",
|
||||
"subtitle": "Status and details of recently sent notifications",
|
||||
"mailbox": "Recipient Mail",
|
||||
"sender": "Sender",
|
||||
"subject": "Subject",
|
||||
"status": "Status",
|
||||
"date": "Date",
|
||||
"error": "Error Detail",
|
||||
"noLogs": "No log records found yet",
|
||||
"sent": "SENT",
|
||||
"failed": "FAILED"
|
||||
},
|
||||
"mailboxes": {
|
||||
"title": "Mailboxes",
|
||||
@@ -100,6 +127,8 @@
|
||||
"quotaMb": "Quota (MB)",
|
||||
"cancel": "Cancel",
|
||||
"create": "Create",
|
||||
"notifyUser": "Notify User (TG)",
|
||||
"noNotify": "No Notifications",
|
||||
"newPasswordFor": "New password for",
|
||||
"update": "Update",
|
||||
"connectionInfo": "Client Connection Info",
|
||||
|
||||
Reference in New Issue
Block a user