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:
Max Peintner
2021-11-02 09:03:02 +01:00
committed by GitHub
parent bc526561d0
commit 5ba1e45423
13 changed files with 782 additions and 647 deletions

View File

@@ -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.",

View File

@@ -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.",