fix: typo Urls should be URLs (#5327)

change Urls to URLs in i18n files
This commit is contained in:
Miguel Cabrerizo 2023-03-02 16:30:11 +01:00 committed by GitHub
parent 1a4c8f828f
commit 60e3e30bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View File

@ -1752,7 +1752,7 @@
"APP": { "APP": {
"LIST": "Apps", "LIST": "Apps",
"COMPLIANCE": "OIDC Einhaltung", "COMPLIANCE": "OIDC Einhaltung",
"URLS": "Urls", "URLS": "URLs",
"CONFIGURATION": "Konfiguration", "CONFIGURATION": "Konfiguration",
"TOKEN": "Token Einstellungen", "TOKEN": "Token Einstellungen",
"PAGES": { "PAGES": {
@ -1767,7 +1767,7 @@
"STATE": "Status", "STATE": "Status",
"DATECREATED": "Erstellt", "DATECREATED": "Erstellt",
"DATECHANGED": "Geändert", "DATECHANGED": "Geändert",
"URLS": "Urls", "URLS": "URLs",
"DELETE": "App löschen", "DELETE": "App löschen",
"DETAIL": { "DETAIL": {
"TITLE": "Detail", "TITLE": "Detail",

View File

@ -1753,7 +1753,7 @@
"APP": { "APP": {
"LIST": "Applications", "LIST": "Applications",
"COMPLIANCE": "OIDC Compliance", "COMPLIANCE": "OIDC Compliance",
"URLS": "Urls", "URLS": "URLs",
"CONFIGURATION": "Configuration", "CONFIGURATION": "Configuration",
"TOKEN": "Token Settings", "TOKEN": "Token Settings",
"PAGES": { "PAGES": {
@ -1768,7 +1768,7 @@
"STATE": "Status", "STATE": "Status",
"DATECREATED": "Created", "DATECREATED": "Created",
"DATECHANGED": "Changed", "DATECHANGED": "Changed",
"URLS": "Urls", "URLS": "URLs",
"DELETE": "Delete App", "DELETE": "Delete App",
"DETAIL": { "DETAIL": {
"TITLE": "Detail", "TITLE": "Detail",

View File

@ -1752,7 +1752,7 @@
"APP": { "APP": {
"LIST": "Applications", "LIST": "Applications",
"COMPLIANCE": "Conformité à l'OIDC", "COMPLIANCE": "Conformité à l'OIDC",
"URLS": "Urls", "URLS": "URLs",
"CONFIGURATION": "Configuration", "CONFIGURATION": "Configuration",
"TOKEN": "Paramètres du jeton", "TOKEN": "Paramètres du jeton",
"PAGES": { "PAGES": {
@ -1767,7 +1767,7 @@
"STATE": "Statut", "STATE": "Statut",
"DATECREATED": "Créé", "DATECREATED": "Créé",
"DATECHANGED": "Modifié", "DATECHANGED": "Modifié",
"URLS": "Urls", "URLS": "URLs",
"DELETE": "Supprimer l'application", "DELETE": "Supprimer l'application",
"DETAIL": { "DETAIL": {
"TITLE": "Détail", "TITLE": "Détail",

View File

@ -1753,7 +1753,7 @@
"APP": { "APP": {
"LIST": "Applicazioni", "LIST": "Applicazioni",
"COMPLIANCE": "Conformità con OIDC", "COMPLIANCE": "Conformità con OIDC",
"URLS": "Urls", "URLS": "URLs",
"CONFIGURATION": "Configurazione", "CONFIGURATION": "Configurazione",
"TOKEN": "Impostazioni Token", "TOKEN": "Impostazioni Token",
"PAGES": { "PAGES": {

View File

@ -1751,7 +1751,7 @@
"APP": { "APP": {
"LIST": "应用", "LIST": "应用",
"COMPLIANCE": "OIDC 兼容性", "COMPLIANCE": "OIDC 兼容性",
"URLS": "Urls", "URLS": "URLs",
"CONFIGURATION": "配置", "CONFIGURATION": "配置",
"TOKEN": "令牌设置", "TOKEN": "令牌设置",
"PAGES": { "PAGES": {
@ -1766,7 +1766,7 @@
"STATE": "状态", "STATE": "状态",
"DATECREATED": "创建于", "DATECREATED": "创建于",
"DATECHANGED": "修改于", "DATECHANGED": "修改于",
"URLS": "Urls", "URLS": "URLs",
"DELETE": "删除应用", "DELETE": "删除应用",
"DETAIL": { "DETAIL": {
"TITLE": "详情", "TITLE": "详情",

View File

@ -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) `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`. `ZITADEL_API`: URL of the Management API. Typically the same as `ZITADEL_ISSUER`.