35 lines
810 B
JSON
35 lines
810 B
JSON
{
|
|
"navigation": {
|
|
"home": {
|
|
"title": "Home"
|
|
},
|
|
"boards": {
|
|
"title": "Borden"
|
|
},
|
|
"users": {
|
|
"title": "Gebruikers",
|
|
"items": {
|
|
"manage": "Beheer",
|
|
"invites": "Nodigt uit"
|
|
}
|
|
},
|
|
"help": {
|
|
"title": "Help",
|
|
"items": {
|
|
"documentation": "Documentatie",
|
|
"report": "Een probleem / bug melden",
|
|
"discord": "Community Discord",
|
|
"contribute": "Draag bij"
|
|
}
|
|
},
|
|
"tools": {
|
|
"title": "Gereedschap",
|
|
"items": {
|
|
"docker": "Docker"
|
|
}
|
|
},
|
|
"about": {
|
|
"title": "Over"
|
|
}
|
|
}
|
|
} |