emqx/apps/emqx_authn/i18n/emqx_authn_http_i18n.conf

82 lines
1.7 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_http {
get {
desc {
en: """Configuration of authenticator using HTTP Server as authentication service (Using GET request)."""
zh: """使用 HTTP Server 作为认证服务的认证器的配置项 (使用 GET 请求)。"""
}
}
post {
desc {
en: """Configuration of authenticator using HTTP Server as authentication service (Using POST request)."""
zh: """使用 HTTP Server 作为认证服务的认证器的配置项 (使用 POST 请求)。"""
}
}
method {
desc {
en: """HTTP request method."""
zh: """HTTP 请求方法。"""
}
label: {
en: """Request Method"""
zh: """请求方法"""
}
}
url {
desc {
en: """URL of the HTTP server."""
zh: """HTTP 服务器地址。"""
}
label: {
en: """URL"""
zh: """URL"""
}
}
headers {
desc {
en: """HTTP request headers."""
zh: """HTTP request headers。"""
}
label: {
en: """Request Headers"""
zh: """Request Headers"""
}
}
headers_no_content_type {
desc {
en: """HTTP request headers (without <code>content-type</code>)."""
zh: """HTTP request headers无 <code>content-type</code>)。"""
}
label: {
en: """Request Headers"""
zh: """Request Headers"""
}
}
body {
desc {
en: """HTTP request body."""
zh: """HTTP request body。"""
}
label: {
en: """Request Body"""
zh: """Request Body"""
}
}
request_timeout {
desc {
en: """HTTP request timeout."""
zh: """HTTP 请求超时时长。"""
}
label: {
en: """Request Timeout"""
zh: """请求超时时间"""
}
}
}