Uchiha Bayu Senju 4654a2e350
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
Upload
2025-04-27 23:55:09 +07:00

78 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'label' => 'Импорт :label',
'modal' => [
'heading' => 'Импорт :label',
'form' => [
'file' => [
'label' => 'Файл',
'placeholder' => 'Загрузить CSV-файл',
],
'columns' => [
'label' => 'Столбцы',
'placeholder' => 'Выберите столбец',
],
],
'actions' => [
'download_example' => [
'label' => 'Скачать пример CSV-файла',
],
'import' => [
'label' => 'Импорт',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Импорт завершен',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Загрузить информацию о неудавшейся строке|Загрузить информацию о неудавшейся строке',
],
],
],
'max_rows' => [
'title' => 'Загруженный файл CSV слишком велик.',
'body' => 'Вы не можете импортировать более 1 строки одновременно.|Вы не можете импортировать более :count строк одновременно.',
],
'started' => [
'title' => 'Импорт начался',
'body' => 'Ваш импорт начался, и 1 строка будет обработана в фоновом режиме.|Ваш импорт начался, и :count строк будет обрабатываться в фоновом режиме.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'Ошибка',
'system_error' => 'Системная ошибка, обратитесь в службу поддержки.',
],
];