mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
11 lines
538 B
PHP
11 lines
538 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'マウント',
|
|
'description' => 'サーバーに接続されたマウントを管理します:',
|
|
'no_mounts' => 'このサーバーで利用可能なユーザーがマウント可能なマウントはありません。',
|
|
'notification_updated' => 'マウントを正常に更新しました',
|
|
'notification_updated_body' => '新しいマウントを適用するにはサーバーを再起動してください',
|
|
'notification_failed' => 'マウントの更新に失敗しました',
|
|
];
|