Skip to content

Commit 9fee2e2

Browse files
committed
bug-26313
1 parent e2fee2f commit 9fee2e2

3 files changed

Lines changed: 52 additions & 0 deletions

File tree

conf/i18n.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9609,6 +9609,34 @@
96099609
"line": 60,
96109610
"fileName": "src/main/java/org/zstack/log4j2/appender/syslog/SyslogAppenderProxyFactory.java"
96119611
},
9612+
{
9613+
"raw": "MN HA environment, but only updated license for %s",
9614+
"en_US": "MN HA environment, but only updated license for {0}",
9615+
"zh_CN": "管理节点有多个,但是仅更新了节点{0}的许可证",
9616+
"arguments": [
9617+
"Platform.getManagementServerIp()"
9618+
],
9619+
"line": 1456,
9620+
"fileName": "src/main/java/org/zstack/license/LicenseManagerImpl.java"
9621+
},
9622+
{
9623+
"raw": "Multiple MN exists but only supplied licenses for %s",
9624+
"en_US": "Multiple MN exists but only supplied licenses for {0}",
9625+
"zh_CN": "管理节点有多个,但是仅提供了节点{0}的许可证",
9626+
"arguments": [
9627+
"Platform.getManagementServerIp()"
9628+
],
9629+
"line": 1454,
9630+
"fileName": "src/main/java/org/zstack/license/LicenseManagerImpl.java"
9631+
},
9632+
{
9633+
"raw": "unexpected license file",
9634+
"en_US": "unexpected license file",
9635+
"zh_CN": "许可证错误",
9636+
"arguments": [],
9637+
"line": 1569,
9638+
"fileName": "src/main/java/org/zstack/license/LicenseManagerImpl.java"
9639+
},
96129640
{
96139641
"raw": "unsupported protocol %s",
96149642
"en_US": "unsupported protocol {0}",

conf/i18n/messages_en_US.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3862,6 +3862,18 @@ hostname\ can\ not\ be\ null = hostname can not be null
38623862
# args:
38633863
port\ can\ not\ be\ null = port can not be null
38643864

3865+
# at: src/main/java/org/zstack/license/LicenseManagerImpl.java:1456
3866+
# args: Platform.getManagementServerIp()
3867+
MN\ HA\ environment,\ but\ only\ updated\ license\ for\ %s = MN HA environment, but only updated license for {0}
3868+
3869+
# at: src/main/java/org/zstack/license/LicenseManagerImpl.java:1454
3870+
# args: Platform.getManagementServerIp()
3871+
Multiple\ MN\ exists\ but\ only\ supplied\ licenses\ for\ %s = Multiple MN exists but only supplied licenses for {0}
3872+
3873+
# at: src/main/java/org/zstack/license/LicenseManagerImpl.java:1569
3874+
# args:
3875+
unexpected\ license\ file = unexpected license file
3876+
38653877
# at: src/main/java/org/zstack/log4j2/appender/syslog/SyslogAppenderProxyFactory.java:60
38663878
# args:
38673879
protocol\ can\ not\ be\ null = protocol can not be null

conf/i18n/messages_zh_CN.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ accessKey\ number\ for\ [accountId\:\ %s,\ userID\:\ %s]exceeds\ the\ max =
1818
# args: builder.deleteCharAt(builder.length() - 1),timeout
1919
cannot\ connect\ to\ [%s]\ in\ %d\ milliseconds,\ so\ aliyun\ openapi\ is\ unreachable. =
2020

21+
# at: src/main/java/org/zstack/license/LicenseManagerImpl.java:1456
22+
# args: Platform.getManagementServerIp()
23+
MN\ HA\ environment,\ but\ only\ updated\ license\ for\ %s = 管理节点有多个,但是仅更新了节点{0}的许可证
24+
25+
# at: src/main/java/org/zstack/license/LicenseManagerImpl.java:1454
26+
# args: Platform.getManagementServerIp()
27+
Multiple\ MN\ exists\ but\ only\ supplied\ licenses\ for\ %s = 管理节点有多个,但是仅提供了节点{0}的许可证
28+
29+
# at: src/main/java/org/zstack/license/LicenseManagerImpl.java:1569
30+
# args:
31+
unexpected\ license\ file = 许可证错误
32+
2133
# at: src/main/java/org/zstack/aliyun/backup/BackupToAliyunBase.java:465
2234
# args:
2335
no\ bucket\ found\ for\ backup = 没有可用的Bucket执行备份

0 commit comments

Comments
 (0)