fix(gen_rpc): Fix Chinese translation
This commit is contained in:
parent
d0120e1edc
commit
9d650a69b8
|
@ -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: "向后兼容旧的无鉴权模式"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue