mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-11 02:41:12 -05:00
30 lines
1.8 KiB
JSON
30 lines
1.8 KiB
JSON
{
|
|
"emailBasicConfig": "Basic Configuration",
|
|
"emailLogs": "Email Logs",
|
|
"emailTemplate": "Email Template",
|
|
"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.",
|
|
"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.",
|
|
"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.",
|
|
"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.",
|
|
"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."
|
|
}
|