mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
Activity Log
This commit is contained in:
7
resources/lang/en/activity-log.php
Normal file
7
resources/lang/en/activity-log.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'view_properties' => 'View properties',
|
||||
'subject_type' => 'Model',
|
||||
'subject_id' => 'Model ID',
|
||||
];
|
||||
@@ -48,6 +48,7 @@ return [
|
||||
'user_modify_logs' => 'User modify logs',
|
||||
'message_templates' => 'Message templates',
|
||||
'tracker_url' => 'Tracker URL',
|
||||
'activity_logs' => 'Activity Logs',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
7
resources/lang/zh_CN/activity-log.php
Normal file
7
resources/lang/zh_CN/activity-log.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'view_properties' => '查看属性',
|
||||
'subject_type' => '模型',
|
||||
'subject_id' => '模型 ID',
|
||||
];
|
||||
@@ -48,6 +48,7 @@ return [
|
||||
'tracker_url' => 'Tracker URL',
|
||||
'announce_logs' => '汇报记录',
|
||||
'announce_monitor' => '汇报监控',
|
||||
'activity_logs' => '操作日志',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
7
resources/lang/zh_TW/activity-log.php
Normal file
7
resources/lang/zh_TW/activity-log.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'view_properties' => '查看屬性',
|
||||
'subject_type' => '模型',
|
||||
'subject_id' => '模型 ID',
|
||||
];
|
||||
@@ -50,6 +50,7 @@ return [
|
||||
'tracker_url' => 'Tracker URL',
|
||||
'announce_logs' => '匯報記錄',
|
||||
'announce_monitor' => '匯報監控',
|
||||
'activity_logs' => '操作日志',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
Reference in New Issue
Block a user