- Employee Detail
+ {{'userProfile, emp-detail' | translate}}
diff --git a/Mohem/src/app/profile/profile-image/profile-image.component.html b/Mohem/src/app/profile/profile-image/profile-image.component.html
index 59845218..3e914c50 100644
--- a/Mohem/src/app/profile/profile-image/profile-image.component.html
+++ b/Mohem/src/app/profile/profile-image/profile-image.component.html
@@ -3,6 +3,7 @@
+
{{ts.trPK('userProfile','changepicture')}}
diff --git a/Mohem/src/app/vacation-rule/create-vacation-rule/create-vacation-rule.component.html b/Mohem/src/app/vacation-rule/create-vacation-rule/create-vacation-rule.component.html
index e7dc61b3..997f0b79 100644
--- a/Mohem/src/app/vacation-rule/create-vacation-rule/create-vacation-rule.component.html
+++ b/Mohem/src/app/vacation-rule/create-vacation-rule/create-vacation-rule.component.html
@@ -41,13 +41,15 @@
{{'vacation-rule, start-date' | translate}}
-
+
{{'vacation-rule, end-date' | translate}}
-
+
{{'vacation-rule, message-label' | translate}}
diff --git a/Mohem/src/app/vacation-rule/vacation-type/vacation-type.component.html b/Mohem/src/app/vacation-rule/vacation-type/vacation-type.component.html
index a216c9cc..f4fa3715 100644
--- a/Mohem/src/app/vacation-rule/vacation-type/vacation-type.component.html
+++ b/Mohem/src/app/vacation-rule/vacation-type/vacation-type.component.html
@@ -118,12 +118,14 @@
{{'vacation-rule, start-date' | translate}}
+ placeholder="MM/DD/YYYY hh:mm:ss A" required cancelText="{{ts.trPK('general','cancel')}}"
+ doneText="{{ts.trPK('general','done')}}">
{{'vacation-rule, end-date' | translate}}
+ placeholder="MM/DD/YYYY hh:mm:ss A" required cancelText="{{ts.trPK('general','cancel')}}"
+ doneText="{{ts.trPK('general','done')}}">
{{'vacation-rule, message-label' | translate}}
diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json
index 94277c80..0f337db3 100644
--- a/Mohem/src/assets/localization/i18n.json
+++ b/Mohem/src/assets/localization/i18n.json
@@ -249,10 +249,22 @@
"en": "Cancel",
"ar": "إلغاء"
},
+ "takePhoto": {
+ "en": "Take Photo",
+ "ar": "أخذ صورة"
+ },
+ "Choose-from-Library": {
+ "en": "Choose from Library",
+ "ar": " الإختيار من قائمة الصور"
+ },
"done": {
"en": "Done",
"ar": "تم"
},
+ "moreAction": {
+ "en": "More Action",
+ "ar": "المزيد"
+ },
"close": {
"en": "Close",
"ar": "إغلق"
@@ -994,7 +1006,7 @@
},
"changepicture": {
"en": "Change Picture",
- "ar": "تغيير الصوره"
+ "ar": "تغيير الصورة"
},
"empNo": {
"en": "Employee Number",
@@ -1970,6 +1982,10 @@
"en": "Employee Information",
"ar": "معلومات الموظف"
},
+ "employee-on-leave": {
+ "en": "Employee will also on leave",
+ "ar": "الموظف سوف يكون في اجازة ايضا"
+ },
"info": {
"en": "Info",
"ar": "تفاصيل"