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.7 KiB
PHP
Raw Permalink 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' => [
'columns' => [
'label' => 'ستون ها',
'form' => [
'is_enabled' => [
'label' => ':ستون فعال است',
],
'label' => [
'label' => ':برچسب ستونی',
],
],
],
],
'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',
];