Files
panel/lang/ja/server/mount.php
github-actions[bot] 483145aac8 New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-06-22 09:10:23 -04:00

11 lines
538 B
PHP

<?php
return [
'title' => 'マウント',
'description' => 'サーバーに接続されたマウントを管理します:',
'no_mounts' => 'このサーバーで利用可能なユーザーがマウント可能なマウントはありません。',
'notification_updated' => 'マウントを正常に更新しました',
'notification_updated_body' => '新しいマウントを適用するにはサーバーを再起動してください',
'notification_failed' => 'マウントの更新に失敗しました',
];