From 5d37df04cb0ceaace0a5ad36073dd9cdf4b5918f Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Wed, 23 Sep 2026 22:43:29 +0200 Subject: [PATCH] New translations en.json (Latvian) [ci skip] --- frontend/messages/lv.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/messages/lv.json b/frontend/messages/lv.json index bbc66d09..447e7111 100644 --- a/frontend/messages/lv.json +++ b/frontend/messages/lv.json @@ -289,6 +289,8 @@ "add": "Pievienot", "callback_urls": "Callback URL", "logout_callback_urls": "Logout callback URL", + "backchannel_logout_url": "Back-Channel Logout URL", + "backchannel_logout_url_description": "URL that receives a logout token when a user's access is revoked, for example when they are disabled or lose group access.", "public_client": "Publisks klients", "public_clients_description": "Publiskajiem klientiem nav client secret. Tie ir paredzēti mobilajām, tīmekļa un native lietotnēm, kur noslēpumus nevar droši glabāt.", "pkce": "PKCE", @@ -645,6 +647,8 @@ "credentials": "Akreditācijas dati", "client_secrets": "Klienta noslēpumi", "client_secrets_description": "Noslēpumi, kurus lietotne izmanto, lai autentificētos. Vienlaikus var būt aktīvi vairāki noslēpumi, tāpēc vienu no tiem var nomainīt bez darbības pārtraukuma.", + "auto_create_client_secret": "Automatically create client secrets", + "auto_create_client_secret_description": "Create a secret without an expiration date when a confidential OIDC client is added. The secret is shown once after creation.", "no_client_secrets_yet": "Šai lietotnei vēl nav klienta noslēpumu.", "public_clients_cannot_have_secrets": "Publiskajiem klientiem nevar būt klienta noslēpumu.", "add_client_secret": "Pievienot klienta noslēpumu",