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
1.5 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' => 'Exporter :label',
'modal' => [
'heading' => 'Exporter :label',
'form' => [
'columns' => [
'label' => 'Colonnes',
'form' => [
'is_enabled' => [
'label' => ':column sélectionnée',
],
'label' => [
'label' => ':column label',
],
],
],
],
'actions' => [
'export' => [
'label' => 'Exporter',
],
],
],
'notifications' => [
'completed' => [
'title' => 'Exportation terminée',
'actions' => [
'download_csv' => [
'label' => 'Télécharger .csv',
],
'download_xlsx' => [
'label' => 'Télécharger .xlsx',
],
],
],
'max_rows' => [
'title' => 'L\'exportation est trop volumineuse',
'body' => 'Vous ne pouvez pas exporter plus dune ligne à la fois.|Vous ne pouvez pas exporter plus de :count lignes à la fois',
],
'started' => [
'title' => 'Lexportation a commencé',
'body' => 'Votre exportation a commencé et 1 ligne sera traitée en arrière-plan.|Votre exportation a commencé et :count lignes seront traitées en arrière-plan.',
],
],
'file_name' => 'export-:export_id-:model',
];