|
|
@@ -18,7 +18,7 @@ emqx_authn_http {
|
|
|
en: """HTTP request method."""
|
|
|
zh: """HTTP 请求方法。"""
|
|
|
}
|
|
|
- label: {
|
|
|
+ label {
|
|
|
en: """Request Method"""
|
|
|
zh: """请求方法"""
|
|
|
}
|
|
|
@@ -27,9 +27,9 @@ emqx_authn_http {
|
|
|
url {
|
|
|
desc {
|
|
|
en: """URL of the HTTP server."""
|
|
|
- zh: """HTTP 服务器地址。"""
|
|
|
+ zh: """认证 HTTP 服务器地址。"""
|
|
|
}
|
|
|
- label: {
|
|
|
+ label {
|
|
|
en: """URL"""
|
|
|
zh: """URL"""
|
|
|
}
|
|
|
@@ -37,23 +37,23 @@ emqx_authn_http {
|
|
|
|
|
|
headers {
|
|
|
desc {
|
|
|
- en: """HTTP request headers."""
|
|
|
- zh: """HTTP request headers。"""
|
|
|
+ en: """List of HTTP Headers."""
|
|
|
+ zh: """HTTP Headers 列表"""
|
|
|
}
|
|
|
- label: {
|
|
|
- en: """Request Headers"""
|
|
|
- zh: """Request Headers"""
|
|
|
+ label {
|
|
|
+ en: """Headers"""
|
|
|
+ zh: """请求头"""
|
|
|
}
|
|
|
}
|
|
|
|
|
|
headers_no_content_type {
|
|
|
desc {
|
|
|
- en: """HTTP request headers (without <code>content-type</code>)."""
|
|
|
- zh: """HTTP request headers(无 <code>content-type</code>)。"""
|
|
|
+ en: """List of HTTP headers (without <code>content-type</code>)."""
|
|
|
+ zh: """HTTP Headers 列表 (无 <code>content-type</code>) 。"""
|
|
|
}
|
|
|
- label: {
|
|
|
- en: """Request Headers"""
|
|
|
- zh: """Request Headers"""
|
|
|
+ label {
|
|
|
+ en: """headers_no_content_type"""
|
|
|
+ zh: """请求头(无 content-type)"""
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -62,7 +62,7 @@ emqx_authn_http {
|
|
|
en: """HTTP request body."""
|
|
|
zh: """HTTP request body。"""
|
|
|
}
|
|
|
- label: {
|
|
|
+ label {
|
|
|
en: """Request Body"""
|
|
|
zh: """Request Body"""
|
|
|
}
|
|
|
@@ -73,7 +73,7 @@ emqx_authn_http {
|
|
|
en: """HTTP request timeout."""
|
|
|
zh: """HTTP 请求超时时长。"""
|
|
|
}
|
|
|
- label: {
|
|
|
+ label {
|
|
|
en: """Request Timeout"""
|
|
|
zh: """请求超时时间"""
|
|
|
}
|