mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 16:46:51 +01:00
19 lines
589 B
PHP
19 lines
589 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 移除为子用户。',
|
|
],
|
|
];
|