Files
homarr/public/locales/nl/layout/manage.json
2023-11-09 20:24:27 +01:00

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"
}
}
}