[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
84
vendor/filament/tables/resources/lang/hy/table.php
vendored
Normal file
84
vendor/filament/tables/resources/lang/hy/table.php
vendored
Normal file
@@ -0,0 +1,84 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'fields' => [
|
||||
|
||||
'search' => [
|
||||
'label' => 'Որոնել',
|
||||
'placeholder' => 'Որոնել',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'filter' => [
|
||||
'label' => 'Ֆիլտր',
|
||||
],
|
||||
|
||||
'open_bulk_actions' => [
|
||||
'label' => 'Բացել գործողություններ',
|
||||
],
|
||||
|
||||
'toggle_columns' => [
|
||||
'label' => 'Փոխարկել սյունակները',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'empty' => [
|
||||
'heading' => 'Գրառումներ չեն գտնվել',
|
||||
],
|
||||
|
||||
'filters' => [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Վերականգնել ֆիլտրերը',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_select' => [
|
||||
'placeholder' => 'Բոլորը',
|
||||
],
|
||||
|
||||
'select' => [
|
||||
'placeholder' => 'Բոլորը',
|
||||
],
|
||||
|
||||
'trashed' => [
|
||||
|
||||
'label' => 'Ջնջված գրառումները',
|
||||
|
||||
'only_trashed' => 'Միայն ջնջված գրառումները',
|
||||
|
||||
'with_trashed' => 'Ջնջված գրառումներով',
|
||||
|
||||
'without_trashed' => 'Առանց ջնջված գրառումների',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'selection_indicator' => [
|
||||
|
||||
'selected_count' => '1 գրառում ընտրված է։|:count գրառում ընտրված է։',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'select_all' => [
|
||||
'label' => 'Ընտրել բոլոր :count֊ը',
|
||||
],
|
||||
|
||||
'deselect_all' => [
|
||||
'label' => 'Ապաընտրել բոլորը',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user