mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-11 11:58:47 +00:00
fix escaping
This commit is contained in:
parent
93904b7f1e
commit
5a714afb72
|
|
@ -17,5 +17,5 @@ return ['Navigation' => [
|
|||
'List' => 'Lister',
|
||||
'Stats' => 'Statistiques',
|
||||
'TimeRecording' => 'Enregistrement de temps',
|
||||
'Today' => 'Aujourd\\'hui',
|
||||
'Today' => 'Aujourd\'hui',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ return ['HumanResourceTimeRecording' => [
|
|||
'D2' => 'Вівторок',
|
||||
'D3' => 'Середа',
|
||||
'D4' => 'Четвер',
|
||||
'D5' => 'П\\'ятниця',
|
||||
'D5' => 'П\'ятниця',
|
||||
'D6' => 'Субота',
|
||||
'Date' => 'Дата',
|
||||
'Employee' => 'Співробітник',
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ return ['HumanResourceTimeRecording' => [
|
|||
'D2' => 'Вівторок',
|
||||
'D3' => 'Середа',
|
||||
'D4' => 'Четвер',
|
||||
'D5' => 'П\\'ятниця',
|
||||
'D5' => 'П\'ятниця',
|
||||
'D6' => 'Субота',
|
||||
'Date' => 'Дата',
|
||||
'End' => 'Кінець',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user