mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-01 20:41:22 +01:00
fix: replication rule message in UI (#21299)
* updates replication rule confirm message for execution in UI * update en-us-lang and es-es-lang with clear focus on execution * Since different languages have varying interpretations of 'execution' * Its better to update only the English version Signed-off-by: bupd <bupdprasanth@gmail.com>
This commit is contained in:
parent
875f43b93c
commit
8bf710a405
@ -586,8 +586,8 @@
|
|||||||
"FILTER_EXECUTIONS_PLACEHOLDER": "Filter Executions",
|
"FILTER_EXECUTIONS_PLACEHOLDER": "Filter Executions",
|
||||||
"DELETION_TITLE": "Confirm Replication Rule Deletion",
|
"DELETION_TITLE": "Confirm Replication Rule Deletion",
|
||||||
"DELETION_SUMMARY": "Do you want to delete replication rule {{param}}?",
|
"DELETION_SUMMARY": "Do you want to delete replication rule {{param}}?",
|
||||||
"REPLICATION_TITLE": "Confirm Rule Replication",
|
"REPLICATION_TITLE": "Confirm Replication Rule Execution",
|
||||||
"REPLICATION_SUMMARY": "Do you want to replicate the rule {{param}}?",
|
"REPLICATION_SUMMARY": "Do you want to execute replication rule {{param}}?",
|
||||||
"DELETION_TITLE_FAILURE": "failed to delete Rule Deletion",
|
"DELETION_TITLE_FAILURE": "failed to delete Rule Deletion",
|
||||||
"DELETION_SUMMARY_FAILURE": "have pending/running/retrying status",
|
"DELETION_SUMMARY_FAILURE": "have pending/running/retrying status",
|
||||||
"REPLICATE_SUMMARY_FAILURE": "have pending/running status",
|
"REPLICATE_SUMMARY_FAILURE": "have pending/running status",
|
||||||
|
@ -590,8 +590,8 @@
|
|||||||
"DELETION_TITLE_FAILURE": "failed to delete Rule Deletion",
|
"DELETION_TITLE_FAILURE": "failed to delete Rule Deletion",
|
||||||
"DELETION_SUMMARY_FAILURE": "have pending/running/retrying status",
|
"DELETION_SUMMARY_FAILURE": "have pending/running/retrying status",
|
||||||
"REPLICATE_SUMMARY_FAILURE": "have pending/running status",
|
"REPLICATE_SUMMARY_FAILURE": "have pending/running status",
|
||||||
"REPLICATION_TITLE": "Confirm Rule replication",
|
"REPLICATION_TITLE": "Confirm Replication Rule Execution",
|
||||||
"REPLICATION_SUMMARY": "Do you want to replicate the Rule {{param}}?",
|
"REPLICATION_SUMMARY": "Do you want to execute replication rule {{param}}?",
|
||||||
"FILTER_TARGETS_PLACEHOLDER": "Filtrar Endpoints",
|
"FILTER_TARGETS_PLACEHOLDER": "Filtrar Endpoints",
|
||||||
"DELETION_TITLE_TARGET": "Confirmar Eliminación de Endpoint",
|
"DELETION_TITLE_TARGET": "Confirmar Eliminación de Endpoint",
|
||||||
"DELETION_SUMMARY_TARGET": "¿Quiere eliminar el endpoint {{param}}?",
|
"DELETION_SUMMARY_TARGET": "¿Quiere eliminar el endpoint {{param}}?",
|
||||||
|
Loading…
Reference in New Issue
Block a user