mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-20 06:31:55 +01:00
Edit the words width vulnerability and robot;
edit the words width vulnerability and robot; Signed-off-by: Yogi_Wang <yawang@vmware.com>
This commit is contained in:
parent
7b7f7a920a
commit
471fae6c92
@ -1,10 +1,10 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<h2 class="custom-h2 vul-title">{{'VULNERABILITY.SINGULAR' | translate }}</h2>
|
||||
<h2 class="custom-h2 vul-title first-letter-upcase">{{'VULNERABILITY.SINGULAR' | translate }}</h2>
|
||||
<span class="spinner spinner-inline" [hidden]="!inProgress"></span>
|
||||
<clr-tabs>
|
||||
<clr-tab>
|
||||
<button id="config-vulnerability" clrTabLink>{{'CONFIG.VULNERABILITY' | translate }}</button>
|
||||
<button id="config-vulnerability" class="first-letter-upcase" clrTabLink>{{'VULNERABILITY.SINGULAR' | translate }}</button>
|
||||
<clr-tab-content id="vulnerability">
|
||||
<vulnerability-config (loadingStatus)="getStatus($event)"></vulnerability-config>
|
||||
</clr-tab-content>
|
||||
|
@ -1,3 +1,9 @@
|
||||
.vul-title {
|
||||
display: inline-block;
|
||||
}
|
||||
.first-letter-upcase {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.first-letter-upcase.nav-link.btn {
|
||||
text-transform: capitalize;
|
||||
}
|
@ -310,7 +310,7 @@
|
||||
"DELETE": "Delete",
|
||||
"CREAT_ROBOT_ACCOUNT": "Creat Robot Account",
|
||||
"PULL_PERMISSION": "Permission for Pull",
|
||||
"PULL_PUSH_PERMISSION": "Permission for Push and Pull",
|
||||
"PULL_PUSH_PERMISSION": "Permission for Push / Pull",
|
||||
"FILTER_PLACEHOLDER": "Filter Robot Accounts",
|
||||
"ROBOT_NAME": "Cannot contain special characters(~#$%) and maximum length should be 255 characters.",
|
||||
"ACCOUNT_EXISTING": "Robot Account is already exists.",
|
||||
|
@ -311,7 +311,7 @@
|
||||
"DELETE": "Delete",
|
||||
"CREAT_ROBOT_ACCOUNT": "Creat Robot Account",
|
||||
"PULL_PERMISSION": "Permission for Pull",
|
||||
"PULL_PUSH_PERMISSION": "Permission for Push and Pull",
|
||||
"PULL_PUSH_PERMISSION": "Permission for Push / Pull",
|
||||
"FILTER_PLACEHOLDER": "Filter Robot Accounts",
|
||||
"ROBOT_NAME": "Cannot contain special characters(~#$%) and maximum length should be 255 characters.",
|
||||
"ACCOUNT_EXISTING": "Robot Account is already exists.",
|
||||
|
@ -302,7 +302,7 @@
|
||||
"DELETE": "Supprimer",
|
||||
"CREAT_ROBOT_ACCOUNT": "créat robot compte ",
|
||||
"PULL_PERMISSION": "Permission for Pull",
|
||||
"PULL_PUSH_PERMISSION": "Permission for Push and Pull",
|
||||
"PULL_PUSH_PERMISSION": "Permission for Push / Pull",
|
||||
"FILTER_PLACEHOLDER": "Filter Robot Accounts",
|
||||
"ROBOT_NAME": "ne peut pas contenir de caractères spéciaux(~#$%) et la longueur maximale devrait être de 255 caractères.",
|
||||
"ACCOUNT_EXISTING": "le robot est existe déjà.",
|
||||
|
@ -308,7 +308,7 @@
|
||||
"DELETE": "Remover",
|
||||
"CREAT_ROBOT_ACCOUNT": "CRIA robô conta",
|
||||
"PULL_PERMISSION": "Permission for Pull",
|
||||
"PULL_PUSH_PERMISSION": "Permission for Push and Pull",
|
||||
"PULL_PUSH_PERMISSION": "Permission for Push / Pull",
|
||||
"FILTER_PLACEHOLDER": "Filtro robot accounts",
|
||||
"ROBOT_NAME": "Não Pode conter caracteres especiais(~#$%) e comprimento máximo deveria ser 255 caracteres.",
|
||||
"ACCOUNT_EXISTING": "Robô conta já existe.",
|
||||
|
@ -309,7 +309,7 @@
|
||||
"DELETE": "删除",
|
||||
"CREAT_ROBOT_ACCOUNT": "创建机器人账户",
|
||||
"PULL_PERMISSION": "Pull 权限",
|
||||
"PULL_PUSH_PERMISSION": "Push和Pull 权限",
|
||||
"PULL_PUSH_PERMISSION": "Push / Pull 权限",
|
||||
"FILTER_PLACEHOLDER": "过滤机器人账户",
|
||||
"ROBOT_NAME": "不能包含特殊字符(~#$%)且长度不能超过255.",
|
||||
"ACCOUNT_EXISTING": "机器人账户已经存在.",
|
||||
|
Loading…
Reference in New Issue
Block a user