From c708a3d7912b18ea4697c33991abc987e5a5d8a5 Mon Sep 17 00:00:00 2001 From: Dmitriy Bakhtin Date: Fri, 29 Mar 2024 13:38:30 +0700 Subject: [PATCH] Update lang ru --- resources/lang/ru/forms.php | 5 +++++ 1 file changed, 5 insertions(+) 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' => 'Файлы', + ], ];