PMCORE-3615

This commit is contained in:
Henry Jordan
2022-01-05 17:07:21 +00:00
committed by Julio Cesar Laura Avendaño
parent e6afdfcdb0
commit 703b479afc
4 changed files with 9 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<button-fleft :data="newCase"></button-fleft>
<div class="p-1 v-flex">
<h4 class="v-search-title">
Task metrics
{{ $t("ID_TASK_METRICS") }}
<span class="vp-padding-r3"> <i class="fas fa-chart-pie"></i></span>
</h4>
</div>

View File

@@ -53336,3 +53336,9 @@ msgstr "Sorry, No Solid icons found!"
#: LABEL/ID_SELECT_PROCESS_DRILL
msgid "Select a process to have the Drilling Down Options"
msgstr "Select a process to have the Drilling Down Options"
# TRANSLATION
# LABEL/ID_TASK_METRICS
#: LABEL/ID_TASK_METRICS
msgid "Task metrics"
msgstr "Task metrics"

View File

@@ -61306,6 +61306,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
( 'LABEL','ID_TASK_IN_PROGRESS','en','Task in Progress','2014-01-15') ,
( 'LABEL','ID_TASK_NAME','en','Task Name','2020-12-16') ,
( 'LABEL','ID_TASK_METRICS','en','Task metrics','2021-01-05') ,
( 'LABEL','ID_TASK_NOT_EXIST','en','The task with {0}: ''{1}'' does not exist.','2014-05-29') ,
( 'LABEL','ID_TASK_NOT_FOUND','en','Task not found for id: {0}','2014-05-21') ,
( 'LABEL','ID_TASK_NOT_RELATED','en','[Not related to a task]','2014-01-15') ,