add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions
+66
View File
@@ -0,0 +1,66 @@
<?php
$lang_torrents = array (
'head_search_results_for' => '検索結果 - ',
'text_search_box' => '検索ボックス',
'text_category' => 'タイプ:',
'text_source' => 'ソース:',
'text_codec' => 'コーディング:',
'text_standard' => '解決:',
'text_processing' => '対処する:',
'text_show_dead_active' => '種子/生きている種を見せますか?',
'select_including_dead' => 'シードカットを含む',
'select_active' => '生きている種',
'select_dead' => '種子が切り取られます',
'text_show_special_torrents' => 'プロモーションシードを表示しますか?',
'select_all' => '全て',
'select_normal' => '普通',
'select_free' => '無料',
'select_two_times_up' => '2倍アップロード',
'select_free_two_times_up' => '無料および2xアップロード',
'select_half_down' => '50%ダウンロード',
'text_search' => 'キーワードの検索:',
'submit_go' => '私を探してください',
'std_search_results_for' => '検索結果」',
'std_try_again' => '種はありません。正確なキーワードで再試行してください。',
'std_nothing_found' => '結果はありません!',
'std_no_active_torrents' => '種はありません:(',
'input_check_all' => 'すべてを選択します',
'input_uncheck_all' => '何も選択しないでください',
'text_download_client' => '指定されたクライアントをダウンロードします',
'select_title' => 'タイトル',
'select_description' => '導入',
'select_small_description' => '字幕',
'select_uploader' => '発行',
'select_imdb_url' => 'IMDBリンク',
'select_and' => 'そして',
'select_or' => 'または',
'select_exact' => '正確な',
'select_parsed' => '文法',
'text_in' => '範囲:',
'text_with' => 'マッチングパターン:',
'text_mode' => '',
'text_show_bookmarked' => 'お気に入りを見せますか?',
'select_bookmarked' => 'コレクションのみ',
'select_bookmarked_exclude' => '収集されていません',
'text_s_bookmarked_torrent' => '種のコレクション',
'text_s_not_bookmarked_torrent' => '回収されていない種',
'head_torrents' => 'シード',
'head_special' => '特別',
'text_movies_and_tvs' => '映画とテレビ:',
'text_games_and_appz' => 'ゲームとプログラム:',
'text_others' => '他の:',
'text_medium' => '中くらい:',
'text_team' => '制作チーム:',
'text_audio_codec' => 'オーディオエンコーディング:',
'text_video' => 'ビデオ:',
'text_tv' => 'テレビ:',
'text_music' => '音楽:',
'text_software' => 'ソフトウェア:',
'text_approval_status' => 'レビューステータス:',
'size_range' => 'ボリューム範囲(GB):',
'leechers_range' => 'ダウンローダーの範囲:',
'seeders_range' => '種を作る人々の範囲:',
'times_completed_range' => '完了した時間範囲:',
'added_range' => 'リリース時間範囲:',
);