You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"help-content": "TLS-Zertifikate (früher bekannt als SSL-Zertifikate) sind eine Art Verschlüsselungsschlüssel, mit dem Ihre Website für die:den Endbenutzer:in verschlüsselt werden kann.\nNPMplus verwendet standardmäßig einen Dienst namens Let's Encrypt, um kostenlos TLS-Zertifikate auszustellen.\nWenn Sie persönliche Informationen, Passwörter oder sensible Daten hinter NPM haben, ist es wahrscheinlich eine gute Idee, ein Zertifikat zu verwenden.\nNPMplus unterstützt auch die DNS-Authentifizierung, wenn Sie Ihre Website nicht mit dem Internet verbinden oder wenn Sie nur ein Platzhalterzertifikat benötigen.",
"default-site-description": "Was angezeigt werden soll, wenn Nginx einen unbekannten Host antrifft",
188
188
"default-site-html": "Individuelle Seite",
189
189
"default-site-redirect": "Weiterleitung",
190
+
"oidc-config": "Open ID Conncect Einstellungen",
191
+
"oidc-config-description": "Bei NPMplus mit einem externen Identitäts Anbieter anmelden (IdP)",
192
+
"oidc-not-configured": "Nicht konfiguriert",
193
+
"oidc-config-hint-1": "Setze die Konfiguration für einen IdP welcher Open ID Connect Discovery unerstützt.",
194
+
"oidc-config-hint-2": "Die 'Weiterleitungs URL' muss auf '[NPMplus basis URL]/api/oidc/callback' eingestellt sein, der IdP muss die 'email' senden and ein:e Nutzer:in mit dieser E-Mail-Adresse muss in NPMplus existieren.",
"help-content": "TLS certificates (previously known as SSL Certificates) are a form of encryption key which allows your site to be encrypted for the end user.\nNPMplus uses by default a service called Let's Encrypt to issue TLS certificates for free.\nIf you have any sort of personal information, passwords, or sensitive data behind NPM, it's probably a good idea to use a certificate.\nNPMplus also supports DNS authentication for if you're not running your site facing the internet, or if you just want a wildcard certificate.",
83
+
"help-content": "TLS certificates (previously known as SSL Certificates) are a form of encryption key which allows your site to be encrypted for the end user.\nNPMplus uses by default a service called Let's Encrypt to issue TLS certificates for free.\nIf you have any sort of personal information, passwords, or sensitive data behind NPMplus, it's probably a good idea to use a certificate.\nNPMplus also supports DNS authentication for if you're not running your site facing the internet, or if you just want a wildcard certificate.",
84
84
"help-title": "TLS Certificates",
85
85
"in-use" : "In use",
86
86
"inactive": "Inactive",
@@ -187,6 +187,11 @@
187
187
"default-site-description": "What to show when Nginx is hit with an unknown Host",
188
188
"default-site-html": "Custom Page",
189
189
"default-site-redirect": "Redirect",
190
+
"oidc-config": "Configurazione di Open ID Connect",
191
+
"oidc-config-description": "Accedere a NPMplus con un Identity Provider (IdP)",
192
+
"oidc-not-configured": "Not configured",
193
+
"oidc-config-hint-1": "Provide configuration for an IdP that supports Open ID Connect Discovery.",
194
+
"oidc-config-hint-2": "The 'Redirect URL' must be set to '[NPMplus base URL]/api/oidc/callback', the IdP must send the 'email' claim and a user with matching email address must exist in NPMplus.",
Copy file name to clipboardexpand all lines: frontend/js/i18n/it-lang.json
+6-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@
80
80
"empty": "Non ci sono certificati TLS",
81
81
"force-renew": "Rinnova ora",
82
82
"form-title": "Aggiungi un certificato {provider, select, letsencrypt{Certbot} other{Custom}}",
83
-
"help-content": "I certificati TLS (noti precedentemente come certificati SSL) sono una forma di chiave di crittografia che consente la crittografia del tuo sito per l'utente finale.\nNPMplus utilizza di default un servizio chiamato Let's Encrypt per rilasciare gratuitamente certificati TLS.\nSe NPM protegge informazioni personali, password o dati sensibili, probabilmente è una buona idea utilizzare un certificato.\nNPMplus supporta anche l'autenticazione DNS nel caso in cui il tuo sito non sia accessibile da Internet o se desideri semplicemente un certificato wildcard.",
83
+
"help-content": "I certificati TLS (noti precedentemente come certificati SSL) sono una forma di chiave di crittografia che consente la crittografia del tuo sito per l'utente finale.\nNPMplus utilizza di default un servizio chiamato Let's Encrypt per rilasciare gratuitamente certificati TLS.\nSe NPMplus protegge informazioni personali, password o dati sensibili, probabilmente è una buona idea utilizzare un certificato.\nNPMplus supporta anche l'autenticazione DNS nel caso in cui il tuo sito non sia accessibile da Internet o se desideri semplicemente un certificato wildcard.",
84
84
"help-title": "Certificati TLS",
85
85
"in-use" : "In uso",
86
86
"inactive": "Inattivo",
@@ -187,6 +187,11 @@
187
187
"default-site-description": "Cosa mostrare quando Nginx viene raggiunto da un host sconosciuto",
188
188
"default-site-html": "Pagina personalizzata",
189
189
"default-site-redirect": "Reindirizzamento",
190
+
"oidc-config": "Open ID Conncect Configuration",
191
+
"oidc-config-description": "Accedere a NPMplus con un Identity Provider esterno (IdP)",
192
+
"oidc-not-configured": "Non configurato",
193
+
"oidc-config-hint-1": "Fornire la configurazione di un IdP che supporta Open ID Connect Discovery.",
194
+
"oidc-config-hint-2": "L'URL di reindirizzamento' deve essere impostato su '[URL di base NPMplus]/api/oidc/callback', l'IdP deve inviare la richiesta 'email' e deve esistere in NPMplus un utente con un indirizzo email corrispondente.",
0 commit comments