Files
homarr/public/locales/nl/layout/manage.json
2025-08-02 18:04:19 +02:00

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