Files
SCM-Manager/scm-ui/ui-webapp/public/locales/de/namespaces.json
Florian Scholdei 531de24fa5 Add programmatic label to the namespace links
Pushed-by: Florian Scholdei<florian.scholdei@cloudogu.com>
Co-authored-by: Florian Scholdei<florian.scholdei@cloudogu.com>
2024-11-25 14:44:34 +01:00

24 lines
542 B
JSON

{
"namespaceRoot": {
"menu": {
"navigationLabel": "Namespace",
"settingsNavLink": "Einstellungen",
"permissionsNavLink": "Berechtigungen",
"informationNavLink": "Informationen"
},
"infoPage": {
"subtitle": "Informationen",
"repository": "Repository",
"type": "Typ",
"contact": "Kontakt",
"lastModified": "Zuletzt geändert"
}
},
"repositoryOverview": {
"namespace": "Namespace",
"settings": {
"tooltip": "Einstellungen für den Namespace"
}
}
}