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

69 lines
4.6 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 (
'invalid_price' => '無効な価格::価格',
'invalid_category' => '無効な分類',
'invalid_section' => '無効なパーティション',
'invalid_hr' => '無効なHR値',
'invalid_pos_state' => '無効な場所:: pos_state',
'invalid_pos_state_until' => '無効な場所の締め切り',
'not_supported_sub_category_field' => 'サポートされていないサブカテゴリフィールド::フィールド',
'invalid_sub_category_value' => 'サブカテゴリフィールド::ラベル(:フィールド)値::値無効',
'invalid_tag' => '無効なタグ::タグ',
'invalid_pick_type' => '無効な推奨:: pick_type',
'require_name' => 'タイトルを空にすることはできません',
'price_too_much' => '価格は許容範囲を超えています',
'approval_deny_reach_upper_limit' => '現在のレビューで拒否された種子の数sは上限に達し、公開は許可されていません。',
'special_section_not_enabled' => '特別なゾーンは有効になりません。',
'paid_torrent_not_enabled' => '有料の種子は​​有効になりません。',
'no_permission_to_set_torrent_hr' => 'シードHRを設定する許可はありません。',
'no_permission_to_set_torrent_pos_state' => 'シードトップを設定する許可はありません。',
'no_permission_to_set_torrent_price' => '種子料金を設定する許可はありません。',
'no_permission_to_pick_torrent' => 'ビデオを推奨する許可はありません。',
'no_permission_to_be_anonymous' => '匿名で公開する許可はありません。',
'torrent_save_dir_not_exists' => 'Seed Saveディレクトリは存在しません。',
'torrent_save_dir_not_writable' => 'Seed Save Directoryは書くことはできません。',
'save_torrent_file_failed' => 'シードファイルを保存すると失敗しました。',
'upload_failed' => 'アップロードが失敗しました!',
'missing_form_data' => '必要なアイテムを入力してください',
'missing_torrent_file' => 'シードファイルがありません',
'empty_filename' => 'ファイル名を空にすることはできません!',
'zero_byte_nfo' => 'NFOファイルは空です',
'nfo_too_big' => 'NFOファイルが大きすぎます最大許容65,535バイト。',
'nfo_upload_failed' => 'NFOファイルのアップロードは失敗しました',
'blank_description' => 'はじめに記入する必要があります!',
'category_unselected' => 'タイプを選択する必要があります!',
'invalid_filename' => '無効なファイル名!',
'filename_not_torrent' => '無効なファイル名torrentファイルではありません。',
'empty_file' => '空のファイル!',
'not_bencoded_file' => '一体何をしているのアップロードしたのは、Bencodeファイルではありません',
'not_a_dictionary' => 'ディレクトリではありません',
'dictionary_is_missing_key' => 'ディレクトリの欠損値',
'invalid_entry_in_dictionary' => '無効なディレクトリエントリ',
'invalid_dictionary_entry_type' => '無効なディレクトリアイテムタイプ',
'invalid_pieces' => '無効なファイルブロック',
'missing_length_and_files' => '長さとファイルがありません',
'filename_errors' => 'エラーファイル名',
'uploaded_not_offered' => '候補者に合格する種子のみをアップロードできます。アップロードする前に<b> <b> <b> <b>で適切なプロジェクトを選択してください!',
'unauthorized_upload_freely' => '自由にアップロードする許可はありません!',
'torrent_existed' => '種はすでに存在します! ID ID',
'torrent_file_too_big' => 'シードファイルが大きすぎます!最大許容',
'remake_torrent_note' => 'バイト。ブロックサイズが大きいシードファイルを再作成するか、コンテンツを複数のシードに分割してください。',
'email_notification_body' => 'こんにちは、
新しい種子がアップロードされました。
名前::名前
サイズ::サイズ
タイプ::カテゴリ
uploader :: upload_by
導入:
:説明
詳細情報を表示してダウンロードして(ログインする必要がある場合があります)、ここをクリックしてください:<b> <a href = javascriptvoidnullonclick = window.open \'torrent_url\'> </b> </b>
torrent_url
site_nameウェブサイト',
'email_notification_subject' => 'site_name新しいシード通知',
);