mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix log edit&del + seedBox change status add reason
This commit is contained in:
@@ -39,6 +39,7 @@ return [
|
||||
'country' => 'Country',
|
||||
'city' => 'City',
|
||||
'client' => 'Client',
|
||||
'reason' => 'Reason',
|
||||
'setting' => [
|
||||
'nav_text' => 'Setting',
|
||||
'backup' => [
|
||||
|
||||
@@ -12,6 +12,6 @@ return [
|
||||
],
|
||||
'status_change_message' => [
|
||||
'subject' => 'SeedBox record status changed',
|
||||
'body' => 'The status of your SeedBox record with ID :id was changed by :operator from :old_status to :new_status',
|
||||
'body' => 'The status of your SeedBox record with ID :id was changed by :operator from :old_status to :new_status. Reason: :reason',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -39,6 +39,7 @@ return [
|
||||
'country' => '国家',
|
||||
'city' => '城市',
|
||||
'client' => '客户端',
|
||||
'reason' => '原因',
|
||||
'setting' => [
|
||||
'nav_text' => '设置',
|
||||
'backup' => [
|
||||
|
||||
@@ -12,6 +12,6 @@ return [
|
||||
],
|
||||
'status_change_message' => [
|
||||
'subject' => 'SeedBox 记录状态变更',
|
||||
'body' => '你的 ID 为 :id 的 SeedBox 记录状态被 :operator 由 :old_status 变更为 :new_status',
|
||||
'body' => '你的 ID 为 :id 的 SeedBox 记录状态被 :operator 由 :old_status 变更为 :new_status。原因::reason',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -39,6 +39,7 @@ return [
|
||||
'country' => '國家',
|
||||
'city' => '城市',
|
||||
'client' => '客戶端',
|
||||
'reason' => '原因',
|
||||
'setting' => [
|
||||
'nav_text' => '設置',
|
||||
'backup' => [
|
||||
|
||||
@@ -12,6 +12,6 @@ return [
|
||||
],
|
||||
'status_change_message' => [
|
||||
'subject' => 'SeedBox 記錄狀態變更',
|
||||
'body' => '你的 ID 為 :id 的 SeedBox 記錄狀態被 :operator 由 :old_status 變更為 :new_status',
|
||||
'body' => '你的 ID 為 :id 的 SeedBox 記錄狀態被 :operator 由 :old_status 變更為 :new_status。原因::reason',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user