mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 06:28:06 +01:00
Merge pull request #9282 from AllForNothing/master
fix language expression issue for tag retention
This commit is contained in:
commit
94f6df9b47
@ -76,4 +76,4 @@
|
|||||||
<account-settings-modal></account-settings-modal>
|
<account-settings-modal></account-settings-modal>
|
||||||
<password-setting></password-setting>
|
<password-setting></password-setting>
|
||||||
<confiramtion-dialog></confiramtion-dialog>
|
<confiramtion-dialog></confiramtion-dialog>
|
||||||
<about-dialog></about-dialog>
|
<about-dialog></about-dialog>
|
||||||
|
@ -1181,7 +1181,7 @@
|
|||||||
"TAGS": "Tags",
|
"TAGS": "Tags",
|
||||||
"MATCHES_TAGS": "Matches tags",
|
"MATCHES_TAGS": "Matches tags",
|
||||||
"MATCHES_EXCEPT_TAGS": "Matches except 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",
|
"LABELS": "Labels",
|
||||||
"MATCHES_LABELS": "Matches Labels",
|
"MATCHES_LABELS": "Matches Labels",
|
||||||
"MATCHES_EXCEPT_LABELS": "Matches except Labels",
|
"MATCHES_EXCEPT_LABELS": "Matches except Labels",
|
||||||
|
@ -1178,7 +1178,7 @@
|
|||||||
"TAGS": "Tags",
|
"TAGS": "Tags",
|
||||||
"MATCHES_TAGS": "Matches tags",
|
"MATCHES_TAGS": "Matches tags",
|
||||||
"MATCHES_EXCEPT_TAGS": "Matches except 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",
|
"LABELS": "Labels",
|
||||||
"MATCHES_LABELS": "Matches Labels",
|
"MATCHES_LABELS": "Matches Labels",
|
||||||
"MATCHES_EXCEPT_LABELS": "Matches except Labels",
|
"MATCHES_EXCEPT_LABELS": "Matches except Labels",
|
||||||
|
@ -1150,7 +1150,7 @@
|
|||||||
"TAGS": "Tags",
|
"TAGS": "Tags",
|
||||||
"MATCHES_TAGS": "Matches tags",
|
"MATCHES_TAGS": "Matches tags",
|
||||||
"MATCHES_EXCEPT_TAGS": "Matches except 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",
|
"LABELS": "Labels",
|
||||||
"MATCHES_LABELS": "Matches Labels",
|
"MATCHES_LABELS": "Matches Labels",
|
||||||
"MATCHES_EXCEPT_LABELS": "Matches except Labels",
|
"MATCHES_EXCEPT_LABELS": "Matches except Labels",
|
||||||
|
@ -1175,7 +1175,7 @@
|
|||||||
"TAGS": "Tags",
|
"TAGS": "Tags",
|
||||||
"MATCHES_TAGS": "Matches tags",
|
"MATCHES_TAGS": "Matches tags",
|
||||||
"MATCHES_EXCEPT_TAGS": "Matches except 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",
|
"LABELS": "Labels",
|
||||||
"MATCHES_LABELS": "Matches Labels",
|
"MATCHES_LABELS": "Matches Labels",
|
||||||
"MATCHES_EXCEPT_LABELS": "Matches except Labels",
|
"MATCHES_EXCEPT_LABELS": "Matches except Labels",
|
||||||
|
@ -1180,7 +1180,7 @@
|
|||||||
"TAGS": "Etiketler",
|
"TAGS": "Etiketler",
|
||||||
"MATCHES_TAGS": "Etiketleri eşleşir",
|
"MATCHES_TAGS": "Etiketleri eşleşir",
|
||||||
"MATCHES_EXCEPT_TAGS": "Etiketler hariç 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",
|
"LABELS": "Etiketler",
|
||||||
"MATCHES_LABELS": "Eşleşen Etiketler",
|
"MATCHES_LABELS": "Eşleşen Etiketler",
|
||||||
"MATCHES_EXCEPT_LABELS": "Etiketler hariç eşleşmeler",
|
"MATCHES_EXCEPT_LABELS": "Etiketler hariç eşleşmeler",
|
||||||
|
@ -1177,7 +1177,7 @@
|
|||||||
"TAGS": "Tags",
|
"TAGS": "Tags",
|
||||||
"MATCHES_TAGS": "匹配tags",
|
"MATCHES_TAGS": "匹配tags",
|
||||||
"MATCHES_EXCEPT_TAGS": "排除tags",
|
"MATCHES_EXCEPT_TAGS": "排除tags",
|
||||||
"TAG_SEPARATOR": "使用逗号分割tags,tag*,**,or regex",
|
"TAG_SEPARATOR": "使用逗号分割tags,tag*和**",
|
||||||
"LABELS": "标签",
|
"LABELS": "标签",
|
||||||
"MATCHES_LABELS": "匹配标签",
|
"MATCHES_LABELS": "匹配标签",
|
||||||
"MATCHES_EXCEPT_LABELS": "排除标签",
|
"MATCHES_EXCEPT_LABELS": "排除标签",
|
||||||
|
Loading…
Reference in New Issue
Block a user