chore: add translations to schemas
This commit is contained in:
parent
f1c58c34ed
commit
8dd52e5a6e
|
@ -3,7 +3,7 @@ emqx_bridge_api {
|
|||
desc_param_path_operation_cluster {
|
||||
desc {
|
||||
en: """Operations can be one of: start, stop, restart"""
|
||||
zh: """"""
|
||||
zh: """集群可用操作:启用、启动、重新启动"""
|
||||
}
|
||||
label: {
|
||||
en: "Cluster Operation"
|
||||
|
@ -47,11 +47,11 @@ emqx_bridge_api {
|
|||
desc_param_path_enable {
|
||||
desc {
|
||||
en: """Whether or not the bridge is enabled"""
|
||||
zh: """"""
|
||||
zh: """是否启用桥接"""
|
||||
}
|
||||
label: {
|
||||
en: "Enable bridge"
|
||||
zh: ""
|
||||
zh: "启用桥接"
|
||||
}
|
||||
}
|
||||
desc_api1 {
|
||||
|
@ -123,7 +123,7 @@ emqx_bridge_api {
|
|||
desc_api7 {
|
||||
desc {
|
||||
en: """Stop/Restart bridges on all nodes in the cluster."""
|
||||
zh: """"""
|
||||
zh: """停止或启用所有节点上的桥接"""
|
||||
}
|
||||
label: {
|
||||
en: "Cluster Bridge Operate"
|
||||
|
@ -145,22 +145,22 @@ emqx_bridge_api {
|
|||
desc_bridge_metrics {
|
||||
desc {
|
||||
en: """Get bridge metrics by Id"""
|
||||
zh: """"""
|
||||
zh: """通过 Id 来获取桥接的指标信息"""
|
||||
}
|
||||
label: {
|
||||
en: "Get Bridge Metrics"
|
||||
zh: ""
|
||||
zh: "获取桥接的指标"
|
||||
}
|
||||
}
|
||||
|
||||
desc_enable_bridge {
|
||||
desc {
|
||||
en: """Enable or Disable bridges on all nodes in the cluster."""
|
||||
zh: """"""
|
||||
zh: """启用或禁用所有节点上的桥接"""
|
||||
}
|
||||
label: {
|
||||
en: "Cluster Bridge Enable"
|
||||
zh: ""
|
||||
zh: "是否启用集群内的桥接"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue