Add HR resource labels and helper methods for various resources; update locale handling in user model and department factory
This commit is contained in:
94
lang/vendor/filament-actions/tk/export.php
vendored
Normal file
94
lang/vendor/filament-actions/tk/export.php
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => ':label eksport',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => ':label eksport',
|
||||
|
||||
'form' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'label' => 'Sütünler',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'select_all' => [
|
||||
'label' => 'Hemmesini saýla',
|
||||
],
|
||||
|
||||
'deselect_all' => [
|
||||
'label' => 'Hemmesini aýyr',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'is_enabled' => [
|
||||
'label' => ':column açyk',
|
||||
],
|
||||
|
||||
'label' => [
|
||||
'label' => ':column ýazgysy',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'export' => [
|
||||
'label' => 'Eksport',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'Eksport tamamlandy',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'download_csv' => [
|
||||
'label' => '.csv göçürip al',
|
||||
],
|
||||
|
||||
'download_xlsx' => [
|
||||
'label' => '.xlsx göçürip al',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'max_rows' => [
|
||||
'title' => 'Eksport gaty uly',
|
||||
'body' => 'Bir gezekde 1-den köp setir eksport edip bolmaýar.|Bir gezekde :count-dan köp setir eksport edip bolmaýar.',
|
||||
],
|
||||
|
||||
'no_columns' => [
|
||||
'title' => 'Sütün saýlanmady',
|
||||
'body' => 'Eksport etmek üçin azyndan bir sütün saýlaň.',
|
||||
],
|
||||
|
||||
'started' => [
|
||||
'title' => 'Eksport başlandy',
|
||||
'body' => 'Eksportyňyz başlandy we 1 setir fon režiminde işlener. Tamamlananda göçürip almak baglanyşygy bilen bildiriş alarsyňyz.|Eksportyňyz başlandy we :count setir fon režiminde işlener. Tamamlananda göçürip almak baglanyşygy bilen bildiriş alarsyňyz.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'file_name' => 'export-:export_id-:model',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user