Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion frontend-new/src/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,9 @@ export const translations = {
"EXPRESSION_TYPE": "表达式类型",
"SUB_VERSION": "订阅版本",
"CODE_SET": "代码集",
"TAGS_SET": "标签集"
"TAGS_SET": "标签集",
"MASTER": "Master",
"SLAVE": "Slave",
},
en: {
"DEFAULT": "Default",
Expand Down Expand Up @@ -596,6 +598,8 @@ export const translations = {
"DELETE_CONSUMER_GROUP": "Delete Consumer Group",
"SELECT_DELETE_BROKERS": "Please select brokers to delete consumer group",
"CONFIRM_DELETE": "Confirm Delete",
"MASTER": "Master",
"SLAVE": "Slave",
}

};