diff --git a/resources/lang/ja/forms.php b/resources/lang/ja/forms.php index be8c800e..e6c0a100 100644 --- a/resources/lang/ja/forms.php +++ b/resources/lang/ja/forms.php @@ -26,4 +26,9 @@ 'curations' => [ 'button_label' => 'キュレーションを作成', ], + 'multi_upload' => [ + 'action_label' => '複数アップロード', + 'modal_heading' => '複数ファイルをアップロードする', + 'modal_file_label' => 'ファイル', + ], ];