37 lines
894 B
JSON
37 lines
894 B
JSON
{
|
|
"navigation": {
|
|
"home": {
|
|
"title": "Home"
|
|
},
|
|
"boards": {
|
|
"title": "Borden"
|
|
},
|
|
"users": {
|
|
"title": "Gebruikers",
|
|
"items": {
|
|
"manage": "Beheren",
|
|
"invites": "Uitnodigingen"
|
|
}
|
|
},
|
|
"help": {
|
|
"title": "Help",
|
|
"items": {
|
|
"documentation": "Documentatie",
|
|
"report": "Een probleem / bug melden",
|
|
"discord": "Community Discord",
|
|
"contribute": "Bijdragen"
|
|
}
|
|
},
|
|
"tools": {
|
|
"title": "Gereedschappen",
|
|
"items": {
|
|
"docker": "Docker",
|
|
"api": "API",
|
|
"migrate": "Migreren naar 1.0"
|
|
}
|
|
},
|
|
"about": {
|
|
"title": "Over"
|
|
}
|
|
}
|
|
} |