Files
Homarr/public/locales/es/widgets/error-boundary.json
2023-06-09 20:41:30 +02:00

15 lines
362 B
JSON

{
"card": {
"title": "Ups, ¡hubo un error!",
"buttons": {
"details": "Detalles",
"tryAgain": "Intentar de nuevo"
}
},
"modal": {
"text": "Hubo un error inesperado. Por favor, comprueba tu configuración, y repórtalo si crees que se trata de un error.",
"label": "Tu error",
"reportButton": "Reportar este error"
}
}