diff --git a/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html b/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html index 57b9aa7d..ea365f04 100644 --- a/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html +++ b/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html @@ -664,26 +664,27 @@ - Approve + {{'worklistMain, approve' | translate}} - Reject + {{'worklistMain, reject' | translate}} - Request + {{'worklistMain, request' | translate}} - Skip + {{'worklistMain, skip' | translate}} + - More + {{'worklistMain, more' | translate}} diff --git a/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html b/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html index 34bc6067..a268e09b 100644 --- a/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html +++ b/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html @@ -783,26 +783,26 @@ - Approve - + {{'worklistMain, approve' | translate}} + - Reject - + {{'worklistMain, reject' | translate}} + - Request - + {{'worklistMain, request' | translate}} + - Skip + {{'worklistMain, skip' | translate}} - + - More + {{'worklistMain, more' | translate}} diff --git a/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html b/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html index 377cd30e..5af9c27a 100644 --- a/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html +++ b/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html @@ -502,26 +502,29 @@ - Approve + {{'worklistMain, approve' | translate}} - Reject + {{'worklistMain, reject' | translate}} - Request + {{'worklistMain, request' | translate}} - Skip + {{'worklistMain, skip' | translate}} + + + - More + {{'worklistMain, more' | translate}} diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.html b/Mohem/src/app/notification/worklist-main/worklist-main.component.html index f9b2de69..ce96a967 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.html +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.html @@ -509,27 +509,30 @@ - Approve + {{'worklistMain, approve' | translate}} - Reject + {{'worklistMain, reject' | translate}} - Request + {{'worklistMain, request' | translate}} - Skip + {{'worklistMain, skip' | translate}} - More + {{'worklistMain, more' | translate}} + + + diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json index bd4a9d54..b50595ab 100644 --- a/Mohem/src/assets/localization/i18n.json +++ b/Mohem/src/assets/localization/i18n.json @@ -1960,6 +1960,24 @@ } }, "worklistMain": { + "more":{ + "en": "More", + "ar":"المزيد" + }, + + "approve":{ + "en": "Approve", + "ar":"موافق" + }, + "reject":{ + "en": "Reject", + "ar":"رفض" + }, + "request":{ + "en": "Request", + "ar":"طلب" + }, + "title":{ "en": "Details", "ar":"التفاصيل"