mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-07-31 18:38:19 +02:00
Add error boundary for tools
This commit is contained in:
parent
c344942d40
commit
e0edd29436
6 changed files with 100 additions and 8 deletions
|
@ -47,6 +47,12 @@
|
|||
"system": {
|
||||
"notfound": "Seite nicht gefunden",
|
||||
"language": "Sprache",
|
||||
"imprint": "Impressum"
|
||||
"imprint": "Impressum",
|
||||
"errors": {
|
||||
"toolException": {
|
||||
"title": "Ein fatales Problem ist aufgetreten.",
|
||||
"description": "Im Werkzeug ist ein fatales Problem aufgetreten und die Aufgabe konnte nicht abgeschlossen werden. Bitte erneut versuchen."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -47,6 +47,12 @@
|
|||
"system": {
|
||||
"notfound": "Page Not Found",
|
||||
"language": "Language",
|
||||
"imprint": "Imprint"
|
||||
"imprint": "Imprint",
|
||||
"errors": {
|
||||
"toolException": {
|
||||
"title": "The tool encountered a fatal error.",
|
||||
"description": "The tool encountered a fatal error and was unable to complete its task. Please retry."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue