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

69 lines
2.5 KiB
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 (
'edit_ban_reason' => '経営陣によって無効になっています',
'deleted_username' => 'アカウントなし',
'admin' =>
array (
'list' =>
array (
'page_title' => 'ユーザーリスト',
),
),
'labels' =>
array (
'seedbonus' => '魔法',
'seed_points' => 'スコアを作ります',
'uploaded' => 'ボリュームをアップロードします',
'downloaded' => 'ダウンロード',
'invites' => '招待する',
'attendance_card' => 'カードを再署名します',
'props' => '小道具',
'class' => '学年',
'vip_added' => 'VIP資格は魔法の価値を通じて得られます',
'vip_added_help' => 'このVIP資格は魔法の価値と交換されていますか',
'vip_until' => 'VIP資格の終了時間',
'vip_until_help' => '時間形式は「年の数か月の日の時間:分:秒秒」です。 VIP資格が終了する時間。 「VIP資格は魔法の価値によって取得されます」は、このルールが有効になるためには「はい」に設定する必要があります。',
),
'class_names' =>
array (
10 => 'VIP',
11 => '高齢者の世話人',
12 => '出版社',
13 => '一般的なモデレーター',
14 => '管理者',
15 => 'メンテナンス開発者',
16 => '監督',
),
'change_username_lte_min_interval' => '最終変更時間:: last_change_time、最小間隔が満たされていないインターバルデイ',
'destroy_by_admin' => '管理者によって物理的に削除されます',
'disable_by_admin' => '管理者によって禁止されています',
'genders' =>
array (
'Male' => '男',
'Female' => '女性',
'N/A' => '未知',
),
'grant_props_notification' =>
array (
'subject' => '小道具を取得::名前',
'body' => ':オペレーターはあなたを付与します:名前、有効性期間::期間。',
),
'metas' =>
array (
'already_valid_forever' => 'Meta_Can_Textはすでに永遠に有効です',
),
'edit_notifications' =>
array (
'change_class' =>
array (
'promote' => '推進する',
'demote' => 'ダウングレード',
'subject' => 'レベルの変更',
'body' => 'あなたはアクションASnew_class、Administrator :: operator、Reason :: Reason。',
),
),
'username_already_exists' => 'ユーザー名::ユーザー名はすでに存在します',
'username_invalid' => 'username :: username invalid',
);