Files
nexusphp/resources/lang/ja/seed-box.php
2025-04-19 02:06:51 +07:00

23 lines
701 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
return array (
'type_text' =>
array (
1 => 'ユーザー',
2 => '管理者',
),
'status_text' =>
array (
0 => 'レビューされていません',
1 => '合格した',
2 => '拒否された',
),
'status_change_message' =>
array (
'subject' => 'シードボックスレコードステータスの変更',
'body' => 'IDIDのシードボックスの記録ステータスは、old_statusへnew_statusに変更されます。理由::理由',
),
'is_seed_box_yes' => 'このIPはシードボックスで、IDIDのレコードによって決定されます',
'is_seed_box_no' => 'このIPはシードボックスではありません',
);