diff --git a/web/src/elements/Page.ts b/web/src/elements/Page.ts index 2c5d4895c..3777a00e7 100644 --- a/web/src/elements/Page.ts +++ b/web/src/elements/Page.ts @@ -14,7 +14,7 @@ export abstract class Page extends LitElement { return html`

- +   ${t`${this.pageTitle()}`}

${description ? html`

${t`${description}`}

` : html``} diff --git a/web/src/elements/cards/AggregateCard.ts b/web/src/elements/cards/AggregateCard.ts index b1b7e7b8b..6f95a68e3 100644 --- a/web/src/elements/cards/AggregateCard.ts +++ b/web/src/elements/cards/AggregateCard.ts @@ -46,7 +46,7 @@ export class AggregateCard extends LitElement { return html`
- ${this.header ? this.header : ""} +  ${this.header ? this.header : ""}
${this.renderHeaderLink()}
diff --git a/web/src/elements/cards/AggregatePromiseCard.ts b/web/src/elements/cards/AggregatePromiseCard.ts index 94525ba06..bf2bf0eaf 100644 --- a/web/src/elements/cards/AggregatePromiseCard.ts +++ b/web/src/elements/cards/AggregatePromiseCard.ts @@ -14,7 +14,7 @@ export class AggregatePromiseCard extends AggregateCard { return new Promise(() => html``); } return this.promise.then(s => { - return html` ${s.toString()}`; + return html` ${s.toString()}`; }); } diff --git a/web/src/elements/table/Table.ts b/web/src/elements/table/Table.ts index 7d317a0e7..06d32bf99 100644 --- a/web/src/elements/table/Table.ts +++ b/web/src/elements/table/Table.ts @@ -199,7 +199,7 @@ export abstract class Table extends LitElement { this.expandedRows[idx] = !this.expandedRows[idx]; this.requestUpdate(); }}> -
+
  
` : html``} ${this.row(item).map((col) => { diff --git a/web/src/locales/en.po b/web/src/locales/en.po index 5cc073088..1a432519d 100644 --- a/web/src/locales/en.po +++ b/web/src/locales/en.po @@ -6,6 +6,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: en\n" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Plural-Forms: \n" #: src/pages/policies/BoundPoliciesList.ts:54 msgid "-" @@ -211,8 +217,8 @@ msgid "Assertions is empty" msgstr "Assertions is empty" #: src/pages/providers/ProviderListPage.ts:65 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:91 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:82 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:92 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:83 #: src/pages/providers/saml/SAMLProviderViewPage.ts:85 msgid "Assigned to application" msgstr "Assigned to application" @@ -244,7 +250,7 @@ msgstr "Audience" msgid "Authentication" msgstr "Authentication" -#: src/pages/sources/oauth/OAuthSourceForm.ts:166 +#: src/pages/sources/oauth/OAuthSourceForm.ts:165 #: src/pages/sources/saml/SAMLSourceForm.ts:245 msgid "Authentication flow" msgstr "Authentication flow" @@ -274,7 +280,7 @@ msgstr "Authorization URL" msgid "Authorization flow" msgstr "Authorization flow" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:178 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:179 msgid "Authorize URL" msgstr "Authorize URL" @@ -316,7 +322,7 @@ msgstr "Based on the User's UPN, only works if user has a 'upn' attribute set. U msgid "Based on the username" msgstr "Based on the username" -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:108 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:109 msgid "Basic-Auth" msgstr "Basic-Auth" @@ -390,6 +396,10 @@ msgstr "Certificate Fingerprint" msgid "Certificate Subjet" msgstr "Certificate Subjet" +#: src/pages/providers/saml/SAMLProviderForm.ts:135 +msgid "Certificate used to sign outgoing Responses going to the Service Provider." +msgstr "Certificate used to sign outgoing Responses going to the Service Provider." + #: src/pages/crypto/CertificateKeyPairListPage.ts:79 msgid "Certificate-Key Pair" msgstr "Certificate-Key Pair" @@ -416,8 +426,8 @@ msgstr "Change your password" #: src/pages/applications/ApplicationViewPage.ts:122 #: src/pages/flows/FlowViewPage.ts:113 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:146 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:145 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:147 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:146 #: src/pages/providers/saml/SAMLProviderViewPage.ts:140 #: src/pages/sources/ldap/LDAPSourceViewPage.ts:124 #: src/pages/sources/oauth/OAuthSourceViewPage.ts:142 @@ -464,7 +474,7 @@ msgid "Click to copy token" msgstr "Click to copy token" #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:107 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:109 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:110 msgid "Client ID" msgstr "Client ID" @@ -479,7 +489,7 @@ msgid "Client Secret" msgstr "Client Secret" #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:85 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:101 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:102 msgid "Client type" msgstr "Client type" @@ -504,7 +514,7 @@ msgstr "Confidential" msgid "Confidential clients are capable of maintaining the confidentiality of their credentials. Public clients are incapable." msgstr "Confidential clients are capable of maintaining the confidentiality of their credentials. Public clients are incapable." -#: src/pages/outposts/OutpostForm.ts:104 +#: src/pages/outposts/OutpostForm.ts:106 msgid "Configuration" msgstr "Configuration" @@ -840,7 +850,7 @@ msgstr "Delete {0}" msgid "Deny the user access" msgstr "Deny the user access" -#: src/pages/applications/ApplicationForm.ts:126 +#: src/pages/applications/ApplicationForm.ts:131 #: src/pages/property-mappings/PropertyMappingScopeForm.ts:65 #: src/pages/system-tasks/SystemTaskListPage.ts:54 #: src/pages/user-settings/tokens/UserTokenForm.ts:50 @@ -932,8 +942,8 @@ msgstr "Each provider has a different issuer, based on the application slug." #: src/pages/policies/PolicyListPage.ts:90 #: src/pages/property-mappings/PropertyMappingListPage.ts:79 #: src/pages/providers/ProviderListPage.ts:86 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:138 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:137 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:139 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:138 #: src/pages/providers/saml/SAMLProviderViewPage.ts:132 #: src/pages/sources/SourcesListPage.ts:79 #: src/pages/sources/ldap/LDAPSourceViewPage.ts:116 @@ -1021,7 +1031,7 @@ msgstr "Enabled" msgid "Enrollment" msgstr "Enrollment" -#: src/pages/sources/oauth/OAuthSourceForm.ts:187 +#: src/pages/sources/oauth/OAuthSourceForm.ts:186 #: src/pages/sources/saml/SAMLSourceForm.ts:266 #: src/pages/stages/identification/IdentificationStageForm.ts:104 msgid "Enrollment flow" @@ -1159,7 +1169,7 @@ msgstr "Expression using Python." msgid "External Applications which use authentik as Identity-Provider, utilizing protocols like OAuth2 and SAML." msgstr "External Applications which use authentik as Identity-Provider, utilizing protocols like OAuth2 and SAML." -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:100 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:101 msgid "External Host" msgstr "External Host" @@ -1233,17 +1243,17 @@ msgstr "Flow" msgid "Flow Overview" msgstr "Flow Overview" -#: src/pages/sources/oauth/OAuthSourceForm.ts:162 +#: src/pages/sources/oauth/OAuthSourceForm.ts:161 #: src/pages/sources/saml/SAMLSourceForm.ts:220 msgid "Flow settings" msgstr "Flow settings" -#: src/pages/sources/oauth/OAuthSourceForm.ts:184 +#: src/pages/sources/oauth/OAuthSourceForm.ts:183 #: src/pages/sources/saml/SAMLSourceForm.ts:263 msgid "Flow to use when authenticating existing users." msgstr "Flow to use when authenticating existing users." -#: src/pages/sources/oauth/OAuthSourceForm.ts:205 +#: src/pages/sources/oauth/OAuthSourceForm.ts:204 #: src/pages/sources/saml/SAMLSourceForm.ts:284 msgid "Flow to use when enrolling new users." msgstr "Flow to use when enrolling new users." @@ -1374,7 +1384,7 @@ msgstr "Hide managed mappings" #: src/pages/events/RuleForm.ts:93 #: src/pages/groups/GroupForm.ts:93 -#: src/pages/outposts/OutpostForm.ts:96 +#: src/pages/outposts/OutpostForm.ts:98 #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:169 #: src/pages/providers/saml/SAMLProviderForm.ts:171 #: src/pages/sources/ldap/LDAPSourceForm.ts:165 @@ -1395,7 +1405,7 @@ msgstr "How many attempts a user has before the flow is canceled. To lock the us msgid "ID" msgstr "ID" -#: src/pages/applications/ApplicationForm.ts:121 +#: src/pages/applications/ApplicationForm.ts:126 msgid "Icon" msgstr "Icon" @@ -1416,7 +1426,7 @@ msgstr "Identity & Cryptography" msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration." msgstr "If enabled, use the local connection. Required Docker socket/Kubernetes Integration." -#: src/pages/applications/ApplicationForm.ts:118 +#: src/pages/applications/ApplicationForm.ts:123 msgid "If left empty, authentik will try to extract the launch URL based on the selected provider." msgstr "If left empty, authentik will try to extract the launch URL based on the selected provider." @@ -1457,7 +1467,7 @@ msgstr "Include User claims from scopes in the id_token, for applications that d msgid "Include claims in id_token" msgstr "Include claims in id_token" -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:92 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:93 msgid "Internal Host" msgstr "Internal Host" @@ -1510,10 +1520,9 @@ msgid "Key used to sign the tokens. Only required when JWT Algorithm is set to R msgstr "Key used to sign the tokens. Only required when JWT Algorithm is set to RS256." #: src/pages/providers/saml/SAMLProviderForm.ts:135 -msgid "Keypair used to sign outgoing Responses going to the Service Provider." -msgstr "Keypair used to sign outgoing Responses going to the Service Provider." +#~ msgid "Keypair used to sign outgoing Responses going to the Service Provider." +#~ msgstr "Keypair used to sign outgoing Responses going to the Service Provider." -#: src/pages/sources/oauth/OAuthSourceForm.ts:155 #: src/pages/sources/saml/SAMLSourceForm.ts:128 msgid "Keypair which is used to sign outgoing requests. Leave empty to disable signing." msgstr "Keypair which is used to sign outgoing requests. Leave empty to disable signing." @@ -1552,7 +1561,7 @@ msgstr "Last seen: {0}" msgid "Last sync: {0}" msgstr "Last sync: {0}" -#: src/pages/applications/ApplicationForm.ts:115 +#: src/pages/applications/ApplicationForm.ts:120 msgid "Launch URL" msgstr "Launch URL" @@ -1591,8 +1600,8 @@ msgstr "Loading" #: src/pages/flows/StageBindingForm.ts:106 #: src/pages/groups/GroupForm.ts:73 #: src/pages/groups/GroupForm.ts:91 -#: src/pages/outposts/OutpostForm.ts:72 -#: src/pages/outposts/OutpostForm.ts:94 +#: src/pages/outposts/OutpostForm.ts:74 +#: src/pages/outposts/OutpostForm.ts:96 #: src/pages/outposts/ServiceConnectionDockerForm.ts:87 #: src/pages/outposts/ServiceConnectionDockerForm.ts:104 #: src/pages/policies/PolicyBindingForm.ts:95 @@ -1616,8 +1625,8 @@ msgstr "Loading" #: src/pages/sources/ldap/LDAPSourceForm.ts:162 #: src/pages/sources/ldap/LDAPSourceForm.ts:188 #: src/pages/sources/oauth/OAuthSourceForm.ts:153 -#: src/pages/sources/oauth/OAuthSourceForm.ts:182 -#: src/pages/sources/oauth/OAuthSourceForm.ts:203 +#: src/pages/sources/oauth/OAuthSourceForm.ts:181 +#: src/pages/sources/oauth/OAuthSourceForm.ts:202 #: src/pages/sources/saml/SAMLSourceForm.ts:126 #: src/pages/sources/saml/SAMLSourceForm.ts:240 #: src/pages/sources/saml/SAMLSourceForm.ts:261 @@ -1653,7 +1662,7 @@ msgstr "Logins" msgid "Logins over the last 24 hours" msgstr "Logins over the last 24 hours" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:196 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:197 msgid "Logout URL" msgstr "Logout URL" @@ -1692,7 +1701,7 @@ msgstr "Members" msgid "Messages" msgstr "Messages" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:157 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:158 #: src/pages/providers/saml/SAMLProviderImportForm.ts:61 #: src/pages/providers/saml/SAMLProviderViewPage.ts:152 #: src/pages/sources/saml/SAMLSourceViewPage.ts:140 @@ -1762,9 +1771,9 @@ msgstr "Monitor" #: src/pages/property-mappings/PropertyMappingScopeForm.ts:52 #: src/pages/providers/ProviderListPage.ts:52 #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:56 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:83 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:84 #: src/pages/providers/proxy/ProxyProviderForm.ts:74 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:74 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:75 #: src/pages/providers/saml/SAMLProviderForm.ts:53 #: src/pages/providers/saml/SAMLProviderImportForm.ts:38 #: src/pages/providers/saml/SAMLProviderViewPage.ts:77 @@ -1826,7 +1835,7 @@ msgstr "New version available!" #: src/pages/outposts/ServiceConnectionListPage.ts:63 #: src/pages/policies/BoundPoliciesList.ts:117 #: src/pages/policies/PolicyTestForm.ts:38 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:118 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:119 #: src/pages/tokens/TokenListPage.ts:56 #: src/pages/user-settings/tokens/UserTokenList.ts:83 #: src/pages/users/UserListPage.ts:62 @@ -1948,7 +1957,7 @@ msgstr "Number" msgid "OAuth Authorization Codes" msgstr "OAuth Authorization Codes" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:45 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:46 msgid "OAuth Provider {0}" msgstr "OAuth Provider {0}" @@ -1994,11 +2003,11 @@ msgstr "Only fail the policy, don't set user's password." msgid "Only send notification once, for example when sending a webhook into a chat channel." msgstr "Only send notification once, for example when sending a webhook into a chat channel." -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:171 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:172 msgid "OpenID Configuration Issuer" msgstr "OpenID Configuration Issuer" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:165 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:166 msgid "OpenID Configuration URL" msgstr "OpenID Configuration URL" @@ -2070,8 +2079,8 @@ msgstr "Outposts are deployments of authentik components to support different en #: src/interfaces/AdminInterface.ts:17 #: src/pages/applications/ApplicationViewPage.ts:68 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:75 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:66 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:76 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:67 #: src/pages/providers/saml/SAMLProviderViewPage.ts:69 #: src/pages/sources/ldap/LDAPSourceViewPage.ts:67 #: src/pages/sources/oauth/OAuthSourceViewPage.ts:65 @@ -2277,7 +2286,7 @@ msgstr "Provider type" #: src/interfaces/AdminInterface.ts:20 #: src/pages/admin-overview/AdminOverviewPage.ts:42 -#: src/pages/outposts/OutpostForm.ts:80 +#: src/pages/outposts/OutpostForm.ts:82 #: src/pages/outposts/OutpostListPage.ts:50 msgid "Providers" msgstr "Providers" @@ -2286,7 +2295,7 @@ msgstr "Providers" msgid "Proxy" msgstr "Proxy" -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:42 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:43 msgid "Proxy Provider {0}" msgstr "Proxy Provider {0}" @@ -2302,7 +2311,7 @@ msgstr "Public Key" msgid "Public key, acquired from https://www.google.com/recaptcha/intro/v3.html." msgstr "Public key, acquired from https://www.google.com/recaptcha/intro/v3.html." -#: src/pages/applications/ApplicationForm.ts:131 +#: src/pages/applications/ApplicationForm.ts:136 msgid "Publisher" msgstr "Publisher" @@ -2355,7 +2364,7 @@ msgid "Redirect" msgstr "Redirect" #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:119 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:117 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:118 msgid "Redirect URIs" msgstr "Redirect URIs" @@ -2549,7 +2558,7 @@ msgstr "Select which transports should be used to notify the user. If none are s msgid "Selected policies are executed when the stage is submitted to validate the data." msgstr "Selected policies are executed when the stage is submitted to validate the data." -#: src/pages/outposts/OutpostForm.ts:74 +#: src/pages/outposts/OutpostForm.ts:76 msgid "Selecting a service-connection enables the management of the outpost by authentik." msgstr "Selecting a service-connection enables the management of the outpost by authentik." @@ -2637,8 +2646,12 @@ msgid "Signature algorithm" msgstr "Signature algorithm" #: src/pages/providers/saml/SAMLProviderForm.ts:121 -msgid "Signing Keypair" -msgstr "Signing Keypair" +msgid "Signing Certificate" +msgstr "Signing Certificate" + +#: src/pages/providers/saml/SAMLProviderForm.ts:121 +#~ msgid "Signing Keypair" +#~ msgstr "Signing Keypair" #: src/pages/sources/saml/SAMLSourceForm.ts:115 msgid "Signing keypair" @@ -3114,6 +3127,10 @@ msgstr "The URL '{0}' was not found." msgid "The policy takes a random time to execute. This controls the minimum time it will take." msgstr "The policy takes a random time to execute. This controls the minimum time it will take." +#: src/pages/events/RuleListPage.ts:109 +msgid "These policies control upon which events this rule triggers." +msgstr "These policies control upon which events this rule triggers." + #: src/pages/flows/BoundStagesList.ts:102 msgid "These policies control when this stage will be applied to the flow." msgstr "These policies control when this stage will be applied to the flow." @@ -3157,7 +3174,7 @@ msgstr "Title" msgid "Token" msgstr "Token" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:184 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:185 #: src/pages/sources/oauth/OAuthSourceViewPage.ts:113 msgid "Token URL" msgstr "Token URL" @@ -3209,6 +3226,10 @@ msgstr "Transports" msgid "Type" msgstr "Type" +#: src/pages/applications/ApplicationForm.ts:116 +msgid "UI settings" +msgstr "UI settings" + #: src/pages/events/EventInfo.ts:43 msgid "UID" msgstr "UID" @@ -3271,8 +3292,8 @@ msgstr "Up-to-date!" #: src/pages/policies/PolicyListPage.ts:77 #: src/pages/property-mappings/PropertyMappingListPage.ts:66 #: src/pages/providers/ProviderListPage.ts:73 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:128 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:127 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:129 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:128 #: src/pages/providers/saml/SAMLProviderViewPage.ts:122 #: src/pages/sources/SourcesListPage.ts:66 #: src/pages/sources/ldap/LDAPSourceViewPage.ts:106 @@ -3329,7 +3350,7 @@ msgstr "Update Notification Transport" msgid "Update OAuth Source" msgstr "Update OAuth Source" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:131 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:132 msgid "Update OAuth2 Provider" msgstr "Update OAuth2 Provider" @@ -3341,7 +3362,7 @@ msgstr "Update Outpost" msgid "Update Prompt" msgstr "Update Prompt" -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:130 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:131 msgid "Update Proxy Provider" msgstr "Update Proxy Provider" @@ -3463,7 +3484,7 @@ msgstr "User/Group Attribute used for the password part of the HTTP-Basic Header msgid "User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used." msgstr "User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used." -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:190 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:191 msgid "Userinfo URL" msgstr "Userinfo URL" @@ -3625,7 +3646,7 @@ msgstr "X509 Subject" #: src/pages/outposts/ServiceConnectionListPage.ts:63 #: src/pages/policies/BoundPoliciesList.ts:117 #: src/pages/policies/PolicyTestForm.ts:38 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:115 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:116 #: src/pages/tokens/TokenListPage.ts:56 #: src/pages/user-settings/tokens/UserTokenList.ts:83 #: src/pages/users/UserListPage.ts:62 diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po index e88ace251..c7c80eafc 100644 --- a/web/src/locales/pseudo-LOCALE.po +++ b/web/src/locales/pseudo-LOCALE.po @@ -6,6 +6,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: @lingui/cli\n" "Language: pseudo-LOCALE\n" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"Plural-Forms: \n" #: src/pages/policies/BoundPoliciesList.ts:54 msgid "-" @@ -207,8 +213,8 @@ msgid "Assertions is empty" msgstr "" #: src/pages/providers/ProviderListPage.ts:65 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:91 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:82 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:92 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:83 #: src/pages/providers/saml/SAMLProviderViewPage.ts:85 msgid "Assigned to application" msgstr "" @@ -240,7 +246,7 @@ msgstr "" msgid "Authentication" msgstr "" -#: src/pages/sources/oauth/OAuthSourceForm.ts:166 +#: src/pages/sources/oauth/OAuthSourceForm.ts:165 #: src/pages/sources/saml/SAMLSourceForm.ts:245 msgid "Authentication flow" msgstr "" @@ -270,7 +276,7 @@ msgstr "" msgid "Authorization flow" msgstr "" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:178 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:179 msgid "Authorize URL" msgstr "" @@ -312,7 +318,7 @@ msgstr "" msgid "Based on the username" msgstr "" -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:108 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:109 msgid "Basic-Auth" msgstr "" @@ -386,6 +392,10 @@ msgstr "" msgid "Certificate Subjet" msgstr "" +#: src/pages/providers/saml/SAMLProviderForm.ts:135 +msgid "Certificate used to sign outgoing Responses going to the Service Provider." +msgstr "" + #: src/pages/crypto/CertificateKeyPairListPage.ts:79 msgid "Certificate-Key Pair" msgstr "" @@ -412,8 +422,8 @@ msgstr "" #: src/pages/applications/ApplicationViewPage.ts:122 #: src/pages/flows/FlowViewPage.ts:113 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:146 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:145 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:147 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:146 #: src/pages/providers/saml/SAMLProviderViewPage.ts:140 #: src/pages/sources/ldap/LDAPSourceViewPage.ts:124 #: src/pages/sources/oauth/OAuthSourceViewPage.ts:142 @@ -460,7 +470,7 @@ msgid "Click to copy token" msgstr "" #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:107 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:109 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:110 msgid "Client ID" msgstr "" @@ -475,7 +485,7 @@ msgid "Client Secret" msgstr "" #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:85 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:101 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:102 msgid "Client type" msgstr "" @@ -500,7 +510,7 @@ msgstr "" msgid "Confidential clients are capable of maintaining the confidentiality of their credentials. Public clients are incapable." msgstr "" -#: src/pages/outposts/OutpostForm.ts:104 +#: src/pages/outposts/OutpostForm.ts:106 msgid "Configuration" msgstr "" @@ -836,7 +846,7 @@ msgstr "" msgid "Deny the user access" msgstr "" -#: src/pages/applications/ApplicationForm.ts:126 +#: src/pages/applications/ApplicationForm.ts:131 #: src/pages/property-mappings/PropertyMappingScopeForm.ts:65 #: src/pages/system-tasks/SystemTaskListPage.ts:54 #: src/pages/user-settings/tokens/UserTokenForm.ts:50 @@ -928,8 +938,8 @@ msgstr "" #: src/pages/policies/PolicyListPage.ts:90 #: src/pages/property-mappings/PropertyMappingListPage.ts:79 #: src/pages/providers/ProviderListPage.ts:86 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:138 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:137 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:139 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:138 #: src/pages/providers/saml/SAMLProviderViewPage.ts:132 #: src/pages/sources/SourcesListPage.ts:79 #: src/pages/sources/ldap/LDAPSourceViewPage.ts:116 @@ -1017,7 +1027,7 @@ msgstr "" msgid "Enrollment" msgstr "" -#: src/pages/sources/oauth/OAuthSourceForm.ts:187 +#: src/pages/sources/oauth/OAuthSourceForm.ts:186 #: src/pages/sources/saml/SAMLSourceForm.ts:266 #: src/pages/stages/identification/IdentificationStageForm.ts:104 msgid "Enrollment flow" @@ -1155,7 +1165,7 @@ msgstr "" msgid "External Applications which use authentik as Identity-Provider, utilizing protocols like OAuth2 and SAML." msgstr "" -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:100 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:101 msgid "External Host" msgstr "" @@ -1229,17 +1239,17 @@ msgstr "" msgid "Flow Overview" msgstr "" -#: src/pages/sources/oauth/OAuthSourceForm.ts:162 +#: src/pages/sources/oauth/OAuthSourceForm.ts:161 #: src/pages/sources/saml/SAMLSourceForm.ts:220 msgid "Flow settings" msgstr "" -#: src/pages/sources/oauth/OAuthSourceForm.ts:184 +#: src/pages/sources/oauth/OAuthSourceForm.ts:183 #: src/pages/sources/saml/SAMLSourceForm.ts:263 msgid "Flow to use when authenticating existing users." msgstr "" -#: src/pages/sources/oauth/OAuthSourceForm.ts:205 +#: src/pages/sources/oauth/OAuthSourceForm.ts:204 #: src/pages/sources/saml/SAMLSourceForm.ts:284 msgid "Flow to use when enrolling new users." msgstr "" @@ -1370,7 +1380,7 @@ msgstr "" #: src/pages/events/RuleForm.ts:93 #: src/pages/groups/GroupForm.ts:93 -#: src/pages/outposts/OutpostForm.ts:96 +#: src/pages/outposts/OutpostForm.ts:98 #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:169 #: src/pages/providers/saml/SAMLProviderForm.ts:171 #: src/pages/sources/ldap/LDAPSourceForm.ts:165 @@ -1391,7 +1401,7 @@ msgstr "" msgid "ID" msgstr "" -#: src/pages/applications/ApplicationForm.ts:121 +#: src/pages/applications/ApplicationForm.ts:126 msgid "Icon" msgstr "" @@ -1412,7 +1422,7 @@ msgstr "" msgid "If enabled, use the local connection. Required Docker socket/Kubernetes Integration." msgstr "" -#: src/pages/applications/ApplicationForm.ts:118 +#: src/pages/applications/ApplicationForm.ts:123 msgid "If left empty, authentik will try to extract the launch URL based on the selected provider." msgstr "" @@ -1453,7 +1463,7 @@ msgstr "" msgid "Include claims in id_token" msgstr "" -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:92 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:93 msgid "Internal Host" msgstr "" @@ -1506,10 +1516,9 @@ msgid "Key used to sign the tokens. Only required when JWT Algorithm is set to R msgstr "" #: src/pages/providers/saml/SAMLProviderForm.ts:135 -msgid "Keypair used to sign outgoing Responses going to the Service Provider." -msgstr "" +#~ msgid "Keypair used to sign outgoing Responses going to the Service Provider." +#~ msgstr "" -#: src/pages/sources/oauth/OAuthSourceForm.ts:155 #: src/pages/sources/saml/SAMLSourceForm.ts:128 msgid "Keypair which is used to sign outgoing requests. Leave empty to disable signing." msgstr "" @@ -1548,7 +1557,7 @@ msgstr "" msgid "Last sync: {0}" msgstr "" -#: src/pages/applications/ApplicationForm.ts:115 +#: src/pages/applications/ApplicationForm.ts:120 msgid "Launch URL" msgstr "" @@ -1587,8 +1596,8 @@ msgstr "" #: src/pages/flows/StageBindingForm.ts:106 #: src/pages/groups/GroupForm.ts:73 #: src/pages/groups/GroupForm.ts:91 -#: src/pages/outposts/OutpostForm.ts:72 -#: src/pages/outposts/OutpostForm.ts:94 +#: src/pages/outposts/OutpostForm.ts:74 +#: src/pages/outposts/OutpostForm.ts:96 #: src/pages/outposts/ServiceConnectionDockerForm.ts:87 #: src/pages/outposts/ServiceConnectionDockerForm.ts:104 #: src/pages/policies/PolicyBindingForm.ts:95 @@ -1612,8 +1621,8 @@ msgstr "" #: src/pages/sources/ldap/LDAPSourceForm.ts:162 #: src/pages/sources/ldap/LDAPSourceForm.ts:188 #: src/pages/sources/oauth/OAuthSourceForm.ts:153 -#: src/pages/sources/oauth/OAuthSourceForm.ts:182 -#: src/pages/sources/oauth/OAuthSourceForm.ts:203 +#: src/pages/sources/oauth/OAuthSourceForm.ts:181 +#: src/pages/sources/oauth/OAuthSourceForm.ts:202 #: src/pages/sources/saml/SAMLSourceForm.ts:126 #: src/pages/sources/saml/SAMLSourceForm.ts:240 #: src/pages/sources/saml/SAMLSourceForm.ts:261 @@ -1649,7 +1658,7 @@ msgstr "" msgid "Logins over the last 24 hours" msgstr "" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:196 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:197 msgid "Logout URL" msgstr "" @@ -1688,7 +1697,7 @@ msgstr "" msgid "Messages" msgstr "" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:157 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:158 #: src/pages/providers/saml/SAMLProviderImportForm.ts:61 #: src/pages/providers/saml/SAMLProviderViewPage.ts:152 #: src/pages/sources/saml/SAMLSourceViewPage.ts:140 @@ -1758,9 +1767,9 @@ msgstr "" #: src/pages/property-mappings/PropertyMappingScopeForm.ts:52 #: src/pages/providers/ProviderListPage.ts:52 #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:56 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:83 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:84 #: src/pages/providers/proxy/ProxyProviderForm.ts:74 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:74 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:75 #: src/pages/providers/saml/SAMLProviderForm.ts:53 #: src/pages/providers/saml/SAMLProviderImportForm.ts:38 #: src/pages/providers/saml/SAMLProviderViewPage.ts:77 @@ -1822,7 +1831,7 @@ msgstr "" #: src/pages/outposts/ServiceConnectionListPage.ts:63 #: src/pages/policies/BoundPoliciesList.ts:117 #: src/pages/policies/PolicyTestForm.ts:38 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:118 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:119 #: src/pages/tokens/TokenListPage.ts:56 #: src/pages/user-settings/tokens/UserTokenList.ts:83 #: src/pages/users/UserListPage.ts:62 @@ -1944,7 +1953,7 @@ msgstr "" msgid "OAuth Authorization Codes" msgstr "" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:45 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:46 msgid "OAuth Provider {0}" msgstr "" @@ -1990,11 +1999,11 @@ msgstr "" msgid "Only send notification once, for example when sending a webhook into a chat channel." msgstr "" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:171 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:172 msgid "OpenID Configuration Issuer" msgstr "" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:165 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:166 msgid "OpenID Configuration URL" msgstr "" @@ -2066,8 +2075,8 @@ msgstr "" #: src/interfaces/AdminInterface.ts:17 #: src/pages/applications/ApplicationViewPage.ts:68 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:75 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:66 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:76 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:67 #: src/pages/providers/saml/SAMLProviderViewPage.ts:69 #: src/pages/sources/ldap/LDAPSourceViewPage.ts:67 #: src/pages/sources/oauth/OAuthSourceViewPage.ts:65 @@ -2273,7 +2282,7 @@ msgstr "" #: src/interfaces/AdminInterface.ts:20 #: src/pages/admin-overview/AdminOverviewPage.ts:42 -#: src/pages/outposts/OutpostForm.ts:80 +#: src/pages/outposts/OutpostForm.ts:82 #: src/pages/outposts/OutpostListPage.ts:50 msgid "Providers" msgstr "" @@ -2282,7 +2291,7 @@ msgstr "" msgid "Proxy" msgstr "" -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:42 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:43 msgid "Proxy Provider {0}" msgstr "" @@ -2298,7 +2307,7 @@ msgstr "" msgid "Public key, acquired from https://www.google.com/recaptcha/intro/v3.html." msgstr "" -#: src/pages/applications/ApplicationForm.ts:131 +#: src/pages/applications/ApplicationForm.ts:136 msgid "Publisher" msgstr "" @@ -2351,7 +2360,7 @@ msgid "Redirect" msgstr "" #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:119 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:117 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:118 msgid "Redirect URIs" msgstr "" @@ -2545,7 +2554,7 @@ msgstr "" msgid "Selected policies are executed when the stage is submitted to validate the data." msgstr "" -#: src/pages/outposts/OutpostForm.ts:74 +#: src/pages/outposts/OutpostForm.ts:76 msgid "Selecting a service-connection enables the management of the outpost by authentik." msgstr "" @@ -2633,9 +2642,13 @@ msgid "Signature algorithm" msgstr "" #: src/pages/providers/saml/SAMLProviderForm.ts:121 -msgid "Signing Keypair" +msgid "Signing Certificate" msgstr "" +#: src/pages/providers/saml/SAMLProviderForm.ts:121 +#~ msgid "Signing Keypair" +#~ msgstr "" + #: src/pages/sources/saml/SAMLSourceForm.ts:115 msgid "Signing keypair" msgstr "" @@ -3110,6 +3123,10 @@ msgstr "" msgid "The policy takes a random time to execute. This controls the minimum time it will take." msgstr "" +#: src/pages/events/RuleListPage.ts:109 +msgid "These policies control upon which events this rule triggers." +msgstr "" + #: src/pages/flows/BoundStagesList.ts:102 msgid "These policies control when this stage will be applied to the flow." msgstr "" @@ -3153,7 +3170,7 @@ msgstr "" msgid "Token" msgstr "" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:184 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:185 #: src/pages/sources/oauth/OAuthSourceViewPage.ts:113 msgid "Token URL" msgstr "" @@ -3205,6 +3222,10 @@ msgstr "" msgid "Type" msgstr "" +#: src/pages/applications/ApplicationForm.ts:116 +msgid "UI settings" +msgstr "" + #: src/pages/events/EventInfo.ts:43 msgid "UID" msgstr "" @@ -3267,8 +3288,8 @@ msgstr "" #: src/pages/policies/PolicyListPage.ts:77 #: src/pages/property-mappings/PropertyMappingListPage.ts:66 #: src/pages/providers/ProviderListPage.ts:73 -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:128 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:127 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:129 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:128 #: src/pages/providers/saml/SAMLProviderViewPage.ts:122 #: src/pages/sources/SourcesListPage.ts:66 #: src/pages/sources/ldap/LDAPSourceViewPage.ts:106 @@ -3325,7 +3346,7 @@ msgstr "" msgid "Update OAuth Source" msgstr "" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:131 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:132 msgid "Update OAuth2 Provider" msgstr "" @@ -3337,7 +3358,7 @@ msgstr "" msgid "Update Prompt" msgstr "" -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:130 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:131 msgid "Update Proxy Provider" msgstr "" @@ -3459,7 +3480,7 @@ msgstr "" msgid "User/Group Attribute used for the user part of the HTTP-Basic Header. If not set, the user's Email address is used." msgstr "" -#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:190 +#: src/pages/providers/oauth2/OAuth2ProviderViewPage.ts:191 msgid "Userinfo URL" msgstr "" @@ -3621,7 +3642,7 @@ msgstr "" #: src/pages/outposts/ServiceConnectionListPage.ts:63 #: src/pages/policies/BoundPoliciesList.ts:117 #: src/pages/policies/PolicyTestForm.ts:38 -#: src/pages/providers/proxy/ProxyProviderViewPage.ts:115 +#: src/pages/providers/proxy/ProxyProviderViewPage.ts:116 #: src/pages/tokens/TokenListPage.ts:56 #: src/pages/user-settings/tokens/UserTokenList.ts:83 #: src/pages/users/UserListPage.ts:62 diff --git a/web/src/pages/admin-overview/cards/AdminStatusCard.ts b/web/src/pages/admin-overview/cards/AdminStatusCard.ts index 54059521d..af06f975d 100644 --- a/web/src/pages/admin-overview/cards/AdminStatusCard.ts +++ b/web/src/pages/admin-overview/cards/AdminStatusCard.ts @@ -35,7 +35,7 @@ export abstract class AdminStatusCard extends AggregateCard { return this.getStatus(v); }).then((status) => { return html`

- ${this.renderValue()} +  ${this.renderValue()}

${status.message ? html`

${status.message}

` : html``}`; }), html``)} diff --git a/web/src/pages/applications/ApplicationForm.ts b/web/src/pages/applications/ApplicationForm.ts index c88b41c5e..36e5db51f 100644 --- a/web/src/pages/applications/ApplicationForm.ts +++ b/web/src/pages/applications/ApplicationForm.ts @@ -7,7 +7,7 @@ import { Form } from "../../elements/forms/Form"; import { until } from "lit-html/directives/until"; import { ifDefined } from "lit-html/directives/if-defined"; import "../../elements/forms/HorizontalFormElement"; -import "../../elements/CodeMirror"; +import "../../elements/forms/FormGroup"; @customElement("ak-application-form") export class ApplicationForm extends Form { @@ -110,27 +110,34 @@ export class ApplicationForm extends Form { - - -

${t`If left empty, authentik will try to extract the launch URL based on the selected provider.`}

-
- - - - - - - - - + + + ${t`UI settings`} + +
+ + +

${t`If left empty, authentik will try to extract the launch URL based on the selected provider.`}

+
+ + + + + + + + + +
+
`; } diff --git a/web/src/pages/events/RuleListPage.ts b/web/src/pages/events/RuleListPage.ts index 449f0f864..4c11bef8e 100644 --- a/web/src/pages/events/RuleListPage.ts +++ b/web/src/pages/events/RuleListPage.ts @@ -108,6 +108,7 @@ export class RuleListPage extends TablePage { return html`
+

${t`These policies control upon which events this rule triggers.`}

diff --git a/web/src/pages/outposts/OutpostForm.ts b/web/src/pages/outposts/OutpostForm.ts index 5f7846497..81d4a572b 100644 --- a/web/src/pages/outposts/OutpostForm.ts +++ b/web/src/pages/outposts/OutpostForm.ts @@ -62,7 +62,9 @@ export class OutpostForm extends Form { ordering: "pk" }).then(scs => { return scs.results.map(sc => { - return html``; + return html``; }); }), html``)} diff --git a/web/src/pages/outposts/OutpostHealth.ts b/web/src/pages/outposts/OutpostHealth.ts index 238f35b60..53c61ba50 100644 --- a/web/src/pages/outposts/OutpostHealth.ts +++ b/web/src/pages/outposts/OutpostHealth.ts @@ -28,7 +28,7 @@ export class OutpostHealth extends LitElement { return html`
    • - ${t`Not available`} +  ${t`Not available`}
  • `; @@ -37,13 +37,13 @@ export class OutpostHealth extends LitElement { return html`
    • - ${t`Last seen: ${h.lastSeen?.toLocaleTimeString()}`} +  ${t`Last seen: ${h.lastSeen?.toLocaleTimeString()}`}
    • ${h.versionOutdated ? - html` + html`  ${t`${h.version}, should be ${h.versionShould}`}` : - html`${t`Version: ${h.version || ""}`}`} + html` ${t`Version: ${h.version || ""}`}`}
  • `; diff --git a/web/src/pages/outposts/ServiceConnectionListPage.ts b/web/src/pages/outposts/ServiceConnectionListPage.ts index f7ca2da15..49b089a0a 100644 --- a/web/src/pages/outposts/ServiceConnectionListPage.ts +++ b/web/src/pages/outposts/ServiceConnectionListPage.ts @@ -66,9 +66,9 @@ export class OutpostServiceConnectionListPage extends TablePage { if (state.healthy) { - return html` ${state.version}`; + return html` ${state.version}`; } - return html` ${t`Unhealthy`}`; + return html` ${t`Unhealthy`}`; }), html``)}`, html` diff --git a/web/src/pages/providers/oauth2/OAuth2ProviderViewPage.ts b/web/src/pages/providers/oauth2/OAuth2ProviderViewPage.ts index a047f3e80..f68d3909f 100644 --- a/web/src/pages/providers/oauth2/OAuth2ProviderViewPage.ts +++ b/web/src/pages/providers/oauth2/OAuth2ProviderViewPage.ts @@ -1,6 +1,6 @@ import { t } from "@lingui/macro"; import { CSSResult, customElement, html, property, TemplateResult } from "lit-element"; - +import PFButton from "@patternfly/patternfly/components/Button/button.css"; import PFPage from "@patternfly/patternfly/components/Page/page.css"; import PFContent from "@patternfly/patternfly/components/Content/content.css"; import PFGallery from "@patternfly/patternfly/layouts/Gallery/gallery.css"; @@ -61,7 +61,7 @@ export class OAuth2ProviderViewPage extends Page { providerUrls?: OAuth2ProviderSetupURLs; static get styles(): CSSResult[] { - return [PFBase, PFPage, PFFlex, PFDisplay, PFGallery, PFContent, PFCard, PFDescriptionList, PFSizing, PFForm, PFFormControl, AKGlobal]; + return [PFBase, PFButton, PFPage, PFFlex, PFDisplay, PFGallery, PFContent, PFCard, PFDescriptionList, PFSizing, PFForm, PFFormControl, AKGlobal]; } constructor() { diff --git a/web/src/pages/providers/proxy/ProxyProviderViewPage.ts b/web/src/pages/providers/proxy/ProxyProviderViewPage.ts index acf5e66e6..ed66f2d09 100644 --- a/web/src/pages/providers/proxy/ProxyProviderViewPage.ts +++ b/web/src/pages/providers/proxy/ProxyProviderViewPage.ts @@ -1,6 +1,6 @@ import { t } from "@lingui/macro"; import { CSSResult, customElement, html, property, TemplateResult } from "lit-element"; - +import PFButton from "@patternfly/patternfly/components/Button/button.css"; import PFPage from "@patternfly/patternfly/components/Page/page.css"; import PFContent from "@patternfly/patternfly/components/Content/content.css"; import PFGallery from "@patternfly/patternfly/layouts/Gallery/gallery.css"; @@ -52,7 +52,7 @@ export class ProxyProviderViewPage extends Page { provider?: ProxyProvider; static get styles(): CSSResult[] { - return [PFBase, PFPage, PFFlex, PFDisplay, PFGallery, PFContent, PFCard, PFDescriptionList, PFSizing, AKGlobal]; + return [PFBase, PFButton, PFPage, PFFlex, PFDisplay, PFGallery, PFContent, PFCard, PFDescriptionList, PFSizing, AKGlobal]; } constructor() { @@ -116,10 +116,10 @@ export class ProxyProviderViewPage extends Page {
    ${this.provider.basicAuthEnabled ? html` - +   ${t`Yes`}`: html` - +   ${t`No`}` }
    diff --git a/web/src/pages/providers/saml/SAMLProviderForm.ts b/web/src/pages/providers/saml/SAMLProviderForm.ts index 0461f72a0..e4107feb7 100644 --- a/web/src/pages/providers/saml/SAMLProviderForm.ts +++ b/web/src/pages/providers/saml/SAMLProviderForm.ts @@ -114,7 +114,7 @@ export class SAMLProviderFormPage extends Form {
    -

    ${t`Keypair used to sign outgoing Responses going to the Service Provider.`}

    +

    ${t`Certificate used to sign outgoing Responses going to the Service Provider.`}

    { }); }), html``)} -

    ${t`Keypair which is used to sign outgoing requests. Leave empty to disable signing.`}

    diff --git a/web/src/pages/system-tasks/SystemTaskListPage.ts b/web/src/pages/system-tasks/SystemTaskListPage.ts index b7732ab03..c4189c4b7 100644 --- a/web/src/pages/system-tasks/SystemTaskListPage.ts +++ b/web/src/pages/system-tasks/SystemTaskListPage.ts @@ -62,13 +62,13 @@ export class SystemTaskListPage extends TablePage { taskStatus(task: Task): TemplateResult { switch (task.status) { case TaskStatusEnum.Successful: - return html` ${t`Successful`}`; + return html` ${t`Successful`}`; case TaskStatusEnum.Warning: - return html` ${t`Warning`}`; + return html` ${t`Warning`}`; case TaskStatusEnum.Error: - return html` ${t`Error`}`; + return html` ${t`Error`}`; default: - return html` ${t`Unknown`}`; + return html` ${t`Unknown`}`; } }