Files
ProxyPanel/resources/lang/ja/setup.php
2024-09-04 22:45:34 +08:00

11 lines
357 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
return [
'demo_reset' => 'DEMOモードであることが検出されました。データベースをリセットしますか',
'update_cache' => 'キャッシュを更新しています...',
'update_complete' => '업데이트 완료!',
'update_db' => 'データベースを更新しています...',
];