15 lines
338 B
JSON
15 lines
338 B
JSON
{
|
|
"card": {
|
|
"title": "Oops, there was an error!",
|
|
"buttons": {
|
|
"details": "Details",
|
|
"tryAgain": "Try again"
|
|
}
|
|
},
|
|
"modal": {
|
|
"text": "The widet crashed unexpectitly. Please read the documentation and fix any typos.",
|
|
"label": "Occurred error",
|
|
"reportButton": "Report this error on GitHub"
|
|
}
|
|
}
|