mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 13:57:41 +00:00
fix: typo Urls should be URLs (#5327)
change Urls to URLs in i18n files
This commit is contained in:
parent
1a4c8f828f
commit
60e3e30bca
@ -1752,7 +1752,7 @@
|
||||
"APP": {
|
||||
"LIST": "Apps",
|
||||
"COMPLIANCE": "OIDC Einhaltung",
|
||||
"URLS": "Urls",
|
||||
"URLS": "URLs",
|
||||
"CONFIGURATION": "Konfiguration",
|
||||
"TOKEN": "Token Einstellungen",
|
||||
"PAGES": {
|
||||
@ -1767,7 +1767,7 @@
|
||||
"STATE": "Status",
|
||||
"DATECREATED": "Erstellt",
|
||||
"DATECHANGED": "Geändert",
|
||||
"URLS": "Urls",
|
||||
"URLS": "URLs",
|
||||
"DELETE": "App löschen",
|
||||
"DETAIL": {
|
||||
"TITLE": "Detail",
|
||||
|
@ -1753,7 +1753,7 @@
|
||||
"APP": {
|
||||
"LIST": "Applications",
|
||||
"COMPLIANCE": "OIDC Compliance",
|
||||
"URLS": "Urls",
|
||||
"URLS": "URLs",
|
||||
"CONFIGURATION": "Configuration",
|
||||
"TOKEN": "Token Settings",
|
||||
"PAGES": {
|
||||
@ -1768,7 +1768,7 @@
|
||||
"STATE": "Status",
|
||||
"DATECREATED": "Created",
|
||||
"DATECHANGED": "Changed",
|
||||
"URLS": "Urls",
|
||||
"URLS": "URLs",
|
||||
"DELETE": "Delete App",
|
||||
"DETAIL": {
|
||||
"TITLE": "Detail",
|
||||
|
@ -1752,7 +1752,7 @@
|
||||
"APP": {
|
||||
"LIST": "Applications",
|
||||
"COMPLIANCE": "Conformité à l'OIDC",
|
||||
"URLS": "Urls",
|
||||
"URLS": "URLs",
|
||||
"CONFIGURATION": "Configuration",
|
||||
"TOKEN": "Paramètres du jeton",
|
||||
"PAGES": {
|
||||
@ -1767,7 +1767,7 @@
|
||||
"STATE": "Statut",
|
||||
"DATECREATED": "Créé",
|
||||
"DATECHANGED": "Modifié",
|
||||
"URLS": "Urls",
|
||||
"URLS": "URLs",
|
||||
"DELETE": "Supprimer l'application",
|
||||
"DETAIL": {
|
||||
"TITLE": "Détail",
|
||||
|
@ -1753,7 +1753,7 @@
|
||||
"APP": {
|
||||
"LIST": "Applicazioni",
|
||||
"COMPLIANCE": "Conformità con OIDC",
|
||||
"URLS": "Urls",
|
||||
"URLS": "URLs",
|
||||
"CONFIGURATION": "Configurazione",
|
||||
"TOKEN": "Impostazioni Token",
|
||||
"PAGES": {
|
||||
|
@ -1751,7 +1751,7 @@
|
||||
"APP": {
|
||||
"LIST": "应用",
|
||||
"COMPLIANCE": "OIDC 兼容性",
|
||||
"URLS": "Urls",
|
||||
"URLS": "URLs",
|
||||
"CONFIGURATION": "配置",
|
||||
"TOKEN": "令牌设置",
|
||||
"PAGES": {
|
||||
@ -1766,7 +1766,7 @@
|
||||
"STATE": "状态",
|
||||
"DATECREATED": "创建于",
|
||||
"DATECHANGED": "修改于",
|
||||
"URLS": "Urls",
|
||||
"URLS": "URLs",
|
||||
"DELETE": "删除应用",
|
||||
"DETAIL": {
|
||||
"TITLE": "详情",
|
||||
|
@ -93,7 +93,7 @@ Replace the values as follows
|
||||
|
||||
`NEXTAUTH_URL`: Base url of this demo app (B2B portal); runs per default on [http://localhost:3000](http://localhost:3000)
|
||||
|
||||
`NEXT_PUBLIC_ZITADEL_ISSUER`: The url to your zitadel instance. When using zitadel.cloud for this demo you can find the domain of your ZITADEL instance in the customer portal. You can also find this information by going to your application `portal-web` and click 'Urls' in the navigation. The variable is prefixed with `NEXT_PUBLIC_` such that it can be accessed from the client.
|
||||
`NEXT_PUBLIC_ZITADEL_ISSUER`: The url to your zitadel instance. When using zitadel.cloud for this demo you can find the domain of your ZITADEL instance in the customer portal. You can also find this information by going to your application `portal-web` and click 'URLs' in the navigation. The variable is prefixed with `NEXT_PUBLIC_` such that it can be accessed from the client.
|
||||
|
||||
`ZITADEL_API`: URL of the Management API. Typically the same as `ZITADEL_ISSUER`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user