From d03657e1d0fd31d585c2e11264ec1b71b79ef907 Mon Sep 17 00:00:00 2001 From: kun wang Date: Fri, 28 Apr 2017 13:36:29 +0800 Subject: [PATCH] Update statistic label messages. (#2174) --- .../src/app/shared/statictics/statistics-panel.component.html | 4 ++-- src/ui_ng/src/i18n/lang/en-us-lang.json | 2 ++ src/ui_ng/src/i18n/lang/zh-cn-lang.json | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ui_ng/src/app/shared/statictics/statistics-panel.component.html b/src/ui_ng/src/app/shared/statictics/statistics-panel.component.html index 61602f536..a9ab0a2d5 100644 --- a/src/ui_ng/src/app/shared/statictics/statistics-panel.component.html +++ b/src/ui_ng/src/app/shared/statictics/statistics-panel.component.html @@ -12,10 +12,10 @@
- +
- +
diff --git a/src/ui_ng/src/i18n/lang/en-us-lang.json b/src/ui_ng/src/i18n/lang/en-us-lang.json index 04c530c46..bbcddafd7 100644 --- a/src/ui_ng/src/i18n/lang/en-us-lang.json +++ b/src/ui_ng/src/i18n/lang/en-us-lang.json @@ -421,6 +421,8 @@ "PRO_ITEM": "PROJECTS", "REPO_ITEM": "REPOSITORIES", "INDEX_MY": "MY", + "INDEX_MY_PROJECTS": "MY PROJECTS", + "INDEX_MY_REPOSITORIES": "MY REPOSITORIES", "INDEX_PUB": "PUBLIC", "INDEX_TOTAL": "TOTAL", "STORAGE": "STORAGE", diff --git a/src/ui_ng/src/i18n/lang/zh-cn-lang.json b/src/ui_ng/src/i18n/lang/zh-cn-lang.json index dc03bdacb..70298c9ef 100644 --- a/src/ui_ng/src/i18n/lang/zh-cn-lang.json +++ b/src/ui_ng/src/i18n/lang/zh-cn-lang.json @@ -421,6 +421,8 @@ "PRO_ITEM": "项目", "REPO_ITEM": "镜像仓库", "INDEX_MY": "私有", + "INDEX_MY_PROJECTS": "我的项目", + "INDEX_MY_REPOSITORIES": "我的镜像仓库", "INDEX_PUB": "公开", "INDEX_TOTAL": "总计", "STORAGE": "存储",