37 lines
869 B
JSON
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"
|
|
}
|
|
}
|
|
} |