Files
homarr/public/locales/ru/widgets/error-boundary.json
2024-12-17 18:40:51 +01:00

15 lines
531 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"card": {
"title": "Ой, произошла ошибка!",
"buttons": {
"details": "Подробности",
"tryAgain": "Повторить"
}
},
"modal": {
"text": "Виджет неожиданно завершил работу. Пожалуйста, ознакомьтесь с документацией и исправьте возможные опечатки.",
"label": "Возникшая ошибка",
"reportButton": "Сообщить об ошибке на GitHub"
}
}