mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 04:37:53 +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.",
|
||||
|
@@ -777,6 +777,12 @@
|
||||
"ORGDETAIL_TITLE": "Enter the name and domain of your new organization.",
|
||||
"ORGDETAIL_TITLE_WITHOUT_DOMAIN": "Enter the name of your new organization.",
|
||||
"ORGDETAILUSER_TITLE": "Configure Organization Owner",
|
||||
"RENAME": {
|
||||
"ACTION": "Rename",
|
||||
"TITLE": "Rename Organization",
|
||||
"DESCRIPTION": "Enter the new name for your organization",
|
||||
"BTN": "Rename"
|
||||
},
|
||||
"ORGDOMAIN": {
|
||||
"TITLE": "Organization Domain Ownership Verification",
|
||||
"VERIFICATION": "To verify the ownership of your domain, you need to download a verification file and upload it at the provided URL listed below, or place a TXT Record DNS entry for the provided URL. To complete, click the button to verify.",
|
||||
@@ -828,6 +834,7 @@
|
||||
"DESCRIPTION": "Define the users who can change your organizations preferences."
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED": "Organization updated successfully.",
|
||||
"DEACTIVATED": "Organization deactivated.",
|
||||
"REACTIVATED": "Organization reactivated.",
|
||||
"DOMAINADDED": "Added domain.",
|
||||
|
@@ -777,6 +777,12 @@
|
||||
"ORGDETAIL_TITLE": "Saisissez le nom et le domaine de votre nouvelle organisation.",
|
||||
"ORGDETAIL_TITLE_WITHOUT_DOMAIN": "Saisissez le nom de votre nouvelle organisation.",
|
||||
"ORGDETAILUSER_TITLE": "Configurer le propriétaire de l'organisation",
|
||||
"RENAME": {
|
||||
"ACTION": "Renommer",
|
||||
"TITLE": "Renommer l'organisation",
|
||||
"DESCRIPTION": "Entrez le nouveau nom de votre organisation",
|
||||
"BTN": "Renommer"
|
||||
},
|
||||
"ORGDOMAIN": {
|
||||
"TITLE": "Vérification de la propriété du domaine de l'organisation",
|
||||
"VERIFICATION": "Pour vérifier la propriété de votre domaine, vous devez télécharger un fichier de vérification et le charger à l'URL indiquée ci-dessous, ou placer une entrée DNS TXT Record pour l'URL indiquée. Pour terminer, cliquez sur le bouton de vérification.",
|
||||
@@ -828,6 +834,7 @@
|
||||
"DESCRIPTION": "Définissez les utilisateurs qui peuvent modifier les préférences de votre organisation."
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED": "L'organisation a été mise à jour",
|
||||
"DEACTIVATED": "Organisation désactivée.",
|
||||
"REACTIVATED": "Organisation réactivée.",
|
||||
"DOMAINADDED": "Domaine ajouté.",
|
||||
|
@@ -777,6 +777,12 @@
|
||||
"ORGDETAIL_TITLE": "Inserisci il nome e il dominio della tua nuova organizzazione.",
|
||||
"ORGDETAIL_TITLE_WITHOUT_DOMAIN": "Inserisci il nome della tua nuova organizzazione.",
|
||||
"ORGDETAILUSER_TITLE": "Configurare il proprietario dell'organizzazione",
|
||||
"RENAME": {
|
||||
"ACTION": "Rinomina",
|
||||
"TITLE": "Rinomina organizzazione",
|
||||
"DESCRIPTION": "Inserisci il nuovo nome per la tua organizzazione",
|
||||
"BTN": "Rinomina"
|
||||
},
|
||||
"ORGDOMAIN": {
|
||||
"TITLE": "Verificazione della propriet\u00e0 del dominio dell'organizzazione",
|
||||
"VERIFICATION": "Verifica la propriet\u00e0 del tuo dominio. \u00c8 necessario scaricare un file di verifica e caricarlo all'URL fornito elencato di seguito, o inserire una voce DNS TXT Record per l'URL fornito. Per completare, clicca sul pulsante di verifica.",
|
||||
@@ -828,6 +834,7 @@
|
||||
"DESCRIPTION": "Definisci gli utenti che possono cambiare le preferenze delle tue organizzazioni."
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED": "L'organizzazione es stata aggiornata.",
|
||||
"DEACTIVATED": "Organizzazione disattivata.",
|
||||
"REACTIVATED": "Organizzazione riattivata.",
|
||||
"DOMAINADDED": "Aggiunto dominio.",
|
||||
|
@@ -777,6 +777,12 @@
|
||||
"ORGDETAIL_TITLE": "输入新组织的名称和域名。",
|
||||
"ORGDETAIL_TITLE_WITHOUT_DOMAIN": "输入新组织的名称。",
|
||||
"ORGDETAILUSER_TITLE": "配置组织所有者",
|
||||
"RENAME": {
|
||||
"ACTION": "改名",
|
||||
"TITLE": "重命名组织",
|
||||
"DESCRIPTION": "输入组织的新名称",
|
||||
"BTN": "改名"
|
||||
},
|
||||
"ORGDOMAIN": {
|
||||
"TITLE": "组织域所有权验证",
|
||||
"VERIFICATION": "要验证您对域的所有权,您需要下载验证文件并将其上传到下面列出的提供的 URL,或者为提供的域名添加一条类型为TXT的DNS解析记录。完成后请单击按钮进行验证。",
|
||||
@@ -828,6 +834,7 @@
|
||||
"DESCRIPTION": "定义可以更改组织首选项的用户。"
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED": "组织已更新",
|
||||
"DEACTIVATED": "组织已停用。",
|
||||
"REACTIVATED": "组织重新启用。",
|
||||
"DOMAINADDED": "域名已添加。",
|
||||
|
Reference in New Issue
Block a user