Merge pull request #9697 from lafirest/fix/ldap_i18n

chore: add i18n file for ldap connector
This commit is contained in:
lafirest 2023-01-09 22:54:09 +08:00 committed by GitHub
commit f1ebfe40a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
emqx_connector_ldap {
bind_dn {
desc {
en: """LDAP's Binding Distinguished Name (DN)"""
zh: """LDAP 绑定的 DN 的值"""
}
label: {
en: "Bind DN"
zh: "Bind DN"
}
}
port {
desc {
en: """LDAP Port"""
zh: """LDAP 端口"""
}
label: {
en: "Port"
zh: "端口"
}
}
timeout {
desc {
en: """LDAP's query timeout"""
zh: """LDAP 查询超时时间"""
}
label: {
en: "timeout"
zh: "超时时间"
}
}
}