Files
homarr/public/locales/de/layout/manage.json
2024-12-17 19:03:12 +01:00

37 lines
887 B
JSON

{
"navigation": {
"home": {
"title": "Startseite"
},
"boards": {
"title": "Boards"
},
"users": {
"title": "Benutzer",
"items": {
"manage": "Verwalten",
"invites": "Einladungen"
}
},
"help": {
"title": "Hilfe",
"items": {
"documentation": "Dokumentation",
"report": "Ein Problem / einen Fehler melden",
"discord": "Community Discord",
"contribute": "Mitwirken"
}
},
"tools": {
"title": "Werkzeuge",
"items": {
"docker": "Docker",
"api": "API",
"migrate": ""
}
},
"about": {
"title": "Über"
}
}
}