fix(console): i18n keys (#398)

* fix(console): json missing ,

* fix(console): change keys for i18n
This commit is contained in:
Florian Forster 2020-07-08 15:47:04 +02:00 committed by GitHub
parent 9f3654311c
commit c73875afbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -14,9 +14,9 @@
"USERS": "Erstelle und verwalte deine Benutzer.", "USERS": "Erstelle und verwalte deine Benutzer.",
"USERS_DESC": "Überwache dein Rollenkonzept in Echtzeit. Ergreife sofort Massnahmen.", "USERS_DESC": "Überwache dein Rollenkonzept in Echtzeit. Ergreife sofort Massnahmen.",
"USERS_BUTTON": "Benutzer anzeigen", "USERS_BUTTON": "Benutzer anzeigen",
"ADMIN": "Identity and Access Management", "IAM": "Identity and Access Management",
"ADMIN_DESC": "Verwalte deine Organisationen und Administratoren.", "IAM_DESC": "Verwalte deine Organisationen und Administratoren.",
"ADMIN_BUTTON": "ZITADEL verwalten" "IAM_BUTTON": "ZITADEL verwalten"
}, },
"MENU": { "MENU": {
"PERSONAL_INFO": "Persönliche Informationen", "PERSONAL_INFO": "Persönliche Informationen",

View File

@ -14,9 +14,9 @@
"USERS": "Create and manage your users.", "USERS": "Create and manage your users.",
"USERS_DESC": "Monitor your role concept in real time. Take immediate action.", "USERS_DESC": "Monitor your role concept in real time. Take immediate action.",
"USERS_BUTTON": "Show users", "USERS_BUTTON": "Show users",
"ADMIN": "Identity and Access Management", "IAM": "Identity and Access Management",
"ADMIN_DESC": "Manage your organisations and administrators.", "IAM_DESC": "Manage your organisations and administrators.",
"ADMIN_BUTTON": "Manage ZITADEL" "IAM_BUTTON": "Manage ZITADEL"
}, },
"MENU": { "MENU": {
"PERSONAL_INFO": "Personal Information", "PERSONAL_INFO": "Personal Information",
@ -193,7 +193,7 @@
"EDITACCOUNT":"Edit Account", "EDITACCOUNT":"Edit Account",
"ADDACCOUNT":"log in with another account" "ADDACCOUNT":"log in with another account"
}, },
"Administation": { "IAM": {
"DETAIL": { "DETAIL": {
"TITLE":"Identity and Access Management Administration", "TITLE":"Identity and Access Management Administration",
"DESCRIPTION":"Manage the ZITADEL settings." "DESCRIPTION":"Manage the ZITADEL settings."
@ -247,7 +247,7 @@
}, },
"POLICY": { "POLICY": {
"TITLE":"Explore Policies", "TITLE":"Explore Policies",
"DESCRIPTION":"Pre-packaged policeies that enhance your security.", "DESCRIPTION":"Pre-packaged policies that enhance your security.",
"PWD_COMPLEXITY": { "PWD_COMPLEXITY": {
"TITLE":"Password Complexity", "TITLE":"Password Complexity",
"DESCRIPTION":"Ensures that all set passwords correspond to a specific pattern", "DESCRIPTION":"Ensures that all set passwords correspond to a specific pattern",