emqx/apps/emqx_authn/i18n/emqx_authn_redis_i18n.conf

34 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

emqx_authn_redis {
standalone {
desc {
en: """Configuration of authenticator using Redis (Standalone) as authentication data source."""
zh: """使用 Redis (Standalone) 作为认证数据源的认证器的配置项。"""
}
}
cluster {
desc {
en: """Configuration of authenticator using Redis (Cluster) as authentication data source."""
zh: """使用 Redis (Cluster) 作为认证数据源的认证器的配置项。"""
}
}
sentinel {
desc {
en: """Configuration of authenticator using Redis (Sentinel) as authentication data source."""
zh: """使用 Redis (Sentinel) 作为认证数据源的认证器的配置项。"""
}
}
cmd {
desc {
en: """The Redis Command used to query data for authentication such as password hash, currently only supports <code>HGET</code> and <code>HMGET</code>."""
zh: """用于查询密码散列等用于认证的数据的 Redis Command目前仅支持 <code>HGET</code> 与 <code>HMGET</code>。"""
}
label: {
en: """Command"""
zh: """Command"""
}
}
}