Files
UNIT3D/lang/ja/request.php
2024-05-23 13:58:29 +00:00

81 lines
4.1 KiB
PHP
Raw Permalink 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
declare(strict_types=1);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'add-request' => 'リクエストを追加',
'age' => '年齢',
'all-requests' => 'すべてのリクエスト',
'approve' => '承認する',
'bounty' => '賞金',
'bounty-claimed' => 'バウンティが主張',
'bounty-unclaimed' => 'バウンティ未請求',
'category' => 'カテゴリー',
'claim' => '請求',
'claim-anon-choose' => '賢く選んでください',
'claim-as-anon' => 'これを匿名で申し立てますか',
'claim-now' => '今すぐ申し込む',
'claimed' => '申し立て済み',
'current' => '現在',
'delete' => 'このリクエストを削除',
'delete-confirmation' => 'このリクエストを削除してもよろしいですか',
'delete-filled' => 'このリクエストは、入力されていない場合にのみ削除できます',
'description' => '説明',
'dont-have-bps' => 'あなたは十分なボーナスを持っていません',
'edit-request' => 'リクエストを編集',
'enter-bp' => 'ボーナスポイントを入力してください最低100',
'enter-hash' => 'アップロードしたTorrentの情報ハッシュを入力してください',
'fill' => '塗りつぶし',
'fill-request' => 'このリクエストを記入',
'filled' => 'いっぱい',
'filled-by' => 'でいっぱい',
'for' => 'にとって',
'fulfill' => '満たす',
'last-vote' => '最後の投票',
'my-requests' => '私の要求',
'no' => 'いいえ、',
'no-imdb-id' => 'すべての要求にはIMDB番号を含める必要があります',
'no-privileges' => 'エラー:あなたの要求権は無効にされています',
'no-privileges-desc' => 'これが誤っていると思われる場合は、スタッフに連絡してください。',
'no-refunds' => '創作、充てん、賞金に関するBON交換は最終的なものです。 <br> <strong>返金なし!</strong>',
'pending' => '保留中',
'reason' => '理由',
'reject' => '拒否する',
'report' => '報告依頼',
'request' => '要求',
'request-details' => '詳細をリクエストする',
'requested-by' => 'に要求された',
'requests' => 'リクエスト',
'required' => '必須',
'reset' => 'リセット',
'reset-confirmation' => 'このリクエストをリセットしてよろしいですか?',
'reset-request' => 'このリクエストをリセット',
'reward' => '褒賞',
'reward-desc' => 'あなたはどのくらいのボーナスポイントをもらえますか最低100 BP',
'reward-from' => 'から',
'title' => 'タイトル',
'torrent-hash' => 'トレントハッシュ',
'total-bounty' => '合計賞金',
'type' => 'タイプ',
'unclaim' => 'このリクエストの申し立てを取り消す',
'unfilled' => '未記入',
'view-filled' => 'いっぱい表示',
'view-unfilled' => '未入力を表示',
'vote' => '投票',
'vote-that' => 'このリクエストに投票する',
'voters' => '有権者',
'votes' => '投票',
'yes' => 'はい',
];