added translate

enad-Q3
enadhilal 4 years ago
parent 6a34981c9b
commit 69330e48bb

@ -124,9 +124,9 @@
<div [ngClass]='profileProgress >= 50 && profileProgress >= 75? "profile-green":"profile-gray"'></div>
<div [ngClass]='profileProgress >= 85 ? "profile-green":"profile-gray"'></div>
</div>
<div style="margin-left: 20px; margin-top: 5px; font-size: 13px;">{{ts.trPK('userProfile','profile-compitation')}} {{profileProgress}}%</div>
<div *ngIf="familyMemberSegment" style="margin-left: 20px; margin-top: 5px; font-size: 13px;">Add or update information about your beneficarie of dependants <br>
Note: People you enter here become dependants or beneficiaries only after you complete benefits enrollment</div>
<div [ngClass]='direction === "ltr"? "profile-compilation-en":"profile-compilation-ar"'>{{ts.trPK('userProfile','profile-compitation')}} {{profileProgress}}%</div>
<div *ngIf="familyMemberSegment" [ngClass]='direction === "ltr"? "profile-note-en":"profile-note-ar"'>{{ts.trPK('userProfile','note-part-1')}}<br>
{{ts.trPK('userProfile','note-part-2')}}</div>
<ion-card *ngIf="personalInfoSegment" [ngClass]="direction === 'ltr'? 'card-size-info-en': 'card-size-info-ar' ">
<ion-card-content>
@ -322,7 +322,7 @@
<ion-col size='4'>
<h2 style="font-weight: bold; font-size: 17px;">{{data.name}}</h2>
</ion-col>
<ion-col size='5' offset='3'>
<ion-col [size]='direction === "ltr" ? 5 : 8 ' [offset]='direction === "ltr" ? 3 : 0 '>
<div class='family-member-button' style="height: 32px !important;" (click)='updateFunction()'>
<ion-icon style="width: 20px;" name="create"></ion-icon>
<p>{{ts.trPK('userProfile','update')}}</p>
@ -333,7 +333,7 @@
<ion-col size='4'>
<ion-label><p style="font-weight: bold; font-size: 17px;">{{data.relation}}</p></ion-label>
</ion-col>
<ion-col size='5' offset='3'>
<ion-col [size]='direction === "ltr" ? 5 : 8 ' [offset]='direction === "ltr" ? 3 : 0 '>
<div class='family-member-button' style="height: 32px !important;" (click)='RemoveFunction()'>
<ion-icon name="trash" style="width: 20px; height: 20px; color: #CA3332;"></ion-icon>
<p style="color: #CA3332;">{{ts.trPK('userProfile','remove')}}</p>

@ -1381,3 +1381,24 @@ $actionBtnSize: 36px;
border-radius: 20px;
box-shadow: 0px 0px 5px #00000029;
}
.profile-note-en{
margin-left: 20px;
margin-top: 5px;
font-size: 13px;
}
.profile-note-ar{
margin-right: 20px;
margin-top: 5px;
font-size: 13px;
}
.profile-compilation-en{
margin-left: 20px;
margin-top: 5px;
font-size: 13px;
}
.profile-compilation-ar{
margin-left: 20px;
margin-top: 5px;
font-size: 13px;
}

@ -1474,6 +1474,14 @@
"remove-confirm":{
"en":"member removed successfully",
"ar":"تم حذف البيانات بنجاح"
},
"note-part-1":{
"en":"Add or update information about your beneficiaries of dependants.",
"ar":"قم بإضافة أو تحديث المعلومات حول المستفيدين من المعالين."
},
"note-part-2":{
"en":"Note: People you enter here become dependants or beneficiaries only after you complete benefits enrollment.",
"ar":"ملاحظة: الأشخاص الذين تدخلهم هنا يصبحون معالين أو مستفيدين فقط بعد إكمال تسجيل المزايا."
}
},
"changePassword": {

Loading…
Cancel
Save