fix(gen_rpc): Fix Chinese translation

This commit is contained in:
ieQu1 2022-10-21 10:25:22 +02:00
parent d0120e1edc
commit 9d650a69b8
1 changed files with 2 additions and 2 deletions

View File

@ -976,11 +976,11 @@ until the RPC connection is considered lost."""
rpc_insecure_fallback { rpc_insecure_fallback {
desc { desc {
en: """Enable compatibility with old RPC authentication.""" en: """Enable compatibility with old RPC authentication."""
zh: """启用与旧RPC认证的兼容性。""" zh: """兼容旧的无鉴权模式"""
} }
label { label {
en: "RPC insecure fallback" en: "RPC insecure fallback"
zh: "RPC不安全的后退" zh: "向后兼容旧的无鉴权模式"
} }
} }