Files
homarr/public/locales/en/layout/manage.json
2024-12-17 18:39:57 +01:00

37 lines
869 B
JSON

{
"navigation": {
"home": {
"title": "Home"
},
"boards": {
"title": "Boards"
},
"users": {
"title": "Users",
"items": {
"manage": "Manage",
"invites": "Invites"
}
},
"help": {
"title": "Help",
"items": {
"documentation": "Documentation",
"report": "Report an issue / bug",
"discord": "Community Discord",
"contribute": "Contribute"
}
},
"tools": {
"title": "Tools",
"items": {
"docker": "Docker",
"api": "API",
"migrate": "Migrate to 1.0"
}
},
"about": {
"title": "About"
}
}
}