From c9a5c2b393cc8069baf8c565f0d6faa1af4a29f0 Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 23 Feb 2021 15:20:18 +0800 Subject: [PATCH] add locales --- web/src/locales/en-US.js | 1 + web/src/locales/zh-CN.js | 1 + 2 files changed, 2 insertions(+) diff --git a/web/src/locales/en-US.js b/web/src/locales/en-US.js index 0a349b3d..dd0a960c 100644 --- a/web/src/locales/en-US.js +++ b/web/src/locales/en-US.js @@ -182,6 +182,7 @@ export default { 'dashboard.charts.title.system_disk.axis.throughput':"Disk Throughput", 'dashboard.charts.title.system_disk.axis.iops':"Disk IOPS", 'dashboard.charts.title.system_memory.axis.memory':"Memory Usage", + 'dashboard.charts.title.system_memory.axis.gc':"GC Activity", 'app.login.message-invalid-credentials': 'Invalid username or password(admin/888888)', diff --git a/web/src/locales/zh-CN.js b/web/src/locales/zh-CN.js index 5e2f99c8..a787add3 100644 --- a/web/src/locales/zh-CN.js +++ b/web/src/locales/zh-CN.js @@ -187,6 +187,7 @@ export default { 'dashboard.charts.title.system_disk.axis.throughput':"磁盘吞吐", 'dashboard.charts.title.system_disk.axis.iops':"磁盘 IOPS", 'dashboard.charts.title.system_memory.axis.memory':"内存统计", + 'dashboard.charts.title.system_memory.axis.gc':"GC 次数", 'app.login.message-invalid-credentials': '账户或密码错误(admin/888888)', 'app.login.message-invalid-verification-code': '验证码错误',