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

95 lines
2.3 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_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_user_id {
desc {
en: """Fuzzy search by user_id (username or clientid)"""
zh: """用户 ID username 或 clientid模糊搜索"""
}
}
is_superuser {
desc {
en: """Is superuser"""
zh: """是否是超级用户"""
}
}
}