Files
homarr/public/locales/ru/layout/manage.json
2024-01-15 21:31:58 +01:00

36 lines
994 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.
{
"navigation": {
"home": {
"title": "Главная"
},
"boards": {
"title": "Панели"
},
"users": {
"title": "Пользователи",
"items": {
"manage": "Управление",
"invites": "Приглашения"
}
},
"help": {
"title": "Помощь",
"items": {
"documentation": "Документация",
"report": "Сообщить о проблеме / ошибке",
"discord": "Сообщество Discord",
"contribute": "Внести вклад"
}
},
"tools": {
"title": "Инструменты",
"items": {
"docker": "Docker",
"api": "API"
}
},
"about": {
"title": "О программе"
}
}
}