From 24f539c1f7aa32dac459e3dd85de08145ceaafc6 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 29 Aug 2026 01:28:53 +0200 Subject: [PATCH] New translations en.json (Chinese Simplified) [ci skip] --- frontend/messages/zh-CN.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/messages/zh-CN.json b/frontend/messages/zh-CN.json index c3776446..56b066aa 100644 --- a/frontend/messages/zh-CN.json +++ b/frontend/messages/zh-CN.json @@ -408,18 +408,18 @@ "defaults_to_the_appname_url": "默认为 {appName} URL", "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", + "defaults_to_the_issuer_jwks_url": "默认为 {issuer}/.well-known/jwks.json", + "public_keys": "公钥", + "public_key": "公钥", + "add_public_key": "添加公钥", + "remove_public_key": "移除公钥 {keyId}", + "paste_public_key_description": "请粘贴 JWK 格式的公钥,或包含多个密钥的 JWKS。每个密钥都必须有密钥 ID。", + "public_key_already_added": "密钥 ID 为 \"{keyId}\" 的密钥已添加", + "paste_a_public_key_or_a_jwks": "请粘贴 JWK 格式的公钥,或包含多个密钥的 JWKS", + "the_value_is_not_valid_json": "该值不是有效的 JSON", + "the_value_is_not_a_jwk_or_a_jwks": "该值不是 JWK 或 JWKS", + "the_jwks_does_not_contain_any_key": "该 JWKS 不包含任何密钥", + "jwks_key_is_not_a_jwk": "JWKS 中的第 {number} 个密钥不是 JWK", "oidc_allowed_group_count": "允许的群组数量", "show_advanced_options": "显示高级选项", "hide_advanced_options": "隐藏高级选项",