mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 12:37:23 +08:00
update lang
This commit is contained in:
+107
-104
@@ -1,106 +1,109 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'pos_state_normal' => '普通',
|
||||
'pos_state_sticky' => 'レベル1トップ',
|
||||
'pos_state_r_sticky' => 'レベル2トップ',
|
||||
'index' =>
|
||||
array (
|
||||
'page_title' => 'シードリスト',
|
||||
),
|
||||
'show' =>
|
||||
array (
|
||||
'page_title' => '種子の詳細',
|
||||
'basic_category' => 'タイプ',
|
||||
'basic_audio_codec' => 'オーディオエンコーディング',
|
||||
'basic_codec' => 'ビデオエンコーディング',
|
||||
'basic_media' => '中くらい',
|
||||
'basic_source' => 'ソース',
|
||||
'basic_standard' => '解決',
|
||||
'basic_team' => '制作チーム',
|
||||
'size' => 'サイズ',
|
||||
'comments_label' => 'コメント',
|
||||
'times_completed_label' => '仕上げる',
|
||||
'peers_count_label' => '仲間',
|
||||
'thank_users_count_label' => 'ありがとう',
|
||||
'numfiles_label' => '書類',
|
||||
'bookmark_yes_label' => 'すでに収集されています',
|
||||
'bookmark_no_label' => '集める',
|
||||
'reward_logs_label' => '悪魔に与える',
|
||||
'reward_yes_label' => '悪魔に与えられた',
|
||||
'reward_no_label' => '悪魔に与える',
|
||||
'download_label' => 'ダウンロード',
|
||||
'thanks_yes_label' => 'もうありがとう',
|
||||
'thanks_no_label' => 'ありがとう',
|
||||
),
|
||||
'pick_info' =>
|
||||
array (
|
||||
'normal' => '普通',
|
||||
'hot' => '人気のある',
|
||||
'classic' => 'クラシック',
|
||||
'recommended' => '推薦する',
|
||||
),
|
||||
'claim_already' => 'この種は主張されています',
|
||||
'no_snatch' => 'そのような種子はダウンロードされていません',
|
||||
'can_no_be_claimed_yet' => 'まだ主張することはできません',
|
||||
'claim_number_reach_user_maximum' => '請求者の最大数に達しました',
|
||||
'claim_number_reach_torrent_maximum' => '主張は最大シードカウントに達します',
|
||||
'claim_disabled' => '請求が有効ではありません',
|
||||
'operation_log' =>
|
||||
array (
|
||||
'approval_deny' =>
|
||||
array (
|
||||
'type_text' => '拒否を確認します',
|
||||
'notify_subject' => '種子のレビュー拒否',
|
||||
'notify_msg' => 'あなたの種:[url =:detail_url]:torrent_name [/url]は拒否されました:オペレーターのレビュー、理由::理由',
|
||||
),
|
||||
'approval_allow' =>
|
||||
array (
|
||||
'type_text' => 'レビューが渡されました',
|
||||
'notify_subject' => 'シードレビューが合格しました',
|
||||
'notify_msg' => 'あなたの種子:[url =:detail_url]:torrent_name [/url]がレビューされ、承認されています:オペレーター',
|
||||
),
|
||||
'approval_none' =>
|
||||
array (
|
||||
'type_text' => 'レビューされていないマーク',
|
||||
'notify_subject' => 'レビューされていないシードマーキング',
|
||||
'notify_msg' => 'あなたの種:[url =:detail_url]:torrent_name [/url]は、監査なし:オペレーターによってマークされています',
|
||||
),
|
||||
'edit' =>
|
||||
array (
|
||||
'type_text' => '編集',
|
||||
'notify_subject' => '種子が編集されています',
|
||||
'notify_msg' => 'あなたの種子:[url =:detail_url]:torrent_name [/url]は編集されています:operator',
|
||||
),
|
||||
'delete' =>
|
||||
array (
|
||||
'type_text' => '消去',
|
||||
'notify_subject' => '種子が削除されます',
|
||||
'notify_msg' => 'あなたの種子:: torrent_nameは削除されます:オペレーター',
|
||||
),
|
||||
),
|
||||
'owner_update_torrent_subject' => 'レビュー拒否シードの更新',
|
||||
'owner_update_torrent_msg' => 'シード:[url =:detail_url]:torrent_name [/url]は著者によって更新されており、コンプライアンスを確認して承認することができます',
|
||||
'approval' =>
|
||||
array (
|
||||
'modal_title' => 'シードレビュー',
|
||||
'status_label' => 'ステータスを確認します',
|
||||
'comment_label' => 'メモ(オプション)',
|
||||
'status_text' =>
|
||||
array (
|
||||
0 => '未検証',
|
||||
1 => '合格',
|
||||
2 => '拒否する',
|
||||
),
|
||||
'deny_comment_show' => 'Reason :: Reasonのレビューに合格しなかった',
|
||||
'logs_label' => '監査記録',
|
||||
),
|
||||
'show_hide_media_info' => '元のMediainfoを表示/非表示にします',
|
||||
'promotion_time_types' =>
|
||||
array (
|
||||
0 => 'グローバル',
|
||||
1 => '永続',
|
||||
2 => 'それまで',
|
||||
),
|
||||
'paid_torrent' => '料金の種',
|
||||
);
|
||||
return [
|
||||
'pos_state_normal' => '標準',
|
||||
'pos_state_sticky' => '最初に固定する',
|
||||
'pos_state_r_sticky' => 'スティッキー秒',
|
||||
|
||||
'index' => [
|
||||
'page_title' => 'Torrent リスト',
|
||||
],
|
||||
'show' => [
|
||||
'page_title' => 'トレントの詳細',
|
||||
'basic_category' => 'カテゴリ',
|
||||
'basic_audio_codec' => 'オーディオコーデック',
|
||||
'basic_codec' => 'ビデオコーデック',
|
||||
'basic_media' => 'メディア',
|
||||
'basic_source' => 'ソース',
|
||||
'basic_standard' => '標準',
|
||||
'basic_team' => 'チーム',
|
||||
'size' => 'サイズ',
|
||||
'comments_label' => 'コメント',
|
||||
'times_completed_label' => '引き裂かれた',
|
||||
'peers_count_label' => 'ピア',
|
||||
'thank_users_count_label' => 'Thanks',
|
||||
'numfiles_label' => 'ファイル',
|
||||
'bookmark_yes_label' => 'ブックマーク',
|
||||
'bookmark_no_label' => 'ブックマークに追加',
|
||||
'reward_logs_label' => 'Recompensa',
|
||||
'reward_yes_label' => 'Rewarded',
|
||||
'reward_no_label' => 'Recompensa',
|
||||
'download_label' => 'ダウンロード',
|
||||
'thanks_yes_label' => 'Thanked',
|
||||
'thanks_no_label' => 'Thank',
|
||||
],
|
||||
'pick_info' => [
|
||||
'normal' => '標準',
|
||||
'hot' => 'ホット',
|
||||
'classic' => 'クラシック',
|
||||
'recommended' => 'Recommend',
|
||||
],
|
||||
'claim_already' => '請求済みです',
|
||||
'no_snatch' => 'このトレントをまだダウンロードしない',
|
||||
'can_no_be_claimed_yet' => 'まだ請求できません',
|
||||
'claim_number_reach_user_maximum' => 'ユーザーの最大数に達しました',
|
||||
'claim_number_reach_torrent_maximum' => 'Torrent の最大数に達しました',
|
||||
'claim_disabled' => '請求は無効です',
|
||||
'operation_log' => [
|
||||
\App\Models\TorrentOperationLog::ACTION_TYPE_APPROVAL_DENY => [
|
||||
'type_text' => '許可',
|
||||
'notify_subject' => 'トレントが許可されました',
|
||||
'notify_msg' => 'あなたのトレント:[url=:detail_url]:torrent_name[/url] が :operator, 理由: :reason',
|
||||
],
|
||||
\App\Models\TorrentOperationLog::ACTION_TYPE_APPROVAL_ALLOW => [
|
||||
'type_text' => '拒否しました',
|
||||
'notify_subject' => 'トレントが拒否されました',
|
||||
'notify_msg' => 'あなたのトレント: [url=:detail_url]:torrent_name[/url] :operator によって拒否されました',
|
||||
],
|
||||
\App\Models\TorrentOperationLog::ACTION_TYPE_APPROVAL_NONE => [
|
||||
'type_text' => '審査されていません',
|
||||
'notify_subject' => 'Torrent はレビュー済みとしてマークされました',
|
||||
'notify_msg' => 'あなたのトレント: [url=:detail_url]:torrent_name[/url] は :operator によってレビューされていないとしてマークされました',
|
||||
],
|
||||
\App\Models\TorrentOperationLog::ACTION_TYPE_EDIT => [
|
||||
'type_text' => '編集',
|
||||
'notify_subject' => 'トレントが編集されました',
|
||||
'notify_msg' => 'あなたのトレント: [url=:detail_url]:torrent_name[/url] は :operator によって編集されました',
|
||||
],
|
||||
\App\Models\TorrentOperationLog::ACTION_TYPE_DELETE => [
|
||||
'type_text' => '削除',
|
||||
'notify_subject' => 'トレントが削除されました',
|
||||
'notify_msg' => 'トレント: :torrent_nameは:operatorによって削除されました',
|
||||
]
|
||||
],
|
||||
'owner_update_torrent_subject' => '拒否された Torrent が更新されました',
|
||||
'owner_update_torrent_msg' => 'Torrent:[url=:detail_url]:torrent_name[/url] が所有者によって更新されました。要件を満たしているかどうかを確認し、許可することができます',
|
||||
'approval' => [
|
||||
'modal_title' => 'Torrent の承認',
|
||||
'status_label' => '承認状況',
|
||||
'comment_label' => 'Comment(任意)',
|
||||
'status_text' => [
|
||||
\App\Models\Torrent::APPROVAL_STATUS_NONE => '審査されていません',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_ALLOW => '許可',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_DENY => '拒否しました',
|
||||
],
|
||||
'deny_comment_show' => '拒否された理由: :reason',
|
||||
'logs_label' => '承認ログ'
|
||||
],
|
||||
'show_hide_media_info' => 'メディア情報の表示/非表示',
|
||||
'promotion_time_types' => [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'グローバル',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => '恒久的',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => '終了日時',
|
||||
],
|
||||
'paid_torrent' => '有料Torrent',
|
||||
'msg_torrent_deleted' => "トレントが削除されました",
|
||||
'msg_the_torrent_you_uploaded' => "アップロードされた Torrent '",
|
||||
'msg_was_deleted_by' => "によって削除された ",
|
||||
'msg_reason_is' => "理由: ",
|
||||
'msg_reseed_request' => "リクエストを再送する",
|
||||
'msg_reseed_user' => "ユーザー ",
|
||||
'msg_ask_reseed' => " トレントにリシードを頼んだ ",
|
||||
'msg_thank_you' => " \nありがとうございます!",
|
||||
|
||||
'msg_offer_you_voted' => "あなたが投票したオファー: ",
|
||||
'msg_was_uploaded_by' => " was uploaded by ",
|
||||
'msg_you_can_download' => "\nTorrent をダウンロードできます",
|
||||
'msg_here' => " ここ [b][/b]",
|
||||
'msg_offer' => "オファー ",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user