translate base
This commit is contained in:
13
lang/vendor/filament/pl/components/badge.php
vendored
Normal file
13
lang/vendor/filament/pl/components/badge.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Usuń',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/pl/components/breadcrumbs.php
vendored
Normal file
7
lang/vendor/filament/pl/components/breadcrumbs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Nawigacja okruszkowa',
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/pl/components/button.php
vendored
Normal file
9
lang/vendor/filament/pl/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Wysyłanie pliku...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/pl/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/pl/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Skopiowano',
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/pl/components/input/one-time-code.php
vendored
Normal file
7
lang/vendor/filament/pl/components/input/one-time-code.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'aria_label' => 'Znak :position z :count',
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/pl/components/loading-section.php
vendored
Normal file
7
lang/vendor/filament/pl/components/loading-section.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Ładowanie...',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/pl/components/modal.php
vendored
Normal file
13
lang/vendor/filament/pl/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Zamknij',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/pl/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/pl/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Paginacja',
|
||||
|
||||
'overview' => 'Pozycje od :first do :last z :total łącznie',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'na stronę',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Wszystkie',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Pierwsza',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Przejdź do strony :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Osatnia',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Następna',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Poprzednia',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
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ę',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/pl/components/tabs.php
vendored
Normal file
7
lang/vendor/filament/pl/components/tabs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Zakładki',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user