mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
129 lines
6.3 KiB
PHP
129 lines
6.3 KiB
PHP
<?php
|
||
|
||
/**
|
||
* Contains all of the translation strings for different activity log
|
||
* events. These should be keyed by the value in front of the colon (:)
|
||
* in the event name. If there is no colon present, they should live at
|
||
* the top level.
|
||
*/
|
||
return [
|
||
'auth' => [
|
||
'fail' => '登入失敗',
|
||
'success' => '已登入',
|
||
'password-reset' => '密碼已重設',
|
||
'checkpoint' => '已請求雙重驗證',
|
||
'recovery-token' => '已使用雙重驗證備用代碼',
|
||
'token' => '已通過雙重驗證',
|
||
'ip-blocked' => '已封鎖來自未列入名單的 IP 位址對 <b>:identifier</b> 的請求',
|
||
'sftp' => [
|
||
'fail' => 'SFTP 登入失敗',
|
||
],
|
||
],
|
||
'user' => [
|
||
'account' => [
|
||
'username-changed' => '已將使用者名稱從 <b>:old</b> 變更為 <b>:new</b>',
|
||
'email-changed' => '已將電子郵件從 <b>:old</b> 變更為 <b>:new</b>',
|
||
'password-changed' => '密碼已變更',
|
||
],
|
||
'api-key' => [
|
||
'create' => '已建立新的 API 金鑰 <b>:identifier</b>',
|
||
'delete' => '已刪除 API 金鑰 <b>:identifier</b>',
|
||
],
|
||
'ssh-key' => [
|
||
'create' => '已將 SSH 金鑰 <b>:fingerprint</b> 新增至帳號',
|
||
'delete' => '已從帳號中移除 SSH 金鑰 <b>:fingerprint</b>',
|
||
],
|
||
'two-factor' => [
|
||
'create' => '已啟用雙重驗證',
|
||
'delete' => '已停用雙重驗證',
|
||
],
|
||
],
|
||
'server' => [
|
||
'console' => [
|
||
'command' => '已在伺服器上執行「<b>:command</b>」',
|
||
],
|
||
'power' => [
|
||
'start' => '已啟動伺服器',
|
||
'stop' => '已停止伺服器',
|
||
'restart' => '已重新啟動伺服器',
|
||
'kill' => '已強制結束伺服器程序',
|
||
],
|
||
'backup' => [
|
||
'download' => '已下載 <b>:name</b> 備份',
|
||
'delete' => '已刪除 <b>:name</b> 備份',
|
||
'restore' => '已還原 <b>:name</b> 備份(刪除的檔案:<b>:truncate</b>)',
|
||
'restore-complete' => '已完成 <b>:name</b> 備份的還原',
|
||
'restore-failed' => '無法完成 <b>:name</b> 備份的還原',
|
||
'start' => '已開始新的備份 <b>:name</b>',
|
||
'complete' => '已將 <b>:name</b> 備份標記為完成',
|
||
'fail' => '已將 <b>:name</b> 備份標記為失敗',
|
||
'lock' => '已鎖定 <b>:name</b> 備份',
|
||
'unlock' => '已解除鎖定 <b>:name</b> 備份',
|
||
'rename' => '已將備份從「<b>:old_name</b>」重新命名為「<b>:new_name</b>」',
|
||
],
|
||
'database' => [
|
||
'create' => '已建立新的資料庫 <b>:name</b>',
|
||
'rotate-password' => '已輪替資料庫 <b>:name</b> 的密碼',
|
||
'delete' => '已刪除資料庫 <b>:name</b>',
|
||
],
|
||
'file' => [
|
||
'compress' => '已壓縮 <b>:directory:files</b>|已在 <b>:directory</b> 中壓縮 <b>:count</b> 個檔案',
|
||
'read' => '已檢視 <b>:file</b> 的內容',
|
||
'copy' => '已建立 <b>:file</b> 的副本',
|
||
'create-directory' => '已建立目錄 <b>:directory:name</b>',
|
||
'decompress' => '已在 <b>:directory</b> 中解壓縮 <b>:file</b>',
|
||
'delete' => '已刪除 <b>:directory:files</b>|已在 <b>:directory</b> 中刪除 <b>:count</b> 個檔案',
|
||
'download' => '已下載 <b>:file</b>',
|
||
'pull' => '已從 <b>:url</b> 下載遠端檔案至 <b>:directory</b>',
|
||
'rename' => '已將 <b>:from</b> 移動/重新命名為 <b>:to</b>|已在 <b>:directory</b> 中移動/重新命名 <b>:count</b> 個檔案',
|
||
'write' => '已寫入新內容至 <b>:file</b>',
|
||
'upload' => '已開始上傳檔案',
|
||
'uploaded' => '已上傳 <b>:directory:file</b>',
|
||
],
|
||
'sftp' => [
|
||
'denied' => '因權限不足,已封鎖 SFTP 存取',
|
||
'create' => '已建立 <b>:files</b>|已建立 <b>:count</b> 個新檔案',
|
||
'write' => '已修改 <b>:files</b> 的內容|已修改 <b>:count</b> 個檔案的內容',
|
||
'delete' => '已刪除 <b>:files</b>|已刪除 <b>:count</b> 個檔案',
|
||
'create-directory' => '已建立 <b>:files</b> 目錄|已建立 <b>:count</b> 個目錄',
|
||
'rename' => '已將 <b>:from</b> 重新命名為 <b>:to</b>|已重新命名或移動 <b>:count</b> 個檔案',
|
||
],
|
||
'allocation' => [
|
||
'create' => '已將 <b>:allocation</b> 新增至伺服器',
|
||
'notes' => '已將 <b>:allocation</b> 的備註從「<b>:old</b>」更新為「<b>:new</b>」',
|
||
'primary' => '已將 <b>:allocation</b> 設為主要伺服器分配',
|
||
'delete' => '已刪除 <b>:allocation</b> 分配',
|
||
],
|
||
'schedule' => [
|
||
'create' => '已建立 <b>:name</b> 排程',
|
||
'update' => '已更新 <b>:name</b> 排程',
|
||
'execute' => '已手動執行 <b>:name</b> 排程',
|
||
'delete' => '已刪除 <b>:name</b> 排程',
|
||
],
|
||
'task' => [
|
||
'create' => '已為 <b>:name</b> 排程建立新的「<b>:action</b>」任務',
|
||
'update' => '已更新 <b>:name</b> 排程的「<b>:action</b>」任務',
|
||
'delete' => '已刪除 <b>:name</b> 排程的「<b>:action</b>」任務',
|
||
],
|
||
'settings' => [
|
||
'rename' => '已將伺服器從「<b>:old</b>」重新命名為「<b>:new</b>」',
|
||
'description' => '已將伺服器說明從「<b>:old</b>」變更為「<b>:new</b>」',
|
||
'reinstall' => '已重新安裝伺服器',
|
||
],
|
||
'startup' => [
|
||
'edit' => '已將 <b>:variable</b> 變數從「<b>:old</b>」變更為「<b>:new</b>」',
|
||
'image' => '已將伺服器的 Docker 映像檔從 <b>:old</b> 更新為 <b>:new</b>',
|
||
'command' => '已將伺服器的啟動指令從 <b>:old</b> 更新為 <b>:new</b>',
|
||
],
|
||
'subuser' => [
|
||
'create' => '已將 <b>:email</b> 新增為子使用者',
|
||
'update' => '已更新 <b>:email</b> 的子使用者權限',
|
||
'delete' => '已移除子使用者 <b>:email</b>',
|
||
],
|
||
'mount' => [
|
||
'update' => '已更新伺服器的掛載點',
|
||
],
|
||
'crashed' => '伺服器已當機',
|
||
],
|
||
];
|