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


##########
inlong-dashboard/src/ui/locales/cn.json:
##########
@@ -131,6 +131,11 @@
   "meta.Sources.Iceberg.Warehouse": "仓库路径",
   "meta.Sources.Pulsar.PulsarTenant": "Pulsar 租户",
   "meta.Sources.Pulsar.Namespace": "命名空间",
+  "meta.Sources.Pulsar.Subscription": "Pulsar 订阅",
+  "meta.Sources.Pulsar.SubscriptionHelp": 
"若不指定则默认为:inlong-agent-{inlongStreamId}",
+  "meta.Sources.Pulsar.SubscriptionPosition": "订阅位点",
+  "meta.Sources.Pulsar.ResetTime": "重置消费时间",
+  "meta.Sources.Pulsar.ResetTimeHelp": "从当前时间开始消费,若不指定则从 pulsar 已提交的位点消费",

Review Comment:
   ```suggestion
     "meta.Sources.Pulsar.ResetTimeHelp": "从指定时间开始消费",
   ```



##########
inlong-dashboard/src/ui/locales/en.json:
##########
@@ -131,6 +131,11 @@
   "meta.Sources.Iceberg.Warehouse": "Warehouse",
   "meta.Sources.Pulsar.PulsarTenant": "Pulsar tenant",
   "meta.Sources.Pulsar.Namespace": "Namespace",
+  "meta.Sources.Pulsar.Subscription": "Subscription",
+  "meta.Sources.Pulsar.SubscriptionHelp": "If not specified, the default is: 
inlong-agent-{inlongStreamId}",
+  "meta.Sources.Pulsar.SubscriptionPosition": "Subscription Position",
+  "meta.Sources.Pulsar.ResetTime": "Reset subscription time",
+  "meta.Sources.Pulsar.ResetTimeHelp": "Reset the subscription associated with 
this consumer to a specific message publish time.",

Review Comment:
   ```suggestion
     "meta.Sources.Pulsar.ResetTimeHelp": "Reset the subscription time.",
   ```



-- 
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