Updated translation for SMTP password field in Mail Settings
This commit is contained in:
@@ -3,33 +3,35 @@ import { SettingsTranslations } from '../types/settings';
|
||||
|
||||
export const settingsTranslations: SettingsTranslations = {
|
||||
// Tabs
|
||||
systemSettings: "System Settings",
|
||||
mailSettings: "Mail Settings",
|
||||
systemSettings: "ការកំណត់ប្រព័ន្ធ",
|
||||
mailSettings: "ការកំណត់សំបុត្រ",
|
||||
|
||||
// System Settings
|
||||
appName: "Application Name",
|
||||
appURL: "Application URL",
|
||||
senderName: "Sender Name",
|
||||
senderEmail: "Sender Email Address",
|
||||
hideControls: "Hide Controls",
|
||||
appName: "ឈ្មោះកម្មវិធី",
|
||||
appURL: "URL កម្មវិធី",
|
||||
senderName: "ឈ្មោះអ្នកផ្ញើ",
|
||||
senderEmail: "អាសយដ្ឋានអ៊ីមែលអ្នកផ្ញើ",
|
||||
hideControls: "លាក់ការគ្រប់គ្រង",
|
||||
|
||||
// Mail Settings
|
||||
smtpSettings: "SMTP Configuration",
|
||||
smtpEnabled: "Enable SMTP",
|
||||
smtpHost: "SMTP Host",
|
||||
smtpPort: "SMTP Port",
|
||||
smtpUsername: "SMTP Username",
|
||||
smtpAuthMethod: "Authentication Method",
|
||||
enableTLS: "Enable TLS",
|
||||
localName: "Local Name",
|
||||
smtpSettings: "ការកំណត់រចនាសម្ព័ន្ធ SMTP",
|
||||
smtpEnabled: "បើក SMTP",
|
||||
smtpHost: "ម៉ាស៊ីន SMTP",
|
||||
smtpPort: "ច្រក SMTP",
|
||||
smtpUsername: "ឈ្មោះអ្នកប្រើ SMTP",
|
||||
smtpPassword: "ពាក្យសម្ងាត់ SMTP",
|
||||
smtpAuthMethod: "វិធីសាស្ត្រផ្ទៀងផ្ទាត់",
|
||||
enableTLS: "បើក TLS",
|
||||
localName: "ឈ្មោះមូលដ្ឋាន",
|
||||
|
||||
// Actions and status
|
||||
save: "Save Changes",
|
||||
saving: "Saving...",
|
||||
settingsUpdated: "Settings updated successfully",
|
||||
errorSavingSettings: "Error saving settings",
|
||||
testConnection: "Test Connection",
|
||||
testingConnection: "Testing Connection...",
|
||||
connectionSuccess: "Connection successful",
|
||||
connectionFailed: "Connection failed"
|
||||
save: "រក្សាទុកការផ្លាស់ប្ដូរ",
|
||||
saving: "កំពុងរក្សាទុក...",
|
||||
settingsUpdated: "បានធ្វើបច្ចុប្បន្នភាពការកំណត់ដោយជោគជ័យ",
|
||||
errorSavingSettings: "មានបញ្ហាក្នុងការរក្សាទុកការកំណត់",
|
||||
errorFetchingSettings: "មានបញ្ហាក្នុងការទាញយកការកំណត់",
|
||||
testConnection: "សាកល្បងការតភ្ជាប់",
|
||||
testingConnection: "កំពុងសាកល្បងការតភ្ជាប់...",
|
||||
connectionSuccess: "ការតភ្ជាប់ជោគជ័យ",
|
||||
connectionFailed: "ការតភ្ជាប់បរាជ័យ"
|
||||
};
|
||||
Reference in New Issue
Block a user