From 4bc54c763a85375d96333bc4225938458f83f5f5 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Wed, 23 Sep 2026 22:43:23 +0200 Subject: [PATCH] New translations en.json (Vietnamese) [ci skip] --- frontend/messages/vi.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/messages/vi.json b/frontend/messages/vi.json index 178dbc1a..99f0d093 100644 --- a/frontend/messages/vi.json +++ b/frontend/messages/vi.json @@ -289,6 +289,8 @@ "add": "Thêm", "callback_urls": "Callback URL", "logout_callback_urls": "Callback URL khi đăng xuất", + "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": "Public Client", "public_clients_description": "Public client không có client secret. Chúng được thiết kế cho các ứng dụng di động, web và ứng dụng gốc, nơi các khóa bí mật không thể được lưu trữ một cách an toàn.", "pkce": "PKCE", @@ -645,6 +647,8 @@ "credentials": "Thông tin xác thực", "client_secrets": "Khóa bí mật client", "client_secrets_description": "Các khóa bí mật mà ứng dụng dùng để tự xác thực. Có thể kích hoạt nhiều khóa cùng lúc để thay thế một khóa mà không làm gián đoạn dịch vụ.", + "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": "Ứng dụng này chưa có khóa bí mật client nào.", "public_clients_cannot_have_secrets": "Client công khai không thể có khóa bí mật client.", "add_client_secret": "Thêm khóa bí mật client",