emqx/apps/emqx_connector/i18n/emqx_connector_api.conf

87 lines
1.8 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_connector_api {
id {
desc {
en: "The connector ID. Must be of format {type}:{name}"
zh: "连接器 ID 格式必须为 {type}:{name}"
}
label: {
en: "Connector ID"
zh: "连接器 ID"
}
}
conn_test_post {
desc {
en: """
Test creating a new connector by given ID <br/>
The ID must be of format '{type}:{name}'
"""
zh: """
通过给定的 ID 测试创建一个新的连接器 <br/>
ID 的格式必须为“{type}:{name}”
"""
}
label: {
en: "Create Test Connector"
zh: "创建测试连接器"
}
}
conn_get {
desc {
en: "List all connectors"
zh: "列出所有连接器"
}
label: {
en: "List All Connectors"
zh: "列出所有连接器"
}
}
conn_post {
desc {
en: "Create a new connector"
zh: "创建一个新的连接器"
}
label: {
en: "Create Connector"
zh: "创建连接器"
}
}
conn_id_get {
desc {
en: "Get the connector by ID"
zh: "通过 ID 获取连接器"
}
label: {
en: "Get Connector"
zh: "获取连接器"
}
}
conn_id_put {
desc {
en: "Update an existing connector by ID"
zh: "通过 ID 更新一个连接器"
}
label: {
en: "Update Connector"
zh: "更新连接器"
}
}
conn_id_delete {
desc {
en: "Delete a connector by ID"
zh: "通过 ID 删除一个连接器"
}
label: {
en: "Delete Connector"
zh: "删除连接器"
}
}
}