web/admin: fix overflow in aggregate cards

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-01-11 14:12:02 +01:00
parent ddbd8153e2
commit 81e9f2d608
No known key found for this signature in database
13 changed files with 557 additions and 201 deletions

View File

@ -113,7 +113,7 @@ class InvalidStageError(SentryIgnoredException):
@method_decorator(xframe_options_sameorigin, name="dispatch") @method_decorator(xframe_options_sameorigin, name="dispatch")
class FlowExecutorView(APIView): class FlowExecutorView(APIView):
"""Stage 1 Flow executor, passing requests to Stage Views""" """Flow executor, passing requests to Stage Views"""
permission_classes = [AllowAny] permission_classes = [AllowAny]

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: 2023-01-10 22:35+0000\n" "POT-Creation-Date: 2023-01-11 13:08+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"
@ -69,11 +69,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:112 #: authentik/core/api/users.py:113
msgid "No leading or trailing slashes allowed." msgid "No leading or trailing slashes allowed."
msgstr "" msgstr ""
#: authentik/core/api/users.py:115 #: authentik/core/api/users.py:116
msgid "No empty segments in user path allowed." msgid "No empty segments in user path allowed."
msgstr "" msgstr ""
@ -284,89 +284,89 @@ msgstr ""
msgid "Certificate-Key Pairs" msgid "Certificate-Key Pairs"
msgstr "" msgstr ""
#: authentik/events/models.py:300 #: authentik/events/models.py:288
msgid "Event" msgid "Event"
msgstr "" msgstr ""
#: authentik/events/models.py:301 #: authentik/events/models.py:289
msgid "Events" msgid "Events"
msgstr "" msgstr ""
#: authentik/events/models.py:307 #: authentik/events/models.py:295
msgid "authentik inbuilt notifications" msgid "authentik inbuilt notifications"
msgstr "" msgstr ""
#: authentik/events/models.py:308 #: authentik/events/models.py:296
msgid "Generic Webhook" msgid "Generic Webhook"
msgstr "" msgstr ""
#: authentik/events/models.py:309 #: authentik/events/models.py:297
msgid "Slack Webhook (Slack/Discord)" msgid "Slack Webhook (Slack/Discord)"
msgstr "" msgstr ""
#: authentik/events/models.py:310 #: authentik/events/models.py:298
msgid "Email" msgid "Email"
msgstr "" msgstr ""
#: authentik/events/models.py:328 #: authentik/events/models.py:316
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:376
msgid "Severity" msgid "Severity"
msgstr "" msgstr ""
#: authentik/events/models.py:393 #: authentik/events/models.py:381
msgid "Dispatched for user" msgid "Dispatched for user"
msgstr "" msgstr ""
#: authentik/events/models.py:477 #: authentik/events/models.py:465
msgid "Notification Transport" msgid "Notification Transport"
msgstr "" msgstr ""
#: authentik/events/models.py:478 #: authentik/events/models.py:466
msgid "Notification Transports" msgid "Notification Transports"
msgstr "" msgstr ""
#: authentik/events/models.py:484 #: authentik/events/models.py:472
msgid "Notice" msgid "Notice"
msgstr "" msgstr ""
#: authentik/events/models.py:485 #: authentik/events/models.py:473
msgid "Warning" msgid "Warning"
msgstr "" msgstr ""
#: authentik/events/models.py:486 #: authentik/events/models.py:474
msgid "Alert" msgid "Alert"
msgstr "" msgstr ""
#: authentik/events/models.py:512 #: authentik/events/models.py:500
msgid "Notification" msgid "Notification"
msgstr "" msgstr ""
#: authentik/events/models.py:513 #: authentik/events/models.py:501
msgid "Notifications" msgid "Notifications"
msgstr "" msgstr ""
#: authentik/events/models.py:533 #: authentik/events/models.py:521
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:559 #: authentik/events/models.py:547
msgid "Notification Rule" msgid "Notification Rule"
msgstr "" msgstr ""
#: authentik/events/models.py:560 #: authentik/events/models.py:548
msgid "Notification Rules" msgid "Notification Rules"
msgstr "" msgstr ""
#: authentik/events/models.py:581 #: authentik/events/models.py:569
msgid "Webhook Mapping" msgid "Webhook Mapping"
msgstr "" msgstr ""
#: authentik/events/models.py:582 #: authentik/events/models.py:570
msgid "Webhook Mappings" msgid "Webhook Mappings"
msgstr "" msgstr ""

View File

@ -43,6 +43,12 @@ export class AggregateCard extends AKElement {
.pf-c-card__body { .pf-c-card__body {
overflow-x: scroll; overflow-x: scroll;
} }
.pf-c-card__header,
.pf-c-card__title,
.pf-c-card__body,
.pf-c-card__footer {
padding-bottom: 0;
}
`, `,
]); ]);
} }

View File

@ -250,8 +250,12 @@ msgid "Actions"
msgstr "Aktionen" msgstr "Aktionen"
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
msgstr "Aktionen der letzten 24 Stunden" #~ msgstr "Aktionen der letzten 24 Stunden"
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr ""
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
#: src/admin/users/UserListPage.ts #: src/admin/users/UserListPage.ts
@ -824,6 +828,10 @@ msgstr "Basierend auf dem UPN des Benutzers, funktioniert nur, wenn der Benutzer
msgid "Based on the username" msgid "Based on the username"
msgstr "Basierend auf dem Benutzernamen" msgstr "Basierend auf dem Benutzernamen"
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "Basic Auth" msgstr "Basic Auth"
@ -908,8 +916,8 @@ msgid "Browser"
msgstr "Browser" msgstr "Browser"
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "Build hash:" #~ msgstr "Build hash:"
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
#~ msgstr "Build hash: {0}" #~ msgstr "Build hash: {0}"
@ -1178,8 +1186,8 @@ msgid "Clear all"
msgstr "Alles löschen" msgstr "Alles löschen"
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "Hintergrundbild löschen" #~ msgstr "Hintergrundbild löschen"
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1189,6 +1197,7 @@ msgid "Clear cache"
msgstr "Cache löschen" msgstr "Cache löschen"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.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
@ -1675,7 +1684,6 @@ msgstr ""
msgid "Create group" msgid "Create group"
msgstr "Gruppe erstellen" msgstr "Gruppe erstellen"
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2388,14 +2396,15 @@ msgstr "Läuft ab am"
msgid "Expires?" msgid "Expires?"
msgstr "Läuft ab?" msgstr "Läuft ab?"
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "Ablaufend" msgstr "Ablaufend"
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "Läuft ab?" #~ msgstr "Läuft ab?"
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3504,12 +3513,20 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
#~ msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "" 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"
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr ""
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
msgid "Logins per day in the last month" msgid "Logins per day in the last month"
@ -4167,8 +4184,12 @@ msgid "On behalf of {0}"
msgstr "Im Namen von {0}" msgstr "Im Namen von {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "Die Richtlinie nur fehlschlagen, das Passwort des Benutzers nicht ungültig machen." msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr "Die Richtlinie nur fehlschlagen, das Passwort des Benutzers nicht ungültig machen."
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
@ -5211,8 +5232,12 @@ msgid "See more here:"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "Wählen Sie einen Anbieter aus, den diese Anwendung verwenden soll. Alternativ erstellen Sie einen neuen Anbieter." msgstr ""
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr "Wählen Sie einen Anbieter aus, den diese Anwendung verwenden soll. Alternativ erstellen Sie einen neuen Anbieter."
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
@ -7610,10 +7635,20 @@ msgstr "\"{0}\", sollte \"{1}\" sein"
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0}: {1}" msgstr "{0}: {1}"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr ""
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "vor {ago} Tagen" msgstr "vor {ago} Tagen"
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "vor {ago} Stunden" msgstr ""
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr "vor {ago} Stunden"

View File

@ -229,8 +229,12 @@ msgid "Actions"
msgstr "Actions" msgstr "Actions"
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
msgstr "Actions over the last 24 hours" #~ msgstr "Actions over the last 24 hours"
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr "Actions over the last week (per 8 hours)"
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
#: src/admin/users/UserListPage.ts #: src/admin/users/UserListPage.ts
@ -815,6 +819,10 @@ msgstr "Based on the User's UPN, only works if user has a 'upn' attribute set. U
msgid "Based on the username" msgid "Based on the username"
msgstr "Based on the username" msgstr "Based on the username"
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr "Based on {0}"
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "Basic Auth" msgstr "Basic Auth"
@ -899,8 +907,8 @@ msgid "Browser"
msgstr "Browser" msgstr "Browser"
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "Build hash:" #~ msgstr "Build hash:"
#: #:
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
@ -1174,8 +1182,8 @@ msgid "Clear all"
msgstr "Clear all" msgstr "Clear all"
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "Clear background image" #~ msgstr "Clear background image"
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1185,6 +1193,7 @@ msgid "Clear cache"
msgstr "Clear cache" msgstr "Clear cache"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.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
@ -1679,7 +1688,6 @@ msgstr "Create application"
msgid "Create group" msgid "Create group"
msgstr "Create group" msgstr "Create group"
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2423,14 +2431,15 @@ msgstr "Expires on"
msgid "Expires?" msgid "Expires?"
msgstr "Expires?" msgstr "Expires?"
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "Expiring" msgstr "Expiring"
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "Expiring?" #~ msgstr "Expiring?"
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3560,12 +3569,20 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
msgstr "Logins and authorizations over the last 24 hours" #~ msgstr "Logins and authorizations over the last 24 hours"
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "Logins and authorizations over the last week (per 8 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"
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr "Logins over the last week (per 8 hours)"
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
msgid "Logins per day in the last month" msgid "Logins per day in the last month"
@ -4233,8 +4250,12 @@ msgid "On behalf of {0}"
msgstr "On behalf of {0}" msgstr "On behalf of {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "Only fail the policy, don't invalidate user's password." msgstr "Only fail the policy, don't invalidate user's password"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr "Only fail the policy, don't invalidate user's password."
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
@ -5316,8 +5337,12 @@ msgid "See more here:"
msgstr "See more here:" msgstr "See more here:"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "Select a provider that this application should use. Alternatively, create a new provider." msgstr "Select a provider that this application should use."
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr "Select a provider that this application should use. Alternatively, create a new provider."
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
@ -7773,10 +7798,20 @@ msgstr "{0}, should be {1}"
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0}: {1}" msgstr "{0}: {1}"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr "{ago} day(s) ago"
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "{ago} days ago" msgstr "{ago} days ago"
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "{ago} hours ago" msgstr "{ago} hour(s) ago"
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr "{ago} hours ago"

View File

@ -234,8 +234,12 @@ msgid "Actions"
msgstr "Acciones" msgstr "Acciones"
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
msgstr "Acciones en las últimas 24 horas" #~ msgstr "Acciones en las últimas 24 horas"
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr ""
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
#: src/admin/users/UserListPage.ts #: src/admin/users/UserListPage.ts
@ -802,6 +806,10 @@ msgstr "Basado en el UPN del usuario, solo funciona si el usuario tiene un conju
msgid "Based on the username" msgid "Based on the username"
msgstr "Basado en el nombre de usuario" msgstr "Basado en el nombre de usuario"
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "Autenticación básica" msgstr "Autenticación básica"
@ -886,8 +894,8 @@ msgid "Browser"
msgstr "Navegador" msgstr "Navegador"
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "Compilar hash:" #~ msgstr "Compilar hash:"
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
#~ msgstr "Compilar hash: {0}" #~ msgstr "Compilar hash: {0}"
@ -1154,8 +1162,8 @@ msgid "Clear all"
msgstr "Limpiar todo" msgstr "Limpiar todo"
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "Limpiar imagen de fondo" #~ msgstr "Limpiar imagen de fondo"
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1165,6 +1173,7 @@ msgid "Clear cache"
msgstr "Limpiar caché" msgstr "Limpiar caché"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.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
@ -1651,7 +1660,6 @@ msgstr ""
msgid "Create group" msgid "Create group"
msgstr "Crear grupo" msgstr "Crear grupo"
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2364,14 +2372,15 @@ msgstr "Caduca el"
msgid "Expires?" msgid "Expires?"
msgstr "¿Caduca?" msgstr "¿Caduca?"
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "A punto de vencer" msgstr "A punto de vencer"
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "¿Caducando?" #~ msgstr "¿Caducando?"
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3480,12 +3489,20 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
#~ msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "" 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"
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr ""
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
msgid "Logins per day in the last month" msgid "Logins per day in the last month"
@ -4143,8 +4160,12 @@ msgid "On behalf of {0}"
msgstr "En nombre de {0}" msgstr "En nombre de {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "Solo hacer fallar la política, no invalidar la contraseña del usuario." msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr "Solo hacer fallar la política, no invalidar la contraseña del usuario."
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
@ -5187,8 +5208,12 @@ msgid "See more here:"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "Seleccione el proveedor que debe usar esta aplicación. También puede crear un nuevo proveedor." msgstr ""
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr "Seleccione el proveedor que debe usar esta aplicación. También puede crear un nuevo proveedor."
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
@ -7586,10 +7611,20 @@ msgstr "{0}, debe ser {1}"
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0}: {1}" msgstr "{0}: {1}"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr ""
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "{ago} días atrás" msgstr "{ago} días atrás"
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "{ago} horas atrás" msgstr ""
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr "{ago} horas atrás"

View File

@ -239,8 +239,12 @@ msgid "Actions"
msgstr "Actions" msgstr "Actions"
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
msgstr "Actions au cours des 24 dernières heures" #~ msgstr "Actions au cours des 24 dernières heures"
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr ""
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
#: src/admin/users/UserListPage.ts #: src/admin/users/UserListPage.ts
@ -807,6 +811,10 @@ msgstr "Basé sur l'UPN utilisateur, possible uniquement si l'utilisateur possè
msgid "Based on the username" msgid "Based on the username"
msgstr "Basé sur le nom d'utilisateur" msgstr "Basé sur le nom d'utilisateur"
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "" msgstr ""
@ -891,8 +899,8 @@ msgid "Browser"
msgstr "Navigateur" msgstr "Navigateur"
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "Hash de build :" #~ msgstr "Hash de build :"
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
#~ msgstr "Hash de build : {0}" #~ msgstr "Hash de build : {0}"
@ -1159,8 +1167,8 @@ msgid "Clear all"
msgstr "Tout vider" msgstr "Tout vider"
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "Supprimer l'image d'arrière-plan" #~ msgstr "Supprimer l'image d'arrière-plan"
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1170,6 +1178,7 @@ msgid "Clear cache"
msgstr "Vider le cach" msgstr "Vider le cach"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.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
@ -1656,7 +1665,6 @@ msgstr ""
msgid "Create group" msgid "Create group"
msgstr "Créer un groupe" msgstr "Créer un groupe"
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2367,14 +2375,15 @@ msgstr "Expire le"
msgid "Expires?" msgid "Expires?"
msgstr "Expire ?" msgstr "Expire ?"
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "Expiration" msgstr "Expiration"
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "Expiration ?" #~ msgstr "Expiration ?"
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3481,12 +3490,20 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
#~ msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "" 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"
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr ""
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
msgid "Logins per day in the last month" msgid "Logins per day in the last month"
@ -4144,8 +4161,12 @@ msgid "On behalf of {0}"
msgstr "De la part de {0}" msgstr "De la part de {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "Faire simplement échouer la politique sans invalider le mot de passe utilisateur." msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr "Faire simplement échouer la politique sans invalider le mot de passe utilisateur."
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
@ -5188,8 +5209,12 @@ msgid "See more here:"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "Sélectionnez un fournisseur que cette application devra utiliser. Sinon, créez un nouveau fournisseur." msgstr ""
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr "Sélectionnez un fournisseur que cette application devra utiliser. Sinon, créez un nouveau fournisseur."
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
@ -7575,10 +7600,20 @@ msgstr "{0}, devrait être {1}"
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0} : {1}" msgstr "{0} : {1}"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr ""
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "il y a {ago} jours" msgstr "il y a {ago} jours"
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "il y a {ago} heures" msgstr ""
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr "il y a {ago} heures"

View File

@ -234,8 +234,12 @@ msgid "Actions"
msgstr "Działania" msgstr "Działania"
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
msgstr "Działania w ciągu ostatnich 24 godzin" #~ msgstr "Działania w ciągu ostatnich 24 godzin"
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr ""
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
#: src/admin/users/UserListPage.ts #: src/admin/users/UserListPage.ts
@ -806,6 +810,10 @@ msgstr "Na podstawie UPN użytkownika działa tylko wtedy, gdy użytkownik ma us
msgid "Based on the username" msgid "Based on the username"
msgstr "Na podstawie nazwy użytkownika" msgstr "Na podstawie nazwy użytkownika"
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "Basic Auth" msgstr "Basic Auth"
@ -890,8 +898,8 @@ msgid "Browser"
msgstr "Przeglądarka" msgstr "Przeglądarka"
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "Hash kompilacji:" #~ msgstr "Hash kompilacji:"
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
#~ msgstr "Hash kompilacji: {0}" #~ msgstr "Hash kompilacji: {0}"
@ -1160,8 +1168,8 @@ msgid "Clear all"
msgstr "Wyczyść wszystko" msgstr "Wyczyść wszystko"
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "Wyczyść obraz tła" #~ msgstr "Wyczyść obraz tła"
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1171,6 +1179,7 @@ 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/flows/FlowForm.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
@ -1657,7 +1666,6 @@ msgstr ""
msgid "Create group" msgid "Create group"
msgstr "Utwórz grupę" msgstr "Utwórz grupę"
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2370,14 +2378,15 @@ msgstr "Wygasa dnia"
msgid "Expires?" msgid "Expires?"
msgstr "Wygasa?" msgstr "Wygasa?"
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "Wygasa" msgstr "Wygasa"
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "Wygasa?" #~ msgstr "Wygasa?"
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3488,12 +3497,20 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
#~ msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "" 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"
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr ""
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
msgid "Logins per day in the last month" msgid "Logins per day in the last month"
@ -4151,8 +4168,12 @@ msgid "On behalf of {0}"
msgstr "W imieniu {0}" msgstr "W imieniu {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "Tylko nie spełniaj zasad, nie unieważniaj hasła użytkownika." msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr "Tylko nie spełniaj zasad, nie unieważniaj hasła użytkownika."
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
@ -5197,8 +5218,12 @@ msgid "See more here:"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "Wybierz dostawcę, z którego ma korzystać ta aplikacja. Alternatywnie utwórz nowego dostawcę." msgstr ""
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr "Wybierz dostawcę, z którego ma korzystać ta aplikacja. Alternatywnie utwórz nowego dostawcę."
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
@ -7598,10 +7623,20 @@ msgstr "{0}, powinno być {1}"
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0}: {1}" msgstr "{0}: {1}"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr ""
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "{ago} dni temu" msgstr "{ago} dni temu"
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "{ago} godzin temu" msgstr ""
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr "{ago} godzin temu"

View File

@ -229,7 +229,11 @@ msgid "Actions"
msgstr "" msgstr ""
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
#~ msgstr ""
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr "" msgstr ""
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
@ -807,6 +811,10 @@ msgstr ""
msgid "Based on the username" msgid "Based on the username"
msgstr "" msgstr ""
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "" msgstr ""
@ -891,8 +899,8 @@ msgid "Browser"
msgstr "" msgstr ""
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "" #~ msgstr ""
#: #:
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
@ -1162,8 +1170,8 @@ msgid "Clear all"
msgstr "" msgstr ""
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "" #~ msgstr ""
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1173,6 +1181,7 @@ msgid "Clear cache"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.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
@ -1667,7 +1676,6 @@ msgstr ""
msgid "Create group" msgid "Create group"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2409,14 +2417,15 @@ msgstr ""
msgid "Expires?" msgid "Expires?"
msgstr "" msgstr ""
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "" msgstr ""
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "" #~ msgstr ""
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3542,11 +3551,19 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
#~ msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "" 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 ""
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr "" msgstr ""
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
@ -4215,9 +4232,13 @@ msgid "On behalf of {0}"
msgstr "" msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "" msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr ""
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
msgstr "" msgstr ""
@ -5296,9 +5317,13 @@ msgid "See more here:"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr ""
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
msgstr "" msgstr ""
@ -7737,10 +7762,20 @@ msgstr ""
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "" msgstr ""
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr ""
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "" msgstr ""
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "" msgstr ""
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr ""

View File

@ -234,8 +234,12 @@ msgid "Actions"
msgstr "Eylemler" msgstr "Eylemler"
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
msgstr "Son 24 saat içinde yapılan eylemler" #~ msgstr "Son 24 saat içinde yapılan eylemler"
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr ""
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
#: src/admin/users/UserListPage.ts #: src/admin/users/UserListPage.ts
@ -802,6 +806,10 @@ msgstr "Kullanıcının UPN'sine göre, yalnızca kullanıcı 'upn' özniteliği
msgid "Based on the username" msgid "Based on the username"
msgstr "Kullanıcı adına göre" msgstr "Kullanıcı adına göre"
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "Temel Auth" msgstr "Temel Auth"
@ -886,8 +894,8 @@ msgid "Browser"
msgstr "Tarayıcı" msgstr "Tarayıcı"
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "Derleme karması:" #~ msgstr "Derleme karması:"
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
#~ msgstr "Yapı karması: {0}" #~ msgstr "Yapı karması: {0}"
@ -1154,8 +1162,8 @@ msgid "Clear all"
msgstr "Hepsini temizle" msgstr "Hepsini temizle"
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "Arka plan resmi temizle" #~ msgstr "Arka plan resmi temizle"
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1165,6 +1173,7 @@ msgid "Clear cache"
msgstr "Önbelleği temizle" msgstr "Önbelleği temizle"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.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
@ -1651,7 +1660,6 @@ msgstr ""
msgid "Create group" msgid "Create group"
msgstr "Grup oluştur" msgstr "Grup oluştur"
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2364,14 +2372,15 @@ msgstr "Geçerlilik süresi"
msgid "Expires?" msgid "Expires?"
msgstr "Son kullanma tarihi mi?" msgstr "Son kullanma tarihi mi?"
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "Süresi Doluyor" msgstr "Süresi Doluyor"
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "Süresi mi?" #~ msgstr "Süresi mi?"
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3480,12 +3489,20 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
#~ msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "" 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"
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr ""
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
msgid "Logins per day in the last month" msgid "Logins per day in the last month"
@ -4143,8 +4160,12 @@ msgid "On behalf of {0}"
msgstr "{0} adına" msgstr "{0} adına"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "Yalnızca ilkeyi başarısız say, kullanıcının parolasını geçersiz kılma." msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr "Yalnızca ilkeyi başarısız say, kullanıcının parolasını geçersiz kılma."
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
@ -5187,8 +5208,12 @@ msgid "See more here:"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "Bu uygulamanın kullanması gereken bir sağlayıcı seçin. Alternatif olarak, yeni bir sağlayıcı oluşturun." msgstr ""
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr "Bu uygulamanın kullanması gereken bir sağlayıcı seçin. Alternatif olarak, yeni bir sağlayıcı oluşturun."
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
@ -7586,10 +7611,20 @@ msgstr "{0}, {1} olmalıdır"
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0}: {1}" msgstr "{0}: {1}"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr ""
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "{ago} gün önce" msgstr "{ago} gün önce"
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "{ago} saat önce" msgstr ""
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr "{ago} saat önce"

View File

@ -236,8 +236,12 @@ msgid "Actions"
msgstr "操作" msgstr "操作"
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
msgstr "过去 24 小时内的操作" #~ msgstr "过去 24 小时内的操作"
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr ""
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
#: src/admin/users/UserListPage.ts #: src/admin/users/UserListPage.ts
@ -808,6 +812,10 @@ msgstr "基于用户的 UPN仅当用户设置了 'upn' 属性时才有效。
msgid "Based on the username" msgid "Based on the username"
msgstr "基于用户名" msgstr "基于用户名"
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "基本身份验证" msgstr "基本身份验证"
@ -892,8 +900,8 @@ msgid "Browser"
msgstr "浏览器" msgstr "浏览器"
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "构建哈希:" #~ msgstr "构建哈希:"
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
#~ msgstr "构建哈希:{0}" #~ msgstr "构建哈希:{0}"
@ -1162,8 +1170,8 @@ msgid "Clear all"
msgstr "全部清除" msgstr "全部清除"
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "清除背景图片" #~ msgstr "清除背景图片"
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1173,6 +1181,7 @@ msgid "Clear cache"
msgstr "清除缓存" msgstr "清除缓存"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.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
@ -1659,7 +1668,6 @@ msgstr ""
msgid "Create group" msgid "Create group"
msgstr "创建组" msgstr "创建组"
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2372,14 +2380,15 @@ msgstr "过期时间"
msgid "Expires?" msgid "Expires?"
msgstr "过期?" msgstr "过期?"
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "即将过期" msgstr "即将过期"
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "即将过期?" #~ msgstr "即将过期?"
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3488,12 +3497,20 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
#~ msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "" 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 小时内的登录次数"
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr ""
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
msgid "Logins per day in the last month" msgid "Logins per day in the last month"
@ -4151,8 +4168,12 @@ msgid "On behalf of {0}"
msgstr "代表 {0}" msgstr "代表 {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "仅使策略失败,不使用户的密码失效。" msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr "仅使策略失败,不使用户的密码失效。"
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
@ -5195,8 +5216,12 @@ msgid "See more here:"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "选择此应用程序应使用的提供程序。或者创建一个新的提供程序。" msgstr ""
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr "选择此应用程序应使用的提供程序。或者创建一个新的提供程序。"
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
@ -7596,10 +7621,20 @@ msgstr "{0},应该是 {1}"
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0}{1}" msgstr "{0}{1}"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr ""
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "{ago} 天前" msgstr "{ago} 天前"
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "{ago} 小时前" msgstr ""
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr "{ago} 小时前"

View File

@ -236,8 +236,12 @@ msgid "Actions"
msgstr "操作" msgstr "操作"
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
msgstr "过去 24 小时内的操作" #~ msgstr "过去 24 小时内的操作"
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr ""
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
#: src/admin/users/UserListPage.ts #: src/admin/users/UserListPage.ts
@ -808,6 +812,10 @@ msgstr "根据用户的UPN仅当用户设置了 “upn” 属性时才有效
msgid "Based on the username" msgid "Based on the username"
msgstr "基于用户名" msgstr "基于用户名"
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "基本身份验证" msgstr "基本身份验证"
@ -892,8 +900,8 @@ msgid "Browser"
msgstr "浏览器" msgstr "浏览器"
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "Build hash:" #~ msgstr "Build hash:"
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
#~ msgstr "Build hash: {0}" #~ msgstr "Build hash: {0}"
@ -1162,8 +1170,8 @@ msgid "Clear all"
msgstr "全部清除" msgstr "全部清除"
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "删除背景图片" #~ msgstr "删除背景图片"
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1173,6 +1181,7 @@ msgid "Clear cache"
msgstr "清除缓存" msgstr "清除缓存"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.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
@ -1659,7 +1668,6 @@ msgstr ""
msgid "Create group" msgid "Create group"
msgstr "创建组" msgstr "创建组"
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2372,14 +2380,15 @@ msgstr "过期时间"
msgid "Expires?" msgid "Expires?"
msgstr "过期?" msgstr "过期?"
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "即将到期" msgstr "即将到期"
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "即将到期?" #~ msgstr "即将到期?"
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3488,12 +3497,20 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
#~ msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "" 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 小时内的登入次数"
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr ""
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
msgid "Logins per day in the last month" msgid "Logins per day in the last month"
@ -4151,8 +4168,12 @@ msgid "On behalf of {0}"
msgstr "代表 {0}" msgstr "代表 {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "只能使策略失效,不要使用户的密码失效。" msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr "只能使策略失效,不要使用户的密码失效。"
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
@ -5195,8 +5216,12 @@ msgid "See more here:"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "选择此应用程序应使用的提供程序。或者,创建一个新的提供商。" msgstr ""
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr "选择此应用程序应使用的提供程序。或者,创建一个新的提供商。"
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
@ -7596,10 +7621,20 @@ msgstr "{0},应该是 {1}"
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0}: {1}" msgstr "{0}: {1}"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr ""
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "{ago} 天前" msgstr "{ago} 天前"
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "{ago} 小时前" msgstr ""
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr "{ago} 小时前"

View File

@ -236,8 +236,12 @@ msgid "Actions"
msgstr "操作" msgstr "操作"
#: src/admin/users/UserViewPage.ts #: src/admin/users/UserViewPage.ts
msgid "Actions over the last 24 hours" #~ msgid "Actions over the last 24 hours"
msgstr "过去 24 小时内的操作" #~ msgstr "过去 24 小时内的操作"
#: src/admin/users/UserViewPage.ts
msgid "Actions over the last week (per 8 hours)"
msgstr ""
#: src/admin/users/RelatedUserList.ts #: src/admin/users/RelatedUserList.ts
#: src/admin/users/UserListPage.ts #: src/admin/users/UserListPage.ts
@ -808,6 +812,10 @@ msgstr "根据用户的UPN仅当用户设置了 “upn” 属性时才有效
msgid "Based on the username" msgid "Based on the username"
msgstr "基于用户名" msgstr "基于用户名"
#: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Based on {0}"
msgstr ""
#: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts #: src/admin/stages/authenticator_sms/AuthenticatorSMSStageForm.ts
msgid "Basic Auth" msgid "Basic Auth"
msgstr "基本身份验证" msgstr "基本身份验证"
@ -892,8 +900,8 @@ msgid "Browser"
msgstr "浏览器" msgstr "浏览器"
#: src/admin/admin-overview/cards/VersionStatusCard.ts #: src/admin/admin-overview/cards/VersionStatusCard.ts
msgid "Build hash:" #~ msgid "Build hash:"
msgstr "Build hash:" #~ msgstr "Build hash:"
#~ msgid "Build hash: {0}" #~ msgid "Build hash: {0}"
#~ msgstr "Build hash: {0}" #~ msgstr "Build hash: {0}"
@ -1162,8 +1170,8 @@ msgid "Clear all"
msgstr "全部清除" msgstr "全部清除"
#: src/admin/flows/FlowForm.ts #: src/admin/flows/FlowForm.ts
msgid "Clear background image" #~ msgid "Clear background image"
msgstr "删除背景图片" #~ msgstr "删除背景图片"
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
#: src/admin/flows/FlowListPage.ts #: src/admin/flows/FlowListPage.ts
@ -1173,6 +1181,7 @@ msgid "Clear cache"
msgstr "清除缓存" msgstr "清除缓存"
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
#: src/admin/flows/FlowForm.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
@ -1659,7 +1668,6 @@ msgstr ""
msgid "Create group" msgid "Create group"
msgstr "创建组" msgstr "创建组"
#: src/admin/applications/ApplicationForm.ts
#: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts #: src/admin/applications/wizard/ldap/TypeLDAPApplicationWizardPage.ts
#: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts #: src/admin/applications/wizard/oauth/TypeOAuthCodeApplicationWizardPage.ts
#: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts #: src/admin/applications/wizard/proxy/TypeProxyApplicationWizardPage.ts
@ -2372,14 +2380,15 @@ msgstr "过期时间"
msgid "Expires?" msgid "Expires?"
msgstr "过期?" msgstr "过期?"
#: src/admin/tokens/TokenForm.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
#: src/user/user-settings/tokens/UserTokenList.ts #: src/user/user-settings/tokens/UserTokenList.ts
msgid "Expiring" msgid "Expiring"
msgstr "即将到期" msgstr "即将到期"
#: src/admin/tokens/TokenForm.ts #: src/admin/tokens/TokenForm.ts
msgid "Expiring?" #~ msgid "Expiring?"
msgstr "即将到期?" #~ msgstr "即将到期?"
#: src/admin/crypto/CertificateKeyPairListPage.ts #: src/admin/crypto/CertificateKeyPairListPage.ts
#: src/admin/stages/invitation/InvitationListPage.ts #: src/admin/stages/invitation/InvitationListPage.ts
@ -3488,12 +3497,20 @@ 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" #~ msgid "Logins and authorizations over the last 24 hours"
#~ msgstr ""
#: src/admin/admin-overview/AdminOverviewPage.ts
msgid "Logins and authorizations over the last week (per 8 hours)"
msgstr "" 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 小时内的登入次数"
#: src/admin/applications/ApplicationViewPage.ts
msgid "Logins over the last week (per 8 hours)"
msgstr ""
#: src/admin/admin-overview/DashboardUserPage.ts #: src/admin/admin-overview/DashboardUserPage.ts
msgid "Logins per day in the last month" msgid "Logins per day in the last month"
@ -4151,8 +4168,12 @@ msgid "On behalf of {0}"
msgstr "代表 {0}" msgstr "代表 {0}"
#: src/admin/policies/expiry/ExpiryPolicyForm.ts #: src/admin/policies/expiry/ExpiryPolicyForm.ts
msgid "Only fail the policy, don't invalidate user's password." msgid "Only fail the policy, don't invalidate user's password"
msgstr "只能使策略失效,不要使用户的密码失效。" msgstr ""
#: src/admin/policies/expiry/ExpiryPolicyForm.ts
#~ msgid "Only fail the policy, don't invalidate user's password."
#~ msgstr "只能使策略失效,不要使用户的密码失效。"
#: src/admin/events/TransportForm.ts #: src/admin/events/TransportForm.ts
msgid "Only send notification once, for example when sending a webhook into a chat channel." msgid "Only send notification once, for example when sending a webhook into a chat channel."
@ -5195,8 +5216,12 @@ msgid "See more here:"
msgstr "" msgstr ""
#: src/admin/applications/ApplicationForm.ts #: src/admin/applications/ApplicationForm.ts
msgid "Select a provider that this application should use. Alternatively, create a new provider." msgid "Select a provider that this application should use."
msgstr "选择此应用程序应使用的提供程序。或者,创建一个新的提供商。" msgstr ""
#: src/admin/applications/ApplicationForm.ts
#~ msgid "Select a provider that this application should use. Alternatively, create a new provider."
#~ msgstr "选择此应用程序应使用的提供程序。或者,创建一个新的提供商。"
#: src/elements/table/Table.ts #: src/elements/table/Table.ts
msgid "Select all rows" msgid "Select all rows"
@ -7596,10 +7621,20 @@ msgstr "{0},应该是 {1}"
msgid "{0}: {1}" msgid "{0}: {1}"
msgstr "{0}: {1}" msgstr "{0}: {1}"
#: src/admin/admin-overview/charts/AdminLoginAuthorizeChart.ts
msgid "{ago} day(s) ago"
msgstr ""
#: src/admin/admin-overview/charts/AdminModelPerDay.ts #: src/admin/admin-overview/charts/AdminModelPerDay.ts
#: src/admin/applications/ApplicationAuthorizeChart.ts
#: src/admin/users/UserChart.ts
msgid "{ago} days ago" msgid "{ago} days ago"
msgstr "{ago} 天前" msgstr "{ago} 天前"
#: src/elements/charts/Chart.ts #: src/elements/charts/Chart.ts
msgid "{ago} hours ago" msgid "{ago} hour(s) ago"
msgstr "{ago} 小时前" msgstr ""
#: src/elements/charts/Chart.ts
#~ msgid "{ago} hours ago"
#~ msgstr "{ago} 小时前"