This commit is contained in:
2025-10-22 20:08:22 +05:00
commit 736e3bef18
2573 changed files with 120385 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Associate',
'modal' => [
'heading' => 'Associate :label',
'fields' => [
'record_id' => [
'label' => 'Record',
],
],
'actions' => [
'associate' => [
'label' => 'Associate',
],
'associate_another' => [
'label' => 'Associate & associate another',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Associated',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Attach',
'modal' => [
'heading' => 'Attach :label',
'fields' => [
'record_id' => [
'label' => 'Record',
],
],
'actions' => [
'attach' => [
'label' => 'Attach',
],
'attach_another' => [
'label' => 'Attach & attach another',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Attached',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'New :label',
'modal' => [
'heading' => 'Create :label',
'actions' => [
'create' => [
'label' => 'Create',
],
'create_another' => [
'label' => 'Create & create another',
],
],
],
'notifications' => [
'created' => [
'title' => 'Created',
],
],
],
];

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Delete',
'modal' => [
'heading' => 'Delete :label',
'actions' => [
'delete' => [
'label' => 'Delete',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Deleted',
],
],
],
'multiple' => [
'label' => 'Delete selected',
'modal' => [
'heading' => 'Delete selected :label',
'actions' => [
'delete' => [
'label' => 'Delete',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Deleted',
],
'deleted_partial' => [
'title' => 'Deleted :count of :total',
'missing_authorization_failure_message' => 'You don\'t have permission to delete :count.',
'missing_processing_failure_message' => ':count could not be deleted.',
],
'deleted_none' => [
'title' => 'Failed to delete',
'missing_authorization_failure_message' => 'You don\'t have permission to delete :count.',
'missing_processing_failure_message' => ':count could not be deleted.',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Detach',
'modal' => [
'heading' => 'Detach :label',
'actions' => [
'detach' => [
'label' => 'Detach',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Detached',
],
],
],
'multiple' => [
'label' => 'Detach selected',
'modal' => [
'heading' => 'Detach selected :label',
'actions' => [
'detach' => [
'label' => 'Detach',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Detached',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Dissociate',
'modal' => [
'heading' => 'Dissociate :label',
'actions' => [
'dissociate' => [
'label' => 'Dissociate',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissociated',
],
],
],
'multiple' => [
'label' => 'Dissociate selected',
'modal' => [
'heading' => 'Dissociate selected :label',
'actions' => [
'dissociate' => [
'label' => 'Dissociate',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Dissociated',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Edit',
'modal' => [
'heading' => 'Edit :label',
'actions' => [
'save' => [
'label' => 'Save changes',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Saved',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Export :label',
'modal' => [
'heading' => 'Export :label',
'form' => [
'columns' => [
'label' => 'Columns',
'form' => [
'is_enabled' => [
'label' => ':column enabled',
],
'label' => [
'label' => ':column label',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Export',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Export completed',
'actions' => [
'download_csv' => [
'label' => 'Download .csv',
],
'download_xlsx' => [
'label' => 'Download .xlsx',
],
],
],
'max_rows' => [
'title' => 'Export is too large',
'body' => 'You may not export more than 1 row at once.|You may not export more than :count rows at once.',
],
'started' => [
'title' => 'Export started',
'body' => 'Your export has begun and 1 row will be processed in the background. You will receive a notification with the download link when it is complete.|Your export has begun and :count rows will be processed in the background. You will receive a notification with the download link when it is complete.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Force delete',
'modal' => [
'heading' => 'Force delete :label',
'actions' => [
'delete' => [
'label' => 'Delete',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Deleted',
],
],
],
'multiple' => [
'label' => 'Force delete selected',
'modal' => [
'heading' => 'Force delete selected :label',
'actions' => [
'delete' => [
'label' => 'Delete',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Deleted',
],
'deleted_partial' => [
'title' => 'Deleted :count of :total',
'missing_authorization_failure_message' => 'You don\'t have permission to delete :count.',
'missing_processing_failure_message' => ':count could not be deleted.',
],
'deleted_none' => [
'title' => 'Failed to delete',
'missing_authorization_failure_message' => 'You don\'t have permission to delete :count.',
'missing_processing_failure_message' => ':count could not be deleted.',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Actions',
],
];

View File

@@ -0,0 +1,85 @@
<?php
return [
'label' => 'Import :label',
'modal' => [
'heading' => 'Import :label',
'form' => [
'file' => [
'label' => 'File',
'placeholder' => 'Upload a CSV file',
'rules' => [
'duplicate_columns' => '{0} The file must not contain more than one empty column header.|{1,*} The file must not contain duplicate column headers: :columns.',
],
],
'columns' => [
'label' => 'Columns',
'placeholder' => 'Select a column',
],
],
'actions' => [
'download_example' => [
'label' => 'Download example CSV file',
],
'import' => [
'label' => 'Import',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Import completed',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Download information about the failed row|Download information about the failed rows',
],
],
],
'max_rows' => [
'title' => 'Uploaded CSV file is too large',
'body' => 'You may not import more than 1 row at once.|You may not import more than :count rows at once.',
],
'started' => [
'title' => 'Import started',
'body' => 'Your import has begun and 1 row will be processed in the background.|Your import has begun and :count rows will be processed in the background.',
],
],
'example_csv' => [
'file_name' => ':importer-example',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'error',
'system_error' => 'System error, please contact support.',
'column_mapping_required_for_new_record' => 'The :attribute column was not mapped to a column in the file, but it is required for creating new records.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Are you sure you would like to do this?',
'actions' => [
'cancel' => [
'label' => 'Cancel',
],
'confirm' => [
'label' => 'Confirm',
],
'submit' => [
'label' => 'Submit',
],
],
];

View File

@@ -0,0 +1,10 @@
<?php
return [
'throttled' => [
'title' => 'Too many attempts',
'body' => 'Please try again in :seconds seconds.',
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Replicate',
'modal' => [
'heading' => 'Replicate :label',
'actions' => [
'replicate' => [
'label' => 'Replicate',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Replicated',
],
],
],
];

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Restore',
'modal' => [
'heading' => 'Restore :label',
'actions' => [
'restore' => [
'label' => 'Restore',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Restored',
],
],
],
'multiple' => [
'label' => 'Restore selected',
'modal' => [
'heading' => 'Restore selected :label',
'actions' => [
'restore' => [
'label' => 'Restore',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Restored',
],
'restored_partial' => [
'title' => 'Restored :count of :total',
'missing_authorization_failure_message' => 'You don\'t have permission to restore :count.',
'missing_processing_failure_message' => ':count could not be restored.',
],
'restored_none' => [
'title' => 'Failed to restore',
'missing_authorization_failure_message' => 'You don\'t have permission to restore :count.',
'missing_processing_failure_message' => ':count could not be restored.',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'View',
'modal' => [
'heading' => 'View :label',
'actions' => [
'close' => [
'label' => 'Close',
],
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Подключить',
'modal' => [
'heading' => 'Подключить :label',
'fields' => [
'record_id' => [
'label' => 'Запись',
],
],
'actions' => [
'associate' => [
'label' => 'Подключить',
],
'associate_another' => [
'label' => 'Подключить и Подключить другое',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Подключено',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Прикрепить',
'modal' => [
'heading' => 'Прикрепить :label',
'fields' => [
'record_id' => [
'label' => 'Запись',
],
],
'actions' => [
'attach' => [
'label' => 'Прикрепить',
],
'attach_another' => [
'label' => 'Прикрепить и прикрепить еще',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Прикреплено',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Создать',
'modal' => [
'heading' => 'Создать :label',
'actions' => [
'create' => [
'label' => 'Создать',
],
'create_another' => [
'label' => 'Создать и создать еще один',
],
],
],
'notifications' => [
'created' => [
'title' => 'Создано',
],
],
],
];

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Удалить',
'modal' => [
'heading' => 'Удалить :label',
'actions' => [
'delete' => [
'label' => 'Удалить',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Удалено',
],
],
],
'multiple' => [
'label' => 'Удалить отмеченное',
'modal' => [
'heading' => 'Удалить отмеченное :label',
'actions' => [
'delete' => [
'label' => 'Удалить отмеченное',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Удалено',
],
'deleted_partial' => [
'title' => 'Удалено :count из :total',
'missing_authorization_failure_message' => 'У вас нет прав для удаления :count.',
'missing_processing_failure_message' => ':count не может быть удалено.',
],
'deleted_none' => [
'title' => 'Не удалось удалить',
'missing_authorization_failure_message' => 'У вас нет прав для удаления :count.',
'missing_processing_failure_message' => ':count не может быть удалено.',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Открепить',
'modal' => [
'heading' => 'Открепить :label',
'actions' => [
'detach' => [
'label' => 'Открепить',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Откреплено',
],
],
],
'multiple' => [
'label' => 'Открепить',
'modal' => [
'heading' => 'Открепить отмеченное :label',
'actions' => [
'detach' => [
'label' => 'Открепить отмеченное',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Откреплено',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Отделить',
'modal' => [
'heading' => 'Отделено :label',
'actions' => [
'dissociate' => [
'label' => 'Отделить',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Отделено',
],
],
],
'multiple' => [
'label' => 'Отделить отмеченное',
'modal' => [
'heading' => 'Отделить отмеченное :label',
'actions' => [
'dissociate' => [
'label' => 'Отделить отмеченное',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Отделено',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Изменить',
'modal' => [
'heading' => 'Изменить :label',
'actions' => [
'save' => [
'label' => 'Сохранить',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Сохранено',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => 'Экспорт :label',
'modal' => [
'heading' => 'Экспорт :label',
'form' => [
'columns' => [
'label' => 'Столбцы',
'form' => [
'is_enabled' => [
'label' => ':column включено',
],
'label' => [
'label' => ':column метка',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Экспорт',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Экспорт завершен',
'actions' => [
'download_csv' => [
'label' => 'Скачать .csv',
],
'download_xlsx' => [
'label' => 'Скачать .xlsx',
],
],
],
'max_rows' => [
'title' => 'Экспорт слишком велик',
'body' => 'Вы не можете экспортировать более 1 строки одновременно.|Вы не можете экспортировать более :count строк одновременно.',
],
'started' => [
'title' => 'Экспорт начался',
'body' => 'Ваш экспорт начался, и 1 строка будет обработана в фоновом режиме.|Ваш экспорт начался, и :count строк будет обработан в фоновом режиме.',
],
],
'file_name' => 'export-:export_id-:model',
];

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Удалить навсегда',
'modal' => [
'heading' => 'Удалить навсегда :label',
'actions' => [
'delete' => [
'label' => 'Удалить',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Запись удалена',
],
],
],
'multiple' => [
'label' => 'Удалить навсегда выбранное',
'modal' => [
'heading' => 'Удалить навсегда выбранное :label',
'actions' => [
'delete' => [
'label' => 'Удалить',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Записи удалены',
],
'deleted_partial' => [
'title' => 'Удалено :count из :total',
'missing_authorization_failure_message' => 'У вас нет прав для удаления :count.',
'missing_processing_failure_message' => ':count не может быть удалено.',
],
'deleted_none' => [
'title' => 'Не удалось удалить',
'missing_authorization_failure_message' => 'У вас нет прав для удаления :count.',
'missing_processing_failure_message' => ':count не может быть удалено.',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Действия',
],
];

View File

@@ -0,0 +1,85 @@
<?php
return [
'label' => 'Импорт :label',
'modal' => [
'heading' => 'Импорт :label',
'form' => [
'file' => [
'label' => 'Файл',
'placeholder' => 'Загрузить CSV-файл',
'rules' => [
'duplicate_columns' => '{0} Файл не должен содержать более одного пустого заголовка столбца.|{1,*} Файл не должен содержать повторяющихся заголовков столбцов: :columns.',
],
],
'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' => 'Системная ошибка, обратитесь в службу поддержки.',
'column_mapping_required_for_new_record' => 'Для :attribute необходимо указать соответствие столбца в файле, так как он требуется при создании записей.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Вы уверены, что хотите это сделать?',
'actions' => [
'cancel' => [
'label' => 'Отменить',
],
'confirm' => [
'label' => 'Подтвердить',
],
'submit' => [
'label' => 'Отправить',
],
],
];

View File

@@ -0,0 +1,10 @@
<?php
return [
'throttled' => [
'title' => 'Слишком много попыток',
'body' => 'Повторите попытку через :seconds сек.',
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Копировать',
'modal' => [
'heading' => 'Копировать :label',
'actions' => [
'replicate' => [
'label' => 'Копировать',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Запись скопирована',
],
],
],
];

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Восстановить',
'modal' => [
'heading' => 'Восстановить :label',
'actions' => [
'restore' => [
'label' => 'Восстановить',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Запись восстановлена',
],
],
],
'multiple' => [
'label' => 'Восстановить выбранное',
'modal' => [
'heading' => 'Восстановить выбранное :label',
'actions' => [
'restore' => [
'label' => 'Восстановить',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Записи восстановлены',
],
'restored_partial' => [
'title' => 'Восстановлено :count из :total',
'missing_authorization_failure_message' => 'У вас нет прав на восстановление :count.',
'missing_processing_failure_message' => 'Не удалось восстановить :count.',
],
'restored_none' => [
'title' => 'Failed to restore',
'missing_authorization_failure_message' => 'У вас нет прав на восстановление :count.',
'missing_processing_failure_message' => 'Не удалось восстановить :count.',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Просмотр',
'modal' => [
'heading' => 'Просмотр :label',
'actions' => [
'close' => [
'label' => 'Закрыть',
],
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Baglanyşdyr',
'modal' => [
'heading' => ':label baglanyşdyr',
'fields' => [
'record_id' => [
'label' => 'Ýazgy',
],
],
'actions' => [
'associate' => [
'label' => 'Baglanyşdyr',
],
'associate_another' => [
'label' => 'Baglanyşdyr we başga birini baglanyşdyr',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Baglanyşdyryldy',
],
],
],
];

View File

@@ -0,0 +1,45 @@
<?php
return [
'single' => [
'label' => 'Birikdir',
'modal' => [
'heading' => ':label birikdir',
'fields' => [
'record_id' => [
'label' => 'Ýazgy',
],
],
'actions' => [
'attach' => [
'label' => 'Birikdir',
],
'attach_another' => [
'label' => 'Birikdir we başgasyny birikdir',
],
],
],
'notifications' => [
'attached' => [
'title' => 'Birikdirildi',
],
],
],
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'single' => [
'label' => 'Täze :label',
'modal' => [
'heading' => ':label döret',
'actions' => [
'create' => [
'label' => 'Döret',
],
'create_another' => [
'label' => 'Döret we başgasyny döret',
],
],
],
'notifications' => [
'created' => [
'title' => 'Döredildi',
],
],
],
];

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Poz',
'modal' => [
'heading' => ':label poz',
'actions' => [
'delete' => [
'label' => 'Poz',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Pozuldy',
],
],
],
'multiple' => [
'label' => 'Saýlananlary poz',
'modal' => [
'heading' => 'Saýlanan :label poz',
'actions' => [
'delete' => [
'label' => 'Poz',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Pozuldy',
],
'deleted_partial' => [
'title' => ':total-dan :count pozuldy',
'missing_authorization_failure_message' => ':count pozmaga ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count pozup bolmady.',
],
'deleted_none' => [
'title' => 'Pozmak başartmady',
'missing_authorization_failure_message' => ':count pozmaga ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count pozup bolmady.',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Aýyr',
'modal' => [
'heading' => ':label aýyr',
'actions' => [
'detach' => [
'label' => 'Aýyr',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Aýryldy',
],
],
],
'multiple' => [
'label' => 'Saýlananlary aýyr',
'modal' => [
'heading' => 'Saýlanan :label aýyr',
'actions' => [
'detach' => [
'label' => 'Aýyr',
],
],
],
'notifications' => [
'detached' => [
'title' => 'Aýryldy',
],
],
],
];

View File

@@ -0,0 +1,61 @@
<?php
return [
'single' => [
'label' => 'Baglanyşygy ýatyrmak',
'modal' => [
'heading' => ':label baglanyşygyny ýatyrmak',
'actions' => [
'dissociate' => [
'label' => 'Baglanyşygy ýatyrmak',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Baglanyşyk ýatyryldy',
],
],
],
'multiple' => [
'label' => 'Saýlananlaryň baglanyşygyny ýatyrmak',
'modal' => [
'heading' => 'Saýlanan :label baglanyşygyny ýatyrmak',
'actions' => [
'dissociate' => [
'label' => 'Baglanyşygy ýatyrmak',
],
],
],
'notifications' => [
'dissociated' => [
'title' => 'Baglanyşyk ýatyryldy',
],
],
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Üýtget',
'modal' => [
'heading' => ':label üýtget',
'actions' => [
'save' => [
'label' => 'Üýtgetmeleri ýatda sakla',
],
],
],
'notifications' => [
'saved' => [
'title' => 'Ýatda saklandy',
],
],
],
];

View File

@@ -0,0 +1,77 @@
<?php
return [
'label' => ':label eksport et',
'modal' => [
'heading' => ':label eksport et',
'form' => [
'columns' => [
'label' => 'Sütünler',
'form' => [
'is_enabled' => [
'label' => ':column açyk',
],
'label' => [
'label' => ':column belligi',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Eksport et',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Eksport tamamlandy',
'actions' => [
'download_csv' => [
'label' => '.csv ýükle',
],
'download_xlsx' => [
'label' => '.xlsx ýükle',
],
],
],
'max_rows' => [
'title' => 'Eksport gaty uly',
'body' => 'Bir wagtda 1 setirden köp eksport edip bolmaýar.|Bir wagtda :count setirden köp eksport edip bolmaýar.',
],
'started' => [
'title' => 'Eksport başlandy',
'body' => 'Eksportyňyz başlandy we 1 setir arka fonda işlener. Tamamlanansoň ýükleme baglanyşygy bilen bildirijini alarsyňyz.|Eksportyňyz başlandy we :count setir arka fona işlener. Tamamlanansoň ýükleme baglanyşygy bilen bildirijini alarsyňyz.',
],
],
'file_name' => 'eksport-:export_id-:model',
];

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Güýç bilen poz',
'modal' => [
'heading' => ':label güýç bilen poz',
'actions' => [
'delete' => [
'label' => 'Poz',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Pozuldy',
],
],
],
'multiple' => [
'label' => 'Saýlananlary güýç bilen poz',
'modal' => [
'heading' => 'Saýlanan :label güýç bilen poz',
'actions' => [
'delete' => [
'label' => 'Poz',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'Pozuldy',
],
'deleted_partial' => [
'title' => ':total-dan :count pozuldy',
'missing_authorization_failure_message' => ':count pozmaga ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count pozup bolmady.',
],
'deleted_none' => [
'title' => 'Pozmak başartmady',
'missing_authorization_failure_message' => ':count pozmaga ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count pozup bolmady.',
],
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'trigger' => [
'label' => 'Hereketler',
],
];

View File

@@ -0,0 +1,85 @@
<?php
return [
'label' => ':label import et',
'modal' => [
'heading' => ':label import et',
'form' => [
'file' => [
'label' => 'Faýl',
'placeholder' => 'CSV faýl ýükle',
'rules' => [
'duplicate_columns' => '{0} Faýlda birden köp boş sütün sözbaşy bolmaly däldir.|{1,*} Faýlda gaýtalanýan sütün sözbaşylary bolmaly däldir: :columns.',
],
],
'columns' => [
'label' => 'Sütünler',
'placeholder' => 'Sütün saýlaň',
],
],
'actions' => [
'download_example' => [
'label' => 'Mysal CSV faýlyny ýükle',
],
'import' => [
'label' => 'Import et',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Import tamamlandy',
'actions' => [
'download_failed_rows_csv' => [
'label' => 'Başartmadyk setir barada maglumaty ýükle|Başartmadyk setirler barada maglumaty ýükle',
],
],
],
'max_rows' => [
'title' => 'Ýüklenen CSV faýl gaty uly',
'body' => 'Bir wagtda 1 setirden köp import edip bolmaýar.|Bir wagtda :count setirden köp import edip bolmaýar.',
],
'started' => [
'title' => 'Import başlandy',
'body' => 'Importyňyz başlandy we 1 setir arka fona işlener.|Importyňyz başlandy we :count setir arka fona işlener.',
],
],
'example_csv' => [
'file_name' => ':importer-mysal',
],
'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-başartmadyk-setirler',
'error_header' => 'ýalňyşlyk',
'system_error' => 'Ulgam ýalňyşlygy, goldaw bilen habarlaşyň.',
'column_mapping_required_for_new_record' => ':attribute sütüni faýldaky sütün bilen kartalaşdyrylmady, emma täze ýazgylary döretmek üçin zerurdyr.',
],
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'confirmation' => 'Muny etmek isleýärsiňizmi?',
'actions' => [
'cancel' => [
'label' => 'Ýatyrmak',
],
'confirm' => [
'label' => 'Tassykla',
],
'submit' => [
'label' => 'Ugrat',
],
],
];

View File

@@ -0,0 +1,10 @@
<?php
return [
'throttled' => [
'title' => 'Synanyşyklary köp boldy',
'body' => ':seconds sekuntdan soň täzeden synanyşyň.',
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'single' => [
'label' => 'Göçür',
'modal' => [
'heading' => ':label göçür',
'actions' => [
'replicate' => [
'label' => 'Göçür',
],
],
],
'notifications' => [
'replicated' => [
'title' => 'Göçürildi',
],
],
],
];

View File

@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Dikelt',
'modal' => [
'heading' => ':label dikelt',
'actions' => [
'restore' => [
'label' => 'Dikelt',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Dikeldiildi',
],
],
],
'multiple' => [
'label' => 'Saýlananlary dikelt',
'modal' => [
'heading' => 'Saýlanan :label dikelt',
'actions' => [
'restore' => [
'label' => 'Dikelt',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Dikeldiildi',
],
'restored_partial' => [
'title' => ':total-dan :count dikeldildi',
'missing_authorization_failure_message' => ':count dikeltmäge ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count dikeldip bolmady.',
],
'restored_none' => [
'title' => 'Dikeltmek başartmady',
'missing_authorization_failure_message' => ':count dikeltmäge ygtyýaryňyz ýok.',
'missing_processing_failure_message' => ':count dikeldip bolmady.',
],
],
],
];

View File

@@ -0,0 +1,25 @@
<?php
return [
'single' => [
'label' => 'Görkez',
'modal' => [
'heading' => ':label görkez',
'actions' => [
'close' => [
'label' => 'Ýap',
],
],
],
],
];