From 717fcb555a7070c45c483a76b6d8ee74e3345a19 Mon Sep 17 00:00:00 2001 From: sshijun Date: Thu, 26 Sep 2019 16:13:34 +0800 Subject: [PATCH] fix language expression issue for tag retention Signed-off-by: sshijun --- .../src/app/base/harbor-shell/harbor-shell.component.html | 2 +- src/portal/src/i18n/lang/en-us-lang.json | 2 +- src/portal/src/i18n/lang/es-es-lang.json | 2 +- src/portal/src/i18n/lang/fr-fr-lang.json | 2 +- src/portal/src/i18n/lang/pt-br-lang.json | 2 +- src/portal/src/i18n/lang/tr-tr-lang.json | 2 +- src/portal/src/i18n/lang/zh-cn-lang.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/portal/src/app/base/harbor-shell/harbor-shell.component.html b/src/portal/src/app/base/harbor-shell/harbor-shell.component.html index f7a085a63..066ec0333 100644 --- a/src/portal/src/app/base/harbor-shell/harbor-shell.component.html +++ b/src/portal/src/app/base/harbor-shell/harbor-shell.component.html @@ -76,4 +76,4 @@ - \ No newline at end of file + diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index 206961cb5..048eee7d3 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -1176,7 +1176,7 @@ "TAGS": "Tags", "MATCHES_TAGS": "Matches tags", "MATCHES_EXCEPT_TAGS": "Matches except tags", - "TAG_SEPARATOR": "Enter multiple comma separated tags,tag*,**,or regex", + "TAG_SEPARATOR": "Enter multiple comma separated tags,tag*,or **", "LABELS": "Labels", "MATCHES_LABELS": "Matches Labels", "MATCHES_EXCEPT_LABELS": "Matches except Labels", diff --git a/src/portal/src/i18n/lang/es-es-lang.json b/src/portal/src/i18n/lang/es-es-lang.json index 6083ae9e5..7ee576b11 100644 --- a/src/portal/src/i18n/lang/es-es-lang.json +++ b/src/portal/src/i18n/lang/es-es-lang.json @@ -1173,7 +1173,7 @@ "TAGS": "Tags", "MATCHES_TAGS": "Matches tags", "MATCHES_EXCEPT_TAGS": "Matches except tags", - "TAG_SEPARATOR": "Enter multiple comma separated tags,tag*,**,or regex", + "TAG_SEPARATOR": "Enter multiple comma separated tags,tag*,or **", "LABELS": "Labels", "MATCHES_LABELS": "Matches Labels", "MATCHES_EXCEPT_LABELS": "Matches except Labels", diff --git a/src/portal/src/i18n/lang/fr-fr-lang.json b/src/portal/src/i18n/lang/fr-fr-lang.json index 5099c9dff..a848979ae 100644 --- a/src/portal/src/i18n/lang/fr-fr-lang.json +++ b/src/portal/src/i18n/lang/fr-fr-lang.json @@ -1145,7 +1145,7 @@ "TAGS": "Tags", "MATCHES_TAGS": "Matches tags", "MATCHES_EXCEPT_TAGS": "Matches except tags", - "TAG_SEPARATOR": "Enter multiple comma separated tags,tag*,**,or regex", + "TAG_SEPARATOR": "Enter multiple comma separated tags,tag*,or **", "LABELS": "Labels", "MATCHES_LABELS": "Matches Labels", "MATCHES_EXCEPT_LABELS": "Matches except Labels", diff --git a/src/portal/src/i18n/lang/pt-br-lang.json b/src/portal/src/i18n/lang/pt-br-lang.json index decac1ee0..e2501c5f3 100644 --- a/src/portal/src/i18n/lang/pt-br-lang.json +++ b/src/portal/src/i18n/lang/pt-br-lang.json @@ -1170,7 +1170,7 @@ "TAGS": "Tags", "MATCHES_TAGS": "Matches tags", "MATCHES_EXCEPT_TAGS": "Matches except tags", - "TAG_SEPARATOR": "Enter multiple comma separated tags,tag*,**,or regex", + "TAG_SEPARATOR": "Enter multiple comma separated tags,tag*,or **", "LABELS": "Labels", "MATCHES_LABELS": "Matches Labels", "MATCHES_EXCEPT_LABELS": "Matches except Labels", diff --git a/src/portal/src/i18n/lang/tr-tr-lang.json b/src/portal/src/i18n/lang/tr-tr-lang.json index 5622b00ea..3fe847112 100644 --- a/src/portal/src/i18n/lang/tr-tr-lang.json +++ b/src/portal/src/i18n/lang/tr-tr-lang.json @@ -1175,7 +1175,7 @@ "TAGS": "Etiketler", "MATCHES_TAGS": "Etiketleri eşleşir", "MATCHES_EXCEPT_TAGS": "Etiketler hariç eşleşir", - "TAG_SEPARATOR": "Birden çok virgülle ayrılmış etiket, etiket *, ** veya regex girin", + "TAG_SEPARATOR": "Birden çok virgülle ayrılmış etiket, etiket * veya ** girin", "LABELS": "Etiketler", "MATCHES_LABELS": "Eşleşen Etiketler", "MATCHES_EXCEPT_LABELS": "Etiketler hariç eşleşmeler", diff --git a/src/portal/src/i18n/lang/zh-cn-lang.json b/src/portal/src/i18n/lang/zh-cn-lang.json index b16bcdbfd..be5e272aa 100644 --- a/src/portal/src/i18n/lang/zh-cn-lang.json +++ b/src/portal/src/i18n/lang/zh-cn-lang.json @@ -1172,7 +1172,7 @@ "TAGS": "Tags", "MATCHES_TAGS": "匹配tags", "MATCHES_EXCEPT_TAGS": "排除tags", - "TAG_SEPARATOR": "使用逗号分割tags,tag*,**,or regex", + "TAG_SEPARATOR": "使用逗号分割tags,tag*和**", "LABELS": "标签", "MATCHES_LABELS": "匹配标签", "MATCHES_EXCEPT_LABELS": "排除标签",