diff --git a/src/ui_ng/lib/src/replication/replication.component.html.ts b/src/ui_ng/lib/src/replication/replication.component.html.ts index 8d1621b13..0bab97d7d 100644 --- a/src/ui_ng/lib/src/replication/replication.component.html.ts +++ b/src/ui_ng/lib/src/replication/replication.component.html.ts @@ -51,7 +51,7 @@ export const REPLICATION_TEMPLATE: string = ` {{'REPLICATION.STATUS' | translate}} {{'REPLICATION.OPERATION' | translate}} {{'REPLICATION.CREATION_TIME' | translate}} - {{'REPLICATION.END_TIME' | translate}} + {{'REPLICATION.UPDATE_TIME' | translate}} {{'REPLICATION.LOGS' | translate}} {{'REPLICATION.JOB_PLACEHOLDER' | translate }} @@ -61,9 +61,12 @@ export const REPLICATION_TEMPLATE: string = ` {{j.creation_time | date: 'short'}} {{j.update_time | date: 'short'}} - + {{'REPLICATION.NO_LOGS' | translate}} + + - + + diff --git a/src/ui_ng/src/i18n/lang/en-us-lang.json b/src/ui_ng/src/i18n/lang/en-us-lang.json index dc6d95ae7..d38033ba4 100644 --- a/src/ui_ng/src/i18n/lang/en-us-lang.json +++ b/src/ui_ng/src/i18n/lang/en-us-lang.json @@ -258,10 +258,11 @@ "STATUS": "Status", "OPERATION": "Operation", "CREATION_TIME": "Start Time", - "END_TIME": "End Time", + "UPDATE_TIME": "Update Time", "LOGS": "Logs", "OF": "of", "ITEMS": "items", + "NO_LOGS": "No log", "TOGGLE_ENABLE_TITLE": "Enable Rule", "CONFIRM_TOGGLE_ENABLE_POLICY": "After enabling the replication rule, all repositories under the project will be replicated to the destination registry. \nPlease confirm to continue.", "TOGGLE_DISABLE_TITLE": "Disable Rule", diff --git a/src/ui_ng/src/i18n/lang/es-es-lang.json b/src/ui_ng/src/i18n/lang/es-es-lang.json index 729ee939b..cb310fb40 100644 --- a/src/ui_ng/src/i18n/lang/es-es-lang.json +++ b/src/ui_ng/src/i18n/lang/es-es-lang.json @@ -258,9 +258,10 @@ "STATUS": "Estado", "OPERATION": "Operación", "CREATION_TIME": "Fecha de Inicio", - "END_TIME": "Fecha de Finalización", + "UPDATE_TIME": "Update time", "LOGS": "Logs", "OF": "of", + "NO_LOGS": "No log", "ITEMS": "elementos", "TOGGLE_ENABLE_TITLE": "Activar Regla", "CONFIRM_TOGGLE_ENABLE_POLICY": "Después de la activación de esta regla, todos los repositorios de este proyecto serán replicados al registro de destino.\nPor favor, confirme para continuar.", diff --git a/src/ui_ng/src/i18n/lang/zh-cn-lang.json b/src/ui_ng/src/i18n/lang/zh-cn-lang.json index 27fcc42ca..43c12b8f5 100644 --- a/src/ui_ng/src/i18n/lang/zh-cn-lang.json +++ b/src/ui_ng/src/i18n/lang/zh-cn-lang.json @@ -258,10 +258,11 @@ "STATUS": "状态", "OPERATION": "操作", "CREATION_TIME": "创建时间", - "END_TIME": "结束时间", + "UPDATE_TIME": "更新时间", "LOGS": "日志", "OF": "共计", "ITEMS": "条记录", + "NO_LOGS": "无日志", "TOGGLE_ENABLE_TITLE": "启用规则", "CONFIRM_TOGGLE_ENABLE_POLICY": "启用规则后,该项目下的所有镜像仓库将复制到目标实例。\n请确认继续。", "TOGGLE_DISABLE_TITLE": "停用规则",