mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
+70
-68
@@ -1,70 +1,72 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'label' => '評価',
|
||||
'name' => '名前',
|
||||
'index' => '索引',
|
||||
'time_range' => '時間',
|
||||
'index_text_1' => '増分をアップロードします',
|
||||
'index_text_2' => '平均植え付け時間',
|
||||
'index_text_3' => '増分をダウンロードします',
|
||||
'index_text_4' => '魔法の増加',
|
||||
'index_text_5' => 'ポイントの増分を作成します',
|
||||
'index_text_6' => '排出量の増加',
|
||||
'filters' =>
|
||||
array (
|
||||
'classes' => 'ユーザーレベル',
|
||||
'register_time_range' => '登録時間範囲',
|
||||
'donate_status' => '寄付するかどうか',
|
||||
'register_days_range' => '登録日の範囲',
|
||||
),
|
||||
'require_value' => '必要とする',
|
||||
'current_value' => '現在',
|
||||
'result' => '結果',
|
||||
'result_pass_for_exam' => '合格!',
|
||||
'result_pass_for_task' => '仕上げる!',
|
||||
'result_not_pass_for_exam' => '<Span style = "color:red">失敗! </span>',
|
||||
'result_not_pass_for_task' => '<span style = "color:red">完成していない! </span>',
|
||||
'checkout_pass_message_subject_for_exam' => '評価に合格しました!',
|
||||
'checkout_pass_message_content_for_exam' => 'おめでとう!指定された時間内に評価が正常に完了しました(:begin〜:end):: Exam_Name。',
|
||||
'checkout_not_pass_message_subject_for_exam' => '評価が失敗した場合、アカウントは無効になります!',
|
||||
'checkout_not_pass_message_content_for_exam' => '評価を完了していません::指定された時間内(:begin〜:end)内でexam_name、アカウントは無効になっています。',
|
||||
'checkout_pass_message_subject_for_task' => 'ミッションは完了しました!',
|
||||
'checkout_pass_message_content_for_task' => 'おめでとう!指定された時間内にタスクを正常に完了しました:: Exam_Name(:begin〜:end)を受け取り、報酬マジック:: success_reward_bonusを受け取りました',
|
||||
'checkout_not_pass_message_subject_for_task' => 'ミッションは完了していません!',
|
||||
'checkout_not_pass_message_content_for_task' => '指定された時間内にタスクを完了していません(:begin〜:end):: exam_name、DETUCT MAGIC :: FAIL_DEDUCT_BONUS。',
|
||||
'ban_log_reason' => '未完成の評価:: Exam_Name(:begin〜:end)',
|
||||
'ban_user_modcomment' => '評価は完了していません:: exam_name(:begin〜:end)、システムによって無効になっています。',
|
||||
'deduct_bonus_comment' => '未完のタスク:: exam_name(:begin〜:end)、魔法を差し引く:: fail_deduct_bonus。',
|
||||
'reward_bonus_comment' => 'タスクを完了する:: exam_name(:begin〜:end)、報酬魔法:: success_reward_bonus。',
|
||||
'admin' =>
|
||||
array (
|
||||
'list' =>
|
||||
array (
|
||||
'page_title' => '評価リスト',
|
||||
),
|
||||
),
|
||||
'recurring' => '周期性',
|
||||
'recurring_daily' => '1日1回',
|
||||
'recurring_weekly' => '週に一度',
|
||||
'recurring_monthly' => '月に一度',
|
||||
'recurring_help' => '周期性として指定されている場合、評価開始時間は現在のサイクルの開始時間であり、終了時間は現在のサイクルの終了時間です。ここで言及されているのは、自然な日/週/月です。タイプの評価のために、各サイクルが終わった後もユーザーがフィルタリング条件を満たしている場合、次のサイクルの評価はユーザーに自動的に割り当てられます。',
|
||||
'time_condition_invalid' => '時間パラメーターは不合理であり、3つの項目のいずれかの1つだけがあります:開始時間 +終了時間/日付/定期性',
|
||||
'type_exam' => '評価',
|
||||
'type_task' => 'タスク',
|
||||
'type' => 'タイプ',
|
||||
'type_help' => '評価は定期的な評価であり、失敗した場合、アカウントから禁止されます。タスクは、魔法に報いるか、完了に応じて魔法を差し引くように設定できます',
|
||||
'fail_deduct_bonus' => '魔法を差し引かない',
|
||||
'success_reward_bonus' => '報酬の魔法を完成させます',
|
||||
'action_claim_task' => '受け取る',
|
||||
'confirm_to_claim' => 'あなたはそれを主張したいですか?',
|
||||
'claim_by_yourself_only' => '私はそれを自分で主張することができます!',
|
||||
'not_match_target_user' => 'あなたは一致するターゲットユーザーではありません!',
|
||||
'has_other_on_the_way' => '他にも進行中です:type_text',
|
||||
'claimed_already' => '主張しました',
|
||||
'not_between_begin_end_time' => '開始および終了時間範囲内ではありません',
|
||||
'reach_max_user_count' => '請求者の数は上限に達しました',
|
||||
'claimed_user_count' => '請求者の数',
|
||||
'max_user_count' => '請求者の最大数(0は無制限です)',
|
||||
'background_color' => '情報ボックスの背景色',
|
||||
);
|
||||
return [
|
||||
'label' => '試験',
|
||||
'name' => '試験名',
|
||||
'index' => '試験インデックス',
|
||||
'time_range' => '試験時間',
|
||||
'index_text_' . \App\Models\Exam::INDEX_UPLOADED => '増分をアップロード',
|
||||
'index_text_' . \App\Models\Exam::INDEX_SEED_TIME_AVERAGE => 'シード時間平均',
|
||||
'index_text_' . \App\Models\Exam::INDEX_DOWNLOADED => '増分をダウンロード',
|
||||
'index_text_' . \App\Models\Exam::INDEX_SEED_BONUS => 'ボーナスインクリメント',
|
||||
'index_text_' . \App\Models\Exam::INDEX_SEED_POINTS => 'Seed points increment',
|
||||
'index_text_' . \App\Models\Exam::INDEX_UPLOAD_TORRENT_COUNT => 'Torrent の増分をアップロード',
|
||||
'filters' => [
|
||||
\App\Models\Exam::FILTER_USER_CLASS => 'ユーザクラス',
|
||||
\App\Models\Exam::FILTER_USER_REGISTER_TIME_RANGE => '時間範囲の登録',
|
||||
\App\Models\Exam::FILTER_USER_DONATE => '寄付済み',
|
||||
\App\Models\Exam::FILTER_USER_REGISTER_DAYS_RANGE => '登録日の範囲',
|
||||
],
|
||||
'require_value' => '必須',
|
||||
'current_value' => '現在',
|
||||
'result' => '結果',
|
||||
|
||||
'result_pass_for_exam' => '合格!',
|
||||
'result_pass_for_task' => '完了!',
|
||||
'result_not_pass_for_exam' => '<span style="color: red">合格していません!</span>',
|
||||
'result_not_pass_for_task' => '<span style="color: red">未完了!</span>',
|
||||
'checkout_pass_message_subject_for_exam' => '試験合格!',
|
||||
'checkout_pass_message_content_for_exam' => 'おめでとうございます!時間内に:exam_name(:begin ~ :end) に合格しました。',
|
||||
'checkout_not_pass_message_subject_for_exam' => '試験に合格していないため、アカウントは禁止されています!',
|
||||
'checkout_not_pass_message_content_for_exam' => '試験に合格しませんでした: 時間内に:exam_name (:begin ~ :end) あなたのアカウントは禁止されています!',
|
||||
|
||||
'checkout_pass_message_subject_for_task' => 'タスク完了!',
|
||||
'checkout_pass_message_content_for_task' => 'おめでとうございます! タスクを完了しました: :exam_name in time(:begin ~ :end), got bonus: :success_reward_bonce',
|
||||
'checkout_not_pass_message_subject_for_task' => 'タスクが完了していません。',
|
||||
'checkout_not_pass_message_content_for_task' => 'タスクを完了しないようにしてください: :exam_name in time (:begin ~ :end)、ボーナスを差し引いてください: :fail_deduct_bonus',
|
||||
|
||||
'ban_log_reason' => 'テストが完了していません: :exam_name in time(:begin ~ :end)',
|
||||
'ban_user_modcomment' => 'テストが完了していないため: :exam_name(:begin ~ :end)、システムによるBAN。',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '試験一覧'
|
||||
]
|
||||
],
|
||||
'recurring' => '繰り返し',
|
||||
'recurring_daily' => '1日に一度',
|
||||
'recurring_weekly' => '週に一度',
|
||||
'recurring_monthly' => '月に1回',
|
||||
'recurring_help' => '定期的に指定された場合、試験の開始時刻は現在のサイクルの開始時刻です。 そして、ここで述べたように、すべての自然な日/週/月である、現在のサイクルの終了時間です。 タイプが試験の場合、各サイクルの終わりに、ユーザーがまだスクリーニング基準を満たしている場合。 次の周期のために自動的に試験が割り当てられます' ,
|
||||
|
||||
'time_condition_invalid' => '時間パラメータは意味をなさない、3つの項目のうちの1つだけがあります: 開始時間+終了時間/期間/定期的な',
|
||||
|
||||
'type_exam' => '試験',
|
||||
'type_task' => 'タスク',
|
||||
'type' => 'タイプ',
|
||||
'type_help' => '試験は通常の試験であり、失敗するとアカウントの禁止になります。 タスクは報酬ボーナスに設定できます。完了しているかどうかによってボーナスを差し引くことができます。',
|
||||
|
||||
'fail_deduct_bonus' => '失敗のための控除ボーナス',
|
||||
'success_reward_bonus' => '完了のボーナスボーナス',
|
||||
|
||||
'action_claim_task' => 'Claim',
|
||||
'confirm_to_claim' => '請求しますか?' ,
|
||||
'claim_by_yourself_only' => '自分だけで要求しよう!' ,
|
||||
'not_match_target_user' => '一致するターゲットユーザーではありません!' ,
|
||||
'has_other_on_the_way' => '他の :type_text が進行中です!' ,
|
||||
'claimed_already' => '既に受け取っています',
|
||||
'not_between_begin_end_time' => '開始時間と終了時間の間ではありません',
|
||||
'reach_max_user_count' => '要求されたユーザーの数が上限に達しました',
|
||||
'claimed_user_count' => '請求済み',
|
||||
'max_user_count' => '最大請求ユーザー数(0は無制限)',
|
||||
'background_color' => '情報ボックスの背景色',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user