dockerzhang commented on code in PR #6719:
URL: https://github.com/apache/inlong/pull/6719#discussion_r1038256872


##########
inlong-dashboard/src/locales/cn.json:
##########
@@ -89,6 +89,9 @@
   "meta.Sources.Redis.LookupCacheMaxRows": "查找缓存最大行数",
   "meta.Sources.Redis.LookupCacheTtl": "查找缓存 TTL",
   "meta.Sources.Redis.LookupMaxRetries": "查找最大重试字段",
+  "meta.Sources.Mqtt.Username": "用户",
+  "meta.Sources.Mqtt.Password": "密码",
+  "meta.Sources.Mqtt.MqttVersion": "Mqtt 版本",

Review Comment:
   Mqtt -> MQTT



##########
inlong-dashboard/src/metas/sources/defaults/index.ts:
##########
@@ -46,6 +46,11 @@ export const allDefaultSources: 
MetaExportWithBackendList<SourceMetaType> = [
     value: 'MONGODB',
     LoadEntity: () => import('./Mongodb'),
   },
+  {
+    label: 'Mqtt',

Review Comment:
   ditto



##########
inlong-dashboard/src/locales/en.json:
##########
@@ -89,6 +89,9 @@
   "meta.Sources.Redis.LookupCacheMaxRows": "Cache Max Rows",
   "meta.Sources.Redis.LookupCacheTtl": "Lookup Cache TTL",
   "meta.Sources.Redis.LookupMaxRetries": "Lookup Max Retries",
+  "meta.Sources.Mqtt.Username": "Username",
+  "meta.Sources.Mqtt.Password": "Password",
+  "meta.Sources.Mqtt.MqttVersion": "Mqtt Version",

Review Comment:
   ditto



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to