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": {
"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",

View File

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

View File

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

View File

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

View File

@ -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": "详情",

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)
`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`.