Browse Source

异常占用翻译优化

master
wanghongjun 4 days ago
parent
commit
8f8fca235d
  1. 4
      resources/lang/en/service.php

4
resources/lang/en/service.php

@ -147,8 +147,8 @@ return [
'today' => 'That day', 'today' => 'That day',
'days3' => 'Over the past three days', 'days3' => 'Over the past three days',
'week' => 'The past week', 'week' => 'The past week',
'month' => 'Last month', 'month' => 'Last Month',
'month3' => 'Last March' 'month3' => 'Last Three Months'
], ],
'alarm_information' => [ 'alarm_information' => [
'scene' => 'On site support is required', 'scene' => 'On site support is required',

Loading…
Cancel
Save