fix: remove extra quotes

This commit is contained in:
EMQ-YangM 2022-04-19 13:52:36 +08:00
parent 7fbabf5577
commit 24aa2e5575
4 changed files with 15 additions and 15 deletions

View File

@ -49,12 +49,12 @@ emqx_connector_mongo {
en: """ en: """
The IPv4 or IPv6 address or the hostname to connect to.<br/> The IPv4 or IPv6 address or the hostname to connect to.<br/>
A host entry has the following form: `Host[:Port]`.<br/> A host entry has the following form: `Host[:Port]`.<br/>
The MongoDB default port 27017 is used if `[:Port]` is not specified." The MongoDB default port 27017 is used if `[:Port]` is not specified.
""" """
zh: """ zh: """
将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/> 将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/>
主机名具有以下形式:`Host[:Port]`。<br/> 主机名具有以下形式:`Host[:Port]`。<br/>
如果未指定 `[:Port]`,则使用 MongoDB 默认端口 27017。 如果未指定 `[:Port]`,则使用 MongoDB 默认端口 27017。
""" """
} }
label: { label: {
@ -69,13 +69,13 @@ The MongoDB default port 27017 is used if `[:Port]` is not specified."
A Node list for Cluster to connect to. The nodes should be separated with commas, such as: `Node[,Node].<br/>` A Node list for Cluster to connect to. The nodes should be separated with commas, such as: `Node[,Node].<br/>`
For each Node should be: The IPv4 or IPv6 address or the hostname to connect to.<br/> For each Node should be: The IPv4 or IPv6 address or the hostname to connect to.<br/>
A host entry has the following form: `Host[:Port]`.<br/> A host entry has the following form: `Host[:Port]`.<br/>
The MongoDB default port 27017 is used if `[:Port]` is not specified." The MongoDB default port 27017 is used if `[:Port]` is not specified.
""" """
zh: """ zh: """
集群要连接的节点列表。 节点之间用逗号分隔,如:`Node[,Node].<br/>` 集群要连接的节点列表。 节点之间用逗号分隔,如:`Node[,Node].<br/>`
对于每个节点,应为:将要连接的 IPv4 或 IPv6 地址或主机名。<br/> 对于每个节点,应为:将要连接的 IPv4 或 IPv6 地址或主机名。<br/>
主机条目具有以下形式:`Host[:Port]`。<br/> 主机条目具有以下形式:`Host[:Port]`。<br/>
如果未指定 `[:Port]`,则使用 MongoDB 默认端口 27017。 如果未指定 `[:Port]`,则使用 MongoDB 默认端口 27017。
""" """
} }
label: { label: {

View File

@ -5,12 +5,12 @@ emqx_connector_mysql {
en: """ en: """
The IPv4 or IPv6 address or the hostname to connect to.<br/> The IPv4 or IPv6 address or the hostname to connect to.<br/>
A host entry has the following form: `Host[:Port]`.<br/> A host entry has the following form: `Host[:Port]`.<br/>
The MySQL default port 3306 is used if `[:Port]` is not specified." The MySQL default port 3306 is used if `[:Port]` is not specified.
""" """
zh: """ zh: """
将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/> 将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/>
主机名具有以下形式:`Host[:Port]`。<br/> 主机名具有以下形式:`Host[:Port]`。<br/>
如果未指定 `[:Port]`,则使用 MySQL 默认端口 3306。 如果未指定 `[:Port]`,则使用 MySQL 默认端口 3306。
""" """
} }
label: { label: {

View File

@ -5,12 +5,12 @@ emqx_connector_pgsql {
en: """ en: """
The IPv4 or IPv6 address or the hostname to connect to.<br/> The IPv4 or IPv6 address or the hostname to connect to.<br/>
A host entry has the following form: `Host[:Port]`.<br/> A host entry has the following form: `Host[:Port]`.<br/>
The PostgreSQL default port 5432 is used if `[:Port]` is not specified." The PostgreSQL default port 5432 is used if `[:Port]` is not specified.
""" """
zh: """ zh: """
将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/> 将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/>
主机名具有以下形式:`Host[:Port]`。<br/> 主机名具有以下形式:`Host[:Port]`。<br/>
如果未指定 `[:Port]`,则使用 PostgreSQL 默认端口 5432。 如果未指定 `[:Port]`,则使用 PostgreSQL 默认端口 5432。
""" """
} }
label: { label: {

View File

@ -2,7 +2,7 @@ emqx_connector_redis {
single { single {
desc { desc {
en: "single mode" en: "Single mode"
zh: "单机模式。" zh: "单机模式。"
} }
label: { label: {
@ -13,7 +13,7 @@ emqx_connector_redis {
cluster { cluster {
desc { desc {
en: "cluster mode" en: "Cluster mode"
zh: "集群模式。" zh: "集群模式。"
} }
label: { label: {
@ -24,7 +24,7 @@ emqx_connector_redis {
sentinel { sentinel {
desc { desc {
en: "sentinel mode" en: "Sentinel mode"
zh: "哨兵模式。" zh: "哨兵模式。"
} }
label: { label: {
@ -49,12 +49,12 @@ emqx_connector_redis {
en: """ en: """
The IPv4 or IPv6 address or the hostname to connect to.<br/> The IPv4 or IPv6 address or the hostname to connect to.<br/>
A host entry has the following form: `Host[:Port]`.<br/> A host entry has the following form: `Host[:Port]`.<br/>
The Redis default port 6379 is used if `[:Port]` is not specified." The Redis default port 6379 is used if `[:Port]` is not specified.
""" """
zh: """ zh: """
将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/> 将要连接的 IPv4 或 IPv6 地址,或者主机名。<br/>
主机名具有以下形式:`Host[:Port]`。<br/> 主机名具有以下形式:`Host[:Port]`。<br/>
如果未指定 `[:Port]`,则使用 MongoDB 默认端口 27017。 如果未指定 `[:Port]`,则使用 MongoDB 默认端口 27017。
""" """
} }
label: { label: {
@ -69,13 +69,13 @@ The Redis default port 6379 is used if `[:Port]` is not specified."
A Node list for Cluster to connect to. The nodes should be separated with commas, such as: `Node[,Node].<br/>` A Node list for Cluster to connect to. The nodes should be separated with commas, such as: `Node[,Node].<br/>`
For each Node should be: The IPv4 or IPv6 address or the hostname to connect to.<br/> For each Node should be: The IPv4 or IPv6 address or the hostname to connect to.<br/>
A host entry has the following form: `Host[:Port]`.<br/> A host entry has the following form: `Host[:Port]`.<br/>
The MongoDB default port 27017 is used if `[:Port]` is not specified." The MongoDB default port 27017 is used if `[:Port]` is not specified.
""" """
zh: """ zh: """
集群要连接的节点列表。 节点之间用逗号分隔,如:`Node[,Node].<br/>` 集群要连接的节点列表。 节点之间用逗号分隔,如:`Node[,Node].<br/>`
对于每个节点,应为:将要连接的 IPv4 或 IPv6 地址或主机名。<br/> 对于每个节点,应为:将要连接的 IPv4 或 IPv6 地址或主机名。<br/>
主机条目具有以下形式:`Host[:Port]`。<br/> 主机条目具有以下形式:`Host[:Port]`。<br/>
如果未指定 `[:Port]`,则使用 Redis 默认端口 6379。 如果未指定 `[:Port]`,则使用 Redis 默认端口 6379。
""" """
} }
label: { label: {