update translations

This commit is contained in:
xiaomlove
2026-02-01 01:26:00 +07:00
parent 8dec50fc6d
commit f07e0a5013
438 changed files with 6061 additions and 1717 deletions
+19
View File
@@ -86,6 +86,20 @@ return [
'logs_label' => '承認ログ'
],
'show_hide_media_info' => 'メディア情報の表示/非表示',
'show_hide_bd_info' => 'BDInfo の表示/非表示',
'collapse_show_more_audio' => 'さらにオーディオトラックを折りたたむ/展開',
'collapse_show_more_subtitles' => '字幕を折りたたむ/展開',
'technicalinfo_duration' => '期間',
'technicalinfo_resolution' => '解像度',
'technicalinfo_bit_rate' => 'ビットレート',
'technicalinfo_bit_depth' => 'ビットの深さ',
'technicalinfo_frame_rate' => 'フレーム レート',
'technicalinfo_profile' => 'プロフィール',
'technicalinfo_format' => '書式',
'technicalinfo_extras' => 'Extras',
'technicalinfo_ref_frames' => 'Ref.フレーム',
'technicalinfo_audio' => 'オーディオ #',
'technicalinfo_subtitles' => '字幕#',
'promotion_time_types' => [
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => 'グローバル',
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => '恒久的',
@@ -107,4 +121,9 @@ return [
'msg_here' => " ここ [b][/b]",
'msg_offer' => "オファー ",
'msg_blank' => ".",
'require_seed_section_menu_title' => 'シードが必要',
'imdb_cache_dir_can_not_create' => 'imdb cache dir cannot create',
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir が書き込みできません',
'imdb_photo_dir_can_not_create' => 'imdb photo dir cannot create',
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir is not writable',
];