mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
feat(console): change my username (#2587)
* feat: username change * use btn, update on dist * disable mgmt side * lint * rm scope * chore(deps-dev): bump eslint from 7.32.0 to 8.1.0 in /console (#2569) Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.1.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.1.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump ts-node from 10.2.1 to 10.4.0 in /console (#2568) Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.2.1 to 10.4.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v10.2.1...v10.4.0) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump @types/node from 16.10.2 to 16.11.4 in /console (#2567) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.2 to 16.11.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * cli core * material, cdk * eslint schematics * legacy peer deps * grpcweb, types * dontgrade eslint * revert package mods * change username mgmt Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -339,6 +339,9 @@
|
||||
"EMAIL": "E-Mail",
|
||||
"PHONE": "Telefonnummer",
|
||||
"USERNAME": "Benutzername",
|
||||
"CHANGEUSERNAME":"bearbeiten",
|
||||
"CHANGEUSERNAME_TITLE":"Benutzername ändern",
|
||||
"CHANGEUSERNAME_DESC":"Geben Sie ihren neuen Namen an.",
|
||||
"FIRSTNAME": "Vorname",
|
||||
"LASTNAME": "Nachname",
|
||||
"NICKNAME": "Spitzname",
|
||||
@@ -473,6 +476,7 @@
|
||||
"TOAST": {
|
||||
"CREATED": "Benutzer erfolgreich erstellt.",
|
||||
"SAVED": "Profil gespeichert.",
|
||||
"USERNAMECHANGED":"Username geändert.",
|
||||
"EMAILSAVED": "E-Mail gespeichert.",
|
||||
"INITEMAILSENT": "Initialisierung Email gesendet.",
|
||||
"PHONESAVED": "Telefonnummer gespeichert.",
|
||||
|
@@ -339,6 +339,9 @@
|
||||
"EMAIL": "E-mail",
|
||||
"PHONE": "Phonenumber",
|
||||
"USERNAME": "User Name",
|
||||
"CHANGEUSERNAME":"modify",
|
||||
"CHANGEUSERNAME_TITLE":"Change username",
|
||||
"CHANGEUSERNAME_DESC":"Enter the new name in the field below.",
|
||||
"FIRSTNAME": "First Name",
|
||||
"LASTNAME": "Last Name",
|
||||
"NICKNAME": "Nickname",
|
||||
@@ -473,6 +476,7 @@
|
||||
"TOAST": {
|
||||
"CREATED": "User created successfully.",
|
||||
"SAVED": "Profile saved successfully.",
|
||||
"USERNAMECHANGED":"Username changed.",
|
||||
"EMAILSAVED": "E-mail saved successfully.",
|
||||
"INITEMAILSENT": "Initializing mail sent.",
|
||||
"PHONESAVED": "Phone saved successfully.",
|
||||
|
Reference in New Issue
Block a user