Skip to content

Commit aa68471

Browse files
authored
Merge pull request goharbor#7743 from pureshine/modify-text
Modify the prompt for deleting resources when creating a replication rule.
2 parents 4b6e294 + 83de216 commit aa68471

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/portal/src/i18n/lang/en-us-lang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
"TRIGGER_MODE": "Trigger Mode",
492492
"SOURCE_PROJECT": "Source project",
493493
"REPLICATE": "Replicate",
494-
"DELETE_REMOTE_IMAGES": "Delete remote images when locally deleted",
494+
"DELETE_REMOTE_IMAGES": "Delete remote resources when locally deleted",
495495
"DELETE_ENABLED": "Enabled this policy",
496496
"REPLICATE_IMMEDIATE": "Replicate existing images immediately",
497497
"NEW": "New",

src/portal/src/i18n/lang/es-es-lang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
"TRIGGER_MODE": "Trigger Mode",
494494
"SOURCE_PROJECT": "Source project",
495495
"REPLICATE": "Replicate",
496-
"DELETE_REMOTE_IMAGES": "Delete remote images when locally deleted",
496+
"DELETE_REMOTE_IMAGES": "Delete remote resources when locally deleted",
497497
"DELETE_ENABLED": "Enabled this policy",
498498
"REPLICATE_IMMEDIATE": "Replicate existing images immediately",
499499
"NEW": "New",

src/portal/src/i18n/lang/fr-fr-lang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
"TRIGGER_MODE": "Trigger Mode",
482482
"SOURCE_PROJECT": "Source project",
483483
"REPLICATE": "Replicate",
484-
"DELETE_REMOTE_IMAGES": "Delete remote images when locally deleted",
484+
"DELETE_REMOTE_IMAGES": "Delete remote resources when locally deleted",
485485
"DELETE_ENABLED": "Enabled this policy",
486486
"REPLICATE_IMMEDIATE": "Replicate existing images immediately",
487487
"NEW": "New",

src/portal/src/i18n/lang/pt-br-lang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
"TRIGGER_MODE": "Modo de disparo",
492492
"SOURCE_PROJECT": "Projeto de origem",
493493
"REPLICATE": "Replicar",
494-
"DELETE_REMOTE_IMAGES":"Remover imagens remotas quando removido localmente",
494+
"DELETE_REMOTE_IMAGES":"Remover resources remotas quando removido localmente",
495495
"DELETE_ENABLED": "Enabled this policy",
496496
"REPLICATE_IMMEDIATE":"Replicar imagens existentes imediatamente",
497497
"NEW": "Novo",

src/portal/src/i18n/lang/zh-cn-lang.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
"TRIGGER_MODE": "触发模式",
493493
"SOURCE_PROJECT": "源项目",
494494
"REPLICATE": "同步",
495-
"DELETE_REMOTE_IMAGES": "删除本地镜像时同时也删除远程的镜像",
495+
"DELETE_REMOTE_IMAGES": "删除本地资源时同时也删除远程的资源",
496496
"DELETE_ENABLED": "默认启用该规则",
497497
"REPLICATE_IMMEDIATE": "立即同步现有的镜像。",
498498
"NEW": "新增",

0 commit comments

Comments
 (0)