feat(ui): settings menu restructure, git branch dropdown, and repo cleanup
This commit is contained in:
@@ -93,16 +93,19 @@
|
||||
},
|
||||
"settings": {
|
||||
"title": "Systemeinstellungen",
|
||||
"tabSystem": "Systemkonfiguration",
|
||||
"tabNpm": "NPM Integration",
|
||||
"tabImages": "Docker Images",
|
||||
"tabSystem": "NetBird MSP System",
|
||||
"tabNpm": "NPM Proxy",
|
||||
"tabImages": "NetBird Docker Images",
|
||||
"tabBranding": "Branding",
|
||||
"tabUsers": "Benutzer",
|
||||
"tabAzure": "Azure AD",
|
||||
"tabDns": "Windows DNS",
|
||||
"tabLdap": "LDAP / AD",
|
||||
"tabUpdate": "Updates",
|
||||
"tabUpdate": "NetBird MSP Updates",
|
||||
"tabSecurity": "Sicherheit",
|
||||
"groupUsers": "Benutzerverwaltung",
|
||||
"groupSystem": "Systemkonfiguration",
|
||||
"groupExternal": "Umsysteme",
|
||||
"baseDomain": "Basis-Domain",
|
||||
"baseDomainPlaceholder": "ihredomain.com",
|
||||
"baseDomainHint": "Kunden erhalten Subdomains: kunde.ihredomain.com",
|
||||
|
||||
@@ -114,16 +114,19 @@
|
||||
},
|
||||
"settings": {
|
||||
"title": "System Settings",
|
||||
"tabSystem": "System Configuration",
|
||||
"tabNpm": "NPM Integration",
|
||||
"tabImages": "Docker Images",
|
||||
"tabSystem": "NetBird MSP System",
|
||||
"tabNpm": "NPM Proxy",
|
||||
"tabImages": "NetBird Docker Images",
|
||||
"tabBranding": "Branding",
|
||||
"tabUsers": "Users",
|
||||
"tabAzure": "Azure AD",
|
||||
"tabDns": "Windows DNS",
|
||||
"tabLdap": "LDAP / AD",
|
||||
"tabUpdate": "Updates",
|
||||
"tabUpdate": "NetBird MSP Updates",
|
||||
"tabSecurity": "Security",
|
||||
"groupUsers": "User Management",
|
||||
"groupSystem": "System Configuration",
|
||||
"groupExternal": "External Systems",
|
||||
"baseDomain": "Base Domain",
|
||||
"baseDomainPlaceholder": "yourdomain.com",
|
||||
"baseDomainHint": "Customers get subdomains: customer.yourdomain.com",
|
||||
@@ -370,4 +373,4 @@
|
||||
"confirmDeleteUser": "Delete user '{username}'? This cannot be undone.",
|
||||
"confirmResetPassword": "Reset password for '{username}'? A new random password will be generated."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user