-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages_en_US.properties
5745 lines (5649 loc) · 386 KB
/
messages_en_US.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
;ạkdhakskdajlsjdlasd
js.upload.msg.saveAndUpload = Before inserting a file, please save first!
js.upload.msg.firstSelectDelete = Please choose a file to delete!
js.upload.msg.confirmToDelete = Do you confirm to delete?
js.upload.msg.fileToUpload = Insert file
pa.salary.canShu.zhizecantkong = Title can not be empty\!
pa.salary.canShu.shuzhibushishuzi = Value can not be empty\!
pa.salary.canShu.chengshidengjibunengweikong = City's level can not be empty\!
pa.salary.canShu.diqumingchengbunengweikong = Name of the area can not be empty\!
pa.salary.canShu.chengshimingchengcantkong = Name of the city can not be empty!
pa.salary.canShu.citycdcantkong = CITY_CD can not be empty!
pa.salary.canShu.qufencantkong = Distinguishing can not be empty!
pa.salary.canShu.shuiqian = Total income
pa.salary.canShu.shuihou = The real wage
pa.salary.canShu.zDgzFcxyDaoRuJieGuo = Minimum wage results (without sale)
pa.salary.canShu.zDgzcxyDaoRuJieGuo = Minimum wage results (sale)
pa.salary.title.salaryconfirm=Confirm salary
ar.viewararmonthcalculate.title.querenjieguo=Confirm result
pa.salary.title.salaryconfirmapply=Confirm
alert.pa.pasalarycanshu.yutijisuan = Accrual calculation
alert.pa.pasalarycanshu.shehao = Staff code
alert.pa.pasalarycanshu.xingming = Name
alert.pa.pasalarycanshu.jisuanjishu = Base value for calculation
alert.pa.pasalarycanshu.jitijine = Amount of money
alert.ar.applyifo.addinfo = Please find out the information
alert.ess.message.isYesDiaoling = Decision to cancel part already exists
alert.hrm.dept.daqu = Region
alert.message.sync_success = Synchronize successfully!
alert.message.sync_fail = Synchronize failedly!
alert.message.change_success = Change successfully!
alert.message.change_fail = Change failedly!
alert.message.update_fail_repart_yt = Duplicate content with previous data, please confirm!
alert.message.ID_conflict = Can not add new because the newly added Category ID already exists
alert.message.ID_update_conflict = Can not add new because the newly added Category ID already exists
alert.message.add_fail = Save failedly!
alert.message.add_fail_fr_null = Branch can not be empty!
alert.message.add_fail_repart = Duplicate, No more duplicates!
alert.message.save_success = Save successfully!
alert.message.add_success = Add successfully!
alert.message.add_success1 = Save successfully!
alert.message.add_success2 = Save failedly!
alert.message.add_success3 = Save successfully!
alert.message.add_success4 = Save failedly!
alert.message.add_success5 = Save successfully!
alert.message.add_success6 = Save failedly!
alert.message.approval_status_cancel = Cancellation decision
alert.message.approval_status_end = Status
alert.message.approval_status_ing = Not valid
alert.message.approval_status_reject = Refusal to approve
alert.message.chaxuncuowucongxin = Seeking error, please reset!
alert.message.delete_fail = Delete failedly!
alert.message.delete_info_use = Information is in use, can not be deleted
alert.message.delete_success = Delete successfully!
alert.message.deletesapfail = An error occurred while deleting SAP
alert.message.ess.affirmApply.chooseApplyRecordFirstForBatch =Select the register list then perform batch!
alert.message.ess.affirmApply.egressionApplyAffirmInBatch_fail = Approval to go out series in error, please do again!
alert.message.ess.affirmApply.egressionApplyAffirmInBatch_success = Approval to go out series in succeed!
alert.message.ess.affirmApply.egressionApplyAffirm_fail = Approval to go out in error, please do again!
alert.message.ess.affirmApply.egressionApplyAffirm_success = Approval to go out successfully!
alert.message.ess.affirmApply.evectionApplyAffirmInBatch_fail = Approved batch work registration error, please do again !
alert.message.ess.affirmApply.evectionApplyAffirmInBatch_success = Approved batch work registration succeed!
alert.message.ess.affirmApply.evectionApplyAffirm_fail = Approved work registration at fault, please do again!
alert.message.ess.affirmApply.evectionApplyAffirm_success = Approval of successful work registration!
alert.message.ess.affirmApply.leaveApplyAffirmInBatch_fail = Approval for vacation leave error, please do again!
alert.message.ess.affirmApply.leaveApplyAffirmInBatch_success = Approval for vacation leave succeed!
alert.message.ess.affirmApply.leaveApplyAffirm_fail = Approval for taking a break error, please do again!
alert.message.ess.affirmApply.leaveApplyAffirm_success = Approval for taking a break succed!
alert.message.ess.affirmApply.overtimeApplyAffirmInBatch_fail = Approval application for overtime series error, please do again!
alert.message.ess.affirmApply.overtimeApplyAffirmInBatch_success =Approval application for overtime series succeed!
alert.message.ess.affirmApply.overtimeApplyAffirm_fail =Approval application for overtime error, please do again!
alert.message.ess.affirmApply.overtimeApplyAffirm_success =Approval application for overtime succeed!
alert.message.ess.humanAffirm.confirmEgressionApplyInBatch_fail =Human confirmation batch request information out failedly, please do again!
alert.message.ess.humanAffirm.confirmEgressionApplyInBatch_success =Human confirmation batch request information out successfully !
alert.message.ess.humanAffirm.confirmEgressionApply_fail =Human confirmation request information out failedly, please do again!
alert.message.ess.humanAffirm.confirmEgressionApply_success =Human confirmation request information out successfully
alert.message.ess.humanAffirm.confirmEvectionApplyInBatch_fail =Multidisciplinary confirmation personnel for failed work information, please do again!
alert.message.ess.humanAffirm.confirmEvectionApplyInBatch_success =Multidisciplinary confirmation personnel for successful work information
alert.message.ess.humanAffirm.confirmEvectionApply_fail =Human confirmation of failed work information, please do again!
alert.message.ess.humanAffirm.confirmEvectionApply_success =Human confirmation of successful work information
alert.message.ess.humanAffirm.confirmLeaveApplyInBatch_fail =Personnel confirmation mass travel information request failedly, please do again!
alert.message.ess.humanAffirm.confirmLeaveApplyInBatch_success =Personnel confirmation mass travel information request sucessfully
alert.message.ess.humanAffirm.confirmLeaveApply_fail =Personnel requesting vacation information fails, please do again!
alert.message.ess.humanAffirm.confirmLeaveApply_success =Personnel requesting vacation information succeeds
alert.message.ess.humanAffirm.confirmOvertimeApplyInBatch_fail =Confirmed request for vacation information series failure, please do again!
alert.message.ess.humanAffirm.confirmOvertimeApplyInBatch_success =Confirmed request for vacation information series in succeed
alert.message.ess.humanAffirm.confirmOvertimeApply_fail =Personel confirm overtime information failedly, please do again!
alert.message.ess.humanAffirm.confirmOvertimeApply_success =Personel confirm overtime information successfully
alert.message.ess.humanAffirm.confirmPersonApplyInBatch_fail =House of Representatives series please confirm personal information failure, please do again!
alert.message.ess.humanAffirm.confirmPersonApplyInBatch_success =House of Representatives series please confirm personal information successfully
alert.message.ess.humanAffirm.confirmPersonApply_fail =Personel confirm the personal information failedly, please do again!
alert.message.ess.humanAffirm.confirmPersonApply_success =Personel confirm the personal information successfully
alert.message.ess.humanConfirm.choosePersonToConfirm =Please select the staff then confirm the overtime!
alert.message.ess.humanConfirm.choosePersonToConfirmEgressionApply = 请选择人员再进行外出人事确认\!
alert.message.ess.humanConfirm.choosePersonToConfirmEvectionApply =Please select the staff then confirm the work!
alert.message.ess.humanConfirm.choosePersonToConfirmLeaveApply =Please select the staff then confirm the holidays
alert.message.ess.humanConfirm.overtimeConvertIsMust =Transition format can not be empty, please select an overclock converter type!
alert.message.ess.infoApply.addEgressionApplyInBatch_fail = 批量外出申请失败
alert.message.ess.infoApply.addEgressionApplyInBatch_success = 批量外出申请成功
alert.message.ess.infoApply.addEgressionApply_fail = 外出申请失败,请重试\!
alert.message.ess.infoApply.addEgressionApply_success = 外出申请成功\!
alert.message.ess.infoApply.addEvectionApplyInBatch_fail =Registration batch failed
alert.message.ess.infoApply.addEvectionApplyInBatch_success =Registration batch succeded
alert.message.ess.infoApply.addEvectionApply_fail =Sign in failedly, Please do again!
alert.message.ess.infoApply.addEvectionApply_success =Sign in failedly!
alert.message.ess.infoApply.addLeaveApplyInBatch_fail = Fail to apply in batch, please try again later!
alert.message.ess.infoApply.addLeaveApplyInBatch_success = Succeed to apply in batch!
alert.message.ess.infoApply.addLeaveApply_fail = Asking for leaving failure, please try again!
alert.message.ess.infoApply.addLeaveApply_success = Asking for leaving success!
alert.message.ess.infoApply.addOvertimeApplyInBatch_fail = Fail to apply for overtime in batch, please try again!
alert.message.ess.infoApply.addOvertimeApplyInBatch_success = Succeed to apply for overtime in batch!
alert.message.ess.infoApply.addOvertimeApply_fail = Saving apply for overtime error, please do it again!
alert.message.ess.infoApply.addOvertimeApply_success = Saving apply for overtime successfully!
alert.message.ess.infoApply.addPersonalInfo_fail = Fail to apply for personal information, please try again!
alert.message.ess.infoApply.addPersonalInfo_success = Succeed to apply for personal information!
alert.message.ess.infoApply.applyDateConflictWithExsitLeaveApply = Applying time conflicts with existed leaving time!
alert.message.ess.infoApply.applyDateConflictWithExsitOtApply = Applying time conflicts with existed applying for overtime!
alert.message.ess.infoApply.applyFailed_cannotApply = Apply fail! Can not apply!
alert.message.ess.infoApply.applyTimeRepeatWithWorkTime = Applying type does not fit with work shift of employee!
alert.message.ess.infoApply.areYouSureToApply = Do you agree to apply?
alert.message.ess.infoApply.checkHasNotThrough = Checking for approving or not, apply again!
alert.message.ess.infoApply.choosePersonFirst = Please choose employees and then apply in batch!
alert.message.ess.infoApply.daysBeforeOvertimeApply = Overtime befor ... day
alert.message.ess.infoApply.daysLatersOvertimeApply = Overtime after ... day
alert.message.ess.infoApply.egressionApplyTypeIsMust = Going out type can not be empty, please select!
alert.message.ess.infoApply.egressionEndTimeIsMust = Ending time of going out can not be empty, please select this!
alert.message.ess.infoApply.egressionStartTimeIsMust = Starting time of going out can not be empty, please select this!
alert.message.ess.infoApply.endDateTimeIsMust = Ending date can not be empty, choose again!
alert.message.ess.infoApply.endTimeIsMust = Ending time can not be empty, please select this!
alert.message.ess.infoApply.evectionApplyTypeIsMust = Ending going on business time can not be empty, please select this!
alert.message.ess.infoApply.failedPerson = Fail to apply! : Employee.
alert.message.ess.infoApply.finishDateShouldLaterThanStartDate = Fail to apply! Ending time can not be earlier than starting time!
alert.message.ess.infoApply.haveAnnualCannotApplyPersonalLeave = Had annual leave, so can not apply for sick leave or personal tasks, please apply again!
alert.message.ess.infoApply.leaveApplyDateConflictWithExsitLeaveApply = Applying for leaving conflicts with existed leaving time!
alert.message.ess.infoApply.leaveApplyDateConflictWithExsitOtApply = Applying for leaving conflicts with existed overtime!
alert.message.ess.infoApply.finishDateShouldLaterThanStartDate = Fail to apply! Ending time can not be earlier than starting time
alert.message.ess.infoApply.haveAnnualCannotApplyPersonalLeave = Had annual leave, so can not apply for sick leave or personal tasks, please apply again!
alert.message.ess.infoApply.leaveApplyDateConflictWithExsitLeaveApply = Applying for leaving conflicts with existed leaving time!
alert.message.ess.infoApply.leaveApplyDateConflictWithExsitOtApply = Applying for leaving conflicts with existed overtime!
alert.message.ess.infoApply.leaveStartTimeNotLaterThanleaveEndTime = Starting going-out time can not later than ending going-out time, select again!
alert.message.ess.infoApply.nianjiashubugou = Annual leave remaining is not enough
alert.message.ess.infoApply.noEnoughAnnualCannotApplyAnnualLeave = Annual leave is not enought, can not apply for annual leave!
alert.message.ess.infoApply.noEnoughTiaoXiuCannotApplyAnnualLeave = 调休数不足,不能申请调休\!
alert.message.ess.infoApply.notFor_PKG_ESS_OT_EXCEL_IMP = 批量加班Package报错(PKG_ESS_OT_EXCEL_IMP),请联系系统管理员!
alert.message.ess.infoApply.notFor_PKG_ESS_OT_EXCEL_IMP_F =F
alert.message.ess.infoApply.notFor = 没有为
alert.message.ess.infoApply.otApplyDateConflictWithExistLeaveApplyDate = Overtime has conflicted with leaving time before!
alert.message.ess.infoApply.otApplyDateConflictWithThatDayShift = Overtime has duplicated with overtime before, apply again!
alert.message.ess.infoApply.otApplyDateConflictWithThatDayShift.normal = Overtime has duplicated with normal overtime, apply again!
alert.message.ess.infoApply.otApplyShouldAffirmOrConfirm = Have not set up approver for leaving yet, please appoint an approver!
alert.message.ess.infoApply.otHolidayApplyDateOnlyBeAppliedInHoliday = Fail to apply => Apply for overtime on holiday is only available on holiday!
alert.message.ess.infoApply.overtimeApplyInHolidaysConflictWithShift = Apply for overtime on holidays is not suitable for work shift
alert.message.ess.infoApply.overtimeApplyInWeekendConflictWithShift = Apply for overtime on weekends is not suitable for work shift
alert.message.ess.infoApply.overtimeApplyInWorkdaysConflictWithShift = Apply for overtime on normal day is not suitable for work shift
alert.message.ess.infoApply.overtimeApplyTimeIsMust = Overtime can not be empty!
alert.message.ess.infoApply.overtimeApplyTypeIsMust = Overtime apply type can not be empty!
alert.message.ess.infoApply.pleaseSetAffirmorFirst = Set an approver first and apply
alert.message.ess.infoApply.qvniannianjiashubugou = Number of leaving day of last year is not enough
alert.message.ess.infoApply.startDateTimeIsMust = Start date can not be empty, please select again!
alert.message.ess.infoApply.startTimeCanNotLaterThanEndTime = Ending overtime can not be earlier than starting overtime, please select again!
alert.message.ess.infoApply.startTimeCanNotLaterThanEndTime1 = Ending overtime can not be earlier than starting overtime, please select again!
alert.message.ess.infoApply.startTimeIsMust = Starting time can not be empty, please select this!
alert.message.ess.infoApply.startTimeNotLaterThanEndTime = Ending date time can not be earlier than starting time, please select again!
alert.message.ess.trans.passAgentTransInBatch_fail = 代理调令批量操作失败,请重试!
alert.message.ess.trans.passAgentTransInBatch_success = 代理调令批量操作成功.
alert.message.ess.trans.passAgentTrans_fail = 代理调令操作失败,请重试!
alert.message.ess.trans.passAgentTrans_success = 代理调令操作成功.
alert.message.ess.trans.passEntryTransInBatch_fail = The decision to take on the job series failure, please do again
alert.message.ess.trans.passEntryTransInBatch_success = The decision to get a job successfully
alert.message.ess.trans.passEntryTrans_fail = The decision to take the job is not successful, please do it again
alert.message.ess.trans.passEntryTrans_success = Decide to get the job successfully
alert.message.ess.trans.passPluralityTransInBatch_fail = Decide to get plurality in batch failed, please do it again!
alert.message.ess.trans.passPluralityTransInBatch_success = Successful concurrent batch decision
alert.message.ess.trans.passPluralityTrans_fail = Decide to get plurality failed, please do it again!
alert.message.ess.trans.passPluralityTrans_success = Decide to get plurality successfully.
alert.message.ess.trans.passProRelTransInBatch_fail = Decision to change series of the position failure, please do again
alert.message.ess.trans.passProRelTransInBatch_success = Decision to change series of the position successfully
alert.message.ess.trans.passProRelTrans_fail = Decision to change position failure, please do again
alert.message.ess.trans.passProRelTrans_success = Decision to change the position successfully
alert.message.ess.trans.passProbTransInBatch_fail = The decision to get into the batch work failed, please do again
alert.message.ess.trans.passProbTransInBatch_success = The decision to get into the batch work successfully
alert.message.ess.trans.passProbTrans_fail = The decision to get into work officially failed, please do again
alert.message.ess.trans.passProbTrans_success = The decision to get into work officially successfully
alert.message.ess.trans.passPunishTransInBatch_fail = Disciplinary decision series failure, please do again
alert.message.ess.trans.passPunishTransInBatch_success = Successful mass discipline decision
alert.message.ess.trans.passPunishTrans_fail = Disciplinary decision failed, please do again
alert.message.ess.trans.passPunishTrans_success = Successful discipline decision
alert.message.ess.trans.passResignTransInBatch_fail = The decision to give up the series failed, please do again
alert.message.ess.trans.passResignTransInBatch_success = The decision to resign mass success
alert.message.ess.trans.passResignTrans_fail = The decision to quit failed, please do again
alert.message.ess.trans.passResignTrans_success = Successful resignation
alert.message.ess.trans.passRewardTransInBatch_fail = The mass rewards decision failed, please do again
alert.message.ess.trans.passRewardTransInBatch_success = Successful batch reward decision
alert.message.ess.trans.passRewardTrans_fail = Decision to reward failure
alert.message.ess.trans.passRewardTrans_success = Successful reward decisions
alert.message.ess.trans.passSalaryTransInBatch_fail = 薪资调整调令批量操作失败,请重试!
alert.message.ess.trans.passSalaryTransInBatch_success = 薪资调整调令批量操作成功.
alert.message.ess.trans.passSalaryTrans_fail = 薪资调整调令操作失败,请重试!
alert.message.ess.trans.passSalaryTrans_success = 薪资调整调令操作成功.
alert.message.ess.trans.passSuspensionTransInBatch_fail = The decision to suspend, restore series of failures, please do again
alert.message.ess.trans.passSuspensionTransInBatch_success = The decision to suspend, mass recovery successful
alert.message.ess.trans.passSuspensionTrans_fail = decision to suspend, restore failed, please do again
alert.message.ess.trans.passSuspensionTrans_success = The decision to suspend, restore successful
alert.message.ess.trans.passTransacTransInBatch_fail = The decision to maneuver series failed, please do again
alert.message.ess.trans.passTransacTransInBatch_success = The decision to mass maneuver was successful
alert.message.ess.trans.passTransacTrans_fail = The decision to maneuver failed, please do again
alert.message.ess.trans.passTransacTrans_success = Successful transfer decision
alert.message.ess.viewApply.choosePersonApplyRecordFirst = Please select individual subscription data when batch validation
alert.message.ess.viewApply.evApplyApplyIsMust = 外出类型不能为空,请选择!
alert.message.ess.viewApply.evApplyCodeIsMust = Job type is not empty, please choose
alert.message.ess.viewApply.evStartTimeNotLaterThanLeaveEndTime = 外出开始时间不能晚于外出结束时间,请重新选择!
alert.message.ess.viewApply.evectionEndTimeIsMust = Ending time can not be left blank, please select
alert.message.ess.infoApply.failedPerson.guanlizhilgend = 周末加班超过24小时,只可申请调休
alert.message.ess.infoApply.failedPerson.guanlizhilgehn = 加班超过36小时,只可在周末申请加班调休
alert.message.ess.viewApply.evectionStartTimeIsMust = Start time of work can not be empty, please choose
alert.message.ess.viewApply.leaveApplyApplyIsMust = The form of leave can not be left blank, please select
alert.message.ess.viewApply.leaveEndTimeIsMust = The end of time vacation can not be left blank, please select
alert.message.ess.viewApply.leaveStartTimeIsMust = Start time to vacation may be empty, please choose
alert.message.ess.viewApply.leaveStartTimeNotLaterThanLeaveEndTime = the end of time vacation cannot be earlier than start time vacation, please chooselại!
alert.message.info_conflict = Modified information is the same as previous information, not duplicate
alert.message.info_exits = Information already exists, not added
alert.message.info_exits1 = Basic salary category data already exists, not added
alert.message.info_exits2 = The entry wage has already existed, not added
alert.message.info_exits3 = Social insurance entry has already existed, not added
alert.message.itemParamterNotExsits = This item parameter does not exist, please retry
alert.message.mess1 = The end date should not be less than the current date
alert.message.mess2 = The start month should not be less than the original start month
alert.message.mess3 = Start month should not be less than current
alert.message.noBody = did not find this person
alert.message.org.orgManage.saveFailed =Caution, Save failedly!
alert.message.org.orgManage.saving =Is saving
alert.message.pa.bonus.basicItemNoIsExist = Item number basic already exists
alert.message.pa.bonus.bonusFormula_add_fail = Save formula failed
alert.message.pa.bonus.bonusFormula_add_success = The formula saved successfully
alert.message.pa.bonus.bonusFormula_delete_fail = delete formula failed
alert.message.pa.bonus.bonusFormula_delete_success =Fomulate
alert.message.pa.bonus.bonusFormula_update_fail = Formula fix failed
alert.message.pa.bonus.bonusFormula_update_success = The formula was successful
alert.message.ess.infoApply.otHolidayApplyDateOnlyBeAppliedInHoliday.flaga = Overtime before work
alert.message.ess.infoApply.otHolidayApplyDateOnlyBeAppliedInHoliday.front = Please increase the shift before or after the workday
alert.message.SHENGCHANZHIZUISHAOJIABANBANXIAOSHI.b = public kernel output at least 30 minutes
alert.message.ess.infoApply.otHolidayApplyDateOnlyBeAppliedInHoliday.flagb= Not a recommended to the previous date before working date
alert.message.pa.bonus.bonusFormula_update_success = The formula was successful
alert.message.pa.bonus.bonusInputNotRepeat = Item ID can not be duplicated, please re-enter the ID
alert.message.pa.bonus.bonusMonthFormula_add_fail = The formula for monthly bonuses saved failed
alert.message.pa.bonus.bonusMonthFormula_add_success = Formula for monthly bonus saved successfully
alert.message.pa.bonus.databaseHasNoThisRecord = No data in data warehouse, please do again
alert.message.pa.bonus.inputItemChangedToInputParamRelate = 该输入项目已经被输入项目参数引用,请重新操作!
alert.message.pa.bonus.itemParamterIsExsits = Category parameter already exists, please re-enter
alert.message.pa.bonus.messageIsUsing = This information is not deleted
alert.message.pa.bonus.noThisData =Không có dữ liệu
alert.message.pa.bonus.salaryUseMergerPlanDutyWay = 奖金不能计算,因为工资已采用合并计税方式\!
alert.message.pa.bonus.thisDataIsExist = No data
alert.message.pa.bonus.thisDataIsExist_add_fail = Add new failed, this data already exists
alert.message.pa.bonus.thisRecordIsRelatedWithOther = 该记录已经被其他引用,请重新操作!
alert.message.pa.bonus.updateBonusTypeCanNotBeRepeat = The type of reward should not be repeated, please re-enter
alert.message.pa.bonus.updateBonusType_fail = Fixed type of reward failed, please correct
alert.message.pa.bonus.updateBonusType_success = Edit the type of reward success
alert.message.pa.bonus.update_fail_itemIdIsExist = Fix failed, item ID already exists
alert.message.pa.insurance.confirmSubmit = Agree to submit?
alert.message.pa.insurance.endMonthIsBeforeStartDate = Month ends no earlier than the start month, please enter again!
alert.message.pa.insurance.endMonthIsNotCorrect = Sorry, the month is not up to standard!
alert.message.pa.insurance.onclickNameForAdd = Choose a name to make a new addition
alert.message.pa.insurance.pleaseInputDataFirst = Please select the data stream then save!
alert.message.pa.insurance.startMonthIsNotCorrect = Sorry, the month starts not conforming to the standard
alert.message.pa.salary.add_fail = save failed
alert.message.pa.salary.add_fail.dispatch = Send failed, month option overlaps with previous month.
alert.message.pa.salary.add_success = Saved successfullyg
alert.message.pa.salary.bonusUseMergerPlanDutyWay = 工资不能计算,因为奖金已采用合并计税方式\!
alert.message.pa.salary.startMonthIsNotCorrect = Sorry, the month starts not conforming to the standard
alert.message.pa.salary.title.generateSAPHasFaild = SAP生成失败!
alert.message.pa.salary.title.generateSAPHasSuccesed = SAP生成成功\!
alert.message.pa.salary.title.salaryMonthHasNoData = 对不起,您输入的工资月不存在数据!
alert.message.pa.wagebase.existWagebaseCity_add_fail = Thêm mới失败,已经有此同城系数
alert.message.pa.wagebase.existWagebaseCity_update_fail = 修改失败,已经有此同城系数
alert.message.paGiveDate = Please select the pay day
alert.message.paGiveDateIsNotNull = The pay date must not be empty
alert.message.sys.affirm.pleaseChooseAffirmType = Please select the type of approval!
alert.message.sys.affirm.pleaseChooseOneContent =Please select a detailed content
alert.message.sys.affirm.pleaseChoosePost =Please choose a position!
alert.message.sys.affirm.searchNoPerson =This person was not found
alert.message.sys.affirm.searchNoPersonAuthority =This person was not found in the scope of management
alert.message.sys.affirm.searchNoPersonAffirm =This person not found or person was not found to be added as a reviewer
alert.message.sys.arAffirm.dutyIsAlreadyExsist =Additional titles already exist!
alert.message.sys.arAffirm.pleaseChooseApplyType =Please select the type of registration!
alert.message.sys.arAffirm.pleaseChooseDuty =Please select a title
alert.message.sys.arAffirm.pleaseSetAffirmLevel =Please install the browse level!
alert.message.sys.arAffirm.qequestFailed =Request failed
alert.message.sys.arAffirmPost.notSetAffimor =No one approved yet, please set up a previewer!
alert.message.sys.basicMain.refreshDataSuccess = Refresh the data successfully!
alert.message.sys.company.companyIdIsExsist = Company ID already exists, please re-enter!
alert.message.sys.hrAffirm.noProcessCanCopy = No process can copy!
alert.message.sys.hrAffirm.pleaseChooseCopyApplyType = 请选择要复制的流程的申请类型\!
alert.message.sys.hrAffirm.pleaseChooseCopyDuty = 请选择要复制的流程的职责\!
alert.message.sys.hrmAffirm.transTypeIsExsist = Proper accountability, this decision already exists!
alert.message.sys.menu.codeIsExsist = 该菜单编码已经存在,请重新输入菜单编码\!
alert.message.sys.rolesGroup.roleIdIsExsist =Instance Id already exists, please select again!
alert.message.update_fail =save failed!
alert.message.update_success =Save successfully!
alert.trans.message.selectDept =Please select a department
alert.trans.message.selectTextPeople =Please enter the Employee Code in the corresponding box
alert.trans.message.selectTrans = Please select a decision first
alert.trans.message.selectTransPeople = Please select the staff, not be empty
alert.message.org.norepeat_reset = 和已有no重复,请重新设置!
#----------ar---------#
ar.addempshift.title.banciinfo = work shift information
ar.addempshift.title.banciname = shift
ar.addempshift.title.bydept = Department
ar.addempshift.title.bygroup = staff working
ar.addempshift.title.byperson = Employees
ar.addempshift.title.byclass = Shift
ar.addempshift.title.choosetype =Make a choice
ar.addempshift.title.down = Move down
ar.addempshift.title.downloadmodule = template
ar.addempshift.title.dynamicgroup =specific staff
ar.addempshift.title.excelexport = Export Excel
ar.addempshift.title.excelimport = Insert file
ar.addempshift.title.paibanperson = Employees
ar.addempshift.title.paibantime = Time
ar.addempshift.title.paibantype = Method
ar.addempshift.title.pdfdaochu = PDF output
ar.addempshift.title.pdfexport = PDF output
ar.addempshift.title.up = Move up
ar.alert.message.addempshift.choosedept = Please select a department
ar.alert.message.addempshift.choosedynamicgroup = Please select specific staff
ar.alert.message.addempshift.chooseperson = Employee selection
ar.alert.message.addempshift.deptfail = The shackle of the work fails
ar.alert.message.addempshift.dynamicgroupfail = Working shift for specific employees failed
ar.alert.message.addempshift.fail = Work shift failed
ar.alert.message.addempshift.nodown = Can not switch down
ar.alert.message.addempshift.noup = Compulsory transfer
ar.alert.message.addempshift.success = Save successfully!
ar.alert.message.data = Data?
ar.alert.message.excelimport.armonthlock = Attendance month has latched, data can not be entered
ar.alert.message.excelimport.cardnoiserror = \: Invalid card code, please check again!
ar.alert.message.excelimport.dataerror = Data problem, please check again!
ar.alert.message.excelimport.datanull =Recorded date or employee code is empty, please check!
ar.alert.message.excelimport.dateInputIsNotNull =Entry date can not be empty, please check!
ar.alert.message.excelimport.dateformaterror =Date format with errors
ar.alert.message.excelimport.datenotnull = Date can not be empty
ar.alert.message.excelimport.deleteerror =The deletion history has an error, please contact the manager
ar.alert.message.excelimport.empiderror =In the input data, employee code exists, can not proceed to import data
ar.alert.message.excelimport.existnull =Values are empty or empty, please check!
ar.alert.message.excelimport.fillnull = Insert file can not be empty!
ar.alert.message.excelimport.friendasu =Note: Currently only supports the way Excel has xls (2003)
ar.alert.message.excelimport.importfail = Failed to import \!
ar.alert.message.excelimport.importfailcalladmin =Renew 1 data of this person in error, please contact management staff
ar.alert.message.excelimport.importsuccess =Import successful
ar.alert.message.excelimport.jpg =Select image must be jpg form
ar.alert.message.excelimport.leixingerror =Type in error, please follow the rules!
ar.alert.message.excelimport.noauther =Employee code exists (this employee does not exist, or the attendee does not have the right to attendance at this department).)
ar.alert.message.excelimport.pash = Please select the correct link
ar.alert.message.excelimport.photo =Please select the image to upload
ar.alert.message.excelimport.rulewrong =The rule filled in error, please re-enter
ar.alert.message.excelimport.shiftInputIsNotNull =Work shift can not be empty, please check!
ar.alert.message.excelimport.title.di = stuff
ar.alert.message.excelimport.title.hang = Row
ar.alert.message.excelimport.typeerror = Error format, please select Excel format
ar.alert.message.excelimport.writebyrule = Cause of error correction, please follow the rules!
ar.alert.message.makesuresubmit = Agree to read
ar.alert.message.readerror = Read failure, please check the connection data
ar.alert.message.readsuccess = Read Success!
ar.alert.message.startDate_endDate = The end date must not be less than the start date!
ar.alert.message.viewArAnnualStandard.choosedelete = Please select the information before deleting \!
ar.alert.message.viewArAnnualStandard.chooseinfo = Please select the data you want to delete
ar.alert.message.viewArAnnualStandard.consubmit = Agree to save?
ar.alert.message.viewCardAssociate.cardnonull = Card code can not be empty \!
ar.alert.message.viewCardAssociate.chooseinfo = Please select data to update
ar.alert.message.viewCardAssociate.enddatemustbigger = Ending time must be greater than starting time!
ar.alert.message.viewCardAssociate.pleasecheck = Please check
ar.alert.message.viewCardAssociate.startdateisnotnull = Starting time can not be empty
ar.alert.message.viewCardAssociate.startendtime = Starting time, ending time
ar.alert.message.viewCardAssociate.timebothnull = Starting time and ending time can not be empty
ar.alert.message.viewCompanyCalendar.choosedate = Select date to edit
ar.alert.message.viewCompanyCalendar.datenull = Starting time or ending time can not be empty
ar.alert.message.viewCompanyCalendar.deleteall = Old data after starting time are all deleted, confirm?
ar.alert.message.viewCompanyCalendar.endafterstart = Ending time should be greater than starting time
ar.alert.message.viewarannualeave.title.chooseyear = Select year
ar.alert.message.viewardetail.choosetoadd = Please select data to add
ar.alert.message.viewardetail.choosetomodify = Please select data to edit
ar.alert.message.viewardetail.choosetoupdate = Please select an employee and then edit
ar.alert.message.viewardetail.numbervalue = value must be numeric!
ar.alert.message.viewardetail.valuenotnull = Value can not be empty!
ar.alert.message.viewardetailcaculate.canstart = Start to calculate?
ar.alert.message.viewardetailcaculate.choosePasupervisior = Please select head of salary department
ar.alert.message.viewardetailcaculate.chooseperson = Please select an employee
ar.alert.message.viewardetailcaculate.choosesupervisior = Please choose timekeeping staff
ar.alert.message.viewattendencekeeper.chazhaodaihui = Search
ar.alert.message.viewattendencekeeper.choosedept = Please select a department before saving data!
ar.alert.message.viewattendencekeeper.personalInfo = Employee's information/ Thông tin nhân viên
ar.alert.message.viewattendencekeeper.zuzhijiegou = Organizational structure
ar.alert.message.viewdynamicgroup.chooseall = Select all
ar.alert.message.viewdynamicgroup.chooseperson = Please select employee to delete!
ar.alert.message.viewdynamicgroup.choosepersonforadd = Please select employee to add
ar.alert.message.viewshift.bancicanshuxinxin = Add info number of work shifts!
ar.alert.message.viewshift.makesurnendtime = Enter the correct ending time
ar.alert.message.viewshift.makesurnstarttime = Enter the correct starting time
ar.alert.message.viewsummaryitem.rerow = Arrange the order successfully
ar.alert.message.viewsummaryitem.rerowfail = Arrange the order failed
ar.attendanceView.viewNoSwipingCard.attendanceDistinct = Leave type
ar.attendanceView.viewNoSwipingCard.beginTime = Start date
ar.attendanceView.viewNoSwipingCard.beginTimeDontendTime = Ending time can not be earlier than starting time / Thời gian kết thúc không được sớm hơn thời gian bắt đầu
ar.attendanceView.viewNoSwipingCard.classes = Work shift
ar.attendanceView.viewNoSwipingCard.clockTime = Card Swap Time to work
ar.attendanceView.viewNoSwipingCard.dateTime = Date time
ar.attendanceView.viewNoSwipingCard.deptName = Department
ar.attendanceView.viewNoSwipingCard.endTime = End date
ar.attendanceView.viewNoSwipingCard.length = Length
ar.attendanceView.viewNoSwipingCard.punchOutTime = Card Swap Time to finish work
ar.attendanceView.viewNoSwipingCard.status = Status
ar.attenditem.title.mingxixiangmu = Detail of item
ar.excelexport.title.armonth = Month of attendance
ar.excelexport.title.armonthfrom = Start month
ar.excelexport.title.armonthto = End month
ar.excelexport.title.createdate = Creation date
ar.excelexport.title.createempid = Employee ID
ar.excelexport.title.createname = Fullname
ar.excelexport.title.kaoqingend = End Time Attendance
ar.excelexport.title.kaoqingstart = Start time attendance
ar.excelexport.title.leixing = Type ( Input data into sheet2 )
ar.excelexport.title.leixing1 = Type ( Input data into sheet1)
ar.excelexport.title.lockon = Lock
ar.excelexport.title.month = Month
ar.excelexport.title.zhaungtai = Status ( Input data into sheet2 )
ar.excelexport.title.zhengchangchuqin = Normal work
ar.home.title.djcchengjie = Waiting for discipline
ar.home.title.djcchuchai = Working waiting approval
ar.home.title.djcdaili = Waiting Representative
ar.home.title.djcdiaodong = Approve moving
ar.home.title.djcjiaban = Waiting for overtime shift
ar.home.title.djcjiangli = Waiting for bonus
ar.home.title.djcjianzhi = Waiting fo plurality approving
ar.home.title.djcjinshengjiangzhi = Waiting for promotional approving
ar.home.title.djclizhi = Waiting for demiting approval
ar.home.title.djcruzhi = Waiting for taking up a job approval
ar.home.title.djctingzhifuzhi = Waiting for approving suspension/reinstate
ar.home.title.djcxinzitiaozheng = Waiting for approving to adjust payroll
ar.home.title.djcxiujia = Waiting for approving to leave
ar.home.title.djczhuanzheng = Waiting for approving to official transfer
ar.home.title.dqrchuchaixinxi = Waiting for confirming business information
ar.home.title.dqrgerenxinxi = Waiting for confirming personal information
ar.home.title.dqrjiabanxinxi = Waiting for confirming OT information
ar.home.title.dqrxiujiaxinxi = Waiting for confirming leaving information
ar.home.title.essSystem = ESS system
ar.home.title.grxichuchaishenqing = Apply for personal business
ar.home.title.grxijiaban = Apply for personal OT
ar.home.title.grxishenqing = Personal information
ar.home.title.grxixiujiaxinxi = Apply for personal leave
ar.home.title.jiabanxinxi = Overtime information
ar.item.title.delete_fail_message = Can not delete default team, if you want to delete default team, please go to page "parameter of item detail"
ar.menu.title.BizTripConfirm = Confirm business
ar.menu.title.LeaveConfirm = Confirm leave
ar.menu.title.LeaveConfirm1 = Confirm wedding or funeral
ar.menu.title.TrainingConfirm = Confirm training
ar.menu.title.bingjia = Sick leave
ar.menu.title.biztripapprove = Approve business
ar.menu.title.biztripinfo = Information of business
ar.menu.title.changeover = Official transfer
ar.menu.title.chanjia = Maternity leave
ar.menu.title.chuchai = Business
ar.menu.title.cleardeputy = Cancel representative
ar.menu.title.clearposition = Cancel pluralitys
ar.menu.title.clearstandby = Cancle to wait handling
ar.menu.title.commuteapprove = Approve in work time/out work time
ar.menu.title.commuteinfo = Information in work time/out work time
ar.menu.title.concposition = Plurality
ar.menu.title.deputy = Representative
ar.menu.title.dutydemotion = Disrank
ar.menu.title.dutypromotion = Promote
ar.menu.title.hunjia = Wedding leave
ar.menu.title.peichanjia = Maternity leave for male
ar.menu.title.chanjianjia = Leave for regular pregnancy test
ar.menu.title.purujia = Breastfeeding leave
ar.menu.title.gongshangjia = Leave for labor accidents
ar.menu.title.joinconfirm = Approve to take up a job
ar.menu.title.leaveapprove = Approve to take a leave
ar.menu.title.leaveapprove1 = Approve to Family business leave
ar.menu.title.leaveinfo = Information of leave
ar.menu.title.leaveinfo1 = Information of Family business leave
ar.menu.title.leaveofabscence = Suspend position
ar.menu.title.moveposition = Change position
ar.menu.title.moveteam = Change department
ar.menu.title.overtimeConfirm = Confirm overtime
ar.menu.title.overtimeapprove = Approve overtime
ar.menu.title.overtimeinfo = Overtime information
ar.menu.title.punish = Punishment
ar.menu.title.rankdemotion = Disrank
ar.menu.title.rankpromotion = Promote
ar.menu.title.reinstated = Cancel suspend position
ar.menu.title.reorgrank = Change position
ar.menu.title.reorgteam = Change organization
ar.menu.title.resign = Demit
ar.menu.title.reward = Retribution
ar.menu.title.sangjia = Family business leave
ar.menu.title.shijia = Personal leave
ar.menu.title.standby = Waiting
ar.monthwork.title.AttendanceInterval = Attendance
ar.monthwork.title.Attendanceday = Day
ar.monthwork.title.EarlyLeave = Early home coming
ar.monthwork.title.EarlyLeaveCount = Number of times
ar.monthwork.title.HolidayOvertime = Overtime on holidays
ar.monthwork.title.Lateness = Đến muộn
ar.monthwork.title.LatenessCount = Number of times
ar.monthwork.title.LeftAnnualLeaveDayCount = Remaining
ar.monthwork.title.PlanngWorkDayCount = Intend the number days of work
ar.monthwork.title.PlanngWorkTime = Intend working timeDự định thời gian làm việc
ar.monthwork.title.PlanningAttendanceTime = Time to work in shifts
ar.monthwork.title.PlanningLeaveTime = Time off work shift
ar.monthwork.title.RealAttendanceTime = Actual working time
ar.monthwork.title.RealLeaveTime = Real time off work
ar.monthwork.title.RealWorkDayCount = Number of days of actual work
ar.monthwork.title.RealWorktime = Actual working time
ar.monthwork.title.SickLeaveCount = Sick time leaving
ar.monthwork.title.TotalAnnualLeaveDayCount = Total annual leave
ar.monthwork.title.UsedAnnualLeaveDayCount = Used annual leave
ar.monthwork.title.WeekendOvertime = Overtime on weekend
ar.monthwork.title.WorkDayOvertime = Overtime on normal day
ar.monthwork.title.WorkSchedule = Work shift
ar.monthwork.title.kuanggong = Unauthorized absences
ar.viewArAdjustRest.title.chakanxiangxi = Show detail
ar.viewArAdjustRest.title.meiyuemingxi = Detail per month
ar.viewArAdjustRest.title.APPLYLENGTH = Duration
ar.viewArAdjustRest.title.chanjiashengyu = Maternity leave remain
ar.viewArAdjustRest.title.DAYSUSEED = Used days
ar.viewArAdjustRest.title.MISUSEED = Annual leave remaining
ar.viewArAdjustRest.title.HHSUSEED = Used time
ar.viewArAdjustRest.title.shengyutianshu = Days remaining
ar.viewArAdjustRest.title.shengyushishu = Time remaining
ar.viewArAnnualStandard.title.endmonth = End month
ar.viewArAnnualStandard.title.fadininjia = Annual leave
ar.viewArAnnualStandard.title.ninjia = Annual leave
ar.viewArAnnualStandard.title.remonth = Starting month that you've added existed, do not add again!
ar.viewArAnnualStandard.title.startmonth = Starting month
ar.viewArAnnualStandard.title.upmonth = Info has existed in starting months edited, can not do again!
ar.viewArAnnualStandard.title.vacday = Annual leave
ar.viewArAnnualStandard.title.vacmonth = Vacation time
ar.viewArCardRecord.title.shijian1 = Time 1 (In work)
ar.viewArCardRecord.title.shijian2 = Time 2 ( Off work )
ar.viewArCardRecord.title.shijian3 = Time 3 ( In work )
ar.viewArCardRecord.title.shijian4 = Time ( Off work )
ar.viewCardAssociate.title.kahao = Card ID
ar.viewCompanyCalendar.title.banci = Work shift
ar.viewCompanyCalendar.title.feigongzuozhuangtaibanci = Shift out of working time
ar.viewCompanyCalendar.title.gongzuozhuangtaibanci = Shift in working time
ar.viewCompanyCalendar.title.rest = Relax
ar.viewCompanyCalendar.title.riqixingzhi = Natural day
ar.viewCompanyCalendar.title.shifougongzuo = Working
ar.viewCompanyCalendar.title.work = Working
ar.viewItem.title.activity = Flexibility
ar.viewItem.title.jiancheng = Short name
ar.viewItem.title.noactivity = Inflexible
ar.viewItem.title.shuoming = Explain
ar.viewItem.title.xiangmumingID = Item ID
ar.viewItem.title.xiangmumingcheng = Item name
ar.viewItem.title.xiangmuzu = Item group
ar.viewSummaryFormula.title.gongshi = Formula
ar.viewSummaryFormula.title.huizongxiangmuliebiao = List of general item
ar.viewSummaryFormula.title.jisuangongju = Calculation tool
ar.viewSummaryFormula.title.kaoqinghuizongliebiao = Table of Attendance
ar.viewSummaryFormula.title.kaoqingxiangmuliebiao = List of attendance item
ar.viewSummaryFormula.title.renyuanjibenxinxi = Basic information
ar.viewSummaryFormula.title.tiaojian = Condition
ar.viewSummaryFormula.title.tool = Tools
ar.viewarannualeave.title.annualeaveID = Annual leave ID
ar.viewarannualeave.title.annualeavetime = Annual leave time
ar.viewarannualeave.title.annualeavetime1 = Number of annual leave
ar.viewarannualeave.title.initfail = Creation fail!
ar.viewarannualeave.title.initsuccess = Creation successfull!
ar.viewararmonthcalculate.title.arskaoqin = Monthly attendance?
ar.viewararmonthcalculate.title.huizongjisuan = Calculate synthesis
ar.viewararmonthcalculate.title.iscal = Synthesize
ar.viewararmonthcalculate.title.jisuanjieguo = Result
ar.viewararmonthcalculate.title.jisuanshibai = Calculation fail!
ar.viewararmonthcalculate.title.kaoqinsuoding = Sorry, attendance is locked, can not calculate!
ar.viewararmonthcalculate.title.yuekaoqinhuizong = Synthesize monthly attendance
ar.viewarcardrecord.title.beizhu = Notes
ar.viewarcardrecord.title.chumen = Out
ar.viewarcardrecord.title.empidnotnull = Employee ID can not be empty!
ar.viewarcardrecord.title.jinmen = In
ar.viewarcardrecord.title.leixing = Type
ar.viewarcardrecord.title.quanbu = All
ar.viewarcardrecord.title.shijian = Time
ar.viewarcardrecord.title.shoudong = Manual
ar.viewarcardrecord.title.shujulaiyuan = Data resource
ar.viewarcardrecord.title.zidong = Automatic
ar.viewardetail.title.date = Date
ar.viewardetail.title.dateduan = Time
ar.viewardetail.title.datetype = Date type is not suitable.
ar.viewardetail.title.kaoqinqufen = Date type
ar.viewardetail.title.lock = Lock
ar.viewardetail.title.locked = Locked, can not perform this action
ar.viewardetail.title.release = Open
ar.viewardetail.title.rikaoqin = Daily attendance
ar.viewardetail.title.yu = And
ar.viewardetailcaculate.title.bydept = Department
ar.viewardetailcaculate.title.byperson = Employee
ar.viewardetailcaculate.title.bysupervisior = Nhân viên chấm công
ar.viewardetailcaculate.title.caltime = Calculation time
ar.viewardetailcaculate.title.caltype = Phân loại tính toán
ar.viewardetailcaculate.title.choose = Conditional calculation
ar.viewardetailcaculate.title.detailcal = Calculation detail
ar.viewardetailcaculate.title.pasupervisior = Payroll calculation employee
ar.viewardetailcaculate.title.supervisior = Time Attendance Employees
ar.viewarmonth.title.kaoqinsuoding = Attendance of this month is locked, can not edit!
ar.viewarprogress.title.gongzisuoding = Lock payroll
ar.viewarprogress.title.gongziyue = Salary
ar.viewarprogress.title.openarlock = Attendance is locked, please open monthly attendance
ar.viewarprogress.title.rikaoqinsuoding = Lock Workday
ar.viewarprogress.title.yuekaoqinsuoding = Lock workmonth
ar.viewattendencekeeper.title.chuangjianriqi = Creation date
ar.viewattendencekeeper.title.chuangjianzhe = Generator
ar.viewcycle.content.no = No
ar.viewcycle.content.yes = Yes
ar.viewcycle.title.huoyuezhuangtai = Status
ar.viewcycle.title.jieshuri = End date
ar.viewcycle.title.kaishiri = Starting date
ar.viewcycle.title.miaoshu = Discription
ar.viewcycle.title.qujianmingcheng = Duration name
ar.viewcycle.title.shifouhuoyue = Usage
ar.viewcycle.title.xuhao = No
ar.viewcycle.title.zhuangtai = Status
ar.viewcycleparameter.content.choose = Selection
ar.viewcycleparameter.title.canshubieming = Parameter name
ar.viewcycleparameter.title.gongsi = Company
ar.viewcycleparameter.title.gongsimingcheng = Company
ar.viewcycleparameter.title.jieshuriqi = End date
ar.viewcycleparameter.title.kaishiriqi = Starting date
ar.viewcycleparameter.title.qujian = Time
ar.viewcycleparameter.title.qujianmingcheng = Duration name
ar.viewdynamicgroup.title.kaoqinfenzu = Grouping
ar.viewdynamicgroup.title.renyuanmingxi = Employee detail
ar.viewempcalender.title.ban = Shift
ar.viewempcalender.title.gong = Work day
ar.viewempcalender.title.gongxiu = Weekend
ar.viewempcalender.title.jie = Holiday
ar.viewempcalender.title.rest = Relax
ar.viewempcalender.title.save = Save
ar.viewempcalender.title.search = Search
ar.viewempcalender.title.updatefail = Refresh personal plan failed!
ar.viewitemparameter.title.cankaoshenqing = Reference of recruitment!
ar.viewitemparameter.title.cankaoshuaka = Reference of swipeing the card
ar.viewitemparameter.title.daka = swipe card
ar.viewitemparameter.title.dayu = Greater
ar.viewitemparameter.title.dengyu = Equal
ar.viewitemparameter.title.fenzhong = Minute
ar.viewitemparameter.title.jiaoji = Appear together
ar.viewitemparameter.title.jiejiari = Holiday
ar.viewitemparameter.title.kaoqingxiangmu = Attendance catergory
ar.viewitemparameter.title.mingxixiangmuku = Detailed item category
ar.viewitemparameter.title.morenzu = Default team
ar.viewitemparameter.title.pingshi = Normal day
ar.viewitemparameter.title.shenqing = Register
ar.viewitemparameter.title.shenqingleixing = Register type
ar.viewitemparameter.title.shifoucankaoshenqing = Reference of register
ar.viewitemparameter.title.unit = Unit
ar.viewitemparameter.title.xiaoshi = Hour
ar.viewitemparameter.title.dayofunit = Day
ar.viewitemparameter.title.timeofunit = Times
ar.viewitemparameter.title.xiaoyu = Less than
ar.viewitemparameter.title.zhoumo = Weekend
ar.viewitemparameter.title.zuidazhi = Maximum value
ar.viewitemparameter.title.zuixiaodanwei = The smallest unit
ar.viewitemparameter.title.zuixiaozhi = Minimum value
ar.viewitemparameter.title.zumingcheng = Group name
ar.viewkeeperlist.title.end_date = End date
ar.viewkeeperlist.title.include_lizhi = Include demited employee
ar.viewkeeperlist.title.keyword = Key word
ar.viewkeeperlist.title.start_date = Starting date
ar.viewreadrecord.title.cardinterfacedata = Data connection to swipe card
ar.viewreadrecord.title.read = Read
ar.viewshift.title.banciID = Shift ID
ar.viewshift.title.bancicanshu = Parameter shift
ar.viewshift.title.bancicanshuliebiao = Table of parameter shift
ar.viewshift.title.bancileixing = Work shift
ar.viewshift.title.banciliebiao = Table of work shift
ar.viewshift.title.bancixingzhi = Nature of work shift
ar.viewshift.title.ciri = The next day
ar.viewshift.title.dangri = Today
ar.viewshift.title.end = Finish
ar.viewshift.title.kouchushijian = Negative time
ar.viewshift.title.start = Start
ar.viewshift.title.zuori = Yesterday
ar.viewsummaryitem.title.huizongxiangmuID = ID of general items
ar.viewsummaryitem.title.huizongxiangmumingcheng = Name of general items
ar.viewsummaryparameteritem.title.count = Quantity
ar.viewsummaryparameteritem.title.day = Day
ar.viewsummaryparameteritem.title.hour = hour
ar.viewsummaryparameteritem.title.huizongxiangmu = General item
ar.viewsummaryparameteritem.title.minite = Minute
ar.viewsummaryyishenqing = Applied
ar.viewsummaryyiqueren = Confirm
ar.viewsummaryyifoujue = Reject
ar.view.bei = Times
ar.view.tianshu = Days
ar.view.weiqin = Lack of workday
ar.view.chuqin = Going to work
button.add = Add
button.delete = Delete
button.delete.sure = Is deleting sure?
button.search = Search
button.sys.affirm.save = Save
button.sys.view = Watch
button.update = Edit
button.addAndSave = Add And Save
button.updateAndSave = Update And Save
display.alert.selectone = Please select at least one datum!
display.emp.ben.effectivedate = Effective date
display.emp.ben.or.benhs48 = Years
display.emp.ben.or.benhs66 = General information
display.emp.ben.or.benhs67 = Distinguish
display.emp.ben.or.benhs68 = Last month
display.emp.ben.or.benhs69 = This month
display.emp.ben.serviceno = Employee ID
display.emp.ben.transdate = Time
display.emp.ben.typeofpersonnel = Type of personnel
display.emp.statistics.mes178 = Version date
display.emp.statistics.mes181 = Current version
display.emp.statistics.mes182 = Insurance name
display.emp.statistics.mes183 = Maximum salary take part in insurance
display.emp.statistics.mes184 = Minimum salary take part in insurance
display.emp.statistics.mes185 = Company (Rate)
display.emp.statistics.mes186 = Individual (Rate)
display.emp.statistics.mes191 = Save successfully
display.emp.statistics.mes196 = Working employee
display.emp.statistics.mes202 = Decision
display.emp.statistics.mes203 = Employee ID
display.emp.statistics.mes204 = Status
display.emp.statistics.mes205 = Status
display.emp.statistics.mes206 = Start working date
display.emp.statistics.mes207 = Start working date
display.emp.statistics.mes215 = Symbol
display.emp.statistics.mes217 = Status
display.emp.statistics.mes218 = Remark
display.emp.statistics.mes221 = Demited employee
display.mutual.day = Day
display.mutual.liquidation = Caculate
display.mutual.month = Month
display.mutual.no = No
display.mutual.scopeliquidation = Calculating scope
display.mutual.search_criteria = Condition
display.mutual.search_result = Result
display.pa.averagewage = Average wage
display.pa.calculate = Caculate
display.pa.cancelsettle = cancel caculating
display.pa.confirm = Do you agree to perform this action?
display.pa.ecc.agreementpay = Value of contract
display.pa.ecc.agreementresign = Termination agreement
display.pa.ecc.calculatefirst = Calculate before the settlement!
display.pa.ecc.compensatemonth = Number of months of compensation
display.pa.ecc.dataerror = Data error!
display.pa.ecc.date = date
#######################经济补偿金 2014-03-12#########################
display.pa.ecc.expectresigndate = Expected severance
display.pa.ecc.legalavgwage = Average salary
display.pa.ecc.paydate = Pay day
display.pa.ecc.paydatevalid = Pay day can not be empty!
display.pa.settlement = Settlement
display.pa.tax = Tax
display.paecc.chakanaffirm = View approver
display.paecc.shenqing = Apply
display.paecc.sousuo = Search
display.paecc.yearmonth = Years
ess.affirmApply.title.remark.weitijiao = Not hand in
ess.affirmApply.title.remark.weishenpi = Not approved
ess.affirmApply.title.remark.shenpizhuangtai = approving status
ess.affirmApply.title.remark.yitijiao = Handed in
ess.affirmApply.title.remark.shenpizhong = Approving
ess.affirmApply.title.remark.zancun = Save temporarily
ess.affirmApply.title.remark.jinxingzhong = Performing
ess.affirmApply.title.remark.tongguo = Approve
ess.affirmApply.title.remark.foujue = Reject
ess.affirmApply.title.remark.yitongguo = Approve
ess.affirmApply.title.remark.yifoujue = Reject
ess.affirmApply.title.remark.yiquxiao = Cancelled
ess.affirmApply.title.remark.chexiao = Cancel
ess.affirmApply.title.quxiaoshenqing = Cancel
ess.addRecordTest.add = Swipe card
ess.affirmApply.title.remark = Notes
ess.dimission.title.editionnumber = Version ID
ess.humanConfirm.title.confirmStatus = Status
ess.infoApply.title.affirmor = Approver
ess.infoApply.title.apply = Applying
ess.infoApply.title.applyTime = Starting time
ess.infoApply.title.applyTime1 = Starting date
ess.infoApply.title.closeDetail = Close
ess.infoApply.title.date = Day
ess.infoApply.title.dutyName = Office
ess.infoApply.title.endTime = Ending time
ess.infoApply.title.essApplyTime = Register date
ess.infoApply.title.evectionApply = Register business
ess.infoApply.title.evectionApplyType = Business type
ess.infoApply.title.evectionContent = Content
ess.infoApply.title.evectionEndTime = Ending time
ess.infoApply.title.evectionEndTime1 = End date
ess.infoApply.title.evectionStartTime = Starting time
ess.infoApply.title.fillItem = Fully fill in
ess.infoApply.title.fillItemIntroduction = Select fill in button, selected data will be filled in automatically
ess.infoApply.title.forcedTypeChoice = Select force type
ess.infoApply.title.kewWord = Key word
ess.infoApply.title.leaveApply = Apply for leave
ess.infoApply.title.leaveApplyType = Leave type
ess.infoApply.title.leaveContent = Content
ess.infoApply.title.leaveEndTime = Ending time
ess.infoApply.title.leaveReason = Reason
ess.infoApply.title.leaveStartTime = Starting time
ess.infoApply.title.overtimeApply = Apply for overtime
ess.infoApply.title.overtimeTime = Date of overtime
ess.infoApply.title.restAnnualLeave = Remaining
ess.infoApply.title.restAnnualLeaveJN = Remaining this year
ess.infoApply.title.restAnnualLeaveQN = Remaining last year
ess.infoApply.title.shift = Shift
ess.infoApply.title.startTime = Starting time
ess.infoApply.title.time = Time
ess.infoApply.title.THISMONTHTOTAL = Total of workday of this month
ess.infoApply.title.OTQINGKUANG = Situation overtime
ess.infoApply.title.viewDetail = Show detail
ess.infoApply.title.viewShift = Show work shift
ess.infoApply.title.workContent = Work content
ess.personalInfo.title.pleaseInputCorrectEmail = Please input correct email!
ess.personalInfo.title.pleaseInputCorrectHomePhoneNo = Please input your correct phonenumber's family!
ess.personalInfo.title.pleaseInputCorrectIDCard = Please input correct id card no!
ess.personalInfo.title.pleaseInputCorrectOfficePhoneNo = Please input correct company phoneNumber!
ess.personalInfo.title.pleaseInputCorrectTelPhoneNo = Please input correct phone number!
ess.personalinfo.title.IDCardNo = ID card
ess.personalinfo.title.accountAddress = Family register
ess.personalinfo.title.contactAddress = Contact address
ess.personalinfo.title.email = Email
ess.personalinfo.title.familyTelphone = Family number
ess.personalinfo.title.houseStatus = House status
ess.personalinfo.title.legalDocAddress = Place to send legal documents
ess.personalinfo.title.office = Office
ess.personalinfo.title.telphone = Tel:
ess.recordTest.title.RECORDTEST = History of swiping card
ess.recordTest.title.RECORD_TEST_ADD = Work place
ess.recordTest.title.RECORD_TEST_DATE = Time of swiping card
ess.recordTest.title.RECORD_TEST_REMARK = Notes
ess.salaryaffirm.title.affirmdate = Time of affirming
ess.title.close = Close
ess.title.passInBatch = Approve in batch
ess.title.rejectInBatch = Reject in batch
ess.trans.title.adjustReason = Reason of adjustment
ess.trans.title.adjustSalary = Salary after adjustment
ess.trans.title.affirmStatus = Status
ess.trans.title.affirmed = Approve
ess.trans.title.affirmor = Approver
ess.trans.title.agentPosition = Position of representative
ess.trans.title.agentReason = Representative reason
ess.trans.title.beforeEndProbationDate = Expected date of transfer officially
ess.trans.title.chooseFirstThenBatchOperation = Please select a maneuver history before proceeding in bulk\!
ess.trans.title.currentSalary = Current salary
ess.trans.title.distinctDeptName = Department
ess.trans.title.dutyName = Office
ess.trans.title.effectiveDate = Day of maneuvered
ess.trans.title.employeeStatus = Status
ess.trans.title.entryJobDate = Start working date
ess.trans.title.entryTransTypeName = Type of taking a job
ess.trans.title.joinCompanyDate = Start working date
ess.trans.title.newDeptName = Current department
ess.trans.title.newDistinctName = Current department
ess.trans.title.newPositionName = Current position
ess.trans.title.newPostGradeName = Current position
ess.trans.title.newWorkArea = Work place
ess.trans.title.notAffirmed = Not affirmed
ess.trans.title.oldDeptName = Phòng ban cũ
ess.trans.title.oldPositionName = Old position
ess.trans.title.oldPostGradeName = Old position
ess.trans.title.oldWorkArea = Old work place
ess.trans.title.pass = Approve
ess.trans.title.passInBatch = Approve in batch
ess.trans.title.plualityDeptName = Department
ess.trans.title.plualityPositionName = Position
ess.trans.title.plualityReason = Reason
ess.trans.title.plualityTypeName = Pluality type name
ess.trans.title.postGradeName = position
ess.trans.title.postName = Position name
ess.trans.title.probationTypeName = Formal transfer
ess.trans.title.promAndRelTypeName = Promotion/abolishment type
ess.trans.title.punishAmount = Punishment money
ess.trans.title.punishDate = Punishment date
ess.trans.title.punishReason = Punishment reason
ess.trans.title.punishTypeName = Punishment Type
ess.trans.title.reject = Rejection
ess.trans.title.rejectInBatch = Batch Rejection
ess.trans.title.remark = Notes
ess.trans.title.resignDate = Day off work
ess.trans.title.resignReason = Reason
ess.trans.title.resignTypeName = Resign type
ess.trans.title.rewardAmmount = Reward money
ess.trans.title.rewardContent = Content
ess.trans.title.rewardDate = Reward date
ess.trans.title.rewardTypeName = Reward type
ess.trans.title.salarySettlementDate = Salary settlement date
ess.trans.title.susReason = Reason
ess.trans.title.transactionTypeName = Transaction type
ess.trans.title.typeName = Type
ess.trans.title.viewFullInfo = Full view
ess.trans.title.viewInfo = View information
ess.trans.title.workArea = Work area
ess.viewApply.title.affirmCondition = Affirm condition
ess.viewApply.title.affirmStatus = Affirm status
ess.viewApply.title.applyContent = Apply content
ess.viewApply.title.applyDate = Apply date
ess.viewApply.title.applyName = Applier
ess.viewApply.title.confirmedPass = Confirmed
ess.viewApply.title.confirmedReject = Reject
ess.viewApply.title.evectionApplyType = Work type
ess.viewApply.title.evectionReason = Reason
ess.viewApply.title.evectionShift = Work shift
ess.viewApply.title.humanAffirm = Human affirm
ess.viewApply.title.leaveApplyType = Offwork type
ess.viewApply.title.leaveReason = Offwork reason
ess.viewApply.title.leaveShift = Offwork reason
ess.viewApply.title.length = Duration time length
ess.viewApply.title.lengthHough = Duration (Hour)
ess.viewApply.title.notAffirmed = Not affirmed
ess.viewApply.title.notConfirmed = Not cofirmed yet
ess.viewApply.title.number = No
ess.viewApply.title.overtimeApplyType = OVER TIME TYPE
ess.viewApply.title.overtimeContent = Content
ess.viewApply.title.overtimeReasono = Reason
ess.viewApply.title.overtimeShift = Time
ess.viewApply.title.overtimeTranslate = Overtime Translation
ess.viewApply.title.pass = Approve
ess.viewApply.title.reject = Reject
ess.viewApply.title.viewContent = View content
ess.viewOvertimeInfo.baocun = Save
ess.viewOvertimeInfo.renshizhengce = Human resources policy
ess.viewOvertimeInfo.shenqingjiaban = Apply for overtime
ess.viewpersonalpainfo.gerensuodeshui = Personal income tax
ess.viewpersonalpainfo.heji = Total
ess.viewpersonalpainfo.jiabanxiangmuzu = Item group of overtime
ess.viewpersonalpainfo.jibengongzi = Basic salary
ess.viewpersonalpainfo.jiejiarijiabanheji = General of overtime on holidays
ess.viewpersonalpainfo.kongzhimingxi = Detail of deduction
ess.viewpersonalpainfo.pingrijiabanheji = Total of overtime on normal day
ess.viewpersonalpainfo.shifagongzi = The real wage
ess.viewpersonalpainfo.shijia = Personal leave
ess.viewpersonalpainfo.shijiakoukuan = Deduction of Personal leave
ess.viewpersonalpainfo.shiyegeren = Unemployment (Individual)
ess.viewpersonalpainfo.shuihoujianxiang = Deduction after tax
ess.viewpersonalpainfo.shuihoujiaxiang = Additional terms after tax
ess.viewpersonalpainfo.shuiqianjianxiang = Deduction before tax
ess.viewpersonalpainfo.shuiqianjiaxiang = Additional terms before tax
ess.viewpersonalpainfo.suodemingxi = Detail of personal income tax
ess.viewpersonalpainfo.xiujiaxiangmuzu = Group of leave
ess.viewpersonalpainfo.yanglaogeren = nursing homes (Individual)
ess.viewpersonalpainfo.yiliaogeren = Health care (Individual)
ess.viewpersonalpainfo.yuangongxinxi = Basic information
ess.viewpersonalpainfo.zhoumojiabanheji = General of overtime on weekend
ess.viewpersonalpainfo.zhuzaiyuangongzi = Salary of foreign employee - working in Vietnam
ess.infoApply.jiabnaheji = General of overtime
ess.attendance.ot = Overtime
ess.attendance.state = Leave
ess.attendance.toyitongguo = Approve
ess.attendance.toyifoujue = Reject
heran.ess.viewHrExperienceInsideSave.DIAOLINGLEIXING = Appointment type
heran.ess.viewLikeLeaveApplyInfo.LikeLeaveDay = Family business leave
heran.ess.viewLikeLeaveApplyInfo.bancitime = Time of a shift
heran.ess.viewLikeLeaveApplyInfo.shenqingshijian = Time for applying
heran.ess.viewLikeLeaveApplyInfo.xiajiajizhun = Leave standard
heran.examineApply.title = Apply for appointment
heran.examineSave.title = Save
heran.examineType.date = Day of maneuvered
heran.examineType.title = Appointment type
heran.hr.viewLanguage.DATENULL = The expiration date must be greater than or equal to the issuing date
heran.hr.viewLanguage.EMERGCENCYCONTACT = Emergency contact
heran.hr.viewLanguage.PAYMENT_Y_N = Pay the allowance
heran.informationRetrieval.title.SHIFOUBAOHANLIZHIYUANGONG = Include demited employee
heran.informationRetrieval.title.SHIFOUBAOHANXIAJIBUMEN = Include lower department
heran.trans.ENDDATE = End date
heran.trans.STARTDATE = Day of maneuvered
heran.viewEmp.title.dbclickOk = 双击确定
heranr.trans.POSITIONNO = Position
home.insurance.mess2 = Apply for content below
home.insurance.mess3 = Insurance item name
hr.main.page.addresume = Nhập hồ sơ
hr.main.page.resumeselection = Lọc hồ sơ
hr.main.page.resumesearch = Search hồ sơ
hr.main.page.interviewschedule = Sắp xếp phỏng vấn
hr.main.page.interviewscheduleConfirm = Kế hoạch phỏng vấn
hr.main.page.interviewprocess = Ghi chép phỏng vấn
hr.main.page.rechrconfirm = Xác nhận tuyển dụng
hr.alert.message.assist = Chủ đề và nội dung không được trống
hr.alert.message.cancle_the_fail = Cancel failed
hr.alert.message.cancle_the_success = Cancel successfully
hr.alert.message.cannot_be_cancle = Không được hủy bỏ điều động đã có, xin làm lại\!
hr.alert.message.checkNullForResignDate = Ngày thôi việc không được trống
hr.alert.message.checkNullForSettlementDate = Ngày tính lương không được trống
hr.alert.message.checkPayrise = Không thể điều động vì đã điều chỉnh sau ngày điều động
hr.alert.message.check_agent_start_date = 取消代理调令日期不能早于代理调令调令日期
hr.alert.message.create_file_fail = Tạo file thất bại
hr.alert.message.data_question_fail = Điều động thất bại vì ngày vào làm muộn hơn ngày điều động