mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
11 lines
390 B
PHP
11 lines
390 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => '掛載點',
|
|
'description' => '管理附加至您的伺服器的掛載點:',
|
|
'no_mounts' => '此伺服器沒有使用者可掛載的掛載點。',
|
|
'notification_updated' => '掛載點更新成功',
|
|
'notification_updated_body' => '重新啟動您的伺服器以套用新的掛載點',
|
|
'notification_failed' => '無法更新掛載點',
|
|
];
|