Files
panel/lang/ja/notifications.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

23 lines
987 B
PHP

<?php
return [
'open_server' => 'サーバーを開く',
'installation_completed' => 'サーバーインストール完了',
'installation_failed' => 'サーバーインストール失敗',
'reinstallation_completed' => 'サーバー再インストール完了',
'reinstallation_failed' => 'サーバー再インストール失敗',
'backup_completed' => 'バックアップが完了しました',
'backup_failed' => 'バックアップに失敗しました',
'backup_body' => 'サーバー「:server」のバックアップ「:name」',
'view_backups' => 'バックアップを表示',
'failed' => '失敗',
'user_added' => [
'title' => 'サーバーを追加',
'body' => ':server へサブユーザーとして追加されました。',
],
'user_removed' => [
'title' => 'サーバから削除されました',
'body' => ':server からサブユーザーとして削除されました。',
],
];