@ -267,6 +267,7 @@
"totalPayAmount": "المبلغ الإجمالي للدفع",
"paymentInformation": "معلومات الدفع",
"performance": "تقييم الاداء",
"performanceEvaluation": "تقييم الأداء في",
"amount": "مقدار",
"correctCurrentDatails": "تعديل او اكمال التفاصيل الحالية",
"selectType": " حدد نوع التغيير الذي تريد القيام به",
@ -314,6 +314,7 @@
"regular": "Regular",
"mark": "Mark",
"performance": "Performance Evaluation",
"performanceEvaluation": "Performance evaluation in",
"selectMethodOfAttendance": "Select the method to mark the attendance",
"comeNearHMGWifi": "Please come near to HMG wifi",
"profile": {
@ -335,4 +335,5 @@ abstract class LocaleKeys {
static const gender_with_arg = 'gender.with_arg';
static const gender = 'gender';
static const reset_locale = 'reset_locale';
static const performanceEvaluation = 'performanceEvaluation';
}
@ -70,7 +70,7 @@ class _PerformanceAppraisalState extends State<PerformanceAppraisal> {
children: [
Container(
child: Text(
"Performance evaluation in " + performance.aPPRAISALYEAR.toString(),
LocaleKeys.performanceEvaluation.tr() + performance.aPPRAISALYEAR.toString(),
style: const TextStyle(fontWeight: FontWeight.bold),
)),
SizedBox(