mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-09 09:51:15 -05:00
48 lines
2.8 KiB
JSON
48 lines
2.8 KiB
JSON
{
|
|
"emailBasicConfig": "Basic Configuration",
|
|
"emailBasicConfigDescription": "Configure SMTP server settings and email verification options",
|
|
"emailLogs": "Email Logs",
|
|
"emailLogsDescription": "View the history of sent emails and their status",
|
|
"emailSuffixWhitelist": "Email Suffix Whitelist",
|
|
"emailSuffixWhitelistDescription": "When enabled, only emails with suffixes in the list can register",
|
|
"emailTemplate": "Email Template",
|
|
"emailVerification": "Email Verification",
|
|
"emailVerificationDescription": "When enabled, users will need to verify their email",
|
|
"enable": "Enable",
|
|
"enableDescription": "After enabling, mobile phone registration, login, binding, and unbinding functions will be enabled",
|
|
"expiration_email_template": "Expiration Notice Template",
|
|
"expiration_email_templateDescription": "The {after}.variable{before} placeholders will be replaced with actual data. Ensure to keep these variables.",
|
|
"failed": "Failed",
|
|
"inputPlaceholder": "Enter value...",
|
|
"maintenance_email_template": "Maintenance Notice Template",
|
|
"maintenance_email_templateDescription": "The {after}.variable{before} placeholders will be replaced with actual data. Ensure to keep these variables.",
|
|
"recipient": "Recipient",
|
|
"saveFailed": "Failed to save configuration",
|
|
"saveSuccess": "Configuration saved successfully.",
|
|
"sendFailure": "Failed to send test email, please check the configuration.",
|
|
"sendSuccess": "Test email sent successfully.",
|
|
"sendTestEmail": "Send Test Email",
|
|
"sendTestEmailDescription": "Send a test email to verify the configuration.",
|
|
"senderAddress": "Sender Address",
|
|
"senderAddressDescription": "The default email address used for sending emails.",
|
|
"sent": "Sent",
|
|
"sentAt": "Sent At",
|
|
"smtpAccount": "SMTP Account",
|
|
"smtpAccountDescription": "The email account used for authentication.",
|
|
"smtpEncryptionMethod": "SMTP Encryption Method",
|
|
"smtpEncryptionMethodDescription": "Choose whether to enable SSL/TLS encryption.",
|
|
"smtpPassword": "SMTP Password",
|
|
"smtpPasswordDescription": "The password for the SMTP account.",
|
|
"smtpServerAddress": "SMTP Server Address",
|
|
"smtpServerAddressDescription": "Specify the server address used for sending emails.",
|
|
"smtpServerPort": "SMTP Server Port",
|
|
"smtpServerPortDescription": "Specify the port used to connect to the SMTP server.",
|
|
"status": "Status",
|
|
"subject": "Subject",
|
|
"verify_email_template": "Verification Email Template",
|
|
"verify_email_templateDescription": "The {after}.variable{before} placeholders will be replaced with actual data. Ensure to keep these variables.",
|
|
"whitelistSuffixes": "Whitelist Suffixes",
|
|
"whitelistSuffixesDescription": "Used for email verification during registration; one per line",
|
|
"whitelistSuffixesPlaceholder": "Enter email suffixes, one per line"
|
|
}
|