feat: Add New Translation for mail test functionality in the dialog to test email settings
This commit is contained in:
@@ -23,6 +23,21 @@ export const settingsTranslations: SettingsTranslations = {
|
||||
enableTLS: "TLS aktivieren",
|
||||
localName: "Lokaler Name",
|
||||
|
||||
// Test Email
|
||||
testEmail: "Test Email",
|
||||
sendTestEmail: "Send test email",
|
||||
emailTemplate: "Email template",
|
||||
verification: "Verification",
|
||||
passwordReset: "Password reset",
|
||||
confirmEmailChange: "Confirm email change",
|
||||
otp: "OTP",
|
||||
loginAlert: "Login alert",
|
||||
authCollection: "Auth collection",
|
||||
selectCollection: "Select collection",
|
||||
toEmailAddress: "To email address",
|
||||
enterEmailAddress: "Enter email address",
|
||||
sending: "Sending...",
|
||||
|
||||
// Actions and status
|
||||
save: "Änderungen speichern",
|
||||
saving: "Speichere...",
|
||||
|
||||
@@ -24,6 +24,21 @@ export const settingsTranslations: SettingsTranslations = {
|
||||
enableTLS: "Enable TLS",
|
||||
localName: "Local Name",
|
||||
|
||||
// Test Email
|
||||
testEmail: "Test Email",
|
||||
sendTestEmail: "Send test email",
|
||||
emailTemplate: "Email template",
|
||||
verification: "Verification",
|
||||
passwordReset: "Password reset",
|
||||
confirmEmailChange: "Confirm email change",
|
||||
otp: "OTP",
|
||||
loginAlert: "Login alert",
|
||||
authCollection: "Auth collection",
|
||||
selectCollection: "Select collection",
|
||||
toEmailAddress: "To email address",
|
||||
enterEmailAddress: "Enter email address",
|
||||
sending: "Sending...",
|
||||
|
||||
// Actions and status
|
||||
save: "Save Changes",
|
||||
saving: "Saving...",
|
||||
|
||||
@@ -24,6 +24,21 @@ export const settingsTranslations: SettingsTranslations = {
|
||||
enableTLS: "បើក TLS",
|
||||
localName: "ឈ្មោះមូលដ្ឋាន",
|
||||
|
||||
// Test Email
|
||||
testEmail: "សាកល្បងអ៊ីមែល",
|
||||
sendTestEmail: "ផ្ញើអ៊ីមែលសាកល្បង",
|
||||
emailTemplate: "គំរូអ៊ីមែល",
|
||||
verification: "ការផ្ទៀងផ្ទាត់",
|
||||
passwordReset: "កំណត់ពាក្យសម្ងាត់ឡើងវិញ",
|
||||
confirmEmailChange: "បញ្ជាក់ការផ្លាស់ប្តូរអ៊ីមែល",
|
||||
otp: "លេខកូដ OTP",
|
||||
loginAlert: "ការជូនដំណឹងចូលប្រព័ន្ធ",
|
||||
authCollection: "បណ្តុំផ្ទៀងផ្ទាត់",
|
||||
selectCollection: "ជ្រើសរើសបណ្តុំ",
|
||||
toEmailAddress: "ទៅអាសយដ្ឋានអ៊ីមែល",
|
||||
enterEmailAddress: "បញ្ចូលអាសយដ្ឋានអ៊ីមែល",
|
||||
sending: "កំពុងផ្ញើ...",
|
||||
|
||||
// Actions and status
|
||||
save: "រក្សាទុកការផ្លាស់ប្ដូរ",
|
||||
saving: "កំពុងរក្សាទុក...",
|
||||
|
||||
@@ -22,6 +22,21 @@ export interface SettingsTranslations {
|
||||
enableTLS: string;
|
||||
localName: string;
|
||||
|
||||
// Test Email
|
||||
testEmail: string;
|
||||
sendTestEmail: string;
|
||||
emailTemplate: string;
|
||||
verification: string;
|
||||
passwordReset: string;
|
||||
confirmEmailChange: string;
|
||||
otp: string;
|
||||
loginAlert: string;
|
||||
authCollection: string;
|
||||
selectCollection: string;
|
||||
toEmailAddress: string;
|
||||
enterEmailAddress: string;
|
||||
sending: string;
|
||||
|
||||
// Actions and status
|
||||
save: string;
|
||||
saving: string;
|
||||
|
||||
Reference in New Issue
Block a user