Skip to content

Commit

Permalink
Merge pull request #2765 from kamilst96/fix/pl-lang-v2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jun 15, 2022
2 parents 6852969 + 26418f8 commit c26ee37
Show file tree
Hide file tree
Showing 12 changed files with 218 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],

'create_another' => [
'label' => 'Utwórz i dodaj kolejny',
'label' => 'Utwórz i utwórz kolejny',
],

],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],

'messages' => [
'saved' => 'Zapisano',
'saved' => 'Zapisano zmiany',
],

];
23 changes: 22 additions & 1 deletion packages/forms/resources/lang/pl/components.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@

],

'loading_message' => 'Ładowanie...',
'boolean' => [
'true' => 'Tak',
'false' => 'Nie',
],

'loading_message' => 'Wczytywanie...',

'no_search_results_message' => 'Żadne wyniki nie pasują do Twojego wyszukiwania.',

Expand All @@ -209,4 +214,20 @@
'placeholder' => 'Nowy tag',
],

'wizard' => [

'buttons' => [

'previous_step' => [
'label' => 'Poprzedni',
],

'next_step' => [
'label' => 'Następny',
],

],

],

];
2 changes: 1 addition & 1 deletion packages/support/resources/lang/pl/actions/associate.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],

'messages' => [
'associated' => 'Powiązano',
'associated' => 'Utworzono powiązanie',
],

],
Expand Down
2 changes: 1 addition & 1 deletion packages/support/resources/lang/pl/actions/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],

'messages' => [
'saved' => 'Zapisano',
'saved' => 'Zmiany zapisane',
],

],
Expand Down
53 changes: 53 additions & 0 deletions packages/support/resources/lang/pl/actions/force-delete.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?php

return [

'single' => [

'label' => 'Usuń trwale',

'modal' => [

'heading' => 'Trwale usuń :label',

'actions' => [

'delete' => [
'label' => 'Usuń trwale',
],

],

],

'messages' => [
'deleted' => 'Trwale usunięto',
],

],

'multiple' => [

'label' => 'Trwale usuń zaznaczone',

'modal' => [

'heading' => 'Trwale usuń zaznaczone :label',

'actions' => [

'delete' => [
'label' => 'Usuń trwale',
],

],

],

'messages' => [
'deleted' => 'Trwale usunięto',
],

],

];
9 changes: 9 additions & 0 deletions packages/support/resources/lang/pl/actions/group.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

return [

'trigger' => [
'label' => 'Czynności',
],

];
16 changes: 15 additions & 1 deletion packages/support/resources/lang/pl/actions/replicate.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,22 @@

'label' => 'Powiel',

'modal' => [

'heading' => 'Powiel :label',

'actions' => [

'replicate' => [
'label' => 'Powiel',
],

],

],

'messages' => [
'replicated' => 'Rekord powielony',
'replicated' => 'Powielono',
],

],
Expand Down
53 changes: 53 additions & 0 deletions packages/support/resources/lang/pl/actions/restore.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?php

return [

'single' => [

'label' => 'Przywróć',

'modal' => [

'heading' => 'Przywróć :label',

'actions' => [

'restore' => [
'label' => 'Przywróć',
],

],

],

'messages' => [
'restored' => 'Przywrócono',
],

],

'multiple' => [

'label' => 'Przywróć zaznaczone',

'modal' => [

'heading' => 'Przywróć zaznaczone :label',

'actions' => [

'restore' => [
'label' => 'Przywróć',
],

],

],

'messages' => [
'restored' => 'Przywrócono',
],

],

];
25 changes: 25 additions & 0 deletions packages/support/resources/lang/pl/actions/view.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [

'single' => [

'label' => 'Podgląd',

'modal' => [

'heading' => 'Podgląd :label',

'actions' => [

'close' => [
'label' => 'Zamknij',
],

],

],

],

];
2 changes: 0 additions & 2 deletions packages/support/resources/lang/pl/components/button.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
return [

'messages' => [

'uploading_file' => 'Wysyłanie pliku...',

],

];
37 changes: 37 additions & 0 deletions packages/tables/resources/lang/pl/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,31 @@

],


'bulk_actions' => [

'force_delete' => [

'label' => 'Usuń trwale',

'messages' => [
'deleted' => 'Trwale usunięto',
],

],

'restore' => [

'label' => 'Przywróć',

'messages' => [
'restored' => 'Przywrócono',
],

],

],

'empty' => [
'heading' => 'Nie znaleziono wyników',
],
Expand All @@ -85,6 +110,18 @@
'placeholder' => 'Wszystkie',
],

'trashed' => [

'label' => 'Usunięte rekordy',

'only_trashed' => 'Tylko usunięte rekordy',

'with_trashed' => 'Uwzględnij usunięte rekordy',

'without_trashed' => 'Bez usuniętych rekordów',

],

],

'selection_indicator' => [
Expand Down

0 comments on commit c26ee37

Please sign in to comment.