install
This commit is contained in:
38
lang/vendor/filament-infolists/ru/components.php
vendored
Normal file
38
lang/vendor/filament-infolists/ru/components.php
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'entries' => [
|
||||
|
||||
'text' => [
|
||||
|
||||
'actions' => [
|
||||
'collapse_list' => 'Скрыть :count',
|
||||
'expand_list' => 'Показать еще :count',
|
||||
],
|
||||
|
||||
'more_list_items' => 'и еще :count',
|
||||
|
||||
],
|
||||
|
||||
'key_value' => [
|
||||
|
||||
'columns' => [
|
||||
|
||||
'key' => [
|
||||
'label' => 'Ключ',
|
||||
],
|
||||
|
||||
'value' => [
|
||||
'label' => 'Значение',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'placeholder' => 'Нет записей',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user