diff --git a/resources/lang/ru/forms.php b/resources/lang/ru/forms.php index e484ea1b..d8811783 100644 --- a/resources/lang/ru/forms.php +++ b/resources/lang/ru/forms.php @@ -26,4 +26,9 @@ 'curations' => [ 'button_label' => 'Создание курирования', ], + 'multi_upload' => [ + 'action_label' => 'Множественная загрузка', + 'modal_heading' => 'Множественная загрузка файлов', + 'modal_file_label' => 'Файлы', + ], ];