-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
236 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'label' => ':labelni export qilish', | ||
|
||
'modal' => [ | ||
|
||
'heading' => ':labelni export qilish', | ||
|
||
'form' => [ | ||
|
||
'columns' => [ | ||
|
||
'label' => 'Ustunlar', | ||
|
||
'form' => [ | ||
|
||
'is_enabled' => [ | ||
'label' => ':column yoqilgan', | ||
], | ||
|
||
'label' => [ | ||
'label' => ':column belgi', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'actions' => [ | ||
|
||
'export' => [ | ||
'label' => 'Export', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'completed' => [ | ||
|
||
'title' => 'Export yakunlandi', | ||
|
||
'actions' => [ | ||
|
||
'download_csv' => [ | ||
'label' => 'Yuklab olish .csv', | ||
], | ||
|
||
'download_xlsx' => [ | ||
'label' => 'Yuklab olish .xlsx', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'max_rows' => [ | ||
'title' => 'Export qilish uchun juda katta', | ||
'body' => 'Bir vaqtning o\'zida 1 tadan ortiq qatorni eksport qila olmaysiz.|Bir vaqtning o\'zida :count satrdan ortiq eksport qila olmaysiz.', | ||
], | ||
|
||
'started' => [ | ||
'title' => 'Export boshlandi', | ||
'body' => 'Eksportingiz boshlandi va 1 qator fonda qayta ishlanadi. Tugallangach, yuklab olish havolasi bilan bildirishnoma olasiz.|Eksportingiz boshlandi va :count qatorlari fonda qayta ishlanadi. Yuklab olish tugallangandan so\'ng siz yuklab olish havolasi bilan bildirishnoma olasiz.', | ||
], | ||
|
||
], | ||
|
||
'file_name' => 'export-:export_id-:model', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'label' => ':labelni import qilish', | ||
|
||
'modal' => [ | ||
|
||
'heading' => ':labelni import qilish', | ||
|
||
'form' => [ | ||
|
||
'file' => [ | ||
|
||
'label' => 'Fayl', | ||
|
||
'placeholder' => 'CSV faylini yuklang', | ||
|
||
'rules' => [ | ||
'duplicate_columns' => '{0} Faylda bittadan ortiq boʻsh ustun sarlavhasi boʻlmasligi kerak.|{1,*} Faylda ikki nusxadagi ustun sarlavhalari boʻlmasligi kerak: :columns.', | ||
], | ||
|
||
], | ||
|
||
'columns' => [ | ||
'label' => 'Ustunlar', | ||
'placeholder' => 'Ustunni tanlang', | ||
], | ||
|
||
], | ||
|
||
'actions' => [ | ||
|
||
'download_example' => [ | ||
'label' => 'Na\'muna CSV faylni yuklab oling', | ||
], | ||
|
||
'import' => [ | ||
'label' => 'Import', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'completed' => [ | ||
|
||
'title' => 'Import yakunlandi', | ||
|
||
'actions' => [ | ||
|
||
'download_failed_rows_csv' => [ | ||
'label' => 'Muvaffaqiyatsiz satr haqida ma\'lumotni yuklab oling|Muvaffaqiyatsiz qatorlar haqida ma\'lumotni yuklab oling', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'max_rows' => [ | ||
'title' => 'Yuklangan CSV fayl juda katta', | ||
'body' => 'Bir vaqtning o\'zida 1 tadan ortiq qatorni import qila olmaysiz.|Bir vaqtning o\'zida :count dan ortiq qatorni import qila olmaysiz.', | ||
], | ||
|
||
'started' => [ | ||
'title' => 'Import boshlandi', | ||
'body' => 'Importingiz boshlandi va 1 qator fonda qayta ishlanadi.|Importingiz boshlandi va :count qatorlari fonda qayta ishlanadi.', | ||
], | ||
|
||
], | ||
|
||
'example_csv' => [ | ||
'file_name' => ':importer-example', | ||
], | ||
|
||
'failure_csv' => [ | ||
'file_name' => 'import-:import_id-:csv_name-failed-rows', | ||
'error_header' => 'xatolik', | ||
'system_error' => 'Tizim xatosi, yordam xizmatiga murojaat qiling.', | ||
'column_mapping_required_for_new_record' => ':atribut ustuni fayldagi ustunga moslashtirilmagan, lekin u yangi yozuvlar yaratish uchun talab qilinadi.', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters