emqx/apps/emqx_gateway/i18n/emqx_gateway_api_authn_i18n...

102 lines
2.3 KiB
Plaintext

emqx_gateway_api_authn {
get_authn {
desc {
en: """Get the gateway authentication"""
zh: """获取指定网关认证器"""
}
}
update_authn {
desc {
en: """Update authentication for the gateway"""
zh: """更新网关认证器"""
}
}
add_authn {
desc {
en: """Add authentication for the gateway"""
zh: """为指定网关新增认证器"""
}
}
delete_authn {
desc {
en: """Remove the gateway authentication"""
zh: """删除指定网关的认证器"""
}
}
list_users {
desc {
en: """Get the users for the authentication"""
zh: """获取用户列表(仅支持 built_in_database 类型的认证器)"""
}
}
add_user {
desc {
en: """Add user for the authentication"""
zh: """添加用户(仅支持 built_in_database 类型的认证器)"""
}
}
get_user {
desc {
en: """Get user info from the gateway authentication"""
zh: """获取用户信息(仅支持 built_in_database 类型的认证器)"""
}
}
update_user {
desc {
en: """Update the user info for the gateway authentication"""
zh: """更新用户信息(仅支持 built_in_database 类型的认证器)"""
}
}
delete_user {
desc {
en: """Delete the user for the gateway authentication"""
zh: """删除用户(仅支持 built_in_database 类型的认证器)"""
}
}
import_users {
desc {
en: """Import users into the gateway authentication"""
zh: """导入用户(仅支持 built_in_database 类型的认证器)"""
}
}
user_id {
desc {
en: """User ID"""
zh: """用户 ID"""
}
}
like_username {
desc {
en: """Fuzzy search by username"""
zh: """Username 模糊搜索"""
}
}
like_clientid{
desc {
en: """Fuzzy search by clientid"""
zh: """Client ID 模糊搜索"""
}
}
is_superuser {
desc {
en: """Is superuser"""
zh: """是否是超级用户"""
}
}
}