web/admin: clarify phrasing that user ID is required

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-11-24 11:37:54 +01:00
parent d0308a8239
commit 0813a49ca5
12 changed files with 1359 additions and 264 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-16 19:21+0000\n" "POT-Creation-Date: 2022-11-24 10:37+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -61,11 +61,11 @@ msgstr ""
msgid "Create a SAML Provider by importing its Metadata." msgid "Create a SAML Provider by importing its Metadata."
msgstr "" msgstr ""
#: authentik/core/api/users.py:93 #: authentik/core/api/users.py:112
msgid "No leading or trailing slashes allowed." msgid "No leading or trailing slashes allowed."
msgstr "" msgstr ""
#: authentik/core/api/users.py:96 #: authentik/core/api/users.py:115
msgid "No empty segments in user path allowed." msgid "No empty segments in user path allowed."
msgstr "" msgstr ""
@ -81,109 +81,117 @@ msgstr ""
msgid "User's display name." msgid "User's display name."
msgstr "" msgstr ""
#: authentik/core/models.py:252 authentik/providers/oauth2/models.py:322 #: authentik/core/models.py:263 authentik/providers/oauth2/models.py:325
msgid "User" msgid "User"
msgstr "" msgstr ""
#: authentik/core/models.py:253 #: authentik/core/models.py:264
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: authentik/core/models.py:264 #: authentik/core/models.py:275
msgid "Flow used when authorizing this provider." msgid "Flow used when authorizing this provider."
msgstr "" msgstr ""
#: authentik/core/models.py:297 #: authentik/core/models.py:308
msgid "Application's display Name." msgid "Application's display Name."
msgstr "" msgstr ""
#: authentik/core/models.py:298 #: authentik/core/models.py:309
msgid "Internal application name, used in URLs." msgid "Internal application name, used in URLs."
msgstr "" msgstr ""
#: authentik/core/models.py:310 #: authentik/core/models.py:321
msgid "Open launch URL in a new browser tab or window." msgid "Open launch URL in a new browser tab or window."
msgstr "" msgstr ""
#: authentik/core/models.py:375 #: authentik/core/models.py:386
msgid "Application" msgid "Application"
msgstr "" msgstr ""
#: authentik/core/models.py:376 #: authentik/core/models.py:387
msgid "Applications" msgid "Applications"
msgstr "" msgstr ""
#: authentik/core/models.py:382 #: authentik/core/models.py:393
msgid "Use the source-specific identifier" msgid "Use the source-specific identifier"
msgstr "" msgstr ""
#: authentik/core/models.py:390 #: authentik/core/models.py:401
msgid "" msgid ""
"Use the user's email address, but deny enrollment when the email address " "Use the user's email address, but deny enrollment when the email address "
"already exists." "already exists."
msgstr "" msgstr ""
#: authentik/core/models.py:399 #: authentik/core/models.py:410
msgid "" msgid ""
"Use the user's username, but deny enrollment when the username already " "Use the user's username, but deny enrollment when the username already "
"exists." "exists."
msgstr "" msgstr ""
#: authentik/core/models.py:406 #: authentik/core/models.py:417
msgid "Source's display Name." msgid "Source's display Name."
msgstr "" msgstr ""
#: authentik/core/models.py:407 #: authentik/core/models.py:418
msgid "Internal source name, used in URLs." msgid "Internal source name, used in URLs."
msgstr "" msgstr ""
#: authentik/core/models.py:420 #: authentik/core/models.py:437
msgid "Flow to use when authenticating existing users." msgid "Flow to use when authenticating existing users."
msgstr "" msgstr ""
#: authentik/core/models.py:429 #: authentik/core/models.py:446
msgid "Flow to use when enrolling new users." msgid "Flow to use when enrolling new users."
msgstr "" msgstr ""
#: authentik/core/models.py:590 #: authentik/core/models.py:632
msgid "Token" msgid "Token"
msgstr "" msgstr ""
#: authentik/core/models.py:591 #: authentik/core/models.py:633
msgid "Tokens" msgid "Tokens"
msgstr "" msgstr ""
#: authentik/core/models.py:633 #: authentik/core/models.py:675
msgid "Property Mapping" msgid "Property Mapping"
msgstr "" msgstr ""
#: authentik/core/models.py:634 #: authentik/core/models.py:676
msgid "Property Mappings" msgid "Property Mappings"
msgstr "" msgstr ""
#: authentik/core/models.py:670 #: authentik/core/models.py:712
msgid "Authenticated Session" msgid "Authenticated Session"
msgstr "" msgstr ""
#: authentik/core/models.py:671 #: authentik/core/models.py:713
msgid "Authenticated Sessions" msgid "Authenticated Sessions"
msgstr "" msgstr ""
#: authentik/core/sources/flow_manager.py:176 #: authentik/core/sources/flow_manager.py:198
msgid "source" msgid "source"
msgstr "" msgstr ""
#: authentik/core/sources/flow_manager.py:243 #: authentik/core/sources/flow_manager.py:250
msgid "Configured flow does not exist."
msgstr ""
#: authentik/core/sources/flow_manager.py:281 #: authentik/core/sources/flow_manager.py:281
#: authentik/core/sources/flow_manager.py:333
#, python-format #, python-format
msgid "Successfully authenticated with %(source)s!" msgid "Successfully authenticated with %(source)s!"
msgstr "" msgstr ""
#: authentik/core/sources/flow_manager.py:262 #: authentik/core/sources/flow_manager.py:305
#, python-format #, python-format
msgid "Successfully linked %(source)s!" msgid "Successfully linked %(source)s!"
msgstr "" msgstr ""
#: authentik/core/sources/flow_manager.py:324
msgid "Source is not configured for enrollment."
msgstr ""
#: authentik/core/templates/if/admin.html:21 #: authentik/core/templates/if/admin.html:21
#: authentik/core/templates/if/admin.html:27 #: authentik/core/templates/if/admin.html:27
#: authentik/core/templates/if/flow.html:37 #: authentik/core/templates/if/flow.html:37
@ -268,97 +276,97 @@ msgstr ""
msgid "Certificate-Key Pairs" msgid "Certificate-Key Pairs"
msgstr "" msgstr ""
#: authentik/events/models.py:300 #: authentik/events/models.py:301
msgid "Event" msgid "Event"
msgstr "" msgstr ""
#: authentik/events/models.py:301 #: authentik/events/models.py:302
msgid "Events" msgid "Events"
msgstr "" msgstr ""
#: authentik/events/models.py:307 #: authentik/events/models.py:308
msgid "authentik inbuilt notifications" msgid "authentik inbuilt notifications"
msgstr "" msgstr ""
#: authentik/events/models.py:308 #: authentik/events/models.py:309
msgid "Generic Webhook" msgid "Generic Webhook"
msgstr "" msgstr ""
#: authentik/events/models.py:309 #: authentik/events/models.py:310
msgid "Slack Webhook (Slack/Discord)" msgid "Slack Webhook (Slack/Discord)"
msgstr "" msgstr ""
#: authentik/events/models.py:310 #: authentik/events/models.py:311
msgid "Email" msgid "Email"
msgstr "" msgstr ""
#: authentik/events/models.py:328 #: authentik/events/models.py:329
msgid "" msgid ""
"Only send notification once, for example when sending a webhook into a chat " "Only send notification once, for example when sending a webhook into a chat "
"channel." "channel."
msgstr "" msgstr ""
#: authentik/events/models.py:388 #: authentik/events/models.py:389
msgid "Severity" msgid "Severity"
msgstr "" msgstr ""
#: authentik/events/models.py:393 #: authentik/events/models.py:394
msgid "Dispatched for user" msgid "Dispatched for user"
msgstr "" msgstr ""
#: authentik/events/models.py:476 #: authentik/events/models.py:478
msgid "Notification Transport" msgid "Notification Transport"
msgstr "" msgstr ""
#: authentik/events/models.py:477 #: authentik/events/models.py:479
msgid "Notification Transports" msgid "Notification Transports"
msgstr "" msgstr ""
#: authentik/events/models.py:483 #: authentik/events/models.py:485
msgid "Notice" msgid "Notice"
msgstr "" msgstr ""
#: authentik/events/models.py:484 #: authentik/events/models.py:486
msgid "Warning" msgid "Warning"
msgstr "" msgstr ""
#: authentik/events/models.py:485 #: authentik/events/models.py:487
msgid "Alert" msgid "Alert"
msgstr "" msgstr ""
#: authentik/events/models.py:511 #: authentik/events/models.py:513
msgid "Notification" msgid "Notification"
msgstr "" msgstr ""
#: authentik/events/models.py:512 #: authentik/events/models.py:514
msgid "Notifications" msgid "Notifications"
msgstr "" msgstr ""
#: authentik/events/models.py:532 #: authentik/events/models.py:534
msgid "Controls which severity level the created notifications will have." msgid "Controls which severity level the created notifications will have."
msgstr "" msgstr ""
#: authentik/events/models.py:558 #: authentik/events/models.py:560
msgid "Notification Rule" msgid "Notification Rule"
msgstr "" msgstr ""
#: authentik/events/models.py:559 #: authentik/events/models.py:561
msgid "Notification Rules" msgid "Notification Rules"
msgstr "" msgstr ""
#: authentik/events/models.py:580 #: authentik/events/models.py:582
msgid "Webhook Mapping" msgid "Webhook Mapping"
msgstr "" msgstr ""
#: authentik/events/models.py:581 #: authentik/events/models.py:583
msgid "Webhook Mappings" msgid "Webhook Mappings"
msgstr "" msgstr ""
#: authentik/events/monitored_tasks.py:195 #: authentik/events/monitored_tasks.py:196
msgid "Task has not been run yet." msgid "Task has not been run yet."
msgstr "" msgstr ""
#: authentik/flows/api/flows.py:273 #: authentik/flows/api/flows.py:296
#, python-format #, python-format
msgid "Flow not applicable to current user/request: %(messages)s" msgid "Flow not applicable to current user/request: %(messages)s"
msgstr "" msgstr ""
@ -474,33 +482,37 @@ msgstr ""
msgid "Invalid kubeconfig" msgid "Invalid kubeconfig"
msgstr "" msgstr ""
#: authentik/outposts/models.py:155 #: authentik/outposts/models.py:156
msgid "Outpost Service-Connection" msgid "Outpost Service-Connection"
msgstr "" msgstr ""
#: authentik/outposts/models.py:156 #: authentik/outposts/models.py:157
msgid "Outpost Service-Connections" msgid "Outpost Service-Connections"
msgstr "" msgstr ""
#: authentik/outposts/models.py:192 #: authentik/outposts/models.py:193
msgid "" msgid ""
"Certificate/Key used for authentication. Can be left empty for no " "Certificate/Key used for authentication. Can be left empty for no "
"authentication." "authentication."
msgstr "" msgstr ""
#: authentik/outposts/models.py:211 #: authentik/outposts/models.py:212
msgid "Docker Service-Connection" msgid "Docker Service-Connection"
msgstr "" msgstr ""
#: authentik/outposts/models.py:212 #: authentik/outposts/models.py:213
msgid "Docker Service-Connections" msgid "Docker Service-Connections"
msgstr "" msgstr ""
#: authentik/outposts/models.py:243 #: authentik/outposts/models.py:229
msgid "Verify SSL Certificates of the Kubernetes API endpoint"
msgstr ""
#: authentik/outposts/models.py:247
msgid "Kubernetes Service-Connection" msgid "Kubernetes Service-Connection"
msgstr "" msgstr ""
#: authentik/outposts/models.py:244 #: authentik/outposts/models.py:248
msgid "Kubernetes Service-Connections" msgid "Kubernetes Service-Connections"
msgstr "" msgstr ""
@ -549,16 +561,17 @@ msgid "Expression Policies"
msgstr "" msgstr ""
#: authentik/policies/hibp/models.py:23 #: authentik/policies/hibp/models.py:23
#: authentik/policies/password/models.py:24 #: authentik/policies/password/models.py:27
msgid "Field key to check, field keys defined in Prompt stages are available." msgid "Field key to check, field keys defined in Prompt stages are available."
msgstr "" msgstr ""
#: authentik/policies/hibp/models.py:51 #: authentik/policies/hibp/models.py:51
#: authentik/policies/password/models.py:57 #: authentik/policies/password/models.py:72
msgid "Password not set in context" msgid "Password not set in context"
msgstr "" msgstr ""
#: authentik/policies/hibp/models.py:64 #: authentik/policies/hibp/models.py:64
#: authentik/policies/password/models.py:134
#, python-format #, python-format
msgid "Password exists on %(count)d online lists." msgid "Password exists on %(count)d online lists."
msgstr "" msgstr ""
@ -579,43 +592,52 @@ msgstr ""
msgid "ANY, any policy must pass" msgid "ANY, any policy must pass"
msgstr "" msgstr ""
#: authentik/policies/models.py:45 #: authentik/policies/models.py:48
msgid "Policy Binding Model" msgid "Policy Binding Model"
msgstr "" msgstr ""
#: authentik/policies/models.py:46 #: authentik/policies/models.py:49
msgid "Policy Binding Models" msgid "Policy Binding Models"
msgstr "" msgstr ""
#: authentik/policies/models.py:85 #: authentik/policies/models.py:88
msgid "Negates the outcome of the policy. Messages are unaffected." msgid "Negates the outcome of the policy. Messages are unaffected."
msgstr "" msgstr ""
#: authentik/policies/models.py:88 #: authentik/policies/models.py:91
msgid "Timeout after which Policy execution is terminated." msgid "Timeout after which Policy execution is terminated."
msgstr "" msgstr ""
#: authentik/policies/models.py:141 #: authentik/policies/models.py:145
msgid "Policy Binding" msgid "Policy Binding"
msgstr "" msgstr ""
#: authentik/policies/models.py:142 #: authentik/policies/models.py:146
msgid "Policy Bindings" msgid "Policy Bindings"
msgstr "" msgstr ""
#: authentik/policies/models.py:181 #: authentik/policies/models.py:191
msgid "Policy" msgid "Policy"
msgstr "" msgstr ""
#: authentik/policies/models.py:182 #: authentik/policies/models.py:192
msgid "Policies" msgid "Policies"
msgstr "" msgstr ""
#: authentik/policies/password/models.py:89 #: authentik/policies/password/models.py:44
msgid "How many times the password hash is allowed to be on haveibeenpwned"
msgstr ""
#: authentik/policies/password/models.py:49
msgid ""
"If the zxcvbn score is equal or less than this value, the policy will fail."
msgstr ""
#: authentik/policies/password/models.py:161
msgid "Password Policy" msgid "Password Policy"
msgstr "" msgstr ""
#: authentik/policies/password/models.py:90 #: authentik/policies/password/models.py:162
msgid "Password Policies" msgid "Password Policies"
msgstr "" msgstr ""
@ -697,193 +719,193 @@ msgstr ""
msgid "LDAP Providers" msgid "LDAP Providers"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:38 #: authentik/providers/oauth2/models.py:37
msgid "Confidential" msgid "Confidential"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:39 #: authentik/providers/oauth2/models.py:38
msgid "Public" msgid "Public"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:61 #: authentik/providers/oauth2/models.py:60
msgid "Based on the Hashed User ID" msgid "Based on the Hashed User ID"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:62 #: authentik/providers/oauth2/models.py:61
msgid "Based on the username" msgid "Based on the username"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:65 #: authentik/providers/oauth2/models.py:64
msgid "Based on the User's Email. This is recommended over the UPN method." msgid "Based on the User's Email. This is recommended over the UPN method."
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:81 #: authentik/providers/oauth2/models.py:80
msgid "Same identifier is used for all providers" msgid "Same identifier is used for all providers"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:83 #: authentik/providers/oauth2/models.py:82
msgid "Each provider has a different issuer, based on the application slug." msgid "Each provider has a different issuer, based on the application slug."
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:90 #: authentik/providers/oauth2/models.py:89
msgid "code (Authorization Code Flow)" msgid "code (Authorization Code Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:91 #: authentik/providers/oauth2/models.py:90
msgid "id_token (Implicit Flow)" msgid "id_token (Implicit Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:92 #: authentik/providers/oauth2/models.py:91
msgid "id_token token (Implicit Flow)" msgid "id_token token (Implicit Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:93 #: authentik/providers/oauth2/models.py:92
msgid "code token (Hybrid Flow)" msgid "code token (Hybrid Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:94 #: authentik/providers/oauth2/models.py:93
msgid "code id_token (Hybrid Flow)" msgid "code id_token (Hybrid Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:95 #: authentik/providers/oauth2/models.py:94
msgid "code id_token token (Hybrid Flow)" msgid "code id_token token (Hybrid Flow)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:101 #: authentik/providers/oauth2/models.py:100
msgid "HS256 (Symmetric Encryption)" msgid "HS256 (Symmetric Encryption)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:102 #: authentik/providers/oauth2/models.py:101
msgid "RS256 (Asymmetric Encryption)" msgid "RS256 (Asymmetric Encryption)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:103 #: authentik/providers/oauth2/models.py:102
msgid "ES256 (Asymmetric Encryption)" msgid "ES256 (Asymmetric Encryption)"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:109 #: authentik/providers/oauth2/models.py:108
msgid "Scope used by the client" msgid "Scope used by the client"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:135 #: authentik/providers/oauth2/models.py:134
msgid "Scope Mapping" msgid "Scope Mapping"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:136 #: authentik/providers/oauth2/models.py:135
msgid "Scope Mappings" msgid "Scope Mappings"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:146 #: authentik/providers/oauth2/models.py:145
msgid "Client Type" msgid "Client Type"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:148 #: authentik/providers/oauth2/models.py:147
msgid "" msgid ""
"Confidential clients are capable of maintaining the confidentiality of their " "Confidential clients are capable of maintaining the confidentiality of their "
"credentials. Public clients are incapable" "credentials. Public clients are incapable"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:155 #: authentik/providers/oauth2/models.py:154
msgid "Client ID" msgid "Client ID"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:161 #: authentik/providers/oauth2/models.py:160
msgid "Client Secret" msgid "Client Secret"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:167 #: authentik/providers/oauth2/models.py:166
msgid "Redirect URIs" msgid "Redirect URIs"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:168 #: authentik/providers/oauth2/models.py:167
msgid "Enter each URI on a new line." msgid "Enter each URI on a new line."
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:173 #: authentik/providers/oauth2/models.py:172
msgid "Include claims in id_token" msgid "Include claims in id_token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:221 #: authentik/providers/oauth2/models.py:220
msgid "Signing Key" msgid "Signing Key"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:225 #: authentik/providers/oauth2/models.py:224
msgid "" msgid ""
"Key used to sign the tokens. Only required when JWT Algorithm is set to " "Key used to sign the tokens. Only required when JWT Algorithm is set to "
"RS256." "RS256."
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:232 #: authentik/providers/oauth2/models.py:231
msgid "" msgid ""
"Any JWT signed by the JWK of the selected source can be used to authenticate." "Any JWT signed by the JWK of the selected source can be used to authenticate."
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:314 #: authentik/providers/oauth2/models.py:317
msgid "OAuth2/OpenID Provider" msgid "OAuth2/OpenID Provider"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:315 #: authentik/providers/oauth2/models.py:318
msgid "OAuth2/OpenID Providers" msgid "OAuth2/OpenID Providers"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:324 #: authentik/providers/oauth2/models.py:327
#: authentik/providers/oauth2/models.py:530 #: authentik/providers/oauth2/models.py:536
msgid "Scopes" msgid "Scopes"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:342 #: authentik/providers/oauth2/models.py:345
msgid "Code" msgid "Code"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:343 #: authentik/providers/oauth2/models.py:346
msgid "Nonce" msgid "Nonce"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:344 #: authentik/providers/oauth2/models.py:347
msgid "Is Authentication?" msgid "Is Authentication?"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:345 #: authentik/providers/oauth2/models.py:348
msgid "Code Challenge" msgid "Code Challenge"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:347 #: authentik/providers/oauth2/models.py:350
msgid "Code Challenge Method" msgid "Code Challenge Method"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:367 #: authentik/providers/oauth2/models.py:370
msgid "Authorization Code" msgid "Authorization Code"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:368 #: authentik/providers/oauth2/models.py:371
msgid "Authorization Codes" msgid "Authorization Codes"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:418 #: authentik/providers/oauth2/models.py:421
msgid "Access Token" msgid "Access Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:419 #: authentik/providers/oauth2/models.py:422
msgid "Refresh Token" msgid "Refresh Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:420 #: authentik/providers/oauth2/models.py:423
msgid "ID Token" msgid "ID Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:429 #: authentik/providers/oauth2/models.py:432
msgid "OAuth2 Token" msgid "OAuth2 Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:430 #: authentik/providers/oauth2/models.py:433
msgid "OAuth2 Tokens" msgid "OAuth2 Tokens"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:542 #: authentik/providers/oauth2/models.py:548
msgid "Device Token" msgid "Device Token"
msgstr "" msgstr ""
#: authentik/providers/oauth2/models.py:543 #: authentik/providers/oauth2/models.py:549
msgid "Device Tokens" msgid "Device Tokens"
msgstr "" msgstr ""
@ -1173,107 +1195,107 @@ msgstr ""
msgid "Additional Scopes" msgid "Additional Scopes"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:104 #: authentik/sources/oauth/models.py:109
msgid "OAuth Source" msgid "OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:105 #: authentik/sources/oauth/models.py:110
msgid "OAuth Sources" msgid "OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:114 #: authentik/sources/oauth/models.py:119
msgid "GitHub OAuth Source" msgid "GitHub OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:115 #: authentik/sources/oauth/models.py:120
msgid "GitHub OAuth Sources" msgid "GitHub OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:124 #: authentik/sources/oauth/models.py:129
msgid "Twitch OAuth Source" msgid "Twitch OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:125 #: authentik/sources/oauth/models.py:130
msgid "Twitch OAuth Sources" msgid "Twitch OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:134 #: authentik/sources/oauth/models.py:139
msgid "Mailcow OAuth Source" msgid "Mailcow OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:135 #: authentik/sources/oauth/models.py:140
msgid "Mailcow OAuth Sources" msgid "Mailcow OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:144 #: authentik/sources/oauth/models.py:149
msgid "Twitter OAuth Source" msgid "Twitter OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:145 #: authentik/sources/oauth/models.py:150
msgid "Twitter OAuth Sources" msgid "Twitter OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:154 #: authentik/sources/oauth/models.py:159
msgid "Facebook OAuth Source" msgid "Facebook OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:155 #: authentik/sources/oauth/models.py:160
msgid "Facebook OAuth Sources" msgid "Facebook OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:164 #: authentik/sources/oauth/models.py:169
msgid "Discord OAuth Source" msgid "Discord OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:165 #: authentik/sources/oauth/models.py:170
msgid "Discord OAuth Sources" msgid "Discord OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:174 #: authentik/sources/oauth/models.py:179
msgid "Google OAuth Source" msgid "Google OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:175 #: authentik/sources/oauth/models.py:180
msgid "Google OAuth Sources" msgid "Google OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:184 #: authentik/sources/oauth/models.py:189
msgid "Azure AD OAuth Source" msgid "Azure AD OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:185 #: authentik/sources/oauth/models.py:190
msgid "Azure AD OAuth Sources" msgid "Azure AD OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:194 #: authentik/sources/oauth/models.py:199
msgid "OpenID OAuth Source" msgid "OpenID OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:195 #: authentik/sources/oauth/models.py:200
msgid "OpenID OAuth Sources" msgid "OpenID OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:204 #: authentik/sources/oauth/models.py:209
msgid "Apple OAuth Source" msgid "Apple OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:205 #: authentik/sources/oauth/models.py:210
msgid "Apple OAuth Sources" msgid "Apple OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:214 #: authentik/sources/oauth/models.py:219
msgid "Okta OAuth Source" msgid "Okta OAuth Source"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:215 #: authentik/sources/oauth/models.py:220
msgid "Okta OAuth Sources" msgid "Okta OAuth Sources"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:238 #: authentik/sources/oauth/models.py:243
msgid "User OAuth Source Connection" msgid "User OAuth Source Connection"
msgstr "" msgstr ""
#: authentik/sources/oauth/models.py:239 #: authentik/sources/oauth/models.py:244
msgid "User OAuth Source Connections" msgid "User OAuth Source Connections"
msgstr "" msgstr ""
@ -1294,19 +1316,19 @@ msgstr ""
msgid "Plex token used to check friends" msgid "Plex token used to check friends"
msgstr "" msgstr ""
#: authentik/sources/plex/models.py:92 #: authentik/sources/plex/models.py:98
msgid "Plex Source" msgid "Plex Source"
msgstr "" msgstr ""
#: authentik/sources/plex/models.py:93 #: authentik/sources/plex/models.py:99
msgid "Plex Sources" msgid "Plex Sources"
msgstr "" msgstr ""
#: authentik/sources/plex/models.py:110 #: authentik/sources/plex/models.py:116
msgid "User Plex Source Connection" msgid "User Plex Source Connection"
msgstr "" msgstr ""
#: authentik/sources/plex/models.py:111 #: authentik/sources/plex/models.py:117
msgid "User Plex Source Connections" msgid "User Plex Source Connections"
msgstr "" msgstr ""
@ -1371,19 +1393,19 @@ msgid ""
"signing." "signing."
msgstr "" msgstr ""
#: authentik/sources/saml/models.py:214 #: authentik/sources/saml/models.py:218
msgid "SAML Source" msgid "SAML Source"
msgstr "" msgstr ""
#: authentik/sources/saml/models.py:215 #: authentik/sources/saml/models.py:219
msgid "SAML Sources" msgid "SAML Sources"
msgstr "" msgstr ""
#: authentik/sources/saml/models.py:231 #: authentik/sources/saml/models.py:235
msgid "User SAML Source Connection" msgid "User SAML Source Connection"
msgstr "" msgstr ""
#: authentik/sources/saml/models.py:232 #: authentik/sources/saml/models.py:236
msgid "User SAML Source Connections" msgid "User SAML Source Connections"
msgstr "" msgstr ""
@ -1435,8 +1457,8 @@ msgid "Invalid phone number"
msgstr "" msgstr ""
#: authentik/stages/authenticator_sms/stage.py:61 #: authentik/stages/authenticator_sms/stage.py:61
#: authentik/stages/authenticator_totp/stage.py:39 #: authentik/stages/authenticator_totp/stage.py:41
#: authentik/stages/authenticator_totp/stage.py:42 #: authentik/stages/authenticator_totp/stage.py:44
msgid "Code does not match" msgid "Code does not match"
msgstr "" msgstr ""
@ -1464,39 +1486,43 @@ msgstr ""
msgid "TOTP Authenticator Setup Stages" msgid "TOTP Authenticator Setup Stages"
msgstr "" msgstr ""
#: authentik/stages/authenticator_validate/challenge.py:117 #: authentik/stages/authenticator_validate/challenge.py:124
msgid "Invalid Token" msgid "Invalid Token"
msgstr "" msgstr ""
#: authentik/stages/authenticator_validate/models.py:17 #: authentik/stages/authenticator_validate/models.py:18
msgid "Static" msgid "Static"
msgstr "" msgstr ""
#: authentik/stages/authenticator_validate/models.py:18 #: authentik/stages/authenticator_validate/models.py:19
msgid "TOTP" msgid "TOTP"
msgstr "" msgstr ""
#: authentik/stages/authenticator_validate/models.py:19 #: authentik/stages/authenticator_validate/models.py:20
msgid "WebAuthn" msgid "WebAuthn"
msgstr "" msgstr ""
#: authentik/stages/authenticator_validate/models.py:20 #: authentik/stages/authenticator_validate/models.py:21
msgid "Duo" msgid "Duo"
msgstr "" msgstr ""
#: authentik/stages/authenticator_validate/models.py:21 #: authentik/stages/authenticator_validate/models.py:22
msgid "SMS" msgid "SMS"
msgstr "" msgstr ""
#: authentik/stages/authenticator_validate/models.py:57 #: authentik/stages/authenticator_validate/models.py:58
msgid "Device classes which can be used to authenticate" msgid "Device classes which can be used to authenticate"
msgstr "" msgstr ""
#: authentik/stages/authenticator_validate/models.py:90 #: authentik/stages/authenticator_validate/models.py:74
msgid "Enforce user verification for WebAuthn devices."
msgstr ""
#: authentik/stages/authenticator_validate/models.py:97
msgid "Authenticator Validation Stage" msgid "Authenticator Validation Stage"
msgstr "" msgstr ""
#: authentik/stages/authenticator_validate/models.py:91 #: authentik/stages/authenticator_validate/models.py:98
msgid "Authenticator Validation Stages" msgid "Authenticator Validation Stages"
msgstr "" msgstr ""
@ -1590,15 +1616,15 @@ msgstr ""
msgid "Email Stages" msgid "Email Stages"
msgstr "" msgstr ""
#: authentik/stages/email/stage.py:108 #: authentik/stages/email/stage.py:110
msgid "Successfully verified Email." msgid "Successfully verified Email."
msgstr "" msgstr ""
#: authentik/stages/email/stage.py:115 authentik/stages/email/stage.py:137 #: authentik/stages/email/stage.py:117 authentik/stages/email/stage.py:139
msgid "No pending user." msgid "No pending user."
msgstr "" msgstr ""
#: authentik/stages/email/stage.py:127 #: authentik/stages/email/stage.py:129
msgid "Email sent." msgid "Email sent."
msgstr "" msgstr ""
@ -1710,11 +1736,11 @@ msgstr ""
msgid "Identification Stages" msgid "Identification Stages"
msgstr "" msgstr ""
#: authentik/stages/identification/stage.py:172 #: authentik/stages/identification/stage.py:184
msgid "Log in" msgid "Log in"
msgstr "" msgstr ""
#: authentik/stages/identification/stage.py:173 #: authentik/stages/identification/stage.py:185
msgid "Continue" msgid "Continue"
msgstr "" msgstr ""

View File

@ -74,8 +74,7 @@ export class DuoDeviceImportForm extends ModelForm<AuthenticatorDuoStage, string
<ak-form-element-horizontal label=${t`Duo User ID`} ?required=${true} name="duoUserId"> <ak-form-element-horizontal label=${t`Duo User ID`} ?required=${true} name="duoUserId">
<input type="text" class="pf-c-form-control" required /> <input type="text" class="pf-c-form-control" required />
<p class="pf-c-form__helper-text"> <p class="pf-c-form__helper-text">
${t`The user ID in Duo.`} ${t`The user ID in Duo, can be found in the URL after clicking on a user.`}
${t`Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user).`}
</p> </p>
</ak-form-element-horizontal> </ak-form-element-horizontal>
</form>`; </form>`;

View File

@ -81,6 +81,26 @@ msgstr "-"
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr ""
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "6 Ziffern, weitestgehend kompatibel" msgstr "6 Ziffern, weitestgehend kompatibel"
@ -328,8 +348,8 @@ msgid "Advanced protocol settings"
msgstr "Erweiterte Protokolleinstellungen" msgstr "Erweiterte Protokolleinstellungen"
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "Erweiterte Einstellungen" #~ msgstr "Erweiterte Einstellungen"
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -351,6 +371,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "Freunden erlauben sich via Plex zu authentifizieren, auch wenn keine Server geteilt werden." msgstr "Freunden erlauben sich via Plex zu authentifizieren, auch wenn keine Server geteilt werden."
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "Erlaube bis zu N Einträge in der HIBP Datenbank." msgstr "Erlaube bis zu N Einträge in der HIBP Datenbank."
@ -363,6 +384,7 @@ msgid "Allowed Redirect URIs"
msgstr "Erlaubte Weiterleitungs-URIs" msgstr "Erlaubte Weiterleitungs-URIs"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "Erlaubte Anzahl" msgstr "Erlaubte Anzahl"
@ -642,6 +664,7 @@ msgstr "Autorisierungs-URL"
msgid "Authorization flow" msgid "Authorization flow"
msgstr "Autorisierungsablauf" msgstr "Autorisierungsablauf"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "Berechtigungen" msgstr "Berechtigungen"
@ -846,8 +869,8 @@ msgid "Callback URL"
msgstr "Callback URL" msgstr "Callback URL"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "" #~ msgstr ""
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
#~ msgstr "Kann das Format \"unix://\" haben, wenn eine Verbindung zu einem lokalen Docker-Daemon besteht, oder \"https://:2376\", wenn eine Verbindung zu einem entfernten System besteht." #~ msgstr "Kann das Format \"unix://\" haben, wenn eine Verbindung zu einem lokalen Docker-Daemon besteht, oder \"https://:2376\", wenn eine Verbindung zu einem entfernten System besteht."
@ -961,6 +984,10 @@ msgstr "Benutzername prüfen"
msgid "Check access" msgid "Check access"
msgstr "Zugang prüfen" msgstr "Zugang prüfen"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr ""
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
#~ "5 characters of the SHA1 Hash." #~ "5 characters of the SHA1 Hash."
@ -972,6 +999,10 @@ msgstr "Zugang prüfen"
msgid "Check outposts." msgid "Check outposts."
msgstr "Outposts prüfen" msgstr "Outposts prüfen"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr ""
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "Status überprüfen" msgstr "Status überprüfen"
@ -991,6 +1022,10 @@ msgstr "Logs überprüfen"
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "Prüfen Sie Ihren Posteingang auf eine Bestätigungsmail." msgstr "Prüfen Sie Ihren Posteingang auf eine Bestätigungsmail."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr ""
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "Checkbox" msgstr "Checkbox"
@ -1044,6 +1079,9 @@ msgid "Clear cache"
msgstr "Cache löschen" msgstr "Cache löschen"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "Symbol zurücksetzen" msgstr "Symbol zurücksetzen"
@ -1555,6 +1593,9 @@ msgstr "Aktueller Plankontext"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "Aktuell eingestellt auf:" msgstr "Aktuell eingestellt auf:"
@ -1671,6 +1712,9 @@ msgid "Delete currently set background image."
msgstr "Aktuelles Hintergrundbild löschen" msgstr "Aktuelles Hintergrundbild löschen"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "Lösche das aktuell festgelegte Symbol." msgstr "Lösche das aktuell festgelegte Symbol."
@ -1941,6 +1985,9 @@ msgid "Edit User"
msgstr "Benutzer bearbeiten" msgstr "Benutzer bearbeiten"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "Geben Sie entweder eine vollständige URL oder einen relativen Pfad ein oder geben Sie 'fa://fa-test' ein, um das Font Awesome-Icon \"fa-test\" zu verwenden " msgstr "Geben Sie entweder eine vollständige URL oder einen relativen Pfad ein oder geben Sie 'fa://fa-test' ein, um das Font Awesome-Icon \"fa-test\" zu verwenden "
@ -2249,7 +2296,7 @@ msgstr ""
msgid "External host" msgid "External host"
msgstr "Externer Host" msgstr "Externer Host"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "Fehlgeschlagene Anmeldungen" msgstr "Fehlgeschlagene Anmeldungen"
@ -2448,6 +2495,10 @@ msgstr "Abläufe beschreiben eine Kette von Phasen zum Authentifizieren, Registr
msgid "Follow redirect" msgid "Follow redirect"
msgstr "Weiterleitung folgen" msgstr "Weiterleitung folgen"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "Benutzer auffordern einen Authenticator einzurichten" msgstr "Benutzer auffordern einen Authenticator einzurichten"
@ -2633,6 +2684,10 @@ msgstr "Hash-Telefonnummer"
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "Have I been pwned Richtlinie" #~ msgstr "Have I been pwned Richtlinie"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr ""
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "Zustand und Version" msgstr "Zustand und Version"
@ -2706,6 +2761,12 @@ msgstr "IP"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "Symbol" msgstr "Symbol"
@ -2739,8 +2800,12 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "Wenn aktiviert, wird nur ein Hash der Telefonnummer gespeichert. Dies kann aus datenschutzrechtlichen Gründen erfolgen. Geräte, die aus einer Phase erstellt wurden, in der diese Option aktiviert ist, können nicht mit der Authentifikator-Validierungsphase verwendet werden." msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr "Wenn aktiviert, wird nur ein Hash der Telefonnummer gespeichert. Dies kann aus datenschutzrechtlichen Gründen erfolgen. Geräte, die aus einer Phase erstellt wurden, in der diese Option aktiviert ist, können nicht mit der Authentifikator-Validierungsphase verwendet werden."
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
@ -2781,6 +2846,10 @@ msgstr "Wenn aktiviert, können Nutzer Profildetails selbstständig ändern."
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "Wenn festgelegt, können sich Benutzer mit diesem Ablauf selbst abmelden. Wenn kein Ablauf eingestellt ist, wird die Option nicht angezeigt." msgstr "Wenn festgelegt, können sich Benutzer mit diesem Ablauf selbst abmelden. Wenn kein Ablauf eingestellt ist, wird die Option nicht angezeigt."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr ""
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "Wenn dieses Flag gesetzt ist, springt diese Stufe zur nächsten Stufe, wenn keine Einladung gegeben wird. Standardmäßig bricht diese Phase den Flow ab, wenn keine Einladung gegeben wird." msgstr "Wenn dieses Flag gesetzt ist, springt diese Stufe zur nächsten Stufe, wenn keine Einladung gegeben wird. Standardmäßig bricht diese Phase den Flow ab, wenn keine Einladung gegeben wird."
@ -3239,6 +3308,7 @@ msgstr "Lokal (Benachrichtigungen werden innerhalb von authentik erstellt)"
#~ msgstr "Gebietsschema" #~ msgstr "Gebietsschema"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "Logeinträge" msgstr "Logeinträge"
@ -3268,6 +3338,9 @@ msgid "Logins"
msgstr "Anmeldungen" msgstr "Anmeldungen"
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr ""
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "Anmeldungen in den letzten 24 Stunden" msgstr "Anmeldungen in den letzten 24 Stunden"
@ -3639,6 +3712,7 @@ msgstr "Nginx (eigenständig)"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3694,6 +3768,7 @@ msgid "No integration active"
msgstr "Keine Integrationen aktiv" msgstr "Keine Integrationen aktiv"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "Keine Logeinträge." msgstr "Keine Logeinträge."
@ -4113,6 +4188,10 @@ msgstr "Passwort festgelegt"
msgid "Password stage" msgid "Password stage"
msgstr "Passwort-Phase" msgstr "Passwort-Phase"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr ""
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "Passwort, 2FA, usw." #~ msgstr "Passwort, 2FA, usw."
@ -4251,7 +4330,6 @@ msgstr "Richtlinie {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "Richtlinienspezifische Einstellungen" msgstr "Richtlinienspezifische Einstellungen"
@ -4803,6 +4881,10 @@ msgstr "Umfang"
msgid "Score" msgid "Score"
msgstr "Punkt(e)" msgstr "Punkt(e)"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "Suchbasis" msgstr "Suchbasis"
@ -5296,6 +5378,10 @@ msgstr "Statische Token"
msgid "Static authenticator" msgid "Static authenticator"
msgstr "Statischer Authentifikator" msgstr "Statischer Authentifikator"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr ""
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "Statische Token" msgstr "Statische Token"
@ -5341,11 +5427,12 @@ msgid "Subject-alt name"
msgstr "Betreff alternativer Name" msgstr "Betreff alternativer Name"
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "Erfolgreich" msgstr "Erfolgreich"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "Erfolgreiche Anmeldungen" msgstr "Erfolgreiche Anmeldungen"
@ -5903,9 +5990,13 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "Der Anfang für uidNumbers, diese Zahl wird zu user.Pk hinzugefügt, um sicherzustellen, dass die Zahlen für POSIX-Benutzer nicht zu niedrig sind. Standardwert ist 2000, um sicherzustellen, dass wir nicht mit lokalen uidNumbers der Benutzer kollidieren" msgstr "Der Anfang für uidNumbers, diese Zahl wird zu user.Pk hinzugefügt, um sicherzustellen, dass die Zahlen für POSIX-Benutzer nicht zu niedrig sind. Standardwert ist 2000, um sicherzustellen, dass wir nicht mit lokalen uidNumbers der Benutzer kollidieren"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
msgstr "" msgstr ""
@ -6627,14 +6718,17 @@ msgstr "Benutzerstatus"
msgid "User verification" msgid "User verification"
msgstr "Benutzerüberprüfung" msgstr "Benutzerüberprüfung"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "Die Benutzerüberprüfung wird bevorzugt, falls verfügbar, aber nicht erforderlich." msgstr "Die Benutzerüberprüfung wird bevorzugt, falls verfügbar, aber nicht erforderlich."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "Die Benutzerüberprüfung muss erfolgen." msgstr "Die Benutzerüberprüfung muss erfolgen."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "Die Benutzerüberprüfung sollte nicht stattfinden." msgstr "Die Benutzerüberprüfung sollte nicht stattfinden."
@ -6757,6 +6851,10 @@ msgstr "Zertifikat zur Überprüfung"
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "Verifizierungszertifikate" #~ msgstr "Verifizierungszertifikate"
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr ""
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "Nur verifizieren" #~ msgstr "Nur verifizieren"
@ -6856,6 +6954,10 @@ msgstr "WebAuthn-Authentifikatoren"
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "WebAuthn Geräte" #~ msgstr "WebAuthn Geräte"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "Webhook (Slack/Discord)" msgstr "Webhook (Slack/Discord)"
@ -6981,6 +7083,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7076,6 +7179,10 @@ msgstr "mit aktuellem Nutzer"
msgid "with inspector" msgid "with inspector"
msgstr "mit Inspektor" msgstr "mit Inspektor"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr ""
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts

View File

@ -59,6 +59,26 @@ msgstr "-"
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgstr ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr "0: Too guessable: risky password. (guesses < 10^3)"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "6 digits, widely compatible" msgstr "6 digits, widely compatible"
@ -310,8 +330,8 @@ msgid "Advanced protocol settings"
msgstr "Advanced protocol settings" msgstr "Advanced protocol settings"
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "Advanced settings" #~ msgstr "Advanced settings"
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -334,6 +354,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "Allow friends to authenticate via Plex, even if you don't share any servers" msgstr "Allow friends to authenticate via Plex, even if you don't share any servers"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "Allow up to N occurrences in the HIBP database." msgstr "Allow up to N occurrences in the HIBP database."
@ -346,6 +367,7 @@ msgid "Allowed Redirect URIs"
msgstr "Allowed Redirect URIs" msgstr "Allowed Redirect URIs"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "Allowed count" msgstr "Allowed count"
@ -630,6 +652,7 @@ msgstr "Authorization URL"
msgid "Authorization flow" msgid "Authorization flow"
msgstr "Authorization flow" msgstr "Authorization flow"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "Authorizations" msgstr "Authorizations"
@ -838,8 +861,8 @@ msgid "Callback URL"
msgstr "Callback URL" msgstr "Callback URL"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgstr "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
#: src/pages/outposts/ServiceConnectionDockerForm.ts #: src/pages/outposts/ServiceConnectionDockerForm.ts
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
@ -955,6 +978,10 @@ msgstr "Check Username"
msgid "Check access" msgid "Check access"
msgstr "Check access" msgstr "Check access"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr "Check haveibeenpwned.com"
#: src/pages/policies/PolicyWizard.ts #: src/pages/policies/PolicyWizard.ts
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
@ -967,6 +994,10 @@ msgstr "Check access"
msgid "Check outposts." msgid "Check outposts."
msgstr "Check outposts." msgstr "Check outposts."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr "Check static rules"
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "Check status" msgstr "Check status"
@ -987,6 +1018,10 @@ msgstr "Check the logs"
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "Check your Inbox for a verification email." msgstr "Check your Inbox for a verification email."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr "Check zxcvbn"
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "Checkbox" msgstr "Checkbox"
@ -1040,6 +1075,9 @@ msgid "Clear cache"
msgstr "Clear cache" msgstr "Clear cache"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "Clear icon" msgstr "Clear icon"
@ -1561,6 +1599,9 @@ msgstr "Current plan context"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "Currently set to:" msgstr "Currently set to:"
@ -1683,6 +1724,9 @@ msgid "Delete currently set background image."
msgstr "Delete currently set background image." msgstr "Delete currently set background image."
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "Delete currently set icon." msgstr "Delete currently set icon."
@ -1963,6 +2007,9 @@ msgid "Edit User"
msgstr "Edit User" msgstr "Edit User"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgstr "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
@ -2285,7 +2332,7 @@ msgstr "External domain you will be accessing the domain from."
msgid "External host" msgid "External host"
msgstr "External host" msgstr "External host"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "Failed Logins" msgstr "Failed Logins"
@ -2485,6 +2532,10 @@ msgstr "Flows describe a chain of Stages to authenticate, enroll or recover a us
msgid "Follow redirect" msgid "Follow redirect"
msgstr "Follow redirect" msgstr "Follow redirect"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr "For more info see:"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "Force the user to configure an authenticator" msgstr "Force the user to configure an authenticator"
@ -2675,6 +2726,10 @@ msgstr "Hash phone number"
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "Have I been pwned policy" #~ msgstr "Have I been pwned policy"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr "HaveIBeenPwned settings"
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "Health and Version" msgstr "Health and Version"
@ -2750,6 +2805,12 @@ msgstr "IP"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "Icon" msgstr "Icon"
@ -2784,8 +2845,12 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "If checked, the launch URL will open in a new browser tab or window from the user's application library." msgstr "If checked, the launch URL will open in a new browser tab or window from the user's application library."
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgstr "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
@ -2828,6 +2893,10 @@ msgstr "If set, users are able to configure details of their profile."
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgstr "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr "If the password's score is less than or equal this value, the policy will fail."
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgstr "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
@ -3295,6 +3364,7 @@ msgstr "Local (notifications will be created within authentik)"
#~ msgstr "Locale" #~ msgstr "Locale"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "Log messages" msgstr "Log messages"
@ -3324,6 +3394,9 @@ msgid "Logins"
msgstr "Logins" msgstr "Logins"
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr "Logins and authorizations over the last 24 hours"
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "Logins over the last 24 hours" msgstr "Logins over the last 24 hours"
@ -3696,6 +3769,7 @@ msgstr "Nginx (standalone)"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3751,6 +3825,7 @@ msgid "No integration active"
msgstr "No integration active" msgstr "No integration active"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "No log messages." msgstr "No log messages."
@ -4188,6 +4263,10 @@ msgstr "Password set"
msgid "Password stage" msgid "Password stage"
msgstr "Password stage" msgstr "Password stage"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr "Password strength estimator created by Dropbox, see:"
#: #:
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "Password, 2FA, etc" #~ msgstr "Password, 2FA, etc"
@ -4336,7 +4415,6 @@ msgstr "Policy {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "Policy-specific settings" msgstr "Policy-specific settings"
@ -4907,6 +4985,10 @@ msgstr "Scopes"
msgid "Score" msgid "Score"
msgstr "Score" msgstr "Score"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr "Score threshold"
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "Search base" msgstr "Search base"
@ -5417,6 +5499,10 @@ msgstr "Static Tokens"
msgid "Static authenticator" msgid "Static authenticator"
msgstr "Static authenticator" msgstr "Static authenticator"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr "Static rules"
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "Static token" msgstr "Static token"
@ -5470,11 +5556,12 @@ msgid "Subject-alt name"
msgstr "Subject-alt name" msgstr "Subject-alt name"
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "Successful" msgstr "Successful"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "Successful Logins" msgstr "Successful Logins"
@ -6045,8 +6132,12 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "The start for uidNumbers, this number is added to the user.Pk to make sure that the numbers aren't too low for POSIX users. Default is 2000 to ensure that we don't collide with local users uidNumber" msgstr "The start for uidNumbers, this number is added to the user.Pk to make sure that the numbers aren't too low for POSIX users. Default is 2000 to ensure that we don't collide with local users uidNumber"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "The user ID in Duo." msgstr "The user ID in Duo, can be found in the URL after clicking on a user."
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr "The user ID in Duo."
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
@ -6781,14 +6872,17 @@ msgstr "User status"
msgid "User verification" msgid "User verification"
msgstr "User verification" msgstr "User verification"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "User verification is preferred if available, but not required." msgstr "User verification is preferred if available, but not required."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "User verification must occur." msgstr "User verification must occur."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "User verification should not occur." msgstr "User verification should not occur."
@ -6911,6 +7005,10 @@ msgstr "Verification Certificate"
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "Verification certificates" #~ msgstr "Verification certificates"
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr "Verify Kubernetes API SSL Certificate"
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "Verify only" #~ msgstr "Verify only"
@ -7013,6 +7111,10 @@ msgstr "WebAuthn Authenticators"
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "WebAuthn Devices" #~ msgstr "WebAuthn Devices"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr "WebAuthn User verification"
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "Webhook (Slack/Discord)" msgstr "Webhook (Slack/Discord)"
@ -7142,6 +7244,7 @@ msgstr "XML-based SSO standard. Use this if your application only supports SAML.
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7239,6 +7342,10 @@ msgstr "with current user"
msgid "with inspector" msgid "with inspector"
msgstr "with inspector" msgstr "with inspector"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr "zxcvbn settings"
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts

View File

@ -65,6 +65,26 @@ msgstr "-"
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr ""
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "6 dígitos, ampliamente compatible" msgstr "6 dígitos, ampliamente compatible"
@ -306,8 +326,8 @@ msgid "Advanced protocol settings"
msgstr "Configuraciones de protocolo avanzada" msgstr "Configuraciones de protocolo avanzada"
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "Configuraciones avanzadas" #~ msgstr "Configuraciones avanzadas"
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -329,6 +349,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "Permite que tus amigos se autentiquen a través de Plex, incluso si no compartes ningún servidor" msgstr "Permite que tus amigos se autentiquen a través de Plex, incluso si no compartes ningún servidor"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "Permite hasta N ocurrencias en la base de datos HIBP." msgstr "Permite hasta N ocurrencias en la base de datos HIBP."
@ -341,6 +362,7 @@ msgid "Allowed Redirect URIs"
msgstr "URIs de redireccionamiento permitidas" msgstr "URIs de redireccionamiento permitidas"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "Recuento permitido" msgstr "Recuento permitido"
@ -620,6 +642,7 @@ msgstr "URL de autorización"
msgid "Authorization flow" msgid "Authorization flow"
msgstr "Flujo de autorización" msgstr "Flujo de autorización"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "Autorizaciones" msgstr "Autorizaciones"
@ -824,8 +847,8 @@ msgid "Callback URL"
msgstr "URL de devolución de llamada" msgstr "URL de devolución de llamada"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "" #~ msgstr ""
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
#~ msgstr "Puede tener el formato «unix://» cuando se conecta a un servicio local de docker, o «https://:2376» cuando se conecta a un sistema remoto." #~ msgstr "Puede tener el formato «unix://» cuando se conecta a un servicio local de docker, o «https://:2376» cuando se conecta a un sistema remoto."
@ -939,6 +962,10 @@ msgstr "Comprobar nombre de usuario"
msgid "Check access" msgid "Check access"
msgstr "Comprobar acceso" msgstr "Comprobar acceso"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr ""
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
#~ "5 characters of the SHA1 Hash." #~ "5 characters of the SHA1 Hash."
@ -948,6 +975,10 @@ msgstr "Comprobar acceso"
msgid "Check outposts." msgid "Check outposts."
msgstr "Comprobar controladores." msgstr "Comprobar controladores."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr ""
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "Comprobar estado" msgstr "Comprobar estado"
@ -967,6 +998,10 @@ msgstr "Comprobar los registros"
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "Busca en tu bandeja de entrada el correo electrónico de verificación." msgstr "Busca en tu bandeja de entrada el correo electrónico de verificación."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr ""
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "Casilla de verificación" msgstr "Casilla de verificación"
@ -1020,6 +1055,9 @@ msgid "Clear cache"
msgstr "Limpiar caché" msgstr "Limpiar caché"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "Limpiar icono" msgstr "Limpiar icono"
@ -1531,6 +1569,9 @@ msgstr "Contexto actual del plan"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "Configurado actualmente en:" msgstr "Configurado actualmente en:"
@ -1647,6 +1688,9 @@ msgid "Delete currently set background image."
msgstr "Eliminar la imagen de fondo configurada actualmente." msgstr "Eliminar la imagen de fondo configurada actualmente."
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "Eliminar el icono configurado actualmente." msgstr "Eliminar el icono configurado actualmente."
@ -1917,6 +1961,9 @@ msgid "Edit User"
msgstr "Editar usuario" msgstr "Editar usuario"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "Introduzca una URL completa, una ruta relativa o use 'fa://fa-test' para usar el icono Font Awesome «fa-test»." msgstr "Introduzca una URL completa, una ruta relativa o use 'fa://fa-test' para usar el icono Font Awesome «fa-test»."
@ -2225,7 +2272,7 @@ msgstr ""
msgid "External host" msgid "External host"
msgstr "Servidor externo" msgstr "Servidor externo"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "inicios de sesión fallidos" msgstr "inicios de sesión fallidos"
@ -2424,6 +2471,10 @@ msgstr "Los flujos describen una cadena de etapas para autenticar, inscribir o r
msgid "Follow redirect" msgid "Follow redirect"
msgstr "Seguir la redirección" msgstr "Seguir la redirección"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "Obligar al usuario a configurar un autenticador" msgstr "Obligar al usuario a configurar un autenticador"
@ -2609,6 +2660,10 @@ msgstr ""
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "" #~ msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr ""
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "Salud y versión" msgstr "Salud y versión"
@ -2682,6 +2737,12 @@ msgstr "IP"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "Icono" msgstr "Icono"
@ -2715,9 +2776,13 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr ""
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration." msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration."
@ -2755,6 +2820,10 @@ msgstr ""
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "Si se establece, los usuarios pueden darse de baja ellos mismos mediante este flujo. Si no se establece ningún flujo, no se muestra la opción." msgstr "Si se establece, los usuarios pueden darse de baja ellos mismos mediante este flujo. Si no se establece ningún flujo, no se muestra la opción."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr ""
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "Si se establece este parámetro, esta etapa saltará a la siguiente etapa cuando no se proporcione ninguna invitación. De forma predeterminada, esta etapa cancelará el flujo cuando no se proporcione ninguna invitación." msgstr "Si se establece este parámetro, esta etapa saltará a la siguiente etapa cuando no se proporcione ninguna invitación. De forma predeterminada, esta etapa cancelará el flujo cuando no se proporcione ninguna invitación."
@ -3215,6 +3284,7 @@ msgstr ""
#~ msgstr "Idioma" #~ msgstr "Idioma"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "" msgstr ""
@ -3244,6 +3314,9 @@ msgid "Logins"
msgstr "Inicios de sesión" msgstr "Inicios de sesión"
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr ""
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "Inicios de sesión en las últimas 24 horas" msgstr "Inicios de sesión en las últimas 24 horas"
@ -3615,6 +3688,7 @@ msgstr "Nginx (independiente)"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3670,6 +3744,7 @@ msgid "No integration active"
msgstr "Sin integración activa" msgstr "Sin integración activa"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "" msgstr ""
@ -4089,6 +4164,10 @@ msgstr "Conjunto de contraseñas"
msgid "Password stage" msgid "Password stage"
msgstr "Etapa de contraseña" msgstr "Etapa de contraseña"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr ""
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "Contraseña, 2FA, etc." #~ msgstr "Contraseña, 2FA, etc."
@ -4227,7 +4306,6 @@ msgstr "Política {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "Configuración específica de políticas" msgstr "Configuración específica de políticas"
@ -4779,6 +4857,10 @@ msgstr "Ámbitos"
msgid "Score" msgid "Score"
msgstr "Puntuación" msgstr "Puntuación"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "Base de búsqueda" msgstr "Base de búsqueda"
@ -5272,6 +5354,10 @@ msgstr "Fichas estáticas"
msgid "Static authenticator" msgid "Static authenticator"
msgstr "Autenticador estático" msgstr "Autenticador estático"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr ""
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "Token estático" msgstr "Token estático"
@ -5317,11 +5403,12 @@ msgid "Subject-alt name"
msgstr "Nombre de asunto ALT" msgstr "Nombre de asunto ALT"
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "Éxito" msgstr "Éxito"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "Inicios de sesión exitosos" msgstr "Inicios de sesión exitosos"
@ -5879,9 +5966,13 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "El comienzo de UIDNumbers, este número se agrega a User.pk para asegurarse de que los números no sean demasiado bajos para los usuarios de POSIX. El valor predeterminado es 2000 para garantizar que no colisionemos con el UIDNumber de los usuarios locales" msgstr "El comienzo de UIDNumbers, este número se agrega a User.pk para asegurarse de que los números no sean demasiado bajos para los usuarios de POSIX. El valor predeterminado es 2000 para garantizar que no colisionemos con el UIDNumber de los usuarios locales"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
msgstr "" msgstr ""
@ -6603,14 +6694,17 @@ msgstr "Estado del usuario"
msgid "User verification" msgid "User verification"
msgstr "Verificación del usuario" msgstr "Verificación del usuario"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "Se prefiere la verificación del usuario si está disponible, pero no es obligatoria." msgstr "Se prefiere la verificación del usuario si está disponible, pero no es obligatoria."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "Debe producirse la verificación del usuario." msgstr "Debe producirse la verificación del usuario."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "No se debe realizar la verificación del usuario." msgstr "No se debe realizar la verificación del usuario."
@ -6733,6 +6827,10 @@ msgstr "Certificado de verificación"
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "" #~ msgstr ""
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr ""
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "" #~ msgstr ""
@ -6832,6 +6930,10 @@ msgstr "Autenticadores WebAuthn"
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "Dispositivos WebAuthn" #~ msgstr "Dispositivos WebAuthn"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "Webhook (Slack/Discord)" msgstr "Webhook (Slack/Discord)"
@ -6957,6 +7059,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7052,6 +7155,10 @@ msgstr ""
msgid "with inspector" msgid "with inspector"
msgstr "con inspector" msgstr "con inspector"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr ""
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts

View File

@ -70,6 +70,26 @@ msgstr "-"
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr ""
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "6 chiffres, compatibilité large" msgstr "6 chiffres, compatibilité large"
@ -311,8 +331,8 @@ msgid "Advanced protocol settings"
msgstr "Paramètres avancés" msgstr "Paramètres avancés"
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "Paramètres avancés" #~ msgstr "Paramètres avancés"
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -334,6 +354,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "Autoriser les amis à s'authentifier via Plex, même si vous ne partagez aucun serveur" msgstr "Autoriser les amis à s'authentifier via Plex, même si vous ne partagez aucun serveur"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "Autoriser jusqu'à N occurrences dans la base de données HIBP" msgstr "Autoriser jusqu'à N occurrences dans la base de données HIBP"
@ -346,6 +367,7 @@ msgid "Allowed Redirect URIs"
msgstr "URL de redirection autorisées" msgstr "URL de redirection autorisées"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "Total autoris" msgstr "Total autoris"
@ -625,6 +647,7 @@ msgstr "URL d'autorisation"
msgid "Authorization flow" msgid "Authorization flow"
msgstr "Flux d'autorisation" msgstr "Flux d'autorisation"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "Autorisations" msgstr "Autorisations"
@ -829,8 +852,8 @@ msgid "Callback URL"
msgstr "URL de rappel" msgstr "URL de rappel"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "" #~ msgstr ""
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
#~ msgstr "Peut être au format \"unix://\" pour une connexion à un service docker local, ou \"https://:2376\" pour une connexion à un système distant." #~ msgstr "Peut être au format \"unix://\" pour une connexion à un service docker local, ou \"https://:2376\" pour une connexion à un système distant."
@ -944,6 +967,10 @@ msgstr "Vérifier le nom d'utilisateu"
msgid "Check access" msgid "Check access"
msgstr "Vérifier l'accès" msgstr "Vérifier l'accès"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr ""
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
#~ "5 characters of the SHA1 Hash." #~ "5 characters of the SHA1 Hash."
@ -953,6 +980,10 @@ msgstr "Vérifier l'accès"
msgid "Check outposts." msgid "Check outposts."
msgstr "Vérifier les avant-postes." msgstr "Vérifier les avant-postes."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr ""
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "Vérifier le statut" msgstr "Vérifier le statut"
@ -972,6 +1003,10 @@ msgstr ""
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "Vérifiez si vous avez reçu un email de vérification dans votre boîte de réception." msgstr "Vérifiez si vous avez reçu un email de vérification dans votre boîte de réception."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr ""
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "Case à cocher" msgstr "Case à cocher"
@ -1025,6 +1060,9 @@ msgid "Clear cache"
msgstr "Vider le cach" msgstr "Vider le cach"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "Supprimer l'icôn" msgstr "Supprimer l'icôn"
@ -1536,6 +1574,9 @@ msgstr "Contexte du plan courant"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "Actuellement fixé à :" msgstr "Actuellement fixé à :"
@ -1652,6 +1693,9 @@ msgid "Delete currently set background image."
msgstr "Supprimer l'arrière plan actuellement défini" msgstr "Supprimer l'arrière plan actuellement défini"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "Supprimer l'icône actuellement définie" msgstr "Supprimer l'icône actuellement définie"
@ -1920,6 +1964,9 @@ msgid "Edit User"
msgstr "Éditer l'utilisateur" msgstr "Éditer l'utilisateur"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "" msgstr ""
@ -2228,7 +2275,7 @@ msgstr ""
msgid "External host" msgid "External host"
msgstr "Hôte externe" msgstr "Hôte externe"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "Connexions échouées" msgstr "Connexions échouées"
@ -2427,6 +2474,10 @@ msgstr "Les flux décrivent une succession d'étapes pour authentifier, inscrire
msgid "Follow redirect" msgid "Follow redirect"
msgstr "Suivre la redirection" msgstr "Suivre la redirection"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "Obliger l'utilisateur à configurer un authentificateur" msgstr "Obliger l'utilisateur à configurer un authentificateur"
@ -2612,6 +2663,10 @@ msgstr ""
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "Politique \"Have I Been Pwned\"" #~ msgstr "Politique \"Have I Been Pwned\""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr ""
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "État et version" msgstr "État et version"
@ -2685,6 +2740,12 @@ msgstr "IP"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "Icône" msgstr "Icône"
@ -2718,8 +2779,12 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "Si activé, seul un hachage du numéro de téléphone sera sauvergardé. Ceci peut être fait pour protéger les données. Les appareils créés depuis une étape avec cette option activée ne peuvent être utilisées à létape de validation." msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr "Si activé, seul un hachage du numéro de téléphone sera sauvergardé. Ceci peut être fait pour protéger les données. Les appareils créés depuis une étape avec cette option activée ne peuvent être utilisées à létape de validation."
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
@ -2758,6 +2823,10 @@ msgstr "Si défini, les utilisateurs sont capables de modifier les informations
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "Si défini, les utilisateurs peuvent se désinscrire à l'aide de ce flux. Si aucun flux n'est défini, l'option n'est pas affichée." msgstr "Si défini, les utilisateurs peuvent se désinscrire à l'aide de ce flux. Si aucun flux n'est défini, l'option n'est pas affichée."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr ""
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "Si activé, cette étape passera à l'étape suivante si aucune invitation n'est donnée. Par défaut, cette étape annule le flux en l'absence d'invitation." msgstr "Si activé, cette étape passera à l'étape suivante si aucune invitation n'est donnée. Par défaut, cette étape annule le flux en l'absence d'invitation."
@ -3216,6 +3285,7 @@ msgstr ""
#~ msgstr "" #~ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "" msgstr ""
@ -3245,6 +3315,9 @@ msgid "Logins"
msgstr "Connexions" msgstr "Connexions"
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr ""
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "Connexions ces dernières 24 heures" msgstr "Connexions ces dernières 24 heures"
@ -3616,6 +3689,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3671,6 +3745,7 @@ msgid "No integration active"
msgstr "Aucune intégration active" msgstr "Aucune intégration active"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "Pas de messages." msgstr "Pas de messages."
@ -4090,6 +4165,10 @@ msgstr "Mot de passe défini"
msgid "Password stage" msgid "Password stage"
msgstr "Étape de mot de passe" msgstr "Étape de mot de passe"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr ""
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "Mot de passe, 2FA, etc" #~ msgstr "Mot de passe, 2FA, etc"
@ -4228,7 +4307,6 @@ msgstr "Poliitique {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "Paramètres spécifiques à la politique" msgstr "Paramètres spécifiques à la politique"
@ -4780,6 +4858,10 @@ msgstr "Portées"
msgid "Score" msgid "Score"
msgstr "Note" msgstr "Note"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "" msgstr ""
@ -5273,6 +5355,10 @@ msgstr "Jetons statiques"
msgid "Static authenticator" msgid "Static authenticator"
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr ""
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "" msgstr ""
@ -5318,11 +5404,12 @@ msgid "Subject-alt name"
msgstr "Nom alternatif subject" msgstr "Nom alternatif subject"
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "Réussite" msgstr "Réussite"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "Connexions réussies" msgstr "Connexions réussies"
@ -5874,9 +5961,13 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "Ce nombre est ajouté au nombre généré à partir de user.Pk pour s'assurer que ceux-ci ne sont pas trop bas pour les utilisateurs POSIX. La valeur par défaut est 2000 pour éviter des collisions avec les uidNumber des utilisateurs locaux." msgstr "Ce nombre est ajouté au nombre généré à partir de user.Pk pour s'assurer que ceux-ci ne sont pas trop bas pour les utilisateurs POSIX. La valeur par défaut est 2000 pour éviter des collisions avec les uidNumber des utilisateurs locaux."
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
msgstr "" msgstr ""
@ -6594,14 +6685,17 @@ msgstr "Statut utilisateur"
msgid "User verification" msgid "User verification"
msgstr "" msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "" msgstr ""
@ -6724,6 +6818,10 @@ msgstr "Certificat de validation"
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "Certificats de validation" #~ msgstr "Certificats de validation"
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr ""
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "Vérification uniquement" #~ msgstr "Vérification uniquement"
@ -6823,6 +6921,10 @@ msgstr "Authentificateurs WebAuthn"
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "Équipements WebAuthn" #~ msgstr "Équipements WebAuthn"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "Webhook (Slack/Discord)" msgstr "Webhook (Slack/Discord)"
@ -6946,6 +7048,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7041,6 +7144,10 @@ msgstr "avec l'utilisateur actuel"
msgid "with inspector" msgid "with inspector"
msgstr "avec inspection" msgstr "avec inspection"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr ""
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts

View File

@ -65,6 +65,26 @@ msgstr "-"
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr ""
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "6 cyfr, szeroko kompatybilne" msgstr "6 cyfr, szeroko kompatybilne"
@ -310,8 +330,8 @@ msgid "Advanced protocol settings"
msgstr "Zaawansowane ustawienia protokołu" msgstr "Zaawansowane ustawienia protokołu"
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "Zaawansowane ustawienia" #~ msgstr "Zaawansowane ustawienia"
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -333,6 +353,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "Zezwalaj znajomym na uwierzytelnianie przez Plex, nawet jeśli nie udostępniasz żadnych serwerów" msgstr "Zezwalaj znajomym na uwierzytelnianie przez Plex, nawet jeśli nie udostępniasz żadnych serwerów"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "Dopuść do N wystąpień w bazie danych HIBP." msgstr "Dopuść do N wystąpień w bazie danych HIBP."
@ -345,6 +366,7 @@ msgid "Allowed Redirect URIs"
msgstr "Dozwolone URI przekierowania" msgstr "Dozwolone URI przekierowania"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "Dozwolona liczba" msgstr "Dozwolona liczba"
@ -624,6 +646,7 @@ msgstr "URL autoryzacji"
msgid "Authorization flow" msgid "Authorization flow"
msgstr "Przepływ autoryzacji" msgstr "Przepływ autoryzacji"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "Autoryzacje" msgstr "Autoryzacje"
@ -828,8 +851,8 @@ msgid "Callback URL"
msgstr "URL wywołania zwrotnego" msgstr "URL wywołania zwrotnego"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "" #~ msgstr ""
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
#~ msgstr "Może mieć format „unix://” w przypadku łączenia się z lokalnym demonem dockera lub „https://:2376” w przypadku łączenia się z systemem zdalnym." #~ msgstr "Może mieć format „unix://” w przypadku łączenia się z lokalnym demonem dockera lub „https://:2376” w przypadku łączenia się z systemem zdalnym."
@ -943,6 +966,10 @@ msgstr "Sprawdź nazwę użytkownika"
msgid "Check access" msgid "Check access"
msgstr "Sprawdź dostęp" msgstr "Sprawdź dostęp"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr ""
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
#~ "5 characters of the SHA1 Hash." #~ "5 characters of the SHA1 Hash."
@ -954,6 +981,10 @@ msgstr "Sprawdź dostęp"
msgid "Check outposts." msgid "Check outposts."
msgstr "Sprawdź placówki." msgstr "Sprawdź placówki."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr ""
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "Sprawdź status" msgstr "Sprawdź status"
@ -973,6 +1004,10 @@ msgstr "Sprawdź dzienniki"
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "Sprawdź swoją skrzynkę odbiorczą pod kątem e-maila weryfikacyjnego." msgstr "Sprawdź swoją skrzynkę odbiorczą pod kątem e-maila weryfikacyjnego."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr ""
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "Pole wyboru" msgstr "Pole wyboru"
@ -1026,6 +1061,9 @@ msgid "Clear cache"
msgstr "Wyczyść pamięć podręczną" msgstr "Wyczyść pamięć podręczną"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "Wyczyść ikonę" msgstr "Wyczyść ikonę"
@ -1537,6 +1575,9 @@ msgstr "Aktualny kontekst planu"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "Obecnie ustawiony na:" msgstr "Obecnie ustawiony na:"
@ -1653,6 +1694,9 @@ msgid "Delete currently set background image."
msgstr "Usuń aktualnie ustawiony obraz tła." msgstr "Usuń aktualnie ustawiony obraz tła."
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "Usuń aktualnie ustawioną ikonę." msgstr "Usuń aktualnie ustawioną ikonę."
@ -1923,6 +1967,9 @@ msgid "Edit User"
msgstr "Edytuj użytkownika" msgstr "Edytuj użytkownika"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "Wprowadź pełny adres URL, ścieżkę względną lub użyj „fa://fa-test”, aby użyć ikony Font Awesome „fa-test”." msgstr "Wprowadź pełny adres URL, ścieżkę względną lub użyj „fa://fa-test”, aby użyć ikony Font Awesome „fa-test”."
@ -2231,7 +2278,7 @@ msgstr ""
msgid "External host" msgid "External host"
msgstr "Zewnętrzny host" msgstr "Zewnętrzny host"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "Nieudane logowania" msgstr "Nieudane logowania"
@ -2430,6 +2477,10 @@ msgstr "Przepływy opisują łańcuch etapów do uwierzytelniania, rejestracji l
msgid "Follow redirect" msgid "Follow redirect"
msgstr "Śledź przekierowanie" msgstr "Śledź przekierowanie"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "Zmuś użytkownika do skonfigurowania uwierzytelniacza" msgstr "Zmuś użytkownika do skonfigurowania uwierzytelniacza"
@ -2615,6 +2666,10 @@ msgstr "Zahaszuj numer telefonu"
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "Zasada Have I been pwned" #~ msgstr "Zasada Have I been pwned"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr ""
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "Zdrowie i wersja" msgstr "Zdrowie i wersja"
@ -2688,6 +2743,12 @@ msgstr "IP"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "Ikona" msgstr "Ikona"
@ -2721,8 +2782,12 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "Jeśli ta opcja jest włączona, tylko skrót numeru telefonu zostanie zapisany. Można to zrobić ze względu na ochronę danych. Urządzenia utworzone na etapie z tą włączoną opcją nie mogą być używane na etapie weryfikacji uwierzytelniania." msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr "Jeśli ta opcja jest włączona, tylko skrót numeru telefonu zostanie zapisany. Można to zrobić ze względu na ochronę danych. Urządzenia utworzone na etapie z tą włączoną opcją nie mogą być używane na etapie weryfikacji uwierzytelniania."
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
@ -2763,6 +2828,10 @@ msgstr "Jeśli ta opcja jest ustawiona, użytkownicy mogą konfigurować szczeg
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "Jeśli ta opcja jest ustawiona, użytkownicy mogą się wyrejestrować za pomocą tego przepływu. Jeśli nie ustawiono przepływu, opcja nie jest wyświetlana." msgstr "Jeśli ta opcja jest ustawiona, użytkownicy mogą się wyrejestrować za pomocą tego przepływu. Jeśli nie ustawiono przepływu, opcja nie jest wyświetlana."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr ""
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "Jeśli ta flaga jest ustawiona, ten etap przejdzie do następnego etapu, gdy nie zostanie wysłane żadne zaproszenie. Domyślnie ten etap anuluje przepływ, gdy nie zostanie wysłane żadne zaproszenie." msgstr "Jeśli ta flaga jest ustawiona, ten etap przejdzie do następnego etapu, gdy nie zostanie wysłane żadne zaproszenie. Domyślnie ten etap anuluje przepływ, gdy nie zostanie wysłane żadne zaproszenie."
@ -3223,6 +3292,7 @@ msgstr "Lokalny (powiadomienia będą tworzone w ramach authentik)"
#~ msgstr "Język" #~ msgstr "Język"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "Dziennik wiadomości" msgstr "Dziennik wiadomości"
@ -3252,6 +3322,9 @@ msgid "Logins"
msgstr "Logowania" msgstr "Logowania"
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr ""
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "Logowania w ciągu ostatnich 24 godzin" msgstr "Logowania w ciągu ostatnich 24 godzin"
@ -3623,6 +3696,7 @@ msgstr "Nginx (standalone)"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3678,6 +3752,7 @@ msgid "No integration active"
msgstr "Brak aktywnej integracji" msgstr "Brak aktywnej integracji"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "Brak dziennika wiadomości" msgstr "Brak dziennika wiadomości"
@ -4097,6 +4172,10 @@ msgstr "Hasło ustawione"
msgid "Password stage" msgid "Password stage"
msgstr "Etap hasła" msgstr "Etap hasła"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr ""
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "Hasło, 2FA itp." #~ msgstr "Hasło, 2FA itp."
@ -4237,7 +4316,6 @@ msgstr "Zasada {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "Ustawienia specyficzne zasady" msgstr "Ustawienia specyficzne zasady"
@ -4789,6 +4867,10 @@ msgstr "Zakresy"
msgid "Score" msgid "Score"
msgstr "Punkty" msgstr "Punkty"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "Baza wyszukiwania" msgstr "Baza wyszukiwania"
@ -5282,6 +5364,10 @@ msgstr "Tokeny statyczne"
msgid "Static authenticator" msgid "Static authenticator"
msgstr "Uwierzytelniacz statyczny " msgstr "Uwierzytelniacz statyczny "
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr ""
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "Token statyczny" msgstr "Token statyczny"
@ -5327,11 +5413,12 @@ msgid "Subject-alt name"
msgstr "Alternatywna nazwa tematu" msgstr "Alternatywna nazwa tematu"
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "Pomyślny" msgstr "Pomyślny"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "Pomyślne logowania" msgstr "Pomyślne logowania"
@ -5889,9 +5976,13 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "Początek dla uidNumbers, ten numer jest dodawany do user.Pk, aby upewnić się, że liczby nie są zbyt niskie dla użytkowników POSIX. Wartość domyślna to 2000, aby zapewnić, że nie kolidujemy z lokalnymi użytkownikami uidNumber" msgstr "Początek dla uidNumbers, ten numer jest dodawany do user.Pk, aby upewnić się, że liczby nie są zbyt niskie dla użytkowników POSIX. Wartość domyślna to 2000, aby zapewnić, że nie kolidujemy z lokalnymi użytkownikami uidNumber"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
msgstr "" msgstr ""
@ -6613,14 +6704,17 @@ msgstr "Status użytkownika"
msgid "User verification" msgid "User verification"
msgstr "Weryfikacja użytkownika" msgstr "Weryfikacja użytkownika"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "Preferowana jest weryfikacja użytkownika, jeśli jest dostępna, ale nie jest wymagana." msgstr "Preferowana jest weryfikacja użytkownika, jeśli jest dostępna, ale nie jest wymagana."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "Musi nastąpić weryfikacja użytkownika." msgstr "Musi nastąpić weryfikacja użytkownika."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "Weryfikacja użytkownika nie powinna nastąpić." msgstr "Weryfikacja użytkownika nie powinna nastąpić."
@ -6743,6 +6837,10 @@ msgstr "Certyfikat weryfikacji"
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "Certyfikaty weryfikacji" #~ msgstr "Certyfikaty weryfikacji"
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr ""
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "Tylko weryfikuj" #~ msgstr "Tylko weryfikuj"
@ -6842,6 +6940,10 @@ msgstr "Uwierzytelniacze WebAuthn"
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "Urządzenia WebAuthn" #~ msgstr "Urządzenia WebAuthn"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "Webhook (Slack/Discord)" msgstr "Webhook (Slack/Discord)"
@ -6969,6 +7071,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7064,6 +7167,10 @@ msgstr "z obecnym użytkownikiem"
msgid "with inspector" msgid "with inspector"
msgstr "z inspektorem" msgstr "z inspektorem"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr ""
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts

View File

@ -59,6 +59,26 @@ msgstr ""
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr ""
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "" msgstr ""
@ -306,8 +326,8 @@ msgid "Advanced protocol settings"
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "" #~ msgstr ""
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -330,6 +350,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "" msgstr ""
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "" msgstr ""
@ -342,6 +363,7 @@ msgid "Allowed Redirect URIs"
msgstr "" msgstr ""
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "" msgstr ""
@ -622,6 +644,7 @@ msgstr ""
msgid "Authorization flow" msgid "Authorization flow"
msgstr "" msgstr ""
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "" msgstr ""
@ -830,8 +853,8 @@ msgid "Callback URL"
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "" #~ msgstr ""
#: src/pages/outposts/ServiceConnectionDockerForm.ts #: src/pages/outposts/ServiceConnectionDockerForm.ts
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
@ -947,6 +970,10 @@ msgstr ""
msgid "Check access" msgid "Check access"
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr ""
#: src/pages/policies/PolicyWizard.ts #: src/pages/policies/PolicyWizard.ts
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
@ -957,6 +984,10 @@ msgstr ""
msgid "Check outposts." msgid "Check outposts."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr ""
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "" msgstr ""
@ -977,6 +1008,10 @@ msgstr ""
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr ""
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "" msgstr ""
@ -1028,6 +1063,9 @@ msgid "Clear cache"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "" msgstr ""
@ -1549,6 +1587,9 @@ msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "" msgstr ""
@ -1671,6 +1712,9 @@ msgid "Delete currently set background image."
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "" msgstr ""
@ -1949,6 +1993,9 @@ msgid "Edit User"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "" msgstr ""
@ -2271,7 +2318,7 @@ msgstr ""
msgid "External host" msgid "External host"
msgstr "" msgstr ""
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "" msgstr ""
@ -2471,6 +2518,10 @@ msgstr ""
msgid "Follow redirect" msgid "Follow redirect"
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "" msgstr ""
@ -2661,6 +2712,10 @@ msgstr ""
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "" #~ msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr ""
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "" msgstr ""
@ -2736,6 +2791,12 @@ msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "" msgstr ""
@ -2770,9 +2831,13 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr ""
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration." msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration."
@ -2812,6 +2877,10 @@ msgstr ""
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr ""
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "" msgstr ""
@ -3277,6 +3346,7 @@ msgstr ""
#~ msgstr "" #~ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "" msgstr ""
@ -3306,6 +3376,9 @@ msgid "Logins"
msgstr "" msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr ""
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "" msgstr ""
@ -3678,6 +3751,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3733,6 +3807,7 @@ msgid "No integration active"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "" msgstr ""
@ -4170,6 +4245,10 @@ msgstr ""
msgid "Password stage" msgid "Password stage"
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr ""
#: #:
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "" #~ msgstr ""
@ -4316,7 +4395,6 @@ msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "" msgstr ""
@ -4887,6 +4965,10 @@ msgstr ""
msgid "Score" msgid "Score"
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "" msgstr ""
@ -5397,6 +5479,10 @@ msgstr ""
msgid "Static authenticator" msgid "Static authenticator"
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr ""
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "" msgstr ""
@ -5450,11 +5536,12 @@ msgid "Subject-alt name"
msgstr "" msgstr ""
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "" msgstr ""
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "" msgstr ""
@ -6019,9 +6106,13 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
msgstr "" msgstr ""
@ -6751,14 +6842,17 @@ msgstr ""
msgid "User verification" msgid "User verification"
msgstr "" msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "" msgstr ""
@ -6881,6 +6975,10 @@ msgstr ""
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "" #~ msgstr ""
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr ""
#: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/pages/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "" #~ msgstr ""
@ -6983,6 +7081,10 @@ msgstr ""
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "" #~ msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "" msgstr ""
@ -7106,6 +7208,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7203,6 +7306,10 @@ msgstr ""
msgid "with inspector" msgid "with inspector"
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr ""
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts

View File

@ -65,6 +65,26 @@ msgstr "-"
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr ""
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "6 basamaklı, yaygın olarak uyumlu" msgstr "6 basamaklı, yaygın olarak uyumlu"
@ -306,8 +326,8 @@ msgid "Advanced protocol settings"
msgstr "Gelişmiş protokol ayarları" msgstr "Gelişmiş protokol ayarları"
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "Gelişmiş ayarlar" #~ msgstr "Gelişmiş ayarlar"
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -329,6 +349,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "Herhangi bir sunucu paylaşmasan bile arkadaşlarının Plex aracılığıyla kimlik doğrulamasına izin ver" msgstr "Herhangi bir sunucu paylaşmasan bile arkadaşlarının Plex aracılığıyla kimlik doğrulamasına izin ver"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "HIBP veritabanında N oluşumuna kadar izin ver." msgstr "HIBP veritabanında N oluşumuna kadar izin ver."
@ -341,6 +362,7 @@ msgid "Allowed Redirect URIs"
msgstr "İzin Verilen Yeniden Yönlendirme URI'leri" msgstr "İzin Verilen Yeniden Yönlendirme URI'leri"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "İzin verilen sayısı" msgstr "İzin verilen sayısı"
@ -620,6 +642,7 @@ msgstr "Yetkilendirme URL'si"
msgid "Authorization flow" msgid "Authorization flow"
msgstr "Yetkilendirme akışı" msgstr "Yetkilendirme akışı"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "Yetkilendirmeler" msgstr "Yetkilendirmeler"
@ -824,8 +847,8 @@ msgid "Callback URL"
msgstr "Geri arama URL'si" msgstr "Geri arama URL'si"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "" #~ msgstr ""
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
#~ msgstr "Yerel bir docker serine bağlanırken 'unix: //' biçiminde veya uzak bir sisteme bağlanırken 'https://:2376' biçiminde olabilir." #~ msgstr "Yerel bir docker serine bağlanırken 'unix: //' biçiminde veya uzak bir sisteme bağlanırken 'https://:2376' biçiminde olabilir."
@ -939,6 +962,10 @@ msgstr "Kullanıcı Adını Kontrol Et"
msgid "Check access" msgid "Check access"
msgstr "Erişimi kontrol" msgstr "Erişimi kontrol"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr ""
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
#~ "5 characters of the SHA1 Hash." #~ "5 characters of the SHA1 Hash."
@ -948,6 +975,10 @@ msgstr "Erişimi kontrol"
msgid "Check outposts." msgid "Check outposts."
msgstr "İleri üsleri kontrol edin." msgstr "İleri üsleri kontrol edin."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr ""
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "Durumu kontrol et" msgstr "Durumu kontrol et"
@ -967,6 +998,10 @@ msgstr "Günlükleri kontrol et"
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "Doğrulama e-postası için Gelen Kutunuzu kontrol edin." msgstr "Doğrulama e-postası için Gelen Kutunuzu kontrol edin."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr ""
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "Onay Kutusu" msgstr "Onay Kutusu"
@ -1020,6 +1055,9 @@ msgid "Clear cache"
msgstr "Önbelleği temizle" msgstr "Önbelleği temizle"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "Simgeyi temizle" msgstr "Simgeyi temizle"
@ -1531,6 +1569,9 @@ msgstr "Mevcut plan bağlamı"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "Şu anda şu şekilde ayarlanmış:" msgstr "Şu anda şu şekilde ayarlanmış:"
@ -1647,6 +1688,9 @@ msgid "Delete currently set background image."
msgstr "Şu anda ayarlanmış arka plan görüntüsünü sil." msgstr "Şu anda ayarlanmış arka plan görüntüsünü sil."
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "Şu anda ayarlanan simgeyi sil." msgstr "Şu anda ayarlanan simgeyi sil."
@ -1917,6 +1961,9 @@ msgid "Edit User"
msgstr "Kullanıcı Düzenle" msgstr "Kullanıcı Düzenle"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "Ya tam bir URL, göreli bir yol girin ya da 'fa://fa-test' Yazı Tipi Awesome simgesini “fa-test” kullanmak için kullanın." msgstr "Ya tam bir URL, göreli bir yol girin ya da 'fa://fa-test' Yazı Tipi Awesome simgesini “fa-test” kullanmak için kullanın."
@ -2225,7 +2272,7 @@ msgstr ""
msgid "External host" msgid "External host"
msgstr "Harici ana bilgisayar" msgstr "Harici ana bilgisayar"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "Başarısız Oturum Açma" msgstr "Başarısız Oturum Açma"
@ -2424,6 +2471,10 @@ msgstr "Akışlar, bir kullanıcının kimliğini doğrulamak, kaydetmek veya ku
msgid "Follow redirect" msgid "Follow redirect"
msgstr "Yönlendirmeyi takip et" msgstr "Yönlendirmeyi takip et"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "Kullanıcıyı bir kimlik doğrulayıcı yapılandırmaya zorla" msgstr "Kullanıcıyı bir kimlik doğrulayıcı yapılandırmaya zorla"
@ -2609,6 +2660,10 @@ msgstr ""
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "" #~ msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr ""
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "Sağlık ve Versiyon" msgstr "Sağlık ve Versiyon"
@ -2682,6 +2737,12 @@ msgstr "İP"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "Simge" msgstr "Simge"
@ -2715,9 +2776,13 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr ""
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration." msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration."
@ -2755,6 +2820,10 @@ msgstr ""
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "Ayarlanırsa, kullanıcılar bu akışı kullanarak kendi kayıtlarını kaldırabilir. Akış ayarlanmamışsa seçenek gösterilmez." msgstr "Ayarlanırsa, kullanıcılar bu akışı kullanarak kendi kayıtlarını kaldırabilir. Akış ayarlanmamışsa seçenek gösterilmez."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr ""
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "Bu bayrak ayarlanırsa, Davet verilmediğinde bu Aşama bir sonraki Aşama'ya atlanır. Varsayılan olarak bu Aşama , davet verilmediğinde Akışı iptal eder." msgstr "Bu bayrak ayarlanırsa, Davet verilmediğinde bu Aşama bir sonraki Aşama'ya atlanır. Varsayılan olarak bu Aşama , davet verilmediğinde Akışı iptal eder."
@ -3215,6 +3284,7 @@ msgstr ""
#~ msgstr "Yerelleştirme" #~ msgstr "Yerelleştirme"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "" msgstr ""
@ -3244,6 +3314,9 @@ msgid "Logins"
msgstr "Oturum Açma" msgstr "Oturum Açma"
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr ""
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "Son 24 saat içinde oturum açma" msgstr "Son 24 saat içinde oturum açma"
@ -3615,6 +3688,7 @@ msgstr "Nginx (bağımsız)"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3670,6 +3744,7 @@ msgid "No integration active"
msgstr "Entegrasyon etkin" msgstr "Entegrasyon etkin"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "" msgstr ""
@ -4089,6 +4164,10 @@ msgstr "Parola seti"
msgid "Password stage" msgid "Password stage"
msgstr "Parola aşaması" msgstr "Parola aşaması"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr ""
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "Parola, 2FA, vb" #~ msgstr "Parola, 2FA, vb"
@ -4227,7 +4306,6 @@ msgstr "İlke {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "İlke özel ayarlar" msgstr "İlke özel ayarlar"
@ -4779,6 +4857,10 @@ msgstr "Kapsamlar"
msgid "Score" msgid "Score"
msgstr "Skor" msgstr "Skor"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "Arama tabanı" msgstr "Arama tabanı"
@ -5272,6 +5354,10 @@ msgstr "Statik Belirteçler"
msgid "Static authenticator" msgid "Static authenticator"
msgstr "Statik kimlik doğrulayıcı" msgstr "Statik kimlik doğrulayıcı"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr ""
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "Statik belirteç" msgstr "Statik belirteç"
@ -5317,11 +5403,12 @@ msgid "Subject-alt name"
msgstr "Konu-alt adı" msgstr "Konu-alt adı"
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "Başarılı" msgstr "Başarılı"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "Başarılı Oturum Açma" msgstr "Başarılı Oturum Açma"
@ -5879,9 +5966,13 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "UidNumbers'ın başlangıcında, bu sayı, POSIX kullanıcıları için sayıların çok düşük olmadığından emin olmak için user.Pk öğesine eklenir. Varsayılan 2000 yerel kullanıcılarla çarpışmadığımızdan emin olmak için uidNumber" msgstr "UidNumbers'ın başlangıcında, bu sayı, POSIX kullanıcıları için sayıların çok düşük olmadığından emin olmak için user.Pk öğesine eklenir. Varsayılan 2000 yerel kullanıcılarla çarpışmadığımızdan emin olmak için uidNumber"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
msgstr "" msgstr ""
@ -6603,14 +6694,17 @@ msgstr "Kullanıcı durumu"
msgid "User verification" msgid "User verification"
msgstr "Kullanıcı doğrulaması" msgstr "Kullanıcı doğrulaması"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "Kullanıcı doğrulaması varsa tercih edilir, ancak gerekli değildir." msgstr "Kullanıcı doğrulaması varsa tercih edilir, ancak gerekli değildir."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "Kullanıcı doğrulaması gerçekleşmelidir." msgstr "Kullanıcı doğrulaması gerçekleşmelidir."
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "Kullanıcı doğrulaması gerçekleşmemelidir." msgstr "Kullanıcı doğrulaması gerçekleşmemelidir."
@ -6733,6 +6827,10 @@ msgstr "Doğrulama Sertifikası"
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "" #~ msgstr ""
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr ""
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "" #~ msgstr ""
@ -6832,6 +6930,10 @@ msgstr "WebAuthn Kimlik Doğrulayıcıları"
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "WebAuthn Aygıtları" #~ msgstr "WebAuthn Aygıtları"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "Webhook (Kayak/Uyuşmazlık)" msgstr "Webhook (Kayak/Uyuşmazlık)"
@ -6957,6 +7059,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7052,6 +7155,10 @@ msgstr ""
msgid "with inspector" msgid "with inspector"
msgstr "müfettiş ile" msgstr "müfettiş ile"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr ""
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts

View File

@ -67,6 +67,26 @@ msgstr "-"
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr ""
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "6 位数字,广泛兼容" msgstr "6 位数字,广泛兼容"
@ -312,8 +332,8 @@ msgid "Advanced protocol settings"
msgstr "高级协议设置" msgstr "高级协议设置"
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "高级设置" #~ msgstr "高级设置"
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -335,6 +355,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "允许好友通过 Plex 进行身份验证,即使您不共享任何服务器。" msgstr "允许好友通过 Plex 进行身份验证,即使您不共享任何服务器。"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "HIBP 数据库中最多允许 N 次出现。" msgstr "HIBP 数据库中最多允许 N 次出现。"
@ -347,6 +368,7 @@ msgid "Allowed Redirect URIs"
msgstr "允许的重定向 URI" msgstr "允许的重定向 URI"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "允许的计数" msgstr "允许的计数"
@ -626,6 +648,7 @@ msgstr "授权 URL"
msgid "Authorization flow" msgid "Authorization flow"
msgstr "授权流程" msgstr "授权流程"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "授权" msgstr "授权"
@ -830,8 +853,8 @@ msgid "Callback URL"
msgstr "回调 URL" msgstr "回调 URL"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "" #~ msgstr ""
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
#~ msgstr "连接到本地 Docker 守护进程时可以采用 'unix://' 格式,或者在连接到远程系统时采用 'https://:2376' 格式。" #~ msgstr "连接到本地 Docker 守护进程时可以采用 'unix://' 格式,或者在连接到远程系统时采用 'https://:2376' 格式。"
@ -945,6 +968,10 @@ msgstr "检查用户名"
msgid "Check access" msgid "Check access"
msgstr "检查访问权限" msgstr "检查访问权限"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr ""
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
#~ "5 characters of the SHA1 Hash." #~ "5 characters of the SHA1 Hash."
@ -956,6 +983,10 @@ msgstr "检查访问权限"
msgid "Check outposts." msgid "Check outposts."
msgstr "检查前哨。" msgstr "检查前哨。"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr ""
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "检查状态" msgstr "检查状态"
@ -975,6 +1006,10 @@ msgstr "检查日志"
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "检查您的收件箱是否有验证电子邮件。" msgstr "检查您的收件箱是否有验证电子邮件。"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr ""
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "复选框" msgstr "复选框"
@ -1028,6 +1063,9 @@ msgid "Clear cache"
msgstr "清除缓存" msgstr "清除缓存"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "清除图标" msgstr "清除图标"
@ -1539,6 +1577,9 @@ msgstr "当前计划上下文"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "当前设置为:" msgstr "当前设置为:"
@ -1655,6 +1696,9 @@ msgid "Delete currently set background image."
msgstr "删除当前设置的背景图片。" msgstr "删除当前设置的背景图片。"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "删除当前设置的图标。" msgstr "删除当前设置的图标。"
@ -1925,6 +1969,9 @@ msgid "Edit User"
msgstr "编辑用户" msgstr "编辑用户"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "输入完整 URL、相对路径或者使用 'fa://fa-test' 来使用 Font Awesome 图标 \"fa-test\"。" msgstr "输入完整 URL、相对路径或者使用 'fa://fa-test' 来使用 Font Awesome 图标 \"fa-test\"。"
@ -2233,7 +2280,7 @@ msgstr ""
msgid "External host" msgid "External host"
msgstr "外部主机" msgstr "外部主机"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "失败登录" msgstr "失败登录"
@ -2432,6 +2479,10 @@ msgstr "流程描述了一系列用于对用户进行身份验证、注册或恢
msgid "Follow redirect" msgid "Follow redirect"
msgstr "跟随重定向" msgstr "跟随重定向"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "强制用户配置身份验证器" msgstr "强制用户配置身份验证器"
@ -2617,6 +2668,10 @@ msgstr "哈希电话号码"
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "Have I been pwned 策略" #~ msgstr "Have I been pwned 策略"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr ""
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "健康状态与版本" msgstr "健康状态与版本"
@ -2690,6 +2745,12 @@ msgstr "IP"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "图标" msgstr "图标"
@ -2723,8 +2784,12 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "如果启用,仅保存电话号码的哈希。这是出于数据保护的原因。如果设备创建自启用此选项的阶段,则无法在验证阶段使用身份验证器。" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr "如果启用,仅保存电话号码的哈希。这是出于数据保护的原因。如果设备创建自启用此选项的阶段,则无法在验证阶段使用身份验证器。"
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
@ -2763,6 +2828,10 @@ msgstr "设置后,用户可以配置他们个人资料的详细信息。"
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "如果已设置,则用户可以使用此流程自行删除账户。如果未设置流程,则不显示选项。" msgstr "如果已设置,则用户可以使用此流程自行删除账户。如果未设置流程,则不显示选项。"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr ""
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "如果设置了此标志,则当没有发出邀请时,此阶段将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。" msgstr "如果设置了此标志,则当没有发出邀请时,此阶段将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。"
@ -3223,6 +3292,7 @@ msgstr "本地(通知在 authentik 内创建)"
#~ msgstr "区域设置" #~ msgstr "区域设置"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "日志消息" msgstr "日志消息"
@ -3252,6 +3322,9 @@ msgid "Logins"
msgstr "登录" msgstr "登录"
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr ""
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "过去 24 小时内的登录次数" msgstr "过去 24 小时内的登录次数"
@ -3623,6 +3696,7 @@ msgstr "Nginx独立"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3678,6 +3752,7 @@ msgid "No integration active"
msgstr "没有激活的集成" msgstr "没有激活的集成"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "没有日志消息。" msgstr "没有日志消息。"
@ -4097,6 +4172,10 @@ msgstr "密码已设置"
msgid "Password stage" msgid "Password stage"
msgstr "密码阶段" msgstr "密码阶段"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr ""
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "密码、2FA 等" #~ msgstr "密码、2FA 等"
@ -4235,7 +4314,6 @@ msgstr "策略 {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "特定策略设置" msgstr "特定策略设置"
@ -4787,6 +4865,10 @@ msgstr "作用域"
msgid "Score" msgid "Score"
msgstr "分数" msgstr "分数"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "搜索 Base" msgstr "搜索 Base"
@ -5280,6 +5362,10 @@ msgstr "静态令牌"
msgid "Static authenticator" msgid "Static authenticator"
msgstr "静态身份验证器" msgstr "静态身份验证器"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr ""
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "静态令牌" msgstr "静态令牌"
@ -5325,11 +5411,12 @@ msgid "Subject-alt name"
msgstr "替代名称" msgstr "替代名称"
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "成功" msgstr "成功"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "成功登录" msgstr "成功登录"
@ -5887,9 +5974,13 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "起始 uidNumbers这个数字会被添加到 user.Pk 中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 2000以确保我们不会与本地用户的 uidNumber 发生冲突" msgstr "起始 uidNumbers这个数字会被添加到 user.Pk 中,以确保对于 POSIX 用户来说,这个数字不会太低。默认值为 2000以确保我们不会与本地用户的 uidNumber 发生冲突"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
msgstr "" msgstr ""
@ -6611,14 +6702,17 @@ msgstr "用户状态"
msgid "User verification" msgid "User verification"
msgstr "用户验证" msgstr "用户验证"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "如果可用,则首选用户验证,但不是必需的。" msgstr "如果可用,则首选用户验证,但不是必需的。"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "必须进行用户验证。" msgstr "必须进行用户验证。"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "不应进行用户验证。" msgstr "不应进行用户验证。"
@ -6741,6 +6835,10 @@ msgstr "验证证书"
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "验证证书" #~ msgstr "验证证书"
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr ""
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "仅验证" #~ msgstr "仅验证"
@ -6840,6 +6938,10 @@ msgstr "WebAuthn 身份验证器"
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "WebAuthn 设备" #~ msgstr "WebAuthn 设备"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "WebhookSlack/Discord" msgstr "WebhookSlack/Discord"
@ -6967,6 +7069,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7062,6 +7165,10 @@ msgstr "以当前用户"
msgid "with inspector" msgid "with inspector"
msgstr "附加检视器" msgstr "附加检视器"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr ""
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts

View File

@ -67,6 +67,26 @@ msgstr "-"
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr ""
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "6位数字广泛兼容" msgstr "6位数字广泛兼容"
@ -312,8 +332,8 @@ msgid "Advanced protocol settings"
msgstr "高级协议设置" msgstr "高级协议设置"
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "高级设置" #~ msgstr "高级设置"
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -335,6 +355,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "允许好友通过Plex进行身份验证即使您不共享任何服务器" msgstr "允许好友通过Plex进行身份验证即使您不共享任何服务器"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "HIBP 数据库中最多允许 N 次出现。" msgstr "HIBP 数据库中最多允许 N 次出现。"
@ -347,6 +368,7 @@ msgid "Allowed Redirect URIs"
msgstr "允许的重定向 URI" msgstr "允许的重定向 URI"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "允许计数" msgstr "允许计数"
@ -626,6 +648,7 @@ msgstr "授权网址"
msgid "Authorization flow" msgid "Authorization flow"
msgstr "授权流程" msgstr "授权流程"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "授权" msgstr "授权"
@ -830,8 +853,8 @@ msgid "Callback URL"
msgstr "回调 URL" msgstr "回调 URL"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "" #~ msgstr ""
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
#~ msgstr "连接到本地 docker 守护进程时可以采用 'unix://' 的格式,或者在连接到远程系统时采用 'https://:2376' 的格式。" #~ msgstr "连接到本地 docker 守护进程时可以采用 'unix://' 的格式,或者在连接到远程系统时采用 'https://:2376' 的格式。"
@ -945,6 +968,10 @@ msgstr "检查用户名"
msgid "Check access" msgid "Check access"
msgstr "检查访问权限" msgstr "检查访问权限"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr ""
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
#~ "5 characters of the SHA1 Hash." #~ "5 characters of the SHA1 Hash."
@ -956,6 +983,10 @@ msgstr "检查访问权限"
msgid "Check outposts." msgid "Check outposts."
msgstr "检查 outposts." msgstr "检查 outposts."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr ""
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "检查状态" msgstr "检查状态"
@ -975,6 +1006,10 @@ msgstr "检查日志"
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "检查您的收件箱是否有验证电子邮件。" msgstr "检查您的收件箱是否有验证电子邮件。"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr ""
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "复选框" msgstr "复选框"
@ -1028,6 +1063,9 @@ msgid "Clear cache"
msgstr "清除缓存" msgstr "清除缓存"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "清除图标" msgstr "清除图标"
@ -1539,6 +1577,9 @@ msgstr "当前计划上下文"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "当前设置为:" msgstr "当前设置为:"
@ -1655,6 +1696,9 @@ msgid "Delete currently set background image."
msgstr "删除当前设置的背景图片。" msgstr "删除当前设置的背景图片。"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "删除当前设置的图标。" msgstr "删除当前设置的图标。"
@ -1925,6 +1969,9 @@ msgid "Edit User"
msgstr "编辑用户" msgstr "编辑用户"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "输入完整的网址、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 “fa-test”。" msgstr "输入完整的网址、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 “fa-test”。"
@ -2233,7 +2280,7 @@ msgstr ""
msgid "External host" msgid "External host"
msgstr "外部主机" msgstr "外部主机"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "登入失败" msgstr "登入失败"
@ -2432,6 +2479,10 @@ msgstr "流程描述了一系列用于对用户进行身份验证、注册或恢
msgid "Follow redirect" msgid "Follow redirect"
msgstr "跟随重定向" msgstr "跟随重定向"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "强制用户配置身份验证器" msgstr "强制用户配置身份验证器"
@ -2617,6 +2668,10 @@ msgstr ""
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "Have I been pwned 策略" #~ msgstr "Have I been pwned 策略"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr ""
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "运行状况和版本" msgstr "运行状况和版本"
@ -2690,6 +2745,12 @@ msgstr "IP"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "图标" msgstr "图标"
@ -2723,9 +2784,13 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr ""
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration." msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration."
@ -2763,6 +2828,10 @@ msgstr "设置后,用户可以配置他们个人资料的详细信息。"
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "如果已设置,则用户可以使用此流程自行取消注册。如果未设置流量,则不显示选项。" msgstr "如果已设置,则用户可以使用此流程自行取消注册。如果未设置流量,则不显示选项。"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr ""
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "如果设置了此标志,则当没有发出邀请时,此舞台将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。" msgstr "如果设置了此标志,则当没有发出邀请时,此舞台将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。"
@ -3223,6 +3292,7 @@ msgstr ""
#~ msgstr "区域设置" #~ msgstr "区域设置"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "日志消息" msgstr "日志消息"
@ -3252,6 +3322,9 @@ msgid "Logins"
msgstr "登入" msgstr "登入"
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr ""
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "过去 24 小时内的登入次数" msgstr "过去 24 小时内的登入次数"
@ -3623,6 +3696,7 @@ msgstr "Nginx (standalone)"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3678,6 +3752,7 @@ msgid "No integration active"
msgstr "没有激活的集成" msgstr "没有激活的集成"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "没有日志消息。" msgstr "没有日志消息。"
@ -4097,6 +4172,10 @@ msgstr "密码已设置"
msgid "Password stage" msgid "Password stage"
msgstr "密码阶段" msgstr "密码阶段"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr ""
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "密码、2FA 等" #~ msgstr "密码、2FA 等"
@ -4235,7 +4314,6 @@ msgstr "策略 {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "特定于策略的设置" msgstr "特定于策略的设置"
@ -4787,6 +4865,10 @@ msgstr "范围"
msgid "Score" msgid "Score"
msgstr "得分" msgstr "得分"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "搜索基础" msgstr "搜索基础"
@ -5280,6 +5362,10 @@ msgstr "静态令牌"
msgid "Static authenticator" msgid "Static authenticator"
msgstr "静态身份验证器" msgstr "静态身份验证器"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr ""
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "静态令牌" msgstr "静态令牌"
@ -5325,11 +5411,12 @@ msgid "Subject-alt name"
msgstr "替代名称" msgstr "替代名称"
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "成功" msgstr "成功"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "成功登入" msgstr "成功登入"
@ -5887,9 +5974,13 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "对于UIDNumbers来说这个数字被添加到User.pk中以确保对于POSIX用户来说这个数字不会太低。默认值为 2000以确保我们不会与本地用户 uidNumber 发生冲突" msgstr "对于UIDNumbers来说这个数字被添加到User.pk中以确保对于POSIX用户来说这个数字不会太低。默认值为 2000以确保我们不会与本地用户 uidNumber 发生冲突"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
msgstr "" msgstr ""
@ -6611,14 +6702,17 @@ msgstr "用户状态"
msgid "User verification" msgid "User verification"
msgstr "用户验证" msgstr "用户验证"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "如果可用,则首选用户验证,但不是必需的。" msgstr "如果可用,则首选用户验证,但不是必需的。"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "必须进行用户验证。" msgstr "必须进行用户验证。"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "不应进行用户验证。" msgstr "不应进行用户验证。"
@ -6741,6 +6835,10 @@ msgstr "验证证书"
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "验证证书" #~ msgstr "验证证书"
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr ""
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "" #~ msgstr ""
@ -6840,6 +6938,10 @@ msgstr "WebAuthn 身份验证器"
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "WebAuthn 设备" #~ msgstr "WebAuthn 设备"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "WebhookSlack/Discord" msgstr "WebhookSlack/Discord"
@ -6967,6 +7069,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7062,6 +7165,10 @@ msgstr "以当前用户"
msgid "with inspector" msgid "with inspector"
msgstr "和检查员一起" msgstr "和检查员一起"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr ""
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts

View File

@ -67,6 +67,26 @@ msgstr "-"
msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik." msgid ".yaml files, which can be found on goauthentik.io and can be exported by authentik."
msgstr "" msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "0: Too guessable: risky password. (guesses < 10^3)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "1: Very guessable: protection from throttled online attacks. (guesses < 10^6)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "2: Somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "3: Safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10)"
msgstr ""
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "4: Very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)"
msgstr ""
#: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts #: src/admin/stages/authenticator_totp/AuthenticatorTOTPStageForm.ts
msgid "6 digits, widely compatible" msgid "6 digits, widely compatible"
msgstr "6位数字广泛兼容" msgstr "6位数字广泛兼容"
@ -312,8 +332,8 @@ msgid "Advanced protocol settings"
msgstr "高级协议设置" msgstr "高级协议设置"
#: src/admin/policies/password/PasswordPolicyForm.ts #: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Advanced settings" #~ msgid "Advanced settings"
msgstr "高级设置" #~ msgstr "高级设置"
#: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts
msgid "Affected model:" msgid "Affected model:"
@ -335,6 +355,7 @@ msgid "Allow friends to authenticate via Plex, even if you don't share any serve
msgstr "允许好友通过Plex进行身份验证即使您不共享任何服务器" msgstr "允许好友通过Plex进行身份验证即使您不共享任何服务器"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allow up to N occurrences in the HIBP database." msgid "Allow up to N occurrences in the HIBP database."
msgstr "HIBP 数据库中最多允许 N 次出现。" msgstr "HIBP 数据库中最多允许 N 次出现。"
@ -347,6 +368,7 @@ msgid "Allowed Redirect URIs"
msgstr "允许的重定向 URI" msgstr "允许的重定向 URI"
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Allowed count" msgid "Allowed count"
msgstr "允许计数" msgstr "允许计数"
@ -626,6 +648,7 @@ msgstr "授权网址"
msgid "Authorization flow" msgid "Authorization flow"
msgstr "授权流程" msgstr "授权流程"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/ApplicationAuthorizeChart.ts #: src/elements/charts/ApplicationAuthorizeChart.ts
msgid "Authorizations" msgid "Authorizations"
msgstr "授权" msgstr "授权"
@ -830,8 +853,8 @@ msgid "Callback URL"
msgstr "回调 URL" msgstr "回调 URL"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)." #~ msgid "Can be either the username (found in the Users list) or the ID (can be found in the URL after clicking on a user)."
msgstr "" #~ msgstr ""
#~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system." #~ msgid "Can be in the format of 'unix://' when connecting to a local docker daemon, or 'https://:2376' when connecting to a remote system."
#~ msgstr "连接到本地 docker 守护进程时可以采用 'unix://' 的格式,或者在连接到远程系统时采用 'https://:2376' 的格式。" #~ msgstr "连接到本地 docker 守护进程时可以采用 'unix://' 的格式,或者在连接到远程系统时采用 'https://:2376' 的格式。"
@ -945,6 +968,10 @@ msgstr "检查用户名"
msgid "Check access" msgid "Check access"
msgstr "检查访问权限" msgstr "检查访问权限"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check haveibeenpwned.com"
msgstr ""
#~ msgid "" #~ msgid ""
#~ "Check if password is on HaveIBeenPwned's list by uploading the first\n" #~ "Check if password is on HaveIBeenPwned's list by uploading the first\n"
#~ "5 characters of the SHA1 Hash." #~ "5 characters of the SHA1 Hash."
@ -956,6 +983,10 @@ msgstr "检查访问权限"
msgid "Check outposts." msgid "Check outposts."
msgstr "检查 outposts." msgstr "检查 outposts."
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check static rules"
msgstr ""
#: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts #: src/flow/stages/authenticator_duo/AuthenticatorDuoStage.ts
msgid "Check status" msgid "Check status"
msgstr "检查状态" msgstr "检查状态"
@ -975,6 +1006,10 @@ msgstr "检查日志"
msgid "Check your Inbox for a verification email." msgid "Check your Inbox for a verification email."
msgstr "检查您的收件箱是否有验证电子邮件。" msgstr "检查您的收件箱是否有验证电子邮件。"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Check zxcvbn"
msgstr ""
#: src/admin/stages/prompt/PromptForm.ts #: src/admin/stages/prompt/PromptForm.ts
msgid "Checkbox" msgid "Checkbox"
msgstr "复选框" msgstr "复选框"
@ -1028,6 +1063,9 @@ msgid "Clear cache"
msgstr "清除缓存" msgstr "清除缓存"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Clear icon" msgid "Clear icon"
msgstr "清除图标" msgstr "清除图标"
@ -1539,6 +1577,9 @@ msgstr "当前计划上下文"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Currently set to:" msgid "Currently set to:"
msgstr "当前设置为:" msgstr "当前设置为:"
@ -1655,6 +1696,9 @@ msgid "Delete currently set background image."
msgstr "删除当前设置的背景图片。" msgstr "删除当前设置的背景图片。"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Delete currently set icon." msgid "Delete currently set icon."
msgstr "删除当前设置的图标。" msgstr "删除当前设置的图标。"
@ -1925,6 +1969,9 @@ msgid "Edit User"
msgstr "编辑用户" msgstr "编辑用户"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"." msgid "Either input a full URL, a relative path, or use 'fa://fa-test' to use the Font Awesome icon \"fa-test\"."
msgstr "输入完整的网址、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 “fa-test”。" msgstr "输入完整的网址、相对路径,或者使用 'fa://fa-test' 来使用 Font Awesome 图标 “fa-test”。"
@ -2233,7 +2280,7 @@ msgstr ""
msgid "External host" msgid "External host"
msgstr "外部主机" msgstr "外部主机"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Failed Logins" msgid "Failed Logins"
msgstr "登入失败" msgstr "登入失败"
@ -2432,6 +2479,10 @@ msgstr "流程描述了一系列用于对用户进行身份验证、注册或恢
msgid "Follow redirect" msgid "Follow redirect"
msgstr "跟随重定向" msgstr "跟随重定向"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "For more info see:"
msgstr ""
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts #: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "Force the user to configure an authenticator" msgid "Force the user to configure an authenticator"
msgstr "强制用户配置身份验证器" msgstr "强制用户配置身份验证器"
@ -2617,6 +2668,10 @@ msgstr ""
#~ msgid "Have I been pwned policy" #~ msgid "Have I been pwned policy"
#~ msgstr "Have I been pwned 策略" #~ msgstr "Have I been pwned 策略"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "HaveIBeenPwned settings"
msgstr ""
#: src/admin/outposts/OutpostListPage.ts #: src/admin/outposts/OutpostListPage.ts
msgid "Health and Version" msgid "Health and Version"
msgstr "运行状况和版本" msgstr "运行状况和版本"
@ -2690,6 +2745,12 @@ msgstr "IP"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/oauth/OAuthSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/plex/PlexSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
#: src/admin/sources/saml/SAMLSourceForm.ts
msgid "Icon" msgid "Icon"
msgstr "图标" msgstr "图标"
@ -2723,9 +2784,13 @@ msgid "If checked, the launch URL will open in a new browser tab or window from
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage." msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons. Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
#~ msgid "If enabled, only a hash of the phone number will be saved. This can be done for data-protection reasons.Devices created from a stage with this enabled cannot be used with the authenticator validation stage."
#~ msgstr ""
#: src/admin/outposts/ServiceConnectionDockerForm.ts #: src/admin/outposts/ServiceConnectionDockerForm.ts
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts #: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration." msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration."
@ -2763,6 +2828,10 @@ msgstr "设置后,用户可以配置他们个人资料的详细信息。"
msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown." msgid "If set, users are able to unenroll themselves using this flow. If no flow is set, option is not shown."
msgstr "如果已设置,则用户可以使用此流程自行取消注册。如果未设置流量,则不显示选项。" msgstr "如果已设置,则用户可以使用此流程自行取消注册。如果未设置流量,则不显示选项。"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "If the password's score is less than or equal this value, the policy will fail."
msgstr ""
#: src/admin/stages/invitation/InvitationStageForm.ts #: src/admin/stages/invitation/InvitationStageForm.ts
msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given." msgid "If this flag is set, this Stage will jump to the next Stage when no Invitation is given. By default this Stage will cancel the Flow when no invitation is given."
msgstr "如果设置了此标志,则当没有发出邀请时,此舞台将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。" msgstr "如果设置了此标志,则当没有发出邀请时,此舞台将跳转到下一个阶段。默认情况下,当没有发出邀请时,此阶段将取消流程。"
@ -3223,6 +3292,7 @@ msgstr ""
#~ msgstr "区域设置" #~ msgstr "区域设置"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "Log messages" msgid "Log messages"
msgstr "日志消息" msgstr "日志消息"
@ -3252,6 +3322,9 @@ msgid "Logins"
msgstr "登入" msgstr "登入"
#: src/admin/admin-overview/AdminOverviewPage.ts #: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last 24 hours"
msgstr ""
#: src/admin/applications/ApplicationViewPage.ts #: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last 24 hours" msgid "Logins over the last 24 hours"
msgstr "过去 24 小时内的登入次数" msgstr "过去 24 小时内的登入次数"
@ -3623,6 +3696,7 @@ msgstr "Nginx (standalone)"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -3678,6 +3752,7 @@ msgid "No integration active"
msgstr "没有激活的集成" msgstr "没有激活的集成"
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/policies/PolicyTestForm.ts #: src/admin/policies/PolicyTestForm.ts
msgid "No log messages." msgid "No log messages."
msgstr "没有日志消息。" msgstr "没有日志消息。"
@ -4097,6 +4172,10 @@ msgstr "密码已设置"
msgid "Password stage" msgid "Password stage"
msgstr "密码阶段" msgstr "密码阶段"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Password strength estimator created by Dropbox, see:"
msgstr ""
#~ msgid "Password, 2FA, etc" #~ msgid "Password, 2FA, etc"
#~ msgstr "密码、2FA 等" #~ msgstr "密码、2FA 等"
@ -4235,7 +4314,6 @@ msgstr "策略 {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
#: src/admin/policies/expression/ExpressionPolicyForm.ts #: src/admin/policies/expression/ExpressionPolicyForm.ts
#: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts #: src/admin/policies/hibp/HaveIBeenPwnedPolicyForm.ts
#: src/admin/policies/password/PasswordPolicyForm.ts
#: src/admin/policies/reputation/ReputationPolicyForm.ts #: src/admin/policies/reputation/ReputationPolicyForm.ts
msgid "Policy-specific settings" msgid "Policy-specific settings"
msgstr "特定于策略的设置" msgstr "特定于策略的设置"
@ -4787,6 +4865,10 @@ msgstr "范围"
msgid "Score" msgid "Score"
msgstr "得分" msgstr "得分"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Score threshold"
msgstr ""
#: src/admin/providers/ldap/LDAPProviderViewPage.ts #: src/admin/providers/ldap/LDAPProviderViewPage.ts
msgid "Search base" msgid "Search base"
msgstr "搜索基础" msgstr "搜索基础"
@ -5280,6 +5362,10 @@ msgstr "静态令牌"
msgid "Static authenticator" msgid "Static authenticator"
msgstr "静态身份验证器" msgstr "静态身份验证器"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "Static rules"
msgstr ""
#: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts #: src/flow/stages/authenticator_validate/AuthenticatorValidateStageCode.ts
msgid "Static token" msgid "Static token"
msgstr "静态令牌" msgstr "静态令牌"
@ -5325,11 +5411,12 @@ msgid "Subject-alt name"
msgstr "替代名称" msgstr "替代名称"
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/system-tasks/SystemTaskListPage.ts #: src/admin/system-tasks/SystemTaskListPage.ts
msgid "Successful" msgid "Successful"
msgstr "成功" msgstr "成功"
#: src/elements/charts/AdminLoginsChart.ts #: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
#: src/elements/charts/UserChart.ts #: src/elements/charts/UserChart.ts
msgid "Successful Logins" msgid "Successful Logins"
msgstr "成功登入" msgstr "成功登入"
@ -5887,9 +5974,13 @@ msgid "The start for uidNumbers, this number is added to the user.Pk to make sur
msgstr "对于UIDNumbers来说这个数字被添加到User.pk中以确保对于POSIX用户来说这个数字不会太低。默认值为 2000以确保我们不会与本地用户 uidNumber 发生冲突" msgstr "对于UIDNumbers来说这个数字被添加到User.pk中以确保对于POSIX用户来说这个数字不会太低。默认值为 2000以确保我们不会与本地用户 uidNumber 发生冲突"
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user ID in Duo." msgid "The user ID in Duo, can be found in the URL after clicking on a user."
msgstr "" msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
#~ msgid "The user ID in Duo."
#~ msgstr ""
#: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts #: src/admin/stages/authenticator_duo/DuoDeviceImportForm.ts
msgid "The user in authentik this device will be assigned to." msgid "The user in authentik this device will be assigned to."
msgstr "" msgstr ""
@ -6611,14 +6702,17 @@ msgstr "用户状态"
msgid "User verification" msgid "User verification"
msgstr "用户验证" msgstr "用户验证"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification is preferred if available, but not required." msgid "User verification is preferred if available, but not required."
msgstr "如果可用,则首选用户验证,但不是必需的。" msgstr "如果可用,则首选用户验证,但不是必需的。"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification must occur." msgid "User verification must occur."
msgstr "必须进行用户验证。" msgstr "必须进行用户验证。"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
#: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts #: src/admin/stages/authenticator_webauthn/AuthenticateWebAuthnStageForm.ts
msgid "User verification should not occur." msgid "User verification should not occur."
msgstr "不应进行用户验证。" msgstr "不应进行用户验证。"
@ -6741,6 +6835,10 @@ msgstr "验证证书"
#~ msgid "Verification certificates" #~ msgid "Verification certificates"
#~ msgstr "验证证书" #~ msgstr "验证证书"
#: src/admin/outposts/ServiceConnectionKubernetesForm.ts
msgid "Verify Kubernetes API SSL Certificate"
msgstr ""
#~ msgid "Verify only" #~ msgid "Verify only"
#~ msgstr "" #~ msgstr ""
@ -6840,6 +6938,10 @@ msgstr "WebAuthn 身份验证器"
#~ msgid "WebAuthn Devices" #~ msgid "WebAuthn Devices"
#~ msgstr "WebAuthn 设备" #~ msgstr "WebAuthn 设备"
#: src/admin/stages/authenticator_validate/AuthenticatorValidateStageForm.ts
msgid "WebAuthn User verification"
msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Webhook (Slack/Discord)" msgid "Webhook (Slack/Discord)"
msgstr "WebhookSlack/Discord" msgstr "WebhookSlack/Discord"
@ -6967,6 +7069,7 @@ msgstr ""
#: src/admin/applications/ApplicationCheckAccessForm.ts #: src/admin/applications/ApplicationCheckAccessForm.ts
#: src/admin/blueprints/BlueprintListPage.ts #: src/admin/blueprints/BlueprintListPage.ts
#: src/admin/flows/FlowImportForm.ts
#: src/admin/groups/GroupListPage.ts #: src/admin/groups/GroupListPage.ts
#: src/admin/groups/MemberSelectModal.ts #: src/admin/groups/MemberSelectModal.ts
#: src/admin/groups/RelatedGroupList.ts #: src/admin/groups/RelatedGroupList.ts
@ -7062,6 +7165,10 @@ msgstr "以当前用户"
msgid "with inspector" msgid "with inspector"
msgstr "和检查员一起" msgstr "和检查员一起"
#: src/admin/policies/password/PasswordPolicyForm.ts
msgid "zxcvbn settings"
msgstr ""
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/elements/Expand.ts #: src/elements/Expand.ts
#: src/user/user-settings/details/stages/prompt/PromptStage.ts #: src/user/user-settings/details/stages/prompt/PromptStage.ts