mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
feat(console): add some well known links in app detail, add refresh token grant type in dev mode creation (#4826)
* fix(console): add some well known links * [servicename]/v1 * add refresh token grant type to devmode creation
This commit is contained in:
@@ -1683,6 +1683,7 @@
|
||||
"TITLEFIRST": "Name der Applikation.",
|
||||
"TYPETITLE": "Art der Anwendung",
|
||||
"OIDC": {
|
||||
"WELLKNOWN": "Weitere Links können vom <a href='{{url}}' title='Discovery endpoint' target='_blank'>Discovery endpoint</a> abgerufen werden.",
|
||||
"INFO": {
|
||||
"ISSUER": "Issuer",
|
||||
"CLIENTID": "Client Id"
|
||||
|
@@ -1683,6 +1683,7 @@
|
||||
"TITLEFIRST": "Name of the application",
|
||||
"TYPETITLE": "Type of application",
|
||||
"OIDC": {
|
||||
"WELLKNOWN": "Further links can be retrieved from the <a href='{{url}}' title='Discovery endpoint' target='_blank'>discovery endpoint</a>.",
|
||||
"INFO": {
|
||||
"ISSUER": "Issuer",
|
||||
"CLIENTID": "Client Id"
|
||||
|
@@ -1679,6 +1679,7 @@
|
||||
"ORIGINS": "Origines",
|
||||
"NOTANORIGIN": "La valeur saisie n'est pas une origine",
|
||||
"OIDC": {
|
||||
"WELLKNOWN": "Pour plus d'informations, consultez le <a href='{{url}}' title='Discovery endpoint' target='_blank'>discovery endpoint</a>.",
|
||||
"INFO": {
|
||||
"ISSUER": "Émetteur",
|
||||
"CLIENTID": "Id client"
|
||||
|
@@ -1683,6 +1683,7 @@
|
||||
"TITLEFIRST": "Nome dell' applicazione",
|
||||
"TYPETITLE": "Che tipo di applicazione vuoi creare?",
|
||||
"OIDC": {
|
||||
"WELLKNOWN": "Per ulteriori informazioni, consultare il sito <a href='{{url}}' title='Discovery endpoint' target='_blank'>discovery endpoint</a>.",
|
||||
"INFO": {
|
||||
"ISSUER": "Issuer",
|
||||
"CLIENTID": "Client ID"
|
||||
|
@@ -1678,6 +1678,7 @@
|
||||
"ORIGINS": "其他来源",
|
||||
"NOTANORIGIN": "输入的值不是有效来源",
|
||||
"OIDC": {
|
||||
"WELLKNOWN": "欲了解更多信息,请看<a href='{url}}' title='发现端点' target='_blank'>发现端点</a>。",
|
||||
"INFO": {
|
||||
"ISSUER": "Issuer",
|
||||
"CLIENTID": "Client Id"
|
||||
|
Reference in New Issue
Block a user