add support message button in saas

This commit is contained in:
miloschwartz
2025-10-27 21:55:34 -07:00
parent 9e5c9d9c34
commit 8b4722b1c9
7 changed files with 476 additions and 15 deletions

View File

@@ -2041,5 +2041,24 @@
"warning": "Warning",
"proxyProtocolWarning": "Your backend application must be configured to accept Proxy Protocol connections. If your backend doesn't support Proxy Protocol, enabling this will break all connections. Make sure to configure your backend to trust Proxy Protocol headers from Traefik.",
"restarting": "Restarting...",
"manual": "Manual"
"manual": "Manual",
"messageSupport": "Message Support",
"supportNotAvailableTitle": "Support Not Available",
"supportNotAvailableDescription": "Support is not available right now. You can send an email to support@pangolin.net.",
"supportRequestSentTitle": "Support Request Sent",
"supportRequestSentDescription": "Your message has been sent successfully.",
"supportRequestFailedTitle": "Failed to Send Request",
"supportRequestFailedDescription": "An error occurred while sending your support request.",
"supportSubjectRequired": "Subject is required",
"supportSubjectMaxLength": "Subject must be 255 characters or less",
"supportMessageRequired": "Message is required",
"supportReplyTo": "Reply To",
"supportSubject": "Subject",
"supportSubjectPlaceholder": "Enter subject",
"supportMessage": "Message",
"supportMessagePlaceholder": "Enter your message",
"supportSending": "Sending...",
"supportSend": "Send",
"supportMessageSent": "Message Sent!",
"supportWillContact": "We'll be in touch shortly!"
}