mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02:00
13 lines
480 B
PHP
13 lines
480 B
PHP
<?php
|
|
|
|
return [
|
|
'exceptions' => [
|
|
'user_has_servers' => 'サーバーを所有しているユーザーは削除できません。ユーザーを削除する前にサーバーを削除してください。',
|
|
'user_is_self' => '自分のアカウントは削除できません。',
|
|
],
|
|
'notices' => [
|
|
'account_created' => 'アカウントを作成しました。',
|
|
'account_updated' => 'アカウントを更新しました。',
|
|
],
|
|
];
|