From 0e1ceff70ca2518084d953a50a5912fadf3b3703 Mon Sep 17 00:00:00 2001 From: Ayaka Ida Date: Thu, 25 Jul 2024 20:07:00 +1200 Subject: [PATCH] Update lang for Japanese --- resources/lang/ja/forms.php | 5 +++++ 1 file changed, 5 insertions(+) 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' => 'ファイル', + ], ];