mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
72 lines
3.2 KiB
PHP
72 lines
3.2 KiB
PHP
<?php
|
|
|
|
$lang_invite = array
|
|
(
|
|
'std_sorry' => "申し訳ありません",
|
|
'std_permission_denied' => "アクセスが拒否されました!",
|
|
'head_invites' => "招待",
|
|
'std_no_invites_left' => "招待状が残っていません。:( <br /><br />をクリックしてください ",
|
|
'here_to_go_back' => "here</a> to go back.",
|
|
'text_invite_code_sent' => "招待コードが送信されました!<br />",
|
|
'text_invite_someone' => "誰かを招待する ",
|
|
'text_s' => "s",
|
|
'text_invitation' => " 招待状",
|
|
'text_left' => " 左",
|
|
'text_email_address' => "メールアドレス",
|
|
'text_email_address_note' => "メールアドレスは有効でなければなりません。招待状についてのメールが届きます。",
|
|
'text_message' => "メッセージ",
|
|
'submit_invite' => "招待",
|
|
'text_invite_status' => "招待状の状態",
|
|
'text_no_invites' => "招待はまだありません。",
|
|
'text_username' => "ユーザー名",
|
|
'text_email' => "Eメールアドレス",
|
|
'text_uploaded' => "アップロードしました",
|
|
'text_downloaded' => "ダウンロード済み",
|
|
'text_ratio' => "Ratio",
|
|
'text_status' => "ステータス",
|
|
'text_confirm' => "確認する",
|
|
'text_confirmed' => "確認済み",
|
|
'text_pending' => "保留中",
|
|
'submit_confirm_users' => "Confirm Users",
|
|
'sumbit_invite_someone' => "Invite Someone",
|
|
'text_sent_invites_status' => "招待状の現在の状態",
|
|
'text_no_invitation_sent' => "現在招待状は送信されていません。",
|
|
'text_hash' => "ハッシュ",
|
|
'text_send_date' => "送信日",
|
|
'text_hash_status' => 'Hash valid',
|
|
'text_invitee_user' => '招待ユーザー',
|
|
|
|
'text_invitation_body' => "
|
|
Hi Buddy,
|
|
|
|
I am inviting you to join %s which is a private community that have the finest
|
|
and most abundant stuff. If you are interested in joining us please read over
|
|
the rules and confirm the invite. Finally, please make sure you keep a nice ratio and
|
|
only upload content that follows rules of the site.
|
|
|
|
Welcome aboard! :)
|
|
Best Regards,
|
|
",
|
|
'text_invite_system' => "招待システム",
|
|
'std_only' => "のみ ",
|
|
'std_or_above_can_invite' => " またはそれ以上の招待状を送ることができます",
|
|
'text_email_restriction_note' => "これらのドメインからのみ招待状を送信できます: ",
|
|
'harem_addition' => 'ハーレムの追加',
|
|
'signup_link_help' => '右クリックでコピー',
|
|
'signup_link' => 'サインアップリンク',
|
|
'text_uploaded_count' => 'アップロードした回数',
|
|
'text_seed_torrent_count' => 'シード数',
|
|
'text_seed_torrent_size' => 'シードサイズ',
|
|
'text_seed_torrent_bonus_per_hour' => '1時間あたりのシードボーナス',
|
|
'text_seed_torrent_bonus_per_hour_help' => 'すなわち、シードポイントは、寄付、公式トレント、ハーレム、その他の追加を考慮しないでください',
|
|
'text_seed_torrent_last_announce_at' => '最終発表日時',
|
|
'text_enabled' => '有効',
|
|
'text_tmp_status' => '一時招待状態',
|
|
'text_expired_at' => '有効期限:',
|
|
'text_permanent' => '永久招待を使用する',
|
|
'text_consume_invite' => '招待を使用する',
|
|
'text_temporary_left' => '%s 一時招待',
|
|
);
|
|
|
|
?>
|