web: add italian locale (#11958)

* Update lit-localize.json add italian

Signed-off-by: tmassimi <tmassimi@users.noreply.github.com>

* fix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: tmassimi <tmassimi@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
tmassimi
2024-11-18 14:57:25 +01:00
committed by GitHub
parent ac00386a29
commit b4e41de8ba
18 changed files with 1670 additions and 1571 deletions

View File

@ -6,6 +6,7 @@
"de", "de",
"es", "es",
"fr", "fr",
"it",
"ko", "ko",
"nl", "nl",
"pl", "pl",

View File

@ -42,18 +42,19 @@ const debug: LocaleRow = [
// prettier-ignore // prettier-ignore
const LOCALE_TABLE: LocaleRow[] = [ const LOCALE_TABLE: LocaleRow[] = [
["de", /^de([_-]|$)/i, () => msg("German"), async () => await import("@goauthentik/locales/de")],
["en", /^en([_-]|$)/i, () => msg("English"), async () => await import("@goauthentik/locales/en")], ["en", /^en([_-]|$)/i, () => msg("English"), async () => await import("@goauthentik/locales/en")],
["es", /^es([_-]|$)/i, () => msg("Spanish"), async () => await import("@goauthentik/locales/es")], ["es", /^es([_-]|$)/i, () => msg("Spanish"), async () => await import("@goauthentik/locales/es")],
["de", /^de([_-]|$)/i, () => msg("German"), async () => await import("@goauthentik/locales/de")],
["fr", /^fr([_-]|$)/i, () => msg("French"), async () => await import("@goauthentik/locales/fr")], ["fr", /^fr([_-]|$)/i, () => msg("French"), async () => await import("@goauthentik/locales/fr")],
["it", /^it([_-]|$)/i, () => msg("Italian"), async () => await import("@goauthentik/locales/it")],
["ko", /^ko([_-]|$)/i, () => msg("Korean"), async () => await import("@goauthentik/locales/ko")], ["ko", /^ko([_-]|$)/i, () => msg("Korean"), async () => await import("@goauthentik/locales/ko")],
["nl", /^nl([_-]|$)/i, () => msg("Dutch"), async () => await import("@goauthentik/locales/nl")], ["nl", /^nl([_-]|$)/i, () => msg("Dutch"), async () => await import("@goauthentik/locales/nl")],
["pl", /^pl([_-]|$)/i, () => msg("Polish"), async () => await import("@goauthentik/locales/pl")], ["pl", /^pl([_-]|$)/i, () => msg("Polish"), async () => await import("@goauthentik/locales/pl")],
["ru", /^ru([_-]|$)/i, () => msg("Russian"), async () => await import("@goauthentik/locales/ru")], ["ru", /^ru([_-]|$)/i, () => msg("Russian"), async () => await import("@goauthentik/locales/ru")],
["tr", /^tr([_-]|$)/i, () => msg("Turkish"), async () => await import("@goauthentik/locales/tr")], ["tr", /^tr([_-]|$)/i, () => msg("Turkish"), async () => await import("@goauthentik/locales/tr")],
["zh-Hant", /^zh[_-](HK|Hant)/i, () => msg("Chinese (traditional)"), async () => await import("@goauthentik/locales/zh-Hant")],
["zh_TW", /^zh[_-]TW$/i, () => msg("Taiwanese Mandarin"), async () => await import("@goauthentik/locales/zh_TW")], ["zh_TW", /^zh[_-]TW$/i, () => msg("Taiwanese Mandarin"), async () => await import("@goauthentik/locales/zh_TW")],
["zh-Hans", /^zh(\b|_)/i, () => msg("Chinese (simplified)"), async () => await import("@goauthentik/locales/zh-Hans")], ["zh-Hans", /^zh(\b|_)/i, () => msg("Chinese (simplified)"), async () => await import("@goauthentik/locales/zh-Hans")],
["zh-Hant", /^zh[_-](HK|Hant)/i, () => msg("Chinese (traditional)"), async () => await import("@goauthentik/locales/zh-Hant")],
debug debug
]; ];

View File

@ -15,6 +15,7 @@ export const targetLocales = [
`en`, `en`,
`es`, `es`,
`fr`, `fr`,
`it`,
`ko`, `ko`,
`nl`, `nl`,
`pl`, `pl`,
@ -36,6 +37,7 @@ export const allLocales = [
`en`, `en`,
`es`, `es`,
`fr`, `fr`,
`it`,
`ko`, `ko`,
`nl`, `nl`,
`pl`, `pl`,

View File

@ -6217,9 +6217,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sd176021da2ea0fe3"> <trans-unit id="sd176021da2ea0fe3">
<source>Selected Applications</source> <source>Selected Applications</source>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
</trans-unit> </trans-unit>
@ -7044,6 +7041,18 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -6482,9 +6482,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sd176021da2ea0fe3"> <trans-unit id="sd176021da2ea0fe3">
<source>Selected Applications</source> <source>Selected Applications</source>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
</trans-unit> </trans-unit>
@ -7309,6 +7306,18 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -6134,9 +6134,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sd176021da2ea0fe3"> <trans-unit id="sd176021da2ea0fe3">
<source>Selected Applications</source> <source>Selected Applications</source>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
</trans-unit> </trans-unit>
@ -6961,6 +6958,18 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -8180,10 +8180,6 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti
<source>Selected Applications</source> <source>Selected Applications</source>
<target>Applications sélectionnées</target> <target>Applications sélectionnées</target>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
<target>Cette option configure les liens de pied de page sur les pages de l'exécuteur de flux. Doit être une liste YAML ou JSON valide et peut être utilisée comme suit :</target>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
<target>Utilisé pour la dernière fois</target> <target>Utilisé pour la dernière fois</target>
@ -9270,6 +9266,18 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -596,9 +596,9 @@
</trans-unit> </trans-unit>
<trans-unit id="saa0e2675da69651b"> <trans-unit id="saa0e2675da69651b">
<source>The URL &quot;<x id="0" equiv-text="${this.url}"/>&quot; was not found.</source> <source>The URL "<x id="0" equiv-text="${this.url}"/>" was not found.</source>
<target>La URL &quot; <target>La URL "
<x id="0" equiv-text="${this.url}"/>&quot; non è stata trovata.</target> <x id="0" equiv-text="${this.url}"/>" non è stata trovata.</target>
</trans-unit> </trans-unit>
<trans-unit id="s58cd9c2fe836d9c6"> <trans-unit id="s58cd9c2fe836d9c6">
@ -1030,8 +1030,8 @@
</trans-unit> </trans-unit>
<trans-unit id="sa8384c9c26731f83"> <trans-unit id="sa8384c9c26731f83">
<source>To allow any redirect URI, set this value to &quot;.*&quot;. Be aware of the possible security implications this can have.</source> <source>To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.</source>
<target>Per consentire qualsiasi URI di reindirizzamento, impostare questo valore su &quot;.*&quot;. Sii consapevole delle possibili implicazioni sulla sicurezza che ciò può avere.</target> <target>Per consentire qualsiasi URI di reindirizzamento, impostare questo valore su ".*". Sii consapevole delle possibili implicazioni sulla sicurezza che ciò può avere.</target>
</trans-unit> </trans-unit>
<trans-unit id="s55787f4dfcdce52b"> <trans-unit id="s55787f4dfcdce52b">
@ -1131,7 +1131,7 @@
</trans-unit> </trans-unit>
<trans-unit id="sde949d0ef44572eb"> <trans-unit id="sde949d0ef44572eb">
<source>Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains.</source> <source>Requires the user to have a 'upn' attribute set, and falls back to hashed user ID. Use this mode only if you have different UPN and Mail domains.</source>
<target>Richiede che l'utente abbia un attributo &quot;upn&quot; impostato e ricorre all'ID utente con hash. Utilizza questa modalità solo se disponi di domini UPN e di posta diversi.</target> <target>Richiede che l'utente abbia un attributo "upn" impostato e ricorre all'ID utente con hash. Utilizza questa modalità solo se disponi di domini UPN e di posta diversi.</target>
</trans-unit> </trans-unit>
<trans-unit id="s9f23ed1799b4d49a"> <trans-unit id="s9f23ed1799b4d49a">
@ -1296,7 +1296,7 @@
</trans-unit> </trans-unit>
<trans-unit id="s211b75e868072162"> <trans-unit id="s211b75e868072162">
<source>Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'.</source> <source>Set this to the domain you wish the authentication to be valid for. Must be a parent domain of the URL above. If you're running applications as app1.domain.tld, app2.domain.tld, set this to 'domain.tld'.</source>
<target>Impostalo sul dominio per il quale desideri che l'autenticazione sia valida. Deve essere un dominio principale dell'URL riportato sopra. Se esegui applicazioni come app1.domain.tld, app2.domain.tld, impostalo su &quot;domain.tld&quot;.</target> <target>Impostalo sul dominio per il quale desideri che l'autenticazione sia valida. Deve essere un dominio principale dell'URL riportato sopra. Se esegui applicazioni come app1.domain.tld, app2.domain.tld, impostalo su "domain.tld".</target>
</trans-unit> </trans-unit>
<trans-unit id="s2345170f7e272668"> <trans-unit id="s2345170f7e272668">
@ -1753,8 +1753,8 @@ I client che tentano di connettersi da un CIDR non specificato saranno rifiutati
</trans-unit> </trans-unit>
<trans-unit id="sa90b7809586c35ce"> <trans-unit id="sa90b7809586c35ce">
<source>Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon &quot;fa-test&quot;.</source> <source>Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon "fa-test".</source>
<target>Inserisci un URL completo, un percorso relativo oppure utilizza &quot;fa://fa-test&quot; per utilizzare l'icona &quot;fa-test&quot; di Font Awesome.</target> <target>Inserisci un URL completo, un percorso relativo oppure utilizza "fa://fa-test" per utilizzare l'icona "fa-test" di Font Awesome.</target>
</trans-unit> </trans-unit>
<trans-unit id="s0410779cb47de312"> <trans-unit id="s0410779cb47de312">
@ -2917,8 +2917,8 @@ doesn't pass when either or both of the selected options are equal or above the
</trans-unit> </trans-unit>
<trans-unit id="s76768bebabb7d543"> <trans-unit id="s76768bebabb7d543">
<source>Field which contains members of a group. Note that if using the &quot;memberUid&quot; field, the value is assumed to contain a relative distinguished name. e.g. 'memberUid=some-user' instead of 'memberUid=cn=some-user,ou=groups,...'</source> <source>Field which contains members of a group. Note that if using the "memberUid" field, the value is assumed to contain a relative distinguished name. e.g. 'memberUid=some-user' instead of 'memberUid=cn=some-user,ou=groups,...'</source>
<target>Campo che contiene i membri di un gruppo. Tieni presente che se utilizzi il campo &quot;memberUid&quot;, si presuppone che il valore contenga un nome distinto relativo. per esempio. 'memberUid=qualche-utente' invece di 'memberUid=cn=qualche-utente,ou=gruppi,...'</target> <target>Campo che contiene i membri di un gruppo. Tieni presente che se utilizzi il campo "memberUid", si presuppone che il valore contenga un nome distinto relativo. per esempio. 'memberUid=qualche-utente' invece di 'memberUid=cn=qualche-utente,ou=gruppi,...'</target>
</trans-unit> </trans-unit>
<trans-unit id="s026555347e589f0e"> <trans-unit id="s026555347e589f0e">
@ -3213,7 +3213,7 @@ doesn't pass when either or both of the selected options are equal or above the
</trans-unit> </trans-unit>
<trans-unit id="s3198c384c2f68b08"> <trans-unit id="s3198c384c2f68b08">
<source>Time offset when temporary users should be deleted. This only applies if your IDP uses the NameID Format 'transient', and the user doesn't log out manually.</source> <source>Time offset when temporary users should be deleted. This only applies if your IDP uses the NameID Format 'transient', and the user doesn't log out manually.</source>
<target>Tempo da attendere quando gli utenti temporanei devono essere eliminati. Questo vale solo se l'IDP utilizza il formato NameID &quot;Transient&quot; e l'utente non si disconnette manualmente.</target> <target>Tempo da attendere quando gli utenti temporanei devono essere eliminati. Questo vale solo se l'IDP utilizza il formato NameID "Transient" e l'utente non si disconnette manualmente.</target>
</trans-unit> </trans-unit>
<trans-unit id="sb32e9c1faa0b8673"> <trans-unit id="sb32e9c1faa0b8673">
@ -3355,7 +3355,7 @@ doesn't pass when either or both of the selected options are equal or above the
</trans-unit> </trans-unit>
<trans-unit id="s9f8aac89fe318acc"> <trans-unit id="s9f8aac89fe318acc">
<source>Optionally set the 'FriendlyName' value of the Assertion attribute.</source> <source>Optionally set the 'FriendlyName' value of the Assertion attribute.</source>
<target>Opzionale: imposta il valore &quot;friendlyname&quot; dell'attributo di asserzione.</target> <target>Opzionale: imposta il valore "friendlyname" dell'attributo di asserzione.</target>
</trans-unit> </trans-unit>
<trans-unit id="s851c108679653d2a"> <trans-unit id="s851c108679653d2a">
@ -3664,8 +3664,8 @@ doesn't pass when either or both of the selected options are equal or above the
</trans-unit> </trans-unit>
<trans-unit id="s7b1fba26d245cb1c"> <trans-unit id="s7b1fba26d245cb1c">
<source>When using an external logging solution for archiving, this can be set to &quot;minutes=5&quot;.</source> <source>When using an external logging solution for archiving, this can be set to "minutes=5".</source>
<target>Quando si utilizza una soluzione di archiviazione esterna, questo può essere impostato a &quot;minutes=5&quot;.</target> <target>Quando si utilizza una soluzione di archiviazione esterna, questo può essere impostato a "minutes=5".</target>
</trans-unit> </trans-unit>
<trans-unit id="s44536d20bb5c8257"> <trans-unit id="s44536d20bb5c8257">
@ -3841,10 +3841,10 @@ doesn't pass when either or both of the selected options are equal or above the
</trans-unit> </trans-unit>
<trans-unit id="sa95a538bfbb86111"> <trans-unit id="sa95a538bfbb86111">
<source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> &quot;<x id="1" equiv-text="${this.obj?.name}"/>&quot;?</source> <source>Are you sure you want to update <x id="0" equiv-text="${this.objectLabel}"/> "<x id="1" equiv-text="${this.obj?.name}"/>"?</source>
<target>Sei sicuro di voler aggiornare <target>Sei sicuro di voler aggiornare
<x id="0" equiv-text="${this.objectLabel}"/>&quot; <x id="0" equiv-text="${this.objectLabel}"/>"
<x id="1" equiv-text="${this.obj?.name}"/>&quot;?</target> <x id="1" equiv-text="${this.obj?.name}"/>"?</target>
</trans-unit> </trans-unit>
<trans-unit id="sc92d7cfb6ee1fec6"> <trans-unit id="sc92d7cfb6ee1fec6">
@ -4049,12 +4049,7 @@ doesn't pass when either or both of the selected options are equal or above the
<target>Rimuovi dal gruppo(i)</target> <target>Rimuovi dal gruppo(i)</target>
</trans-unit> </trans-unit>
<trans-unit id="sb4c9ed2a487b238f">
<source>Are you sure you want to remove user <x id="0" equiv-text="${this.targetUser?.username}"/> from the following groups?</source>
<target>Sei sicuro di voler rimuovere l'utente
dai seguenti gruppi?</target>
</trans-unit>
<trans-unit id="s964f6725aeb7662f"> <trans-unit id="s964f6725aeb7662f">
<source>Add Group</source> <source>Add Group</source>
<target>Aggiungi Gruppo</target> <target>Aggiungi Gruppo</target>
@ -4222,7 +4217,7 @@ doesn't pass when either or both of the selected options are equal or above the
</trans-unit> </trans-unit>
<trans-unit id="s7520286c8419a266"> <trans-unit id="s7520286c8419a266">
<source>Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON.</source> <source>Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON.</source>
<target>Dati facoltativi che vengono caricati nella variabile di contesto &quot;prompt_data&quot; del flusso. YAML o JSON.</target> <target>Dati facoltativi che vengono caricati nella variabile di contesto "prompt_data" del flusso. YAML o JSON.</target>
</trans-unit> </trans-unit>
<trans-unit id="sb8795b799c70776a"> <trans-unit id="sb8795b799c70776a">
@ -4920,8 +4915,8 @@ doesn't pass when either or both of the selected options are equal or above the
</trans-unit> </trans-unit>
<trans-unit id="sdf1d8edef27236f0"> <trans-unit id="sdf1d8edef27236f0">
<source>A &quot;roaming&quot; authenticator, like a YubiKey</source> <source>A "roaming" authenticator, like a YubiKey</source>
<target>Un autenticatore &quot;roaming&quot;, come un YubiKey</target> <target>Un autenticatore "roaming", come un YubiKey</target>
</trans-unit> </trans-unit>
<trans-unit id="sfffba7b23d8fb40c"> <trans-unit id="sfffba7b23d8fb40c">
@ -5246,7 +5241,7 @@ doesn't pass when either or both of the selected options are equal or above the
</trans-unit> </trans-unit>
<trans-unit id="s5170f9ef331949c0"> <trans-unit id="s5170f9ef331949c0">
<source>Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable.</source> <source>Show arbitrary input fields to the user, for example during enrollment. Data is saved in the flow context under the 'prompt_data' variable.</source>
<target>Mostra campi di input arbitrari all'utente, ad esempio durante l'iscrizione. I dati vengono salvati nel contesto di flusso nell'ambito della variabile &quot;prompt_data&quot;.</target> <target>Mostra campi di input arbitrari all'utente, ad esempio durante l'iscrizione. I dati vengono salvati nel contesto di flusso nell'ambito della variabile "prompt_data".</target>
</trans-unit> </trans-unit>
<trans-unit id="s36cb242ac90353bc"> <trans-unit id="s36cb242ac90353bc">
@ -5299,8 +5294,8 @@ doesn't pass when either or both of the selected options are equal or above the
</trans-unit> </trans-unit>
<trans-unit id="s1608b2f94fa0dbd4"> <trans-unit id="s1608b2f94fa0dbd4">
<source>If set to a duration above 0, the user will have the option to choose to &quot;stay signed in&quot;, which will extend their session by the time specified here.</source> <source>If set to a duration above 0, the user will have the option to choose to "stay signed in", which will extend their session by the time specified here.</source>
<target>Se impostato su una durata superiore a 0, l'utente avrà la possibilità di scegliere di &quot;rimanere firmato&quot;, che estenderà la sessione entro il momento specificato qui.</target> <target>Se impostato su una durata superiore a 0, l'utente avrà la possibilità di scegliere di "rimanere firmato", che estenderà la sessione entro il momento specificato qui.</target>
</trans-unit> </trans-unit>
<trans-unit id="s542a71bb8f41e057"> <trans-unit id="s542a71bb8f41e057">
@ -5321,7 +5316,7 @@ doesn't pass when either or both of the selected options are equal or above the
<trans-unit id="s927398c400970760"> <trans-unit id="s927398c400970760">
<source>Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user <source>Write any data from the flow's context's 'prompt_data' to the currently pending user. If no user
is pending, a new user is created, and data is written to them.</source> is pending, a new user is created, and data is written to them.</source>
<target>Scrivi qualsiasi dati dal contesto del flusso &quot;prompt_data&quot; all'utente attualmente in sospeso. Se nessun utente <target>Scrivi qualsiasi dati dal contesto del flusso "prompt_data" all'utente attualmente in sospeso. Se nessun utente
è in sospeso, viene creato un nuovo utente e vengono scritti dati.</target> è in sospeso, viene creato un nuovo utente e vengono scritti dati.</target>
</trans-unit> </trans-unit>
<trans-unit id="sb379d861cbed0b47"> <trans-unit id="sb379d861cbed0b47">
@ -5962,11 +5957,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Last seen</source> <source>Last seen</source>
<target>Ultima volta visto</target> <target>Ultima volta visto</target>
</trans-unit>
<trans-unit id="s1ac2653a6492b435">
<source><x id="0" equiv-text="${this.outpostHealth.version}"/>, should be <x id="1" equiv-text="${this.outpostHealth.versionShould}"/></source>
<target>, dovrebbe essere</target>
</trans-unit> </trans-unit>
<trans-unit id="s1e176e35c828318c"> <trans-unit id="s1e176e35c828318c">
<source>Hostname</source> <source>Hostname</source>
@ -6788,11 +6778,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<target>Errore durante la creazione della credenziale: <target>Errore durante la creazione della credenziale:
<x id="0" equiv-text="${err}"/></target> <x id="0" equiv-text="${err}"/></target>
</trans-unit>
<trans-unit id="s9d95f09deb601f34">
<source>Server validation of credential failed: <x id="0" equiv-text="${err}"/></source>
<target>Convalida del server di credenziali non riuscita:</target>
</trans-unit> </trans-unit>
<trans-unit id="s3fb39fc45e840f78"> <trans-unit id="s3fb39fc45e840f78">
<source>Refer to documentation</source> <source>Refer to documentation</source>
@ -6868,11 +6853,7 @@ Bindings to groups/users are checked against the user of the event.</source>
<target>Riuscita disconnessione sorgente</target> <target>Riuscita disconnessione sorgente</target>
</trans-unit> </trans-unit>
<trans-unit id="s67dedada007d4067">
<source>Failed to disconnected source: <x id="0" equiv-text="${exc}"/></source>
<target>Impossibile disconnettere la fonte:</target>
</trans-unit>
<trans-unit id="sd2208cd1a767644b"> <trans-unit id="sd2208cd1a767644b">
<source>Disconnect</source> <source>Disconnect</source>
<target>Disconnetti</target> <target>Disconnetti</target>
@ -6882,11 +6863,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Connect</source> <source>Connect</source>
<target>Connetti</target> <target>Connetti</target>
</trans-unit>
<trans-unit id="sababff57115130a0">
<source>Error: unsupported source settings: <x id="0" equiv-text="${source.component}"/></source>
<target>Errore: impostazioni di origine non supportate:</target>
</trans-unit> </trans-unit>
<trans-unit id="sd1031bddc66dc495"> <trans-unit id="sd1031bddc66dc495">
<source>Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials.</source> <source>Connect your user account to the services listed below, to allow you to login using the service instead of traditional credentials.</source>
@ -7100,22 +7076,10 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Forecast internal users</source> <source>Forecast internal users</source>
<target>Previsione utenti interni</target> <target>Previsione utenti interni</target>
</trans-unit> </trans-unit>
<trans-unit id="sde9a3f41977ec1f8">
<source>Estimated user count one year from now based on <x id="0" equiv-text="${this.forecast?.internalUsers}"/> current internal users and <x id="1" equiv-text="${this.forecast?.forecastedInternalUsers}"/> forecasted internal users.</source>
<target>Conteggio degli utenti stimato tra un anno in base a
utenti interni attuali e
utenti interni previsti.</target>
</trans-unit>
<trans-unit id="s4557b6b9da258643"> <trans-unit id="s4557b6b9da258643">
<source>Forecast external users</source> <source>Forecast external users</source>
<target>Previsione utenti esterni</target> <target>Previsione utenti esterni</target>
</trans-unit> </trans-unit>
<trans-unit id="sf52479d6daa0a4a8">
<source>Estimated user count one year from now based on <x id="0" equiv-text="${this.forecast?.externalUsers}"/> current external users and <x id="1" equiv-text="${this.forecast?.forecastedExternalUsers}"/> forecasted external users.</source>
<target>Conteggio degli utenti stimato tra un anno in base a
utenti esterni attuali e
utenti esterni previsti.</target>
</trans-unit>
<trans-unit id="s6196153c4b0c1ea0"> <trans-unit id="s6196153c4b0c1ea0">
<source>Install</source> <source>Install</source>
<target>Installa</target> <target>Installa</target>
@ -7381,21 +7345,7 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Method's display Name.</source> <source>Method's display Name.</source>
<target>Nome visualizzato del metodo.</target> <target>Nome visualizzato del metodo.</target>
</trans-unit> </trans-unit>
<trans-unit id="h10ef80d434185070">
<source>Use this provider with nginx's <x id="0" equiv-text="&lt;code&gt;"/>auth_request<x id="1" equiv-text="&lt;/code&gt;"/> or traefik's
<x id="2" equiv-text="&lt;code&gt;"/>forwardAuth<x id="3" equiv-text="&lt;/code&gt;"/>. Each application/domain needs its own provider.
Additionally, on each domain, <x id="4" equiv-text="&lt;code&gt;"/>/outpost.goauthentik.io<x id="5" equiv-text="&lt;/code&gt;"/> must be
routed to the outpost (when using a managed outpost, this is done for you).</source>
<target>Usa questo provider con Nginx
auth_request
o Traefik's
forti
. Ogni applicazione/dominio ha bisogno del proprio fornitore.
Inoltre, su ogni dominio,
/outpost.goauthentik.io
deve essere
Intrailata all'avamposto (quando si utilizza un avamposto gestito, questo viene fatto per te).</target>
</trans-unit>
<trans-unit id="sd18b18f91b804c3f"> <trans-unit id="sd18b18f91b804c3f">
<source>Custom attributes</source> <source>Custom attributes</source>
<target>Attributi personalizzati</target> <target>Attributi personalizzati</target>
@ -7546,7 +7496,7 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit> </trans-unit>
<trans-unit id="s070fdfb03034ca9b"> <trans-unit id="s070fdfb03034ca9b">
<source>One hint, 'New Application Wizard', is currently hidden</source> <source>One hint, 'New Application Wizard', is currently hidden</source>
<target>Un suggerimento, &quot;New Application Wizard&quot;, è attualmente nascosto</target> <target>Un suggerimento, "New Application Wizard", è attualmente nascosto</target>
</trans-unit> </trans-unit>
<trans-unit id="s61bd841e66966325"> <trans-unit id="s61bd841e66966325">
<source>External applications that use authentik as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access.</source> <source>External applications that use authentik as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access.</source>
@ -7712,15 +7662,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &amp;gt;= 10^10)</source> <source>4: Very unguessable: strong protection from offline slow-hash scenario. (guesses &amp;gt;= 10^10)</source>
<target>4: Molto difficilmente indovinabile: forte protezione dallo scenario offline con hash lento. (tentativi &amp;gt;= 10^10)</target> <target>4: Molto difficilmente indovinabile: forte protezione dallo scenario offline con hash lento. (tentativi &amp;gt;= 10^10)</target>
</trans-unit> </trans-unit>
<trans-unit id="s3d2a8b86a4f5a810">
<source>Successfully created user and added to group <x id="0" equiv-text="${this.group.name}"/></source>
<target>Utente creato correttamente e aggiunto al gruppo</target>
</trans-unit>
<trans-unit id="s824e0943a7104668">
<source>This user will be added to the group &quot;<x id="0" equiv-text="${this.targetGroup.name}"/>&quot;.</source>
<target>Questo utente verrà aggiunto al gruppo &quot;
&quot;.</target>
</trans-unit>
<trans-unit id="s62e7f6ed7d9cb3ca"> <trans-unit id="s62e7f6ed7d9cb3ca">
<source>Pretend user exists</source> <source>Pretend user exists</source>
<target>Fingere che l'utente esista</target> <target>Fingere che l'utente esista</target>
@ -8053,31 +7994,10 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>The user's UPN, if set (otherwise an empty string)</source> <source>The user's UPN, if set (otherwise an empty string)</source>
<target>L'utente è UPN, se impostato (altrimenti una stringa vuota)</target> <target>L'utente è UPN, se impostato (altrimenti una stringa vuota)</target>
</trans-unit> </trans-unit>
<trans-unit id="h4963ed14d7e239a9">
<source>An attribute path like
<x id="0" equiv-text="&lt;code&gt;"/>attributes.something.avatar<x id="1" equiv-text="&lt;/code&gt;"/>, which can be used in
combination with the file field to allow users to upload custom
avatars for themselves.</source>
<target>Un percorso di attributo come
attributi.something.avatar
, che può essere usato in
Combinazione con il campo File per consentire agli utenti di caricare personalizzati
avatar per se stessi.</target>
</trans-unit>
<trans-unit id="s4c80c34a67a6f1c9"> <trans-unit id="s4c80c34a67a6f1c9">
<source>Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found.</source> <source>Multiple values can be set, comma-separated, and authentik will fallback to the next mode when no avatar could be found.</source>
<target>È possibile impostare più valori, separati da virgole e Authenk scenderà alla modalità successiva quando non è stato possibile trovare un avatar.</target> <target>È possibile impostare più valori, separati da virgole e Authenk scenderà alla modalità successiva quando non è stato possibile trovare un avatar.</target>
</trans-unit> </trans-unit>
<trans-unit id="h2fafcc3ebafea2f8">
<source>For example, setting this to <x id="0" equiv-text="&lt;code&gt;"/>gravatar,initials<x id="1" equiv-text="&lt;/code&gt;"/> will
attempt to get an avatar from Gravatar, and if the user has not
configured on there, it will fallback to a generated avatar.</source>
<target>Ad esempio, impostarlo su
gravatar, iniziali
Volere
tentare di ottenere un avatar da Gravatar e se l'utente non ha
Configurato lì, ricadrà in un avatar generato.</target>
</trans-unit>
<trans-unit id="s5faec5eb5faf62ac"> <trans-unit id="s5faec5eb5faf62ac">
<source>Allow users to change name</source> <source>Allow users to change name</source>
<target>Permetti agli utenti di cambiare nome</target> <target>Permetti agli utenti di cambiare nome</target>
@ -8190,10 +8110,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Selected Applications</source> <source>Selected Applications</source>
<target>Applicazioni selezionate</target> <target>Applicazioni selezionate</target>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
<target>Questa opzione configura i collegamenti a piè di pagina sulle pagine dell'esecutore di flusso. Deve essere un elenco YAML o JSON valido e può essere utilizzato come segue:</target>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
<target>Ultimo utilizzo</target> <target>Ultimo utilizzo</target>
@ -8940,7 +8856,7 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit> </trans-unit>
<trans-unit id="s9dda0789d278f5c5"> <trans-unit id="s9dda0789d278f5c5">
<source>Provide users with a 'show password' button.</source> <source>Provide users with a 'show password' button.</source>
<target>Fornisci agli utenti un pulsante &quot;Mostra password&quot;.</target> <target>Fornisci agli utenti un pulsante "Mostra password".</target>
</trans-unit> </trans-unit>
<trans-unit id="s2f7f35f6a5b733f5"> <trans-unit id="s2f7f35f6a5b733f5">
<source>Show password</source> <source>Show password</source>
@ -8958,12 +8874,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Russian</source> <source>Russian</source>
<target>Russo</target> <target>Russo</target>
</trans-unit> </trans-unit>
<trans-unit id="s354405ae02cb262d">
<source>Last seen: <x id="0" equiv-text="${getRelativeTime(lastSeen)}"/> (<x id="1" equiv-text="${lastSeen.toLocaleTimeString()}"/>)</source>
<target>Ultimo visto:
(
)</target>
</trans-unit>
<trans-unit id="s5aebe06e3ddf6ca9"> <trans-unit id="s5aebe06e3ddf6ca9">
<source>Sign assertions</source> <source>Sign assertions</source>
<target>Segnale</target> <target>Segnale</target>
@ -9056,10 +8966,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Internal user usage</source> <source>Internal user usage</source>
<target>Utilizzo degli utenti interni</target> <target>Utilizzo degli utenti interni</target>
</trans-unit> </trans-unit>
<trans-unit id="s087d6f07b52b30ec">
<source><x id="0" equiv-text="${internalUserPercentage &lt; Infinity ? internalUserPercentage : &quot;∞&quot;}"/>%</source>
<target>%</target>
</trans-unit>
<trans-unit id="sae72e1569d34fb02"> <trans-unit id="sae72e1569d34fb02">
<source>External user usage</source> <source>External user usage</source>
<target>Utilizzo dell'utente esterno</target> <target>Utilizzo dell'utente esterno</target>
@ -9076,12 +8982,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Sync Group</source> <source>Sync Group</source>
<target>Gruppo di sincronizzazione</target> <target>Gruppo di sincronizzazione</target>
</trans-unit> </trans-unit>
<trans-unit id="s2d5f69929bb7221d">
<source><x id="0" equiv-text="${prompt.name}"/> (&quot;<x id="1" equiv-text="${prompt.fieldKey}"/>&quot;, of type <x id="2" equiv-text="${prompt.type}"/>)</source>
<target>(&quot;
&quot;, di tipo
)</target>
</trans-unit>
<trans-unit id="sa38c5a2731be3a46"> <trans-unit id="sa38c5a2731be3a46">
<source>authentik was unable to save this application:</source> <source>authentik was unable to save this application:</source>
<target>Authenk non è stato in grado di salvare questa applicazione:</target> <target>Authenk non è stato in grado di salvare questa applicazione:</target>
@ -9106,23 +9006,10 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Verify SCIM server's certificates</source> <source>Verify SCIM server's certificates</source>
<target>Verifica i certificati del server Scim</target> <target>Verifica i certificati del server Scim</target>
</trans-unit> </trans-unit>
<trans-unit id="sac88482c48453fc8">
<source>You've logged out of <x id="0" equiv-text="${this.challenge.applicationName}"/>. You can go back to the overview to launch another application, or log out of your authentik account.</source>
<target>Hai disconnesso
. Puoi tornare alla panoramica per avviare un'altra applicazione o disconnettersi dal tuo account Authenk.</target>
</trans-unit>
<trans-unit id="s3108167b562674e2"> <trans-unit id="s3108167b562674e2">
<source>Go back to overview</source> <source>Go back to overview</source>
<target>Torna alla panoramica</target> <target>Torna alla panoramica</target>
</trans-unit> </trans-unit>
<trans-unit id="sdb749e793de55478">
<source>Log out of <x id="0" equiv-text="${this.challenge.brandName}"/></source>
<target>Disconnettersi da</target>
</trans-unit>
<trans-unit id="s521681ed1d5ff814">
<source>Log back into <x id="0" equiv-text="${this.challenge.applicationName}"/></source>
<target>Restituire a</target>
</trans-unit>
<trans-unit id="sc991a35f5e88d1d3"> <trans-unit id="sc991a35f5e88d1d3">
<source>Encryption Key</source> <source>Encryption Key</source>
<target>Chiave di crittografia</target> <target>Chiave di crittografia</target>
@ -9131,11 +9018,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Key used to encrypt the tokens.</source> <source>Key used to encrypt the tokens.</source>
<target>Chiave utilizzato per crittografare i token.</target> <target>Chiave utilizzato per crittografare i token.</target>
</trans-unit> </trans-unit>
<trans-unit id="sbfee780fa0a2c83e">
<source>Device type <x id="0" equiv-text="${device.verboseName}"/> cannot be deleted</source>
<target>Tipo di dispositivo
non può essere eliminato</target>
</trans-unit>
<trans-unit id="s336936629cdeb3e5"> <trans-unit id="s336936629cdeb3e5">
<source>Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows.</source> <source>Stage used to verify users' browsers using Google Chrome Device Trust. This stage can be used in authentication/authorization flows.</source>
<target>Fase utilizzata per verificare i browser degli utenti utilizzando la fiducia del dispositivo Google Chrome. Questa fase può essere utilizzata nei flussi di autenticazione/autorizzazione.</target> <target>Fase utilizzata per verificare i browser degli utenti utilizzando la fiducia del dispositivo Google Chrome. Questa fase può essere utilizzata nei flussi di autenticazione/autorizzazione.</target>
@ -9144,11 +9026,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Google Verified Access API</source> <source>Google Verified Access API</source>
<target>Google Verified Access API</target> <target>Google Verified Access API</target>
</trans-unit> </trans-unit>
<trans-unit id="s013620384af7c8b4">
<source>Device type <x id="0" equiv-text="${device.verboseName}"/> cannot be edited</source>
<target>Tipo di dispositivo
non può essere modificato</target>
</trans-unit>
<trans-unit id="s4347135696fc7cde"> <trans-unit id="s4347135696fc7cde">
<source>Advanced flow settings</source> <source>Advanced flow settings</source>
<target>Impostazioni di flusso avanzate</target> <target>Impostazioni di flusso avanzate</target>
@ -9276,6 +9153,104 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sabf8a430d504f8c8"> <trans-unit id="sabf8a430d504f8c8">
<source>Endpoint Google Chrome Device Trust is in preview.</source> <source>Endpoint Google Chrome Device Trust is in preview.</source>
<target>anteprima dell'Endpoint Google Chrome Device Trust</target> <target>anteprima dell'Endpoint Google Chrome Device Trust</target>
</trans-unit>
<trans-unit id="h10ef80d434185070">
<source>Use this provider with nginx's <x id="0" equiv-text="&lt;code&gt;"/>auth_request<x id="1" equiv-text="&lt;/code&gt;"/> or traefik's
<x id="2" equiv-text="&lt;code&gt;"/>forwardAuth<x id="3" equiv-text="&lt;/code&gt;"/>. Each application/domain needs its own provider.
Additionally, on each domain, <x id="4" equiv-text="&lt;code&gt;"/>/outpost.goauthentik.io<x id="5" equiv-text="&lt;/code&gt;"/> must be
routed to the outpost (when using a managed outpost, this is done for you).</source>
</trans-unit>
<trans-unit id="s3d2a8b86a4f5a810">
<source>Successfully created user and added to group <x id="0" equiv-text="${this.group.name}"/></source>
</trans-unit>
<trans-unit id="s824e0943a7104668">
<source>This user will be added to the group "<x id="0" equiv-text="${this.targetGroup.name}"/>".</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="sb4c9ed2a487b238f">
<source>Are you sure you want to remove user <x id="0" equiv-text="${this.targetUser?.username}"/> from the following groups?</source>
</trans-unit>
<trans-unit id="s67dedada007d4067">
<source>Failed to disconnected source: <x id="0" equiv-text="${exc}"/></source>
</trans-unit>
<trans-unit id="sababff57115130a0">
<source>Error: unsupported source settings: <x id="0" equiv-text="${source.component}"/></source>
</trans-unit>
<trans-unit id="sbfee780fa0a2c83e">
<source>Device type <x id="0" equiv-text="${device.verboseName}"/> cannot be deleted</source>
</trans-unit>
<trans-unit id="s2d5f69929bb7221d">
<source><x id="0" equiv-text="${prompt.name}"/> ("<x id="1" equiv-text="${prompt.fieldKey}"/>", of type <x id="2" equiv-text="${prompt.type}"/>)</source>
</trans-unit>
<trans-unit id="s1ac2653a6492b435">
<source><x id="0" equiv-text="${this.outpostHealth.version}"/>, should be <x id="1" equiv-text="${this.outpostHealth.versionShould}"/></source>
</trans-unit>
<trans-unit id="s354405ae02cb262d">
<source>Last seen: <x id="0" equiv-text="${getRelativeTime(lastSeen)}"/> (<x id="1" equiv-text="${lastSeen.toLocaleTimeString()}"/>)</source>
</trans-unit>
<trans-unit id="h4963ed14d7e239a9">
<source>An attribute path like
<x id="0" equiv-text="&lt;code&gt;"/>attributes.something.avatar<x id="1" equiv-text="&lt;/code&gt;"/>, which can be used in
combination with the file field to allow users to upload custom
avatars for themselves.</source>
</trans-unit>
<trans-unit id="h2fafcc3ebafea2f8">
<source>For example, setting this to <x id="0" equiv-text="&lt;code&gt;"/>gravatar,initials<x id="1" equiv-text="&lt;/code&gt;"/> will
attempt to get an avatar from Gravatar, and if the user has not
configured on there, it will fallback to a generated avatar.</source>
</trans-unit>
<trans-unit id="s087d6f07b52b30ec">
<source><x id="0" equiv-text="${internalUserPercentage &lt; Infinity ? internalUserPercentage : &quot;∞&quot;}"/>%</source>
</trans-unit>
<trans-unit id="sde9a3f41977ec1f8">
<source>Estimated user count one year from now based on <x id="0" equiv-text="${this.forecast?.internalUsers}"/> current internal users and <x id="1" equiv-text="${this.forecast?.forecastedInternalUsers}"/> forecasted internal users.</source>
</trans-unit>
<trans-unit id="sf52479d6daa0a4a8">
<source>Estimated user count one year from now based on <x id="0" equiv-text="${this.forecast?.externalUsers}"/> current external users and <x id="1" equiv-text="${this.forecast?.forecastedExternalUsers}"/> forecasted external users.</source>
</trans-unit>
<trans-unit id="sac88482c48453fc8">
<source>You've logged out of <x id="0" equiv-text="${this.challenge.applicationName}"/>. You can go back to the overview to launch another application, or log out of your authentik account.</source>
</trans-unit>
<trans-unit id="sdb749e793de55478">
<source>Log out of <x id="0" equiv-text="${this.challenge.brandName}"/></source>
</trans-unit>
<trans-unit id="s521681ed1d5ff814">
<source>Log back into <x id="0" equiv-text="${this.challenge.applicationName}"/></source>
</trans-unit>
<trans-unit id="s9d95f09deb601f34">
<source>Server validation of credential failed: <x id="0" equiv-text="${err}"/></source>
</trans-unit>
<trans-unit id="s013620384af7c8b4">
<source>Device type <x id="0" equiv-text="${device.verboseName}"/> cannot be edited</source>
</trans-unit>
<trans-unit id="saa29a2ac03cd9d19">
<source>Reason</source>
</trans-unit>
<trans-unit id="se9fd92a824994eba">
<source>Reason for impersonating the user</source>
</trans-unit>
<trans-unit id="s6f4f35a5a4b9b3cb">
<source>Interactive</source>
</trans-unit>
<trans-unit id="sd020240e41e4c207">
<source>Enable this flag if the configured captcha requires User-interaction. Required for reCAPTCHA v2, hCaptcha and Cloudflare Turnstile.</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit>
<trans-unit id="s29fab8887734192f">
<source>Require reason for impersonation</source>
</trans-unit>
<trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -8049,9 +8049,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sd176021da2ea0fe3"> <trans-unit id="sd176021da2ea0fe3">
<source>Selected Applications</source> <source>Selected Applications</source>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
</trans-unit> </trans-unit>
@ -8876,6 +8873,18 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -7896,9 +7896,6 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de
<trans-unit id="sd176021da2ea0fe3"> <trans-unit id="sd176021da2ea0fe3">
<source>Selected Applications</source> <source>Selected Applications</source>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
</trans-unit> </trans-unit>
@ -8723,6 +8720,18 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -8184,10 +8184,6 @@ Powiązania z grupami/użytkownikami są sprawdzane względem użytkownika zdarz
<source>Selected Applications</source> <source>Selected Applications</source>
<target>Wybrane aplikacje</target> <target>Wybrane aplikacje</target>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
<target>Ta opcja konfiguruje linki stopki na stronach wykonawców przepływu. Musi to być prawidłowa lista YAML lub JSON i może być używana w następujący sposób:</target>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
<target>Ostatnio używany</target> <target>Ostatnio używany</target>
@ -9140,6 +9136,18 @@ Powiązania z grupami/użytkownikami są sprawdzane względem użytkownika zdarz
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -8128,10 +8128,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Selected Applications</source> <source>Selected Applications</source>
<target>Śēĺēćţēď Àƥƥĺĩćàţĩōńś</target> <target>Śēĺēćţēď Àƥƥĺĩćàţĩōńś</target>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
<target>Ţĥĩś ōƥţĩōń ćōńƒĩĝũŕēś ţĥē ƒōōţēŕ ĺĩńķś ōń ţĥē ƒĺōŵ ēxēćũţōŕ ƥàĝēś. Ĩţ ḿũśţ ƀē à vàĺĩď ŶÀḾĹ ōŕ ĵŚŌŃ ĺĩśţ àńď ćàń ƀē ũśēď àś ƒōĺĺōŵś:</target>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
<target>Ĺàśţ ũśēď</target> <target>Ĺàśţ ũśēď</target>
@ -9180,4 +9176,16 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit> </trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit>
</body></file></xliff> </body></file></xliff>

View File

@ -8183,10 +8183,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Selected Applications</source> <source>Selected Applications</source>
<target>Выбранные приложения</target> <target>Выбранные приложения</target>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
<target>Этот параметр настраивает ссылки нижнего колонтитула на страницах исполнителей потока. Это должен быть корректный YAML или JSON, который можно использовать следующим образом:</target>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
<target>Послед. использование</target> <target>Послед. использование</target>
@ -9203,6 +9199,18 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -8133,10 +8133,6 @@ Gruplara/kullanıcılara yapılan bağlamalar, etkinliğin kullanıcısına kar
<source>Selected Applications</source> <source>Selected Applications</source>
<target>Seçilmiş Uygulamalar</target> <target>Seçilmiş Uygulamalar</target>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
<target>Bu seçenek, akış yürütücüsü sayfalarındaki altbilgi bağlantılarını yapılandırır. Geçerli bir YAML veya JSON listesi olmalıdır ve aşağıdaki gibi kullanılabilir:</target>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
<target>Son kullanılan</target> <target>Son kullanılan</target>
@ -9233,6 +9229,18 @@ Gruplara/kullanıcılara yapılan bağlamalar, etkinliğin kullanıcısına kar
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -5065,9 +5065,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sd176021da2ea0fe3"> <trans-unit id="sd176021da2ea0fe3">
<source>Selected Applications</source> <source>Selected Applications</source>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
</trans-unit> </trans-unit>
@ -5893,6 +5890,18 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit> </trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit>
</body> </body>
</file> </file>
</xliff> </xliff>

View File

@ -8182,10 +8182,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<source>Selected Applications</source> <source>Selected Applications</source>
<target>已选应用</target> <target>已选应用</target>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
<target>此选项配置流程执行器页面上的页脚链接。必须为有效的 YAML 或 JSON 列表,可以使用以下值:</target>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
<target>上次使用</target> <target>上次使用</target>
@ -9285,6 +9281,18 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
<target>需要管理员提供模拟用户的原因。</target> <target>需要管理员提供模拟用户的原因。</target>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -6175,9 +6175,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sd176021da2ea0fe3"> <trans-unit id="sd176021da2ea0fe3">
<source>Selected Applications</source> <source>Selected Applications</source>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
</trans-unit> </trans-unit>
@ -7002,6 +6999,18 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>

View File

@ -8010,9 +8010,6 @@ Bindings to groups/users are checked against the user of the event.</source>
<trans-unit id="sd176021da2ea0fe3"> <trans-unit id="sd176021da2ea0fe3">
<source>Selected Applications</source> <source>Selected Applications</source>
</trans-unit> </trans-unit>
<trans-unit id="s862505f29064fc72">
<source>This option configures the footer links on the flow executor pages. It must be a valid YAML or JSON list and can be used as follows:</source>
</trans-unit>
<trans-unit id="s6d3f81dc4bcacbda"> <trans-unit id="s6d3f81dc4bcacbda">
<source>Last used</source> <source>Last used</source>
</trans-unit> </trans-unit>
@ -8837,6 +8834,18 @@ Bindings to groups/users are checked against the user of the event.</source>
</trans-unit> </trans-unit>
<trans-unit id="sc24af6de78468cfa"> <trans-unit id="sc24af6de78468cfa">
<source>Require administrators to provide a reason for impersonating a user.</source> <source>Require administrators to provide a reason for impersonating a user.</source>
</trans-unit>
<trans-unit id="sd48cc52117f4d68b">
<source>Italian</source>
</trans-unit>
<trans-unit id="s6cee92a3b310e650">
<source>Add entry</source>
</trans-unit>
<trans-unit id="s8f36fb59c31d33eb">
<source>Link Title</source>
</trans-unit>
<trans-unit id="s92205c10ba1f0f4c">
<source>This option configures the footer links on the flow executor pages. The URL is limited to web and mail addresses. If the name is left blank, the URL will be shown.</source>
</trans-unit> </trans-unit>
</body> </body>
</file> </file>