translate base
This commit is contained in:
17
lang/vendor/filament/pl/components/section.php
vendored
Normal file
17
lang/vendor/filament/pl/components/section.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Zwiń sekcję',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Rozwiń sekcję',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user