mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 16:32:07 +00:00
feat(console): rename org (#4542)
* rename org * add data-e2e * e2e test * restore state after * use ngIf instead of hasrole directive and initialized regex * rm h2 check * Update e2e/cypress/e2e/organization/organizations.cy.ts Co-authored-by: Elio Bischof <eliobischof@gmail.com> * Update console/src/assets/i18n/de.json Co-authored-by: Elio Bischof <eliobischof@gmail.com> * Update console/src/assets/i18n/de.json Co-authored-by: Elio Bischof <eliobischof@gmail.com> * Update console/src/assets/i18n/en.json Co-authored-by: Elio Bischof <eliobischof@gmail.com> * change e2e test * org param * reintroduct org param * use org query param * org rename test * no initial focus on button * contain name Co-authored-by: Elio Bischof <eliobischof@gmail.com>
This commit is contained in:
@@ -777,6 +777,12 @@
|
||||
"ORGDETAIL_TITLE": "Gebe den Namen und die Domain für die neue Organisation ein.",
|
||||
"ORGDETAIL_TITLE_WITHOUT_DOMAIN": "Geben Sie den Namen der neuen Organisation ein.",
|
||||
"ORGDETAILUSER_TITLE": "Organisationsbesitzer hinzufügen",
|
||||
"RENAME": {
|
||||
"ACTION": "Umbenennen",
|
||||
"TITLE": "Organisation umbenennen",
|
||||
"DESCRIPTION": "Geben Sie den neuen Namen Ihrer Organisation an.",
|
||||
"BTN": "Umbenennen"
|
||||
},
|
||||
"ORGDOMAIN": {
|
||||
"TITLE": "Verifikation der Domain der Organisation",
|
||||
"VERIFICATION": "Überprüfe den Besitz Deiner Domain, indem Du eine Bestätigungsdatei herunterlädst und unter der angegebenen URL speicherst, oder indem Du sie mit einem DNS-Eintrag verifizierst.",
|
||||
@@ -828,6 +834,7 @@
|
||||
"DESCRIPTION": "Definiere hier die Benutzer, die Operationen auf Deinen Organisationen vornehmen dürfen."
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED": "Organisation geändert",
|
||||
"DEACTIVATED": "Organisation deaktiviert.",
|
||||
"REACTIVATED": "Organisation reaktiviert.",
|
||||
"DOMAINADDED": "Domain hinzugefügt.",
|
||||
|
||||
Reference in New Issue
Block a user