mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
19 lines
587 B
PHP
19 lines
587 B
PHP
<?php
|
|
|
|
return [
|
|
'open_server' => '開啟伺服器',
|
|
'installation_completed' => '服务器安装完成',
|
|
'installation_failed' => '伺服器安裝失敗',
|
|
'reinstallation_completed' => '伺服器重新安裝完成',
|
|
'reinstallation_failed' => '伺服器重新安裝失敗',
|
|
'failed' => '失敗',
|
|
'user_added' => [
|
|
'title' => '已添加到伺服器',
|
|
'body' => '你已被新增為 :server 子用戶',
|
|
],
|
|
'user_removed' => [
|
|
'title' => '已從伺服器移除',
|
|
'body' => '你已被從 :server 子用戶移除',
|
|
],
|
|
];
|