mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:32:16 +08:00
fix(web): localize error boundary copy (#34332)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -162,6 +162,15 @@
|
||||
"environment.development": "DEVELOPMENT",
|
||||
"environment.testing": "TESTING",
|
||||
"error": "Error",
|
||||
"errorBoundary.componentStack": "Component Stack:",
|
||||
"errorBoundary.details": "Error Details (Development Only)",
|
||||
"errorBoundary.errorCount": "This error has occurred {{count}} times",
|
||||
"errorBoundary.fallbackTitle": "Oops! Something went wrong",
|
||||
"errorBoundary.message": "An unexpected error occurred while rendering this component.",
|
||||
"errorBoundary.reloadPage": "Reload Page",
|
||||
"errorBoundary.title": "Something went wrong",
|
||||
"errorBoundary.tryAgain": "Try Again",
|
||||
"errorBoundary.tryAgainCompact": "Try again",
|
||||
"errorMsg.fieldRequired": "{{field}} is required",
|
||||
"errorMsg.urlError": "url should start with http:// or https://",
|
||||
"feedback.content": "Feedback Content",
|
||||
|
||||
Reference in New Issue
Block a user