-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
753ceea
commit 3bcd26f
Showing
12 changed files
with
744 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'distinct' => [ | ||
'must_be_selected' => 'Przynajmniej jedno pole :attribute musi być zaznaczone.', | ||
'only_one_must_be_selected' => 'Tylko jedno pole :attribute musi być zaznaczone.' | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'entries' => [ | ||
|
||
'text' => [ | ||
|
||
'actions' => [ | ||
'collapse_list' => 'Pokaż :count mniej', | ||
'expand_list' => 'Pokaż :count więcej', | ||
], | ||
|
||
'more_list_items' => 'dodaj :count więcej', | ||
|
||
], | ||
|
||
'key_value' => [ | ||
|
||
'columns' => [ | ||
|
||
'key' => [ | ||
'label' => 'Klucz', | ||
], | ||
|
||
'value' => [ | ||
'label' => 'Wartość', | ||
], | ||
|
||
], | ||
|
||
'placeholder' => 'Brak wpisów', | ||
|
||
], | ||
|
||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,4 +52,12 @@ | |
|
||
], | ||
|
||
'avatar' => [ | ||
'alt' => 'Awatar :name', | ||
], | ||
|
||
'logo' => [ | ||
'alt' => 'Logo :name', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'body' => 'Masz niezapisane zmiany. Czy na pewno chcesz opuścić tę stronę?', | ||
|
||
]; |
25 changes: 25 additions & 0 deletions
25
packages/spatie-laravel-settings-plugin/resources/lang/pl/pages/settings-page.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'form' => [ | ||
|
||
'actions' => [ | ||
|
||
'save' => [ | ||
'label' => 'Zapisz', | ||
], | ||
|
||
], | ||
|
||
], | ||
|
||
'notifications' => [ | ||
|
||
'saved' => [ | ||
'title' => 'Zapisano zmiany', | ||
], | ||
|
||
], | ||
|
||
]; |
9 changes: 9 additions & 0 deletions
9
packages/spatie-laravel-translatable-plugin/resources/lang/pl/actions.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'active_locale' => [ | ||
'label' => 'Aktywny język', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.