fix(console): user descriptions (#7894)

* fix: user descriptions

* i18n
This commit is contained in:
Max Peintner
2024-05-03 08:36:02 +02:00
committed by GitHub
parent 482a46b198
commit b72ecf69f3
14 changed files with 56 additions and 56 deletions

View File

@@ -48,13 +48,13 @@
"TITLE": "Users",
"DESCRIPTION": "A user is a human or a machine that can access your applications.",
"HUMANS": {
"TITLE": "Humans",
"DESCRIPTION": "Humans authenticate interactively in a browser session with a login prompt.",
"TITLE": "Users",
"DESCRIPTION": "Users authenticate interactively in a browser session with a login prompt.",
"METADATA": "Add custom attributes to the user like the department. You can use this information in your actions."
},
"MACHINES": {
"TITLE": "Machines",
"DESCRIPTION": "Machines authenticate non-interactively using a JWT bearer token signed with a private key. They can also use a personal access token.",
"TITLE": "Service Users",
"DESCRIPTION": "Les utilisateurs du service s'authentifient de manière non interactive à l'aide d'un jeton de porteur JWT signé avec une clé privée. Ils peuvent également utiliser un jeton d'accès personnel.",
"METADATA": "Add custom attributes to the user like the authenticating system. You can use this information in your actions."
},
"SELF": {