diff --git a/frontend/messages/vi.json b/frontend/messages/vi.json index e7039cc2..1df27da3 100644 --- a/frontend/messages/vi.json +++ b/frontend/messages/vi.json @@ -399,27 +399,27 @@ "federated_client_credentials_description": "Thông tin xác thực client liên kết cho phép xác thực client OIDC mà không cần quản lý khóa bí mật dài hạn. Chúng sử dụng token JWT do bên thứ ba phát hành làm client assertion, chẳng hạn như token danh tính workload.", "add_federated_client_credential": "Thêm thông tin xác thực cho federated clients", "add_another_federated_client_credential": "Thêm một thông tin xác thực cho federated clients khác", - "federated_identity_number": "Identity {number}", - "remove_federated_identity": "Remove federated identity", - "issuer": "Issuer", - "subject": "Subject", - "defaults_to_the_client_id": "Defaults to the client ID", - "audience": "Audience", - "defaults_to_the_appname_url": "Defaults to the {appName} URL", - "signing_keys": "Signing keys", - "jwks_url": "JWKS URL", - "defaults_to_the_issuer_jwks_url": "Defaults to {issuer}/.well-known/jwks.json", - "public_keys": "Public keys", - "public_key": "Public key", - "add_public_key": "Add public key", - "remove_public_key": "Remove public key {keyId}", - "paste_public_key_description": "Paste a public key in JWK format, or a JWKS for multiple keys. Every key must have a key ID.", - "public_key_already_added": "A key with the key ID \"{keyId}\" has already been added", - "paste_a_public_key_or_a_jwks": "Paste a public key in JWK format, or a JWKS containing multiple keys", - "the_value_is_not_valid_json": "The value is not valid JSON", - "the_value_is_not_a_jwk_or_a_jwks": "The value is not a JWK or a JWKS", - "the_jwks_does_not_contain_any_key": "The JWKS does not contain any key", - "jwks_key_is_not_a_jwk": "Key {number} of the JWKS is not a JWK", + "federated_identity_number": "Danh tính {number}", + "remove_federated_identity": "Xóa danh tính liên kết", + "issuer": "Nhà phát hành", + "subject": "Chủ thể", + "defaults_to_the_client_id": "Mặc định là client ID", + "audience": "Đối tượng", + "defaults_to_the_appname_url": "Mặc định là URL {appName}", + "signing_keys": "Khóa ký", + "jwks_url": "URL JWKS", + "defaults_to_the_issuer_jwks_url": "Mặc định là {issuer}/.well-known/jwks.json", + "public_keys": "Các khóa công khai", + "public_key": "Khóa công khai", + "add_public_key": "Thêm khóa công khai", + "remove_public_key": "Xóa khóa công khai {keyId}", + "paste_public_key_description": "Dán khóa công khai ở định dạng JWK, hoặc JWKS cho nhiều khóa. Mỗi khóa phải có ID khóa.", + "public_key_already_added": "Một khóa với ID khóa \"{keyId}\" đã được thêm trước đó", + "paste_a_public_key_or_a_jwks": "Dán khóa công khai ở định dạng JWK, hoặc một JWKS chứa nhiều khóa", + "the_value_is_not_valid_json": "Giá trị không phải là JSON hợp lệ", + "the_value_is_not_a_jwk_or_a_jwks": "Giá trị không phải là JWK hoặc JWKS", + "the_jwks_does_not_contain_any_key": "JWKS không chứa khóa nào", + "jwks_key_is_not_a_jwk": "Khóa {number} của JWKS không phải là JWK", "oidc_allowed_group_count": "Số lượng nhóm được phép", "show_advanced_options": "Hiển thị tuỳ chọn nâng cao", "hide_advanced_options": "Ẩn tuỳ chọn nâng cao",