update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions

View File

@@ -1,37 +1,38 @@
<?php
return array (
'title_for_torrent' => 'シードクレームの詳細',
'title_for_user' => '種子を主張するユーザーの詳細',
'th_id' => 'id',
'th_username' => 'ユーザー',
'th_torrent_name' => 'シード名',
'th_torrent_size' => '種子サイズ',
'th_torrent_ttl' => '種子は生き残ります',
'th_claim_at' => '請求時間',
'th_last_settle' => '最後のチェックアウト時間',
'th_seed_time_this_month' => '今月の植え付け時間',
'th_uploaded_this_month' => '今月アップロードします',
'th_reached_or_not' => '今月は基準が満たされますか',
'th_action' => '動作します',
'msg_title' => '先月の請求決済(:月)は次のとおりです。',
'msg_subject' => ':月の請求決済',
'claim_total' => '主張された種子の数:<b>:合計</b>',
'claim_reached_counts' => '会議基準の数:<b>:カウント</b>',
'claim_reached_summary' => '1時間あたりの魔法<b>bonus_per_hour </b>、種子の平均数:<b>:時間</b>、魔法を取得:<b>bonus_total </b>',
'claim_unreached_remain_counts' => '保持カウントは満たされていません:<b>:カウント</b>',
'claim_unreached_remove_counts' => '満たされていない削除の数:<b>:カウント</b>',
'claim_unreached_summary' => '各シードの魔法のパワーを差し引く:<b>decuct_per_torrent </b>、総控除魔法のパワー:<b>decuct_total </b>',
'confirm_give_up' => 'この種を主張するのをあきらめたいですか?',
'add_claim' => '請求',
'add_claim_confirm' => '請求を確認しますか?',
'remove_claim' => 'あきらめる',
'remove_claim_confirm' => '主張をあきらめることを確認しますか?',
'already_claimed' => '認識された',
'not_claim_yet' => '請求されていない',
'fields' =>
array (
'torrent_id' => 'シードID',
),
'claim_all_seeding_confirmation' => '現在生産中のすべての種子を請求したいですか?',
);
return [
'title_for_torrent' => 'トレント請求の詳細',
'title_for_user' => 'ユーザークレームの詳細',
'th_id' => 'ID',
'th_username' => 'ユーザー',
'th_torrent_name' => 'トレント名',
'th_torrent_size' => 'トレントサイズ',
'th_torrent_ttl' => 'Torrent TTL',
'th_claim_at' => '請求',
'th_last_settle' => '最終決済日時',
'th_seed_time_this_month' => '今月',
'th_uploaded_this_month' => '今月アップ',
'th_reached_or_not' => '到達しました',
'th_action' => 'アクション',
'msg_title' => '先月決済結果を請求(:month):',
'msg_subject' => ':month クレーム決済',
'claim_total' => 'トレント総額: [b]:total[/b]',
'claim_reached_counts' => 'トレント数に達しました: [b]:counts[/b]',
'claim_reached_summary' => 'トレントが1時間あたりボーナスを獲得しました: [b]:bonus_per_hour[/b], シード時間平均(時間): [b]:hours[/b], ボーナス合計: [b]:bonus_total[/b]',
'claim_unreached_remain_counts' => '未達トレントの残り数: [b]:counts[/b]',
'claim_unreached_remove_counts' => '未達の Torrent 削除数: [b]:counts[/b]',
'claim_unreached_summary' => '未到のトレント:[b]:deduct_per_torrent[/b]、合計控除額: [b]:deduct_total[/b]',
'confirm_give_up' => 'このトレントの主張を放棄してもよろしいですか?',
'add_claim' => 'Claim',
'add_claim_confirm' => '請求しますか?',
'remove_claim' => '諦めます',
'remove_claim_confirm' => '請求を放棄しますか?',
'already_claimed' => '請求済み',
'not_claim_yet' => '未請求',
'fields' => [
'torrent_id' => 'Torrent ID',
],
'claim_all_seeding_confirmation' => '現在シード中のすべてのトレントを請求してもよろしいですか?' ,
];