diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json index f94ba78ab..2f2ef3935 100644 --- a/backend/i18n/frontend_en.json +++ b/backend/i18n/frontend_en.json @@ -298,6 +298,7 @@ "common.label": "Label", "common.language": "Language", "common.languages": "Languages", + "common.lastExecuted": "Last Executed", "common.latitudeShort": "Lat", "common.loading": "Loading", "common.logout": "Logout", diff --git a/backend/i18n/frontend_it.json b/backend/i18n/frontend_it.json index 6209894e8..803f8e4af 100644 --- a/backend/i18n/frontend_it.json +++ b/backend/i18n/frontend_it.json @@ -298,6 +298,7 @@ "common.label": "Etichetta", "common.language": "Lingua", "common.languages": "Lingue", + "common.lastExecuted": "Last Executed", "common.latitudeShort": "Lat", "common.loading": "Caricamento", "common.logout": "Esci", diff --git a/backend/i18n/frontend_nl.json b/backend/i18n/frontend_nl.json index 807ffaced..6eb227a20 100644 --- a/backend/i18n/frontend_nl.json +++ b/backend/i18n/frontend_nl.json @@ -298,6 +298,7 @@ "common.label": "Label", "common.language": "Language", "common.languages": "Talen", + "common.lastExecuted": "Last Executed", "common.latitudeShort": "Lat", "common.loading": "Laden", "common.logout": "Uitloggen", diff --git a/backend/i18n/frontend_zh.json b/backend/i18n/frontend_zh.json index c0a652379..9a988732c 100644 --- a/backend/i18n/frontend_zh.json +++ b/backend/i18n/frontend_zh.json @@ -298,6 +298,7 @@ "common.label": "标签", "common.language": "语言", "common.languages": "语言", + "common.lastExecuted": "Last Executed", "common.latitudeShort": "纬度", "common.loading": "正在加载", "common.logout": "注销", diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json index f94ba78ab..2f2ef3935 100644 --- a/backend/i18n/source/frontend_en.json +++ b/backend/i18n/source/frontend_en.json @@ -298,6 +298,7 @@ "common.label": "Label", "common.language": "Language", "common.languages": "Languages", + "common.lastExecuted": "Last Executed", "common.latitudeShort": "Lat", "common.loading": "Loading", "common.logout": "Logout", diff --git a/frontend/app/features/content/shared/preview-button.component.html b/frontend/app/features/content/shared/preview-button.component.html index f14b10c3c..e0a0f5390 100644 --- a/frontend/app/features/content/shared/preview-button.component.html +++ b/frontend/app/features/content/shared/preview-button.component.html @@ -1,5 +1,5 @@ - {{ 'common.preview' | sqxTranslate }}: + {{ 'common.preview' | sqxTranslate }}:
- {{ 'common.executed' | sqxTranslate }}: {{rule.lastExecuted | sqxFromNow:'-'}} + {{ 'common.lastExecuted' | sqxTranslate }}: {{rule.lastExecuted | sqxFromNow:'-'}}