Skip to content

Commit 6e7a209

Browse files
authored
Merge pull request #43 from Websoft9/update-Websoft9/plugin-myapps-version-671
Websoft9/plugin-myapps combine translation.json
2 parents 48bdde0 + 70a0b23 commit 6e7a209

2 files changed

Lines changed: 59 additions & 3 deletions

File tree

public/po.en_US.js

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ cockpit.locale({
374374
],
375375
"W9_BROKER_PORT_SET": [
376376
null,
377-
"BROKER PORT"
377+
"RocketMQ Broker Main Port"
378378
],
379379
"W9_CONTAINER_PORT_INIT_SET": [
380380
null,
@@ -435,5 +435,33 @@ cockpit.locale({
435435
"W9_DNS_UDP_PORT_SET": [
436436
null,
437437
"DNS UDP PORT"
438+
],
439+
"W9_PROXY_REMOTING_PORT_SET": [
440+
null,
441+
"RocketMQ Proxy Remoting Port"
442+
],
443+
"W9_PROXY_GRPC_PORT_SET": [
444+
null,
445+
"RocketMQ Proxy gRPC Port"
446+
],
447+
"W9_SMTP_PORT_SET": [
448+
null,
449+
"SMTP PORT"
450+
],
451+
"W9_BRIDGE_PORT_SET": [
452+
null,
453+
"Bridge Control Port"
454+
],
455+
"W9_NAMESRV_PORT_SET": [
456+
null,
457+
"RocketMQ NameServer Port"
458+
],
459+
"W9_BROKER_VIP_PORT_SET": [
460+
null,
461+
"RocketMQ Broker VIP Port"
462+
],
463+
"W9_BROKER_HA_PORT_SET": [
464+
null,
465+
"RocketMQ Broker HA Port"
438466
]
439467
});

public/po.zh_CN.js

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ cockpit.locale({
886886
],
887887
"W9_BROKER_PORT_SET": [
888888
null,
889-
"代理监听端口"
889+
"RocketMQ Broker 主端口"
890890
],
891891
"W9_CONTAINER_PORT_INIT_SET": [
892892
null,
@@ -1284,5 +1284,33 @@ cockpit.locale({
12841284
null,
12851285
"备份创建成功!"
12861286
]
1287-
});
1287+
});,
1288+
"W9_PROXY_REMOTING_PORT_SET": [
1289+
null,
1290+
"RocketMQ Proxy Remoting 端口"
1291+
],
1292+
"W9_PROXY_GRPC_PORT_SET": [
1293+
null,
1294+
"RocketMQ Proxy gRPC 端口"
1295+
],
1296+
"W9_SMTP_PORT_SET": [
1297+
null,
1298+
"SMTP 端口"
1299+
],
1300+
"W9_BRIDGE_PORT_SET": [
1301+
null,
1302+
"桥接控制端口"
1303+
],
1304+
"W9_NAMESRV_PORT_SET": [
1305+
null,
1306+
"RocketMQ NameServer 端口"
1307+
],
1308+
"W9_BROKER_VIP_PORT_SET": [
1309+
null,
1310+
"RocketMQ Broker VIP 端口"
1311+
],
1312+
"W9_BROKER_HA_PORT_SET": [
1313+
null,
1314+
"RocketMQ Broker HA 端口"
1315+
]
12881316

0 commit comments

Comments
 (0)